]> git.sur5r.net Git - bacula/bacula/blob - bacula/configure
Fix seg fault in SD bug #1371
[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 CC
815 CFLAGS
816 LDFLAGS
817 CPPFLAGS
818 ac_ct_CC
819 EXEEXT
820 OBJEXT
821 CXX
822 CXXFLAGS
823 ac_ct_CXX
824 CPP
825 GREP
826 EGREP
827 INSTALL_PROGRAM
828 INSTALL_SCRIPT
829 INSTALL_DATA
830 MV
831 REMOVE
832 CP
833 SED
834 ECHO
835 CMP
836 TBL
837 AR
838 OPENSSL
839 MTX
840 DD
841 MKISOFS
842 PYTHON
843 GROWISOFS
844 DVDRWMEDIAINFO
845 DVDRWFORMAT
846 PKGCONFIG
847 QMAKE
848 QMAKEQT4
849 GMAKE
850 WXCONFIG
851 WXFLAGS
852 CDRECORD
853 PIDOF
854 AWK
855 ARFLAGS
856 MAKE_SHELL
857 LOCAL_LIBS
858 LOCAL_CFLAGS
859 LOCAL_LDFLAGS
860 LOCAL_DEFS
861 LIBTOOL
862 build
863 build_cpu
864 build_vendor
865 build_os
866 host
867 host_cpu
868 host_vendor
869 host_os
870 FGREP
871 LD
872 DUMPBIN
873 ac_ct_DUMPBIN
874 NM
875 LN_S
876 OBJDUMP
877 STRIP
878 RANLIB
879 lt_ECHO
880 DSYMUTIL
881 NMEDIT
882 LIPO
883 OTOOL
884 OTOOL64
885 CXXCPP
886 DEFAULT_OBJECT_TYPE
887 DEFAULT_ARCHIVE_TYPE
888 DEFAULT_SHARED_OBJECT_TYPE
889 LIBTOOL_INSTALL_TARGET
890 LIBTOOL_UNINSTALL_TARGET
891 LIBTOOL_CLEAN_TARGET
892 QMAKE_LIBTOOL
893 INCLUDE_INSTALL_TARGET
894 INCLUDE_UNINSTALL_TARGET
895 HAVE_SUN_OS_TRUE
896 HAVE_SUN_OS_FALSE
897 HAVE_OSF1_OS_TRUE
898 HAVE_OSF1_OS_FALSE
899 HAVE_AIX_OS_TRUE
900 HAVE_AIX_OS_FALSE
901 HAVE_HPUX_OS_TRUE
902 HAVE_HPUX_OS_FALSE
903 HAVE_LINUX_OS_TRUE
904 HAVE_LINUX_OS_FALSE
905 HAVE_FREEBSD_OS_TRUE
906 HAVE_FREEBSD_OS_FALSE
907 HAVE_NETBSD_OS_TRUE
908 HAVE_NETBSD_OS_FALSE
909 HAVE_OPENBSD_OS_TRUE
910 HAVE_OPENBSD_OS_FALSE
911 HAVE_BSDI_OS_TRUE
912 HAVE_BSDI_OS_FALSE
913 HAVE_SGI_OS_TRUE
914 HAVE_SGI_OS_FALSE
915 HAVE_IRIX_OS_TRUE
916 HAVE_IRIX_OS_FALSE
917 HAVE_DARWIN_OS_TRUE
918 HAVE_DARWIN_OS_FALSE
919 SET_MAKE
920 MKINSTALLDIRS
921 USE_NLS
922 MSGFMT
923 GMSGFMT
924 XGETTEXT
925 MSGMERGE
926 INTL_MACOSX_LIBS
927 LIBICONV
928 LTLIBICONV
929 INTLLIBS
930 LIBINTL
931 LTLIBINTL
932 POSUB
933 GLIBC2
934 ALLOCA
935 GLIBC21
936 HAVE_POSIX_PRINTF
937 HAVE_ASPRINTF
938 HAVE_SNPRINTF
939 HAVE_WPRINTF
940 INTLBISON
941 BUILD_INCLUDED_LIBINTL
942 USE_INCLUDED_LIBINTL
943 CATOBJEXT
944 DATADIRNAME
945 INSTOBJEXT
946 GENCAT
947 INTLOBJS
948 INTL_LIBTOOL_SUFFIX_PREFIX
949 GNOME_INCLUDEDIR
950 GNOMEUI_LIBS
951 GNOME_LIBDIR
952 GNOME_LIBS
953 GNOME_DIR
954 BAT_DIR
955 QWT_INC
956 QWT_LDFLAGS
957 QWT_LIB
958 QWT
959 WXCONS_CPPFLAGS
960 WXCONS_LDFLAGS
961 WX_DIR
962 TRAY_MONITOR_CPPFLAGS
963 TRAY_MONITOR_LDFLAGS
964 TRAY_MONITOR_DIR
965 TTOOL_LDFLAGS
966 STATIC_FD
967 STATIC_SD
968 STATIC_DIR
969 STATIC_CONS
970 STATIC_GNOME_CONS
971 STATIC_WX_CONS
972 ALL_DIRS
973 DIRD_DIR
974 DIR_TOOLS
975 STORED_DIR
976 CONS_INC
977 CONS_OBJ
978 CONS_SRC
979 CONS_LIBS
980 CONS_LDFLAGS
981 READLINE_SRC
982 PYTHON_LIBS
983 PYTHON_INCDIR
984 OPENSSL_LIBS
985 OPENSSL_INC
986 working_dir
987 archivedir
988 basename
989 hostname
990 scriptdir
991 bsrdir
992 logdir
993 plugindir
994 dump_email
995 job_email
996 smtp_host
997 piddir
998 subsysdir
999 baseport
1000 dir_port
1001 fd_port
1002 sd_port
1003 dir_password
1004 fd_password
1005 sd_password
1006 mon_dir_password
1007 mon_fd_password
1008 mon_sd_password
1009 db_name
1010 db_user
1011 db_password
1012 db_port
1013 dir_user
1014 dir_group
1015 sd_user
1016 sd_group
1017 fd_user
1018 fd_group
1019 SBINPERM
1020 SQL_LFLAGS
1021 SQL_INCLUDE
1022 SQL_BINDIR
1023 DBI_DBD_DRIVERDIR
1024 uncomment_dbi
1025 DB_PROG
1026 DB_PROG_LIB
1027 cats
1028 DB_TYPE
1029 GETCONF
1030 XMKMF
1031 X_CFLAGS
1032 X_PRE_LIBS
1033 X_LIBS
1034 X_EXTRA_LIBS
1035 LIBOBJS
1036 FDLIBS
1037 DEBUG
1038 DINCLUDE
1039 DLIB
1040 DB_LIBS
1041 WCFLAGS
1042 WLDFLAGS
1043 WRAPLIBS
1044 OBJLIST
1045 TAPEDRIVE
1046 PSCMD
1047 WIN32
1048 MACOSX
1049 DISTNAME
1050 DISTVER
1051 LTLIBOBJS'
1052 ac_subst_files='MCOMMON'
1053       ac_precious_vars='build_alias
1054 host_alias
1055 target_alias
1056 CC
1057 CFLAGS
1058 LDFLAGS
1059 LIBS
1060 CPPFLAGS
1061 CXX
1062 CXXFLAGS
1063 CCC
1064 CPP
1065 WXCONFIG
1066 WXFLAGS
1067 CXXCPP
1068 XMKMF'
1069
1070
1071 # Initialize some variables set by options.
1072 ac_init_help=
1073 ac_init_version=false
1074 # The variables have the same names as the options, with
1075 # dashes changed to underlines.
1076 cache_file=/dev/null
1077 exec_prefix=NONE
1078 no_create=
1079 no_recursion=
1080 prefix=NONE
1081 program_prefix=NONE
1082 program_suffix=NONE
1083 program_transform_name=s,x,x,
1084 silent=
1085 site=
1086 srcdir=
1087 verbose=
1088 x_includes=NONE
1089 x_libraries=NONE
1090
1091 # Installation directory options.
1092 # These are left unexpanded so users can "make install exec_prefix=/foo"
1093 # and all the variables that are supposed to be based on exec_prefix
1094 # by default will actually change.
1095 # Use braces instead of parens because sh, perl, etc. also accept them.
1096 # (The list follows the same order as the GNU Coding Standards.)
1097 bindir='${exec_prefix}/bin'
1098 sbindir='${exec_prefix}/sbin'
1099 libexecdir='${exec_prefix}/libexec'
1100 datarootdir='${prefix}/share'
1101 datadir='${datarootdir}'
1102 sysconfdir='${prefix}/etc'
1103 sharedstatedir='${prefix}/com'
1104 localstatedir='${prefix}/var'
1105 includedir='${prefix}/include'
1106 oldincludedir='/usr/include'
1107 docdir='${datarootdir}/doc/${PACKAGE}'
1108 infodir='${datarootdir}/info'
1109 htmldir='${docdir}'
1110 dvidir='${docdir}'
1111 pdfdir='${docdir}'
1112 psdir='${docdir}'
1113 libdir='${exec_prefix}/lib'
1114 localedir='${datarootdir}/locale'
1115 mandir='${datarootdir}/man'
1116
1117 ac_prev=
1118 ac_dashdash=
1119 for ac_option
1120 do
1121   # If the previous option needs an argument, assign it.
1122   if test -n "$ac_prev"; then
1123     eval $ac_prev=\$ac_option
1124     ac_prev=
1125     continue
1126   fi
1127
1128   case $ac_option in
1129   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1130   *)    ac_optarg=yes ;;
1131   esac
1132
1133   # Accept the important Cygnus configure options, so we can diagnose typos.
1134
1135   case $ac_dashdash$ac_option in
1136   --)
1137     ac_dashdash=yes ;;
1138
1139   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1140     ac_prev=bindir ;;
1141   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1142     bindir=$ac_optarg ;;
1143
1144   -build | --build | --buil | --bui | --bu)
1145     ac_prev=build_alias ;;
1146   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1147     build_alias=$ac_optarg ;;
1148
1149   -cache-file | --cache-file | --cache-fil | --cache-fi \
1150   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1151     ac_prev=cache_file ;;
1152   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1153   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1154     cache_file=$ac_optarg ;;
1155
1156   --config-cache | -C)
1157     cache_file=config.cache ;;
1158
1159   -datadir | --datadir | --datadi | --datad)
1160     ac_prev=datadir ;;
1161   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1162     datadir=$ac_optarg ;;
1163
1164   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1165   | --dataroo | --dataro | --datar)
1166     ac_prev=datarootdir ;;
1167   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1168   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1169     datarootdir=$ac_optarg ;;
1170
1171   -disable-* | --disable-*)
1172     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1173     # Reject names that are not valid shell variable names.
1174     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1175       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1176    { (exit 1); exit 1; }; }
1177     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1178     eval enable_$ac_feature=no ;;
1179
1180   -docdir | --docdir | --docdi | --doc | --do)
1181     ac_prev=docdir ;;
1182   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1183     docdir=$ac_optarg ;;
1184
1185   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1186     ac_prev=dvidir ;;
1187   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1188     dvidir=$ac_optarg ;;
1189
1190   -enable-* | --enable-*)
1191     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1192     # Reject names that are not valid shell variable names.
1193     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1194       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1195    { (exit 1); exit 1; }; }
1196     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1197     eval enable_$ac_feature=\$ac_optarg ;;
1198
1199   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1200   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1201   | --exec | --exe | --ex)
1202     ac_prev=exec_prefix ;;
1203   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1204   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1205   | --exec=* | --exe=* | --ex=*)
1206     exec_prefix=$ac_optarg ;;
1207
1208   -gas | --gas | --ga | --g)
1209     # Obsolete; use --with-gas.
1210     with_gas=yes ;;
1211
1212   -help | --help | --hel | --he | -h)
1213     ac_init_help=long ;;
1214   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1215     ac_init_help=recursive ;;
1216   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1217     ac_init_help=short ;;
1218
1219   -host | --host | --hos | --ho)
1220     ac_prev=host_alias ;;
1221   -host=* | --host=* | --hos=* | --ho=*)
1222     host_alias=$ac_optarg ;;
1223
1224   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1225     ac_prev=htmldir ;;
1226   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1227   | --ht=*)
1228     htmldir=$ac_optarg ;;
1229
1230   -includedir | --includedir | --includedi | --included | --include \
1231   | --includ | --inclu | --incl | --inc)
1232     ac_prev=includedir ;;
1233   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1234   | --includ=* | --inclu=* | --incl=* | --inc=*)
1235     includedir=$ac_optarg ;;
1236
1237   -infodir | --infodir | --infodi | --infod | --info | --inf)
1238     ac_prev=infodir ;;
1239   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1240     infodir=$ac_optarg ;;
1241
1242   -libdir | --libdir | --libdi | --libd)
1243     ac_prev=libdir ;;
1244   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1245     libdir=$ac_optarg ;;
1246
1247   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1248   | --libexe | --libex | --libe)
1249     ac_prev=libexecdir ;;
1250   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1251   | --libexe=* | --libex=* | --libe=*)
1252     libexecdir=$ac_optarg ;;
1253
1254   -localedir | --localedir | --localedi | --localed | --locale)
1255     ac_prev=localedir ;;
1256   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1257     localedir=$ac_optarg ;;
1258
1259   -localstatedir | --localstatedir | --localstatedi | --localstated \
1260   | --localstate | --localstat | --localsta | --localst | --locals)
1261     ac_prev=localstatedir ;;
1262   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1263   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1264     localstatedir=$ac_optarg ;;
1265
1266   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1267     ac_prev=mandir ;;
1268   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1269     mandir=$ac_optarg ;;
1270
1271   -nfp | --nfp | --nf)
1272     # Obsolete; use --without-fp.
1273     with_fp=no ;;
1274
1275   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1276   | --no-cr | --no-c | -n)
1277     no_create=yes ;;
1278
1279   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1280   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1281     no_recursion=yes ;;
1282
1283   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1284   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1285   | --oldin | --oldi | --old | --ol | --o)
1286     ac_prev=oldincludedir ;;
1287   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1288   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1289   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1290     oldincludedir=$ac_optarg ;;
1291
1292   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1293     ac_prev=prefix ;;
1294   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1295     prefix=$ac_optarg ;;
1296
1297   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1298   | --program-pre | --program-pr | --program-p)
1299     ac_prev=program_prefix ;;
1300   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1301   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1302     program_prefix=$ac_optarg ;;
1303
1304   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1305   | --program-suf | --program-su | --program-s)
1306     ac_prev=program_suffix ;;
1307   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1308   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1309     program_suffix=$ac_optarg ;;
1310
1311   -program-transform-name | --program-transform-name \
1312   | --program-transform-nam | --program-transform-na \
1313   | --program-transform-n | --program-transform- \
1314   | --program-transform | --program-transfor \
1315   | --program-transfo | --program-transf \
1316   | --program-trans | --program-tran \
1317   | --progr-tra | --program-tr | --program-t)
1318     ac_prev=program_transform_name ;;
1319   -program-transform-name=* | --program-transform-name=* \
1320   | --program-transform-nam=* | --program-transform-na=* \
1321   | --program-transform-n=* | --program-transform-=* \
1322   | --program-transform=* | --program-transfor=* \
1323   | --program-transfo=* | --program-transf=* \
1324   | --program-trans=* | --program-tran=* \
1325   | --progr-tra=* | --program-tr=* | --program-t=*)
1326     program_transform_name=$ac_optarg ;;
1327
1328   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1329     ac_prev=pdfdir ;;
1330   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1331     pdfdir=$ac_optarg ;;
1332
1333   -psdir | --psdir | --psdi | --psd | --ps)
1334     ac_prev=psdir ;;
1335   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1336     psdir=$ac_optarg ;;
1337
1338   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1339   | -silent | --silent | --silen | --sile | --sil)
1340     silent=yes ;;
1341
1342   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1343     ac_prev=sbindir ;;
1344   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1345   | --sbi=* | --sb=*)
1346     sbindir=$ac_optarg ;;
1347
1348   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1349   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1350   | --sharedst | --shareds | --shared | --share | --shar \
1351   | --sha | --sh)
1352     ac_prev=sharedstatedir ;;
1353   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1354   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1355   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1356   | --sha=* | --sh=*)
1357     sharedstatedir=$ac_optarg ;;
1358
1359   -site | --site | --sit)
1360     ac_prev=site ;;
1361   -site=* | --site=* | --sit=*)
1362     site=$ac_optarg ;;
1363
1364   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1365     ac_prev=srcdir ;;
1366   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1367     srcdir=$ac_optarg ;;
1368
1369   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1370   | --syscon | --sysco | --sysc | --sys | --sy)
1371     ac_prev=sysconfdir ;;
1372   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1373   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1374     sysconfdir=$ac_optarg ;;
1375
1376   -target | --target | --targe | --targ | --tar | --ta | --t)
1377     ac_prev=target_alias ;;
1378   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1379     target_alias=$ac_optarg ;;
1380
1381   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1382     verbose=yes ;;
1383
1384   -version | --version | --versio | --versi | --vers | -V)
1385     ac_init_version=: ;;
1386
1387   -with-* | --with-*)
1388     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1389     # Reject names that are not valid shell variable names.
1390     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1391       { echo "$as_me: error: invalid package name: $ac_package" >&2
1392    { (exit 1); exit 1; }; }
1393     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1394     eval with_$ac_package=\$ac_optarg ;;
1395
1396   -without-* | --without-*)
1397     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1398     # Reject names that are not valid shell variable names.
1399     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1400       { echo "$as_me: error: invalid package name: $ac_package" >&2
1401    { (exit 1); exit 1; }; }
1402     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1403     eval with_$ac_package=no ;;
1404
1405   --x)
1406     # Obsolete; use --with-x.
1407     with_x=yes ;;
1408
1409   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1410   | --x-incl | --x-inc | --x-in | --x-i)
1411     ac_prev=x_includes ;;
1412   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1413   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1414     x_includes=$ac_optarg ;;
1415
1416   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1417   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1418     ac_prev=x_libraries ;;
1419   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1420   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1421     x_libraries=$ac_optarg ;;
1422
1423   -*) { echo "$as_me: error: unrecognized option: $ac_option
1424 Try \`$0 --help' for more information." >&2
1425    { (exit 1); exit 1; }; }
1426     ;;
1427
1428   *=*)
1429     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1430     # Reject names that are not valid shell variable names.
1431     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1432       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1433    { (exit 1); exit 1; }; }
1434     eval $ac_envvar=\$ac_optarg
1435     export $ac_envvar ;;
1436
1437   *)
1438     # FIXME: should be removed in autoconf 3.0.
1439     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1440     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1441       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1442     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1443     ;;
1444
1445   esac
1446 done
1447
1448 if test -n "$ac_prev"; then
1449   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1450   { echo "$as_me: error: missing argument to $ac_option" >&2
1451    { (exit 1); exit 1; }; }
1452 fi
1453
1454 # Be sure to have absolute directory names.
1455 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1456                 datadir sysconfdir sharedstatedir localstatedir includedir \
1457                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1458                 libdir localedir mandir
1459 do
1460   eval ac_val=\$$ac_var
1461   case $ac_val in
1462     [\\/$]* | ?:[\\/]* )  continue;;
1463     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1464   esac
1465   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1466    { (exit 1); exit 1; }; }
1467 done
1468
1469 # There might be people who depend on the old broken behavior: `$host'
1470 # used to hold the argument of --host etc.
1471 # FIXME: To remove some day.
1472 build=$build_alias
1473 host=$host_alias
1474 target=$target_alias
1475
1476 # FIXME: To remove some day.
1477 if test "x$host_alias" != x; then
1478   if test "x$build_alias" = x; then
1479     cross_compiling=maybe
1480     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1481     If a cross compiler is detected then cross compile mode will be used." >&2
1482   elif test "x$build_alias" != "x$host_alias"; then
1483     cross_compiling=yes
1484   fi
1485 fi
1486
1487 ac_tool_prefix=
1488 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1489
1490 test "$silent" = yes && exec 6>/dev/null
1491
1492
1493 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1494 ac_ls_di=`ls -di .` &&
1495 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1496   { echo "$as_me: error: Working directory cannot be determined" >&2
1497    { (exit 1); exit 1; }; }
1498 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1499   { echo "$as_me: error: pwd does not report name of working directory" >&2
1500    { (exit 1); exit 1; }; }
1501
1502
1503 # Find the source files, if location was not specified.
1504 if test -z "$srcdir"; then
1505   ac_srcdir_defaulted=yes
1506   # Try the directory containing this script, then the parent directory.
1507   ac_confdir=`$as_dirname -- "$0" ||
1508 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1509          X"$0" : 'X\(//\)[^/]' \| \
1510          X"$0" : 'X\(//\)$' \| \
1511          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1512 echo X"$0" |
1513     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1514             s//\1/
1515             q
1516           }
1517           /^X\(\/\/\)[^/].*/{
1518             s//\1/
1519             q
1520           }
1521           /^X\(\/\/\)$/{
1522             s//\1/
1523             q
1524           }
1525           /^X\(\/\).*/{
1526             s//\1/
1527             q
1528           }
1529           s/.*/./; q'`
1530   srcdir=$ac_confdir
1531   if test ! -r "$srcdir/$ac_unique_file"; then
1532     srcdir=..
1533   fi
1534 else
1535   ac_srcdir_defaulted=no
1536 fi
1537 if test ! -r "$srcdir/$ac_unique_file"; then
1538   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1539   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1540    { (exit 1); exit 1; }; }
1541 fi
1542 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1543 ac_abs_confdir=`(
1544         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1545    { (exit 1); exit 1; }; }
1546         pwd)`
1547 # When building in place, set srcdir=.
1548 if test "$ac_abs_confdir" = "$ac_pwd"; then
1549   srcdir=.
1550 fi
1551 # Remove unnecessary trailing slashes from srcdir.
1552 # Double slashes in file names in object file debugging info
1553 # mess up M-x gdb in Emacs.
1554 case $srcdir in
1555 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1556 esac
1557 for ac_var in $ac_precious_vars; do
1558   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1559   eval ac_env_${ac_var}_value=\$${ac_var}
1560   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1561   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1562 done
1563
1564 #
1565 # Report the --help message.
1566 #
1567 if test "$ac_init_help" = "long"; then
1568   # Omit some internal or obsolete options to make the list less imposing.
1569   # This message is too long to be a string in the A/UX 3.1 sh.
1570   cat <<_ACEOF
1571 \`configure' configures this package to adapt to many kinds of systems.
1572
1573 Usage: $0 [OPTION]... [VAR=VALUE]...
1574
1575 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1576 VAR=VALUE.  See below for descriptions of some of the useful variables.
1577
1578 Defaults for the options are specified in brackets.
1579
1580 Configuration:
1581   -h, --help              display this help and exit
1582       --help=short        display options specific to this package
1583       --help=recursive    display the short help of all the included packages
1584   -V, --version           display version information and exit
1585   -q, --quiet, --silent   do not print \`checking...' messages
1586       --cache-file=FILE   cache test results in FILE [disabled]
1587   -C, --config-cache      alias for \`--cache-file=config.cache'
1588   -n, --no-create         do not create output files
1589       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1590
1591 Installation directories:
1592   --prefix=PREFIX         install architecture-independent files in PREFIX
1593                           [$ac_default_prefix]
1594   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1595                           [PREFIX]
1596
1597 By default, \`make install' will install all the files in
1598 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1599 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1600 for instance \`--prefix=\$HOME'.
1601
1602 For better control, use the options below.
1603
1604 Fine tuning of the installation directories:
1605   --bindir=DIR           user executables [EPREFIX/bin]
1606   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1607   --libexecdir=DIR       program executables [EPREFIX/libexec]
1608   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1609   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1610   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1611   --libdir=DIR           object code libraries [EPREFIX/lib]
1612   --includedir=DIR       C header files [PREFIX/include]
1613   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1614   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1615   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1616   --infodir=DIR          info documentation [DATAROOTDIR/info]
1617   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1618   --mandir=DIR           man documentation [DATAROOTDIR/man]
1619   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1620   --htmldir=DIR          html documentation [DOCDIR]
1621   --dvidir=DIR           dvi documentation [DOCDIR]
1622   --pdfdir=DIR           pdf documentation [DOCDIR]
1623   --psdir=DIR            ps documentation [DOCDIR]
1624 _ACEOF
1625
1626   cat <<\_ACEOF
1627
1628 X features:
1629   --x-includes=DIR    X include files are in DIR
1630   --x-libraries=DIR   X library files are in DIR
1631
1632 System types:
1633   --build=BUILD     configure for building on BUILD [guessed]
1634   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1635 _ACEOF
1636 fi
1637
1638 if test -n "$ac_init_help"; then
1639
1640   cat <<\_ACEOF
1641
1642 Optional Features:
1643   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1644   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1645   --enable-libtool        enable building using GNU libtool [default=yes]
1646   --enable-shared[=PKGS]  build shared libraries [default=yes]
1647   --enable-static[=PKGS]  build static libraries [default=no]
1648   --enable-fast-install[=PKGS]
1649                           optimize for fast installation [default=yes]
1650   --disable-libtool-lock  avoid locking (might break parallel builds)
1651   --enable-includes       enable installing of include files [default=no]
1652   --disable-nls           do not use Native Language Support
1653   --disable-rpath         do not hardcode runtime library paths
1654   --enable-gnome          enable build of bgnome-console GUI [default=no]
1655   --enable-bat            enable build of bat Qt4 GUI [default=no]
1656   --enable-bwx-console    enable build of wxWidgets console [default=no]
1657   --enable-tray-monitor   enable build of Gnome tray monitor (compatible with
1658                           KDE [default=no]
1659   --enable-smartalloc     enable smartalloc debugging support [default=no]
1660   --enable-lockmgr        enable lock manager support [default=no]
1661   --enable-static-tools   enable static tape tools [default=no]
1662   --enable-static-fd      enable static File daemon [default=no]
1663   --enable-static-sd      enable static Storage daemon [default=no]
1664   --enable-static-dir     enable static Director [default=no]
1665   --enable-static-cons    enable static Console [default=no]
1666   --enable-client-only    build client (File daemon) only [default=no]
1667   --enable-build-dird     enable building of dird (Director) [default=yes]
1668   --enable-build-stored   enable building of stored (Storage daemon)
1669                           [default=yes]
1670   --disable-conio         disable conio support [default=no]
1671   --enable-ipv6           enable ipv6 support [default=yes]
1672   --disable-readline      disable readline support [default=yes]
1673   --enable-batch-insert   enable the DB batch insert code [default=no]
1674   --disable-largefile     omit support for large files
1675   --disable-acl           disable acl support [default=auto]
1676   --disable-xattr         disable xattr support [default=auto]
1677
1678 Optional Packages:
1679   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1680   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1681   --with-pic              try to use only PIC/non-PIC objects [default=use
1682                           both]
1683   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1684   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1685   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1686   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1687   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
1688   --without-libintl-prefix     don't search for libintl in includedir and libdir
1689   --with-included-gettext use the GNU gettext library included here
1690   --with-qwt[=DIR]        specify qwt library directory
1691   --with-readline[=DIR]   specify readline library directory
1692   --with-python[=DIR]     Include Python support. DIR is the Python base
1693                           install directory, default is to search through a
1694                           number of common places for the Python files.
1695   --with-tcp-wrappers[=DIR]
1696                           enable tcpwrappers support
1697   --with-openssl[=DIR]    Include OpenSSL support. DIR is the OpenSSL base
1698   --with-working-dir=PATH specify path of Bacula working directory
1699   --with-archivedir=PATH  specify path of SD archive directory
1700   --with-basename=RESNAME specify base resource name for daemons
1701   --with-hostname=RESNAME specify host name for daemons
1702   --with-scriptdir=PATH   specify path of Bacula scripts directory
1703   --with-bsrdir=PATH      specify path of Bacula bsrs directory
1704   --with-logdir=PATH      specify path of Bacula logs directory
1705   --with-plugindir=PATH   specify path of Bacula plugins directory
1706   --with-dump-email=EMAIL dump email address
1707   --with-job-email=EMAIL  job output email address
1708   --with-smtp-host=HOST   SMTP mail host address
1709   --with-pid-dir=PATH     specify location of Bacula pid files
1710   --with-subsys-dir=PATH  specify location of Bacula subsys file
1711   --with-baseport=PORT    specify base port address for daemons
1712   --with-dir-password=PASSWORD
1713                           specify Director's password
1714   --with-fd-password=PASSWORD
1715                           specify Client's password
1716   --with-sd-password=PASSWORD
1717                           specify Storage daemon's password
1718   --with-mon-dir-password=PASSWORD
1719                           specify Director's password used by the monitor
1720   --with-mon-fd-password=PASSWORD
1721                           specify Client's password used by the monitor
1722   --with-mon-sd-password=PASSWORD
1723                           specify Storage daemon's password used by the
1724                           monitor
1725   --with-db-name=DBNAME   specify database name [default=bacula]
1726   --with-db-user=UNAME    specify database user [default=bacula]
1727   --with-db-password=PWD  specify database password [default=*none*]
1728   --with-db-port=DBPORT   specify a database port [default=null]
1729   --with-dir-user=USER    specify user for Director daemon
1730   --with-dir-group=GROUP  specify group for Director daemon
1731   --with-sd-user=USER     specify user for Storage daemon
1732   --with-sd-group=GROUP   specify group for Storage daemon
1733   --with-fd-user=USER     specify user for File daemon
1734   --with-fd-group=GROUP   specify group for File daemon
1735   --with-sbin-perm=MODE   specify permissions for sbin binaries [default=0754]
1736   --with-postgresql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
1737                           base install directory, [default=/usr/local/pgsql]
1738   --with-mysql[=DIR]      Include MySQL support. DIR is the MySQL base install
1739                           directory, default is to search through a number of
1740                           common places for the MySQL files.
1741   --with-embedded-mysql[=DIR]
1742                           Include MySQL support. DIR is the MySQL base install
1743                           directory, default is to search through a number of
1744                           common places for the MySQL files.
1745   --with-sqlite3[=DIR]    Include SQLite3 support. DIR is the SQLite3 base
1746                           install directory, default is to search through a
1747                           number of common places for the SQLite3 files.
1748   --with-sqlite[=DIR]     Include SQLite support. DIR is the SQLite base
1749                           install directory, default is to search through a
1750                           number of common places for the SQLite files.
1751   --with-dbi[=DIR]        Include DBI support. DIR is the DBD base install
1752                           directory, default is to search through a number of
1753                           common places for the DBI files.
1754   --with-dbi-driver[=DRIVER]
1755                           Suport for DBI driver. DRIVER is the one DBI driver
1756                           like Mysql, Postgresql, others. Default is to not
1757                           configure any driver.
1758   --with-x                use the X Window System
1759
1760 Some influential environment variables:
1761   CC          C compiler command
1762   CFLAGS      C compiler flags
1763   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1764               nonstandard directory <lib dir>
1765   LIBS        libraries to pass to the linker, e.g. -l<library>
1766   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1767               you have headers in a nonstandard directory <include dir>
1768   CXX         C++ compiler command
1769   CXXFLAGS    C++ compiler flags
1770   CPP         C preprocessor
1771   WXCONFIG    wx-config command. On some systems, you must set it to
1772               wx-config-2.6 to use wxWidgets 2.6.
1773   WXFLAGS     Parameters to pass to wx-config (e.g. --unicode=no).
1774   CXXCPP      C++ preprocessor
1775   XMKMF       Path to xmkmf, Makefile generator for X Window System
1776
1777 Use these variables to override the choices made by `configure' or to help
1778 it to find libraries and programs with nonstandard names/locations.
1779
1780 _ACEOF
1781 ac_status=$?
1782 fi
1783
1784 if test "$ac_init_help" = "recursive"; then
1785   # If there are subdirs, report their specific --help.
1786   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1787     test -d "$ac_dir" || continue
1788     ac_builddir=.
1789
1790 case "$ac_dir" in
1791 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1792 *)
1793   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1794   # A ".." for each directory in $ac_dir_suffix.
1795   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1796   case $ac_top_builddir_sub in
1797   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1798   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1799   esac ;;
1800 esac
1801 ac_abs_top_builddir=$ac_pwd
1802 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1803 # for backward compatibility:
1804 ac_top_builddir=$ac_top_build_prefix
1805
1806 case $srcdir in
1807   .)  # We are building in place.
1808     ac_srcdir=.
1809     ac_top_srcdir=$ac_top_builddir_sub
1810     ac_abs_top_srcdir=$ac_pwd ;;
1811   [\\/]* | ?:[\\/]* )  # Absolute name.
1812     ac_srcdir=$srcdir$ac_dir_suffix;
1813     ac_top_srcdir=$srcdir
1814     ac_abs_top_srcdir=$srcdir ;;
1815   *) # Relative name.
1816     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1817     ac_top_srcdir=$ac_top_build_prefix$srcdir
1818     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1819 esac
1820 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1821
1822     cd "$ac_dir" || { ac_status=$?; continue; }
1823     # Check for guested configure.
1824     if test -f "$ac_srcdir/configure.gnu"; then
1825       echo &&
1826       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1827     elif test -f "$ac_srcdir/configure"; then
1828       echo &&
1829       $SHELL "$ac_srcdir/configure" --help=recursive
1830     else
1831       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1832     fi || ac_status=$?
1833     cd "$ac_pwd" || { ac_status=$?; break; }
1834   done
1835 fi
1836
1837 test -n "$ac_init_help" && exit $ac_status
1838 if $ac_init_version; then
1839   cat <<\_ACEOF
1840 configure
1841 generated by GNU Autoconf 2.61
1842
1843 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1844 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1845 This configure script is free software; the Free Software Foundation
1846 gives unlimited permission to copy, distribute and modify it.
1847 _ACEOF
1848   exit
1849 fi
1850 cat >config.log <<_ACEOF
1851 This file contains any messages produced by compilers while
1852 running configure, to aid debugging if configure makes a mistake.
1853
1854 It was created by $as_me, which was
1855 generated by GNU Autoconf 2.61.  Invocation command line was
1856
1857   $ $0 $@
1858
1859 _ACEOF
1860 exec 5>>config.log
1861 {
1862 cat <<_ASUNAME
1863 ## --------- ##
1864 ## Platform. ##
1865 ## --------- ##
1866
1867 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1868 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1869 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1870 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1871 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1872
1873 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1874 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1875
1876 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1877 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1878 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1879 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1880 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1881 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1882 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1883
1884 _ASUNAME
1885
1886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1887 for as_dir in $PATH
1888 do
1889   IFS=$as_save_IFS
1890   test -z "$as_dir" && as_dir=.
1891   echo "PATH: $as_dir"
1892 done
1893 IFS=$as_save_IFS
1894
1895 } >&5
1896
1897 cat >&5 <<_ACEOF
1898
1899
1900 ## ----------- ##
1901 ## Core tests. ##
1902 ## ----------- ##
1903
1904 _ACEOF
1905
1906
1907 # Keep a trace of the command line.
1908 # Strip out --no-create and --no-recursion so they do not pile up.
1909 # Strip out --silent because we don't want to record it for future runs.
1910 # Also quote any args containing shell meta-characters.
1911 # Make two passes to allow for proper duplicate-argument suppression.
1912 ac_configure_args=
1913 ac_configure_args0=
1914 ac_configure_args1=
1915 ac_must_keep_next=false
1916 for ac_pass in 1 2
1917 do
1918   for ac_arg
1919   do
1920     case $ac_arg in
1921     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1922     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1923     | -silent | --silent | --silen | --sile | --sil)
1924       continue ;;
1925     *\'*)
1926       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1927     esac
1928     case $ac_pass in
1929     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1930     2)
1931       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1932       if test $ac_must_keep_next = true; then
1933         ac_must_keep_next=false # Got value, back to normal.
1934       else
1935         case $ac_arg in
1936           *=* | --config-cache | -C | -disable-* | --disable-* \
1937           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1938           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1939           | -with-* | --with-* | -without-* | --without-* | --x)
1940             case "$ac_configure_args0 " in
1941               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1942             esac
1943             ;;
1944           -* ) ac_must_keep_next=true ;;
1945         esac
1946       fi
1947       ac_configure_args="$ac_configure_args '$ac_arg'"
1948       ;;
1949     esac
1950   done
1951 done
1952 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1953 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1954
1955 # When interrupted or exit'd, cleanup temporary files, and complete
1956 # config.log.  We remove comments because anyway the quotes in there
1957 # would cause problems or look ugly.
1958 # WARNING: Use '\'' to represent an apostrophe within the trap.
1959 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1960 trap 'exit_status=$?
1961   # Save into config.log some information that might help in debugging.
1962   {
1963     echo
1964
1965     cat <<\_ASBOX
1966 ## ---------------- ##
1967 ## Cache variables. ##
1968 ## ---------------- ##
1969 _ASBOX
1970     echo
1971     # The following way of writing the cache mishandles newlines in values,
1972 (
1973   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1974     eval ac_val=\$$ac_var
1975     case $ac_val in #(
1976     *${as_nl}*)
1977       case $ac_var in #(
1978       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1979 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1980       esac
1981       case $ac_var in #(
1982       _ | IFS | as_nl) ;; #(
1983       *) $as_unset $ac_var ;;
1984       esac ;;
1985     esac
1986   done
1987   (set) 2>&1 |
1988     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1989     *${as_nl}ac_space=\ *)
1990       sed -n \
1991         "s/'\''/'\''\\\\'\'''\''/g;
1992           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1993       ;; #(
1994     *)
1995       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1996       ;;
1997     esac |
1998     sort
1999 )
2000     echo
2001
2002     cat <<\_ASBOX
2003 ## ----------------- ##
2004 ## Output variables. ##
2005 ## ----------------- ##
2006 _ASBOX
2007     echo
2008     for ac_var in $ac_subst_vars
2009     do
2010       eval ac_val=\$$ac_var
2011       case $ac_val in
2012       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2013       esac
2014       echo "$ac_var='\''$ac_val'\''"
2015     done | sort
2016     echo
2017
2018     if test -n "$ac_subst_files"; then
2019       cat <<\_ASBOX
2020 ## ------------------- ##
2021 ## File substitutions. ##
2022 ## ------------------- ##
2023 _ASBOX
2024       echo
2025       for ac_var in $ac_subst_files
2026       do
2027         eval ac_val=\$$ac_var
2028         case $ac_val in
2029         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2030         esac
2031         echo "$ac_var='\''$ac_val'\''"
2032       done | sort
2033       echo
2034     fi
2035
2036     if test -s confdefs.h; then
2037       cat <<\_ASBOX
2038 ## ----------- ##
2039 ## confdefs.h. ##
2040 ## ----------- ##
2041 _ASBOX
2042       echo
2043       cat confdefs.h
2044       echo
2045     fi
2046     test "$ac_signal" != 0 &&
2047       echo "$as_me: caught signal $ac_signal"
2048     echo "$as_me: exit $exit_status"
2049   } >&5
2050   rm -f core *.core core.conftest.* &&
2051     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2052     exit $exit_status
2053 ' 0
2054 for ac_signal in 1 2 13 15; do
2055   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2056 done
2057 ac_signal=0
2058
2059 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2060 rm -f -r conftest* confdefs.h
2061
2062 # Predefined preprocessor variables.
2063
2064 cat >>confdefs.h <<_ACEOF
2065 #define PACKAGE_NAME "$PACKAGE_NAME"
2066 _ACEOF
2067
2068
2069 cat >>confdefs.h <<_ACEOF
2070 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2071 _ACEOF
2072
2073
2074 cat >>confdefs.h <<_ACEOF
2075 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2076 _ACEOF
2077
2078
2079 cat >>confdefs.h <<_ACEOF
2080 #define PACKAGE_STRING "$PACKAGE_STRING"
2081 _ACEOF
2082
2083
2084 cat >>confdefs.h <<_ACEOF
2085 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2086 _ACEOF
2087
2088
2089 # Let the site file select an alternate cache file if it wants to.
2090 # Prefer explicitly selected file to automatically selected ones.
2091 if test -n "$CONFIG_SITE"; then
2092   set x "$CONFIG_SITE"
2093 elif test "x$prefix" != xNONE; then
2094   set x "$prefix/share/config.site" "$prefix/etc/config.site"
2095 else
2096   set x "$ac_default_prefix/share/config.site" \
2097         "$ac_default_prefix/etc/config.site"
2098 fi
2099 shift
2100 for ac_site_file
2101 do
2102   if test -r "$ac_site_file"; then
2103     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2104 echo "$as_me: loading site script $ac_site_file" >&6;}
2105     sed 's/^/| /' "$ac_site_file" >&5
2106     . "$ac_site_file"
2107   fi
2108 done
2109
2110 if test -r "$cache_file"; then
2111   # Some versions of bash will fail to source /dev/null (special
2112   # files actually), so we avoid doing that.
2113   if test -f "$cache_file"; then
2114     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2115 echo "$as_me: loading cache $cache_file" >&6;}
2116     case $cache_file in
2117       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2118       *)                      . "./$cache_file";;
2119     esac
2120   fi
2121 else
2122   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2123 echo "$as_me: creating cache $cache_file" >&6;}
2124   >$cache_file
2125 fi
2126
2127 # Check that the precious variables saved in the cache have kept the same
2128 # value.
2129 ac_cache_corrupted=false
2130 for ac_var in $ac_precious_vars; do
2131   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2132   eval ac_new_set=\$ac_env_${ac_var}_set
2133   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2134   eval ac_new_val=\$ac_env_${ac_var}_value
2135   case $ac_old_set,$ac_new_set in
2136     set,)
2137       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2138 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2139       ac_cache_corrupted=: ;;
2140     ,set)
2141       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2142 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2143       ac_cache_corrupted=: ;;
2144     ,);;
2145     *)
2146       if test "x$ac_old_val" != "x$ac_new_val"; then
2147         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2148 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2149         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2150 echo "$as_me:   former value:  $ac_old_val" >&2;}
2151         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2152 echo "$as_me:   current value: $ac_new_val" >&2;}
2153         ac_cache_corrupted=:
2154       fi;;
2155   esac
2156   # Pass precious variables to config.status.
2157   if test "$ac_new_set" = set; then
2158     case $ac_new_val in
2159     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2160     *) ac_arg=$ac_var=$ac_new_val ;;
2161     esac
2162     case " $ac_configure_args " in
2163       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2164       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2165     esac
2166   fi
2167 done
2168 if $ac_cache_corrupted; then
2169   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2170 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2171   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2172 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2173    { (exit 1); exit 1; }; }
2174 fi
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192 ac_ext=c
2193 ac_cpp='$CPP $CPPFLAGS'
2194 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2195 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2196 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2197
2198
2199 BUILD_DIR=`pwd`
2200 cd ..
2201 TOP_DIR=`pwd`
2202 cd ${BUILD_DIR}
2203
2204
2205 ac_aux_dir=
2206 for ac_dir in ${BUILD_DIR}/autoconf "$srcdir"/${BUILD_DIR}/autoconf; do
2207   if test -f "$ac_dir/install-sh"; then
2208     ac_aux_dir=$ac_dir
2209     ac_install_sh="$ac_aux_dir/install-sh -c"
2210     break
2211   elif test -f "$ac_dir/install.sh"; then
2212     ac_aux_dir=$ac_dir
2213     ac_install_sh="$ac_aux_dir/install.sh -c"
2214     break
2215   elif test -f "$ac_dir/shtool"; then
2216     ac_aux_dir=$ac_dir
2217     ac_install_sh="$ac_aux_dir/shtool install -c"
2218     break
2219   fi
2220 done
2221 if test -z "$ac_aux_dir"; then
2222   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf \"$srcdir\"/${BUILD_DIR}/autoconf" >&5
2223 echo "$as_me: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf \"$srcdir\"/${BUILD_DIR}/autoconf" >&2;}
2224    { (exit 1); exit 1; }; }
2225 fi
2226
2227 # These three variables are undocumented and unsupported,
2228 # and are intended to be withdrawn in a future Autoconf release.
2229 # They can cause serious problems if a builder's source tree is in a directory
2230 # whose full name contains unusual characters.
2231 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2232 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2233 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2234
2235
2236 ac_config_headers="$ac_config_headers src/config.h:autoconf/config.h.in"
2237
2238
2239 WIN32BUILDDIR=${BUILD_DIR}/src/win32
2240 WIN32MAINDIR=${BUILD_DIR}
2241 WIN32TOPDIR=${TOP_DIR}
2242
2243
2244
2245
2246
2247
2248
2249 for ac_prog in true
2250 do
2251   # Extract the first word of "$ac_prog", so it can be a program name with args.
2252 set dummy $ac_prog; ac_word=$2
2253 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2254 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2255 if test "${ac_cv_path_TRUEPRG+set}" = set; then
2256   echo $ECHO_N "(cached) $ECHO_C" >&6
2257 else
2258   case $TRUEPRG in
2259   [\\/]* | ?:[\\/]*)
2260   ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a path.
2261   ;;
2262   *)
2263   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2264 for as_dir in $PATH
2265 do
2266   IFS=$as_save_IFS
2267   test -z "$as_dir" && as_dir=.
2268   for ac_exec_ext in '' $ac_executable_extensions; do
2269   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2270     ac_cv_path_TRUEPRG="$as_dir/$ac_word$ac_exec_ext"
2271     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2272     break 2
2273   fi
2274 done
2275 done
2276 IFS=$as_save_IFS
2277
2278   ;;
2279 esac
2280 fi
2281 TRUEPRG=$ac_cv_path_TRUEPRG
2282 if test -n "$TRUEPRG"; then
2283   { echo "$as_me:$LINENO: result: $TRUEPRG" >&5
2284 echo "${ECHO_T}$TRUEPRG" >&6; }
2285 else
2286   { echo "$as_me:$LINENO: result: no" >&5
2287 echo "${ECHO_T}no" >&6; }
2288 fi
2289
2290
2291   test -n "$TRUEPRG" && break
2292 done
2293 test -n "$TRUEPRG" || TRUEPRG=":"
2294
2295 for ac_prog in false
2296 do
2297   # Extract the first word of "$ac_prog", so it can be a program name with args.
2298 set dummy $ac_prog; ac_word=$2
2299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2301 if test "${ac_cv_path_FALSEPRG+set}" = set; then
2302   echo $ECHO_N "(cached) $ECHO_C" >&6
2303 else
2304   case $FALSEPRG in
2305   [\\/]* | ?:[\\/]*)
2306   ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a path.
2307   ;;
2308   *)
2309   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2310 for as_dir in $PATH
2311 do
2312   IFS=$as_save_IFS
2313   test -z "$as_dir" && as_dir=.
2314   for ac_exec_ext in '' $ac_executable_extensions; do
2315   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2316     ac_cv_path_FALSEPRG="$as_dir/$ac_word$ac_exec_ext"
2317     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2318     break 2
2319   fi
2320 done
2321 done
2322 IFS=$as_save_IFS
2323
2324   ;;
2325 esac
2326 fi
2327 FALSEPRG=$ac_cv_path_FALSEPRG
2328 if test -n "$FALSEPRG"; then
2329   { echo "$as_me:$LINENO: result: $FALSEPRG" >&5
2330 echo "${ECHO_T}$FALSEPRG" >&6; }
2331 else
2332   { echo "$as_me:$LINENO: result: no" >&5
2333 echo "${ECHO_T}no" >&6; }
2334 fi
2335
2336
2337   test -n "$FALSEPRG" && break
2338 done
2339 test -n "$FALSEPRG" || FALSEPRG=":"
2340
2341
2342
2343 post_host=
2344 if test "x$BACULA" != x; then
2345    post_host=`echo -${BACULA} | tr 'A-Z ' 'a-z-'`
2346 fi
2347 BACULA=${BACULA:-Bacula}
2348 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2349 DATE=`sed -n -e 's/^.* \t*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2350 LSMDATE=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2351 echo "configuring for ${BACULA} $VERSION ($DATE)"
2352
2353
2354 ac_ext=c
2355 ac_cpp='$CPP $CPPFLAGS'
2356 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2357 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2358 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2359 if test -n "$ac_tool_prefix"; then
2360   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2361 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2362 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2363 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2364 if test "${ac_cv_prog_CC+set}" = set; then
2365   echo $ECHO_N "(cached) $ECHO_C" >&6
2366 else
2367   if test -n "$CC"; then
2368   ac_cv_prog_CC="$CC" # Let the user override the test.
2369 else
2370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2371 for as_dir in $PATH
2372 do
2373   IFS=$as_save_IFS
2374   test -z "$as_dir" && as_dir=.
2375   for ac_exec_ext in '' $ac_executable_extensions; do
2376   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2377     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2378     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2379     break 2
2380   fi
2381 done
2382 done
2383 IFS=$as_save_IFS
2384
2385 fi
2386 fi
2387 CC=$ac_cv_prog_CC
2388 if test -n "$CC"; then
2389   { echo "$as_me:$LINENO: result: $CC" >&5
2390 echo "${ECHO_T}$CC" >&6; }
2391 else
2392   { echo "$as_me:$LINENO: result: no" >&5
2393 echo "${ECHO_T}no" >&6; }
2394 fi
2395
2396
2397 fi
2398 if test -z "$ac_cv_prog_CC"; then
2399   ac_ct_CC=$CC
2400   # Extract the first word of "gcc", so it can be a program name with args.
2401 set dummy gcc; ac_word=$2
2402 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2404 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2405   echo $ECHO_N "(cached) $ECHO_C" >&6
2406 else
2407   if test -n "$ac_ct_CC"; then
2408   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2409 else
2410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2411 for as_dir in $PATH
2412 do
2413   IFS=$as_save_IFS
2414   test -z "$as_dir" && as_dir=.
2415   for ac_exec_ext in '' $ac_executable_extensions; do
2416   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2417     ac_cv_prog_ac_ct_CC="gcc"
2418     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2419     break 2
2420   fi
2421 done
2422 done
2423 IFS=$as_save_IFS
2424
2425 fi
2426 fi
2427 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2428 if test -n "$ac_ct_CC"; then
2429   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2430 echo "${ECHO_T}$ac_ct_CC" >&6; }
2431 else
2432   { echo "$as_me:$LINENO: result: no" >&5
2433 echo "${ECHO_T}no" >&6; }
2434 fi
2435
2436   if test "x$ac_ct_CC" = x; then
2437     CC=""
2438   else
2439     case $cross_compiling:$ac_tool_warned in
2440 yes:)
2441 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2442 whose name does not start with the host triplet.  If you think this
2443 configuration is useful to you, please write to autoconf@gnu.org." >&5
2444 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2445 whose name does not start with the host triplet.  If you think this
2446 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2447 ac_tool_warned=yes ;;
2448 esac
2449     CC=$ac_ct_CC
2450   fi
2451 else
2452   CC="$ac_cv_prog_CC"
2453 fi
2454
2455 if test -z "$CC"; then
2456           if test -n "$ac_tool_prefix"; then
2457     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2458 set dummy ${ac_tool_prefix}cc; ac_word=$2
2459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2461 if test "${ac_cv_prog_CC+set}" = set; then
2462   echo $ECHO_N "(cached) $ECHO_C" >&6
2463 else
2464   if test -n "$CC"; then
2465   ac_cv_prog_CC="$CC" # Let the user override the test.
2466 else
2467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468 for as_dir in $PATH
2469 do
2470   IFS=$as_save_IFS
2471   test -z "$as_dir" && as_dir=.
2472   for ac_exec_ext in '' $ac_executable_extensions; do
2473   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474     ac_cv_prog_CC="${ac_tool_prefix}cc"
2475     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2476     break 2
2477   fi
2478 done
2479 done
2480 IFS=$as_save_IFS
2481
2482 fi
2483 fi
2484 CC=$ac_cv_prog_CC
2485 if test -n "$CC"; then
2486   { echo "$as_me:$LINENO: result: $CC" >&5
2487 echo "${ECHO_T}$CC" >&6; }
2488 else
2489   { echo "$as_me:$LINENO: result: no" >&5
2490 echo "${ECHO_T}no" >&6; }
2491 fi
2492
2493
2494   fi
2495 fi
2496 if test -z "$CC"; then
2497   # Extract the first word of "cc", so it can be a program name with args.
2498 set dummy cc; ac_word=$2
2499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2501 if test "${ac_cv_prog_CC+set}" = set; then
2502   echo $ECHO_N "(cached) $ECHO_C" >&6
2503 else
2504   if test -n "$CC"; then
2505   ac_cv_prog_CC="$CC" # Let the user override the test.
2506 else
2507   ac_prog_rejected=no
2508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509 for as_dir in $PATH
2510 do
2511   IFS=$as_save_IFS
2512   test -z "$as_dir" && as_dir=.
2513   for ac_exec_ext in '' $ac_executable_extensions; do
2514   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2515     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2516        ac_prog_rejected=yes
2517        continue
2518      fi
2519     ac_cv_prog_CC="cc"
2520     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2521     break 2
2522   fi
2523 done
2524 done
2525 IFS=$as_save_IFS
2526
2527 if test $ac_prog_rejected = yes; then
2528   # We found a bogon in the path, so make sure we never use it.
2529   set dummy $ac_cv_prog_CC
2530   shift
2531   if test $# != 0; then
2532     # We chose a different compiler from the bogus one.
2533     # However, it has the same basename, so the bogon will be chosen
2534     # first if we set CC to just the basename; use the full file name.
2535     shift
2536     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2537   fi
2538 fi
2539 fi
2540 fi
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543   { echo "$as_me:$LINENO: result: $CC" >&5
2544 echo "${ECHO_T}$CC" >&6; }
2545 else
2546   { echo "$as_me:$LINENO: result: no" >&5
2547 echo "${ECHO_T}no" >&6; }
2548 fi
2549
2550
2551 fi
2552 if test -z "$CC"; then
2553   if test -n "$ac_tool_prefix"; then
2554   for ac_prog in cl.exe
2555   do
2556     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2557 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2560 if test "${ac_cv_prog_CC+set}" = set; then
2561   echo $ECHO_N "(cached) $ECHO_C" >&6
2562 else
2563   if test -n "$CC"; then
2564   ac_cv_prog_CC="$CC" # Let the user override the test.
2565 else
2566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567 for as_dir in $PATH
2568 do
2569   IFS=$as_save_IFS
2570   test -z "$as_dir" && as_dir=.
2571   for ac_exec_ext in '' $ac_executable_extensions; do
2572   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2573     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2574     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2575     break 2
2576   fi
2577 done
2578 done
2579 IFS=$as_save_IFS
2580
2581 fi
2582 fi
2583 CC=$ac_cv_prog_CC
2584 if test -n "$CC"; then
2585   { echo "$as_me:$LINENO: result: $CC" >&5
2586 echo "${ECHO_T}$CC" >&6; }
2587 else
2588   { echo "$as_me:$LINENO: result: no" >&5
2589 echo "${ECHO_T}no" >&6; }
2590 fi
2591
2592
2593     test -n "$CC" && break
2594   done
2595 fi
2596 if test -z "$CC"; then
2597   ac_ct_CC=$CC
2598   for ac_prog in cl.exe
2599 do
2600   # Extract the first word of "$ac_prog", so it can be a program name with args.
2601 set dummy $ac_prog; ac_word=$2
2602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2604 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2605   echo $ECHO_N "(cached) $ECHO_C" >&6
2606 else
2607   if test -n "$ac_ct_CC"; then
2608   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2609 else
2610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611 for as_dir in $PATH
2612 do
2613   IFS=$as_save_IFS
2614   test -z "$as_dir" && as_dir=.
2615   for ac_exec_ext in '' $ac_executable_extensions; do
2616   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2617     ac_cv_prog_ac_ct_CC="$ac_prog"
2618     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2619     break 2
2620   fi
2621 done
2622 done
2623 IFS=$as_save_IFS
2624
2625 fi
2626 fi
2627 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2628 if test -n "$ac_ct_CC"; then
2629   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2630 echo "${ECHO_T}$ac_ct_CC" >&6; }
2631 else
2632   { echo "$as_me:$LINENO: result: no" >&5
2633 echo "${ECHO_T}no" >&6; }
2634 fi
2635
2636
2637   test -n "$ac_ct_CC" && break
2638 done
2639
2640   if test "x$ac_ct_CC" = x; then
2641     CC=""
2642   else
2643     case $cross_compiling:$ac_tool_warned in
2644 yes:)
2645 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2646 whose name does not start with the host triplet.  If you think this
2647 configuration is useful to you, please write to autoconf@gnu.org." >&5
2648 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2649 whose name does not start with the host triplet.  If you think this
2650 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2651 ac_tool_warned=yes ;;
2652 esac
2653     CC=$ac_ct_CC
2654   fi
2655 fi
2656
2657 fi
2658
2659
2660 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2661 See \`config.log' for more details." >&5
2662 echo "$as_me: error: no acceptable C compiler found in \$PATH
2663 See \`config.log' for more details." >&2;}
2664    { (exit 1); exit 1; }; }
2665
2666 # Provide some information about the compiler.
2667 echo "$as_me:$LINENO: checking for C compiler version" >&5
2668 ac_compiler=`set X $ac_compile; echo $2`
2669 { (ac_try="$ac_compiler --version >&5"
2670 case "(($ac_try" in
2671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2672   *) ac_try_echo=$ac_try;;
2673 esac
2674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2675   (eval "$ac_compiler --version >&5") 2>&5
2676   ac_status=$?
2677   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2678   (exit $ac_status); }
2679 { (ac_try="$ac_compiler -v >&5"
2680 case "(($ac_try" in
2681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2682   *) ac_try_echo=$ac_try;;
2683 esac
2684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2685   (eval "$ac_compiler -v >&5") 2>&5
2686   ac_status=$?
2687   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2688   (exit $ac_status); }
2689 { (ac_try="$ac_compiler -V >&5"
2690 case "(($ac_try" in
2691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2692   *) ac_try_echo=$ac_try;;
2693 esac
2694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2695   (eval "$ac_compiler -V >&5") 2>&5
2696   ac_status=$?
2697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2698   (exit $ac_status); }
2699
2700 cat >conftest.$ac_ext <<_ACEOF
2701 /* confdefs.h.  */
2702 _ACEOF
2703 cat confdefs.h >>conftest.$ac_ext
2704 cat >>conftest.$ac_ext <<_ACEOF
2705 /* end confdefs.h.  */
2706
2707 int
2708 main ()
2709 {
2710
2711   ;
2712   return 0;
2713 }
2714 _ACEOF
2715 ac_clean_files_save=$ac_clean_files
2716 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2717 # Try to create an executable without -o first, disregard a.out.
2718 # It will help us diagnose broken compilers, and finding out an intuition
2719 # of exeext.
2720 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2721 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2722 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2723 #
2724 # List of possible output files, starting from the most likely.
2725 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2726 # only as a last resort.  b.out is created by i960 compilers.
2727 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2728 #
2729 # The IRIX 6 linker writes into existing files which may not be
2730 # executable, retaining their permissions.  Remove them first so a
2731 # subsequent execution test works.
2732 ac_rmfiles=
2733 for ac_file in $ac_files
2734 do
2735   case $ac_file in
2736     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2737     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2738   esac
2739 done
2740 rm -f $ac_rmfiles
2741
2742 if { (ac_try="$ac_link_default"
2743 case "(($ac_try" in
2744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745   *) ac_try_echo=$ac_try;;
2746 esac
2747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2748   (eval "$ac_link_default") 2>&5
2749   ac_status=$?
2750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2751   (exit $ac_status); }; then
2752   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2753 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2754 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2755 # so that the user can short-circuit this test for compilers unknown to
2756 # Autoconf.
2757 for ac_file in $ac_files ''
2758 do
2759   test -f "$ac_file" || continue
2760   case $ac_file in
2761     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2762         ;;
2763     [ab].out )
2764         # We found the default executable, but exeext='' is most
2765         # certainly right.
2766         break;;
2767     *.* )
2768         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2769         then :; else
2770            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2771         fi
2772         # We set ac_cv_exeext here because the later test for it is not
2773         # safe: cross compilers may not add the suffix if given an `-o'
2774         # argument, so we may need to know it at that point already.
2775         # Even if this section looks crufty: it has the advantage of
2776         # actually working.
2777         break;;
2778     * )
2779         break;;
2780   esac
2781 done
2782 test "$ac_cv_exeext" = no && ac_cv_exeext=
2783
2784 else
2785   ac_file=''
2786 fi
2787
2788 { echo "$as_me:$LINENO: result: $ac_file" >&5
2789 echo "${ECHO_T}$ac_file" >&6; }
2790 if test -z "$ac_file"; then
2791   echo "$as_me: failed program was:" >&5
2792 sed 's/^/| /' conftest.$ac_ext >&5
2793
2794 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2795 See \`config.log' for more details." >&5
2796 echo "$as_me: error: C compiler cannot create executables
2797 See \`config.log' for more details." >&2;}
2798    { (exit 77); exit 77; }; }
2799 fi
2800
2801 ac_exeext=$ac_cv_exeext
2802
2803 # Check that the compiler produces executables we can run.  If not, either
2804 # the compiler is broken, or we cross compile.
2805 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2806 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2807 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2808 # If not cross compiling, check that we can run a simple program.
2809 if test "$cross_compiling" != yes; then
2810   if { ac_try='./$ac_file'
2811   { (case "(($ac_try" in
2812   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2813   *) ac_try_echo=$ac_try;;
2814 esac
2815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2816   (eval "$ac_try") 2>&5
2817   ac_status=$?
2818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2819   (exit $ac_status); }; }; then
2820     cross_compiling=no
2821   else
2822     if test "$cross_compiling" = maybe; then
2823         cross_compiling=yes
2824     else
2825         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2826 If you meant to cross compile, use \`--host'.
2827 See \`config.log' for more details." >&5
2828 echo "$as_me: error: cannot run C compiled programs.
2829 If you meant to cross compile, use \`--host'.
2830 See \`config.log' for more details." >&2;}
2831    { (exit 1); exit 1; }; }
2832     fi
2833   fi
2834 fi
2835 { echo "$as_me:$LINENO: result: yes" >&5
2836 echo "${ECHO_T}yes" >&6; }
2837
2838 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2839 ac_clean_files=$ac_clean_files_save
2840 # Check that the compiler produces executables we can run.  If not, either
2841 # the compiler is broken, or we cross compile.
2842 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2843 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2844 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2845 echo "${ECHO_T}$cross_compiling" >&6; }
2846
2847 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2848 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2849 if { (ac_try="$ac_link"
2850 case "(($ac_try" in
2851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2852   *) ac_try_echo=$ac_try;;
2853 esac
2854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2855   (eval "$ac_link") 2>&5
2856   ac_status=$?
2857   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2858   (exit $ac_status); }; then
2859   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2860 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2861 # work properly (i.e., refer to `conftest.exe'), while it won't with
2862 # `rm'.
2863 for ac_file in conftest.exe conftest conftest.*; do
2864   test -f "$ac_file" || continue
2865   case $ac_file in
2866     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2867     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2868           break;;
2869     * ) break;;
2870   esac
2871 done
2872 else
2873   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2874 See \`config.log' for more details." >&5
2875 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2876 See \`config.log' for more details." >&2;}
2877    { (exit 1); exit 1; }; }
2878 fi
2879
2880 rm -f conftest$ac_cv_exeext
2881 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2882 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2883
2884 rm -f conftest.$ac_ext
2885 EXEEXT=$ac_cv_exeext
2886 ac_exeext=$EXEEXT
2887 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2888 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2889 if test "${ac_cv_objext+set}" = set; then
2890   echo $ECHO_N "(cached) $ECHO_C" >&6
2891 else
2892   cat >conftest.$ac_ext <<_ACEOF
2893 /* confdefs.h.  */
2894 _ACEOF
2895 cat confdefs.h >>conftest.$ac_ext
2896 cat >>conftest.$ac_ext <<_ACEOF
2897 /* end confdefs.h.  */
2898
2899 int
2900 main ()
2901 {
2902
2903   ;
2904   return 0;
2905 }
2906 _ACEOF
2907 rm -f conftest.o conftest.obj
2908 if { (ac_try="$ac_compile"
2909 case "(($ac_try" in
2910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2911   *) ac_try_echo=$ac_try;;
2912 esac
2913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2914   (eval "$ac_compile") 2>&5
2915   ac_status=$?
2916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2917   (exit $ac_status); }; then
2918   for ac_file in conftest.o conftest.obj conftest.*; do
2919   test -f "$ac_file" || continue;
2920   case $ac_file in
2921     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2922     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2923        break;;
2924   esac
2925 done
2926 else
2927   echo "$as_me: failed program was:" >&5
2928 sed 's/^/| /' conftest.$ac_ext >&5
2929
2930 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2931 See \`config.log' for more details." >&5
2932 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2933 See \`config.log' for more details." >&2;}
2934    { (exit 1); exit 1; }; }
2935 fi
2936
2937 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2938 fi
2939 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2940 echo "${ECHO_T}$ac_cv_objext" >&6; }
2941 OBJEXT=$ac_cv_objext
2942 ac_objext=$OBJEXT
2943 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2944 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2945 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2946   echo $ECHO_N "(cached) $ECHO_C" >&6
2947 else
2948   cat >conftest.$ac_ext <<_ACEOF
2949 /* confdefs.h.  */
2950 _ACEOF
2951 cat confdefs.h >>conftest.$ac_ext
2952 cat >>conftest.$ac_ext <<_ACEOF
2953 /* end confdefs.h.  */
2954
2955 int
2956 main ()
2957 {
2958 #ifndef __GNUC__
2959        choke me
2960 #endif
2961
2962   ;
2963   return 0;
2964 }
2965 _ACEOF
2966 rm -f conftest.$ac_objext
2967 if { (ac_try="$ac_compile"
2968 case "(($ac_try" in
2969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2970   *) ac_try_echo=$ac_try;;
2971 esac
2972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2973   (eval "$ac_compile") 2>conftest.er1
2974   ac_status=$?
2975   grep -v '^ *+' conftest.er1 >conftest.err
2976   rm -f conftest.er1
2977   cat conftest.err >&5
2978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2979   (exit $ac_status); } && {
2980          test -z "$ac_c_werror_flag" ||
2981          test ! -s conftest.err
2982        } && test -s conftest.$ac_objext; then
2983   ac_compiler_gnu=yes
2984 else
2985   echo "$as_me: failed program was:" >&5
2986 sed 's/^/| /' conftest.$ac_ext >&5
2987
2988         ac_compiler_gnu=no
2989 fi
2990
2991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2992 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2993
2994 fi
2995 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2996 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2997 GCC=`test $ac_compiler_gnu = yes && echo yes`
2998 ac_test_CFLAGS=${CFLAGS+set}
2999 ac_save_CFLAGS=$CFLAGS
3000 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3001 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3002 if test "${ac_cv_prog_cc_g+set}" = set; then
3003   echo $ECHO_N "(cached) $ECHO_C" >&6
3004 else
3005   ac_save_c_werror_flag=$ac_c_werror_flag
3006    ac_c_werror_flag=yes
3007    ac_cv_prog_cc_g=no
3008    CFLAGS="-g"
3009    cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h.  */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h.  */
3015
3016 int
3017 main ()
3018 {
3019
3020   ;
3021   return 0;
3022 }
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028   *) ac_try_echo=$ac_try;;
3029 esac
3030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3031   (eval "$ac_compile") 2>conftest.er1
3032   ac_status=$?
3033   grep -v '^ *+' conftest.er1 >conftest.err
3034   rm -f conftest.er1
3035   cat conftest.err >&5
3036   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3037   (exit $ac_status); } && {
3038          test -z "$ac_c_werror_flag" ||
3039          test ! -s conftest.err
3040        } && test -s conftest.$ac_objext; then
3041   ac_cv_prog_cc_g=yes
3042 else
3043   echo "$as_me: failed program was:" >&5
3044 sed 's/^/| /' conftest.$ac_ext >&5
3045
3046         CFLAGS=""
3047       cat >conftest.$ac_ext <<_ACEOF
3048 /* confdefs.h.  */
3049 _ACEOF
3050 cat confdefs.h >>conftest.$ac_ext
3051 cat >>conftest.$ac_ext <<_ACEOF
3052 /* end confdefs.h.  */
3053
3054 int
3055 main ()
3056 {
3057
3058   ;
3059   return 0;
3060 }
3061 _ACEOF
3062 rm -f conftest.$ac_objext
3063 if { (ac_try="$ac_compile"
3064 case "(($ac_try" in
3065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3066   *) ac_try_echo=$ac_try;;
3067 esac
3068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3069   (eval "$ac_compile") 2>conftest.er1
3070   ac_status=$?
3071   grep -v '^ *+' conftest.er1 >conftest.err
3072   rm -f conftest.er1
3073   cat conftest.err >&5
3074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3075   (exit $ac_status); } && {
3076          test -z "$ac_c_werror_flag" ||
3077          test ! -s conftest.err
3078        } && test -s conftest.$ac_objext; then
3079   :
3080 else
3081   echo "$as_me: failed program was:" >&5
3082 sed 's/^/| /' conftest.$ac_ext >&5
3083
3084         ac_c_werror_flag=$ac_save_c_werror_flag
3085          CFLAGS="-g"
3086          cat >conftest.$ac_ext <<_ACEOF
3087 /* confdefs.h.  */
3088 _ACEOF
3089 cat confdefs.h >>conftest.$ac_ext
3090 cat >>conftest.$ac_ext <<_ACEOF
3091 /* end confdefs.h.  */
3092
3093 int
3094 main ()
3095 {
3096
3097   ;
3098   return 0;
3099 }
3100 _ACEOF
3101 rm -f conftest.$ac_objext
3102 if { (ac_try="$ac_compile"
3103 case "(($ac_try" in
3104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3105   *) ac_try_echo=$ac_try;;
3106 esac
3107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3108   (eval "$ac_compile") 2>conftest.er1
3109   ac_status=$?
3110   grep -v '^ *+' conftest.er1 >conftest.err
3111   rm -f conftest.er1
3112   cat conftest.err >&5
3113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3114   (exit $ac_status); } && {
3115          test -z "$ac_c_werror_flag" ||
3116          test ! -s conftest.err
3117        } && test -s conftest.$ac_objext; then
3118   ac_cv_prog_cc_g=yes
3119 else
3120   echo "$as_me: failed program was:" >&5
3121 sed 's/^/| /' conftest.$ac_ext >&5
3122
3123
3124 fi
3125
3126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3127 fi
3128
3129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3130 fi
3131
3132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3133    ac_c_werror_flag=$ac_save_c_werror_flag
3134 fi
3135 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3136 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3137 if test "$ac_test_CFLAGS" = set; then
3138   CFLAGS=$ac_save_CFLAGS
3139 elif test $ac_cv_prog_cc_g = yes; then
3140   if test "$GCC" = yes; then
3141     CFLAGS="-g -O2"
3142   else
3143     CFLAGS="-g"
3144   fi
3145 else
3146   if test "$GCC" = yes; then
3147     CFLAGS="-O2"
3148   else
3149     CFLAGS=
3150   fi
3151 fi
3152 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3153 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3154 if test "${ac_cv_prog_cc_c89+set}" = set; then
3155   echo $ECHO_N "(cached) $ECHO_C" >&6
3156 else
3157   ac_cv_prog_cc_c89=no
3158 ac_save_CC=$CC
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h.  */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h.  */
3165 #include <stdarg.h>
3166 #include <stdio.h>
3167 #include <sys/types.h>
3168 #include <sys/stat.h>
3169 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3170 struct buf { int x; };
3171 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3172 static char *e (p, i)
3173      char **p;
3174      int i;
3175 {
3176   return p[i];
3177 }
3178 static char *f (char * (*g) (char **, int), char **p, ...)
3179 {
3180   char *s;
3181   va_list v;
3182   va_start (v,p);
3183   s = g (p, va_arg (v,int));
3184   va_end (v);
3185   return s;
3186 }
3187
3188 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3189    function prototypes and stuff, but not '\xHH' hex character constants.
3190    These don't provoke an error unfortunately, instead are silently treated
3191    as 'x'.  The following induces an error, until -std is added to get
3192    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3193    array size at least.  It's necessary to write '\x00'==0 to get something
3194    that's true only with -std.  */
3195 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3196
3197 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3198    inside strings and character constants.  */
3199 #define FOO(x) 'x'
3200 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3201
3202 int test (int i, double x);
3203 struct s1 {int (*f) (int a);};
3204 struct s2 {int (*f) (double a);};
3205 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3206 int argc;
3207 char **argv;
3208 int
3209 main ()
3210 {
3211 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3212   ;
3213   return 0;
3214 }
3215 _ACEOF
3216 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3217         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3218 do
3219   CC="$ac_save_CC $ac_arg"
3220   rm -f conftest.$ac_objext
3221 if { (ac_try="$ac_compile"
3222 case "(($ac_try" in
3223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3224   *) ac_try_echo=$ac_try;;
3225 esac
3226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3227   (eval "$ac_compile") 2>conftest.er1
3228   ac_status=$?
3229   grep -v '^ *+' conftest.er1 >conftest.err
3230   rm -f conftest.er1
3231   cat conftest.err >&5
3232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3233   (exit $ac_status); } && {
3234          test -z "$ac_c_werror_flag" ||
3235          test ! -s conftest.err
3236        } && test -s conftest.$ac_objext; then
3237   ac_cv_prog_cc_c89=$ac_arg
3238 else
3239   echo "$as_me: failed program was:" >&5
3240 sed 's/^/| /' conftest.$ac_ext >&5
3241
3242
3243 fi
3244
3245 rm -f core conftest.err conftest.$ac_objext
3246   test "x$ac_cv_prog_cc_c89" != "xno" && break
3247 done
3248 rm -f conftest.$ac_ext
3249 CC=$ac_save_CC
3250
3251 fi
3252 # AC_CACHE_VAL
3253 case "x$ac_cv_prog_cc_c89" in
3254   x)
3255     { echo "$as_me:$LINENO: result: none needed" >&5
3256 echo "${ECHO_T}none needed" >&6; } ;;
3257   xno)
3258     { echo "$as_me:$LINENO: result: unsupported" >&5
3259 echo "${ECHO_T}unsupported" >&6; } ;;
3260   *)
3261     CC="$CC $ac_cv_prog_cc_c89"
3262     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3263 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3264 esac
3265
3266
3267 ac_ext=c
3268 ac_cpp='$CPP $CPPFLAGS'
3269 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3270 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3271 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3272
3273 ac_ext=cpp
3274 ac_cpp='$CXXCPP $CPPFLAGS'
3275 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3276 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3277 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3278 if test -z "$CXX"; then
3279   if test -n "$CCC"; then
3280     CXX=$CCC
3281   else
3282     if test -n "$ac_tool_prefix"; then
3283   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3284   do
3285     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3286 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3289 if test "${ac_cv_prog_CXX+set}" = set; then
3290   echo $ECHO_N "(cached) $ECHO_C" >&6
3291 else
3292   if test -n "$CXX"; then
3293   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3294 else
3295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3296 for as_dir in $PATH
3297 do
3298   IFS=$as_save_IFS
3299   test -z "$as_dir" && as_dir=.
3300   for ac_exec_ext in '' $ac_executable_extensions; do
3301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3302     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3303     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3304     break 2
3305   fi
3306 done
3307 done
3308 IFS=$as_save_IFS
3309
3310 fi
3311 fi
3312 CXX=$ac_cv_prog_CXX
3313 if test -n "$CXX"; then
3314   { echo "$as_me:$LINENO: result: $CXX" >&5
3315 echo "${ECHO_T}$CXX" >&6; }
3316 else
3317   { echo "$as_me:$LINENO: result: no" >&5
3318 echo "${ECHO_T}no" >&6; }
3319 fi
3320
3321
3322     test -n "$CXX" && break
3323   done
3324 fi
3325 if test -z "$CXX"; then
3326   ac_ct_CXX=$CXX
3327   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3328 do
3329   # Extract the first word of "$ac_prog", so it can be a program name with args.
3330 set dummy $ac_prog; ac_word=$2
3331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3333 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3334   echo $ECHO_N "(cached) $ECHO_C" >&6
3335 else
3336   if test -n "$ac_ct_CXX"; then
3337   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3338 else
3339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3340 for as_dir in $PATH
3341 do
3342   IFS=$as_save_IFS
3343   test -z "$as_dir" && as_dir=.
3344   for ac_exec_ext in '' $ac_executable_extensions; do
3345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3346     ac_cv_prog_ac_ct_CXX="$ac_prog"
3347     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3348     break 2
3349   fi
3350 done
3351 done
3352 IFS=$as_save_IFS
3353
3354 fi
3355 fi
3356 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3357 if test -n "$ac_ct_CXX"; then
3358   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3359 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3360 else
3361   { echo "$as_me:$LINENO: result: no" >&5
3362 echo "${ECHO_T}no" >&6; }
3363 fi
3364
3365
3366   test -n "$ac_ct_CXX" && break
3367 done
3368
3369   if test "x$ac_ct_CXX" = x; then
3370     CXX="g++"
3371   else
3372     case $cross_compiling:$ac_tool_warned in
3373 yes:)
3374 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3375 whose name does not start with the host triplet.  If you think this
3376 configuration is useful to you, please write to autoconf@gnu.org." >&5
3377 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3378 whose name does not start with the host triplet.  If you think this
3379 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3380 ac_tool_warned=yes ;;
3381 esac
3382     CXX=$ac_ct_CXX
3383   fi
3384 fi
3385
3386   fi
3387 fi
3388 # Provide some information about the compiler.
3389 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3390 ac_compiler=`set X $ac_compile; echo $2`
3391 { (ac_try="$ac_compiler --version >&5"
3392 case "(($ac_try" in
3393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3394   *) ac_try_echo=$ac_try;;
3395 esac
3396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3397   (eval "$ac_compiler --version >&5") 2>&5
3398   ac_status=$?
3399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3400   (exit $ac_status); }
3401 { (ac_try="$ac_compiler -v >&5"
3402 case "(($ac_try" in
3403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3404   *) ac_try_echo=$ac_try;;
3405 esac
3406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3407   (eval "$ac_compiler -v >&5") 2>&5
3408   ac_status=$?
3409   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410   (exit $ac_status); }
3411 { (ac_try="$ac_compiler -V >&5"
3412 case "(($ac_try" in
3413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414   *) ac_try_echo=$ac_try;;
3415 esac
3416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3417   (eval "$ac_compiler -V >&5") 2>&5
3418   ac_status=$?
3419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3420   (exit $ac_status); }
3421
3422 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3423 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3424 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3425   echo $ECHO_N "(cached) $ECHO_C" >&6
3426 else
3427   cat >conftest.$ac_ext <<_ACEOF
3428 /* confdefs.h.  */
3429 _ACEOF
3430 cat confdefs.h >>conftest.$ac_ext
3431 cat >>conftest.$ac_ext <<_ACEOF
3432 /* end confdefs.h.  */
3433
3434 int
3435 main ()
3436 {
3437 #ifndef __GNUC__
3438        choke me
3439 #endif
3440
3441   ;
3442   return 0;
3443 }
3444 _ACEOF
3445 rm -f conftest.$ac_objext
3446 if { (ac_try="$ac_compile"
3447 case "(($ac_try" in
3448   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3449   *) ac_try_echo=$ac_try;;
3450 esac
3451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3452   (eval "$ac_compile") 2>conftest.er1
3453   ac_status=$?
3454   grep -v '^ *+' conftest.er1 >conftest.err
3455   rm -f conftest.er1
3456   cat conftest.err >&5
3457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3458   (exit $ac_status); } && {
3459          test -z "$ac_cxx_werror_flag" ||
3460          test ! -s conftest.err
3461        } && test -s conftest.$ac_objext; then
3462   ac_compiler_gnu=yes
3463 else
3464   echo "$as_me: failed program was:" >&5
3465 sed 's/^/| /' conftest.$ac_ext >&5
3466
3467         ac_compiler_gnu=no
3468 fi
3469
3470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3471 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3472
3473 fi
3474 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3475 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3476 GXX=`test $ac_compiler_gnu = yes && echo yes`
3477 ac_test_CXXFLAGS=${CXXFLAGS+set}
3478 ac_save_CXXFLAGS=$CXXFLAGS
3479 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3480 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3481 if test "${ac_cv_prog_cxx_g+set}" = set; then
3482   echo $ECHO_N "(cached) $ECHO_C" >&6
3483 else
3484   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3485    ac_cxx_werror_flag=yes
3486    ac_cv_prog_cxx_g=no
3487    CXXFLAGS="-g"
3488    cat >conftest.$ac_ext <<_ACEOF
3489 /* confdefs.h.  */
3490 _ACEOF
3491 cat confdefs.h >>conftest.$ac_ext
3492 cat >>conftest.$ac_ext <<_ACEOF
3493 /* end confdefs.h.  */
3494
3495 int
3496 main ()
3497 {
3498
3499   ;
3500   return 0;
3501 }
3502 _ACEOF
3503 rm -f conftest.$ac_objext
3504 if { (ac_try="$ac_compile"
3505 case "(($ac_try" in
3506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3507   *) ac_try_echo=$ac_try;;
3508 esac
3509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3510   (eval "$ac_compile") 2>conftest.er1
3511   ac_status=$?
3512   grep -v '^ *+' conftest.er1 >conftest.err
3513   rm -f conftest.er1
3514   cat conftest.err >&5
3515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3516   (exit $ac_status); } && {
3517          test -z "$ac_cxx_werror_flag" ||
3518          test ! -s conftest.err
3519        } && test -s conftest.$ac_objext; then
3520   ac_cv_prog_cxx_g=yes
3521 else
3522   echo "$as_me: failed program was:" >&5
3523 sed 's/^/| /' conftest.$ac_ext >&5
3524
3525         CXXFLAGS=""
3526       cat >conftest.$ac_ext <<_ACEOF
3527 /* confdefs.h.  */
3528 _ACEOF
3529 cat confdefs.h >>conftest.$ac_ext
3530 cat >>conftest.$ac_ext <<_ACEOF
3531 /* end confdefs.h.  */
3532
3533 int
3534 main ()
3535 {
3536
3537   ;
3538   return 0;
3539 }
3540 _ACEOF
3541 rm -f conftest.$ac_objext
3542 if { (ac_try="$ac_compile"
3543 case "(($ac_try" in
3544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3545   *) ac_try_echo=$ac_try;;
3546 esac
3547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3548   (eval "$ac_compile") 2>conftest.er1
3549   ac_status=$?
3550   grep -v '^ *+' conftest.er1 >conftest.err
3551   rm -f conftest.er1
3552   cat conftest.err >&5
3553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3554   (exit $ac_status); } && {
3555          test -z "$ac_cxx_werror_flag" ||
3556          test ! -s conftest.err
3557        } && test -s conftest.$ac_objext; then
3558   :
3559 else
3560   echo "$as_me: failed program was:" >&5
3561 sed 's/^/| /' conftest.$ac_ext >&5
3562
3563         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3564          CXXFLAGS="-g"
3565          cat >conftest.$ac_ext <<_ACEOF
3566 /* confdefs.h.  */
3567 _ACEOF
3568 cat confdefs.h >>conftest.$ac_ext
3569 cat >>conftest.$ac_ext <<_ACEOF
3570 /* end confdefs.h.  */
3571
3572 int
3573 main ()
3574 {
3575
3576   ;
3577   return 0;
3578 }
3579 _ACEOF
3580 rm -f conftest.$ac_objext
3581 if { (ac_try="$ac_compile"
3582 case "(($ac_try" in
3583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3584   *) ac_try_echo=$ac_try;;
3585 esac
3586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3587   (eval "$ac_compile") 2>conftest.er1
3588   ac_status=$?
3589   grep -v '^ *+' conftest.er1 >conftest.err
3590   rm -f conftest.er1
3591   cat conftest.err >&5
3592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3593   (exit $ac_status); } && {
3594          test -z "$ac_cxx_werror_flag" ||
3595          test ! -s conftest.err
3596        } && test -s conftest.$ac_objext; then
3597   ac_cv_prog_cxx_g=yes
3598 else
3599   echo "$as_me: failed program was:" >&5
3600 sed 's/^/| /' conftest.$ac_ext >&5
3601
3602
3603 fi
3604
3605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3606 fi
3607
3608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3609 fi
3610
3611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3612    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3613 fi
3614 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3615 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3616 if test "$ac_test_CXXFLAGS" = set; then
3617   CXXFLAGS=$ac_save_CXXFLAGS
3618 elif test $ac_cv_prog_cxx_g = yes; then
3619   if test "$GXX" = yes; then
3620     CXXFLAGS="-g -O2"
3621   else
3622     CXXFLAGS="-g"
3623   fi
3624 else
3625   if test "$GXX" = yes; then
3626     CXXFLAGS="-O2"
3627   else
3628     CXXFLAGS=
3629   fi
3630 fi
3631 ac_ext=c
3632 ac_cpp='$CPP $CPPFLAGS'
3633 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3634 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3635 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3636
3637 if test "x$CC" != xcc; then
3638   { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
3639 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
3640 else
3641   { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
3642 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
3643 fi
3644 set dummy $CC; ac_cc=`echo $2 |
3645                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3646 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
3647   echo $ECHO_N "(cached) $ECHO_C" >&6
3648 else
3649   cat >conftest.$ac_ext <<_ACEOF
3650 /* confdefs.h.  */
3651 _ACEOF
3652 cat confdefs.h >>conftest.$ac_ext
3653 cat >>conftest.$ac_ext <<_ACEOF
3654 /* end confdefs.h.  */
3655
3656 int
3657 main ()
3658 {
3659
3660   ;
3661   return 0;
3662 }
3663 _ACEOF
3664 # Make sure it works both with $CC and with simple cc.
3665 # We do the test twice because some compilers refuse to overwrite an
3666 # existing .o file with -o, though they will create one.
3667 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3668 rm -f conftest2.*
3669 if { (case "(($ac_try" in
3670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3671   *) ac_try_echo=$ac_try;;
3672 esac
3673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3674   (eval "$ac_try") 2>&5
3675   ac_status=$?
3676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3677   (exit $ac_status); } &&
3678    test -f conftest2.$ac_objext && { (case "(($ac_try" in
3679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3680   *) ac_try_echo=$ac_try;;
3681 esac
3682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3683   (eval "$ac_try") 2>&5
3684   ac_status=$?
3685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3686   (exit $ac_status); };
3687 then
3688   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
3689   if test "x$CC" != xcc; then
3690     # Test first that cc exists at all.
3691     if { ac_try='cc -c conftest.$ac_ext >&5'
3692   { (case "(($ac_try" in
3693   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3694   *) ac_try_echo=$ac_try;;
3695 esac
3696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3697   (eval "$ac_try") 2>&5
3698   ac_status=$?
3699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3700   (exit $ac_status); }; }; then
3701       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3702       rm -f conftest2.*
3703       if { (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          test -f conftest2.$ac_objext && { (case "(($ac_try" in
3713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3714   *) ac_try_echo=$ac_try;;
3715 esac
3716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3717   (eval "$ac_try") 2>&5
3718   ac_status=$?
3719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720   (exit $ac_status); };
3721       then
3722         # cc works too.
3723         :
3724       else
3725         # cc exists but doesn't like -o.
3726         eval ac_cv_prog_cc_${ac_cc}_c_o=no
3727       fi
3728     fi
3729   fi
3730 else
3731   eval ac_cv_prog_cc_${ac_cc}_c_o=no
3732 fi
3733 rm -f core conftest*
3734
3735 fi
3736 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
3737   { echo "$as_me:$LINENO: result: yes" >&5
3738 echo "${ECHO_T}yes" >&6; }
3739 else
3740   { echo "$as_me:$LINENO: result: no" >&5
3741 echo "${ECHO_T}no" >&6; }
3742
3743 cat >>confdefs.h <<\_ACEOF
3744 #define NO_MINUS_C_MINUS_O 1
3745 _ACEOF
3746
3747 fi
3748
3749 ac_ext=c
3750 ac_cpp='$CPP $CPPFLAGS'
3751 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3752 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3753 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3754 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3755 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3756 # On Suns, sometimes $CPP names a directory.
3757 if test -n "$CPP" && test -d "$CPP"; then
3758   CPP=
3759 fi
3760 if test -z "$CPP"; then
3761   if test "${ac_cv_prog_CPP+set}" = set; then
3762   echo $ECHO_N "(cached) $ECHO_C" >&6
3763 else
3764       # Double quotes because CPP needs to be expanded
3765     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3766     do
3767       ac_preproc_ok=false
3768 for ac_c_preproc_warn_flag in '' yes
3769 do
3770   # Use a header file that comes with gcc, so configuring glibc
3771   # with a fresh cross-compiler works.
3772   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3773   # <limits.h> exists even on freestanding compilers.
3774   # On the NeXT, cc -E runs the code through the compiler's parser,
3775   # not just through cpp. "Syntax error" is here to catch this case.
3776   cat >conftest.$ac_ext <<_ACEOF
3777 /* confdefs.h.  */
3778 _ACEOF
3779 cat confdefs.h >>conftest.$ac_ext
3780 cat >>conftest.$ac_ext <<_ACEOF
3781 /* end confdefs.h.  */
3782 #ifdef __STDC__
3783 # include <limits.h>
3784 #else
3785 # include <assert.h>
3786 #endif
3787                      Syntax error
3788 _ACEOF
3789 if { (ac_try="$ac_cpp conftest.$ac_ext"
3790 case "(($ac_try" in
3791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3792   *) ac_try_echo=$ac_try;;
3793 esac
3794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3795   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3796   ac_status=$?
3797   grep -v '^ *+' conftest.er1 >conftest.err
3798   rm -f conftest.er1
3799   cat conftest.err >&5
3800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3801   (exit $ac_status); } >/dev/null && {
3802          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3803          test ! -s conftest.err
3804        }; then
3805   :
3806 else
3807   echo "$as_me: failed program was:" >&5
3808 sed 's/^/| /' conftest.$ac_ext >&5
3809
3810   # Broken: fails on valid input.
3811 continue
3812 fi
3813
3814 rm -f conftest.err conftest.$ac_ext
3815
3816   # OK, works on sane cases.  Now check whether nonexistent headers
3817   # can be detected and how.
3818   cat >conftest.$ac_ext <<_ACEOF
3819 /* confdefs.h.  */
3820 _ACEOF
3821 cat confdefs.h >>conftest.$ac_ext
3822 cat >>conftest.$ac_ext <<_ACEOF
3823 /* end confdefs.h.  */
3824 #include <ac_nonexistent.h>
3825 _ACEOF
3826 if { (ac_try="$ac_cpp conftest.$ac_ext"
3827 case "(($ac_try" in
3828   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3829   *) ac_try_echo=$ac_try;;
3830 esac
3831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3832   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3833   ac_status=$?
3834   grep -v '^ *+' conftest.er1 >conftest.err
3835   rm -f conftest.er1
3836   cat conftest.err >&5
3837   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3838   (exit $ac_status); } >/dev/null && {
3839          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3840          test ! -s conftest.err
3841        }; then
3842   # Broken: success on invalid input.
3843 continue
3844 else
3845   echo "$as_me: failed program was:" >&5
3846 sed 's/^/| /' conftest.$ac_ext >&5
3847
3848   # Passes both tests.
3849 ac_preproc_ok=:
3850 break
3851 fi
3852
3853 rm -f conftest.err conftest.$ac_ext
3854
3855 done
3856 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3857 rm -f conftest.err conftest.$ac_ext
3858 if $ac_preproc_ok; then
3859   break
3860 fi
3861
3862     done
3863     ac_cv_prog_CPP=$CPP
3864
3865 fi
3866   CPP=$ac_cv_prog_CPP
3867 else
3868   ac_cv_prog_CPP=$CPP
3869 fi
3870 { echo "$as_me:$LINENO: result: $CPP" >&5
3871 echo "${ECHO_T}$CPP" >&6; }
3872 ac_preproc_ok=false
3873 for ac_c_preproc_warn_flag in '' yes
3874 do
3875   # Use a header file that comes with gcc, so configuring glibc
3876   # with a fresh cross-compiler works.
3877   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3878   # <limits.h> exists even on freestanding compilers.
3879   # On the NeXT, cc -E runs the code through the compiler's parser,
3880   # not just through cpp. "Syntax error" is here to catch this case.
3881   cat >conftest.$ac_ext <<_ACEOF
3882 /* confdefs.h.  */
3883 _ACEOF
3884 cat confdefs.h >>conftest.$ac_ext
3885 cat >>conftest.$ac_ext <<_ACEOF
3886 /* end confdefs.h.  */
3887 #ifdef __STDC__
3888 # include <limits.h>
3889 #else
3890 # include <assert.h>
3891 #endif
3892                      Syntax error
3893 _ACEOF
3894 if { (ac_try="$ac_cpp conftest.$ac_ext"
3895 case "(($ac_try" in
3896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3897   *) ac_try_echo=$ac_try;;
3898 esac
3899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3900   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3901   ac_status=$?
3902   grep -v '^ *+' conftest.er1 >conftest.err
3903   rm -f conftest.er1
3904   cat conftest.err >&5
3905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3906   (exit $ac_status); } >/dev/null && {
3907          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3908          test ! -s conftest.err
3909        }; then
3910   :
3911 else
3912   echo "$as_me: failed program was:" >&5
3913 sed 's/^/| /' conftest.$ac_ext >&5
3914
3915   # Broken: fails on valid input.
3916 continue
3917 fi
3918
3919 rm -f conftest.err conftest.$ac_ext
3920
3921   # OK, works on sane cases.  Now check whether nonexistent headers
3922   # can be detected and how.
3923   cat >conftest.$ac_ext <<_ACEOF
3924 /* confdefs.h.  */
3925 _ACEOF
3926 cat confdefs.h >>conftest.$ac_ext
3927 cat >>conftest.$ac_ext <<_ACEOF
3928 /* end confdefs.h.  */
3929 #include <ac_nonexistent.h>
3930 _ACEOF
3931 if { (ac_try="$ac_cpp conftest.$ac_ext"
3932 case "(($ac_try" in
3933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3934   *) ac_try_echo=$ac_try;;
3935 esac
3936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3937   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3938   ac_status=$?
3939   grep -v '^ *+' conftest.er1 >conftest.err
3940   rm -f conftest.er1
3941   cat conftest.err >&5
3942   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3943   (exit $ac_status); } >/dev/null && {
3944          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3945          test ! -s conftest.err
3946        }; then
3947   # Broken: success on invalid input.
3948 continue
3949 else
3950   echo "$as_me: failed program was:" >&5
3951 sed 's/^/| /' conftest.$ac_ext >&5
3952
3953   # Passes both tests.
3954 ac_preproc_ok=:
3955 break
3956 fi
3957
3958 rm -f conftest.err conftest.$ac_ext
3959
3960 done
3961 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3962 rm -f conftest.err conftest.$ac_ext
3963 if $ac_preproc_ok; then
3964   :
3965 else
3966   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3967 See \`config.log' for more details." >&5
3968 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3969 See \`config.log' for more details." >&2;}
3970    { (exit 1); exit 1; }; }
3971 fi
3972
3973 ac_ext=c
3974 ac_cpp='$CPP $CPPFLAGS'
3975 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3976 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3977 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3978
3979
3980 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3981 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3982 if test "${ac_cv_path_GREP+set}" = set; then
3983   echo $ECHO_N "(cached) $ECHO_C" >&6
3984 else
3985   # Extract the first word of "grep ggrep" to use in msg output
3986 if test -z "$GREP"; then
3987 set dummy grep ggrep; ac_prog_name=$2
3988 if test "${ac_cv_path_GREP+set}" = set; then
3989   echo $ECHO_N "(cached) $ECHO_C" >&6
3990 else
3991   ac_path_GREP_found=false
3992 # Loop through the user's path and test for each of PROGNAME-LIST
3993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3994 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3995 do
3996   IFS=$as_save_IFS
3997   test -z "$as_dir" && as_dir=.
3998   for ac_prog in grep ggrep; do
3999   for ac_exec_ext in '' $ac_executable_extensions; do
4000     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4001     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4002     # Check for GNU ac_path_GREP and select it if it is found.
4003   # Check for GNU $ac_path_GREP
4004 case `"$ac_path_GREP" --version 2>&1` in
4005 *GNU*)
4006   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4007 *)
4008   ac_count=0
4009   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4010   while :
4011   do
4012     cat "conftest.in" "conftest.in" >"conftest.tmp"
4013     mv "conftest.tmp" "conftest.in"
4014     cp "conftest.in" "conftest.nl"
4015     echo 'GREP' >> "conftest.nl"
4016     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4017     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4018     ac_count=`expr $ac_count + 1`
4019     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4020       # Best one so far, save it but keep looking for a better one
4021       ac_cv_path_GREP="$ac_path_GREP"
4022       ac_path_GREP_max=$ac_count
4023     fi
4024     # 10*(2^10) chars as input seems more than enough
4025     test $ac_count -gt 10 && break
4026   done
4027   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4028 esac
4029
4030
4031     $ac_path_GREP_found && break 3
4032   done
4033 done
4034
4035 done
4036 IFS=$as_save_IFS
4037
4038
4039 fi
4040
4041 GREP="$ac_cv_path_GREP"
4042 if test -z "$GREP"; then
4043   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4044 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4045    { (exit 1); exit 1; }; }
4046 fi
4047
4048 else
4049   ac_cv_path_GREP=$GREP
4050 fi
4051
4052
4053 fi
4054 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4055 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4056  GREP="$ac_cv_path_GREP"
4057
4058
4059 { echo "$as_me:$LINENO: checking for egrep" >&5
4060 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4061 if test "${ac_cv_path_EGREP+set}" = set; then
4062   echo $ECHO_N "(cached) $ECHO_C" >&6
4063 else
4064   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4065    then ac_cv_path_EGREP="$GREP -E"
4066    else
4067      # Extract the first word of "egrep" to use in msg output
4068 if test -z "$EGREP"; then
4069 set dummy egrep; ac_prog_name=$2
4070 if test "${ac_cv_path_EGREP+set}" = set; then
4071   echo $ECHO_N "(cached) $ECHO_C" >&6
4072 else
4073   ac_path_EGREP_found=false
4074 # Loop through the user's path and test for each of PROGNAME-LIST
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4077 do
4078   IFS=$as_save_IFS
4079   test -z "$as_dir" && as_dir=.
4080   for ac_prog in egrep; do
4081   for ac_exec_ext in '' $ac_executable_extensions; do
4082     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4083     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4084     # Check for GNU ac_path_EGREP and select it if it is found.
4085   # Check for GNU $ac_path_EGREP
4086 case `"$ac_path_EGREP" --version 2>&1` in
4087 *GNU*)
4088   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4089 *)
4090   ac_count=0
4091   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4092   while :
4093   do
4094     cat "conftest.in" "conftest.in" >"conftest.tmp"
4095     mv "conftest.tmp" "conftest.in"
4096     cp "conftest.in" "conftest.nl"
4097     echo 'EGREP' >> "conftest.nl"
4098     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4099     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4100     ac_count=`expr $ac_count + 1`
4101     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4102       # Best one so far, save it but keep looking for a better one
4103       ac_cv_path_EGREP="$ac_path_EGREP"
4104       ac_path_EGREP_max=$ac_count
4105     fi
4106     # 10*(2^10) chars as input seems more than enough
4107     test $ac_count -gt 10 && break
4108   done
4109   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4110 esac
4111
4112
4113     $ac_path_EGREP_found && break 3
4114   done
4115 done
4116
4117 done
4118 IFS=$as_save_IFS
4119
4120
4121 fi
4122
4123 EGREP="$ac_cv_path_EGREP"
4124 if test -z "$EGREP"; then
4125   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4126 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4127    { (exit 1); exit 1; }; }
4128 fi
4129
4130 else
4131   ac_cv_path_EGREP=$EGREP
4132 fi
4133
4134
4135    fi
4136 fi
4137 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4138 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4139  EGREP="$ac_cv_path_EGREP"
4140
4141
4142 if test $ac_cv_c_compiler_gnu = yes; then
4143     { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
4144 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
4145 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
4146   echo $ECHO_N "(cached) $ECHO_C" >&6
4147 else
4148     ac_pattern="Autoconf.*'x'"
4149   cat >conftest.$ac_ext <<_ACEOF
4150 /* confdefs.h.  */
4151 _ACEOF
4152 cat confdefs.h >>conftest.$ac_ext
4153 cat >>conftest.$ac_ext <<_ACEOF
4154 /* end confdefs.h.  */
4155 #include <sgtty.h>
4156 Autoconf TIOCGETP
4157 _ACEOF
4158 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4159   $EGREP "$ac_pattern" >/dev/null 2>&1; then
4160   ac_cv_prog_gcc_traditional=yes
4161 else
4162   ac_cv_prog_gcc_traditional=no
4163 fi
4164 rm -f conftest*
4165
4166
4167   if test $ac_cv_prog_gcc_traditional = no; then
4168     cat >conftest.$ac_ext <<_ACEOF
4169 /* confdefs.h.  */
4170 _ACEOF
4171 cat confdefs.h >>conftest.$ac_ext
4172 cat >>conftest.$ac_ext <<_ACEOF
4173 /* end confdefs.h.  */
4174 #include <termio.h>
4175 Autoconf TCGETA
4176 _ACEOF
4177 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4178   $EGREP "$ac_pattern" >/dev/null 2>&1; then
4179   ac_cv_prog_gcc_traditional=yes
4180 fi
4181 rm -f conftest*
4182
4183   fi
4184 fi
4185 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
4186 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
4187   if test $ac_cv_prog_gcc_traditional = yes; then
4188     CC="$CC -traditional"
4189   fi
4190 fi
4191
4192 BASECC=`basename $CC`
4193 have_gcc=no
4194 if test "x$BASECC" = xgcc; then
4195    cat >>confdefs.h <<\_ACEOF
4196 #define HAVE_GCC 1
4197 _ACEOF
4198
4199    have_gcc=yes
4200 fi
4201 # Extract the first word of "$CXX", so it can be a program name with args.
4202 set dummy $CXX; ac_word=$2
4203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4205 if test "${ac_cv_path_CXX+set}" = set; then
4206   echo $ECHO_N "(cached) $ECHO_C" >&6
4207 else
4208   case $CXX in
4209   [\\/]* | ?:[\\/]*)
4210   ac_cv_path_CXX="$CXX" # Let the user override the test with a path.
4211   ;;
4212   *)
4213   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214 for as_dir in $PATH
4215 do
4216   IFS=$as_save_IFS
4217   test -z "$as_dir" && as_dir=.
4218   for ac_exec_ext in '' $ac_executable_extensions; do
4219   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4220     ac_cv_path_CXX="$as_dir/$ac_word$ac_exec_ext"
4221     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4222     break 2
4223   fi
4224 done
4225 done
4226 IFS=$as_save_IFS
4227
4228   test -z "$ac_cv_path_CXX" && ac_cv_path_CXX="$CXX"
4229   ;;
4230 esac
4231 fi
4232 CXX=$ac_cv_path_CXX
4233 if test -n "$CXX"; then
4234   { echo "$as_me:$LINENO: result: $CXX" >&5
4235 echo "${ECHO_T}$CXX" >&6; }
4236 else
4237   { echo "$as_me:$LINENO: result: no" >&5
4238 echo "${ECHO_T}no" >&6; }
4239 fi
4240
4241
4242 if test ! -e $CXX; then
4243    { { echo "$as_me:$LINENO: error: Unable to find C++ compiler" >&5
4244 echo "$as_me: error: Unable to find C++ compiler" >&2;}
4245    { (exit 1); exit 1; }; }
4246 fi
4247
4248 # Find a good install program.  We prefer a C program (faster),
4249 # so one script is as good as another.  But avoid the broken or
4250 # incompatible versions:
4251 # SysV /etc/install, /usr/sbin/install
4252 # SunOS /usr/etc/install
4253 # IRIX /sbin/install
4254 # AIX /bin/install
4255 # AmigaOS /C/install, which installs bootblocks on floppy discs
4256 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4257 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4258 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4259 # OS/2's system install, which has a completely different semantic
4260 # ./install, which can be erroneously created by make from ./install.sh.
4261 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4262 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4263 if test -z "$INSTALL"; then
4264 if test "${ac_cv_path_install+set}" = set; then
4265   echo $ECHO_N "(cached) $ECHO_C" >&6
4266 else
4267   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268 for as_dir in $PATH
4269 do
4270   IFS=$as_save_IFS
4271   test -z "$as_dir" && as_dir=.
4272   # Account for people who put trailing slashes in PATH elements.
4273 case $as_dir/ in
4274   ./ | .// | /cC/* | \
4275   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4276   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4277   /usr/ucb/* ) ;;
4278   *)
4279     # OSF1 and SCO ODT 3.0 have their own names for install.
4280     # Don't use installbsd from OSF since it installs stuff as root
4281     # by default.
4282     for ac_prog in ginstall scoinst install; do
4283       for ac_exec_ext in '' $ac_executable_extensions; do
4284         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4285           if test $ac_prog = install &&
4286             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4287             # AIX install.  It has an incompatible calling convention.
4288             :
4289           elif test $ac_prog = install &&
4290             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4291             # program-specific install script used by HP pwplus--don't use.
4292             :
4293           else
4294             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4295             break 3
4296           fi
4297         fi
4298       done
4299     done
4300     ;;
4301 esac
4302 done
4303 IFS=$as_save_IFS
4304
4305
4306 fi
4307   if test "${ac_cv_path_install+set}" = set; then
4308     INSTALL=$ac_cv_path_install
4309   else
4310     # As a last resort, use the slow shell script.  Don't cache a
4311     # value for INSTALL within a source directory, because that will
4312     # break other packages using the cache if that directory is
4313     # removed, or if the value is a relative name.
4314     INSTALL=$ac_install_sh
4315   fi
4316 fi
4317 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4318 echo "${ECHO_T}$INSTALL" >&6; }
4319
4320 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4321 # It thinks the first close brace ends the variable substitution.
4322 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4323
4324 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4325
4326 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4327
4328 # Extract the first word of "mv", so it can be a program name with args.
4329 set dummy mv; ac_word=$2
4330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4332 if test "${ac_cv_path_MV+set}" = set; then
4333   echo $ECHO_N "(cached) $ECHO_C" >&6
4334 else
4335   case $MV in
4336   [\\/]* | ?:[\\/]*)
4337   ac_cv_path_MV="$MV" # Let the user override the test with a path.
4338   ;;
4339   *)
4340   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341 for as_dir in $PATH
4342 do
4343   IFS=$as_save_IFS
4344   test -z "$as_dir" && as_dir=.
4345   for ac_exec_ext in '' $ac_executable_extensions; do
4346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347     ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4348     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4349     break 2
4350   fi
4351 done
4352 done
4353 IFS=$as_save_IFS
4354
4355   test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4356   ;;
4357 esac
4358 fi
4359 MV=$ac_cv_path_MV
4360 if test -n "$MV"; then
4361   { echo "$as_me:$LINENO: result: $MV" >&5
4362 echo "${ECHO_T}$MV" >&6; }
4363 else
4364   { echo "$as_me:$LINENO: result: no" >&5
4365 echo "${ECHO_T}no" >&6; }
4366 fi
4367
4368
4369 # Extract the first word of "rm", so it can be a program name with args.
4370 set dummy rm; ac_word=$2
4371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4373 if test "${ac_cv_path_REMOVE+set}" = set; then
4374   echo $ECHO_N "(cached) $ECHO_C" >&6
4375 else
4376   case $REMOVE in
4377   [\\/]* | ?:[\\/]*)
4378   ac_cv_path_REMOVE="$REMOVE" # Let the user override the test with a path.
4379   ;;
4380   *)
4381   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4382 for as_dir in $PATH
4383 do
4384   IFS=$as_save_IFS
4385   test -z "$as_dir" && as_dir=.
4386   for ac_exec_ext in '' $ac_executable_extensions; do
4387   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4388     ac_cv_path_REMOVE="$as_dir/$ac_word$ac_exec_ext"
4389     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4390     break 2
4391   fi
4392 done
4393 done
4394 IFS=$as_save_IFS
4395
4396   test -z "$ac_cv_path_REMOVE" && ac_cv_path_REMOVE="rm"
4397   ;;
4398 esac
4399 fi
4400 REMOVE=$ac_cv_path_REMOVE
4401 if test -n "$REMOVE"; then
4402   { echo "$as_me:$LINENO: result: $REMOVE" >&5
4403 echo "${ECHO_T}$REMOVE" >&6; }
4404 else
4405   { echo "$as_me:$LINENO: result: no" >&5
4406 echo "${ECHO_T}no" >&6; }
4407 fi
4408
4409
4410 # Extract the first word of "cp", so it can be a program name with args.
4411 set dummy cp; ac_word=$2
4412 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4413 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4414 if test "${ac_cv_path_CP+set}" = set; then
4415   echo $ECHO_N "(cached) $ECHO_C" >&6
4416 else
4417   case $CP in
4418   [\\/]* | ?:[\\/]*)
4419   ac_cv_path_CP="$CP" # Let the user override the test with a path.
4420   ;;
4421   *)
4422   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4423 for as_dir in $PATH
4424 do
4425   IFS=$as_save_IFS
4426   test -z "$as_dir" && as_dir=.
4427   for ac_exec_ext in '' $ac_executable_extensions; do
4428   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4429     ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4430     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4431     break 2
4432   fi
4433 done
4434 done
4435 IFS=$as_save_IFS
4436
4437   test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4438   ;;
4439 esac
4440 fi
4441 CP=$ac_cv_path_CP
4442 if test -n "$CP"; then
4443   { echo "$as_me:$LINENO: result: $CP" >&5
4444 echo "${ECHO_T}$CP" >&6; }
4445 else
4446   { echo "$as_me:$LINENO: result: no" >&5
4447 echo "${ECHO_T}no" >&6; }
4448 fi
4449
4450
4451 # Extract the first word of "sed", so it can be a program name with args.
4452 set dummy sed; ac_word=$2
4453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4455 if test "${ac_cv_path_SED+set}" = set; then
4456   echo $ECHO_N "(cached) $ECHO_C" >&6
4457 else
4458   case $SED in
4459   [\\/]* | ?:[\\/]*)
4460   ac_cv_path_SED="$SED" # Let the user override the test with a path.
4461   ;;
4462   *)
4463   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4464 for as_dir in $PATH
4465 do
4466   IFS=$as_save_IFS
4467   test -z "$as_dir" && as_dir=.
4468   for ac_exec_ext in '' $ac_executable_extensions; do
4469   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4470     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
4471     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4472     break 2
4473   fi
4474 done
4475 done
4476 IFS=$as_save_IFS
4477
4478   test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
4479   ;;
4480 esac
4481 fi
4482 SED=$ac_cv_path_SED
4483 if test -n "$SED"; then
4484   { echo "$as_me:$LINENO: result: $SED" >&5
4485 echo "${ECHO_T}$SED" >&6; }
4486 else
4487   { echo "$as_me:$LINENO: result: no" >&5
4488 echo "${ECHO_T}no" >&6; }
4489 fi
4490
4491
4492 # Extract the first word of "echo", so it can be a program name with args.
4493 set dummy echo; ac_word=$2
4494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4496 if test "${ac_cv_path_ECHO+set}" = set; then
4497   echo $ECHO_N "(cached) $ECHO_C" >&6
4498 else
4499   case $ECHO in
4500   [\\/]* | ?:[\\/]*)
4501   ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
4502   ;;
4503   *)
4504   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4505 for as_dir in $PATH
4506 do
4507   IFS=$as_save_IFS
4508   test -z "$as_dir" && as_dir=.
4509   for ac_exec_ext in '' $ac_executable_extensions; do
4510   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4511     ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
4512     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4513     break 2
4514   fi
4515 done
4516 done
4517 IFS=$as_save_IFS
4518
4519   test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
4520   ;;
4521 esac
4522 fi
4523 ECHO=$ac_cv_path_ECHO
4524 if test -n "$ECHO"; then
4525   { echo "$as_me:$LINENO: result: $ECHO" >&5
4526 echo "${ECHO_T}$ECHO" >&6; }
4527 else
4528   { echo "$as_me:$LINENO: result: no" >&5
4529 echo "${ECHO_T}no" >&6; }
4530 fi
4531
4532
4533 # Extract the first word of "cmp", so it can be a program name with args.
4534 set dummy cmp; ac_word=$2
4535 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4536 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4537 if test "${ac_cv_path_CMP+set}" = set; then
4538   echo $ECHO_N "(cached) $ECHO_C" >&6
4539 else
4540   case $CMP in
4541   [\\/]* | ?:[\\/]*)
4542   ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
4543   ;;
4544   *)
4545   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4546 for as_dir in $PATH
4547 do
4548   IFS=$as_save_IFS
4549   test -z "$as_dir" && as_dir=.
4550   for ac_exec_ext in '' $ac_executable_extensions; do
4551   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4552     ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
4553     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4554     break 2
4555   fi
4556 done
4557 done
4558 IFS=$as_save_IFS
4559
4560   test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
4561   ;;
4562 esac
4563 fi
4564 CMP=$ac_cv_path_CMP
4565 if test -n "$CMP"; then
4566   { echo "$as_me:$LINENO: result: $CMP" >&5
4567 echo "${ECHO_T}$CMP" >&6; }
4568 else
4569   { echo "$as_me:$LINENO: result: no" >&5
4570 echo "${ECHO_T}no" >&6; }
4571 fi
4572
4573
4574 # Extract the first word of "tbl", so it can be a program name with args.
4575 set dummy tbl; ac_word=$2
4576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4578 if test "${ac_cv_path_TBL+set}" = set; then
4579   echo $ECHO_N "(cached) $ECHO_C" >&6
4580 else
4581   case $TBL in
4582   [\\/]* | ?:[\\/]*)
4583   ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
4584   ;;
4585   *)
4586   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587 for as_dir in $PATH
4588 do
4589   IFS=$as_save_IFS
4590   test -z "$as_dir" && as_dir=.
4591   for ac_exec_ext in '' $ac_executable_extensions; do
4592   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4593     ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
4594     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4595     break 2
4596   fi
4597 done
4598 done
4599 IFS=$as_save_IFS
4600
4601   test -z "$ac_cv_path_TBL" && ac_cv_path_TBL="tbl"
4602   ;;
4603 esac
4604 fi
4605 TBL=$ac_cv_path_TBL
4606 if test -n "$TBL"; then
4607   { echo "$as_me:$LINENO: result: $TBL" >&5
4608 echo "${ECHO_T}$TBL" >&6; }
4609 else
4610   { echo "$as_me:$LINENO: result: no" >&5
4611 echo "${ECHO_T}no" >&6; }
4612 fi
4613
4614
4615 # Extract the first word of "ar", so it can be a program name with args.
4616 set dummy ar; ac_word=$2
4617 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4618 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4619 if test "${ac_cv_path_AR+set}" = set; then
4620   echo $ECHO_N "(cached) $ECHO_C" >&6
4621 else
4622   case $AR in
4623   [\\/]* | ?:[\\/]*)
4624   ac_cv_path_AR="$AR" # Let the user override the test with a path.
4625   ;;
4626   *)
4627   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4628 for as_dir in $PATH
4629 do
4630   IFS=$as_save_IFS
4631   test -z "$as_dir" && as_dir=.
4632   for ac_exec_ext in '' $ac_executable_extensions; do
4633   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4634     ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
4635     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4636     break 2
4637   fi
4638 done
4639 done
4640 IFS=$as_save_IFS
4641
4642   test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
4643   ;;
4644 esac
4645 fi
4646 AR=$ac_cv_path_AR
4647 if test -n "$AR"; then
4648   { echo "$as_me:$LINENO: result: $AR" >&5
4649 echo "${ECHO_T}$AR" >&6; }
4650 else
4651   { echo "$as_me:$LINENO: result: no" >&5
4652 echo "${ECHO_T}no" >&6; }
4653 fi
4654
4655
4656 # Extract the first word of "openssl", so it can be a program name with args.
4657 set dummy openssl; ac_word=$2
4658 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4659 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4660 if test "${ac_cv_path_OPENSSL+set}" = set; then
4661   echo $ECHO_N "(cached) $ECHO_C" >&6
4662 else
4663   case $OPENSSL in
4664   [\\/]* | ?:[\\/]*)
4665   ac_cv_path_OPENSSL="$OPENSSL" # Let the user override the test with a path.
4666   ;;
4667   *)
4668   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669 for as_dir in $PATH
4670 do
4671   IFS=$as_save_IFS
4672   test -z "$as_dir" && as_dir=.
4673   for ac_exec_ext in '' $ac_executable_extensions; do
4674   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4675     ac_cv_path_OPENSSL="$as_dir/$ac_word$ac_exec_ext"
4676     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4677     break 2
4678   fi
4679 done
4680 done
4681 IFS=$as_save_IFS
4682
4683   test -z "$ac_cv_path_OPENSSL" && ac_cv_path_OPENSSL="none"
4684   ;;
4685 esac
4686 fi
4687 OPENSSL=$ac_cv_path_OPENSSL
4688 if test -n "$OPENSSL"; then
4689   { echo "$as_me:$LINENO: result: $OPENSSL" >&5
4690 echo "${ECHO_T}$OPENSSL" >&6; }
4691 else
4692   { echo "$as_me:$LINENO: result: no" >&5
4693 echo "${ECHO_T}no" >&6; }
4694 fi
4695
4696
4697 # Extract the first word of "mtx", so it can be a program name with args.
4698 set dummy mtx; ac_word=$2
4699 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4701 if test "${ac_cv_path_MTX+set}" = set; then
4702   echo $ECHO_N "(cached) $ECHO_C" >&6
4703 else
4704   case $MTX in
4705   [\\/]* | ?:[\\/]*)
4706   ac_cv_path_MTX="$MTX" # Let the user override the test with a path.
4707   ;;
4708   *)
4709   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4710 for as_dir in $PATH
4711 do
4712   IFS=$as_save_IFS
4713   test -z "$as_dir" && as_dir=.
4714   for ac_exec_ext in '' $ac_executable_extensions; do
4715   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4716     ac_cv_path_MTX="$as_dir/$ac_word$ac_exec_ext"
4717     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4718     break 2
4719   fi
4720 done
4721 done
4722 IFS=$as_save_IFS
4723
4724   test -z "$ac_cv_path_MTX" && ac_cv_path_MTX="mtx"
4725   ;;
4726 esac
4727 fi
4728 MTX=$ac_cv_path_MTX
4729 if test -n "$MTX"; then
4730   { echo "$as_me:$LINENO: result: $MTX" >&5
4731 echo "${ECHO_T}$MTX" >&6; }
4732 else
4733   { echo "$as_me:$LINENO: result: no" >&5
4734 echo "${ECHO_T}no" >&6; }
4735 fi
4736
4737
4738 # Extract the first word of "dd", so it can be a program name with args.
4739 set dummy dd; ac_word=$2
4740 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4742 if test "${ac_cv_path_DD+set}" = set; then
4743   echo $ECHO_N "(cached) $ECHO_C" >&6
4744 else
4745   case $DD in
4746   [\\/]* | ?:[\\/]*)
4747   ac_cv_path_DD="$DD" # Let the user override the test with a path.
4748   ;;
4749   *)
4750   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4751 for as_dir in $PATH
4752 do
4753   IFS=$as_save_IFS
4754   test -z "$as_dir" && as_dir=.
4755   for ac_exec_ext in '' $ac_executable_extensions; do
4756   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4757     ac_cv_path_DD="$as_dir/$ac_word$ac_exec_ext"
4758     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4759     break 2
4760   fi
4761 done
4762 done
4763 IFS=$as_save_IFS
4764
4765   test -z "$ac_cv_path_DD" && ac_cv_path_DD="dd"
4766   ;;
4767 esac
4768 fi
4769 DD=$ac_cv_path_DD
4770 if test -n "$DD"; then
4771   { echo "$as_me:$LINENO: result: $DD" >&5
4772 echo "${ECHO_T}$DD" >&6; }
4773 else
4774   { echo "$as_me:$LINENO: result: no" >&5
4775 echo "${ECHO_T}no" >&6; }
4776 fi
4777
4778
4779 # Extract the first word of "mkisofs", so it can be a program name with args.
4780 set dummy mkisofs; ac_word=$2
4781 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4782 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4783 if test "${ac_cv_path_MKISOFS+set}" = set; then
4784   echo $ECHO_N "(cached) $ECHO_C" >&6
4785 else
4786   case $MKISOFS in
4787   [\\/]* | ?:[\\/]*)
4788   ac_cv_path_MKISOFS="$MKISOFS" # Let the user override the test with a path.
4789   ;;
4790   *)
4791   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4792 for as_dir in $PATH
4793 do
4794   IFS=$as_save_IFS
4795   test -z "$as_dir" && as_dir=.
4796   for ac_exec_ext in '' $ac_executable_extensions; do
4797   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4798     ac_cv_path_MKISOFS="$as_dir/$ac_word$ac_exec_ext"
4799     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4800     break 2
4801   fi
4802 done
4803 done
4804 IFS=$as_save_IFS
4805
4806   test -z "$ac_cv_path_MKISOFS" && ac_cv_path_MKISOFS="mkisofs"
4807   ;;
4808 esac
4809 fi
4810 MKISOFS=$ac_cv_path_MKISOFS
4811 if test -n "$MKISOFS"; then
4812   { echo "$as_me:$LINENO: result: $MKISOFS" >&5
4813 echo "${ECHO_T}$MKISOFS" >&6; }
4814 else
4815   { echo "$as_me:$LINENO: result: no" >&5
4816 echo "${ECHO_T}no" >&6; }
4817 fi
4818
4819
4820 # Extract the first word of "python", so it can be a program name with args.
4821 set dummy python; ac_word=$2
4822 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4824 if test "${ac_cv_path_PYTHON+set}" = set; then
4825   echo $ECHO_N "(cached) $ECHO_C" >&6
4826 else
4827   case $PYTHON in
4828   [\\/]* | ?:[\\/]*)
4829   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
4830   ;;
4831   *)
4832   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4833 for as_dir in $PATH
4834 do
4835   IFS=$as_save_IFS
4836   test -z "$as_dir" && as_dir=.
4837   for ac_exec_ext in '' $ac_executable_extensions; do
4838   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4839     ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
4840     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4841     break 2
4842   fi
4843 done
4844 done
4845 IFS=$as_save_IFS
4846
4847   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="python"
4848   ;;
4849 esac
4850 fi
4851 PYTHON=$ac_cv_path_PYTHON
4852 if test -n "$PYTHON"; then
4853   { echo "$as_me:$LINENO: result: $PYTHON" >&5
4854 echo "${ECHO_T}$PYTHON" >&6; }
4855 else
4856   { echo "$as_me:$LINENO: result: no" >&5
4857 echo "${ECHO_T}no" >&6; }
4858 fi
4859
4860
4861 # Extract the first word of "growisofs", so it can be a program name with args.
4862 set dummy growisofs; ac_word=$2
4863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4865 if test "${ac_cv_path_GROWISOFS+set}" = set; then
4866   echo $ECHO_N "(cached) $ECHO_C" >&6
4867 else
4868   case $GROWISOFS in
4869   [\\/]* | ?:[\\/]*)
4870   ac_cv_path_GROWISOFS="$GROWISOFS" # Let the user override the test with a path.
4871   ;;
4872   *)
4873   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4874 for as_dir in $PATH
4875 do
4876   IFS=$as_save_IFS
4877   test -z "$as_dir" && as_dir=.
4878   for ac_exec_ext in '' $ac_executable_extensions; do
4879   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4880     ac_cv_path_GROWISOFS="$as_dir/$ac_word$ac_exec_ext"
4881     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4882     break 2
4883   fi
4884 done
4885 done
4886 IFS=$as_save_IFS
4887
4888   test -z "$ac_cv_path_GROWISOFS" && ac_cv_path_GROWISOFS="growisofs"
4889   ;;
4890 esac
4891 fi
4892 GROWISOFS=$ac_cv_path_GROWISOFS
4893 if test -n "$GROWISOFS"; then
4894   { echo "$as_me:$LINENO: result: $GROWISOFS" >&5
4895 echo "${ECHO_T}$GROWISOFS" >&6; }
4896 else
4897   { echo "$as_me:$LINENO: result: no" >&5
4898 echo "${ECHO_T}no" >&6; }
4899 fi
4900
4901
4902 # Extract the first word of "dvd+rw-mediainfo", so it can be a program name with args.
4903 set dummy dvd+rw-mediainfo; ac_word=$2
4904 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4905 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4906 if test "${ac_cv_path_DVDRWMEDIAINFO+set}" = set; then
4907   echo $ECHO_N "(cached) $ECHO_C" >&6
4908 else
4909   case $DVDRWMEDIAINFO in
4910   [\\/]* | ?:[\\/]*)
4911   ac_cv_path_DVDRWMEDIAINFO="$DVDRWMEDIAINFO" # Let the user override the test with a path.
4912   ;;
4913   *)
4914   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4915 for as_dir in $PATH
4916 do
4917   IFS=$as_save_IFS
4918   test -z "$as_dir" && as_dir=.
4919   for ac_exec_ext in '' $ac_executable_extensions; do
4920   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4921     ac_cv_path_DVDRWMEDIAINFO="$as_dir/$ac_word$ac_exec_ext"
4922     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4923     break 2
4924   fi
4925 done
4926 done
4927 IFS=$as_save_IFS
4928
4929   test -z "$ac_cv_path_DVDRWMEDIAINFO" && ac_cv_path_DVDRWMEDIAINFO="dvd+rw-mediainfo"
4930   ;;
4931 esac
4932 fi
4933 DVDRWMEDIAINFO=$ac_cv_path_DVDRWMEDIAINFO
4934 if test -n "$DVDRWMEDIAINFO"; then
4935   { echo "$as_me:$LINENO: result: $DVDRWMEDIAINFO" >&5
4936 echo "${ECHO_T}$DVDRWMEDIAINFO" >&6; }
4937 else
4938   { echo "$as_me:$LINENO: result: no" >&5
4939 echo "${ECHO_T}no" >&6; }
4940 fi
4941
4942
4943 # Extract the first word of "dvd+rw-format", so it can be a program name with args.
4944 set dummy dvd+rw-format; ac_word=$2
4945 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4947 if test "${ac_cv_path_DVDRWFORMAT+set}" = set; then
4948   echo $ECHO_N "(cached) $ECHO_C" >&6
4949 else
4950   case $DVDRWFORMAT in
4951   [\\/]* | ?:[\\/]*)
4952   ac_cv_path_DVDRWFORMAT="$DVDRWFORMAT" # Let the user override the test with a path.
4953   ;;
4954   *)
4955   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4956 for as_dir in $PATH
4957 do
4958   IFS=$as_save_IFS
4959   test -z "$as_dir" && as_dir=.
4960   for ac_exec_ext in '' $ac_executable_extensions; do
4961   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4962     ac_cv_path_DVDRWFORMAT="$as_dir/$ac_word$ac_exec_ext"
4963     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4964     break 2
4965   fi
4966 done
4967 done
4968 IFS=$as_save_IFS
4969
4970   test -z "$ac_cv_path_DVDRWFORMAT" && ac_cv_path_DVDRWFORMAT="dvd+rw-format"
4971   ;;
4972 esac
4973 fi
4974 DVDRWFORMAT=$ac_cv_path_DVDRWFORMAT
4975 if test -n "$DVDRWFORMAT"; then
4976   { echo "$as_me:$LINENO: result: $DVDRWFORMAT" >&5
4977 echo "${ECHO_T}$DVDRWFORMAT" >&6; }
4978 else
4979   { echo "$as_me:$LINENO: result: no" >&5
4980 echo "${ECHO_T}no" >&6; }
4981 fi
4982
4983
4984 # Extract the first word of "pkg-config", so it can be a program name with args.
4985 set dummy pkg-config; ac_word=$2
4986 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4988 if test "${ac_cv_path_PKGCONFIG+set}" = set; then
4989   echo $ECHO_N "(cached) $ECHO_C" >&6
4990 else
4991   case $PKGCONFIG in
4992   [\\/]* | ?:[\\/]*)
4993   ac_cv_path_PKGCONFIG="$PKGCONFIG" # Let the user override the test with a path.
4994   ;;
4995   *)
4996   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4998 do
4999   IFS=$as_save_IFS
5000   test -z "$as_dir" && as_dir=.
5001   for ac_exec_ext in '' $ac_executable_extensions; do
5002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003     ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
5004     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5005     break 2
5006   fi
5007 done
5008 done
5009 IFS=$as_save_IFS
5010
5011   test -z "$ac_cv_path_PKGCONFIG" && ac_cv_path_PKGCONFIG="pkg-config"
5012   ;;
5013 esac
5014 fi
5015 PKGCONFIG=$ac_cv_path_PKGCONFIG
5016 if test -n "$PKGCONFIG"; then
5017   { echo "$as_me:$LINENO: result: $PKGCONFIG" >&5
5018 echo "${ECHO_T}$PKGCONFIG" >&6; }
5019 else
5020   { echo "$as_me:$LINENO: result: no" >&5
5021 echo "${ECHO_T}no" >&6; }
5022 fi
5023
5024
5025 # Extract the first word of "qmake", so it can be a program name with args.
5026 set dummy qmake; ac_word=$2
5027 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5029 if test "${ac_cv_path_QMAKE+set}" = set; then
5030   echo $ECHO_N "(cached) $ECHO_C" >&6
5031 else
5032   case $QMAKE in
5033   [\\/]* | ?:[\\/]*)
5034   ac_cv_path_QMAKE="$QMAKE" # Let the user override the test with a path.
5035   ;;
5036   *)
5037   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5038 for as_dir in $PATH
5039 do
5040   IFS=$as_save_IFS
5041   test -z "$as_dir" && as_dir=.
5042   for ac_exec_ext in '' $ac_executable_extensions; do
5043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5044     ac_cv_path_QMAKE="$as_dir/$ac_word$ac_exec_ext"
5045     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5046     break 2
5047   fi
5048 done
5049 done
5050 IFS=$as_save_IFS
5051
5052   test -z "$ac_cv_path_QMAKE" && ac_cv_path_QMAKE="none"
5053   ;;
5054 esac
5055 fi
5056 QMAKE=$ac_cv_path_QMAKE
5057 if test -n "$QMAKE"; then
5058   { echo "$as_me:$LINENO: result: $QMAKE" >&5
5059 echo "${ECHO_T}$QMAKE" >&6; }
5060 else
5061   { echo "$as_me:$LINENO: result: no" >&5
5062 echo "${ECHO_T}no" >&6; }
5063 fi
5064
5065
5066 # Extract the first word of "qmake-qt4", so it can be a program name with args.
5067 set dummy qmake-qt4; ac_word=$2
5068 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5069 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5070 if test "${ac_cv_path_QMAKEQT4+set}" = set; then
5071   echo $ECHO_N "(cached) $ECHO_C" >&6
5072 else
5073   case $QMAKEQT4 in
5074   [\\/]* | ?:[\\/]*)
5075   ac_cv_path_QMAKEQT4="$QMAKEQT4" # Let the user override the test with a path.
5076   ;;
5077   *)
5078   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5079 for as_dir in $PATH
5080 do
5081   IFS=$as_save_IFS
5082   test -z "$as_dir" && as_dir=.
5083   for ac_exec_ext in '' $ac_executable_extensions; do
5084   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5085     ac_cv_path_QMAKEQT4="$as_dir/$ac_word$ac_exec_ext"
5086     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5087     break 2
5088   fi
5089 done
5090 done
5091 IFS=$as_save_IFS
5092
5093   test -z "$ac_cv_path_QMAKEQT4" && ac_cv_path_QMAKEQT4="none"
5094   ;;
5095 esac
5096 fi
5097 QMAKEQT4=$ac_cv_path_QMAKEQT4
5098 if test -n "$QMAKEQT4"; then
5099   { echo "$as_me:$LINENO: result: $QMAKEQT4" >&5
5100 echo "${ECHO_T}$QMAKEQT4" >&6; }
5101 else
5102   { echo "$as_me:$LINENO: result: no" >&5
5103 echo "${ECHO_T}no" >&6; }
5104 fi
5105
5106
5107 # Extract the first word of "gmake", so it can be a program name with args.
5108 set dummy gmake; ac_word=$2
5109 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5111 if test "${ac_cv_path_GMAKE+set}" = set; then
5112   echo $ECHO_N "(cached) $ECHO_C" >&6
5113 else
5114   case $GMAKE in
5115   [\\/]* | ?:[\\/]*)
5116   ac_cv_path_GMAKE="$GMAKE" # Let the user override the test with a path.
5117   ;;
5118   *)
5119   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5120 for as_dir in $PATH
5121 do
5122   IFS=$as_save_IFS
5123   test -z "$as_dir" && as_dir=.
5124   for ac_exec_ext in '' $ac_executable_extensions; do
5125   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5126     ac_cv_path_GMAKE="$as_dir/$ac_word$ac_exec_ext"
5127     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5128     break 2
5129   fi
5130 done
5131 done
5132 IFS=$as_save_IFS
5133
5134   test -z "$ac_cv_path_GMAKE" && ac_cv_path_GMAKE="none"
5135   ;;
5136 esac
5137 fi
5138 GMAKE=$ac_cv_path_GMAKE
5139 if test -n "$GMAKE"; then
5140   { echo "$as_me:$LINENO: result: $GMAKE" >&5
5141 echo "${ECHO_T}$GMAKE" >&6; }
5142 else
5143   { echo "$as_me:$LINENO: result: no" >&5
5144 echo "${ECHO_T}no" >&6; }
5145 fi
5146
5147
5148
5149 if test "x$WXCONFIG" = x; then
5150    WXCONFIG=wx-config
5151 fi
5152 # Extract the first word of "${WXCONFIG}", so it can be a program name with args.
5153 set dummy ${WXCONFIG}; ac_word=$2
5154 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5155 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5156 if test "${ac_cv_path_WXCONFIG+set}" = set; then
5157   echo $ECHO_N "(cached) $ECHO_C" >&6
5158 else
5159   case $WXCONFIG in
5160   [\\/]* | ?:[\\/]*)
5161   ac_cv_path_WXCONFIG="$WXCONFIG" # Let the user override the test with a path.
5162   ;;
5163   *)
5164   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5165 for as_dir in $PATH
5166 do
5167   IFS=$as_save_IFS
5168   test -z "$as_dir" && as_dir=.
5169   for ac_exec_ext in '' $ac_executable_extensions; do
5170   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5171     ac_cv_path_WXCONFIG="$as_dir/$ac_word$ac_exec_ext"
5172     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5173     break 2
5174   fi
5175 done
5176 done
5177 IFS=$as_save_IFS
5178
5179   test -z "$ac_cv_path_WXCONFIG" && ac_cv_path_WXCONFIG="${WXCONFIG}"
5180   ;;
5181 esac
5182 fi
5183 WXCONFIG=$ac_cv_path_WXCONFIG
5184 if test -n "$WXCONFIG"; then
5185   { echo "$as_me:$LINENO: result: $WXCONFIG" >&5
5186 echo "${ECHO_T}$WXCONFIG" >&6; }
5187 else
5188   { echo "$as_me:$LINENO: result: no" >&5
5189 echo "${ECHO_T}no" >&6; }
5190 fi
5191
5192
5193
5194 # Extract the first word of "cdrecord", so it can be a program name with args.
5195 set dummy cdrecord; ac_word=$2
5196 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5198 if test "${ac_cv_path_CDRECORD+set}" = set; then
5199   echo $ECHO_N "(cached) $ECHO_C" >&6
5200 else
5201   case $CDRECORD in
5202   [\\/]* | ?:[\\/]*)
5203   ac_cv_path_CDRECORD="$CDRECORD" # Let the user override the test with a path.
5204   ;;
5205   *)
5206   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5207 for as_dir in $PATH
5208 do
5209   IFS=$as_save_IFS
5210   test -z "$as_dir" && as_dir=.
5211   for ac_exec_ext in '' $ac_executable_extensions; do
5212   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5213     ac_cv_path_CDRECORD="$as_dir/$ac_word$ac_exec_ext"
5214     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5215     break 2
5216   fi
5217 done
5218 done
5219 IFS=$as_save_IFS
5220
5221   test -z "$ac_cv_path_CDRECORD" && ac_cv_path_CDRECORD="cdrecord"
5222   ;;
5223 esac
5224 fi
5225 CDRECORD=$ac_cv_path_CDRECORD
5226 if test -n "$CDRECORD"; then
5227   { echo "$as_me:$LINENO: result: $CDRECORD" >&5
5228 echo "${ECHO_T}$CDRECORD" >&6; }
5229 else
5230   { echo "$as_me:$LINENO: result: no" >&5
5231 echo "${ECHO_T}no" >&6; }
5232 fi
5233
5234
5235 # Extract the first word of "pidof", so it can be a program name with args.
5236 set dummy pidof; ac_word=$2
5237 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5238 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5239 if test "${ac_cv_path_PIDOF+set}" = set; then
5240   echo $ECHO_N "(cached) $ECHO_C" >&6
5241 else
5242   case $PIDOF in
5243   [\\/]* | ?:[\\/]*)
5244   ac_cv_path_PIDOF="$PIDOF" # Let the user override the test with a path.
5245   ;;
5246   *)
5247   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5248 for as_dir in $PATH
5249 do
5250   IFS=$as_save_IFS
5251   test -z "$as_dir" && as_dir=.
5252   for ac_exec_ext in '' $ac_executable_extensions; do
5253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5254     ac_cv_path_PIDOF="$as_dir/$ac_word$ac_exec_ext"
5255     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5256     break 2
5257   fi
5258 done
5259 done
5260 IFS=$as_save_IFS
5261
5262   test -z "$ac_cv_path_PIDOF" && ac_cv_path_PIDOF="pidof"
5263   ;;
5264 esac
5265 fi
5266 PIDOF=$ac_cv_path_PIDOF
5267 if test -n "$PIDOF"; then
5268   { echo "$as_me:$LINENO: result: $PIDOF" >&5
5269 echo "${ECHO_T}$PIDOF" >&6; }
5270 else
5271   { echo "$as_me:$LINENO: result: no" >&5
5272 echo "${ECHO_T}no" >&6; }
5273 fi
5274
5275
5276 for ac_prog in gawk mawk nawk awk
5277 do
5278   # Extract the first word of "$ac_prog", so it can be a program name with args.
5279 set dummy $ac_prog; ac_word=$2
5280 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5282 if test "${ac_cv_prog_AWK+set}" = set; then
5283   echo $ECHO_N "(cached) $ECHO_C" >&6
5284 else
5285   if test -n "$AWK"; then
5286   ac_cv_prog_AWK="$AWK" # Let the user override the test.
5287 else
5288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289 for as_dir in $PATH
5290 do
5291   IFS=$as_save_IFS
5292   test -z "$as_dir" && as_dir=.
5293   for ac_exec_ext in '' $ac_executable_extensions; do
5294   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5295     ac_cv_prog_AWK="$ac_prog"
5296     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5297     break 2
5298   fi
5299 done
5300 done
5301 IFS=$as_save_IFS
5302
5303 fi
5304 fi
5305 AWK=$ac_cv_prog_AWK
5306 if test -n "$AWK"; then
5307   { echo "$as_me:$LINENO: result: $AWK" >&5
5308 echo "${ECHO_T}$AWK" >&6; }
5309 else
5310   { echo "$as_me:$LINENO: result: no" >&5
5311 echo "${ECHO_T}no" >&6; }
5312 fi
5313
5314
5315   test -n "$AWK" && break
5316 done
5317
5318 # Some AWK programs fail, so test it and warn the user
5319 if echo xfoo | $AWK 'BEGIN { prog=ARGV1; ARGC=1 }
5320       { if ((prog == $2) || (("(" prog ")") == $2) ||
5321       (("" prog "") == $2) ||
5322       ((prog ":") == $2)) { print $1 ; exit 0 } }' xfoo>/dev/null; then :;
5323 else
5324   { { echo "$as_me:$LINENO: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
5325    The regex engine of $AWK is too broken to be used you
5326    might want to install GNU AWK.
5327    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&5
5328 echo "$as_me: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
5329    The regex engine of $AWK is too broken to be used you
5330    might want to install GNU AWK.
5331    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&2;}
5332    { (exit 1); exit 1; }; }
5333 fi
5334 THE_AWK=$AWK
5335 # Extract the first word of "$THE_AWK", so it can be a program name with args.
5336 set dummy $THE_AWK; ac_word=$2
5337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5339 if test "${ac_cv_path_AWK+set}" = set; then
5340   echo $ECHO_N "(cached) $ECHO_C" >&6
5341 else
5342   case $AWK in
5343   [\\/]* | ?:[\\/]*)
5344   ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
5345   ;;
5346   *)
5347   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5348 for as_dir in $PATH
5349 do
5350   IFS=$as_save_IFS
5351   test -z "$as_dir" && as_dir=.
5352   for ac_exec_ext in '' $ac_executable_extensions; do
5353   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5354     ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
5355     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5356     break 2
5357   fi
5358 done
5359 done
5360 IFS=$as_save_IFS
5361
5362   test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="$THE_AWK"
5363   ;;
5364 esac
5365 fi
5366 AWK=$ac_cv_path_AWK
5367 if test -n "$AWK"; then
5368   { echo "$as_me:$LINENO: result: $AWK" >&5
5369 echo "${ECHO_T}$AWK" >&6; }
5370 else
5371   { echo "$as_me:$LINENO: result: no" >&5
5372 echo "${ECHO_T}no" >&6; }
5373 fi
5374
5375
5376
5377
5378 test -n "$ARFLAG" || ARFLAGS="cr"
5379
5380
5381 MAKE_SHELL=/bin/sh
5382
5383
5384
5385
5386
5387
5388
5389 # Check whether --enable-libtool was given.
5390 if test "${enable_libtool+set}" = set; then
5391   enableval=$enable_libtool;
5392        if test x$enableval = xno; then
5393           use_libtool=no
5394        fi
5395
5396
5397 fi
5398
5399 case `pwd` in
5400   *\ * | *\     *)
5401     { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5402 echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5403 esac
5404
5405
5406
5407 macro_version='2.2.6'
5408 macro_revision='1.3012'
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422 ltmain="$ac_aux_dir/ltmain.sh"
5423
5424 # Make sure we can run config.sub.
5425 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5426   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
5427 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
5428    { (exit 1); exit 1; }; }
5429
5430 { echo "$as_me:$LINENO: checking build system type" >&5
5431 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
5432 if test "${ac_cv_build+set}" = set; then
5433   echo $ECHO_N "(cached) $ECHO_C" >&6
5434 else
5435   ac_build_alias=$build_alias
5436 test "x$ac_build_alias" = x &&
5437   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5438 test "x$ac_build_alias" = x &&
5439   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
5440 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
5441    { (exit 1); exit 1; }; }
5442 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5443   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
5444 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
5445    { (exit 1); exit 1; }; }
5446
5447 fi
5448 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
5449 echo "${ECHO_T}$ac_cv_build" >&6; }
5450 case $ac_cv_build in
5451 *-*-*) ;;
5452 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
5453 echo "$as_me: error: invalid value of canonical build" >&2;}
5454    { (exit 1); exit 1; }; };;
5455 esac
5456 build=$ac_cv_build
5457 ac_save_IFS=$IFS; IFS='-'
5458 set x $ac_cv_build
5459 shift
5460 build_cpu=$1
5461 build_vendor=$2
5462 shift; shift
5463 # Remember, the first character of IFS is used to create $*,
5464 # except with old shells:
5465 build_os=$*
5466 IFS=$ac_save_IFS
5467 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5468
5469
5470 { echo "$as_me:$LINENO: checking host system type" >&5
5471 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
5472 if test "${ac_cv_host+set}" = set; then
5473   echo $ECHO_N "(cached) $ECHO_C" >&6
5474 else
5475   if test "x$host_alias" = x; then
5476   ac_cv_host=$ac_cv_build
5477 else
5478   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5479     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
5480 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
5481    { (exit 1); exit 1; }; }
5482 fi
5483
5484 fi
5485 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
5486 echo "${ECHO_T}$ac_cv_host" >&6; }
5487 case $ac_cv_host in
5488 *-*-*) ;;
5489 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
5490 echo "$as_me: error: invalid value of canonical host" >&2;}
5491    { (exit 1); exit 1; }; };;
5492 esac
5493 host=$ac_cv_host
5494 ac_save_IFS=$IFS; IFS='-'
5495 set x $ac_cv_host
5496 shift
5497 host_cpu=$1
5498 host_vendor=$2
5499 shift; shift
5500 # Remember, the first character of IFS is used to create $*,
5501 # except with old shells:
5502 host_os=$*
5503 IFS=$ac_save_IFS
5504 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5505
5506
5507 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5508 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
5509 if test "${ac_cv_path_SED+set}" = set; then
5510   echo $ECHO_N "(cached) $ECHO_C" >&6
5511 else
5512             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5513      for ac_i in 1 2 3 4 5 6 7; do
5514        ac_script="$ac_script$as_nl$ac_script"
5515      done
5516      echo "$ac_script" | sed 99q >conftest.sed
5517      $as_unset ac_script || ac_script=
5518      # Extract the first word of "sed gsed" to use in msg output
5519 if test -z "$SED"; then
5520 set dummy sed gsed; ac_prog_name=$2
5521 if test "${ac_cv_path_SED+set}" = set; then
5522   echo $ECHO_N "(cached) $ECHO_C" >&6
5523 else
5524   ac_path_SED_found=false
5525 # Loop through the user's path and test for each of PROGNAME-LIST
5526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527 for as_dir in $PATH
5528 do
5529   IFS=$as_save_IFS
5530   test -z "$as_dir" && as_dir=.
5531   for ac_prog in sed gsed; do
5532   for ac_exec_ext in '' $ac_executable_extensions; do
5533     ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5534     { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5535     # Check for GNU ac_path_SED and select it if it is found.
5536   # Check for GNU $ac_path_SED
5537 case `"$ac_path_SED" --version 2>&1` in
5538 *GNU*)
5539   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5540 *)
5541   ac_count=0
5542   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5543   while :
5544   do
5545     cat "conftest.in" "conftest.in" >"conftest.tmp"
5546     mv "conftest.tmp" "conftest.in"
5547     cp "conftest.in" "conftest.nl"
5548     echo '' >> "conftest.nl"
5549     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5550     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5551     ac_count=`expr $ac_count + 1`
5552     if test $ac_count -gt ${ac_path_SED_max-0}; then
5553       # Best one so far, save it but keep looking for a better one
5554       ac_cv_path_SED="$ac_path_SED"
5555       ac_path_SED_max=$ac_count
5556     fi
5557     # 10*(2^10) chars as input seems more than enough
5558     test $ac_count -gt 10 && break
5559   done
5560   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5561 esac
5562
5563
5564     $ac_path_SED_found && break 3
5565   done
5566 done
5567
5568 done
5569 IFS=$as_save_IFS
5570
5571
5572 fi
5573
5574 SED="$ac_cv_path_SED"
5575 if test -z "$SED"; then
5576   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
5577 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
5578    { (exit 1); exit 1; }; }
5579 fi
5580
5581 else
5582   ac_cv_path_SED=$SED
5583 fi
5584
5585 fi
5586 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
5587 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
5588  SED="$ac_cv_path_SED"
5589   rm -f conftest.sed
5590
5591 test -z "$SED" && SED=sed
5592 Xsed="$SED -e 1s/^X//"
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604 { echo "$as_me:$LINENO: checking for fgrep" >&5
5605 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
5606 if test "${ac_cv_path_FGREP+set}" = set; then
5607   echo $ECHO_N "(cached) $ECHO_C" >&6
5608 else
5609   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5610    then ac_cv_path_FGREP="$GREP -F"
5611    else
5612      # Extract the first word of "fgrep" to use in msg output
5613 if test -z "$FGREP"; then
5614 set dummy fgrep; ac_prog_name=$2
5615 if test "${ac_cv_path_FGREP+set}" = set; then
5616   echo $ECHO_N "(cached) $ECHO_C" >&6
5617 else
5618   ac_path_FGREP_found=false
5619 # Loop through the user's path and test for each of PROGNAME-LIST
5620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5621 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5622 do
5623   IFS=$as_save_IFS
5624   test -z "$as_dir" && as_dir=.
5625   for ac_prog in fgrep; do
5626   for ac_exec_ext in '' $ac_executable_extensions; do
5627     ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5628     { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5629     # Check for GNU ac_path_FGREP and select it if it is found.
5630   # Check for GNU $ac_path_FGREP
5631 case `"$ac_path_FGREP" --version 2>&1` in
5632 *GNU*)
5633   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5634 *)
5635   ac_count=0
5636   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5637   while :
5638   do
5639     cat "conftest.in" "conftest.in" >"conftest.tmp"
5640     mv "conftest.tmp" "conftest.in"
5641     cp "conftest.in" "conftest.nl"
5642     echo 'FGREP' >> "conftest.nl"
5643     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5644     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5645     ac_count=`expr $ac_count + 1`
5646     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5647       # Best one so far, save it but keep looking for a better one
5648       ac_cv_path_FGREP="$ac_path_FGREP"
5649       ac_path_FGREP_max=$ac_count
5650     fi
5651     # 10*(2^10) chars as input seems more than enough
5652     test $ac_count -gt 10 && break
5653   done
5654   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5655 esac
5656
5657
5658     $ac_path_FGREP_found && break 3
5659   done
5660 done
5661
5662 done
5663 IFS=$as_save_IFS
5664
5665
5666 fi
5667
5668 FGREP="$ac_cv_path_FGREP"
5669 if test -z "$FGREP"; then
5670   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5671 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5672    { (exit 1); exit 1; }; }
5673 fi
5674
5675 else
5676   ac_cv_path_FGREP=$FGREP
5677 fi
5678
5679
5680    fi
5681 fi
5682 { echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
5683 echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
5684  FGREP="$ac_cv_path_FGREP"
5685
5686
5687 test -z "$GREP" && GREP=grep
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707 # Check whether --with-gnu-ld was given.
5708 if test "${with_gnu_ld+set}" = set; then
5709   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5710 else
5711   with_gnu_ld=no
5712 fi
5713
5714 ac_prog=ld
5715 if test "$GCC" = yes; then
5716   # Check if gcc -print-prog-name=ld gives a path.
5717   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
5718 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
5719   case $host in
5720   *-*-mingw*)
5721     # gcc leaves a trailing carriage return which upsets mingw
5722     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5723   *)
5724     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5725   esac
5726   case $ac_prog in
5727     # Accept absolute paths.
5728     [\\/]* | ?:[\\/]*)
5729       re_direlt='/[^/][^/]*/\.\./'
5730       # Canonicalize the pathname of ld
5731       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5732       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5733         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5734       done
5735       test -z "$LD" && LD="$ac_prog"
5736       ;;
5737   "")
5738     # If it fails, then pretend we aren't using GCC.
5739     ac_prog=ld
5740     ;;
5741   *)
5742     # If it is relative, then search for the first ld in PATH.
5743     with_gnu_ld=unknown
5744     ;;
5745   esac
5746 elif test "$with_gnu_ld" = yes; then
5747   { echo "$as_me:$LINENO: checking for GNU ld" >&5
5748 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
5749 else
5750   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5751 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
5752 fi
5753 if test "${lt_cv_path_LD+set}" = set; then
5754   echo $ECHO_N "(cached) $ECHO_C" >&6
5755 else
5756   if test -z "$LD"; then
5757   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5758   for ac_dir in $PATH; do
5759     IFS="$lt_save_ifs"
5760     test -z "$ac_dir" && ac_dir=.
5761     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5762       lt_cv_path_LD="$ac_dir/$ac_prog"
5763       # Check to see if the program is GNU ld.  I'd rather use --version,
5764       # but apparently some variants of GNU ld only accept -v.
5765       # Break only if it was the GNU/non-GNU ld that we prefer.
5766       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5767       *GNU* | *'with BFD'*)
5768         test "$with_gnu_ld" != no && break
5769         ;;
5770       *)
5771         test "$with_gnu_ld" != yes && break
5772         ;;
5773       esac
5774     fi
5775   done
5776   IFS="$lt_save_ifs"
5777 else
5778   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5779 fi
5780 fi
5781
5782 LD="$lt_cv_path_LD"
5783 if test -n "$LD"; then
5784   { echo "$as_me:$LINENO: result: $LD" >&5
5785 echo "${ECHO_T}$LD" >&6; }
5786 else
5787   { echo "$as_me:$LINENO: result: no" >&5
5788 echo "${ECHO_T}no" >&6; }
5789 fi
5790 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5791 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5792    { (exit 1); exit 1; }; }
5793 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5794 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
5795 if test "${lt_cv_prog_gnu_ld+set}" = set; then
5796   echo $ECHO_N "(cached) $ECHO_C" >&6
5797 else
5798   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5799 case `$LD -v 2>&1 </dev/null` in
5800 *GNU* | *'with BFD'*)
5801   lt_cv_prog_gnu_ld=yes
5802   ;;
5803 *)
5804   lt_cv_prog_gnu_ld=no
5805   ;;
5806 esac
5807 fi
5808 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5809 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
5810 with_gnu_ld=$lt_cv_prog_gnu_ld
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820 { echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
5821 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
5822 if test "${lt_cv_path_NM+set}" = set; then
5823   echo $ECHO_N "(cached) $ECHO_C" >&6
5824 else
5825   if test -n "$NM"; then
5826   # Let the user override the test.
5827   lt_cv_path_NM="$NM"
5828 else
5829   lt_nm_to_check="${ac_tool_prefix}nm"
5830   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5831     lt_nm_to_check="$lt_nm_to_check nm"
5832   fi
5833   for lt_tmp_nm in $lt_nm_to_check; do
5834     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5835     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5836       IFS="$lt_save_ifs"
5837       test -z "$ac_dir" && ac_dir=.
5838       tmp_nm="$ac_dir/$lt_tmp_nm"
5839       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5840         # Check to see if the nm accepts a BSD-compat flag.
5841         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5842         #   nm: unknown option "B" ignored
5843         # Tru64's nm complains that /dev/null is an invalid object file
5844         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5845         */dev/null* | *'Invalid file or object type'*)
5846           lt_cv_path_NM="$tmp_nm -B"
5847           break
5848           ;;
5849         *)
5850           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5851           */dev/null*)
5852             lt_cv_path_NM="$tmp_nm -p"
5853             break
5854             ;;
5855           *)
5856             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5857             continue # so that we can try to find one that supports BSD flags
5858             ;;
5859           esac
5860           ;;
5861         esac
5862       fi
5863     done
5864     IFS="$lt_save_ifs"
5865   done
5866   : ${lt_cv_path_NM=no}
5867 fi
5868 fi
5869 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
5870 echo "${ECHO_T}$lt_cv_path_NM" >&6; }
5871 if test "$lt_cv_path_NM" != "no"; then
5872   NM="$lt_cv_path_NM"
5873 else
5874   # Didn't find any BSD compatible name lister, look for dumpbin.
5875   if test -n "$ac_tool_prefix"; then
5876   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5877   do
5878     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5879 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5880 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5881 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5882 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
5883   echo $ECHO_N "(cached) $ECHO_C" >&6
5884 else
5885   if test -n "$DUMPBIN"; then
5886   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5887 else
5888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5889 for as_dir in $PATH
5890 do
5891   IFS=$as_save_IFS
5892   test -z "$as_dir" && as_dir=.
5893   for ac_exec_ext in '' $ac_executable_extensions; do
5894   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5895     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5896     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5897     break 2
5898   fi
5899 done
5900 done
5901 IFS=$as_save_IFS
5902
5903 fi
5904 fi
5905 DUMPBIN=$ac_cv_prog_DUMPBIN
5906 if test -n "$DUMPBIN"; then
5907   { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
5908 echo "${ECHO_T}$DUMPBIN" >&6; }
5909 else
5910   { echo "$as_me:$LINENO: result: no" >&5
5911 echo "${ECHO_T}no" >&6; }
5912 fi
5913
5914
5915     test -n "$DUMPBIN" && break
5916   done
5917 fi
5918 if test -z "$DUMPBIN"; then
5919   ac_ct_DUMPBIN=$DUMPBIN
5920   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5921 do
5922   # Extract the first word of "$ac_prog", so it can be a program name with args.
5923 set dummy $ac_prog; ac_word=$2
5924 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5925 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5926 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
5927   echo $ECHO_N "(cached) $ECHO_C" >&6
5928 else
5929   if test -n "$ac_ct_DUMPBIN"; then
5930   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5931 else
5932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5933 for as_dir in $PATH
5934 do
5935   IFS=$as_save_IFS
5936   test -z "$as_dir" && as_dir=.
5937   for ac_exec_ext in '' $ac_executable_extensions; do
5938   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5939     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5940     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5941     break 2
5942   fi
5943 done
5944 done
5945 IFS=$as_save_IFS
5946
5947 fi
5948 fi
5949 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5950 if test -n "$ac_ct_DUMPBIN"; then
5951   { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
5952 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
5953 else
5954   { echo "$as_me:$LINENO: result: no" >&5
5955 echo "${ECHO_T}no" >&6; }
5956 fi
5957
5958
5959   test -n "$ac_ct_DUMPBIN" && break
5960 done
5961
5962   if test "x$ac_ct_DUMPBIN" = x; then
5963     DUMPBIN=":"
5964   else
5965     case $cross_compiling:$ac_tool_warned in
5966 yes:)
5967 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5968 whose name does not start with the host triplet.  If you think this
5969 configuration is useful to you, please write to autoconf@gnu.org." >&5
5970 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5971 whose name does not start with the host triplet.  If you think this
5972 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5973 ac_tool_warned=yes ;;
5974 esac
5975     DUMPBIN=$ac_ct_DUMPBIN
5976   fi
5977 fi
5978
5979
5980   if test "$DUMPBIN" != ":"; then
5981     NM="$DUMPBIN"
5982   fi
5983 fi
5984 test -z "$NM" && NM=nm
5985
5986
5987
5988
5989
5990
5991 { echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5992 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
5993 if test "${lt_cv_nm_interface+set}" = set; then
5994   echo $ECHO_N "(cached) $ECHO_C" >&6
5995 else
5996   lt_cv_nm_interface="BSD nm"
5997   echo "int some_variable = 0;" > conftest.$ac_ext
5998   (eval echo "\"\$as_me:5998: $ac_compile\"" >&5)
5999   (eval "$ac_compile" 2>conftest.err)
6000   cat conftest.err >&5
6001   (eval echo "\"\$as_me:6001: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6002   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6003   cat conftest.err >&5
6004   (eval echo "\"\$as_me:6004: output\"" >&5)
6005   cat conftest.out >&5
6006   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6007     lt_cv_nm_interface="MS dumpbin"
6008   fi
6009   rm -f conftest*
6010 fi
6011 { echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
6012 echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
6013
6014 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6015 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6016 LN_S=$as_ln_s
6017 if test "$LN_S" = "ln -s"; then
6018   { echo "$as_me:$LINENO: result: yes" >&5
6019 echo "${ECHO_T}yes" >&6; }
6020 else
6021   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6022 echo "${ECHO_T}no, using $LN_S" >&6; }
6023 fi
6024
6025 # find the maximum length of command line arguments
6026 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6027 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
6028 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6029   echo $ECHO_N "(cached) $ECHO_C" >&6
6030 else
6031     i=0
6032   teststring="ABCD"
6033
6034   case $build_os in
6035   msdosdjgpp*)
6036     # On DJGPP, this test can blow up pretty badly due to problems in libc
6037     # (any single argument exceeding 2000 bytes causes a buffer overrun
6038     # during glob expansion).  Even if it were fixed, the result of this
6039     # check would be larger than it should be.
6040     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6041     ;;
6042
6043   gnu*)
6044     # Under GNU Hurd, this test is not required because there is
6045     # no limit to the length of command line arguments.
6046     # Libtool will interpret -1 as no limit whatsoever
6047     lt_cv_sys_max_cmd_len=-1;
6048     ;;
6049
6050   cygwin* | mingw* | cegcc*)
6051     # On Win9x/ME, this test blows up -- it succeeds, but takes
6052     # about 5 minutes as the teststring grows exponentially.
6053     # Worse, since 9x/ME are not pre-emptively multitasking,
6054     # you end up with a "frozen" computer, even though with patience
6055     # the test eventually succeeds (with a max line length of 256k).
6056     # Instead, let's just punt: use the minimum linelength reported by
6057     # all of the supported platforms: 8192 (on NT/2K/XP).
6058     lt_cv_sys_max_cmd_len=8192;
6059     ;;
6060
6061   amigaos*)
6062     # On AmigaOS with pdksh, this test takes hours, literally.
6063     # So we just punt and use a minimum line length of 8192.
6064     lt_cv_sys_max_cmd_len=8192;
6065     ;;
6066
6067   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6068     # This has been around since 386BSD, at least.  Likely further.
6069     if test -x /sbin/sysctl; then
6070       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6071     elif test -x /usr/sbin/sysctl; then
6072       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6073     else
6074       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6075     fi
6076     # And add a safety zone
6077     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6078     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6079     ;;
6080
6081   interix*)
6082     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6083     lt_cv_sys_max_cmd_len=196608
6084     ;;
6085
6086   osf*)
6087     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6088     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6089     # nice to cause kernel panics so lets avoid the loop below.
6090     # First set a reasonable default.
6091     lt_cv_sys_max_cmd_len=16384
6092     #
6093     if test -x /sbin/sysconfig; then
6094       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6095         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6096       esac
6097     fi
6098     ;;
6099   sco3.2v5*)
6100     lt_cv_sys_max_cmd_len=102400
6101     ;;
6102   sysv5* | sco5v6* | sysv4.2uw2*)
6103     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6104     if test -n "$kargmax"; then
6105       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6106     else
6107       lt_cv_sys_max_cmd_len=32768
6108     fi
6109     ;;
6110   *)
6111     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6112     if test -n "$lt_cv_sys_max_cmd_len"; then
6113       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6114       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6115     else
6116       # Make teststring a little bigger before we do anything with it.
6117       # a 1K string should be a reasonable start.
6118       for i in 1 2 3 4 5 6 7 8 ; do
6119         teststring=$teststring$teststring
6120       done
6121       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6122       # If test is not a shell built-in, we'll probably end up computing a
6123       # maximum length that is only half of the actual maximum length, but
6124       # we can't tell.
6125       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
6126                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
6127               test $i != 17 # 1/2 MB should be enough
6128       do
6129         i=`expr $i + 1`
6130         teststring=$teststring$teststring
6131       done
6132       # Only check the string length outside the loop.
6133       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6134       teststring=
6135       # Add a significant safety factor because C++ compilers can tack on
6136       # massive amounts of additional arguments before passing them to the
6137       # linker.  It appears as though 1/2 is a usable value.
6138       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6139     fi
6140     ;;
6141   esac
6142
6143 fi
6144
6145 if test -n $lt_cv_sys_max_cmd_len ; then
6146   { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6147 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
6148 else
6149   { echo "$as_me:$LINENO: result: none" >&5
6150 echo "${ECHO_T}none" >&6; }
6151 fi
6152 max_cmd_len=$lt_cv_sys_max_cmd_len
6153
6154
6155
6156
6157
6158
6159 : ${CP="cp -f"}
6160 : ${MV="mv -f"}
6161 : ${RM="rm -f"}
6162
6163 { echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
6164 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
6165 # Try some XSI features
6166 xsi_shell=no
6167 ( _lt_dummy="a/b/c"
6168   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6169       = c,a/b,, \
6170     && eval 'test $(( 1 + 1 )) -eq 2 \
6171     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6172   && xsi_shell=yes
6173 { echo "$as_me:$LINENO: result: $xsi_shell" >&5
6174 echo "${ECHO_T}$xsi_shell" >&6; }
6175
6176
6177 { echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
6178 echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
6179 lt_shell_append=no
6180 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6181     >/dev/null 2>&1 \
6182   && lt_shell_append=yes
6183 { echo "$as_me:$LINENO: result: $lt_shell_append" >&5
6184 echo "${ECHO_T}$lt_shell_append" >&6; }
6185
6186
6187 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6188   lt_unset=unset
6189 else
6190   lt_unset=false
6191 fi
6192
6193
6194
6195
6196
6197 # test EBCDIC or ASCII
6198 case `echo X|tr X '\101'` in
6199  A) # ASCII based system
6200     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6201   lt_SP2NL='tr \040 \012'
6202   lt_NL2SP='tr \015\012 \040\040'
6203   ;;
6204  *) # EBCDIC based system
6205   lt_SP2NL='tr \100 \n'
6206   lt_NL2SP='tr \r\n \100\100'
6207   ;;
6208 esac
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
6219 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
6220 if test "${lt_cv_ld_reload_flag+set}" = set; then
6221   echo $ECHO_N "(cached) $ECHO_C" >&6
6222 else
6223   lt_cv_ld_reload_flag='-r'
6224 fi
6225 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
6226 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
6227 reload_flag=$lt_cv_ld_reload_flag
6228 case $reload_flag in
6229 "" | " "*) ;;
6230 *) reload_flag=" $reload_flag" ;;
6231 esac
6232 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6233 case $host_os in
6234   darwin*)
6235     if test "$GCC" = yes; then
6236       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6237     else
6238       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6239     fi
6240     ;;
6241 esac
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251 if test -n "$ac_tool_prefix"; then
6252   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6253 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6254 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6255 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6256 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
6257   echo $ECHO_N "(cached) $ECHO_C" >&6
6258 else
6259   if test -n "$OBJDUMP"; then
6260   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6261 else
6262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 for as_dir in $PATH
6264 do
6265   IFS=$as_save_IFS
6266   test -z "$as_dir" && as_dir=.
6267   for ac_exec_ext in '' $ac_executable_extensions; do
6268   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6270     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6271     break 2
6272   fi
6273 done
6274 done
6275 IFS=$as_save_IFS
6276
6277 fi
6278 fi
6279 OBJDUMP=$ac_cv_prog_OBJDUMP
6280 if test -n "$OBJDUMP"; then
6281   { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
6282 echo "${ECHO_T}$OBJDUMP" >&6; }
6283 else
6284   { echo "$as_me:$LINENO: result: no" >&5
6285 echo "${ECHO_T}no" >&6; }
6286 fi
6287
6288
6289 fi
6290 if test -z "$ac_cv_prog_OBJDUMP"; then
6291   ac_ct_OBJDUMP=$OBJDUMP
6292   # Extract the first word of "objdump", so it can be a program name with args.
6293 set dummy objdump; ac_word=$2
6294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6296 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
6297   echo $ECHO_N "(cached) $ECHO_C" >&6
6298 else
6299   if test -n "$ac_ct_OBJDUMP"; then
6300   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6301 else
6302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6303 for as_dir in $PATH
6304 do
6305   IFS=$as_save_IFS
6306   test -z "$as_dir" && as_dir=.
6307   for ac_exec_ext in '' $ac_executable_extensions; do
6308   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6309     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6310     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6311     break 2
6312   fi
6313 done
6314 done
6315 IFS=$as_save_IFS
6316
6317 fi
6318 fi
6319 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6320 if test -n "$ac_ct_OBJDUMP"; then
6321   { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
6322 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
6323 else
6324   { echo "$as_me:$LINENO: result: no" >&5
6325 echo "${ECHO_T}no" >&6; }
6326 fi
6327
6328   if test "x$ac_ct_OBJDUMP" = x; then
6329     OBJDUMP="false"
6330   else
6331     case $cross_compiling:$ac_tool_warned in
6332 yes:)
6333 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6334 whose name does not start with the host triplet.  If you think this
6335 configuration is useful to you, please write to autoconf@gnu.org." >&5
6336 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6337 whose name does not start with the host triplet.  If you think this
6338 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6339 ac_tool_warned=yes ;;
6340 esac
6341     OBJDUMP=$ac_ct_OBJDUMP
6342   fi
6343 else
6344   OBJDUMP="$ac_cv_prog_OBJDUMP"
6345 fi
6346
6347 test -z "$OBJDUMP" && OBJDUMP=objdump
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
6358 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
6359 if test "${lt_cv_deplibs_check_method+set}" = set; then
6360   echo $ECHO_N "(cached) $ECHO_C" >&6
6361 else
6362   lt_cv_file_magic_cmd='$MAGIC_CMD'
6363 lt_cv_file_magic_test_file=
6364 lt_cv_deplibs_check_method='unknown'
6365 # Need to set the preceding variable on all platforms that support
6366 # interlibrary dependencies.
6367 # 'none' -- dependencies not supported.
6368 # `unknown' -- same as none, but documents that we really don't know.
6369 # 'pass_all' -- all dependencies passed with no checks.
6370 # 'test_compile' -- check by making test program.
6371 # 'file_magic [[regex]]' -- check by looking for files in library path
6372 # which responds to the $file_magic_cmd with a given extended regex.
6373 # If you have `file' or equivalent on your system and you're not sure
6374 # whether `pass_all' will *always* work, you probably want this one.
6375
6376 case $host_os in
6377 aix[4-9]*)
6378   lt_cv_deplibs_check_method=pass_all
6379   ;;
6380
6381 beos*)
6382   lt_cv_deplibs_check_method=pass_all
6383   ;;
6384
6385 bsdi[45]*)
6386   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6387   lt_cv_file_magic_cmd='/usr/bin/file -L'
6388   lt_cv_file_magic_test_file=/shlib/libc.so
6389   ;;
6390
6391 cygwin*)
6392   # func_win32_libid is a shell function defined in ltmain.sh
6393   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6394   lt_cv_file_magic_cmd='func_win32_libid'
6395   ;;
6396
6397 mingw* | pw32*)
6398   # Base MSYS/MinGW do not provide the 'file' command needed by
6399   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6400   # unless we find 'file', for example because we are cross-compiling.
6401   if ( file / ) >/dev/null 2>&1; then
6402     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6403     lt_cv_file_magic_cmd='func_win32_libid'
6404   else
6405     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6406     lt_cv_file_magic_cmd='$OBJDUMP -f'
6407   fi
6408   ;;
6409
6410 cegcc)
6411   # use the weaker test based on 'objdump'. See mingw*.
6412   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6413   lt_cv_file_magic_cmd='$OBJDUMP -f'
6414   ;;
6415
6416 darwin* | rhapsody*)
6417   lt_cv_deplibs_check_method=pass_all
6418   ;;
6419
6420 freebsd* | dragonfly*)
6421   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6422     case $host_cpu in
6423     i*86 )
6424       # Not sure whether the presence of OpenBSD here was a mistake.
6425       # Let's accept both of them until this is cleared up.
6426       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6427       lt_cv_file_magic_cmd=/usr/bin/file
6428       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6429       ;;
6430     esac
6431   else
6432     lt_cv_deplibs_check_method=pass_all
6433   fi
6434   ;;
6435
6436 gnu*)
6437   lt_cv_deplibs_check_method=pass_all
6438   ;;
6439
6440 hpux10.20* | hpux11*)
6441   lt_cv_file_magic_cmd=/usr/bin/file
6442   case $host_cpu in
6443   ia64*)
6444     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6445     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6446     ;;
6447   hppa*64*)
6448     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]'
6449     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6450     ;;
6451   *)
6452     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6453     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6454     ;;
6455   esac
6456   ;;
6457
6458 interix[3-9]*)
6459   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6460   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6461   ;;
6462
6463 irix5* | irix6* | nonstopux*)
6464   case $LD in
6465   *-32|*"-32 ") libmagic=32-bit;;
6466   *-n32|*"-n32 ") libmagic=N32;;
6467   *-64|*"-64 ") libmagic=64-bit;;
6468   *) libmagic=never-match;;
6469   esac
6470   lt_cv_deplibs_check_method=pass_all
6471   ;;
6472
6473 # This must be Linux ELF.
6474 linux* | k*bsd*-gnu)
6475   lt_cv_deplibs_check_method=pass_all
6476   ;;
6477
6478 netbsd*)
6479   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6480     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6481   else
6482     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6483   fi
6484   ;;
6485
6486 newos6*)
6487   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6488   lt_cv_file_magic_cmd=/usr/bin/file
6489   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6490   ;;
6491
6492 *nto* | *qnx*)
6493   lt_cv_deplibs_check_method=pass_all
6494   ;;
6495
6496 openbsd*)
6497   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6498     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6499   else
6500     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6501   fi
6502   ;;
6503
6504 osf3* | osf4* | osf5*)
6505   lt_cv_deplibs_check_method=pass_all
6506   ;;
6507
6508 rdos*)
6509   lt_cv_deplibs_check_method=pass_all
6510   ;;
6511
6512 solaris*)
6513   lt_cv_deplibs_check_method=pass_all
6514   ;;
6515
6516 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6517   lt_cv_deplibs_check_method=pass_all
6518   ;;
6519
6520 sysv4 | sysv4.3*)
6521   case $host_vendor in
6522   motorola)
6523     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]'
6524     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6525     ;;
6526   ncr)
6527     lt_cv_deplibs_check_method=pass_all
6528     ;;
6529   sequent)
6530     lt_cv_file_magic_cmd='/bin/file'
6531     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6532     ;;
6533   sni)
6534     lt_cv_file_magic_cmd='/bin/file'
6535     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6536     lt_cv_file_magic_test_file=/lib/libc.so
6537     ;;
6538   siemens)
6539     lt_cv_deplibs_check_method=pass_all
6540     ;;
6541   pc)
6542     lt_cv_deplibs_check_method=pass_all
6543     ;;
6544   esac
6545   ;;
6546
6547 tpf*)
6548   lt_cv_deplibs_check_method=pass_all
6549   ;;
6550 esac
6551
6552 fi
6553 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
6554 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
6555 file_magic_cmd=$lt_cv_file_magic_cmd
6556 deplibs_check_method=$lt_cv_deplibs_check_method
6557 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570 if test -n "$ac_tool_prefix"; then
6571   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6572 set dummy ${ac_tool_prefix}ar; ac_word=$2
6573 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6574 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6575 if test "${ac_cv_prog_AR+set}" = set; then
6576   echo $ECHO_N "(cached) $ECHO_C" >&6
6577 else
6578   if test -n "$AR"; then
6579   ac_cv_prog_AR="$AR" # Let the user override the test.
6580 else
6581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6582 for as_dir in $PATH
6583 do
6584   IFS=$as_save_IFS
6585   test -z "$as_dir" && as_dir=.
6586   for ac_exec_ext in '' $ac_executable_extensions; do
6587   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6588     ac_cv_prog_AR="${ac_tool_prefix}ar"
6589     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6590     break 2
6591   fi
6592 done
6593 done
6594 IFS=$as_save_IFS
6595
6596 fi
6597 fi
6598 AR=$ac_cv_prog_AR
6599 if test -n "$AR"; then
6600   { echo "$as_me:$LINENO: result: $AR" >&5
6601 echo "${ECHO_T}$AR" >&6; }
6602 else
6603   { echo "$as_me:$LINENO: result: no" >&5
6604 echo "${ECHO_T}no" >&6; }
6605 fi
6606
6607
6608 fi
6609 if test -z "$ac_cv_prog_AR"; then
6610   ac_ct_AR=$AR
6611   # Extract the first word of "ar", so it can be a program name with args.
6612 set dummy ar; ac_word=$2
6613 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6614 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6615 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6616   echo $ECHO_N "(cached) $ECHO_C" >&6
6617 else
6618   if test -n "$ac_ct_AR"; then
6619   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6620 else
6621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6622 for as_dir in $PATH
6623 do
6624   IFS=$as_save_IFS
6625   test -z "$as_dir" && as_dir=.
6626   for ac_exec_ext in '' $ac_executable_extensions; do
6627   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6628     ac_cv_prog_ac_ct_AR="ar"
6629     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6630     break 2
6631   fi
6632 done
6633 done
6634 IFS=$as_save_IFS
6635
6636 fi
6637 fi
6638 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6639 if test -n "$ac_ct_AR"; then
6640   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6641 echo "${ECHO_T}$ac_ct_AR" >&6; }
6642 else
6643   { echo "$as_me:$LINENO: result: no" >&5
6644 echo "${ECHO_T}no" >&6; }
6645 fi
6646
6647   if test "x$ac_ct_AR" = x; then
6648     AR="false"
6649   else
6650     case $cross_compiling:$ac_tool_warned in
6651 yes:)
6652 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6653 whose name does not start with the host triplet.  If you think this
6654 configuration is useful to you, please write to autoconf@gnu.org." >&5
6655 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6656 whose name does not start with the host triplet.  If you think this
6657 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6658 ac_tool_warned=yes ;;
6659 esac
6660     AR=$ac_ct_AR
6661   fi
6662 else
6663   AR="$ac_cv_prog_AR"
6664 fi
6665
6666 test -z "$AR" && AR=ar
6667 test -z "$AR_FLAGS" && AR_FLAGS=cru
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679 if test -n "$ac_tool_prefix"; then
6680   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6681 set dummy ${ac_tool_prefix}strip; ac_word=$2
6682 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6684 if test "${ac_cv_prog_STRIP+set}" = set; then
6685   echo $ECHO_N "(cached) $ECHO_C" >&6
6686 else
6687   if test -n "$STRIP"; then
6688   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6689 else
6690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6691 for as_dir in $PATH
6692 do
6693   IFS=$as_save_IFS
6694   test -z "$as_dir" && as_dir=.
6695   for ac_exec_ext in '' $ac_executable_extensions; do
6696   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6697     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6698     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6699     break 2
6700   fi
6701 done
6702 done
6703 IFS=$as_save_IFS
6704
6705 fi
6706 fi
6707 STRIP=$ac_cv_prog_STRIP
6708 if test -n "$STRIP"; then
6709   { echo "$as_me:$LINENO: result: $STRIP" >&5
6710 echo "${ECHO_T}$STRIP" >&6; }
6711 else
6712   { echo "$as_me:$LINENO: result: no" >&5
6713 echo "${ECHO_T}no" >&6; }
6714 fi
6715
6716
6717 fi
6718 if test -z "$ac_cv_prog_STRIP"; then
6719   ac_ct_STRIP=$STRIP
6720   # Extract the first word of "strip", so it can be a program name with args.
6721 set dummy strip; ac_word=$2
6722 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6723 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6724 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6725   echo $ECHO_N "(cached) $ECHO_C" >&6
6726 else
6727   if test -n "$ac_ct_STRIP"; then
6728   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6729 else
6730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6731 for as_dir in $PATH
6732 do
6733   IFS=$as_save_IFS
6734   test -z "$as_dir" && as_dir=.
6735   for ac_exec_ext in '' $ac_executable_extensions; do
6736   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6737     ac_cv_prog_ac_ct_STRIP="strip"
6738     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6739     break 2
6740   fi
6741 done
6742 done
6743 IFS=$as_save_IFS
6744
6745 fi
6746 fi
6747 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6748 if test -n "$ac_ct_STRIP"; then
6749   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6750 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6751 else
6752   { echo "$as_me:$LINENO: result: no" >&5
6753 echo "${ECHO_T}no" >&6; }
6754 fi
6755
6756   if test "x$ac_ct_STRIP" = x; then
6757     STRIP=":"
6758   else
6759     case $cross_compiling:$ac_tool_warned in
6760 yes:)
6761 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6762 whose name does not start with the host triplet.  If you think this
6763 configuration is useful to you, please write to autoconf@gnu.org." >&5
6764 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6765 whose name does not start with the host triplet.  If you think this
6766 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6767 ac_tool_warned=yes ;;
6768 esac
6769     STRIP=$ac_ct_STRIP
6770   fi
6771 else
6772   STRIP="$ac_cv_prog_STRIP"
6773 fi
6774
6775 test -z "$STRIP" && STRIP=:
6776
6777
6778
6779
6780
6781
6782 if test -n "$ac_tool_prefix"; then
6783   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6784 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6785 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6786 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6787 if test "${ac_cv_prog_RANLIB+set}" = set; then
6788   echo $ECHO_N "(cached) $ECHO_C" >&6
6789 else
6790   if test -n "$RANLIB"; then
6791   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6792 else
6793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6794 for as_dir in $PATH
6795 do
6796   IFS=$as_save_IFS
6797   test -z "$as_dir" && as_dir=.
6798   for ac_exec_ext in '' $ac_executable_extensions; do
6799   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6800     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6801     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6802     break 2
6803   fi
6804 done
6805 done
6806 IFS=$as_save_IFS
6807
6808 fi
6809 fi
6810 RANLIB=$ac_cv_prog_RANLIB
6811 if test -n "$RANLIB"; then
6812   { echo "$as_me:$LINENO: result: $RANLIB" >&5
6813 echo "${ECHO_T}$RANLIB" >&6; }
6814 else
6815   { echo "$as_me:$LINENO: result: no" >&5
6816 echo "${ECHO_T}no" >&6; }
6817 fi
6818
6819
6820 fi
6821 if test -z "$ac_cv_prog_RANLIB"; then
6822   ac_ct_RANLIB=$RANLIB
6823   # Extract the first word of "ranlib", so it can be a program name with args.
6824 set dummy ranlib; ac_word=$2
6825 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6826 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6827 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6828   echo $ECHO_N "(cached) $ECHO_C" >&6
6829 else
6830   if test -n "$ac_ct_RANLIB"; then
6831   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6832 else
6833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6834 for as_dir in $PATH
6835 do
6836   IFS=$as_save_IFS
6837   test -z "$as_dir" && as_dir=.
6838   for ac_exec_ext in '' $ac_executable_extensions; do
6839   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6840     ac_cv_prog_ac_ct_RANLIB="ranlib"
6841     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6842     break 2
6843   fi
6844 done
6845 done
6846 IFS=$as_save_IFS
6847
6848 fi
6849 fi
6850 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6851 if test -n "$ac_ct_RANLIB"; then
6852   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6853 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6854 else
6855   { echo "$as_me:$LINENO: result: no" >&5
6856 echo "${ECHO_T}no" >&6; }
6857 fi
6858
6859   if test "x$ac_ct_RANLIB" = x; then
6860     RANLIB=":"
6861   else
6862     case $cross_compiling:$ac_tool_warned in
6863 yes:)
6864 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6865 whose name does not start with the host triplet.  If you think this
6866 configuration is useful to you, please write to autoconf@gnu.org." >&5
6867 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6868 whose name does not start with the host triplet.  If you think this
6869 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6870 ac_tool_warned=yes ;;
6871 esac
6872     RANLIB=$ac_ct_RANLIB
6873   fi
6874 else
6875   RANLIB="$ac_cv_prog_RANLIB"
6876 fi
6877
6878 test -z "$RANLIB" && RANLIB=:
6879
6880
6881
6882
6883
6884
6885 # Determine commands to create old-style static archives.
6886 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6887 old_postinstall_cmds='chmod 644 $oldlib'
6888 old_postuninstall_cmds=
6889
6890 if test -n "$RANLIB"; then
6891   case $host_os in
6892   openbsd*)
6893     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6894     ;;
6895   *)
6896     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6897     ;;
6898   esac
6899   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6900 fi
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935 # If no C compiler was specified, use CC.
6936 LTCC=${LTCC-"$CC"}
6937
6938 # If no C compiler flags were specified, use CFLAGS.
6939 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6940
6941 # Allow CC to be a program name with arguments.
6942 compiler=$CC
6943
6944
6945 # Check for command to grab the raw symbol name followed by C symbol from nm.
6946 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6947 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
6948 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6949   echo $ECHO_N "(cached) $ECHO_C" >&6
6950 else
6951
6952 # These are sane defaults that work on at least a few old systems.
6953 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6954
6955 # Character class describing NM global symbol codes.
6956 symcode='[BCDEGRST]'
6957
6958 # Regexp to match symbols that can be accessed directly from C.
6959 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6960
6961 # Define system-specific variables.
6962 case $host_os in
6963 aix*)
6964   symcode='[BCDT]'
6965   ;;
6966 cygwin* | mingw* | pw32* | cegcc*)
6967   symcode='[ABCDGISTW]'
6968   ;;
6969 hpux*)
6970   if test "$host_cpu" = ia64; then
6971     symcode='[ABCDEGRST]'
6972   fi
6973   ;;
6974 irix* | nonstopux*)
6975   symcode='[BCDEGRST]'
6976   ;;
6977 osf*)
6978   symcode='[BCDEGQRST]'
6979   ;;
6980 solaris*)
6981   symcode='[BDRT]'
6982   ;;
6983 sco3.2v5*)
6984   symcode='[DT]'
6985   ;;
6986 sysv4.2uw2*)
6987   symcode='[DT]'
6988   ;;
6989 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6990   symcode='[ABDT]'
6991   ;;
6992 sysv4)
6993   symcode='[DFNSTU]'
6994   ;;
6995 esac
6996
6997 # If we're using GNU nm, then use its standard symbol codes.
6998 case `$NM -V 2>&1` in
6999 *GNU* | *'with BFD'*)
7000   symcode='[ABCDGIRSTW]' ;;
7001 esac
7002
7003 # Transform an extracted symbol line into a proper C declaration.
7004 # Some systems (esp. on ia64) link data and code symbols differently,
7005 # so use this general approach.
7006 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7007
7008 # Transform an extracted symbol line into symbol name and symbol address
7009 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
7010 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'"
7011
7012 # Handle CRLF in mingw tool chain
7013 opt_cr=
7014 case $build_os in
7015 mingw*)
7016   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7017   ;;
7018 esac
7019
7020 # Try without a prefix underscore, then with it.
7021 for ac_symprfx in "" "_"; do
7022
7023   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7024   symxfrm="\\1 $ac_symprfx\\2 \\2"
7025
7026   # Write the raw and C identifiers.
7027   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7028     # Fake it for dumpbin and say T for any non-static function
7029     # and D for any global variable.
7030     # Also find C++ and __fastcall symbols from MSVC++,
7031     # which start with @ or ?.
7032     lt_cv_sys_global_symbol_pipe="$AWK '"\
7033 "     {last_section=section; section=\$ 3};"\
7034 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7035 "     \$ 0!~/External *\|/{next};"\
7036 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7037 "     {if(hide[section]) next};"\
7038 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7039 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7040 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7041 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7042 "     ' prfx=^$ac_symprfx"
7043   else
7044     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7045   fi
7046
7047   # Check to see that the pipe works correctly.
7048   pipe_works=no
7049
7050   rm -f conftest*
7051   cat > conftest.$ac_ext <<_LT_EOF
7052 #ifdef __cplusplus
7053 extern "C" {
7054 #endif
7055 char nm_test_var;
7056 void nm_test_func(void);
7057 void nm_test_func(void){}
7058 #ifdef __cplusplus
7059 }
7060 #endif
7061 int main(){nm_test_var='a';nm_test_func();return(0);}
7062 _LT_EOF
7063
7064   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7065   (eval $ac_compile) 2>&5
7066   ac_status=$?
7067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7068   (exit $ac_status); }; then
7069     # Now try to grab the symbols.
7070     nlist=conftest.nm
7071     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
7072   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
7073   ac_status=$?
7074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7075   (exit $ac_status); } && test -s "$nlist"; then
7076       # Try sorting and uniquifying the output.
7077       if sort "$nlist" | uniq > "$nlist"T; then
7078         mv -f "$nlist"T "$nlist"
7079       else
7080         rm -f "$nlist"T
7081       fi
7082
7083       # Make sure that we snagged all the symbols we need.
7084       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7085         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7086           cat <<_LT_EOF > conftest.$ac_ext
7087 #ifdef __cplusplus
7088 extern "C" {
7089 #endif
7090
7091 _LT_EOF
7092           # Now generate the symbol file.
7093           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7094
7095           cat <<_LT_EOF >> conftest.$ac_ext
7096
7097 /* The mapping between symbol names and symbols.  */
7098 const struct {
7099   const char *name;
7100   void       *address;
7101 }
7102 lt__PROGRAM__LTX_preloaded_symbols[] =
7103 {
7104   { "@PROGRAM@", (void *) 0 },
7105 _LT_EOF
7106           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7107           cat <<\_LT_EOF >> conftest.$ac_ext
7108   {0, (void *) 0}
7109 };
7110
7111 /* This works around a problem in FreeBSD linker */
7112 #ifdef FREEBSD_WORKAROUND
7113 static const void *lt_preloaded_setup() {
7114   return lt__PROGRAM__LTX_preloaded_symbols;
7115 }
7116 #endif
7117
7118 #ifdef __cplusplus
7119 }
7120 #endif
7121 _LT_EOF
7122           # Now try linking the two files.
7123           mv conftest.$ac_objext conftstm.$ac_objext
7124           lt_save_LIBS="$LIBS"
7125           lt_save_CFLAGS="$CFLAGS"
7126           LIBS="conftstm.$ac_objext"
7127           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7128           if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7129   (eval $ac_link) 2>&5
7130   ac_status=$?
7131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132   (exit $ac_status); } && test -s conftest${ac_exeext}; then
7133             pipe_works=yes
7134           fi
7135           LIBS="$lt_save_LIBS"
7136           CFLAGS="$lt_save_CFLAGS"
7137         else
7138           echo "cannot find nm_test_func in $nlist" >&5
7139         fi
7140       else
7141         echo "cannot find nm_test_var in $nlist" >&5
7142       fi
7143     else
7144       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7145     fi
7146   else
7147     echo "$progname: failed program was:" >&5
7148     cat conftest.$ac_ext >&5
7149   fi
7150   rm -rf conftest* conftst*
7151
7152   # Do not use the global_symbol_pipe unless it works.
7153   if test "$pipe_works" = yes; then
7154     break
7155   else
7156     lt_cv_sys_global_symbol_pipe=
7157   fi
7158 done
7159
7160 fi
7161
7162 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7163   lt_cv_sys_global_symbol_to_cdecl=
7164 fi
7165 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7166   { echo "$as_me:$LINENO: result: failed" >&5
7167 echo "${ECHO_T}failed" >&6; }
7168 else
7169   { echo "$as_me:$LINENO: result: ok" >&5
7170 echo "${ECHO_T}ok" >&6; }
7171 fi
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194 # Check whether --enable-libtool-lock was given.
7195 if test "${enable_libtool_lock+set}" = set; then
7196   enableval=$enable_libtool_lock;
7197 fi
7198
7199 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7200
7201 # Some flags need to be propagated to the compiler or linker for good
7202 # libtool support.
7203 case $host in
7204 ia64-*-hpux*)
7205   # Find out which ABI we are using.
7206   echo 'int i;' > conftest.$ac_ext
7207   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7208   (eval $ac_compile) 2>&5
7209   ac_status=$?
7210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7211   (exit $ac_status); }; then
7212     case `/usr/bin/file conftest.$ac_objext` in
7213       *ELF-32*)
7214         HPUX_IA64_MODE="32"
7215         ;;
7216       *ELF-64*)
7217         HPUX_IA64_MODE="64"
7218         ;;
7219     esac
7220   fi
7221   rm -rf conftest*
7222   ;;
7223 *-*-irix6*)
7224   # Find out which ABI we are using.
7225   echo '#line 7225 "configure"' > conftest.$ac_ext
7226   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7227   (eval $ac_compile) 2>&5
7228   ac_status=$?
7229   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7230   (exit $ac_status); }; then
7231     if test "$lt_cv_prog_gnu_ld" = yes; then
7232       case `/usr/bin/file conftest.$ac_objext` in
7233         *32-bit*)
7234           LD="${LD-ld} -melf32bsmip"
7235           ;;
7236         *N32*)
7237           LD="${LD-ld} -melf32bmipn32"
7238           ;;
7239         *64-bit*)
7240           LD="${LD-ld} -melf64bmip"
7241         ;;
7242       esac
7243     else
7244       case `/usr/bin/file conftest.$ac_objext` in
7245         *32-bit*)
7246           LD="${LD-ld} -32"
7247           ;;
7248         *N32*)
7249           LD="${LD-ld} -n32"
7250           ;;
7251         *64-bit*)
7252           LD="${LD-ld} -64"
7253           ;;
7254       esac
7255     fi
7256   fi
7257   rm -rf conftest*
7258   ;;
7259
7260 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7261 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7262   # Find out which ABI we are using.
7263   echo 'int i;' > conftest.$ac_ext
7264   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7265   (eval $ac_compile) 2>&5
7266   ac_status=$?
7267   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7268   (exit $ac_status); }; then
7269     case `/usr/bin/file conftest.o` in
7270       *32-bit*)
7271         case $host in
7272           x86_64-*kfreebsd*-gnu)
7273             LD="${LD-ld} -m elf_i386_fbsd"
7274             ;;
7275           x86_64-*linux*)
7276             LD="${LD-ld} -m elf_i386"
7277             ;;
7278           ppc64-*linux*|powerpc64-*linux*)
7279             LD="${LD-ld} -m elf32ppclinux"
7280             ;;
7281           s390x-*linux*)
7282             LD="${LD-ld} -m elf_s390"
7283             ;;
7284           sparc64-*linux*)
7285             LD="${LD-ld} -m elf32_sparc"
7286             ;;
7287         esac
7288         ;;
7289       *64-bit*)
7290         case $host in
7291           x86_64-*kfreebsd*-gnu)
7292             LD="${LD-ld} -m elf_x86_64_fbsd"
7293             ;;
7294           x86_64-*linux*)
7295             LD="${LD-ld} -m elf_x86_64"
7296             ;;
7297           ppc*-*linux*|powerpc*-*linux*)
7298             LD="${LD-ld} -m elf64ppc"
7299             ;;
7300           s390*-*linux*|s390*-*tpf*)
7301             LD="${LD-ld} -m elf64_s390"
7302             ;;
7303           sparc*-*linux*)
7304             LD="${LD-ld} -m elf64_sparc"
7305             ;;
7306         esac
7307         ;;
7308     esac
7309   fi
7310   rm -rf conftest*
7311   ;;
7312
7313 *-*-sco3.2v5*)
7314   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7315   SAVE_CFLAGS="$CFLAGS"
7316   CFLAGS="$CFLAGS -belf"
7317   { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
7318 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
7319 if test "${lt_cv_cc_needs_belf+set}" = set; then
7320   echo $ECHO_N "(cached) $ECHO_C" >&6
7321 else
7322   ac_ext=c
7323 ac_cpp='$CPP $CPPFLAGS'
7324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7327
7328      cat >conftest.$ac_ext <<_ACEOF
7329 /* confdefs.h.  */
7330 _ACEOF
7331 cat confdefs.h >>conftest.$ac_ext
7332 cat >>conftest.$ac_ext <<_ACEOF
7333 /* end confdefs.h.  */
7334
7335 int
7336 main ()
7337 {
7338
7339   ;
7340   return 0;
7341 }
7342 _ACEOF
7343 rm -f conftest.$ac_objext conftest$ac_exeext
7344 if { (ac_try="$ac_link"
7345 case "(($ac_try" in
7346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7347   *) ac_try_echo=$ac_try;;
7348 esac
7349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7350   (eval "$ac_link") 2>conftest.er1
7351   ac_status=$?
7352   grep -v '^ *+' conftest.er1 >conftest.err
7353   rm -f conftest.er1
7354   cat conftest.err >&5
7355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7356   (exit $ac_status); } && {
7357          test -z "$ac_c_werror_flag" ||
7358          test ! -s conftest.err
7359        } && test -s conftest$ac_exeext &&
7360        $as_test_x conftest$ac_exeext; then
7361   lt_cv_cc_needs_belf=yes
7362 else
7363   echo "$as_me: failed program was:" >&5
7364 sed 's/^/| /' conftest.$ac_ext >&5
7365
7366         lt_cv_cc_needs_belf=no
7367 fi
7368
7369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7370       conftest$ac_exeext conftest.$ac_ext
7371      ac_ext=c
7372 ac_cpp='$CPP $CPPFLAGS'
7373 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7374 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7375 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7376
7377 fi
7378 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
7379 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
7380   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7381     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7382     CFLAGS="$SAVE_CFLAGS"
7383   fi
7384   ;;
7385 sparc*-*solaris*)
7386   # Find out which ABI we are using.
7387   echo 'int i;' > conftest.$ac_ext
7388   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7389   (eval $ac_compile) 2>&5
7390   ac_status=$?
7391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7392   (exit $ac_status); }; then
7393     case `/usr/bin/file conftest.o` in
7394     *64-bit*)
7395       case $lt_cv_prog_gnu_ld in
7396       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7397       *)
7398         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7399           LD="${LD-ld} -64"
7400         fi
7401         ;;
7402       esac
7403       ;;
7404     esac
7405   fi
7406   rm -rf conftest*
7407   ;;
7408 esac
7409
7410 need_locks="$enable_libtool_lock"
7411
7412
7413   case $host_os in
7414     rhapsody* | darwin*)
7415     if test -n "$ac_tool_prefix"; then
7416   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7417 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7420 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
7421   echo $ECHO_N "(cached) $ECHO_C" >&6
7422 else
7423   if test -n "$DSYMUTIL"; then
7424   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7425 else
7426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7427 for as_dir in $PATH
7428 do
7429   IFS=$as_save_IFS
7430   test -z "$as_dir" && as_dir=.
7431   for ac_exec_ext in '' $ac_executable_extensions; do
7432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7433     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7434     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7435     break 2
7436   fi
7437 done
7438 done
7439 IFS=$as_save_IFS
7440
7441 fi
7442 fi
7443 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7444 if test -n "$DSYMUTIL"; then
7445   { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7446 echo "${ECHO_T}$DSYMUTIL" >&6; }
7447 else
7448   { echo "$as_me:$LINENO: result: no" >&5
7449 echo "${ECHO_T}no" >&6; }
7450 fi
7451
7452
7453 fi
7454 if test -z "$ac_cv_prog_DSYMUTIL"; then
7455   ac_ct_DSYMUTIL=$DSYMUTIL
7456   # Extract the first word of "dsymutil", so it can be a program name with args.
7457 set dummy dsymutil; ac_word=$2
7458 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7459 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7460 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
7461   echo $ECHO_N "(cached) $ECHO_C" >&6
7462 else
7463   if test -n "$ac_ct_DSYMUTIL"; then
7464   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7465 else
7466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7467 for as_dir in $PATH
7468 do
7469   IFS=$as_save_IFS
7470   test -z "$as_dir" && as_dir=.
7471   for ac_exec_ext in '' $ac_executable_extensions; do
7472   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7473     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7474     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7475     break 2
7476   fi
7477 done
7478 done
7479 IFS=$as_save_IFS
7480
7481 fi
7482 fi
7483 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7484 if test -n "$ac_ct_DSYMUTIL"; then
7485   { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7486 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
7487 else
7488   { echo "$as_me:$LINENO: result: no" >&5
7489 echo "${ECHO_T}no" >&6; }
7490 fi
7491
7492   if test "x$ac_ct_DSYMUTIL" = x; then
7493     DSYMUTIL=":"
7494   else
7495     case $cross_compiling:$ac_tool_warned in
7496 yes:)
7497 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7498 whose name does not start with the host triplet.  If you think this
7499 configuration is useful to you, please write to autoconf@gnu.org." >&5
7500 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7501 whose name does not start with the host triplet.  If you think this
7502 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7503 ac_tool_warned=yes ;;
7504 esac
7505     DSYMUTIL=$ac_ct_DSYMUTIL
7506   fi
7507 else
7508   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7509 fi
7510
7511     if test -n "$ac_tool_prefix"; then
7512   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7513 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7516 if test "${ac_cv_prog_NMEDIT+set}" = set; then
7517   echo $ECHO_N "(cached) $ECHO_C" >&6
7518 else
7519   if test -n "$NMEDIT"; then
7520   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7521 else
7522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7523 for as_dir in $PATH
7524 do
7525   IFS=$as_save_IFS
7526   test -z "$as_dir" && as_dir=.
7527   for ac_exec_ext in '' $ac_executable_extensions; do
7528   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7529     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7530     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7531     break 2
7532   fi
7533 done
7534 done
7535 IFS=$as_save_IFS
7536
7537 fi
7538 fi
7539 NMEDIT=$ac_cv_prog_NMEDIT
7540 if test -n "$NMEDIT"; then
7541   { echo "$as_me:$LINENO: result: $NMEDIT" >&5
7542 echo "${ECHO_T}$NMEDIT" >&6; }
7543 else
7544   { echo "$as_me:$LINENO: result: no" >&5
7545 echo "${ECHO_T}no" >&6; }
7546 fi
7547
7548
7549 fi
7550 if test -z "$ac_cv_prog_NMEDIT"; then
7551   ac_ct_NMEDIT=$NMEDIT
7552   # Extract the first word of "nmedit", so it can be a program name with args.
7553 set dummy nmedit; ac_word=$2
7554 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7556 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
7557   echo $ECHO_N "(cached) $ECHO_C" >&6
7558 else
7559   if test -n "$ac_ct_NMEDIT"; then
7560   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7561 else
7562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7563 for as_dir in $PATH
7564 do
7565   IFS=$as_save_IFS
7566   test -z "$as_dir" && as_dir=.
7567   for ac_exec_ext in '' $ac_executable_extensions; do
7568   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7569     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7570     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7571     break 2
7572   fi
7573 done
7574 done
7575 IFS=$as_save_IFS
7576
7577 fi
7578 fi
7579 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7580 if test -n "$ac_ct_NMEDIT"; then
7581   { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7582 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
7583 else
7584   { echo "$as_me:$LINENO: result: no" >&5
7585 echo "${ECHO_T}no" >&6; }
7586 fi
7587
7588   if test "x$ac_ct_NMEDIT" = x; then
7589     NMEDIT=":"
7590   else
7591     case $cross_compiling:$ac_tool_warned in
7592 yes:)
7593 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7594 whose name does not start with the host triplet.  If you think this
7595 configuration is useful to you, please write to autoconf@gnu.org." >&5
7596 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7597 whose name does not start with the host triplet.  If you think this
7598 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7599 ac_tool_warned=yes ;;
7600 esac
7601     NMEDIT=$ac_ct_NMEDIT
7602   fi
7603 else
7604   NMEDIT="$ac_cv_prog_NMEDIT"
7605 fi
7606
7607     if test -n "$ac_tool_prefix"; then
7608   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7609 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7610 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7612 if test "${ac_cv_prog_LIPO+set}" = set; then
7613   echo $ECHO_N "(cached) $ECHO_C" >&6
7614 else
7615   if test -n "$LIPO"; then
7616   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7617 else
7618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7619 for as_dir in $PATH
7620 do
7621   IFS=$as_save_IFS
7622   test -z "$as_dir" && as_dir=.
7623   for ac_exec_ext in '' $ac_executable_extensions; do
7624   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7625     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7626     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7627     break 2
7628   fi
7629 done
7630 done
7631 IFS=$as_save_IFS
7632
7633 fi
7634 fi
7635 LIPO=$ac_cv_prog_LIPO
7636 if test -n "$LIPO"; then
7637   { echo "$as_me:$LINENO: result: $LIPO" >&5
7638 echo "${ECHO_T}$LIPO" >&6; }
7639 else
7640   { echo "$as_me:$LINENO: result: no" >&5
7641 echo "${ECHO_T}no" >&6; }
7642 fi
7643
7644
7645 fi
7646 if test -z "$ac_cv_prog_LIPO"; then
7647   ac_ct_LIPO=$LIPO
7648   # Extract the first word of "lipo", so it can be a program name with args.
7649 set dummy lipo; ac_word=$2
7650 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7651 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7652 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
7653   echo $ECHO_N "(cached) $ECHO_C" >&6
7654 else
7655   if test -n "$ac_ct_LIPO"; then
7656   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7657 else
7658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7659 for as_dir in $PATH
7660 do
7661   IFS=$as_save_IFS
7662   test -z "$as_dir" && as_dir=.
7663   for ac_exec_ext in '' $ac_executable_extensions; do
7664   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7665     ac_cv_prog_ac_ct_LIPO="lipo"
7666     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7667     break 2
7668   fi
7669 done
7670 done
7671 IFS=$as_save_IFS
7672
7673 fi
7674 fi
7675 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7676 if test -n "$ac_ct_LIPO"; then
7677   { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
7678 echo "${ECHO_T}$ac_ct_LIPO" >&6; }
7679 else
7680   { echo "$as_me:$LINENO: result: no" >&5
7681 echo "${ECHO_T}no" >&6; }
7682 fi
7683
7684   if test "x$ac_ct_LIPO" = x; then
7685     LIPO=":"
7686   else
7687     case $cross_compiling:$ac_tool_warned in
7688 yes:)
7689 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7690 whose name does not start with the host triplet.  If you think this
7691 configuration is useful to you, please write to autoconf@gnu.org." >&5
7692 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7693 whose name does not start with the host triplet.  If you think this
7694 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7695 ac_tool_warned=yes ;;
7696 esac
7697     LIPO=$ac_ct_LIPO
7698   fi
7699 else
7700   LIPO="$ac_cv_prog_LIPO"
7701 fi
7702
7703     if test -n "$ac_tool_prefix"; then
7704   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7705 set dummy ${ac_tool_prefix}otool; ac_word=$2
7706 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7708 if test "${ac_cv_prog_OTOOL+set}" = set; then
7709   echo $ECHO_N "(cached) $ECHO_C" >&6
7710 else
7711   if test -n "$OTOOL"; then
7712   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7713 else
7714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7715 for as_dir in $PATH
7716 do
7717   IFS=$as_save_IFS
7718   test -z "$as_dir" && as_dir=.
7719   for ac_exec_ext in '' $ac_executable_extensions; do
7720   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7721     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7722     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7723     break 2
7724   fi
7725 done
7726 done
7727 IFS=$as_save_IFS
7728
7729 fi
7730 fi
7731 OTOOL=$ac_cv_prog_OTOOL
7732 if test -n "$OTOOL"; then
7733   { echo "$as_me:$LINENO: result: $OTOOL" >&5
7734 echo "${ECHO_T}$OTOOL" >&6; }
7735 else
7736   { echo "$as_me:$LINENO: result: no" >&5
7737 echo "${ECHO_T}no" >&6; }
7738 fi
7739
7740
7741 fi
7742 if test -z "$ac_cv_prog_OTOOL"; then
7743   ac_ct_OTOOL=$OTOOL
7744   # Extract the first word of "otool", so it can be a program name with args.
7745 set dummy otool; ac_word=$2
7746 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7748 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
7749   echo $ECHO_N "(cached) $ECHO_C" >&6
7750 else
7751   if test -n "$ac_ct_OTOOL"; then
7752   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7753 else
7754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7755 for as_dir in $PATH
7756 do
7757   IFS=$as_save_IFS
7758   test -z "$as_dir" && as_dir=.
7759   for ac_exec_ext in '' $ac_executable_extensions; do
7760   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7761     ac_cv_prog_ac_ct_OTOOL="otool"
7762     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7763     break 2
7764   fi
7765 done
7766 done
7767 IFS=$as_save_IFS
7768
7769 fi
7770 fi
7771 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7772 if test -n "$ac_ct_OTOOL"; then
7773   { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
7774 echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
7775 else
7776   { echo "$as_me:$LINENO: result: no" >&5
7777 echo "${ECHO_T}no" >&6; }
7778 fi
7779
7780   if test "x$ac_ct_OTOOL" = x; then
7781     OTOOL=":"
7782   else
7783     case $cross_compiling:$ac_tool_warned in
7784 yes:)
7785 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7786 whose name does not start with the host triplet.  If you think this
7787 configuration is useful to you, please write to autoconf@gnu.org." >&5
7788 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7789 whose name does not start with the host triplet.  If you think this
7790 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7791 ac_tool_warned=yes ;;
7792 esac
7793     OTOOL=$ac_ct_OTOOL
7794   fi
7795 else
7796   OTOOL="$ac_cv_prog_OTOOL"
7797 fi
7798
7799     if test -n "$ac_tool_prefix"; then
7800   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7801 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7802 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7803 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7804 if test "${ac_cv_prog_OTOOL64+set}" = set; then
7805   echo $ECHO_N "(cached) $ECHO_C" >&6
7806 else
7807   if test -n "$OTOOL64"; then
7808   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7809 else
7810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7811 for as_dir in $PATH
7812 do
7813   IFS=$as_save_IFS
7814   test -z "$as_dir" && as_dir=.
7815   for ac_exec_ext in '' $ac_executable_extensions; do
7816   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7817     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7818     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7819     break 2
7820   fi
7821 done
7822 done
7823 IFS=$as_save_IFS
7824
7825 fi
7826 fi
7827 OTOOL64=$ac_cv_prog_OTOOL64
7828 if test -n "$OTOOL64"; then
7829   { echo "$as_me:$LINENO: result: $OTOOL64" >&5
7830 echo "${ECHO_T}$OTOOL64" >&6; }
7831 else
7832   { echo "$as_me:$LINENO: result: no" >&5
7833 echo "${ECHO_T}no" >&6; }
7834 fi
7835
7836
7837 fi
7838 if test -z "$ac_cv_prog_OTOOL64"; then
7839   ac_ct_OTOOL64=$OTOOL64
7840   # Extract the first word of "otool64", so it can be a program name with args.
7841 set dummy otool64; ac_word=$2
7842 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7843 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7844 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
7845   echo $ECHO_N "(cached) $ECHO_C" >&6
7846 else
7847   if test -n "$ac_ct_OTOOL64"; then
7848   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7849 else
7850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7851 for as_dir in $PATH
7852 do
7853   IFS=$as_save_IFS
7854   test -z "$as_dir" && as_dir=.
7855   for ac_exec_ext in '' $ac_executable_extensions; do
7856   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7857     ac_cv_prog_ac_ct_OTOOL64="otool64"
7858     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7859     break 2
7860   fi
7861 done
7862 done
7863 IFS=$as_save_IFS
7864
7865 fi
7866 fi
7867 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7868 if test -n "$ac_ct_OTOOL64"; then
7869   { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
7870 echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
7871 else
7872   { echo "$as_me:$LINENO: result: no" >&5
7873 echo "${ECHO_T}no" >&6; }
7874 fi
7875
7876   if test "x$ac_ct_OTOOL64" = x; then
7877     OTOOL64=":"
7878   else
7879     case $cross_compiling:$ac_tool_warned in
7880 yes:)
7881 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7882 whose name does not start with the host triplet.  If you think this
7883 configuration is useful to you, please write to autoconf@gnu.org." >&5
7884 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7885 whose name does not start with the host triplet.  If you think this
7886 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7887 ac_tool_warned=yes ;;
7888 esac
7889     OTOOL64=$ac_ct_OTOOL64
7890   fi
7891 else
7892   OTOOL64="$ac_cv_prog_OTOOL64"
7893 fi
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921     { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7922 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
7923 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7924   echo $ECHO_N "(cached) $ECHO_C" >&6
7925 else
7926   lt_cv_apple_cc_single_mod=no
7927       if test -z "${LT_MULTI_MODULE}"; then
7928         # By default we will add the -single_module flag. You can override
7929         # by either setting the environment variable LT_MULTI_MODULE
7930         # non-empty at configure time, or by adding -multi_module to the
7931         # link flags.
7932         rm -rf libconftest.dylib*
7933         echo "int foo(void){return 1;}" > conftest.c
7934         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7935 -dynamiclib -Wl,-single_module conftest.c" >&5
7936         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7937           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7938         _lt_result=$?
7939         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7940           lt_cv_apple_cc_single_mod=yes
7941         else
7942           cat conftest.err >&5
7943         fi
7944         rm -rf libconftest.dylib*
7945         rm -f conftest.*
7946       fi
7947 fi
7948 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7949 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
7950     { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7951 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
7952 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7953   echo $ECHO_N "(cached) $ECHO_C" >&6
7954 else
7955   lt_cv_ld_exported_symbols_list=no
7956       save_LDFLAGS=$LDFLAGS
7957       echo "_main" > conftest.sym
7958       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7959       cat >conftest.$ac_ext <<_ACEOF
7960 /* confdefs.h.  */
7961 _ACEOF
7962 cat confdefs.h >>conftest.$ac_ext
7963 cat >>conftest.$ac_ext <<_ACEOF
7964 /* end confdefs.h.  */
7965
7966 int
7967 main ()
7968 {
7969
7970   ;
7971   return 0;
7972 }
7973 _ACEOF
7974 rm -f conftest.$ac_objext conftest$ac_exeext
7975 if { (ac_try="$ac_link"
7976 case "(($ac_try" in
7977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7978   *) ac_try_echo=$ac_try;;
7979 esac
7980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7981   (eval "$ac_link") 2>conftest.er1
7982   ac_status=$?
7983   grep -v '^ *+' conftest.er1 >conftest.err
7984   rm -f conftest.er1
7985   cat conftest.err >&5
7986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7987   (exit $ac_status); } && {
7988          test -z "$ac_c_werror_flag" ||
7989          test ! -s conftest.err
7990        } && test -s conftest$ac_exeext &&
7991        $as_test_x conftest$ac_exeext; then
7992   lt_cv_ld_exported_symbols_list=yes
7993 else
7994   echo "$as_me: failed program was:" >&5
7995 sed 's/^/| /' conftest.$ac_ext >&5
7996
7997         lt_cv_ld_exported_symbols_list=no
7998 fi
7999
8000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8001       conftest$ac_exeext conftest.$ac_ext
8002         LDFLAGS="$save_LDFLAGS"
8003
8004 fi
8005 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
8006 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
8007     case $host_os in
8008     rhapsody* | darwin1.[012])
8009       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8010     darwin1.*)
8011       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8012     darwin*) # darwin 5.x on
8013       # if running on 10.5 or later, the deployment target defaults
8014       # to the OS version, if on x86, and 10.4, the deployment
8015       # target defaults to 10.4. Don't you love it?
8016       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8017         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8018           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8019         10.[012]*)
8020           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8021         10.*)
8022           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8023       esac
8024     ;;
8025   esac
8026     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8027       _lt_dar_single_mod='$single_module'
8028     fi
8029     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8030       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8031     else
8032       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8033     fi
8034     if test "$DSYMUTIL" != ":"; then
8035       _lt_dsymutil='~$DSYMUTIL $lib || :'
8036     else
8037       _lt_dsymutil=
8038     fi
8039     ;;
8040   esac
8041
8042 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8043 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
8044 if test "${ac_cv_header_stdc+set}" = set; then
8045   echo $ECHO_N "(cached) $ECHO_C" >&6
8046 else
8047   cat >conftest.$ac_ext <<_ACEOF
8048 /* confdefs.h.  */
8049 _ACEOF
8050 cat confdefs.h >>conftest.$ac_ext
8051 cat >>conftest.$ac_ext <<_ACEOF
8052 /* end confdefs.h.  */
8053 #include <stdlib.h>
8054 #include <stdarg.h>
8055 #include <string.h>
8056 #include <float.h>
8057
8058 int
8059 main ()
8060 {
8061
8062   ;
8063   return 0;
8064 }
8065 _ACEOF
8066 rm -f conftest.$ac_objext
8067 if { (ac_try="$ac_compile"
8068 case "(($ac_try" in
8069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8070   *) ac_try_echo=$ac_try;;
8071 esac
8072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8073   (eval "$ac_compile") 2>conftest.er1
8074   ac_status=$?
8075   grep -v '^ *+' conftest.er1 >conftest.err
8076   rm -f conftest.er1
8077   cat conftest.err >&5
8078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8079   (exit $ac_status); } && {
8080          test -z "$ac_c_werror_flag" ||
8081          test ! -s conftest.err
8082        } && test -s conftest.$ac_objext; then
8083   ac_cv_header_stdc=yes
8084 else
8085   echo "$as_me: failed program was:" >&5
8086 sed 's/^/| /' conftest.$ac_ext >&5
8087
8088         ac_cv_header_stdc=no
8089 fi
8090
8091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8092
8093 if test $ac_cv_header_stdc = yes; then
8094   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8095   cat >conftest.$ac_ext <<_ACEOF
8096 /* confdefs.h.  */
8097 _ACEOF
8098 cat confdefs.h >>conftest.$ac_ext
8099 cat >>conftest.$ac_ext <<_ACEOF
8100 /* end confdefs.h.  */
8101 #include <string.h>
8102
8103 _ACEOF
8104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8105   $EGREP "memchr" >/dev/null 2>&1; then
8106   :
8107 else
8108   ac_cv_header_stdc=no
8109 fi
8110 rm -f conftest*
8111
8112 fi
8113
8114 if test $ac_cv_header_stdc = yes; then
8115   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8116   cat >conftest.$ac_ext <<_ACEOF
8117 /* confdefs.h.  */
8118 _ACEOF
8119 cat confdefs.h >>conftest.$ac_ext
8120 cat >>conftest.$ac_ext <<_ACEOF
8121 /* end confdefs.h.  */
8122 #include <stdlib.h>
8123
8124 _ACEOF
8125 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8126   $EGREP "free" >/dev/null 2>&1; then
8127   :
8128 else
8129   ac_cv_header_stdc=no
8130 fi
8131 rm -f conftest*
8132
8133 fi
8134
8135 if test $ac_cv_header_stdc = yes; then
8136   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8137   if test "$cross_compiling" = yes; then
8138   :
8139 else
8140   cat >conftest.$ac_ext <<_ACEOF
8141 /* confdefs.h.  */
8142 _ACEOF
8143 cat confdefs.h >>conftest.$ac_ext
8144 cat >>conftest.$ac_ext <<_ACEOF
8145 /* end confdefs.h.  */
8146 #include <ctype.h>
8147 #include <stdlib.h>
8148 #if ((' ' & 0x0FF) == 0x020)
8149 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8150 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8151 #else
8152 # define ISLOWER(c) \
8153                    (('a' <= (c) && (c) <= 'i') \
8154                      || ('j' <= (c) && (c) <= 'r') \
8155                      || ('s' <= (c) && (c) <= 'z'))
8156 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8157 #endif
8158
8159 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8160 int
8161 main ()
8162 {
8163   int i;
8164   for (i = 0; i < 256; i++)
8165     if (XOR (islower (i), ISLOWER (i))
8166         || toupper (i) != TOUPPER (i))
8167       return 2;
8168   return 0;
8169 }
8170 _ACEOF
8171 rm -f conftest$ac_exeext
8172 if { (ac_try="$ac_link"
8173 case "(($ac_try" in
8174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8175   *) ac_try_echo=$ac_try;;
8176 esac
8177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8178   (eval "$ac_link") 2>&5
8179   ac_status=$?
8180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8181   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8182   { (case "(($ac_try" in
8183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8184   *) ac_try_echo=$ac_try;;
8185 esac
8186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8187   (eval "$ac_try") 2>&5
8188   ac_status=$?
8189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190   (exit $ac_status); }; }; then
8191   :
8192 else
8193   echo "$as_me: program exited with status $ac_status" >&5
8194 echo "$as_me: failed program was:" >&5
8195 sed 's/^/| /' conftest.$ac_ext >&5
8196
8197 ( exit $ac_status )
8198 ac_cv_header_stdc=no
8199 fi
8200 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8201 fi
8202
8203
8204 fi
8205 fi
8206 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8207 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
8208 if test $ac_cv_header_stdc = yes; then
8209
8210 cat >>confdefs.h <<\_ACEOF
8211 #define STDC_HEADERS 1
8212 _ACEOF
8213
8214 fi
8215
8216 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8227                   inttypes.h stdint.h unistd.h
8228 do
8229 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8230 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8231 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8232 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8233   echo $ECHO_N "(cached) $ECHO_C" >&6
8234 else
8235   cat >conftest.$ac_ext <<_ACEOF
8236 /* confdefs.h.  */
8237 _ACEOF
8238 cat confdefs.h >>conftest.$ac_ext
8239 cat >>conftest.$ac_ext <<_ACEOF
8240 /* end confdefs.h.  */
8241 $ac_includes_default
8242
8243 #include <$ac_header>
8244 _ACEOF
8245 rm -f conftest.$ac_objext
8246 if { (ac_try="$ac_compile"
8247 case "(($ac_try" in
8248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8249   *) ac_try_echo=$ac_try;;
8250 esac
8251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8252   (eval "$ac_compile") 2>conftest.er1
8253   ac_status=$?
8254   grep -v '^ *+' conftest.er1 >conftest.err
8255   rm -f conftest.er1
8256   cat conftest.err >&5
8257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8258   (exit $ac_status); } && {
8259          test -z "$ac_c_werror_flag" ||
8260          test ! -s conftest.err
8261        } && test -s conftest.$ac_objext; then
8262   eval "$as_ac_Header=yes"
8263 else
8264   echo "$as_me: failed program was:" >&5
8265 sed 's/^/| /' conftest.$ac_ext >&5
8266
8267         eval "$as_ac_Header=no"
8268 fi
8269
8270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8271 fi
8272 ac_res=`eval echo '${'$as_ac_Header'}'`
8273                { echo "$as_me:$LINENO: result: $ac_res" >&5
8274 echo "${ECHO_T}$ac_res" >&6; }
8275 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8276   cat >>confdefs.h <<_ACEOF
8277 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8278 _ACEOF
8279
8280 fi
8281
8282 done
8283
8284
8285
8286 for ac_header in dlfcn.h
8287 do
8288 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8289 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8290 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8291 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8292   echo $ECHO_N "(cached) $ECHO_C" >&6
8293 else
8294   cat >conftest.$ac_ext <<_ACEOF
8295 /* confdefs.h.  */
8296 _ACEOF
8297 cat confdefs.h >>conftest.$ac_ext
8298 cat >>conftest.$ac_ext <<_ACEOF
8299 /* end confdefs.h.  */
8300 $ac_includes_default
8301
8302 #include <$ac_header>
8303 _ACEOF
8304 rm -f conftest.$ac_objext
8305 if { (ac_try="$ac_compile"
8306 case "(($ac_try" in
8307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8308   *) ac_try_echo=$ac_try;;
8309 esac
8310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8311   (eval "$ac_compile") 2>conftest.er1
8312   ac_status=$?
8313   grep -v '^ *+' conftest.er1 >conftest.err
8314   rm -f conftest.er1
8315   cat conftest.err >&5
8316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8317   (exit $ac_status); } && {
8318          test -z "$ac_c_werror_flag" ||
8319          test ! -s conftest.err
8320        } && test -s conftest.$ac_objext; then
8321   eval "$as_ac_Header=yes"
8322 else
8323   echo "$as_me: failed program was:" >&5
8324 sed 's/^/| /' conftest.$ac_ext >&5
8325
8326         eval "$as_ac_Header=no"
8327 fi
8328
8329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8330 fi
8331 ac_res=`eval echo '${'$as_ac_Header'}'`
8332                { echo "$as_me:$LINENO: result: $ac_res" >&5
8333 echo "${ECHO_T}$ac_res" >&6; }
8334 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8335   cat >>confdefs.h <<_ACEOF
8336 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8337 _ACEOF
8338
8339 fi
8340
8341 done
8342
8343
8344
8345 ac_ext=cpp
8346 ac_cpp='$CXXCPP $CPPFLAGS'
8347 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8348 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8349 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8350 if test -z "$CXX"; then
8351   if test -n "$CCC"; then
8352     CXX=$CCC
8353   else
8354     if test -n "$ac_tool_prefix"; then
8355   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8356   do
8357     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8358 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8361 if test "${ac_cv_prog_CXX+set}" = set; then
8362   echo $ECHO_N "(cached) $ECHO_C" >&6
8363 else
8364   if test -n "$CXX"; then
8365   ac_cv_prog_CXX="$CXX" # Let the user override the test.
8366 else
8367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8368 for as_dir in $PATH
8369 do
8370   IFS=$as_save_IFS
8371   test -z "$as_dir" && as_dir=.
8372   for ac_exec_ext in '' $ac_executable_extensions; do
8373   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8374     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
8375     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8376     break 2
8377   fi
8378 done
8379 done
8380 IFS=$as_save_IFS
8381
8382 fi
8383 fi
8384 CXX=$ac_cv_prog_CXX
8385 if test -n "$CXX"; then
8386   { echo "$as_me:$LINENO: result: $CXX" >&5
8387 echo "${ECHO_T}$CXX" >&6; }
8388 else
8389   { echo "$as_me:$LINENO: result: no" >&5
8390 echo "${ECHO_T}no" >&6; }
8391 fi
8392
8393
8394     test -n "$CXX" && break
8395   done
8396 fi
8397 if test -z "$CXX"; then
8398   ac_ct_CXX=$CXX
8399   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8400 do
8401   # Extract the first word of "$ac_prog", so it can be a program name with args.
8402 set dummy $ac_prog; ac_word=$2
8403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8405 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
8406   echo $ECHO_N "(cached) $ECHO_C" >&6
8407 else
8408   if test -n "$ac_ct_CXX"; then
8409   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
8410 else
8411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8412 for as_dir in $PATH
8413 do
8414   IFS=$as_save_IFS
8415   test -z "$as_dir" && as_dir=.
8416   for ac_exec_ext in '' $ac_executable_extensions; do
8417   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8418     ac_cv_prog_ac_ct_CXX="$ac_prog"
8419     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8420     break 2
8421   fi
8422 done
8423 done
8424 IFS=$as_save_IFS
8425
8426 fi
8427 fi
8428 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
8429 if test -n "$ac_ct_CXX"; then
8430   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
8431 echo "${ECHO_T}$ac_ct_CXX" >&6; }
8432 else
8433   { echo "$as_me:$LINENO: result: no" >&5
8434 echo "${ECHO_T}no" >&6; }
8435 fi
8436
8437
8438   test -n "$ac_ct_CXX" && break
8439 done
8440
8441   if test "x$ac_ct_CXX" = x; then
8442     CXX="g++"
8443   else
8444     case $cross_compiling:$ac_tool_warned in
8445 yes:)
8446 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8447 whose name does not start with the host triplet.  If you think this
8448 configuration is useful to you, please write to autoconf@gnu.org." >&5
8449 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8450 whose name does not start with the host triplet.  If you think this
8451 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8452 ac_tool_warned=yes ;;
8453 esac
8454     CXX=$ac_ct_CXX
8455   fi
8456 fi
8457
8458   fi
8459 fi
8460 # Provide some information about the compiler.
8461 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
8462 ac_compiler=`set X $ac_compile; echo $2`
8463 { (ac_try="$ac_compiler --version >&5"
8464 case "(($ac_try" in
8465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8466   *) ac_try_echo=$ac_try;;
8467 esac
8468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8469   (eval "$ac_compiler --version >&5") 2>&5
8470   ac_status=$?
8471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8472   (exit $ac_status); }
8473 { (ac_try="$ac_compiler -v >&5"
8474 case "(($ac_try" in
8475   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8476   *) ac_try_echo=$ac_try;;
8477 esac
8478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8479   (eval "$ac_compiler -v >&5") 2>&5
8480   ac_status=$?
8481   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8482   (exit $ac_status); }
8483 { (ac_try="$ac_compiler -V >&5"
8484 case "(($ac_try" in
8485   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8486   *) ac_try_echo=$ac_try;;
8487 esac
8488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8489   (eval "$ac_compiler -V >&5") 2>&5
8490   ac_status=$?
8491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8492   (exit $ac_status); }
8493
8494 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
8495 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
8496 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
8497   echo $ECHO_N "(cached) $ECHO_C" >&6
8498 else
8499   cat >conftest.$ac_ext <<_ACEOF
8500 /* confdefs.h.  */
8501 _ACEOF
8502 cat confdefs.h >>conftest.$ac_ext
8503 cat >>conftest.$ac_ext <<_ACEOF
8504 /* end confdefs.h.  */
8505
8506 int
8507 main ()
8508 {
8509 #ifndef __GNUC__
8510        choke me
8511 #endif
8512
8513   ;
8514   return 0;
8515 }
8516 _ACEOF
8517 rm -f conftest.$ac_objext
8518 if { (ac_try="$ac_compile"
8519 case "(($ac_try" in
8520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8521   *) ac_try_echo=$ac_try;;
8522 esac
8523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8524   (eval "$ac_compile") 2>conftest.er1
8525   ac_status=$?
8526   grep -v '^ *+' conftest.er1 >conftest.err
8527   rm -f conftest.er1
8528   cat conftest.err >&5
8529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8530   (exit $ac_status); } && {
8531          test -z "$ac_cxx_werror_flag" ||
8532          test ! -s conftest.err
8533        } && test -s conftest.$ac_objext; then
8534   ac_compiler_gnu=yes
8535 else
8536   echo "$as_me: failed program was:" >&5
8537 sed 's/^/| /' conftest.$ac_ext >&5
8538
8539         ac_compiler_gnu=no
8540 fi
8541
8542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8543 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
8544
8545 fi
8546 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
8547 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
8548 GXX=`test $ac_compiler_gnu = yes && echo yes`
8549 ac_test_CXXFLAGS=${CXXFLAGS+set}
8550 ac_save_CXXFLAGS=$CXXFLAGS
8551 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
8552 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
8553 if test "${ac_cv_prog_cxx_g+set}" = set; then
8554   echo $ECHO_N "(cached) $ECHO_C" >&6
8555 else
8556   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
8557    ac_cxx_werror_flag=yes
8558    ac_cv_prog_cxx_g=no
8559    CXXFLAGS="-g"
8560    cat >conftest.$ac_ext <<_ACEOF
8561 /* confdefs.h.  */
8562 _ACEOF
8563 cat confdefs.h >>conftest.$ac_ext
8564 cat >>conftest.$ac_ext <<_ACEOF
8565 /* end confdefs.h.  */
8566
8567 int
8568 main ()
8569 {
8570
8571   ;
8572   return 0;
8573 }
8574 _ACEOF
8575 rm -f conftest.$ac_objext
8576 if { (ac_try="$ac_compile"
8577 case "(($ac_try" in
8578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8579   *) ac_try_echo=$ac_try;;
8580 esac
8581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8582   (eval "$ac_compile") 2>conftest.er1
8583   ac_status=$?
8584   grep -v '^ *+' conftest.er1 >conftest.err
8585   rm -f conftest.er1
8586   cat conftest.err >&5
8587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8588   (exit $ac_status); } && {
8589          test -z "$ac_cxx_werror_flag" ||
8590          test ! -s conftest.err
8591        } && test -s conftest.$ac_objext; then
8592   ac_cv_prog_cxx_g=yes
8593 else
8594   echo "$as_me: failed program was:" >&5
8595 sed 's/^/| /' conftest.$ac_ext >&5
8596
8597         CXXFLAGS=""
8598       cat >conftest.$ac_ext <<_ACEOF
8599 /* confdefs.h.  */
8600 _ACEOF
8601 cat confdefs.h >>conftest.$ac_ext
8602 cat >>conftest.$ac_ext <<_ACEOF
8603 /* end confdefs.h.  */
8604
8605 int
8606 main ()
8607 {
8608
8609   ;
8610   return 0;
8611 }
8612 _ACEOF
8613 rm -f conftest.$ac_objext
8614 if { (ac_try="$ac_compile"
8615 case "(($ac_try" in
8616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8617   *) ac_try_echo=$ac_try;;
8618 esac
8619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8620   (eval "$ac_compile") 2>conftest.er1
8621   ac_status=$?
8622   grep -v '^ *+' conftest.er1 >conftest.err
8623   rm -f conftest.er1
8624   cat conftest.err >&5
8625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8626   (exit $ac_status); } && {
8627          test -z "$ac_cxx_werror_flag" ||
8628          test ! -s conftest.err
8629        } && test -s conftest.$ac_objext; then
8630   :
8631 else
8632   echo "$as_me: failed program was:" >&5
8633 sed 's/^/| /' conftest.$ac_ext >&5
8634
8635         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8636          CXXFLAGS="-g"
8637          cat >conftest.$ac_ext <<_ACEOF
8638 /* confdefs.h.  */
8639 _ACEOF
8640 cat confdefs.h >>conftest.$ac_ext
8641 cat >>conftest.$ac_ext <<_ACEOF
8642 /* end confdefs.h.  */
8643
8644 int
8645 main ()
8646 {
8647
8648   ;
8649   return 0;
8650 }
8651 _ACEOF
8652 rm -f conftest.$ac_objext
8653 if { (ac_try="$ac_compile"
8654 case "(($ac_try" in
8655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8656   *) ac_try_echo=$ac_try;;
8657 esac
8658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8659   (eval "$ac_compile") 2>conftest.er1
8660   ac_status=$?
8661   grep -v '^ *+' conftest.er1 >conftest.err
8662   rm -f conftest.er1
8663   cat conftest.err >&5
8664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665   (exit $ac_status); } && {
8666          test -z "$ac_cxx_werror_flag" ||
8667          test ! -s conftest.err
8668        } && test -s conftest.$ac_objext; then
8669   ac_cv_prog_cxx_g=yes
8670 else
8671   echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.$ac_ext >&5
8673
8674
8675 fi
8676
8677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8678 fi
8679
8680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8681 fi
8682
8683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8684    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8685 fi
8686 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
8687 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
8688 if test "$ac_test_CXXFLAGS" = set; then
8689   CXXFLAGS=$ac_save_CXXFLAGS
8690 elif test $ac_cv_prog_cxx_g = yes; then
8691   if test "$GXX" = yes; then
8692     CXXFLAGS="-g -O2"
8693   else
8694     CXXFLAGS="-g"
8695   fi
8696 else
8697   if test "$GXX" = yes; then
8698     CXXFLAGS="-O2"
8699   else
8700     CXXFLAGS=
8701   fi
8702 fi
8703 ac_ext=c
8704 ac_cpp='$CPP $CPPFLAGS'
8705 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8706 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8707 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8708
8709 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
8710     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
8711     (test "X$CXX" != "Xg++"))) ; then
8712   ac_ext=cpp
8713 ac_cpp='$CXXCPP $CPPFLAGS'
8714 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8715 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8716 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8717 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
8718 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
8719 if test -z "$CXXCPP"; then
8720   if test "${ac_cv_prog_CXXCPP+set}" = set; then
8721   echo $ECHO_N "(cached) $ECHO_C" >&6
8722 else
8723       # Double quotes because CXXCPP needs to be expanded
8724     for CXXCPP in "$CXX -E" "/lib/cpp"
8725     do
8726       ac_preproc_ok=false
8727 for ac_cxx_preproc_warn_flag in '' yes
8728 do
8729   # Use a header file that comes with gcc, so configuring glibc
8730   # with a fresh cross-compiler works.
8731   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8732   # <limits.h> exists even on freestanding compilers.
8733   # On the NeXT, cc -E runs the code through the compiler's parser,
8734   # not just through cpp. "Syntax error" is here to catch this case.
8735   cat >conftest.$ac_ext <<_ACEOF
8736 /* confdefs.h.  */
8737 _ACEOF
8738 cat confdefs.h >>conftest.$ac_ext
8739 cat >>conftest.$ac_ext <<_ACEOF
8740 /* end confdefs.h.  */
8741 #ifdef __STDC__
8742 # include <limits.h>
8743 #else
8744 # include <assert.h>
8745 #endif
8746                      Syntax error
8747 _ACEOF
8748 if { (ac_try="$ac_cpp conftest.$ac_ext"
8749 case "(($ac_try" in
8750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8751   *) ac_try_echo=$ac_try;;
8752 esac
8753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8754   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8755   ac_status=$?
8756   grep -v '^ *+' conftest.er1 >conftest.err
8757   rm -f conftest.er1
8758   cat conftest.err >&5
8759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8760   (exit $ac_status); } >/dev/null && {
8761          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8762          test ! -s conftest.err
8763        }; then
8764   :
8765 else
8766   echo "$as_me: failed program was:" >&5
8767 sed 's/^/| /' conftest.$ac_ext >&5
8768
8769   # Broken: fails on valid input.
8770 continue
8771 fi
8772
8773 rm -f conftest.err conftest.$ac_ext
8774
8775   # OK, works on sane cases.  Now check whether nonexistent headers
8776   # can be detected and how.
8777   cat >conftest.$ac_ext <<_ACEOF
8778 /* confdefs.h.  */
8779 _ACEOF
8780 cat confdefs.h >>conftest.$ac_ext
8781 cat >>conftest.$ac_ext <<_ACEOF
8782 /* end confdefs.h.  */
8783 #include <ac_nonexistent.h>
8784 _ACEOF
8785 if { (ac_try="$ac_cpp conftest.$ac_ext"
8786 case "(($ac_try" in
8787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8788   *) ac_try_echo=$ac_try;;
8789 esac
8790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8791   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8792   ac_status=$?
8793   grep -v '^ *+' conftest.er1 >conftest.err
8794   rm -f conftest.er1
8795   cat conftest.err >&5
8796   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8797   (exit $ac_status); } >/dev/null && {
8798          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8799          test ! -s conftest.err
8800        }; then
8801   # Broken: success on invalid input.
8802 continue
8803 else
8804   echo "$as_me: failed program was:" >&5
8805 sed 's/^/| /' conftest.$ac_ext >&5
8806
8807   # Passes both tests.
8808 ac_preproc_ok=:
8809 break
8810 fi
8811
8812 rm -f conftest.err conftest.$ac_ext
8813
8814 done
8815 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8816 rm -f conftest.err conftest.$ac_ext
8817 if $ac_preproc_ok; then
8818   break
8819 fi
8820
8821     done
8822     ac_cv_prog_CXXCPP=$CXXCPP
8823
8824 fi
8825   CXXCPP=$ac_cv_prog_CXXCPP
8826 else
8827   ac_cv_prog_CXXCPP=$CXXCPP
8828 fi
8829 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
8830 echo "${ECHO_T}$CXXCPP" >&6; }
8831 ac_preproc_ok=false
8832 for ac_cxx_preproc_warn_flag in '' yes
8833 do
8834   # Use a header file that comes with gcc, so configuring glibc
8835   # with a fresh cross-compiler works.
8836   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8837   # <limits.h> exists even on freestanding compilers.
8838   # On the NeXT, cc -E runs the code through the compiler's parser,
8839   # not just through cpp. "Syntax error" is here to catch this case.
8840   cat >conftest.$ac_ext <<_ACEOF
8841 /* confdefs.h.  */
8842 _ACEOF
8843 cat confdefs.h >>conftest.$ac_ext
8844 cat >>conftest.$ac_ext <<_ACEOF
8845 /* end confdefs.h.  */
8846 #ifdef __STDC__
8847 # include <limits.h>
8848 #else
8849 # include <assert.h>
8850 #endif
8851                      Syntax error
8852 _ACEOF
8853 if { (ac_try="$ac_cpp conftest.$ac_ext"
8854 case "(($ac_try" in
8855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8856   *) ac_try_echo=$ac_try;;
8857 esac
8858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8859   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8860   ac_status=$?
8861   grep -v '^ *+' conftest.er1 >conftest.err
8862   rm -f conftest.er1
8863   cat conftest.err >&5
8864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8865   (exit $ac_status); } >/dev/null && {
8866          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8867          test ! -s conftest.err
8868        }; then
8869   :
8870 else
8871   echo "$as_me: failed program was:" >&5
8872 sed 's/^/| /' conftest.$ac_ext >&5
8873
8874   # Broken: fails on valid input.
8875 continue
8876 fi
8877
8878 rm -f conftest.err conftest.$ac_ext
8879
8880   # OK, works on sane cases.  Now check whether nonexistent headers
8881   # can be detected and how.
8882   cat >conftest.$ac_ext <<_ACEOF
8883 /* confdefs.h.  */
8884 _ACEOF
8885 cat confdefs.h >>conftest.$ac_ext
8886 cat >>conftest.$ac_ext <<_ACEOF
8887 /* end confdefs.h.  */
8888 #include <ac_nonexistent.h>
8889 _ACEOF
8890 if { (ac_try="$ac_cpp conftest.$ac_ext"
8891 case "(($ac_try" in
8892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8893   *) ac_try_echo=$ac_try;;
8894 esac
8895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8896   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8897   ac_status=$?
8898   grep -v '^ *+' conftest.er1 >conftest.err
8899   rm -f conftest.er1
8900   cat conftest.err >&5
8901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8902   (exit $ac_status); } >/dev/null && {
8903          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8904          test ! -s conftest.err
8905        }; then
8906   # Broken: success on invalid input.
8907 continue
8908 else
8909   echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.$ac_ext >&5
8911
8912   # Passes both tests.
8913 ac_preproc_ok=:
8914 break
8915 fi
8916
8917 rm -f conftest.err conftest.$ac_ext
8918
8919 done
8920 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8921 rm -f conftest.err conftest.$ac_ext
8922 if $ac_preproc_ok; then
8923   :
8924 else
8925   _lt_caught_CXX_error=yes
8926 fi
8927
8928 ac_ext=c
8929 ac_cpp='$CPP $CPPFLAGS'
8930 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8931 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8932 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8933
8934 else
8935   _lt_caught_CXX_error=yes
8936 fi
8937
8938
8939
8940
8941
8942 # Set options
8943 # Check whether --enable-shared was given.
8944 if test "${enable_shared+set}" = set; then
8945   enableval=$enable_shared; p=${PACKAGE-default}
8946     case $enableval in
8947     yes) enable_shared=yes ;;
8948     no) enable_shared=no ;;
8949     *)
8950       enable_shared=no
8951       # Look at the argument we got.  We use all the common list separators.
8952       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8953       for pkg in $enableval; do
8954         IFS="$lt_save_ifs"
8955         if test "X$pkg" = "X$p"; then
8956           enable_shared=yes
8957         fi
8958       done
8959       IFS="$lt_save_ifs"
8960       ;;
8961     esac
8962 else
8963   enable_shared=yes
8964 fi
8965
8966
8967
8968
8969
8970
8971
8972 # Check whether --enable-static was given.
8973 if test "${enable_static+set}" = set; then
8974   enableval=$enable_static; p=${PACKAGE-default}
8975     case $enableval in
8976     yes) enable_static=yes ;;
8977     no) enable_static=no ;;
8978     *)
8979      enable_static=no
8980       # Look at the argument we got.  We use all the common list separators.
8981       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8982       for pkg in $enableval; do
8983         IFS="$lt_save_ifs"
8984         if test "X$pkg" = "X$p"; then
8985           enable_static=yes
8986         fi
8987       done
8988       IFS="$lt_save_ifs"
8989       ;;
8990     esac
8991 else
8992   enable_static=no
8993 fi
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004         enable_dlopen=no
9005
9006
9007   enable_win32_dll=no
9008
9009
9010
9011
9012
9013 # Check whether --with-pic was given.
9014 if test "${with_pic+set}" = set; then
9015   withval=$with_pic; pic_mode="$withval"
9016 else
9017   pic_mode=default
9018 fi
9019
9020
9021 test -z "$pic_mode" && pic_mode=default
9022
9023
9024
9025
9026
9027
9028
9029   # Check whether --enable-fast-install was given.
9030 if test "${enable_fast_install+set}" = set; then
9031   enableval=$enable_fast_install; p=${PACKAGE-default}
9032     case $enableval in
9033     yes) enable_fast_install=yes ;;
9034     no) enable_fast_install=no ;;
9035     *)
9036       enable_fast_install=no
9037       # Look at the argument we got.  We use all the common list separators.
9038       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9039       for pkg in $enableval; do
9040         IFS="$lt_save_ifs"
9041         if test "X$pkg" = "X$p"; then
9042           enable_fast_install=yes
9043         fi
9044       done
9045       IFS="$lt_save_ifs"
9046       ;;
9047     esac
9048 else
9049   enable_fast_install=yes
9050 fi
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062 # This can be used to rebuild libtool when needed
9063 LIBTOOL_DEPS="$ltmain"
9064
9065 # Always use our own libtool.
9066 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092 test -z "$LN_S" && LN_S="ln -s"
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107 if test -n "${ZSH_VERSION+set}" ; then
9108    setopt NO_GLOB_SUBST
9109 fi
9110
9111 { echo "$as_me:$LINENO: checking for objdir" >&5
9112 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
9113 if test "${lt_cv_objdir+set}" = set; then
9114   echo $ECHO_N "(cached) $ECHO_C" >&6
9115 else
9116   rm -f .libs 2>/dev/null
9117 mkdir .libs 2>/dev/null
9118 if test -d .libs; then
9119   lt_cv_objdir=.libs
9120 else
9121   # MS-DOS does not allow filenames that begin with a dot.
9122   lt_cv_objdir=_libs
9123 fi
9124 rmdir .libs 2>/dev/null
9125 fi
9126 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
9127 echo "${ECHO_T}$lt_cv_objdir" >&6; }
9128 objdir=$lt_cv_objdir
9129
9130
9131
9132
9133
9134 cat >>confdefs.h <<_ACEOF
9135 #define LT_OBJDIR "$lt_cv_objdir/"
9136 _ACEOF
9137
9138
9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
9151
9152
9153
9154 case $host_os in
9155 aix3*)
9156   # AIX sometimes has problems with the GCC collect2 program.  For some
9157   # reason, if we set the COLLECT_NAMES environment variable, the problems
9158   # vanish in a puff of smoke.
9159   if test "X${COLLECT_NAMES+set}" != Xset; then
9160     COLLECT_NAMES=
9161     export COLLECT_NAMES
9162   fi
9163   ;;
9164 esac
9165
9166 # Sed substitution that helps us do robust quoting.  It backslashifies
9167 # metacharacters that are still active within double-quoted strings.
9168 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
9169
9170 # Same as above, but do not quote variable references.
9171 double_quote_subst='s/\(["`\\]\)/\\\1/g'
9172
9173 # Sed substitution to delay expansion of an escaped shell variable in a
9174 # double_quote_subst'ed string.
9175 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
9176
9177 # Sed substitution to delay expansion of an escaped single quote.
9178 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
9179
9180 # Sed substitution to avoid accidental globbing in evaled expressions
9181 no_glob_subst='s/\*/\\\*/g'
9182
9183 # Global variables:
9184 ofile=libtool
9185 can_build_shared=yes
9186
9187 # All known linkers require a `.a' archive for static linking (except MSVC,
9188 # which needs '.lib').
9189 libext=a
9190
9191 with_gnu_ld="$lt_cv_prog_gnu_ld"
9192
9193 old_CC="$CC"
9194 old_CFLAGS="$CFLAGS"
9195
9196 # Set sane defaults for various variables
9197 test -z "$CC" && CC=cc
9198 test -z "$LTCC" && LTCC=$CC
9199 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9200 test -z "$LD" && LD=ld
9201 test -z "$ac_objext" && ac_objext=o
9202
9203 for cc_temp in $compiler""; do
9204   case $cc_temp in
9205     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9206     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9207     \-*) ;;
9208     *) break;;
9209   esac
9210 done
9211 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
9212
9213
9214 # Only perform the check for file, if the check method requires it
9215 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9216 case $deplibs_check_method in
9217 file_magic*)
9218   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9219     { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
9220 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
9221 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9222   echo $ECHO_N "(cached) $ECHO_C" >&6
9223 else
9224   case $MAGIC_CMD in
9225 [\\/*] |  ?:[\\/]*)
9226   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9227   ;;
9228 *)
9229   lt_save_MAGIC_CMD="$MAGIC_CMD"
9230   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9231   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9232   for ac_dir in $ac_dummy; do
9233     IFS="$lt_save_ifs"
9234     test -z "$ac_dir" && ac_dir=.
9235     if test -f $ac_dir/${ac_tool_prefix}file; then
9236       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9237       if test -n "$file_magic_test_file"; then
9238         case $deplibs_check_method in
9239         "file_magic "*)
9240           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9241           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9242           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9243             $EGREP "$file_magic_regex" > /dev/null; then
9244             :
9245           else
9246             cat <<_LT_EOF 1>&2
9247
9248 *** Warning: the command libtool uses to detect shared libraries,
9249 *** $file_magic_cmd, produces output that libtool cannot recognize.
9250 *** The result is that libtool may fail to recognize shared libraries
9251 *** as such.  This will affect the creation of libtool libraries that
9252 *** depend on shared libraries, but programs linked with such libtool
9253 *** libraries will work regardless of this problem.  Nevertheless, you
9254 *** may want to report the problem to your system manager and/or to
9255 *** bug-libtool@gnu.org
9256
9257 _LT_EOF
9258           fi ;;
9259         esac
9260       fi
9261       break
9262     fi
9263   done
9264   IFS="$lt_save_ifs"
9265   MAGIC_CMD="$lt_save_MAGIC_CMD"
9266   ;;
9267 esac
9268 fi
9269
9270 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9271 if test -n "$MAGIC_CMD"; then
9272   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9273 echo "${ECHO_T}$MAGIC_CMD" >&6; }
9274 else
9275   { echo "$as_me:$LINENO: result: no" >&5
9276 echo "${ECHO_T}no" >&6; }
9277 fi
9278
9279
9280
9281
9282
9283 if test -z "$lt_cv_path_MAGIC_CMD"; then
9284   if test -n "$ac_tool_prefix"; then
9285     { echo "$as_me:$LINENO: checking for file" >&5
9286 echo $ECHO_N "checking for file... $ECHO_C" >&6; }
9287 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9288   echo $ECHO_N "(cached) $ECHO_C" >&6
9289 else
9290   case $MAGIC_CMD in
9291 [\\/*] |  ?:[\\/]*)
9292   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9293   ;;
9294 *)
9295   lt_save_MAGIC_CMD="$MAGIC_CMD"
9296   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9297   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9298   for ac_dir in $ac_dummy; do
9299     IFS="$lt_save_ifs"
9300     test -z "$ac_dir" && ac_dir=.
9301     if test -f $ac_dir/file; then
9302       lt_cv_path_MAGIC_CMD="$ac_dir/file"
9303       if test -n "$file_magic_test_file"; then
9304         case $deplibs_check_method in
9305         "file_magic "*)
9306           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9307           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9308           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9309             $EGREP "$file_magic_regex" > /dev/null; then
9310             :
9311           else
9312             cat <<_LT_EOF 1>&2
9313
9314 *** Warning: the command libtool uses to detect shared libraries,
9315 *** $file_magic_cmd, produces output that libtool cannot recognize.
9316 *** The result is that libtool may fail to recognize shared libraries
9317 *** as such.  This will affect the creation of libtool libraries that
9318 *** depend on shared libraries, but programs linked with such libtool
9319 *** libraries will work regardless of this problem.  Nevertheless, you
9320 *** may want to report the problem to your system manager and/or to
9321 *** bug-libtool@gnu.org
9322
9323 _LT_EOF
9324           fi ;;
9325         esac
9326       fi
9327       break
9328     fi
9329   done
9330   IFS="$lt_save_ifs"
9331   MAGIC_CMD="$lt_save_MAGIC_CMD"
9332   ;;
9333 esac
9334 fi
9335
9336 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9337 if test -n "$MAGIC_CMD"; then
9338   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9339 echo "${ECHO_T}$MAGIC_CMD" >&6; }
9340 else
9341   { echo "$as_me:$LINENO: result: no" >&5
9342 echo "${ECHO_T}no" >&6; }
9343 fi
9344
9345
9346   else
9347     MAGIC_CMD=:
9348   fi
9349 fi
9350
9351   fi
9352   ;;
9353 esac
9354
9355 # Use C for the default configuration in the libtool script
9356
9357 lt_save_CC="$CC"
9358 ac_ext=c
9359 ac_cpp='$CPP $CPPFLAGS'
9360 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9361 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9362 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9363
9364
9365 # Source file extension for C test sources.
9366 ac_ext=c
9367
9368 # Object file extension for compiled C test sources.
9369 objext=o
9370 objext=$objext
9371
9372 # Code to be used in simple compile tests
9373 lt_simple_compile_test_code="int some_variable = 0;"
9374
9375 # Code to be used in simple link tests
9376 lt_simple_link_test_code='int main(){return(0);}'
9377
9378
9379
9380
9381
9382
9383
9384 # If no C compiler was specified, use CC.
9385 LTCC=${LTCC-"$CC"}
9386
9387 # If no C compiler flags were specified, use CFLAGS.
9388 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9389
9390 # Allow CC to be a program name with arguments.
9391 compiler=$CC
9392
9393 # Save the default compiler, since it gets overwritten when the other
9394 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9395 compiler_DEFAULT=$CC
9396
9397 # save warnings/boilerplate of simple test code
9398 ac_outfile=conftest.$ac_objext
9399 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9400 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9401 _lt_compiler_boilerplate=`cat conftest.err`
9402 $RM conftest*
9403
9404 ac_outfile=conftest.$ac_objext
9405 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9406 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9407 _lt_linker_boilerplate=`cat conftest.err`
9408 $RM -r conftest*
9409
9410
9411 ## CAVEAT EMPTOR:
9412 ## There is no encapsulation within the following macros, do not change
9413 ## the running order or otherwise move them around unless you know exactly
9414 ## what you are doing...
9415 if test -n "$compiler"; then
9416
9417 lt_prog_compiler_no_builtin_flag=
9418
9419 if test "$GCC" = yes; then
9420   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
9421
9422   { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9423 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
9424 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
9425   echo $ECHO_N "(cached) $ECHO_C" >&6
9426 else
9427   lt_cv_prog_compiler_rtti_exceptions=no
9428    ac_outfile=conftest.$ac_objext
9429    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9430    lt_compiler_flag="-fno-rtti -fno-exceptions"
9431    # Insert the option either (1) after the last *FLAGS variable, or
9432    # (2) before a word containing "conftest.", or (3) at the end.
9433    # Note that $ac_compile itself does not contain backslashes and begins
9434    # with a dollar sign (not a hyphen), so the echo should work correctly.
9435    # The option is referenced via a variable to avoid confusing sed.
9436    lt_compile=`echo "$ac_compile" | $SED \
9437    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9438    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9439    -e 's:$: $lt_compiler_flag:'`
9440    (eval echo "\"\$as_me:9440: $lt_compile\"" >&5)
9441    (eval "$lt_compile" 2>conftest.err)
9442    ac_status=$?
9443    cat conftest.err >&5
9444    echo "$as_me:9444: \$? = $ac_status" >&5
9445    if (exit $ac_status) && test -s "$ac_outfile"; then
9446      # The compiler can only warn and ignore the option if not recognized
9447      # So say no if there are warnings other than the usual output.
9448      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
9449      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9450      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9451        lt_cv_prog_compiler_rtti_exceptions=yes
9452      fi
9453    fi
9454    $RM conftest*
9455
9456 fi
9457 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9458 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9459
9460 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9461     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9462 else
9463     :
9464 fi
9465
9466 fi
9467
9468
9469
9470
9471
9472
9473   lt_prog_compiler_wl=
9474 lt_prog_compiler_pic=
9475 lt_prog_compiler_static=
9476
9477 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
9478 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
9479
9480   if test "$GCC" = yes; then
9481     lt_prog_compiler_wl='-Wl,'
9482     lt_prog_compiler_static='-static'
9483
9484     case $host_os in
9485       aix*)
9486       # All AIX code is PIC.
9487       if test "$host_cpu" = ia64; then
9488         # AIX 5 now supports IA64 processor
9489         lt_prog_compiler_static='-Bstatic'
9490       fi
9491       ;;
9492
9493     amigaos*)
9494       case $host_cpu in
9495       powerpc)
9496             # see comment about AmigaOS4 .so support
9497             lt_prog_compiler_pic='-fPIC'
9498         ;;
9499       m68k)
9500             # FIXME: we need at least 68020 code to build shared libraries, but
9501             # adding the `-m68020' flag to GCC prevents building anything better,
9502             # like `-m68040'.
9503             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9504         ;;
9505       esac
9506       ;;
9507
9508     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9509       # PIC is the default for these OSes.
9510       ;;
9511
9512     mingw* | cygwin* | pw32* | os2* | cegcc*)
9513       # This hack is so that the source file can tell whether it is being
9514       # built for inclusion in a dll (and should export symbols for example).
9515       # Although the cygwin gcc ignores -fPIC, still need this for old-style
9516       # (--disable-auto-import) libraries
9517       lt_prog_compiler_pic='-DDLL_EXPORT'
9518       ;;
9519
9520     darwin* | rhapsody*)
9521       # PIC is the default on this platform
9522       # Common symbols not allowed in MH_DYLIB files
9523       lt_prog_compiler_pic='-fno-common'
9524       ;;
9525
9526     hpux*)
9527       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9528       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9529       # sets the default TLS model and affects inlining.
9530       case $host_cpu in
9531       hppa*64*)
9532         # +Z the default
9533         ;;
9534       *)
9535         lt_prog_compiler_pic='-fPIC'
9536         ;;
9537       esac
9538       ;;
9539
9540     interix[3-9]*)
9541       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9542       # Instead, we relocate shared libraries at runtime.
9543       ;;
9544
9545     msdosdjgpp*)
9546       # Just because we use GCC doesn't mean we suddenly get shared libraries
9547       # on systems that don't support them.
9548       lt_prog_compiler_can_build_shared=no
9549       enable_shared=no
9550       ;;
9551
9552     *nto* | *qnx*)
9553       # QNX uses GNU C++, but need to define -shared option too, otherwise
9554       # it will coredump.
9555       lt_prog_compiler_pic='-fPIC -shared'
9556       ;;
9557
9558     sysv4*MP*)
9559       if test -d /usr/nec; then
9560         lt_prog_compiler_pic=-Kconform_pic
9561       fi
9562       ;;
9563
9564     *)
9565       lt_prog_compiler_pic='-fPIC'
9566       ;;
9567     esac
9568   else
9569     # PORTME Check for flag to pass linker flags through the system compiler.
9570     case $host_os in
9571     aix*)
9572       lt_prog_compiler_wl='-Wl,'
9573       if test "$host_cpu" = ia64; then
9574         # AIX 5 now supports IA64 processor
9575         lt_prog_compiler_static='-Bstatic'
9576       else
9577         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9578       fi
9579       ;;
9580
9581     mingw* | cygwin* | pw32* | os2* | cegcc*)
9582       # This hack is so that the source file can tell whether it is being
9583       # built for inclusion in a dll (and should export symbols for example).
9584       lt_prog_compiler_pic='-DDLL_EXPORT'
9585       ;;
9586
9587     hpux9* | hpux10* | hpux11*)
9588       lt_prog_compiler_wl='-Wl,'
9589       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9590       # not for PA HP-UX.
9591       case $host_cpu in
9592       hppa*64*|ia64*)
9593         # +Z the default
9594         ;;
9595       *)
9596         lt_prog_compiler_pic='+Z'
9597         ;;
9598       esac
9599       # Is there a better lt_prog_compiler_static that works with the bundled CC?
9600       lt_prog_compiler_static='${wl}-a ${wl}archive'
9601       ;;
9602
9603     irix5* | irix6* | nonstopux*)
9604       lt_prog_compiler_wl='-Wl,'
9605       # PIC (with -KPIC) is the default.
9606       lt_prog_compiler_static='-non_shared'
9607       ;;
9608
9609     linux* | k*bsd*-gnu)
9610       case $cc_basename in
9611       # old Intel for x86_64 which still supported -KPIC.
9612       ecc*)
9613         lt_prog_compiler_wl='-Wl,'
9614         lt_prog_compiler_pic='-KPIC'
9615         lt_prog_compiler_static='-static'
9616         ;;
9617       # icc used to be incompatible with GCC.
9618       # ICC 10 doesn't accept -KPIC any more.
9619       icc* | ifort*)
9620         lt_prog_compiler_wl='-Wl,'
9621         lt_prog_compiler_pic='-fPIC'
9622         lt_prog_compiler_static='-static'
9623         ;;
9624       # Lahey Fortran 8.1.
9625       lf95*)
9626         lt_prog_compiler_wl='-Wl,'
9627         lt_prog_compiler_pic='--shared'
9628         lt_prog_compiler_static='--static'
9629         ;;
9630       pgcc* | pgf77* | pgf90* | pgf95*)
9631         # Portland Group compilers (*not* the Pentium gcc compiler,
9632         # which looks to be a dead project)
9633         lt_prog_compiler_wl='-Wl,'
9634         lt_prog_compiler_pic='-fpic'
9635         lt_prog_compiler_static='-Bstatic'
9636         ;;
9637       ccc*)
9638         lt_prog_compiler_wl='-Wl,'
9639         # All Alpha code is PIC.
9640         lt_prog_compiler_static='-non_shared'
9641         ;;
9642       xl*)
9643         # IBM XL C 8.0/Fortran 10.1 on PPC
9644         lt_prog_compiler_wl='-Wl,'
9645         lt_prog_compiler_pic='-qpic'
9646         lt_prog_compiler_static='-qstaticlink'
9647         ;;
9648       *)
9649         case `$CC -V 2>&1 | sed 5q` in
9650         *Sun\ C*)
9651           # Sun C 5.9
9652           lt_prog_compiler_pic='-KPIC'
9653           lt_prog_compiler_static='-Bstatic'
9654           lt_prog_compiler_wl='-Wl,'
9655           ;;
9656         *Sun\ F*)
9657           # Sun Fortran 8.3 passes all unrecognized flags to the linker
9658           lt_prog_compiler_pic='-KPIC'
9659           lt_prog_compiler_static='-Bstatic'
9660           lt_prog_compiler_wl=''
9661           ;;
9662         esac
9663         ;;
9664       esac
9665       ;;
9666
9667     newsos6)
9668       lt_prog_compiler_pic='-KPIC'
9669       lt_prog_compiler_static='-Bstatic'
9670       ;;
9671
9672     *nto* | *qnx*)
9673       # QNX uses GNU C++, but need to define -shared option too, otherwise
9674       # it will coredump.
9675       lt_prog_compiler_pic='-fPIC -shared'
9676       ;;
9677
9678     osf3* | osf4* | osf5*)
9679       lt_prog_compiler_wl='-Wl,'
9680       # All OSF/1 code is PIC.
9681       lt_prog_compiler_static='-non_shared'
9682       ;;
9683
9684     rdos*)
9685       lt_prog_compiler_static='-non_shared'
9686       ;;
9687
9688     solaris*)
9689       lt_prog_compiler_pic='-KPIC'
9690       lt_prog_compiler_static='-Bstatic'
9691       case $cc_basename in
9692       f77* | f90* | f95*)
9693         lt_prog_compiler_wl='-Qoption ld ';;
9694       *)
9695         lt_prog_compiler_wl='-Wl,';;
9696       esac
9697       ;;
9698
9699     sunos4*)
9700       lt_prog_compiler_wl='-Qoption ld '
9701       lt_prog_compiler_pic='-PIC'
9702       lt_prog_compiler_static='-Bstatic'
9703       ;;
9704
9705     sysv4 | sysv4.2uw2* | sysv4.3*)
9706       lt_prog_compiler_wl='-Wl,'
9707       lt_prog_compiler_pic='-KPIC'
9708       lt_prog_compiler_static='-Bstatic'
9709       ;;
9710
9711     sysv4*MP*)
9712       if test -d /usr/nec ;then
9713         lt_prog_compiler_pic='-Kconform_pic'
9714         lt_prog_compiler_static='-Bstatic'
9715       fi
9716       ;;
9717
9718     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9719       lt_prog_compiler_wl='-Wl,'
9720       lt_prog_compiler_pic='-KPIC'
9721       lt_prog_compiler_static='-Bstatic'
9722       ;;
9723
9724     unicos*)
9725       lt_prog_compiler_wl='-Wl,'
9726       lt_prog_compiler_can_build_shared=no
9727       ;;
9728
9729     uts4*)
9730       lt_prog_compiler_pic='-pic'
9731       lt_prog_compiler_static='-Bstatic'
9732       ;;
9733
9734     *)
9735       lt_prog_compiler_can_build_shared=no
9736       ;;
9737     esac
9738   fi
9739
9740 case $host_os in
9741   # For platforms which do not support PIC, -DPIC is meaningless:
9742   *djgpp*)
9743     lt_prog_compiler_pic=
9744     ;;
9745   *)
9746     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9747     ;;
9748 esac
9749 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
9750 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
9751
9752
9753
9754
9755
9756
9757 #
9758 # Check to make sure the PIC flag actually works.
9759 #
9760 if test -n "$lt_prog_compiler_pic"; then
9761   { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9762 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
9763 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
9764   echo $ECHO_N "(cached) $ECHO_C" >&6
9765 else
9766   lt_cv_prog_compiler_pic_works=no
9767    ac_outfile=conftest.$ac_objext
9768    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9769    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9770    # Insert the option either (1) after the last *FLAGS variable, or
9771    # (2) before a word containing "conftest.", or (3) at the end.
9772    # Note that $ac_compile itself does not contain backslashes and begins
9773    # with a dollar sign (not a hyphen), so the echo should work correctly.
9774    # The option is referenced via a variable to avoid confusing sed.
9775    lt_compile=`echo "$ac_compile" | $SED \
9776    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9777    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9778    -e 's:$: $lt_compiler_flag:'`
9779    (eval echo "\"\$as_me:9779: $lt_compile\"" >&5)
9780    (eval "$lt_compile" 2>conftest.err)
9781    ac_status=$?
9782    cat conftest.err >&5
9783    echo "$as_me:9783: \$? = $ac_status" >&5
9784    if (exit $ac_status) && test -s "$ac_outfile"; then
9785      # The compiler can only warn and ignore the option if not recognized
9786      # So say no if there are warnings other than the usual output.
9787      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
9788      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9789      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9790        lt_cv_prog_compiler_pic_works=yes
9791      fi
9792    fi
9793    $RM conftest*
9794
9795 fi
9796 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
9797 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
9798
9799 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9800     case $lt_prog_compiler_pic in
9801      "" | " "*) ;;
9802      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9803      esac
9804 else
9805     lt_prog_compiler_pic=
9806      lt_prog_compiler_can_build_shared=no
9807 fi
9808
9809 fi
9810
9811
9812
9813
9814
9815
9816 #
9817 # Check to make sure the static flag actually works.
9818 #
9819 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9820 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9821 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
9822 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
9823   echo $ECHO_N "(cached) $ECHO_C" >&6
9824 else
9825   lt_cv_prog_compiler_static_works=no
9826    save_LDFLAGS="$LDFLAGS"
9827    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9828    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9829    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9830      # The linker can only warn and ignore the option if not recognized
9831      # So say no if there are warnings
9832      if test -s conftest.err; then
9833        # Append any errors to the config.log.
9834        cat conftest.err 1>&5
9835        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
9836        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9837        if diff conftest.exp conftest.er2 >/dev/null; then
9838          lt_cv_prog_compiler_static_works=yes
9839        fi
9840      else
9841        lt_cv_prog_compiler_static_works=yes
9842      fi
9843    fi
9844    $RM -r conftest*
9845    LDFLAGS="$save_LDFLAGS"
9846
9847 fi
9848 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
9849 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
9850
9851 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9852     :
9853 else
9854     lt_prog_compiler_static=
9855 fi
9856
9857
9858
9859
9860
9861
9862
9863   { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9864 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
9865 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9866   echo $ECHO_N "(cached) $ECHO_C" >&6
9867 else
9868   lt_cv_prog_compiler_c_o=no
9869    $RM -r conftest 2>/dev/null
9870    mkdir conftest
9871    cd conftest
9872    mkdir out
9873    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9874
9875    lt_compiler_flag="-o out/conftest2.$ac_objext"
9876    # Insert the option either (1) after the last *FLAGS variable, or
9877    # (2) before a word containing "conftest.", or (3) at the end.
9878    # Note that $ac_compile itself does not contain backslashes and begins
9879    # with a dollar sign (not a hyphen), so the echo should work correctly.
9880    lt_compile=`echo "$ac_compile" | $SED \
9881    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9882    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9883    -e 's:$: $lt_compiler_flag:'`
9884    (eval echo "\"\$as_me:9884: $lt_compile\"" >&5)
9885    (eval "$lt_compile" 2>out/conftest.err)
9886    ac_status=$?
9887    cat out/conftest.err >&5
9888    echo "$as_me:9888: \$? = $ac_status" >&5
9889    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9890    then
9891      # The compiler can only warn and ignore the option if not recognized
9892      # So say no if there are warnings
9893      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
9894      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9895      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9896        lt_cv_prog_compiler_c_o=yes
9897      fi
9898    fi
9899    chmod u+w . 2>&5
9900    $RM conftest*
9901    # SGI C++ compiler will create directory out/ii_files/ for
9902    # template instantiation
9903    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9904    $RM out/* && rmdir out
9905    cd ..
9906    $RM -r conftest
9907    $RM conftest*
9908
9909 fi
9910 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9911 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
9912
9913
9914
9915
9916
9917
9918   { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9919 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
9920 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9921   echo $ECHO_N "(cached) $ECHO_C" >&6
9922 else
9923   lt_cv_prog_compiler_c_o=no
9924    $RM -r conftest 2>/dev/null
9925    mkdir conftest
9926    cd conftest
9927    mkdir out
9928    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9929
9930    lt_compiler_flag="-o out/conftest2.$ac_objext"
9931    # Insert the option either (1) after the last *FLAGS variable, or
9932    # (2) before a word containing "conftest.", or (3) at the end.
9933    # Note that $ac_compile itself does not contain backslashes and begins
9934    # with a dollar sign (not a hyphen), so the echo should work correctly.
9935    lt_compile=`echo "$ac_compile" | $SED \
9936    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9937    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9938    -e 's:$: $lt_compiler_flag:'`
9939    (eval echo "\"\$as_me:9939: $lt_compile\"" >&5)
9940    (eval "$lt_compile" 2>out/conftest.err)
9941    ac_status=$?
9942    cat out/conftest.err >&5
9943    echo "$as_me:9943: \$? = $ac_status" >&5
9944    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9945    then
9946      # The compiler can only warn and ignore the option if not recognized
9947      # So say no if there are warnings
9948      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
9949      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9950      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9951        lt_cv_prog_compiler_c_o=yes
9952      fi
9953    fi
9954    chmod u+w . 2>&5
9955    $RM conftest*
9956    # SGI C++ compiler will create directory out/ii_files/ for
9957    # template instantiation
9958    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9959    $RM out/* && rmdir out
9960    cd ..
9961    $RM -r conftest
9962    $RM conftest*
9963
9964 fi
9965 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9966 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
9967
9968
9969
9970
9971 hard_links="nottested"
9972 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9973   # do not overwrite the value of need_locks provided by the user
9974   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
9975 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
9976   hard_links=yes
9977   $RM conftest*
9978   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9979   touch conftest.a
9980   ln conftest.a conftest.b 2>&5 || hard_links=no
9981   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9982   { echo "$as_me:$LINENO: result: $hard_links" >&5
9983 echo "${ECHO_T}$hard_links" >&6; }
9984   if test "$hard_links" = no; then
9985     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9986 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9987     need_locks=warn
9988   fi
9989 else
9990   need_locks=no
9991 fi
9992
9993
9994
9995
9996
9997
9998   { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9999 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
10000
10001   runpath_var=
10002   allow_undefined_flag=
10003   always_export_symbols=no
10004   archive_cmds=
10005   archive_expsym_cmds=
10006   compiler_needs_object=no
10007   enable_shared_with_static_runtimes=no
10008   export_dynamic_flag_spec=
10009   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10010   hardcode_automatic=no
10011   hardcode_direct=no
10012   hardcode_direct_absolute=no
10013   hardcode_libdir_flag_spec=
10014   hardcode_libdir_flag_spec_ld=
10015   hardcode_libdir_separator=
10016   hardcode_minus_L=no
10017   hardcode_shlibpath_var=unsupported
10018   inherit_rpath=no
10019   link_all_deplibs=unknown
10020   module_cmds=
10021   module_expsym_cmds=
10022   old_archive_from_new_cmds=
10023   old_archive_from_expsyms_cmds=
10024   thread_safe_flag_spec=
10025   whole_archive_flag_spec=
10026   # include_expsyms should be a list of space-separated symbols to be *always*
10027   # included in the symbol list
10028   include_expsyms=
10029   # exclude_expsyms can be an extended regexp of symbols to exclude
10030   # it will be wrapped by ` (' and `)$', so one must not match beginning or
10031   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10032   # as well as any symbol that contains `d'.
10033   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10034   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10035   # platforms (ab)use it in PIC code, but their linkers get confused if
10036   # the symbol is explicitly referenced.  Since portable code cannot
10037   # rely on this symbol name, it's probably fine to never include it in
10038   # preloaded symbol tables.
10039   # Exclude shared library initialization/finalization symbols.
10040   extract_expsyms_cmds=
10041
10042   case $host_os in
10043   cygwin* | mingw* | pw32* | cegcc*)
10044     # FIXME: the MSVC++ port hasn't been tested in a loooong time
10045     # When not using gcc, we currently assume that we are using
10046     # Microsoft Visual C++.
10047     if test "$GCC" != yes; then
10048       with_gnu_ld=no
10049     fi
10050     ;;
10051   interix*)
10052     # we just hope/assume this is gcc and not c89 (= MSVC++)
10053     with_gnu_ld=yes
10054     ;;
10055   openbsd*)
10056     with_gnu_ld=no
10057     ;;
10058   esac
10059
10060   ld_shlibs=yes
10061   if test "$with_gnu_ld" = yes; then
10062     # If archive_cmds runs LD, not CC, wlarc should be empty
10063     wlarc='${wl}'
10064
10065     # Set some defaults for GNU ld with shared library support. These
10066     # are reset later if shared libraries are not supported. Putting them
10067     # here allows them to be overridden if necessary.
10068     runpath_var=LD_RUN_PATH
10069     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10070     export_dynamic_flag_spec='${wl}--export-dynamic'
10071     # ancient GNU ld didn't support --whole-archive et. al.
10072     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10073       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10074     else
10075       whole_archive_flag_spec=
10076     fi
10077     supports_anon_versioning=no
10078     case `$LD -v 2>&1` in
10079       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10080       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10081       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10082       *\ 2.11.*) ;; # other 2.11 versions
10083       *) supports_anon_versioning=yes ;;
10084     esac
10085
10086     # See if GNU ld supports shared libraries.
10087     case $host_os in
10088     aix[3-9]*)
10089       # On AIX/PPC, the GNU linker is very broken
10090       if test "$host_cpu" != ia64; then
10091         ld_shlibs=no
10092         cat <<_LT_EOF 1>&2
10093
10094 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
10095 *** to be unable to reliably create shared libraries on AIX.
10096 *** Therefore, libtool is disabling shared libraries support.  If you
10097 *** really care for shared libraries, you may want to modify your PATH
10098 *** so that a non-GNU linker is found, and then restart.
10099
10100 _LT_EOF
10101       fi
10102       ;;
10103
10104     amigaos*)
10105       case $host_cpu in
10106       powerpc)
10107             # see comment about AmigaOS4 .so support
10108             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10109             archive_expsym_cmds=''
10110         ;;
10111       m68k)
10112             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)'
10113             hardcode_libdir_flag_spec='-L$libdir'
10114             hardcode_minus_L=yes
10115         ;;
10116       esac
10117       ;;
10118
10119     beos*)
10120       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10121         allow_undefined_flag=unsupported
10122         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10123         # support --undefined.  This deserves some investigation.  FIXME
10124         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10125       else
10126         ld_shlibs=no
10127       fi
10128       ;;
10129
10130     cygwin* | mingw* | pw32* | cegcc*)
10131       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10132       # as there is no search path for DLLs.
10133       hardcode_libdir_flag_spec='-L$libdir'
10134       allow_undefined_flag=unsupported
10135       always_export_symbols=no
10136       enable_shared_with_static_runtimes=yes
10137       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10138
10139       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10140         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10141         # If the export-symbols file already is a .def file (1st line
10142         # is EXPORTS), use it as is; otherwise, prepend...
10143         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10144           cp $export_symbols $output_objdir/$soname.def;
10145         else
10146           echo EXPORTS > $output_objdir/$soname.def;
10147           cat $export_symbols >> $output_objdir/$soname.def;
10148         fi~
10149         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10150       else
10151         ld_shlibs=no
10152       fi
10153       ;;
10154
10155     interix[3-9]*)
10156       hardcode_direct=no
10157       hardcode_shlibpath_var=no
10158       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10159       export_dynamic_flag_spec='${wl}-E'
10160       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10161       # Instead, shared libraries are loaded at an image base (0x10000000 by
10162       # default) and relocated if they conflict, which is a slow very memory
10163       # consuming and fragmenting process.  To avoid this, we pick a random,
10164       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10165       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10166       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10167       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'
10168       ;;
10169
10170     gnu* | linux* | tpf* | k*bsd*-gnu)
10171       tmp_diet=no
10172       if test "$host_os" = linux-dietlibc; then
10173         case $cc_basename in
10174           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
10175         esac
10176       fi
10177       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10178          && test "$tmp_diet" = no
10179       then
10180         tmp_addflag=
10181         tmp_sharedflag='-shared'
10182         case $cc_basename,$host_cpu in
10183         pgcc*)                          # Portland Group C compiler
10184           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'
10185           tmp_addflag=' $pic_flag'
10186           ;;
10187         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
10188           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'
10189           tmp_addflag=' $pic_flag -Mnomain' ;;
10190         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
10191           tmp_addflag=' -i_dynamic' ;;
10192         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10193           tmp_addflag=' -i_dynamic -nofor_main' ;;
10194         ifc* | ifort*)                  # Intel Fortran compiler
10195           tmp_addflag=' -nofor_main' ;;
10196         lf95*)                          # Lahey Fortran 8.1
10197           whole_archive_flag_spec=
10198           tmp_sharedflag='--shared' ;;
10199         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
10200           tmp_sharedflag='-qmkshrobj'
10201           tmp_addflag= ;;
10202         esac
10203         case `$CC -V 2>&1 | sed 5q` in
10204         *Sun\ C*)                       # Sun C 5.9
10205           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'
10206           compiler_needs_object=yes
10207           tmp_sharedflag='-G' ;;
10208         *Sun\ F*)                       # Sun Fortran 8.3
10209           tmp_sharedflag='-G' ;;
10210         esac
10211         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10212
10213         if test "x$supports_anon_versioning" = xyes; then
10214           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10215             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10216             echo "local: *; };" >> $output_objdir/$libname.ver~
10217             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10218         fi
10219
10220         case $cc_basename in
10221         xlf*)
10222           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10223           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10224           hardcode_libdir_flag_spec=
10225           hardcode_libdir_flag_spec_ld='-rpath $libdir'
10226           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10227           if test "x$supports_anon_versioning" = xyes; then
10228             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10229               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10230               echo "local: *; };" >> $output_objdir/$libname.ver~
10231               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10232           fi
10233           ;;
10234         esac
10235       else
10236         ld_shlibs=no
10237       fi
10238       ;;
10239
10240     netbsd*)
10241       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10242         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10243         wlarc=
10244       else
10245         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10246         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10247       fi
10248       ;;
10249
10250     solaris*)
10251       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10252         ld_shlibs=no
10253         cat <<_LT_EOF 1>&2
10254
10255 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10256 *** create shared libraries on Solaris systems.  Therefore, libtool
10257 *** is disabling shared libraries support.  We urge you to upgrade GNU
10258 *** binutils to release 2.9.1 or newer.  Another option is to modify
10259 *** your PATH or compiler configuration so that the native linker is
10260 *** used, and then restart.
10261
10262 _LT_EOF
10263       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10264         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10265         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10266       else
10267         ld_shlibs=no
10268       fi
10269       ;;
10270
10271     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10272       case `$LD -v 2>&1` in
10273         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10274         ld_shlibs=no
10275         cat <<_LT_EOF 1>&2
10276
10277 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10278 *** reliably create shared libraries on SCO systems.  Therefore, libtool
10279 *** is disabling shared libraries support.  We urge you to upgrade GNU
10280 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10281 *** your PATH or compiler configuration so that the native linker is
10282 *** used, and then restart.
10283
10284 _LT_EOF
10285         ;;
10286         *)
10287           # For security reasons, it is highly recommended that you always
10288           # use absolute paths for naming shared libraries, and exclude the
10289           # DT_RUNPATH tag from executables and libraries.  But doing so
10290           # requires that you compile everything twice, which is a pain.
10291           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10292             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10293             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10294             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10295           else
10296             ld_shlibs=no
10297           fi
10298         ;;
10299       esac
10300       ;;
10301
10302     sunos4*)
10303       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10304       wlarc=
10305       hardcode_direct=yes
10306       hardcode_shlibpath_var=no
10307       ;;
10308
10309     *)
10310       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10311         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10312         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10313       else
10314         ld_shlibs=no
10315       fi
10316       ;;
10317     esac
10318
10319     if test "$ld_shlibs" = no; then
10320       runpath_var=
10321       hardcode_libdir_flag_spec=
10322       export_dynamic_flag_spec=
10323       whole_archive_flag_spec=
10324     fi
10325   else
10326     # PORTME fill in a description of your system's linker (not GNU ld)
10327     case $host_os in
10328     aix3*)
10329       allow_undefined_flag=unsupported
10330       always_export_symbols=yes
10331       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'
10332       # Note: this linker hardcodes the directories in LIBPATH if there
10333       # are no directories specified by -L.
10334       hardcode_minus_L=yes
10335       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10336         # Neither direct hardcoding nor static linking is supported with a
10337         # broken collect2.
10338         hardcode_direct=unsupported
10339       fi
10340       ;;
10341
10342     aix[4-9]*)
10343       if test "$host_cpu" = ia64; then
10344         # On IA64, the linker does run time linking by default, so we don't
10345         # have to do anything special.
10346         aix_use_runtimelinking=no
10347         exp_sym_flag='-Bexport'
10348         no_entry_flag=""
10349       else
10350         # If we're using GNU nm, then we don't want the "-C" option.
10351         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10352         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10353           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'
10354         else
10355           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'
10356         fi
10357         aix_use_runtimelinking=no
10358
10359         # Test if we are trying to use run time linking or normal
10360         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10361         # need to do runtime linking.
10362         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10363           for ld_flag in $LDFLAGS; do
10364           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10365             aix_use_runtimelinking=yes
10366             break
10367           fi
10368           done
10369           ;;
10370         esac
10371
10372         exp_sym_flag='-bexport'
10373         no_entry_flag='-bnoentry'
10374       fi
10375
10376       # When large executables or shared objects are built, AIX ld can
10377       # have problems creating the table of contents.  If linking a library
10378       # or program results in "error TOC overflow" add -mminimal-toc to
10379       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10380       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10381
10382       archive_cmds=''
10383       hardcode_direct=yes
10384       hardcode_direct_absolute=yes
10385       hardcode_libdir_separator=':'
10386       link_all_deplibs=yes
10387       file_list_spec='${wl}-f,'
10388
10389       if test "$GCC" = yes; then
10390         case $host_os in aix4.[012]|aix4.[012].*)
10391         # We only want to do this on AIX 4.2 and lower, the check
10392         # below for broken collect2 doesn't work under 4.3+
10393           collect2name=`${CC} -print-prog-name=collect2`
10394           if test -f "$collect2name" &&
10395            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10396           then
10397           # We have reworked collect2
10398           :
10399           else
10400           # We have old collect2
10401           hardcode_direct=unsupported
10402           # It fails to find uninstalled libraries when the uninstalled
10403           # path is not listed in the libpath.  Setting hardcode_minus_L
10404           # to unsupported forces relinking
10405           hardcode_minus_L=yes
10406           hardcode_libdir_flag_spec='-L$libdir'
10407           hardcode_libdir_separator=
10408           fi
10409           ;;
10410         esac
10411         shared_flag='-shared'
10412         if test "$aix_use_runtimelinking" = yes; then
10413           shared_flag="$shared_flag "'${wl}-G'
10414         fi
10415       else
10416         # not using gcc
10417         if test "$host_cpu" = ia64; then
10418         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10419         # chokes on -Wl,-G. The following line is correct:
10420           shared_flag='-G'
10421         else
10422           if test "$aix_use_runtimelinking" = yes; then
10423             shared_flag='${wl}-G'
10424           else
10425             shared_flag='${wl}-bM:SRE'
10426           fi
10427         fi
10428       fi
10429
10430       export_dynamic_flag_spec='${wl}-bexpall'
10431       # It seems that -bexpall does not export symbols beginning with
10432       # underscore (_), so it is better to generate a list of symbols to export.
10433       always_export_symbols=yes
10434       if test "$aix_use_runtimelinking" = yes; then
10435         # Warning - without using the other runtime loading flags (-brtl),
10436         # -berok will link without error, but may produce a broken library.
10437         allow_undefined_flag='-berok'
10438         # Determine the default libpath from the value encoded in an
10439         # empty executable.
10440         cat >conftest.$ac_ext <<_ACEOF
10441 /* confdefs.h.  */
10442 _ACEOF
10443 cat confdefs.h >>conftest.$ac_ext
10444 cat >>conftest.$ac_ext <<_ACEOF
10445 /* end confdefs.h.  */
10446
10447 int
10448 main ()
10449 {
10450
10451   ;
10452   return 0;
10453 }
10454 _ACEOF
10455 rm -f conftest.$ac_objext conftest$ac_exeext
10456 if { (ac_try="$ac_link"
10457 case "(($ac_try" in
10458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10459   *) ac_try_echo=$ac_try;;
10460 esac
10461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10462   (eval "$ac_link") 2>conftest.er1
10463   ac_status=$?
10464   grep -v '^ *+' conftest.er1 >conftest.err
10465   rm -f conftest.er1
10466   cat conftest.err >&5
10467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10468   (exit $ac_status); } && {
10469          test -z "$ac_c_werror_flag" ||
10470          test ! -s conftest.err
10471        } && test -s conftest$ac_exeext &&
10472        $as_test_x conftest$ac_exeext; then
10473
10474 lt_aix_libpath_sed='
10475     /Import File Strings/,/^$/ {
10476         /^0/ {
10477             s/^0  *\(.*\)$/\1/
10478             p
10479         }
10480     }'
10481 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10482 # Check for a 64-bit object if we didn't find anything.
10483 if test -z "$aix_libpath"; then
10484   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10485 fi
10486 else
10487   echo "$as_me: failed program was:" >&5
10488 sed 's/^/| /' conftest.$ac_ext >&5
10489
10490
10491 fi
10492
10493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10494       conftest$ac_exeext conftest.$ac_ext
10495 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10496
10497         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10498         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"
10499       else
10500         if test "$host_cpu" = ia64; then
10501           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10502           allow_undefined_flag="-z nodefs"
10503           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"
10504         else
10505          # Determine the default libpath from the value encoded in an
10506          # empty executable.
10507          cat >conftest.$ac_ext <<_ACEOF
10508 /* confdefs.h.  */
10509 _ACEOF
10510 cat confdefs.h >>conftest.$ac_ext
10511 cat >>conftest.$ac_ext <<_ACEOF
10512 /* end confdefs.h.  */
10513
10514 int
10515 main ()
10516 {
10517
10518   ;
10519   return 0;
10520 }
10521 _ACEOF
10522 rm -f conftest.$ac_objext conftest$ac_exeext
10523 if { (ac_try="$ac_link"
10524 case "(($ac_try" in
10525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10526   *) ac_try_echo=$ac_try;;
10527 esac
10528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10529   (eval "$ac_link") 2>conftest.er1
10530   ac_status=$?
10531   grep -v '^ *+' conftest.er1 >conftest.err
10532   rm -f conftest.er1
10533   cat conftest.err >&5
10534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10535   (exit $ac_status); } && {
10536          test -z "$ac_c_werror_flag" ||
10537          test ! -s conftest.err
10538        } && test -s conftest$ac_exeext &&
10539        $as_test_x conftest$ac_exeext; then
10540
10541 lt_aix_libpath_sed='
10542     /Import File Strings/,/^$/ {
10543         /^0/ {
10544             s/^0  *\(.*\)$/\1/
10545             p
10546         }
10547     }'
10548 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10549 # Check for a 64-bit object if we didn't find anything.
10550 if test -z "$aix_libpath"; then
10551   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10552 fi
10553 else
10554   echo "$as_me: failed program was:" >&5
10555 sed 's/^/| /' conftest.$ac_ext >&5
10556
10557
10558 fi
10559
10560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10561       conftest$ac_exeext conftest.$ac_ext
10562 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10563
10564          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10565           # Warning - without using the other run time loading flags,
10566           # -berok will link without error, but may produce a broken library.
10567           no_undefined_flag=' ${wl}-bernotok'
10568           allow_undefined_flag=' ${wl}-berok'
10569           # Exported symbols can be pulled into shared objects from archives
10570           whole_archive_flag_spec='$convenience'
10571           archive_cmds_need_lc=yes
10572           # This is similar to how AIX traditionally builds its shared libraries.
10573           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'
10574         fi
10575       fi
10576       ;;
10577
10578     amigaos*)
10579       case $host_cpu in
10580       powerpc)
10581             # see comment about AmigaOS4 .so support
10582             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10583             archive_expsym_cmds=''
10584         ;;
10585       m68k)
10586             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)'
10587             hardcode_libdir_flag_spec='-L$libdir'
10588             hardcode_minus_L=yes
10589         ;;
10590       esac
10591       ;;
10592
10593     bsdi[45]*)
10594       export_dynamic_flag_spec=-rdynamic
10595       ;;
10596
10597     cygwin* | mingw* | pw32* | cegcc*)
10598       # When not using gcc, we currently assume that we are using
10599       # Microsoft Visual C++.
10600       # hardcode_libdir_flag_spec is actually meaningless, as there is
10601       # no search path for DLLs.
10602       hardcode_libdir_flag_spec=' '
10603       allow_undefined_flag=unsupported
10604       # Tell ltmain to make .lib files, not .a files.
10605       libext=lib
10606       # Tell ltmain to make .dll files, not .so files.
10607       shrext_cmds=".dll"
10608       # FIXME: Setting linknames here is a bad hack.
10609       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
10610       # The linker will automatically build a .lib file if we build a DLL.
10611       old_archive_from_new_cmds='true'
10612       # FIXME: Should let the user specify the lib program.
10613       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10614       fix_srcfile_path='`cygpath -w "$srcfile"`'
10615       enable_shared_with_static_runtimes=yes
10616       ;;
10617
10618     darwin* | rhapsody*)
10619
10620
10621   archive_cmds_need_lc=no
10622   hardcode_direct=no
10623   hardcode_automatic=yes
10624   hardcode_shlibpath_var=unsupported
10625   whole_archive_flag_spec=''
10626   link_all_deplibs=yes
10627   allow_undefined_flag="$_lt_dar_allow_undefined"
10628   case $cc_basename in
10629      ifort*) _lt_dar_can_shared=yes ;;
10630      *) _lt_dar_can_shared=$GCC ;;
10631   esac
10632   if test "$_lt_dar_can_shared" = "yes"; then
10633     output_verbose_link_cmd=echo
10634     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10635     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10636     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}"
10637     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}"
10638
10639   else
10640   ld_shlibs=no
10641   fi
10642
10643       ;;
10644
10645     dgux*)
10646       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10647       hardcode_libdir_flag_spec='-L$libdir'
10648       hardcode_shlibpath_var=no
10649       ;;
10650
10651     freebsd1*)
10652       ld_shlibs=no
10653       ;;
10654
10655     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10656     # support.  Future versions do this automatically, but an explicit c++rt0.o
10657     # does not break anything, and helps significantly (at the cost of a little
10658     # extra space).
10659     freebsd2.2*)
10660       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10661       hardcode_libdir_flag_spec='-R$libdir'
10662       hardcode_direct=yes
10663       hardcode_shlibpath_var=no
10664       ;;
10665
10666     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10667     freebsd2*)
10668       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10669       hardcode_direct=yes
10670       hardcode_minus_L=yes
10671       hardcode_shlibpath_var=no
10672       ;;
10673
10674     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10675     freebsd* | dragonfly*)
10676       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10677       hardcode_libdir_flag_spec='-R$libdir'
10678       hardcode_direct=yes
10679       hardcode_shlibpath_var=no
10680       ;;
10681
10682     hpux9*)
10683       if test "$GCC" = yes; then
10684         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'
10685       else
10686         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'
10687       fi
10688       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10689       hardcode_libdir_separator=:
10690       hardcode_direct=yes
10691
10692       # hardcode_minus_L: Not really in the search PATH,
10693       # but as the default location of the library.
10694       hardcode_minus_L=yes
10695       export_dynamic_flag_spec='${wl}-E'
10696       ;;
10697
10698     hpux10*)
10699       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
10700         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10701       else
10702         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10703       fi
10704       if test "$with_gnu_ld" = no; then
10705         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10706         hardcode_libdir_flag_spec_ld='+b $libdir'
10707         hardcode_libdir_separator=:
10708         hardcode_direct=yes
10709         hardcode_direct_absolute=yes
10710         export_dynamic_flag_spec='${wl}-E'
10711         # hardcode_minus_L: Not really in the search PATH,
10712         # but as the default location of the library.
10713         hardcode_minus_L=yes
10714       fi
10715       ;;
10716
10717     hpux11*)
10718       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
10719         case $host_cpu in
10720         hppa*64*)
10721           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10722           ;;
10723         ia64*)
10724           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10725           ;;
10726         *)
10727           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10728           ;;
10729         esac
10730       else
10731         case $host_cpu in
10732         hppa*64*)
10733           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10734           ;;
10735         ia64*)
10736           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10737           ;;
10738         *)
10739           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10740           ;;
10741         esac
10742       fi
10743       if test "$with_gnu_ld" = no; then
10744         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10745         hardcode_libdir_separator=:
10746
10747         case $host_cpu in
10748         hppa*64*|ia64*)
10749           hardcode_direct=no
10750           hardcode_shlibpath_var=no
10751           ;;
10752         *)
10753           hardcode_direct=yes
10754           hardcode_direct_absolute=yes
10755           export_dynamic_flag_spec='${wl}-E'
10756
10757           # hardcode_minus_L: Not really in the search PATH,
10758           # but as the default location of the library.
10759           hardcode_minus_L=yes
10760           ;;
10761         esac
10762       fi
10763       ;;
10764
10765     irix5* | irix6* | nonstopux*)
10766       if test "$GCC" = yes; then
10767         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'
10768         # Try to use the -exported_symbol ld option, if it does not
10769         # work, assume that -exports_file does not work either and
10770         # implicitly export all symbols.
10771         save_LDFLAGS="$LDFLAGS"
10772         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10773         cat >conftest.$ac_ext <<_ACEOF
10774 int foo(void) {}
10775 _ACEOF
10776 rm -f conftest.$ac_objext conftest$ac_exeext
10777 if { (ac_try="$ac_link"
10778 case "(($ac_try" in
10779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10780   *) ac_try_echo=$ac_try;;
10781 esac
10782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10783   (eval "$ac_link") 2>conftest.er1
10784   ac_status=$?
10785   grep -v '^ *+' conftest.er1 >conftest.err
10786   rm -f conftest.er1
10787   cat conftest.err >&5
10788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10789   (exit $ac_status); } && {
10790          test -z "$ac_c_werror_flag" ||
10791          test ! -s conftest.err
10792        } && test -s conftest$ac_exeext &&
10793        $as_test_x conftest$ac_exeext; then
10794   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'
10795
10796 else
10797   echo "$as_me: failed program was:" >&5
10798 sed 's/^/| /' conftest.$ac_ext >&5
10799
10800
10801 fi
10802
10803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10804       conftest$ac_exeext conftest.$ac_ext
10805         LDFLAGS="$save_LDFLAGS"
10806       else
10807         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'
10808         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'
10809       fi
10810       archive_cmds_need_lc='no'
10811       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10812       hardcode_libdir_separator=:
10813       inherit_rpath=yes
10814       link_all_deplibs=yes
10815       ;;
10816
10817     netbsd*)
10818       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10819         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10820       else
10821         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
10822       fi
10823       hardcode_libdir_flag_spec='-R$libdir'
10824       hardcode_direct=yes
10825       hardcode_shlibpath_var=no
10826       ;;
10827
10828     newsos6)
10829       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10830       hardcode_direct=yes
10831       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10832       hardcode_libdir_separator=:
10833       hardcode_shlibpath_var=no
10834       ;;
10835
10836     *nto* | *qnx*)
10837       ;;
10838
10839     openbsd*)
10840       if test -f /usr/libexec/ld.so; then
10841         hardcode_direct=yes
10842         hardcode_shlibpath_var=no
10843         hardcode_direct_absolute=yes
10844         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10845           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10846           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10847           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10848           export_dynamic_flag_spec='${wl}-E'
10849         else
10850           case $host_os in
10851            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10852              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10853              hardcode_libdir_flag_spec='-R$libdir'
10854              ;;
10855            *)
10856              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10857              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10858              ;;
10859           esac
10860         fi
10861       else
10862         ld_shlibs=no
10863       fi
10864       ;;
10865
10866     os2*)
10867       hardcode_libdir_flag_spec='-L$libdir'
10868       hardcode_minus_L=yes
10869       allow_undefined_flag=unsupported
10870       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'
10871       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10872       ;;
10873
10874     osf3*)
10875       if test "$GCC" = yes; then
10876         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10877         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'
10878       else
10879         allow_undefined_flag=' -expect_unresolved \*'
10880         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'
10881       fi
10882       archive_cmds_need_lc='no'
10883       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10884       hardcode_libdir_separator=:
10885       ;;
10886
10887     osf4* | osf5*)      # as osf3* with the addition of -msym flag
10888       if test "$GCC" = yes; then
10889         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10890         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'
10891         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10892       else
10893         allow_undefined_flag=' -expect_unresolved \*'
10894         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'
10895         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~
10896         $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'
10897
10898         # Both c and cxx compiler support -rpath directly
10899         hardcode_libdir_flag_spec='-rpath $libdir'
10900       fi
10901       archive_cmds_need_lc='no'
10902       hardcode_libdir_separator=:
10903       ;;
10904
10905     solaris*)
10906       no_undefined_flag=' -z defs'
10907       if test "$GCC" = yes; then
10908         wlarc='${wl}'
10909         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10910         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10911           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10912       else
10913         case `$CC -V 2>&1` in
10914         *"Compilers 5.0"*)
10915           wlarc=''
10916           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10917           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10918           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10919           ;;
10920         *)
10921           wlarc='${wl}'
10922           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10923           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10924           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10925           ;;
10926         esac
10927       fi
10928       hardcode_libdir_flag_spec='-R$libdir'
10929       hardcode_shlibpath_var=no
10930       case $host_os in
10931       solaris2.[0-5] | solaris2.[0-5].*) ;;
10932       *)
10933         # The compiler driver will combine and reorder linker options,
10934         # but understands `-z linker_flag'.  GCC discards it without `$wl',
10935         # but is careful enough not to reorder.
10936         # Supported since Solaris 2.6 (maybe 2.5.1?)
10937         if test "$GCC" = yes; then
10938           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10939         else
10940           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10941         fi
10942         ;;
10943       esac
10944       link_all_deplibs=yes
10945       ;;
10946
10947     sunos4*)
10948       if test "x$host_vendor" = xsequent; then
10949         # Use $CC to link under sequent, because it throws in some extra .o
10950         # files that make .init and .fini sections work.
10951         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10952       else
10953         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10954       fi
10955       hardcode_libdir_flag_spec='-L$libdir'
10956       hardcode_direct=yes
10957       hardcode_minus_L=yes
10958       hardcode_shlibpath_var=no
10959       ;;
10960
10961     sysv4)
10962       case $host_vendor in
10963         sni)
10964           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10965           hardcode_direct=yes # is this really true???
10966         ;;
10967         siemens)
10968           ## LD is ld it makes a PLAMLIB
10969           ## CC just makes a GrossModule.
10970           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10971           reload_cmds='$CC -r -o $output$reload_objs'
10972           hardcode_direct=no
10973         ;;
10974         motorola)
10975           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10976           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10977         ;;
10978       esac
10979       runpath_var='LD_RUN_PATH'
10980       hardcode_shlibpath_var=no
10981       ;;
10982
10983     sysv4.3*)
10984       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10985       hardcode_shlibpath_var=no
10986       export_dynamic_flag_spec='-Bexport'
10987       ;;
10988
10989     sysv4*MP*)
10990       if test -d /usr/nec; then
10991         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10992         hardcode_shlibpath_var=no
10993         runpath_var=LD_RUN_PATH
10994         hardcode_runpath_var=yes
10995         ld_shlibs=yes
10996       fi
10997       ;;
10998
10999     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11000       no_undefined_flag='${wl}-z,text'
11001       archive_cmds_need_lc=no
11002       hardcode_shlibpath_var=no
11003       runpath_var='LD_RUN_PATH'
11004
11005       if test "$GCC" = yes; then
11006         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11007         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11008       else
11009         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11010         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11011       fi
11012       ;;
11013
11014     sysv5* | sco3.2v5* | sco5v6*)
11015       # Note: We can NOT use -z defs as we might desire, because we do not
11016       # link with -lc, and that would cause any symbols used from libc to
11017       # always be unresolved, which means just about no library would
11018       # ever link correctly.  If we're not using GNU ld we use -z text
11019       # though, which does catch some bad symbols but isn't as heavy-handed
11020       # as -z defs.
11021       no_undefined_flag='${wl}-z,text'
11022       allow_undefined_flag='${wl}-z,nodefs'
11023       archive_cmds_need_lc=no
11024       hardcode_shlibpath_var=no
11025       hardcode_libdir_flag_spec='${wl}-R,$libdir'
11026       hardcode_libdir_separator=':'
11027       link_all_deplibs=yes
11028       export_dynamic_flag_spec='${wl}-Bexport'
11029       runpath_var='LD_RUN_PATH'
11030
11031       if test "$GCC" = yes; then
11032         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11033         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11034       else
11035         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11036         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11037       fi
11038       ;;
11039
11040     uts4*)
11041       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11042       hardcode_libdir_flag_spec='-L$libdir'
11043       hardcode_shlibpath_var=no
11044       ;;
11045
11046     *)
11047       ld_shlibs=no
11048       ;;
11049     esac
11050
11051     if test x$host_vendor = xsni; then
11052       case $host in
11053       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11054         export_dynamic_flag_spec='${wl}-Blargedynsym'
11055         ;;
11056       esac
11057     fi
11058   fi
11059
11060 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
11061 echo "${ECHO_T}$ld_shlibs" >&6; }
11062 test "$ld_shlibs" = no && can_build_shared=no
11063
11064 with_gnu_ld=$with_gnu_ld
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080 #
11081 # Do we need to explicitly link libc?
11082 #
11083 case "x$archive_cmds_need_lc" in
11084 x|xyes)
11085   # Assume -lc should be added
11086   archive_cmds_need_lc=yes
11087
11088   if test "$enable_shared" = yes && test "$GCC" = yes; then
11089     case $archive_cmds in
11090     *'~'*)
11091       # FIXME: we may have to deal with multi-command sequences.
11092       ;;
11093     '$CC '*)
11094       # Test whether the compiler implicitly links with -lc since on some
11095       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11096       # to ld, don't add -lc before -lgcc.
11097       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
11098 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
11099       $RM conftest*
11100       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11101
11102       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11103   (eval $ac_compile) 2>&5
11104   ac_status=$?
11105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106   (exit $ac_status); } 2>conftest.err; then
11107         soname=conftest
11108         lib=conftest
11109         libobjs=conftest.$ac_objext
11110         deplibs=
11111         wl=$lt_prog_compiler_wl
11112         pic_flag=$lt_prog_compiler_pic
11113         compiler_flags=-v
11114         linker_flags=-v
11115         verstring=
11116         output_objdir=.
11117         libname=conftest
11118         lt_save_allow_undefined_flag=$allow_undefined_flag
11119         allow_undefined_flag=
11120         if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
11121   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11122   ac_status=$?
11123   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11124   (exit $ac_status); }
11125         then
11126           archive_cmds_need_lc=no
11127         else
11128           archive_cmds_need_lc=yes
11129         fi
11130         allow_undefined_flag=$lt_save_allow_undefined_flag
11131       else
11132         cat conftest.err 1>&5
11133       fi
11134       $RM conftest*
11135       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
11136 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
11137       ;;
11138     esac
11139   fi
11140   ;;
11141 esac
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
11232
11233
11234
11235
11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
11284
11285
11286
11287
11288
11289
11290
11291
11292
11293
11294
11295
11296
11297
11298
11299   { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
11300 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
11301
11302 if test "$GCC" = yes; then
11303   case $host_os in
11304     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11305     *) lt_awk_arg="/^libraries:/" ;;
11306   esac
11307   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11308   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
11309     # if the path contains ";" then we assume it to be the separator
11310     # otherwise default to the standard path separator (i.e. ":") - it is
11311     # assumed that no part of a normal pathname contains ";" but that should
11312     # okay in the real world where ";" in dirpaths is itself problematic.
11313     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
11314   else
11315     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11316   fi
11317   # Ok, now we have the path, separated by spaces, we can step through it
11318   # and add multilib dir if necessary.
11319   lt_tmp_lt_search_path_spec=
11320   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11321   for lt_sys_path in $lt_search_path_spec; do
11322     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11323       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11324     else
11325       test -d "$lt_sys_path" && \
11326         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11327     fi
11328   done
11329   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
11330 BEGIN {RS=" "; FS="/|\n";} {
11331   lt_foo="";
11332   lt_count=0;
11333   for (lt_i = NF; lt_i > 0; lt_i--) {
11334     if ($lt_i != "" && $lt_i != ".") {
11335       if ($lt_i == "..") {
11336         lt_count++;
11337       } else {
11338         if (lt_count == 0) {
11339           lt_foo="/" $lt_i lt_foo;
11340         } else {
11341           lt_count--;
11342         }
11343       }
11344     }
11345   }
11346   if (lt_foo != "") { lt_freq[lt_foo]++; }
11347   if (lt_freq[lt_foo] == 1) { print lt_foo; }
11348 }'`
11349   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
11350 else
11351   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11352 fi
11353 library_names_spec=
11354 libname_spec='lib$name'
11355 soname_spec=
11356 shrext_cmds=".so"
11357 postinstall_cmds=
11358 postuninstall_cmds=
11359 finish_cmds=
11360 finish_eval=
11361 shlibpath_var=
11362 shlibpath_overrides_runpath=unknown
11363 version_type=none
11364 dynamic_linker="$host_os ld.so"
11365 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11366 need_lib_prefix=unknown
11367 hardcode_into_libs=no
11368
11369 # when you set need_version to no, make sure it does not cause -set_version
11370 # flags to be left without arguments
11371 need_version=unknown
11372
11373 case $host_os in
11374 aix3*)
11375   version_type=linux
11376   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11377   shlibpath_var=LIBPATH
11378
11379   # AIX 3 has no versioning support, so we append a major version to the name.
11380   soname_spec='${libname}${release}${shared_ext}$major'
11381   ;;
11382
11383 aix[4-9]*)
11384   version_type=linux
11385   need_lib_prefix=no
11386   need_version=no
11387   hardcode_into_libs=yes
11388   if test "$host_cpu" = ia64; then
11389     # AIX 5 supports IA64
11390     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11391     shlibpath_var=LD_LIBRARY_PATH
11392   else
11393     # With GCC up to 2.95.x, collect2 would create an import file
11394     # for dependence libraries.  The import file would start with
11395     # the line `#! .'.  This would cause the generated library to
11396     # depend on `.', always an invalid library.  This was fixed in
11397     # development snapshots of GCC prior to 3.0.
11398     case $host_os in
11399       aix4 | aix4.[01] | aix4.[01].*)
11400       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11401            echo ' yes '
11402            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11403         :
11404       else
11405         can_build_shared=no
11406       fi
11407       ;;
11408     esac
11409     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11410     # soname into executable. Probably we can add versioning support to
11411     # collect2, so additional links can be useful in future.
11412     if test "$aix_use_runtimelinking" = yes; then
11413       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11414       # instead of lib<name>.a to let people know that these are not
11415       # typical AIX shared libraries.
11416       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11417     else
11418       # We preserve .a as extension for shared libraries through AIX4.2
11419       # and later when we are not doing run time linking.
11420       library_names_spec='${libname}${release}.a $libname.a'
11421       soname_spec='${libname}${release}${shared_ext}$major'
11422     fi
11423     shlibpath_var=LIBPATH
11424   fi
11425   ;;
11426
11427 amigaos*)
11428   case $host_cpu in
11429   powerpc)
11430     # Since July 2007 AmigaOS4 officially supports .so libraries.
11431     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11432     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11433     ;;
11434   m68k)
11435     library_names_spec='$libname.ixlibrary $libname.a'
11436     # Create ${libname}_ixlibrary.a entries in /sys/libs.
11437     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'
11438     ;;
11439   esac
11440   ;;
11441
11442 beos*)
11443   library_names_spec='${libname}${shared_ext}'
11444   dynamic_linker="$host_os ld.so"
11445   shlibpath_var=LIBRARY_PATH
11446   ;;
11447
11448 bsdi[45]*)
11449   version_type=linux
11450   need_version=no
11451   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11452   soname_spec='${libname}${release}${shared_ext}$major'
11453   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11454   shlibpath_var=LD_LIBRARY_PATH
11455   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11456   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11457   # the default ld.so.conf also contains /usr/contrib/lib and
11458   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11459   # libtool to hard-code these into programs
11460   ;;
11461
11462 cygwin* | mingw* | pw32* | cegcc*)
11463   version_type=windows
11464   shrext_cmds=".dll"
11465   need_version=no
11466   need_lib_prefix=no
11467
11468   case $GCC,$host_os in
11469   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11470     library_names_spec='$libname.dll.a'
11471     # DLL is installed to $(libdir)/../bin by postinstall_cmds
11472     postinstall_cmds='base_file=`basename \${file}`~
11473       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11474       dldir=$destdir/`dirname \$dlpath`~
11475       test -d \$dldir || mkdir -p \$dldir~
11476       $install_prog $dir/$dlname \$dldir/$dlname~
11477       chmod a+x \$dldir/$dlname~
11478       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11479         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11480       fi'
11481     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11482       dlpath=$dir/\$dldll~
11483        $RM \$dlpath'
11484     shlibpath_overrides_runpath=yes
11485
11486     case $host_os in
11487     cygwin*)
11488       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11489       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11490       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
11491       ;;
11492     mingw* | cegcc*)
11493       # MinGW DLLs use traditional 'lib' prefix
11494       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11495       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11496       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
11497         # It is most probably a Windows format PATH printed by
11498         # mingw gcc, but we are running on Cygwin. Gcc prints its search
11499         # path with ; separators, and with drive letters. We can handle the
11500         # drive letters (cygwin fileutils understands them), so leave them,
11501         # especially as we might pass files found there to a mingw objdump,
11502         # which wouldn't understand a cygwinified path. Ahh.
11503         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
11504       else
11505         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11506       fi
11507       ;;
11508     pw32*)
11509       # pw32 DLLs use 'pw' prefix rather than 'lib'
11510       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11511       ;;
11512     esac
11513     ;;
11514
11515   *)
11516     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11517     ;;
11518   esac
11519   dynamic_linker='Win32 ld.exe'
11520   # FIXME: first we should search . and the directory the executable is in
11521   shlibpath_var=PATH
11522   ;;
11523
11524 darwin* | rhapsody*)
11525   dynamic_linker="$host_os dyld"
11526   version_type=darwin
11527   need_lib_prefix=no
11528   need_version=no
11529   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11530   soname_spec='${libname}${release}${major}$shared_ext'
11531   shlibpath_overrides_runpath=yes
11532   shlibpath_var=DYLD_LIBRARY_PATH
11533   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11534
11535   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11536   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11537   ;;
11538
11539 dgux*)
11540   version_type=linux
11541   need_lib_prefix=no
11542   need_version=no
11543   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11544   soname_spec='${libname}${release}${shared_ext}$major'
11545   shlibpath_var=LD_LIBRARY_PATH
11546   ;;
11547
11548 freebsd1*)
11549   dynamic_linker=no
11550   ;;
11551
11552 freebsd* | dragonfly*)
11553   # DragonFly does not have aout.  When/if they implement a new
11554   # versioning mechanism, adjust this.
11555   if test -x /usr/bin/objformat; then
11556     objformat=`/usr/bin/objformat`
11557   else
11558     case $host_os in
11559     freebsd[123]*) objformat=aout ;;
11560     *) objformat=elf ;;
11561     esac
11562   fi
11563   version_type=freebsd-$objformat
11564   case $version_type in
11565     freebsd-elf*)
11566       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11567       need_version=no
11568       need_lib_prefix=no
11569       ;;
11570     freebsd-*)
11571       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11572       need_version=yes
11573       ;;
11574   esac
11575   shlibpath_var=LD_LIBRARY_PATH
11576   case $host_os in
11577   freebsd2*)
11578     shlibpath_overrides_runpath=yes
11579     ;;
11580   freebsd3.[01]* | freebsdelf3.[01]*)
11581     shlibpath_overrides_runpath=yes
11582     hardcode_into_libs=yes
11583     ;;
11584   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11585   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11586     shlibpath_overrides_runpath=no
11587     hardcode_into_libs=yes
11588     ;;
11589   *) # from 4.6 on, and DragonFly
11590     shlibpath_overrides_runpath=yes
11591     hardcode_into_libs=yes
11592     ;;
11593   esac
11594   ;;
11595
11596 gnu*)
11597   version_type=linux
11598   need_lib_prefix=no
11599   need_version=no
11600   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11601   soname_spec='${libname}${release}${shared_ext}$major'
11602   shlibpath_var=LD_LIBRARY_PATH
11603   hardcode_into_libs=yes
11604   ;;
11605
11606 hpux9* | hpux10* | hpux11*)
11607   # Give a soname corresponding to the major version so that dld.sl refuses to
11608   # link against other versions.
11609   version_type=sunos
11610   need_lib_prefix=no
11611   need_version=no
11612   case $host_cpu in
11613   ia64*)
11614     shrext_cmds='.so'
11615     hardcode_into_libs=yes
11616     dynamic_linker="$host_os dld.so"
11617     shlibpath_var=LD_LIBRARY_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     if test "X$HPUX_IA64_MODE" = X32; then
11622       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11623     else
11624       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11625     fi
11626     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11627     ;;
11628   hppa*64*)
11629     shrext_cmds='.sl'
11630     hardcode_into_libs=yes
11631     dynamic_linker="$host_os dld.sl"
11632     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11633     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11634     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11635     soname_spec='${libname}${release}${shared_ext}$major'
11636     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11637     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11638     ;;
11639   *)
11640     shrext_cmds='.sl'
11641     dynamic_linker="$host_os dld.sl"
11642     shlibpath_var=SHLIB_PATH
11643     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11644     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11645     soname_spec='${libname}${release}${shared_ext}$major'
11646     ;;
11647   esac
11648   # HP-UX runs *really* slowly unless shared libraries are mode 555.
11649   postinstall_cmds='chmod 555 $lib'
11650   ;;
11651
11652 interix[3-9]*)
11653   version_type=linux
11654   need_lib_prefix=no
11655   need_version=no
11656   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11657   soname_spec='${libname}${release}${shared_ext}$major'
11658   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11659   shlibpath_var=LD_LIBRARY_PATH
11660   shlibpath_overrides_runpath=no
11661   hardcode_into_libs=yes
11662   ;;
11663
11664 irix5* | irix6* | nonstopux*)
11665   case $host_os in
11666     nonstopux*) version_type=nonstopux ;;
11667     *)
11668         if test "$lt_cv_prog_gnu_ld" = yes; then
11669                 version_type=linux
11670         else
11671                 version_type=irix
11672         fi ;;
11673   esac
11674   need_lib_prefix=no
11675   need_version=no
11676   soname_spec='${libname}${release}${shared_ext}$major'
11677   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11678   case $host_os in
11679   irix5* | nonstopux*)
11680     libsuff= shlibsuff=
11681     ;;
11682   *)
11683     case $LD in # libtool.m4 will add one of these switches to LD
11684     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11685       libsuff= shlibsuff= libmagic=32-bit;;
11686     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11687       libsuff=32 shlibsuff=N32 libmagic=N32;;
11688     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11689       libsuff=64 shlibsuff=64 libmagic=64-bit;;
11690     *) libsuff= shlibsuff= libmagic=never-match;;
11691     esac
11692     ;;
11693   esac
11694   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11695   shlibpath_overrides_runpath=no
11696   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11697   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11698   hardcode_into_libs=yes
11699   ;;
11700
11701 # No shared lib support for Linux oldld, aout, or coff.
11702 linux*oldld* | linux*aout* | linux*coff*)
11703   dynamic_linker=no
11704   ;;
11705
11706 # This must be Linux ELF.
11707 linux* | k*bsd*-gnu)
11708   version_type=linux
11709   need_lib_prefix=no
11710   need_version=no
11711   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11712   soname_spec='${libname}${release}${shared_ext}$major'
11713   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11714   shlibpath_var=LD_LIBRARY_PATH
11715   shlibpath_overrides_runpath=no
11716   # Some binutils ld are patched to set DT_RUNPATH
11717   save_LDFLAGS=$LDFLAGS
11718   save_libdir=$libdir
11719   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11720        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11721   cat >conftest.$ac_ext <<_ACEOF
11722 /* confdefs.h.  */
11723 _ACEOF
11724 cat confdefs.h >>conftest.$ac_ext
11725 cat >>conftest.$ac_ext <<_ACEOF
11726 /* end confdefs.h.  */
11727
11728 int
11729 main ()
11730 {
11731
11732   ;
11733   return 0;
11734 }
11735 _ACEOF
11736 rm -f conftest.$ac_objext conftest$ac_exeext
11737 if { (ac_try="$ac_link"
11738 case "(($ac_try" in
11739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11740   *) ac_try_echo=$ac_try;;
11741 esac
11742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11743   (eval "$ac_link") 2>conftest.er1
11744   ac_status=$?
11745   grep -v '^ *+' conftest.er1 >conftest.err
11746   rm -f conftest.er1
11747   cat conftest.err >&5
11748   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11749   (exit $ac_status); } && {
11750          test -z "$ac_c_werror_flag" ||
11751          test ! -s conftest.err
11752        } && test -s conftest$ac_exeext &&
11753        $as_test_x conftest$ac_exeext; then
11754   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
11755   shlibpath_overrides_runpath=yes
11756 fi
11757
11758 else
11759   echo "$as_me: failed program was:" >&5
11760 sed 's/^/| /' conftest.$ac_ext >&5
11761
11762
11763 fi
11764
11765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11766       conftest$ac_exeext conftest.$ac_ext
11767   LDFLAGS=$save_LDFLAGS
11768   libdir=$save_libdir
11769
11770   # This implies no fast_install, which is unacceptable.
11771   # Some rework will be needed to allow for fast_install
11772   # before this can be enabled.
11773   hardcode_into_libs=yes
11774
11775   # Append ld.so.conf contents to the search path
11776   if test -f /etc/ld.so.conf; then
11777     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' ' '`
11778     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11779   fi
11780
11781   # We used to test for /lib/ld.so.1 and disable shared libraries on
11782   # powerpc, because MkLinux only supported shared libraries with the
11783   # GNU dynamic linker.  Since this was broken with cross compilers,
11784   # most powerpc-linux boxes support dynamic linking these days and
11785   # people can always --disable-shared, the test was removed, and we
11786   # assume the GNU/Linux dynamic linker is in use.
11787   dynamic_linker='GNU/Linux ld.so'
11788   ;;
11789
11790 netbsd*)
11791   version_type=sunos
11792   need_lib_prefix=no
11793   need_version=no
11794   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11795     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11796     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11797     dynamic_linker='NetBSD (a.out) ld.so'
11798   else
11799     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11800     soname_spec='${libname}${release}${shared_ext}$major'
11801     dynamic_linker='NetBSD ld.elf_so'
11802   fi
11803   shlibpath_var=LD_LIBRARY_PATH
11804   shlibpath_overrides_runpath=yes
11805   hardcode_into_libs=yes
11806   ;;
11807
11808 newsos6)
11809   version_type=linux
11810   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11811   shlibpath_var=LD_LIBRARY_PATH
11812   shlibpath_overrides_runpath=yes
11813   ;;
11814
11815 *nto* | *qnx*)
11816   version_type=qnx
11817   need_lib_prefix=no
11818   need_version=no
11819   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11820   soname_spec='${libname}${release}${shared_ext}$major'
11821   shlibpath_var=LD_LIBRARY_PATH
11822   shlibpath_overrides_runpath=no
11823   hardcode_into_libs=yes
11824   dynamic_linker='ldqnx.so'
11825   ;;
11826
11827 openbsd*)
11828   version_type=sunos
11829   sys_lib_dlsearch_path_spec="/usr/lib"
11830   need_lib_prefix=no
11831   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11832   case $host_os in
11833     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
11834     *)                          need_version=no  ;;
11835   esac
11836   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11837   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11838   shlibpath_var=LD_LIBRARY_PATH
11839   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11840     case $host_os in
11841       openbsd2.[89] | openbsd2.[89].*)
11842         shlibpath_overrides_runpath=no
11843         ;;
11844       *)
11845         shlibpath_overrides_runpath=yes
11846         ;;
11847       esac
11848   else
11849     shlibpath_overrides_runpath=yes
11850   fi
11851   ;;
11852
11853 os2*)
11854   libname_spec='$name'
11855   shrext_cmds=".dll"
11856   need_lib_prefix=no
11857   library_names_spec='$libname${shared_ext} $libname.a'
11858   dynamic_linker='OS/2 ld.exe'
11859   shlibpath_var=LIBPATH
11860   ;;
11861
11862 osf3* | osf4* | osf5*)
11863   version_type=osf
11864   need_lib_prefix=no
11865   need_version=no
11866   soname_spec='${libname}${release}${shared_ext}$major'
11867   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11868   shlibpath_var=LD_LIBRARY_PATH
11869   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11870   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11871   ;;
11872
11873 rdos*)
11874   dynamic_linker=no
11875   ;;
11876
11877 solaris*)
11878   version_type=linux
11879   need_lib_prefix=no
11880   need_version=no
11881   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11882   soname_spec='${libname}${release}${shared_ext}$major'
11883   shlibpath_var=LD_LIBRARY_PATH
11884   shlibpath_overrides_runpath=yes
11885   hardcode_into_libs=yes
11886   # ldd complains unless libraries are executable
11887   postinstall_cmds='chmod +x $lib'
11888   ;;
11889
11890 sunos4*)
11891   version_type=sunos
11892   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11893   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11894   shlibpath_var=LD_LIBRARY_PATH
11895   shlibpath_overrides_runpath=yes
11896   if test "$with_gnu_ld" = yes; then
11897     need_lib_prefix=no
11898   fi
11899   need_version=yes
11900   ;;
11901
11902 sysv4 | sysv4.3*)
11903   version_type=linux
11904   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11905   soname_spec='${libname}${release}${shared_ext}$major'
11906   shlibpath_var=LD_LIBRARY_PATH
11907   case $host_vendor in
11908     sni)
11909       shlibpath_overrides_runpath=no
11910       need_lib_prefix=no
11911       runpath_var=LD_RUN_PATH
11912       ;;
11913     siemens)
11914       need_lib_prefix=no
11915       ;;
11916     motorola)
11917       need_lib_prefix=no
11918       need_version=no
11919       shlibpath_overrides_runpath=no
11920       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11921       ;;
11922   esac
11923   ;;
11924
11925 sysv4*MP*)
11926   if test -d /usr/nec ;then
11927     version_type=linux
11928     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11929     soname_spec='$libname${shared_ext}.$major'
11930     shlibpath_var=LD_LIBRARY_PATH
11931   fi
11932   ;;
11933
11934 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11935   version_type=freebsd-elf
11936   need_lib_prefix=no
11937   need_version=no
11938   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11939   soname_spec='${libname}${release}${shared_ext}$major'
11940   shlibpath_var=LD_LIBRARY_PATH
11941   shlibpath_overrides_runpath=yes
11942   hardcode_into_libs=yes
11943   if test "$with_gnu_ld" = yes; then
11944     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11945   else
11946     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11947     case $host_os in
11948       sco3.2v5*)
11949         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11950         ;;
11951     esac
11952   fi
11953   sys_lib_dlsearch_path_spec='/usr/lib'
11954   ;;
11955
11956 tpf*)
11957   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11958   version_type=linux
11959   need_lib_prefix=no
11960   need_version=no
11961   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11962   shlibpath_var=LD_LIBRARY_PATH
11963   shlibpath_overrides_runpath=no
11964   hardcode_into_libs=yes
11965   ;;
11966
11967 uts4*)
11968   version_type=linux
11969   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11970   soname_spec='${libname}${release}${shared_ext}$major'
11971   shlibpath_var=LD_LIBRARY_PATH
11972   ;;
11973
11974 *)
11975   dynamic_linker=no
11976   ;;
11977 esac
11978 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
11979 echo "${ECHO_T}$dynamic_linker" >&6; }
11980 test "$dynamic_linker" = no && can_build_shared=no
11981
11982 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11983 if test "$GCC" = yes; then
11984   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11985 fi
11986
11987 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11988   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11989 fi
11990 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11991   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11992 fi
11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
12024
12025
12026
12027
12028
12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
12041
12042
12043
12044
12045
12046
12047
12048
12049
12050
12051
12052
12053
12054
12055
12056
12057
12058
12059
12060
12061
12062
12063
12064
12065
12066
12067
12068
12069
12070
12071
12072
12073
12074
12075
12076
12077
12078
12079
12080   { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12081 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
12082 hardcode_action=
12083 if test -n "$hardcode_libdir_flag_spec" ||
12084    test -n "$runpath_var" ||
12085    test "X$hardcode_automatic" = "Xyes" ; then
12086
12087   # We can hardcode non-existent directories.
12088   if test "$hardcode_direct" != no &&
12089      # If the only mechanism to avoid hardcoding is shlibpath_var, we
12090      # have to relink, otherwise we might link with an installed library
12091      # when we should be linking with a yet-to-be-installed one
12092      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12093      test "$hardcode_minus_L" != no; then
12094     # Linking always hardcodes the temporary library directory.
12095     hardcode_action=relink
12096   else
12097     # We can link without hardcoding, and we can hardcode nonexisting dirs.
12098     hardcode_action=immediate
12099   fi
12100 else
12101   # We cannot hardcode anything, or else we can only hardcode existing
12102   # directories.
12103   hardcode_action=unsupported
12104 fi
12105 { echo "$as_me:$LINENO: result: $hardcode_action" >&5
12106 echo "${ECHO_T}$hardcode_action" >&6; }
12107
12108 if test "$hardcode_action" = relink ||
12109    test "$inherit_rpath" = yes; then
12110   # Fast installation is not supported
12111   enable_fast_install=no
12112 elif test "$shlibpath_overrides_runpath" = yes ||
12113      test "$enable_shared" = no; then
12114   # Fast installation is not necessary
12115   enable_fast_install=needless
12116 fi
12117
12118
12119
12120
12121
12122
12123   if test "x$enable_dlopen" != xyes; then
12124   enable_dlopen=unknown
12125   enable_dlopen_self=unknown
12126   enable_dlopen_self_static=unknown
12127 else
12128   lt_cv_dlopen=no
12129   lt_cv_dlopen_libs=
12130
12131   case $host_os in
12132   beos*)
12133     lt_cv_dlopen="load_add_on"
12134     lt_cv_dlopen_libs=
12135     lt_cv_dlopen_self=yes
12136     ;;
12137
12138   mingw* | pw32* | cegcc*)
12139     lt_cv_dlopen="LoadLibrary"
12140     lt_cv_dlopen_libs=
12141     ;;
12142
12143   cygwin*)
12144     lt_cv_dlopen="dlopen"
12145     lt_cv_dlopen_libs=
12146     ;;
12147
12148   darwin*)
12149   # if libdl is installed we need to link against it
12150     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12151 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12152 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12153   echo $ECHO_N "(cached) $ECHO_C" >&6
12154 else
12155   ac_check_lib_save_LIBS=$LIBS
12156 LIBS="-ldl  $LIBS"
12157 cat >conftest.$ac_ext <<_ACEOF
12158 /* confdefs.h.  */
12159 _ACEOF
12160 cat confdefs.h >>conftest.$ac_ext
12161 cat >>conftest.$ac_ext <<_ACEOF
12162 /* end confdefs.h.  */
12163
12164 /* Override any GCC internal prototype to avoid an error.
12165    Use char because int might match the return type of a GCC
12166    builtin and then its argument prototype would still apply.  */
12167 #ifdef __cplusplus
12168 extern "C"
12169 #endif
12170 char dlopen ();
12171 int
12172 main ()
12173 {
12174 return dlopen ();
12175   ;
12176   return 0;
12177 }
12178 _ACEOF
12179 rm -f conftest.$ac_objext conftest$ac_exeext
12180 if { (ac_try="$ac_link"
12181 case "(($ac_try" in
12182   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12183   *) ac_try_echo=$ac_try;;
12184 esac
12185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12186   (eval "$ac_link") 2>conftest.er1
12187   ac_status=$?
12188   grep -v '^ *+' conftest.er1 >conftest.err
12189   rm -f conftest.er1
12190   cat conftest.err >&5
12191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12192   (exit $ac_status); } && {
12193          test -z "$ac_c_werror_flag" ||
12194          test ! -s conftest.err
12195        } && test -s conftest$ac_exeext &&
12196        $as_test_x conftest$ac_exeext; then
12197   ac_cv_lib_dl_dlopen=yes
12198 else
12199   echo "$as_me: failed program was:" >&5
12200 sed 's/^/| /' conftest.$ac_ext >&5
12201
12202         ac_cv_lib_dl_dlopen=no
12203 fi
12204
12205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12206       conftest$ac_exeext conftest.$ac_ext
12207 LIBS=$ac_check_lib_save_LIBS
12208 fi
12209 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12210 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12211 if test $ac_cv_lib_dl_dlopen = yes; then
12212   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12213 else
12214
12215     lt_cv_dlopen="dyld"
12216     lt_cv_dlopen_libs=
12217     lt_cv_dlopen_self=yes
12218
12219 fi
12220
12221     ;;
12222
12223   *)
12224     { echo "$as_me:$LINENO: checking for shl_load" >&5
12225 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
12226 if test "${ac_cv_func_shl_load+set}" = set; then
12227   echo $ECHO_N "(cached) $ECHO_C" >&6
12228 else
12229   cat >conftest.$ac_ext <<_ACEOF
12230 /* confdefs.h.  */
12231 _ACEOF
12232 cat confdefs.h >>conftest.$ac_ext
12233 cat >>conftest.$ac_ext <<_ACEOF
12234 /* end confdefs.h.  */
12235 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
12236    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12237 #define shl_load innocuous_shl_load
12238
12239 /* System header to define __stub macros and hopefully few prototypes,
12240     which can conflict with char shl_load (); below.
12241     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12242     <limits.h> exists even on freestanding compilers.  */
12243
12244 #ifdef __STDC__
12245 # include <limits.h>
12246 #else
12247 # include <assert.h>
12248 #endif
12249
12250 #undef shl_load
12251
12252 /* Override any GCC internal prototype to avoid an error.
12253    Use char because int might match the return type of a GCC
12254    builtin and then its argument prototype would still apply.  */
12255 #ifdef __cplusplus
12256 extern "C"
12257 #endif
12258 char shl_load ();
12259 /* The GNU C library defines this for functions which it implements
12260     to always fail with ENOSYS.  Some functions are actually named
12261     something starting with __ and the normal name is an alias.  */
12262 #if defined __stub_shl_load || defined __stub___shl_load
12263 choke me
12264 #endif
12265
12266 int
12267 main ()
12268 {
12269 return shl_load ();
12270   ;
12271   return 0;
12272 }
12273 _ACEOF
12274 rm -f conftest.$ac_objext conftest$ac_exeext
12275 if { (ac_try="$ac_link"
12276 case "(($ac_try" in
12277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12278   *) ac_try_echo=$ac_try;;
12279 esac
12280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12281   (eval "$ac_link") 2>conftest.er1
12282   ac_status=$?
12283   grep -v '^ *+' conftest.er1 >conftest.err
12284   rm -f conftest.er1
12285   cat conftest.err >&5
12286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287   (exit $ac_status); } && {
12288          test -z "$ac_c_werror_flag" ||
12289          test ! -s conftest.err
12290        } && test -s conftest$ac_exeext &&
12291        $as_test_x conftest$ac_exeext; then
12292   ac_cv_func_shl_load=yes
12293 else
12294   echo "$as_me: failed program was:" >&5
12295 sed 's/^/| /' conftest.$ac_ext >&5
12296
12297         ac_cv_func_shl_load=no
12298 fi
12299
12300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12301       conftest$ac_exeext conftest.$ac_ext
12302 fi
12303 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12304 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
12305 if test $ac_cv_func_shl_load = yes; then
12306   lt_cv_dlopen="shl_load"
12307 else
12308   { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
12309 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
12310 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
12311   echo $ECHO_N "(cached) $ECHO_C" >&6
12312 else
12313   ac_check_lib_save_LIBS=$LIBS
12314 LIBS="-ldld  $LIBS"
12315 cat >conftest.$ac_ext <<_ACEOF
12316 /* confdefs.h.  */
12317 _ACEOF
12318 cat confdefs.h >>conftest.$ac_ext
12319 cat >>conftest.$ac_ext <<_ACEOF
12320 /* end confdefs.h.  */
12321
12322 /* Override any GCC internal prototype to avoid an error.
12323    Use char because int might match the return type of a GCC
12324    builtin and then its argument prototype would still apply.  */
12325 #ifdef __cplusplus
12326 extern "C"
12327 #endif
12328 char shl_load ();
12329 int
12330 main ()
12331 {
12332 return shl_load ();
12333   ;
12334   return 0;
12335 }
12336 _ACEOF
12337 rm -f conftest.$ac_objext conftest$ac_exeext
12338 if { (ac_try="$ac_link"
12339 case "(($ac_try" in
12340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12341   *) ac_try_echo=$ac_try;;
12342 esac
12343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12344   (eval "$ac_link") 2>conftest.er1
12345   ac_status=$?
12346   grep -v '^ *+' conftest.er1 >conftest.err
12347   rm -f conftest.er1
12348   cat conftest.err >&5
12349   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350   (exit $ac_status); } && {
12351          test -z "$ac_c_werror_flag" ||
12352          test ! -s conftest.err
12353        } && test -s conftest$ac_exeext &&
12354        $as_test_x conftest$ac_exeext; then
12355   ac_cv_lib_dld_shl_load=yes
12356 else
12357   echo "$as_me: failed program was:" >&5
12358 sed 's/^/| /' conftest.$ac_ext >&5
12359
12360         ac_cv_lib_dld_shl_load=no
12361 fi
12362
12363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12364       conftest$ac_exeext conftest.$ac_ext
12365 LIBS=$ac_check_lib_save_LIBS
12366 fi
12367 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
12368 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
12369 if test $ac_cv_lib_dld_shl_load = yes; then
12370   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12371 else
12372   { echo "$as_me:$LINENO: checking for dlopen" >&5
12373 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
12374 if test "${ac_cv_func_dlopen+set}" = set; then
12375   echo $ECHO_N "(cached) $ECHO_C" >&6
12376 else
12377   cat >conftest.$ac_ext <<_ACEOF
12378 /* confdefs.h.  */
12379 _ACEOF
12380 cat confdefs.h >>conftest.$ac_ext
12381 cat >>conftest.$ac_ext <<_ACEOF
12382 /* end confdefs.h.  */
12383 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
12384    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12385 #define dlopen innocuous_dlopen
12386
12387 /* System header to define __stub macros and hopefully few prototypes,
12388     which can conflict with char dlopen (); below.
12389     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12390     <limits.h> exists even on freestanding compilers.  */
12391
12392 #ifdef __STDC__
12393 # include <limits.h>
12394 #else
12395 # include <assert.h>
12396 #endif
12397
12398 #undef dlopen
12399
12400 /* Override any GCC internal prototype to avoid an error.
12401    Use char because int might match the return type of a GCC
12402    builtin and then its argument prototype would still apply.  */
12403 #ifdef __cplusplus
12404 extern "C"
12405 #endif
12406 char dlopen ();
12407 /* The GNU C library defines this for functions which it implements
12408     to always fail with ENOSYS.  Some functions are actually named
12409     something starting with __ and the normal name is an alias.  */
12410 #if defined __stub_dlopen || defined __stub___dlopen
12411 choke me
12412 #endif
12413
12414 int
12415 main ()
12416 {
12417 return dlopen ();
12418   ;
12419   return 0;
12420 }
12421 _ACEOF
12422 rm -f conftest.$ac_objext conftest$ac_exeext
12423 if { (ac_try="$ac_link"
12424 case "(($ac_try" in
12425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12426   *) ac_try_echo=$ac_try;;
12427 esac
12428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12429   (eval "$ac_link") 2>conftest.er1
12430   ac_status=$?
12431   grep -v '^ *+' conftest.er1 >conftest.err
12432   rm -f conftest.er1
12433   cat conftest.err >&5
12434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12435   (exit $ac_status); } && {
12436          test -z "$ac_c_werror_flag" ||
12437          test ! -s conftest.err
12438        } && test -s conftest$ac_exeext &&
12439        $as_test_x conftest$ac_exeext; then
12440   ac_cv_func_dlopen=yes
12441 else
12442   echo "$as_me: failed program was:" >&5
12443 sed 's/^/| /' conftest.$ac_ext >&5
12444
12445         ac_cv_func_dlopen=no
12446 fi
12447
12448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12449       conftest$ac_exeext conftest.$ac_ext
12450 fi
12451 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12452 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
12453 if test $ac_cv_func_dlopen = yes; then
12454   lt_cv_dlopen="dlopen"
12455 else
12456   { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12457 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12458 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12459   echo $ECHO_N "(cached) $ECHO_C" >&6
12460 else
12461   ac_check_lib_save_LIBS=$LIBS
12462 LIBS="-ldl  $LIBS"
12463 cat >conftest.$ac_ext <<_ACEOF
12464 /* confdefs.h.  */
12465 _ACEOF
12466 cat confdefs.h >>conftest.$ac_ext
12467 cat >>conftest.$ac_ext <<_ACEOF
12468 /* end confdefs.h.  */
12469
12470 /* Override any GCC internal prototype to avoid an error.
12471    Use char because int might match the return type of a GCC
12472    builtin and then its argument prototype would still apply.  */
12473 #ifdef __cplusplus
12474 extern "C"
12475 #endif
12476 char dlopen ();
12477 int
12478 main ()
12479 {
12480 return dlopen ();
12481   ;
12482   return 0;
12483 }
12484 _ACEOF
12485 rm -f conftest.$ac_objext conftest$ac_exeext
12486 if { (ac_try="$ac_link"
12487 case "(($ac_try" in
12488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12489   *) ac_try_echo=$ac_try;;
12490 esac
12491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12492   (eval "$ac_link") 2>conftest.er1
12493   ac_status=$?
12494   grep -v '^ *+' conftest.er1 >conftest.err
12495   rm -f conftest.er1
12496   cat conftest.err >&5
12497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12498   (exit $ac_status); } && {
12499          test -z "$ac_c_werror_flag" ||
12500          test ! -s conftest.err
12501        } && test -s conftest$ac_exeext &&
12502        $as_test_x conftest$ac_exeext; then
12503   ac_cv_lib_dl_dlopen=yes
12504 else
12505   echo "$as_me: failed program was:" >&5
12506 sed 's/^/| /' conftest.$ac_ext >&5
12507
12508         ac_cv_lib_dl_dlopen=no
12509 fi
12510
12511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12512       conftest$ac_exeext conftest.$ac_ext
12513 LIBS=$ac_check_lib_save_LIBS
12514 fi
12515 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12516 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12517 if test $ac_cv_lib_dl_dlopen = yes; then
12518   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12519 else
12520   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
12521 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
12522 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
12523   echo $ECHO_N "(cached) $ECHO_C" >&6
12524 else
12525   ac_check_lib_save_LIBS=$LIBS
12526 LIBS="-lsvld  $LIBS"
12527 cat >conftest.$ac_ext <<_ACEOF
12528 /* confdefs.h.  */
12529 _ACEOF
12530 cat confdefs.h >>conftest.$ac_ext
12531 cat >>conftest.$ac_ext <<_ACEOF
12532 /* end confdefs.h.  */
12533
12534 /* Override any GCC internal prototype to avoid an error.
12535    Use char because int might match the return type of a GCC
12536    builtin and then its argument prototype would still apply.  */
12537 #ifdef __cplusplus
12538 extern "C"
12539 #endif
12540 char dlopen ();
12541 int
12542 main ()
12543 {
12544 return dlopen ();
12545   ;
12546   return 0;
12547 }
12548 _ACEOF
12549 rm -f conftest.$ac_objext conftest$ac_exeext
12550 if { (ac_try="$ac_link"
12551 case "(($ac_try" in
12552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12553   *) ac_try_echo=$ac_try;;
12554 esac
12555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12556   (eval "$ac_link") 2>conftest.er1
12557   ac_status=$?
12558   grep -v '^ *+' conftest.er1 >conftest.err
12559   rm -f conftest.er1
12560   cat conftest.err >&5
12561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12562   (exit $ac_status); } && {
12563          test -z "$ac_c_werror_flag" ||
12564          test ! -s conftest.err
12565        } && test -s conftest$ac_exeext &&
12566        $as_test_x conftest$ac_exeext; then
12567   ac_cv_lib_svld_dlopen=yes
12568 else
12569   echo "$as_me: failed program was:" >&5
12570 sed 's/^/| /' conftest.$ac_ext >&5
12571
12572         ac_cv_lib_svld_dlopen=no
12573 fi
12574
12575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12576       conftest$ac_exeext conftest.$ac_ext
12577 LIBS=$ac_check_lib_save_LIBS
12578 fi
12579 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
12580 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
12581 if test $ac_cv_lib_svld_dlopen = yes; then
12582   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12583 else
12584   { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
12585 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
12586 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
12587   echo $ECHO_N "(cached) $ECHO_C" >&6
12588 else
12589   ac_check_lib_save_LIBS=$LIBS
12590 LIBS="-ldld  $LIBS"
12591 cat >conftest.$ac_ext <<_ACEOF
12592 /* confdefs.h.  */
12593 _ACEOF
12594 cat confdefs.h >>conftest.$ac_ext
12595 cat >>conftest.$ac_ext <<_ACEOF
12596 /* end confdefs.h.  */
12597
12598 /* Override any GCC internal prototype to avoid an error.
12599    Use char because int might match the return type of a GCC
12600    builtin and then its argument prototype would still apply.  */
12601 #ifdef __cplusplus
12602 extern "C"
12603 #endif
12604 char dld_link ();
12605 int
12606 main ()
12607 {
12608 return dld_link ();
12609   ;
12610   return 0;
12611 }
12612 _ACEOF
12613 rm -f conftest.$ac_objext conftest$ac_exeext
12614 if { (ac_try="$ac_link"
12615 case "(($ac_try" in
12616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12617   *) ac_try_echo=$ac_try;;
12618 esac
12619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12620   (eval "$ac_link") 2>conftest.er1
12621   ac_status=$?
12622   grep -v '^ *+' conftest.er1 >conftest.err
12623   rm -f conftest.er1
12624   cat conftest.err >&5
12625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12626   (exit $ac_status); } && {
12627          test -z "$ac_c_werror_flag" ||
12628          test ! -s conftest.err
12629        } && test -s conftest$ac_exeext &&
12630        $as_test_x conftest$ac_exeext; then
12631   ac_cv_lib_dld_dld_link=yes
12632 else
12633   echo "$as_me: failed program was:" >&5
12634 sed 's/^/| /' conftest.$ac_ext >&5
12635
12636         ac_cv_lib_dld_dld_link=no
12637 fi
12638
12639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12640       conftest$ac_exeext conftest.$ac_ext
12641 LIBS=$ac_check_lib_save_LIBS
12642 fi
12643 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
12644 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
12645 if test $ac_cv_lib_dld_dld_link = yes; then
12646   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12647 fi
12648
12649
12650 fi
12651
12652
12653 fi
12654
12655
12656 fi
12657
12658
12659 fi
12660
12661
12662 fi
12663
12664     ;;
12665   esac
12666
12667   if test "x$lt_cv_dlopen" != xno; then
12668     enable_dlopen=yes
12669   else
12670     enable_dlopen=no
12671   fi
12672
12673   case $lt_cv_dlopen in
12674   dlopen)
12675     save_CPPFLAGS="$CPPFLAGS"
12676     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12677
12678     save_LDFLAGS="$LDFLAGS"
12679     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12680
12681     save_LIBS="$LIBS"
12682     LIBS="$lt_cv_dlopen_libs $LIBS"
12683
12684     { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12685 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
12686 if test "${lt_cv_dlopen_self+set}" = set; then
12687   echo $ECHO_N "(cached) $ECHO_C" >&6
12688 else
12689           if test "$cross_compiling" = yes; then :
12690   lt_cv_dlopen_self=cross
12691 else
12692   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12693   lt_status=$lt_dlunknown
12694   cat > conftest.$ac_ext <<_LT_EOF
12695 #line 12695 "configure"
12696 #include "confdefs.h"
12697
12698 #if HAVE_DLFCN_H
12699 #include <dlfcn.h>
12700 #endif
12701
12702 #include <stdio.h>
12703
12704 #ifdef RTLD_GLOBAL
12705 #  define LT_DLGLOBAL           RTLD_GLOBAL
12706 #else
12707 #  ifdef DL_GLOBAL
12708 #    define LT_DLGLOBAL         DL_GLOBAL
12709 #  else
12710 #    define LT_DLGLOBAL         0
12711 #  endif
12712 #endif
12713
12714 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12715    find out it does not work in some platform. */
12716 #ifndef LT_DLLAZY_OR_NOW
12717 #  ifdef RTLD_LAZY
12718 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12719 #  else
12720 #    ifdef DL_LAZY
12721 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12722 #    else
12723 #      ifdef RTLD_NOW
12724 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12725 #      else
12726 #        ifdef DL_NOW
12727 #          define LT_DLLAZY_OR_NOW      DL_NOW
12728 #        else
12729 #          define LT_DLLAZY_OR_NOW      0
12730 #        endif
12731 #      endif
12732 #    endif
12733 #  endif
12734 #endif
12735
12736 void fnord() { int i=42;}
12737 int main ()
12738 {
12739   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12740   int status = $lt_dlunknown;
12741
12742   if (self)
12743     {
12744       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12745       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12746       /* dlclose (self); */
12747     }
12748   else
12749     puts (dlerror ());
12750
12751   return status;
12752 }
12753 _LT_EOF
12754   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12755   (eval $ac_link) 2>&5
12756   ac_status=$?
12757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12758   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12759     (./conftest; exit; ) >&5 2>/dev/null
12760     lt_status=$?
12761     case x$lt_status in
12762       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12763       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12764       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12765     esac
12766   else :
12767     # compilation failed
12768     lt_cv_dlopen_self=no
12769   fi
12770 fi
12771 rm -fr conftest*
12772
12773
12774 fi
12775 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12776 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
12777
12778     if test "x$lt_cv_dlopen_self" = xyes; then
12779       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12780       { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12781 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
12782 if test "${lt_cv_dlopen_self_static+set}" = set; then
12783   echo $ECHO_N "(cached) $ECHO_C" >&6
12784 else
12785           if test "$cross_compiling" = yes; then :
12786   lt_cv_dlopen_self_static=cross
12787 else
12788   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12789   lt_status=$lt_dlunknown
12790   cat > conftest.$ac_ext <<_LT_EOF
12791 #line 12791 "configure"
12792 #include "confdefs.h"
12793
12794 #if HAVE_DLFCN_H
12795 #include <dlfcn.h>
12796 #endif
12797
12798 #include <stdio.h>
12799
12800 #ifdef RTLD_GLOBAL
12801 #  define LT_DLGLOBAL           RTLD_GLOBAL
12802 #else
12803 #  ifdef DL_GLOBAL
12804 #    define LT_DLGLOBAL         DL_GLOBAL
12805 #  else
12806 #    define LT_DLGLOBAL         0
12807 #  endif
12808 #endif
12809
12810 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12811    find out it does not work in some platform. */
12812 #ifndef LT_DLLAZY_OR_NOW
12813 #  ifdef RTLD_LAZY
12814 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12815 #  else
12816 #    ifdef DL_LAZY
12817 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12818 #    else
12819 #      ifdef RTLD_NOW
12820 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12821 #      else
12822 #        ifdef DL_NOW
12823 #          define LT_DLLAZY_OR_NOW      DL_NOW
12824 #        else
12825 #          define LT_DLLAZY_OR_NOW      0
12826 #        endif
12827 #      endif
12828 #    endif
12829 #  endif
12830 #endif
12831
12832 void fnord() { int i=42;}
12833 int main ()
12834 {
12835   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12836   int status = $lt_dlunknown;
12837
12838   if (self)
12839     {
12840       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12841       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12842       /* dlclose (self); */
12843     }
12844   else
12845     puts (dlerror ());
12846
12847   return status;
12848 }
12849 _LT_EOF
12850   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12851   (eval $ac_link) 2>&5
12852   ac_status=$?
12853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12854   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12855     (./conftest; exit; ) >&5 2>/dev/null
12856     lt_status=$?
12857     case x$lt_status in
12858       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12859       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12860       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12861     esac
12862   else :
12863     # compilation failed
12864     lt_cv_dlopen_self_static=no
12865   fi
12866 fi
12867 rm -fr conftest*
12868
12869
12870 fi
12871 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
12872 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
12873     fi
12874
12875     CPPFLAGS="$save_CPPFLAGS"
12876     LDFLAGS="$save_LDFLAGS"
12877     LIBS="$save_LIBS"
12878     ;;
12879   esac
12880
12881   case $lt_cv_dlopen_self in
12882   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12883   *) enable_dlopen_self=unknown ;;
12884   esac
12885
12886   case $lt_cv_dlopen_self_static in
12887   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12888   *) enable_dlopen_self_static=unknown ;;
12889   esac
12890 fi
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
12901
12902
12903
12904
12905
12906
12907
12908 striplib=
12909 old_striplib=
12910 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
12911 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
12912 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12913   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12914   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12915   { echo "$as_me:$LINENO: result: yes" >&5
12916 echo "${ECHO_T}yes" >&6; }
12917 else
12918 # FIXME - insert some real tests, host_os isn't really good enough
12919   case $host_os in
12920   darwin*)
12921     if test -n "$STRIP" ; then
12922       striplib="$STRIP -x"
12923       old_striplib="$STRIP -S"
12924       { echo "$as_me:$LINENO: result: yes" >&5
12925 echo "${ECHO_T}yes" >&6; }
12926     else
12927       { echo "$as_me:$LINENO: result: no" >&5
12928 echo "${ECHO_T}no" >&6; }
12929     fi
12930     ;;
12931   *)
12932     { echo "$as_me:$LINENO: result: no" >&5
12933 echo "${ECHO_T}no" >&6; }
12934     ;;
12935   esac
12936 fi
12937
12938
12939
12940
12941
12942
12943
12944
12945
12946
12947
12948
12949   # Report which library types will actually be built
12950   { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
12951 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
12952   { echo "$as_me:$LINENO: result: $can_build_shared" >&5
12953 echo "${ECHO_T}$can_build_shared" >&6; }
12954
12955   { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
12956 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
12957   test "$can_build_shared" = "no" && enable_shared=no
12958
12959   # On AIX, shared libraries and static libraries use the same namespace, and
12960   # are all built from PIC.
12961   case $host_os in
12962   aix3*)
12963     test "$enable_shared" = yes && enable_static=no
12964     if test -n "$RANLIB"; then
12965       archive_cmds="$archive_cmds~\$RANLIB \$lib"
12966       postinstall_cmds='$RANLIB $lib'
12967     fi
12968     ;;
12969
12970   aix[4-9]*)
12971     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12972       test "$enable_shared" = yes && enable_static=no
12973     fi
12974     ;;
12975   esac
12976   { echo "$as_me:$LINENO: result: $enable_shared" >&5
12977 echo "${ECHO_T}$enable_shared" >&6; }
12978
12979   { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
12980 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
12981   # Make sure either enable_shared or enable_static is yes.
12982   test "$enable_shared" = yes || enable_static=yes
12983   { echo "$as_me:$LINENO: result: $enable_static" >&5
12984 echo "${ECHO_T}$enable_static" >&6; }
12985
12986
12987
12988
12989 fi
12990 ac_ext=c
12991 ac_cpp='$CPP $CPPFLAGS'
12992 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12993 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12994 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12995
12996 CC="$lt_save_CC"
12997
12998
12999 ac_ext=cpp
13000 ac_cpp='$CXXCPP $CPPFLAGS'
13001 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13002 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13003 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13004
13005 archive_cmds_need_lc_CXX=no
13006 allow_undefined_flag_CXX=
13007 always_export_symbols_CXX=no
13008 archive_expsym_cmds_CXX=
13009 compiler_needs_object_CXX=no
13010 export_dynamic_flag_spec_CXX=
13011 hardcode_direct_CXX=no
13012 hardcode_direct_absolute_CXX=no
13013 hardcode_libdir_flag_spec_CXX=
13014 hardcode_libdir_flag_spec_ld_CXX=
13015 hardcode_libdir_separator_CXX=
13016 hardcode_minus_L_CXX=no
13017 hardcode_shlibpath_var_CXX=unsupported
13018 hardcode_automatic_CXX=no
13019 inherit_rpath_CXX=no
13020 module_cmds_CXX=
13021 module_expsym_cmds_CXX=
13022 link_all_deplibs_CXX=unknown
13023 old_archive_cmds_CXX=$old_archive_cmds
13024 no_undefined_flag_CXX=
13025 whole_archive_flag_spec_CXX=
13026 enable_shared_with_static_runtimes_CXX=no
13027
13028 # Source file extension for C++ test sources.
13029 ac_ext=cpp
13030
13031 # Object file extension for compiled C++ test sources.
13032 objext=o
13033 objext_CXX=$objext
13034
13035 # No sense in running all these tests if we already determined that
13036 # the CXX compiler isn't working.  Some variables (like enable_shared)
13037 # are currently assumed to apply to all compilers on this platform,
13038 # and will be corrupted by setting them based on a non-working compiler.
13039 if test "$_lt_caught_CXX_error" != yes; then
13040   # Code to be used in simple compile tests
13041   lt_simple_compile_test_code="int some_variable = 0;"
13042
13043   # Code to be used in simple link tests
13044   lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
13045
13046   # ltmain only uses $CC for tagged configurations so make sure $CC is set.
13047
13048
13049
13050
13051
13052
13053 # If no C compiler was specified, use CC.
13054 LTCC=${LTCC-"$CC"}
13055
13056 # If no C compiler flags were specified, use CFLAGS.
13057 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13058
13059 # Allow CC to be a program name with arguments.
13060 compiler=$CC
13061
13062
13063   # save warnings/boilerplate of simple test code
13064   ac_outfile=conftest.$ac_objext
13065 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
13066 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13067 _lt_compiler_boilerplate=`cat conftest.err`
13068 $RM conftest*
13069
13070   ac_outfile=conftest.$ac_objext
13071 echo "$lt_simple_link_test_code" >conftest.$ac_ext
13072 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13073 _lt_linker_boilerplate=`cat conftest.err`
13074 $RM -r conftest*
13075
13076
13077   # Allow CC to be a program name with arguments.
13078   lt_save_CC=$CC
13079   lt_save_LD=$LD
13080   lt_save_GCC=$GCC
13081   GCC=$GXX
13082   lt_save_with_gnu_ld=$with_gnu_ld
13083   lt_save_path_LD=$lt_cv_path_LD
13084   if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
13085     lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
13086   else
13087     $as_unset lt_cv_prog_gnu_ld
13088   fi
13089   if test -n "${lt_cv_path_LDCXX+set}"; then
13090     lt_cv_path_LD=$lt_cv_path_LDCXX
13091   else
13092     $as_unset lt_cv_path_LD
13093   fi
13094   test -z "${LDCXX+set}" || LD=$LDCXX
13095   CC=${CXX-"c++"}
13096   compiler=$CC
13097   compiler_CXX=$CC
13098   for cc_temp in $compiler""; do
13099   case $cc_temp in
13100     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13101     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
13102     \-*) ;;
13103     *) break;;
13104   esac
13105 done
13106 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
13107
13108
13109   if test -n "$compiler"; then
13110     # We don't want -fno-exception when compiling C++ code, so set the
13111     # no_builtin_flag separately
13112     if test "$GXX" = yes; then
13113       lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
13114     else
13115       lt_prog_compiler_no_builtin_flag_CXX=
13116     fi
13117
13118     if test "$GXX" = yes; then
13119       # Set up default GNU C++ configuration
13120
13121
13122
13123 # Check whether --with-gnu-ld was given.
13124 if test "${with_gnu_ld+set}" = set; then
13125   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13126 else
13127   with_gnu_ld=no
13128 fi
13129
13130 ac_prog=ld
13131 if test "$GCC" = yes; then
13132   # Check if gcc -print-prog-name=ld gives a path.
13133   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
13134 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
13135   case $host in
13136   *-*-mingw*)
13137     # gcc leaves a trailing carriage return which upsets mingw
13138     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13139   *)
13140     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13141   esac
13142   case $ac_prog in
13143     # Accept absolute paths.
13144     [\\/]* | ?:[\\/]*)
13145       re_direlt='/[^/][^/]*/\.\./'
13146       # Canonicalize the pathname of ld
13147       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
13148       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
13149         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
13150       done
13151       test -z "$LD" && LD="$ac_prog"
13152       ;;
13153   "")
13154     # If it fails, then pretend we aren't using GCC.
13155     ac_prog=ld
13156     ;;
13157   *)
13158     # If it is relative, then search for the first ld in PATH.
13159     with_gnu_ld=unknown
13160     ;;
13161   esac
13162 elif test "$with_gnu_ld" = yes; then
13163   { echo "$as_me:$LINENO: checking for GNU ld" >&5
13164 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
13165 else
13166   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
13167 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
13168 fi
13169 if test "${lt_cv_path_LD+set}" = set; then
13170   echo $ECHO_N "(cached) $ECHO_C" >&6
13171 else
13172   if test -z "$LD"; then
13173   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13174   for ac_dir in $PATH; do
13175     IFS="$lt_save_ifs"
13176     test -z "$ac_dir" && ac_dir=.
13177     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13178       lt_cv_path_LD="$ac_dir/$ac_prog"
13179       # Check to see if the program is GNU ld.  I'd rather use --version,
13180       # but apparently some variants of GNU ld only accept -v.
13181       # Break only if it was the GNU/non-GNU ld that we prefer.
13182       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
13183       *GNU* | *'with BFD'*)
13184         test "$with_gnu_ld" != no && break
13185         ;;
13186       *)
13187         test "$with_gnu_ld" != yes && break
13188         ;;
13189       esac
13190     fi
13191   done
13192   IFS="$lt_save_ifs"
13193 else
13194   lt_cv_path_LD="$LD" # Let the user override the test with a path.
13195 fi
13196 fi
13197
13198 LD="$lt_cv_path_LD"
13199 if test -n "$LD"; then
13200   { echo "$as_me:$LINENO: result: $LD" >&5
13201 echo "${ECHO_T}$LD" >&6; }
13202 else
13203   { echo "$as_me:$LINENO: result: no" >&5
13204 echo "${ECHO_T}no" >&6; }
13205 fi
13206 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
13207 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
13208    { (exit 1); exit 1; }; }
13209 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
13210 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
13211 if test "${lt_cv_prog_gnu_ld+set}" = set; then
13212   echo $ECHO_N "(cached) $ECHO_C" >&6
13213 else
13214   # I'd rather use --version here, but apparently some GNU lds only accept -v.
13215 case `$LD -v 2>&1 </dev/null` in
13216 *GNU* | *'with BFD'*)
13217   lt_cv_prog_gnu_ld=yes
13218   ;;
13219 *)
13220   lt_cv_prog_gnu_ld=no
13221   ;;
13222 esac
13223 fi
13224 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
13225 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
13226 with_gnu_ld=$lt_cv_prog_gnu_ld
13227
13228
13229
13230
13231
13232
13233
13234       # Check if GNU C++ uses GNU ld as the underlying linker, since the
13235       # archiving commands below assume that GNU ld is being used.
13236       if test "$with_gnu_ld" = yes; then
13237         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13238         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'
13239
13240         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13241         export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13242
13243         # If archive_cmds runs LD, not CC, wlarc should be empty
13244         # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
13245         #     investigate it a little bit more. (MM)
13246         wlarc='${wl}'
13247
13248         # ancient GNU ld didn't support --whole-archive et. al.
13249         if eval "`$CC -print-prog-name=ld` --help 2>&1" |
13250           $GREP 'no-whole-archive' > /dev/null; then
13251           whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13252         else
13253           whole_archive_flag_spec_CXX=
13254         fi
13255       else
13256         with_gnu_ld=no
13257         wlarc=
13258
13259         # A generic and very simple default shared library creation
13260         # command for GNU C++ for the case where it uses the native
13261         # linker, instead of GNU ld.  If possible, this setting should
13262         # overridden to take advantage of the native linker features on
13263         # the platform it is being used on.
13264         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13265       fi
13266
13267       # Commands to make compiler produce verbose output that lists
13268       # what "hidden" libraries, object files and flags are used when
13269       # linking a shared library.
13270       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
13271
13272     else
13273       GXX=no
13274       with_gnu_ld=no
13275       wlarc=
13276     fi
13277
13278     # PORTME: fill in a description of your system's C++ link characteristics
13279     { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13280 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13281     ld_shlibs_CXX=yes
13282     case $host_os in
13283       aix3*)
13284         # FIXME: insert proper C++ library support
13285         ld_shlibs_CXX=no
13286         ;;
13287       aix[4-9]*)
13288         if test "$host_cpu" = ia64; then
13289           # On IA64, the linker does run time linking by default, so we don't
13290           # have to do anything special.
13291           aix_use_runtimelinking=no
13292           exp_sym_flag='-Bexport'
13293           no_entry_flag=""
13294         else
13295           aix_use_runtimelinking=no
13296
13297           # Test if we are trying to use run time linking or normal
13298           # AIX style linking. If -brtl is somewhere in LDFLAGS, we
13299           # need to do runtime linking.
13300           case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
13301             for ld_flag in $LDFLAGS; do
13302               case $ld_flag in
13303               *-brtl*)
13304                 aix_use_runtimelinking=yes
13305                 break
13306                 ;;
13307               esac
13308             done
13309             ;;
13310           esac
13311
13312           exp_sym_flag='-bexport'
13313           no_entry_flag='-bnoentry'
13314         fi
13315
13316         # When large executables or shared objects are built, AIX ld can
13317         # have problems creating the table of contents.  If linking a library
13318         # or program results in "error TOC overflow" add -mminimal-toc to
13319         # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
13320         # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13321
13322         archive_cmds_CXX=''
13323         hardcode_direct_CXX=yes
13324         hardcode_direct_absolute_CXX=yes
13325         hardcode_libdir_separator_CXX=':'
13326         link_all_deplibs_CXX=yes
13327         file_list_spec_CXX='${wl}-f,'
13328
13329         if test "$GXX" = yes; then
13330           case $host_os in aix4.[012]|aix4.[012].*)
13331           # We only want to do this on AIX 4.2 and lower, the check
13332           # below for broken collect2 doesn't work under 4.3+
13333           collect2name=`${CC} -print-prog-name=collect2`
13334           if test -f "$collect2name" &&
13335              strings "$collect2name" | $GREP resolve_lib_name >/dev/null
13336           then
13337             # We have reworked collect2
13338             :
13339           else
13340             # We have old collect2
13341             hardcode_direct_CXX=unsupported
13342             # It fails to find uninstalled libraries when the uninstalled
13343             # path is not listed in the libpath.  Setting hardcode_minus_L
13344             # to unsupported forces relinking
13345             hardcode_minus_L_CXX=yes
13346             hardcode_libdir_flag_spec_CXX='-L$libdir'
13347             hardcode_libdir_separator_CXX=
13348           fi
13349           esac
13350           shared_flag='-shared'
13351           if test "$aix_use_runtimelinking" = yes; then
13352             shared_flag="$shared_flag "'${wl}-G'
13353           fi
13354         else
13355           # not using gcc
13356           if test "$host_cpu" = ia64; then
13357           # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13358           # chokes on -Wl,-G. The following line is correct:
13359           shared_flag='-G'
13360           else
13361             if test "$aix_use_runtimelinking" = yes; then
13362               shared_flag='${wl}-G'
13363             else
13364               shared_flag='${wl}-bM:SRE'
13365             fi
13366           fi
13367         fi
13368
13369         export_dynamic_flag_spec_CXX='${wl}-bexpall'
13370         # It seems that -bexpall does not export symbols beginning with
13371         # underscore (_), so it is better to generate a list of symbols to
13372         # export.
13373         always_export_symbols_CXX=yes
13374         if test "$aix_use_runtimelinking" = yes; then
13375           # Warning - without using the other runtime loading flags (-brtl),
13376           # -berok will link without error, but may produce a broken library.
13377           allow_undefined_flag_CXX='-berok'
13378           # Determine the default libpath from the value encoded in an empty
13379           # executable.
13380           cat >conftest.$ac_ext <<_ACEOF
13381 /* confdefs.h.  */
13382 _ACEOF
13383 cat confdefs.h >>conftest.$ac_ext
13384 cat >>conftest.$ac_ext <<_ACEOF
13385 /* end confdefs.h.  */
13386
13387 int
13388 main ()
13389 {
13390
13391   ;
13392   return 0;
13393 }
13394 _ACEOF
13395 rm -f conftest.$ac_objext conftest$ac_exeext
13396 if { (ac_try="$ac_link"
13397 case "(($ac_try" in
13398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13399   *) ac_try_echo=$ac_try;;
13400 esac
13401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13402   (eval "$ac_link") 2>conftest.er1
13403   ac_status=$?
13404   grep -v '^ *+' conftest.er1 >conftest.err
13405   rm -f conftest.er1
13406   cat conftest.err >&5
13407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13408   (exit $ac_status); } && {
13409          test -z "$ac_cxx_werror_flag" ||
13410          test ! -s conftest.err
13411        } && test -s conftest$ac_exeext &&
13412        $as_test_x conftest$ac_exeext; then
13413
13414 lt_aix_libpath_sed='
13415     /Import File Strings/,/^$/ {
13416         /^0/ {
13417             s/^0  *\(.*\)$/\1/
13418             p
13419         }
13420     }'
13421 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13422 # Check for a 64-bit object if we didn't find anything.
13423 if test -z "$aix_libpath"; then
13424   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13425 fi
13426 else
13427   echo "$as_me: failed program was:" >&5
13428 sed 's/^/| /' conftest.$ac_ext >&5
13429
13430
13431 fi
13432
13433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13434       conftest$ac_exeext conftest.$ac_ext
13435 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13436
13437           hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13438
13439           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"
13440         else
13441           if test "$host_cpu" = ia64; then
13442             hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
13443             allow_undefined_flag_CXX="-z nodefs"
13444             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"
13445           else
13446             # Determine the default libpath from the value encoded in an
13447             # empty executable.
13448             cat >conftest.$ac_ext <<_ACEOF
13449 /* confdefs.h.  */
13450 _ACEOF
13451 cat confdefs.h >>conftest.$ac_ext
13452 cat >>conftest.$ac_ext <<_ACEOF
13453 /* end confdefs.h.  */
13454
13455 int
13456 main ()
13457 {
13458
13459   ;
13460   return 0;
13461 }
13462 _ACEOF
13463 rm -f conftest.$ac_objext conftest$ac_exeext
13464 if { (ac_try="$ac_link"
13465 case "(($ac_try" in
13466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13467   *) ac_try_echo=$ac_try;;
13468 esac
13469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13470   (eval "$ac_link") 2>conftest.er1
13471   ac_status=$?
13472   grep -v '^ *+' conftest.er1 >conftest.err
13473   rm -f conftest.er1
13474   cat conftest.err >&5
13475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13476   (exit $ac_status); } && {
13477          test -z "$ac_cxx_werror_flag" ||
13478          test ! -s conftest.err
13479        } && test -s conftest$ac_exeext &&
13480        $as_test_x conftest$ac_exeext; then
13481
13482 lt_aix_libpath_sed='
13483     /Import File Strings/,/^$/ {
13484         /^0/ {
13485             s/^0  *\(.*\)$/\1/
13486             p
13487         }
13488     }'
13489 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13490 # Check for a 64-bit object if we didn't find anything.
13491 if test -z "$aix_libpath"; then
13492   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13493 fi
13494 else
13495   echo "$as_me: failed program was:" >&5
13496 sed 's/^/| /' conftest.$ac_ext >&5
13497
13498
13499 fi
13500
13501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13502       conftest$ac_exeext conftest.$ac_ext
13503 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13504
13505             hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13506             # Warning - without using the other run time loading flags,
13507             # -berok will link without error, but may produce a broken library.
13508             no_undefined_flag_CXX=' ${wl}-bernotok'
13509             allow_undefined_flag_CXX=' ${wl}-berok'
13510             # Exported symbols can be pulled into shared objects from archives
13511             whole_archive_flag_spec_CXX='$convenience'
13512             archive_cmds_need_lc_CXX=yes
13513             # This is similar to how AIX traditionally builds its shared
13514             # libraries.
13515             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'
13516           fi
13517         fi
13518         ;;
13519
13520       beos*)
13521         if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13522           allow_undefined_flag_CXX=unsupported
13523           # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13524           # support --undefined.  This deserves some investigation.  FIXME
13525           archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13526         else
13527           ld_shlibs_CXX=no
13528         fi
13529         ;;
13530
13531       chorus*)
13532         case $cc_basename in
13533           *)
13534           # FIXME: insert proper C++ library support
13535           ld_shlibs_CXX=no
13536           ;;
13537         esac
13538         ;;
13539
13540       cygwin* | mingw* | pw32* | cegcc*)
13541         # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13542         # as there is no search path for DLLs.
13543         hardcode_libdir_flag_spec_CXX='-L$libdir'
13544         allow_undefined_flag_CXX=unsupported
13545         always_export_symbols_CXX=no
13546         enable_shared_with_static_runtimes_CXX=yes
13547
13548         if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
13549           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'
13550           # If the export-symbols file already is a .def file (1st line
13551           # is EXPORTS), use it as is; otherwise, prepend...
13552           archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13553             cp $export_symbols $output_objdir/$soname.def;
13554           else
13555             echo EXPORTS > $output_objdir/$soname.def;
13556             cat $export_symbols >> $output_objdir/$soname.def;
13557           fi~
13558           $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'
13559         else
13560           ld_shlibs_CXX=no
13561         fi
13562         ;;
13563       darwin* | rhapsody*)
13564
13565
13566   archive_cmds_need_lc_CXX=no
13567   hardcode_direct_CXX=no
13568   hardcode_automatic_CXX=yes
13569   hardcode_shlibpath_var_CXX=unsupported
13570   whole_archive_flag_spec_CXX=''
13571   link_all_deplibs_CXX=yes
13572   allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13573   case $cc_basename in
13574      ifort*) _lt_dar_can_shared=yes ;;
13575      *) _lt_dar_can_shared=$GCC ;;
13576   esac
13577   if test "$_lt_dar_can_shared" = "yes"; then
13578     output_verbose_link_cmd=echo
13579     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}"
13580     module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13581     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}"
13582     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}"
13583        if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13584       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}"
13585       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}"
13586     fi
13587
13588   else
13589   ld_shlibs_CXX=no
13590   fi
13591
13592         ;;
13593
13594       dgux*)
13595         case $cc_basename in
13596           ec++*)
13597             # FIXME: insert proper C++ library support
13598             ld_shlibs_CXX=no
13599             ;;
13600           ghcx*)
13601             # Green Hills C++ Compiler
13602             # FIXME: insert proper C++ library support
13603             ld_shlibs_CXX=no
13604             ;;
13605           *)
13606             # FIXME: insert proper C++ library support
13607             ld_shlibs_CXX=no
13608             ;;
13609         esac
13610         ;;
13611
13612       freebsd[12]*)
13613         # C++ shared libraries reported to be fairly broken before
13614         # switch to ELF
13615         ld_shlibs_CXX=no
13616         ;;
13617
13618       freebsd-elf*)
13619         archive_cmds_need_lc_CXX=no
13620         ;;
13621
13622       freebsd* | dragonfly*)
13623         # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13624         # conventions
13625         ld_shlibs_CXX=yes
13626         ;;
13627
13628       gnu*)
13629         ;;
13630
13631       hpux9*)
13632         hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13633         hardcode_libdir_separator_CXX=:
13634         export_dynamic_flag_spec_CXX='${wl}-E'
13635         hardcode_direct_CXX=yes
13636         hardcode_minus_L_CXX=yes # Not in the search PATH,
13637                                              # but as the default
13638                                              # location of the library.
13639
13640         case $cc_basename in
13641           CC*)
13642             # FIXME: insert proper C++ library support
13643             ld_shlibs_CXX=no
13644             ;;
13645           aCC*)
13646             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'
13647             # Commands to make compiler produce verbose output that lists
13648             # what "hidden" libraries, object files and flags are used when
13649             # linking a shared library.
13650             #
13651             # There doesn't appear to be a way to prevent this compiler from
13652             # explicitly linking system object files so we need to strip them
13653             # from the output so that they don't get included in the library
13654             # dependencies.
13655             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'
13656             ;;
13657           *)
13658             if test "$GXX" = yes; then
13659               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'
13660             else
13661               # FIXME: insert proper C++ library support
13662               ld_shlibs_CXX=no
13663             fi
13664             ;;
13665         esac
13666         ;;
13667
13668       hpux10*|hpux11*)
13669         if test $with_gnu_ld = no; then
13670           hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13671           hardcode_libdir_separator_CXX=:
13672
13673           case $host_cpu in
13674             hppa*64*|ia64*)
13675               ;;
13676             *)
13677               export_dynamic_flag_spec_CXX='${wl}-E'
13678               ;;
13679           esac
13680         fi
13681         case $host_cpu in
13682           hppa*64*|ia64*)
13683             hardcode_direct_CXX=no
13684             hardcode_shlibpath_var_CXX=no
13685             ;;
13686           *)
13687             hardcode_direct_CXX=yes
13688             hardcode_direct_absolute_CXX=yes
13689             hardcode_minus_L_CXX=yes # Not in the search PATH,
13690                                                  # but as the default
13691                                                  # location of the library.
13692             ;;
13693         esac
13694
13695         case $cc_basename in
13696           CC*)
13697             # FIXME: insert proper C++ library support
13698             ld_shlibs_CXX=no
13699             ;;
13700           aCC*)
13701             case $host_cpu in
13702               hppa*64*)
13703                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13704                 ;;
13705               ia64*)
13706                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13707                 ;;
13708               *)
13709                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13710                 ;;
13711             esac
13712             # Commands to make compiler produce verbose output that lists
13713             # what "hidden" libraries, object files and flags are used when
13714             # linking a shared library.
13715             #
13716             # There doesn't appear to be a way to prevent this compiler from
13717             # explicitly linking system object files so we need to strip them
13718             # from the output so that they don't get included in the library
13719             # dependencies.
13720             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'
13721             ;;
13722           *)
13723             if test "$GXX" = yes; then
13724               if test $with_gnu_ld = no; then
13725                 case $host_cpu in
13726                   hppa*64*)
13727                     archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13728                     ;;
13729                   ia64*)
13730                     archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13731                     ;;
13732                   *)
13733                     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'
13734                     ;;
13735                 esac
13736               fi
13737             else
13738               # FIXME: insert proper C++ library support
13739               ld_shlibs_CXX=no
13740             fi
13741             ;;
13742         esac
13743         ;;
13744
13745       interix[3-9]*)
13746         hardcode_direct_CXX=no
13747         hardcode_shlibpath_var_CXX=no
13748         hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13749         export_dynamic_flag_spec_CXX='${wl}-E'
13750         # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13751         # Instead, shared libraries are loaded at an image base (0x10000000 by
13752         # default) and relocated if they conflict, which is a slow very memory
13753         # consuming and fragmenting process.  To avoid this, we pick a random,
13754         # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13755         # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
13756         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'
13757         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'
13758         ;;
13759       irix5* | irix6*)
13760         case $cc_basename in
13761           CC*)
13762             # SGI C++
13763             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'
13764
13765             # Archives containing C++ object files must be created using
13766             # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
13767             # necessary to make sure instantiated templates are included
13768             # in the archive.
13769             old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
13770             ;;
13771           *)
13772             if test "$GXX" = yes; then
13773               if test "$with_gnu_ld" = no; then
13774                 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'
13775               else
13776                 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'
13777               fi
13778             fi
13779             link_all_deplibs_CXX=yes
13780             ;;
13781         esac
13782         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13783         hardcode_libdir_separator_CXX=:
13784         inherit_rpath_CXX=yes
13785         ;;
13786
13787       linux* | k*bsd*-gnu)
13788         case $cc_basename in
13789           KCC*)
13790             # Kuck and Associates, Inc. (KAI) C++ Compiler
13791
13792             # KCC will only create a shared library if the output file
13793             # ends with ".so" (or ".sl" for HP-UX), so rename the library
13794             # to its proper name (with version) after linking.
13795             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'
13796             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'
13797             # Commands to make compiler produce verbose output that lists
13798             # what "hidden" libraries, object files and flags are used when
13799             # linking a shared library.
13800             #
13801             # There doesn't appear to be a way to prevent this compiler from
13802             # explicitly linking system object files so we need to strip them
13803             # from the output so that they don't get included in the library
13804             # dependencies.
13805             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'
13806
13807             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13808             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13809
13810             # Archives containing C++ object files must be created using
13811             # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13812             old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13813             ;;
13814           icpc* | ecpc* )
13815             # Intel C++
13816             with_gnu_ld=yes
13817             # version 8.0 and above of icpc choke on multiply defined symbols
13818             # if we add $predep_objects and $postdep_objects, however 7.1 and
13819             # earlier do not add the objects themselves.
13820             case `$CC -V 2>&1` in
13821               *"Version 7."*)
13822                 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13823                 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'
13824                 ;;
13825               *)  # Version 8.0 or newer
13826                 tmp_idyn=
13827                 case $host_cpu in
13828                   ia64*) tmp_idyn=' -i_dynamic';;
13829                 esac
13830                 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13831                 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'
13832                 ;;
13833             esac
13834             archive_cmds_need_lc_CXX=no
13835             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13836             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13837             whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13838             ;;
13839           pgCC* | pgcpp*)
13840             # Portland Group C++ compiler
13841             case `$CC -V` in
13842             *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
13843               prelink_cmds_CXX='tpldir=Template.dir~
13844                 rm -rf $tpldir~
13845                 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13846                 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13847               old_archive_cmds_CXX='tpldir=Template.dir~
13848                 rm -rf $tpldir~
13849                 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13850                 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13851                 $RANLIB $oldlib'
13852               archive_cmds_CXX='tpldir=Template.dir~
13853                 rm -rf $tpldir~
13854                 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13855                 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13856               archive_expsym_cmds_CXX='tpldir=Template.dir~
13857                 rm -rf $tpldir~
13858                 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13859                 $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'
13860               ;;
13861             *) # Version 6 will use weak symbols
13862               archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13863               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'
13864               ;;
13865             esac
13866
13867             hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13868             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13869             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'
13870             ;;
13871           cxx*)
13872             # Compaq C++
13873             archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13874             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'
13875
13876             runpath_var=LD_RUN_PATH
13877             hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13878             hardcode_libdir_separator_CXX=:
13879
13880             # Commands to make compiler produce verbose output that lists
13881             # what "hidden" libraries, object files and flags are used when
13882             # linking a shared library.
13883             #
13884             # There doesn't appear to be a way to prevent this compiler from
13885             # explicitly linking system object files so we need to strip them
13886             # from the output so that they don't get included in the library
13887             # dependencies.
13888             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'
13889             ;;
13890           xl*)
13891             # IBM XL 8.0 on PPC, with GNU ld
13892             hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13893             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13894             archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13895             if test "x$supports_anon_versioning" = xyes; then
13896               archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13897                 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13898                 echo "local: *; };" >> $output_objdir/$libname.ver~
13899                 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13900             fi
13901             ;;
13902           *)
13903             case `$CC -V 2>&1 | sed 5q` in
13904             *Sun\ C*)
13905               # Sun C++ 5.9
13906               no_undefined_flag_CXX=' -zdefs'
13907               archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13908               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'
13909               hardcode_libdir_flag_spec_CXX='-R$libdir'
13910               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'
13911               compiler_needs_object_CXX=yes
13912
13913               # Not sure whether something based on
13914               # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13915               # would be better.
13916               output_verbose_link_cmd='echo'
13917
13918               # Archives containing C++ object files must be created using
13919               # "CC -xar", where "CC" is the Sun C++ compiler.  This is
13920               # necessary to make sure instantiated templates are included
13921               # in the archive.
13922               old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13923               ;;
13924             esac
13925             ;;
13926         esac
13927         ;;
13928
13929       lynxos*)
13930         # FIXME: insert proper C++ library support
13931         ld_shlibs_CXX=no
13932         ;;
13933
13934       m88k*)
13935         # FIXME: insert proper C++ library support
13936         ld_shlibs_CXX=no
13937         ;;
13938
13939       mvs*)
13940         case $cc_basename in
13941           cxx*)
13942             # FIXME: insert proper C++ library support
13943             ld_shlibs_CXX=no
13944             ;;
13945           *)
13946             # FIXME: insert proper C++ library support
13947             ld_shlibs_CXX=no
13948             ;;
13949         esac
13950         ;;
13951
13952       netbsd*)
13953         if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13954           archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13955           wlarc=
13956           hardcode_libdir_flag_spec_CXX='-R$libdir'
13957           hardcode_direct_CXX=yes
13958           hardcode_shlibpath_var_CXX=no
13959         fi
13960         # Workaround some broken pre-1.5 toolchains
13961         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13962         ;;
13963
13964       *nto* | *qnx*)
13965         ld_shlibs_CXX=yes
13966         ;;
13967
13968       openbsd2*)
13969         # C++ shared libraries are fairly broken
13970         ld_shlibs_CXX=no
13971         ;;
13972
13973       openbsd*)
13974         if test -f /usr/libexec/ld.so; then
13975           hardcode_direct_CXX=yes
13976           hardcode_shlibpath_var_CXX=no
13977           hardcode_direct_absolute_CXX=yes
13978           archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13979           hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13980           if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13981             archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13982             export_dynamic_flag_spec_CXX='${wl}-E'
13983             whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13984           fi
13985           output_verbose_link_cmd=echo
13986         else
13987           ld_shlibs_CXX=no
13988         fi
13989         ;;
13990
13991       osf3* | osf4* | osf5*)
13992         case $cc_basename in
13993           KCC*)
13994             # Kuck and Associates, Inc. (KAI) C++ Compiler
13995
13996             # KCC will only create a shared library if the output file
13997             # ends with ".so" (or ".sl" for HP-UX), so rename the library
13998             # to its proper name (with version) after linking.
13999             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'
14000
14001             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14002             hardcode_libdir_separator_CXX=:
14003
14004             # Archives containing C++ object files must be created using
14005             # the KAI C++ compiler.
14006             case $host in
14007               osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
14008               *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
14009             esac
14010             ;;
14011           RCC*)
14012             # Rational C++ 2.4.1
14013             # FIXME: insert proper C++ library support
14014             ld_shlibs_CXX=no
14015             ;;
14016           cxx*)
14017             case $host in
14018               osf3*)
14019                 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14020                 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'
14021                 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14022                 ;;
14023               *)
14024                 allow_undefined_flag_CXX=' -expect_unresolved \*'
14025                 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'
14026                 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
14027                   echo "-hidden">> $lib.exp~
14028                   $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~
14029                   $RM $lib.exp'
14030                 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14031                 ;;
14032             esac
14033
14034             hardcode_libdir_separator_CXX=:
14035
14036             # Commands to make compiler produce verbose output that lists
14037             # what "hidden" libraries, object files and flags are used when
14038             # linking a shared library.
14039             #
14040             # There doesn't appear to be a way to prevent this compiler from
14041             # explicitly linking system object files so we need to strip them
14042             # from the output so that they don't get included in the library
14043             # dependencies.
14044             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'
14045             ;;
14046           *)
14047             if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14048               allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14049               case $host in
14050                 osf3*)
14051                   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'
14052                   ;;
14053                 *)
14054                   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'
14055                   ;;
14056               esac
14057
14058               hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14059               hardcode_libdir_separator_CXX=:
14060
14061               # Commands to make compiler produce verbose output that lists
14062               # what "hidden" libraries, object files and flags are used when
14063               # linking a shared library.
14064               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14065
14066             else
14067               # FIXME: insert proper C++ library support
14068               ld_shlibs_CXX=no
14069             fi
14070             ;;
14071         esac
14072         ;;
14073
14074       psos*)
14075         # FIXME: insert proper C++ library support
14076         ld_shlibs_CXX=no
14077         ;;
14078
14079       sunos4*)
14080         case $cc_basename in
14081           CC*)
14082             # Sun C++ 4.x
14083             # FIXME: insert proper C++ library support
14084             ld_shlibs_CXX=no
14085             ;;
14086           lcc*)
14087             # Lucid
14088             # FIXME: insert proper C++ library support
14089             ld_shlibs_CXX=no
14090             ;;
14091           *)
14092             # FIXME: insert proper C++ library support
14093             ld_shlibs_CXX=no
14094             ;;
14095         esac
14096         ;;
14097
14098       solaris*)
14099         case $cc_basename in
14100           CC*)
14101             # Sun C++ 4.2, 5.x and Centerline C++
14102             archive_cmds_need_lc_CXX=yes
14103             no_undefined_flag_CXX=' -zdefs'
14104             archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14105             archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14106               $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'
14107
14108             hardcode_libdir_flag_spec_CXX='-R$libdir'
14109             hardcode_shlibpath_var_CXX=no
14110             case $host_os in
14111               solaris2.[0-5] | solaris2.[0-5].*) ;;
14112               *)
14113                 # The compiler driver will combine and reorder linker options,
14114                 # but understands `-z linker_flag'.
14115                 # Supported since Solaris 2.6 (maybe 2.5.1?)
14116                 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
14117                 ;;
14118             esac
14119             link_all_deplibs_CXX=yes
14120
14121             output_verbose_link_cmd='echo'
14122
14123             # Archives containing C++ object files must be created using
14124             # "CC -xar", where "CC" is the Sun C++ compiler.  This is
14125             # necessary to make sure instantiated templates are included
14126             # in the archive.
14127             old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
14128             ;;
14129           gcx*)
14130             # Green Hills C++ Compiler
14131             archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14132
14133             # The C++ compiler must be used to create the archive.
14134             old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
14135             ;;
14136           *)
14137             # GNU C++ compiler with Solaris linker
14138             if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14139               no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
14140               if $CC --version | $GREP -v '^2\.7' > /dev/null; then
14141                 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14142                 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14143                   $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14144
14145                 # Commands to make compiler produce verbose output that lists
14146                 # what "hidden" libraries, object files and flags are used when
14147                 # linking a shared library.
14148                 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14149               else
14150                 # g++ 2.7 appears to require `-G' NOT `-shared' on this
14151                 # platform.
14152                 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14153                 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14154                   $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14155
14156                 # Commands to make compiler produce verbose output that lists
14157                 # what "hidden" libraries, object files and flags are used when
14158                 # linking a shared library.
14159                 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14160               fi
14161
14162               hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
14163               case $host_os in
14164                 solaris2.[0-5] | solaris2.[0-5].*) ;;
14165                 *)
14166                   whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
14167                   ;;
14168               esac
14169             fi
14170             ;;
14171         esac
14172         ;;
14173
14174     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
14175       no_undefined_flag_CXX='${wl}-z,text'
14176       archive_cmds_need_lc_CXX=no
14177       hardcode_shlibpath_var_CXX=no
14178       runpath_var='LD_RUN_PATH'
14179
14180       case $cc_basename in
14181         CC*)
14182           archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14183           archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14184           ;;
14185         *)
14186           archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14187           archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14188           ;;
14189       esac
14190       ;;
14191
14192       sysv5* | sco3.2v5* | sco5v6*)
14193         # Note: We can NOT use -z defs as we might desire, because we do not
14194         # link with -lc, and that would cause any symbols used from libc to
14195         # always be unresolved, which means just about no library would
14196         # ever link correctly.  If we're not using GNU ld we use -z text
14197         # though, which does catch some bad symbols but isn't as heavy-handed
14198         # as -z defs.
14199         no_undefined_flag_CXX='${wl}-z,text'
14200         allow_undefined_flag_CXX='${wl}-z,nodefs'
14201         archive_cmds_need_lc_CXX=no
14202         hardcode_shlibpath_var_CXX=no
14203         hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
14204         hardcode_libdir_separator_CXX=':'
14205         link_all_deplibs_CXX=yes
14206         export_dynamic_flag_spec_CXX='${wl}-Bexport'
14207         runpath_var='LD_RUN_PATH'
14208
14209         case $cc_basename in
14210           CC*)
14211             archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14212             archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14213             ;;
14214           *)
14215             archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14216             archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14217             ;;
14218         esac
14219       ;;
14220
14221       tandem*)
14222         case $cc_basename in
14223           NCC*)
14224             # NonStop-UX NCC 3.20
14225             # FIXME: insert proper C++ library support
14226             ld_shlibs_CXX=no
14227             ;;
14228           *)
14229             # FIXME: insert proper C++ library support
14230             ld_shlibs_CXX=no
14231             ;;
14232         esac
14233         ;;
14234
14235       vxworks*)
14236         # FIXME: insert proper C++ library support
14237         ld_shlibs_CXX=no
14238         ;;
14239
14240       *)
14241         # FIXME: insert proper C++ library support
14242         ld_shlibs_CXX=no
14243         ;;
14244     esac
14245
14246     { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14247 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
14248     test "$ld_shlibs_CXX" = no && can_build_shared=no
14249
14250     GCC_CXX="$GXX"
14251     LD_CXX="$LD"
14252
14253     ## CAVEAT EMPTOR:
14254     ## There is no encapsulation within the following macros, do not change
14255     ## the running order or otherwise move them around unless you know exactly
14256     ## what you are doing...
14257     # Dependencies to place before and after the object being linked:
14258 predep_objects_CXX=
14259 postdep_objects_CXX=
14260 predeps_CXX=
14261 postdeps_CXX=
14262 compiler_lib_search_path_CXX=
14263
14264 cat > conftest.$ac_ext <<_LT_EOF
14265 class Foo
14266 {
14267 public:
14268   Foo (void) { a = 0; }
14269 private:
14270   int a;
14271 };
14272 _LT_EOF
14273
14274 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14275   (eval $ac_compile) 2>&5
14276   ac_status=$?
14277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14278   (exit $ac_status); }; then
14279   # Parse the compiler output and extract the necessary
14280   # objects, libraries and library flags.
14281
14282   # Sentinel used to keep track of whether or not we are before
14283   # the conftest object file.
14284   pre_test_object_deps_done=no
14285
14286   for p in `eval "$output_verbose_link_cmd"`; do
14287     case $p in
14288
14289     -L* | -R* | -l*)
14290        # Some compilers place space between "-{L,R}" and the path.
14291        # Remove the space.
14292        if test $p = "-L" ||
14293           test $p = "-R"; then
14294          prev=$p
14295          continue
14296        else
14297          prev=
14298        fi
14299
14300        if test "$pre_test_object_deps_done" = no; then
14301          case $p in
14302          -L* | -R*)
14303            # Internal compiler library paths should come after those
14304            # provided the user.  The postdeps already come after the
14305            # user supplied libs so there is no need to process them.
14306            if test -z "$compiler_lib_search_path_CXX"; then
14307              compiler_lib_search_path_CXX="${prev}${p}"
14308            else
14309              compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
14310            fi
14311            ;;
14312          # The "-l" case would never come before the object being
14313          # linked, so don't bother handling this case.
14314          esac
14315        else
14316          if test -z "$postdeps_CXX"; then
14317            postdeps_CXX="${prev}${p}"
14318          else
14319            postdeps_CXX="${postdeps_CXX} ${prev}${p}"
14320          fi
14321        fi
14322        ;;
14323
14324     *.$objext)
14325        # This assumes that the test object file only shows up
14326        # once in the compiler output.
14327        if test "$p" = "conftest.$objext"; then
14328          pre_test_object_deps_done=yes
14329          continue
14330        fi
14331
14332        if test "$pre_test_object_deps_done" = no; then
14333          if test -z "$predep_objects_CXX"; then
14334            predep_objects_CXX="$p"
14335          else
14336            predep_objects_CXX="$predep_objects_CXX $p"
14337          fi
14338        else
14339          if test -z "$postdep_objects_CXX"; then
14340            postdep_objects_CXX="$p"
14341          else
14342            postdep_objects_CXX="$postdep_objects_CXX $p"
14343          fi
14344        fi
14345        ;;
14346
14347     *) ;; # Ignore the rest.
14348
14349     esac
14350   done
14351
14352   # Clean up.
14353   rm -f a.out a.exe
14354 else
14355   echo "libtool.m4: error: problem compiling CXX test program"
14356 fi
14357
14358 $RM -f confest.$objext
14359
14360 # PORTME: override above test on systems where it is broken
14361 case $host_os in
14362 interix[3-9]*)
14363   # Interix 3.5 installs completely hosed .la files for C++, so rather than
14364   # hack all around it, let's just trust "g++" to DTRT.
14365   predep_objects_CXX=
14366   postdep_objects_CXX=
14367   postdeps_CXX=
14368   ;;
14369
14370 linux*)
14371   case `$CC -V 2>&1 | sed 5q` in
14372   *Sun\ C*)
14373     # Sun C++ 5.9
14374
14375     # The more standards-conforming stlport4 library is
14376     # incompatible with the Cstd library. Avoid specifying
14377     # it if it's in CXXFLAGS. Ignore libCrun as
14378     # -library=stlport4 depends on it.
14379     case " $CXX $CXXFLAGS " in
14380     *" -library=stlport4 "*)
14381       solaris_use_stlport4=yes
14382       ;;
14383     esac
14384
14385     if test "$solaris_use_stlport4" != yes; then
14386       postdeps_CXX='-library=Cstd -library=Crun'
14387     fi
14388     ;;
14389   esac
14390   ;;
14391
14392 solaris*)
14393   case $cc_basename in
14394   CC*)
14395     # The more standards-conforming stlport4 library is
14396     # incompatible with the Cstd library. Avoid specifying
14397     # it if it's in CXXFLAGS. Ignore libCrun as
14398     # -library=stlport4 depends on it.
14399     case " $CXX $CXXFLAGS " in
14400     *" -library=stlport4 "*)
14401       solaris_use_stlport4=yes
14402       ;;
14403     esac
14404
14405     # Adding this requires a known-good setup of shared libraries for
14406     # Sun compiler versions before 5.6, else PIC objects from an old
14407     # archive will be linked into the output, leading to subtle bugs.
14408     if test "$solaris_use_stlport4" != yes; then
14409       postdeps_CXX='-library=Cstd -library=Crun'
14410     fi
14411     ;;
14412   esac
14413   ;;
14414 esac
14415
14416
14417 case " $postdeps_CXX " in
14418 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
14419 esac
14420  compiler_lib_search_dirs_CXX=
14421 if test -n "${compiler_lib_search_path_CXX}"; then
14422  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14423 fi
14424
14425
14426
14427
14428
14429
14430
14431
14432
14433
14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
14445
14446
14447
14448
14449
14450
14451
14452
14453
14454
14455     lt_prog_compiler_wl_CXX=
14456 lt_prog_compiler_pic_CXX=
14457 lt_prog_compiler_static_CXX=
14458
14459 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14460 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14461
14462   # C++ specific cases for pic, static, wl, etc.
14463   if test "$GXX" = yes; then
14464     lt_prog_compiler_wl_CXX='-Wl,'
14465     lt_prog_compiler_static_CXX='-static'
14466
14467     case $host_os in
14468     aix*)
14469       # All AIX code is PIC.
14470       if test "$host_cpu" = ia64; then
14471         # AIX 5 now supports IA64 processor
14472         lt_prog_compiler_static_CXX='-Bstatic'
14473       fi
14474       ;;
14475
14476     amigaos*)
14477       case $host_cpu in
14478       powerpc)
14479             # see comment about AmigaOS4 .so support
14480             lt_prog_compiler_pic_CXX='-fPIC'
14481         ;;
14482       m68k)
14483             # FIXME: we need at least 68020 code to build shared libraries, but
14484             # adding the `-m68020' flag to GCC prevents building anything better,
14485             # like `-m68040'.
14486             lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
14487         ;;
14488       esac
14489       ;;
14490
14491     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14492       # PIC is the default for these OSes.
14493       ;;
14494     mingw* | cygwin* | os2* | pw32* | cegcc*)
14495       # This hack is so that the source file can tell whether it is being
14496       # built for inclusion in a dll (and should export symbols for example).
14497       # Although the cygwin gcc ignores -fPIC, still need this for old-style
14498       # (--disable-auto-import) libraries
14499       lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
14500       ;;
14501     darwin* | rhapsody*)
14502       # PIC is the default on this platform
14503       # Common symbols not allowed in MH_DYLIB files
14504       lt_prog_compiler_pic_CXX='-fno-common'
14505       ;;
14506     *djgpp*)
14507       # DJGPP does not support shared libraries at all
14508       lt_prog_compiler_pic_CXX=
14509       ;;
14510     interix[3-9]*)
14511       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14512       # Instead, we relocate shared libraries at runtime.
14513       ;;
14514     sysv4*MP*)
14515       if test -d /usr/nec; then
14516         lt_prog_compiler_pic_CXX=-Kconform_pic
14517       fi
14518       ;;
14519     hpux*)
14520       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14521       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
14522       # sets the default TLS model and affects inlining.
14523       case $host_cpu in
14524       hppa*64*)
14525         ;;
14526       *)
14527         lt_prog_compiler_pic_CXX='-fPIC'
14528         ;;
14529       esac
14530       ;;
14531     *qnx* | *nto*)
14532       # QNX uses GNU C++, but need to define -shared option too, otherwise
14533       # it will coredump.
14534       lt_prog_compiler_pic_CXX='-fPIC -shared'
14535       ;;
14536     *)
14537       lt_prog_compiler_pic_CXX='-fPIC'
14538       ;;
14539     esac
14540   else
14541     case $host_os in
14542       aix[4-9]*)
14543         # All AIX code is PIC.
14544         if test "$host_cpu" = ia64; then
14545           # AIX 5 now supports IA64 processor
14546           lt_prog_compiler_static_CXX='-Bstatic'
14547         else
14548           lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
14549         fi
14550         ;;
14551       chorus*)
14552         case $cc_basename in
14553         cxch68*)
14554           # Green Hills C++ Compiler
14555           # _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"
14556           ;;
14557         esac
14558         ;;
14559       dgux*)
14560         case $cc_basename in
14561           ec++*)
14562             lt_prog_compiler_pic_CXX='-KPIC'
14563             ;;
14564           ghcx*)
14565             # Green Hills C++ Compiler
14566             lt_prog_compiler_pic_CXX='-pic'
14567             ;;
14568           *)
14569             ;;
14570         esac
14571         ;;
14572       freebsd* | dragonfly*)
14573         # FreeBSD uses GNU C++
14574         ;;
14575       hpux9* | hpux10* | hpux11*)
14576         case $cc_basename in
14577           CC*)
14578             lt_prog_compiler_wl_CXX='-Wl,'
14579             lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14580             if test "$host_cpu" != ia64; then
14581               lt_prog_compiler_pic_CXX='+Z'
14582             fi
14583             ;;
14584           aCC*)
14585             lt_prog_compiler_wl_CXX='-Wl,'
14586             lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14587             case $host_cpu in
14588             hppa*64*|ia64*)
14589               # +Z the default
14590               ;;
14591             *)
14592               lt_prog_compiler_pic_CXX='+Z'
14593               ;;
14594             esac
14595             ;;
14596           *)
14597             ;;
14598         esac
14599         ;;
14600       interix*)
14601         # This is c89, which is MS Visual C++ (no shared libs)
14602         # Anyone wants to do a port?
14603         ;;
14604       irix5* | irix6* | nonstopux*)
14605         case $cc_basename in
14606           CC*)
14607             lt_prog_compiler_wl_CXX='-Wl,'
14608             lt_prog_compiler_static_CXX='-non_shared'
14609             # CC pic flag -KPIC is the default.
14610             ;;
14611           *)
14612             ;;
14613         esac
14614         ;;
14615       linux* | k*bsd*-gnu)
14616         case $cc_basename in
14617           KCC*)
14618             # KAI C++ Compiler
14619             lt_prog_compiler_wl_CXX='--backend -Wl,'
14620             lt_prog_compiler_pic_CXX='-fPIC'
14621             ;;
14622           ecpc* )
14623             # old Intel C++ for x86_64 which still supported -KPIC.
14624             lt_prog_compiler_wl_CXX='-Wl,'
14625             lt_prog_compiler_pic_CXX='-KPIC'
14626             lt_prog_compiler_static_CXX='-static'
14627             ;;
14628           icpc* )
14629             # Intel C++, used to be incompatible with GCC.
14630             # ICC 10 doesn't accept -KPIC any more.
14631             lt_prog_compiler_wl_CXX='-Wl,'
14632             lt_prog_compiler_pic_CXX='-fPIC'
14633             lt_prog_compiler_static_CXX='-static'
14634             ;;
14635           pgCC* | pgcpp*)
14636             # Portland Group C++ compiler
14637             lt_prog_compiler_wl_CXX='-Wl,'
14638             lt_prog_compiler_pic_CXX='-fpic'
14639             lt_prog_compiler_static_CXX='-Bstatic'
14640             ;;
14641           cxx*)
14642             # Compaq C++
14643             # Make sure the PIC flag is empty.  It appears that all Alpha
14644             # Linux and Compaq Tru64 Unix objects are PIC.
14645             lt_prog_compiler_pic_CXX=
14646             lt_prog_compiler_static_CXX='-non_shared'
14647             ;;
14648           xlc* | xlC*)
14649             # IBM XL 8.0 on PPC
14650             lt_prog_compiler_wl_CXX='-Wl,'
14651             lt_prog_compiler_pic_CXX='-qpic'
14652             lt_prog_compiler_static_CXX='-qstaticlink'
14653             ;;
14654           *)
14655             case `$CC -V 2>&1 | sed 5q` in
14656             *Sun\ C*)
14657               # Sun C++ 5.9
14658               lt_prog_compiler_pic_CXX='-KPIC'
14659               lt_prog_compiler_static_CXX='-Bstatic'
14660               lt_prog_compiler_wl_CXX='-Qoption ld '
14661               ;;
14662             esac
14663             ;;
14664         esac
14665         ;;
14666       lynxos*)
14667         ;;
14668       m88k*)
14669         ;;
14670       mvs*)
14671         case $cc_basename in
14672           cxx*)
14673             lt_prog_compiler_pic_CXX='-W c,exportall'
14674             ;;
14675           *)
14676             ;;
14677         esac
14678         ;;
14679       netbsd*)
14680         ;;
14681       *qnx* | *nto*)
14682         # QNX uses GNU C++, but need to define -shared option too, otherwise
14683         # it will coredump.
14684         lt_prog_compiler_pic_CXX='-fPIC -shared'
14685         ;;
14686       osf3* | osf4* | osf5*)
14687         case $cc_basename in
14688           KCC*)
14689             lt_prog_compiler_wl_CXX='--backend -Wl,'
14690             ;;
14691           RCC*)
14692             # Rational C++ 2.4.1
14693             lt_prog_compiler_pic_CXX='-pic'
14694             ;;
14695           cxx*)
14696             # Digital/Compaq C++
14697             lt_prog_compiler_wl_CXX='-Wl,'
14698             # Make sure the PIC flag is empty.  It appears that all Alpha
14699             # Linux and Compaq Tru64 Unix objects are PIC.
14700             lt_prog_compiler_pic_CXX=
14701             lt_prog_compiler_static_CXX='-non_shared'
14702             ;;
14703           *)
14704             ;;
14705         esac
14706         ;;
14707       psos*)
14708         ;;
14709       solaris*)
14710         case $cc_basename in
14711           CC*)
14712             # Sun C++ 4.2, 5.x and Centerline C++
14713             lt_prog_compiler_pic_CXX='-KPIC'
14714             lt_prog_compiler_static_CXX='-Bstatic'
14715             lt_prog_compiler_wl_CXX='-Qoption ld '
14716             ;;
14717           gcx*)
14718             # Green Hills C++ Compiler
14719             lt_prog_compiler_pic_CXX='-PIC'
14720             ;;
14721           *)
14722             ;;
14723         esac
14724         ;;
14725       sunos4*)
14726         case $cc_basename in
14727           CC*)
14728             # Sun C++ 4.x
14729             lt_prog_compiler_pic_CXX='-pic'
14730             lt_prog_compiler_static_CXX='-Bstatic'
14731             ;;
14732           lcc*)
14733             # Lucid
14734             lt_prog_compiler_pic_CXX='-pic'
14735             ;;
14736           *)
14737             ;;
14738         esac
14739         ;;
14740       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
14741         case $cc_basename in
14742           CC*)
14743             lt_prog_compiler_wl_CXX='-Wl,'
14744             lt_prog_compiler_pic_CXX='-KPIC'
14745             lt_prog_compiler_static_CXX='-Bstatic'
14746             ;;
14747         esac
14748         ;;
14749       tandem*)
14750         case $cc_basename in
14751           NCC*)
14752             # NonStop-UX NCC 3.20
14753             lt_prog_compiler_pic_CXX='-KPIC'
14754             ;;
14755           *)
14756             ;;
14757         esac
14758         ;;
14759       vxworks*)
14760         ;;
14761       *)
14762         lt_prog_compiler_can_build_shared_CXX=no
14763         ;;
14764     esac
14765   fi
14766
14767 case $host_os in
14768   # For platforms which do not support PIC, -DPIC is meaningless:
14769   *djgpp*)
14770     lt_prog_compiler_pic_CXX=
14771     ;;
14772   *)
14773     lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14774     ;;
14775 esac
14776 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
14777 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
14778
14779
14780
14781 #
14782 # Check to make sure the PIC flag actually works.
14783 #
14784 if test -n "$lt_prog_compiler_pic_CXX"; then
14785   { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14786 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
14787 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
14788   echo $ECHO_N "(cached) $ECHO_C" >&6
14789 else
14790   lt_cv_prog_compiler_pic_works_CXX=no
14791    ac_outfile=conftest.$ac_objext
14792    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14793    lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14794    # Insert the option either (1) after the last *FLAGS variable, or
14795    # (2) before a word containing "conftest.", or (3) at the end.
14796    # Note that $ac_compile itself does not contain backslashes and begins
14797    # with a dollar sign (not a hyphen), so the echo should work correctly.
14798    # The option is referenced via a variable to avoid confusing sed.
14799    lt_compile=`echo "$ac_compile" | $SED \
14800    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14801    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14802    -e 's:$: $lt_compiler_flag:'`
14803    (eval echo "\"\$as_me:14803: $lt_compile\"" >&5)
14804    (eval "$lt_compile" 2>conftest.err)
14805    ac_status=$?
14806    cat conftest.err >&5
14807    echo "$as_me:14807: \$? = $ac_status" >&5
14808    if (exit $ac_status) && test -s "$ac_outfile"; then
14809      # The compiler can only warn and ignore the option if not recognized
14810      # So say no if there are warnings other than the usual output.
14811      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
14812      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14813      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14814        lt_cv_prog_compiler_pic_works_CXX=yes
14815      fi
14816    fi
14817    $RM conftest*
14818
14819 fi
14820 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14821 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14822
14823 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14824     case $lt_prog_compiler_pic_CXX in
14825      "" | " "*) ;;
14826      *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14827      esac
14828 else
14829     lt_prog_compiler_pic_CXX=
14830      lt_prog_compiler_can_build_shared_CXX=no
14831 fi
14832
14833 fi
14834
14835
14836
14837 #
14838 # Check to make sure the static flag actually works.
14839 #
14840 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14841 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14842 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
14843 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
14844   echo $ECHO_N "(cached) $ECHO_C" >&6
14845 else
14846   lt_cv_prog_compiler_static_works_CXX=no
14847    save_LDFLAGS="$LDFLAGS"
14848    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14849    echo "$lt_simple_link_test_code" > conftest.$ac_ext
14850    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14851      # The linker can only warn and ignore the option if not recognized
14852      # So say no if there are warnings
14853      if test -s conftest.err; then
14854        # Append any errors to the config.log.
14855        cat conftest.err 1>&5
14856        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
14857        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14858        if diff conftest.exp conftest.er2 >/dev/null; then
14859          lt_cv_prog_compiler_static_works_CXX=yes
14860        fi
14861      else
14862        lt_cv_prog_compiler_static_works_CXX=yes
14863      fi
14864    fi
14865    $RM -r conftest*
14866    LDFLAGS="$save_LDFLAGS"
14867
14868 fi
14869 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14870 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
14871
14872 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14873     :
14874 else
14875     lt_prog_compiler_static_CXX=
14876 fi
14877
14878
14879
14880
14881     { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14882 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14883 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14884   echo $ECHO_N "(cached) $ECHO_C" >&6
14885 else
14886   lt_cv_prog_compiler_c_o_CXX=no
14887    $RM -r conftest 2>/dev/null
14888    mkdir conftest
14889    cd conftest
14890    mkdir out
14891    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14892
14893    lt_compiler_flag="-o out/conftest2.$ac_objext"
14894    # Insert the option either (1) after the last *FLAGS variable, or
14895    # (2) before a word containing "conftest.", or (3) at the end.
14896    # Note that $ac_compile itself does not contain backslashes and begins
14897    # with a dollar sign (not a hyphen), so the echo should work correctly.
14898    lt_compile=`echo "$ac_compile" | $SED \
14899    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14900    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14901    -e 's:$: $lt_compiler_flag:'`
14902    (eval echo "\"\$as_me:14902: $lt_compile\"" >&5)
14903    (eval "$lt_compile" 2>out/conftest.err)
14904    ac_status=$?
14905    cat out/conftest.err >&5
14906    echo "$as_me:14906: \$? = $ac_status" >&5
14907    if (exit $ac_status) && test -s out/conftest2.$ac_objext
14908    then
14909      # The compiler can only warn and ignore the option if not recognized
14910      # So say no if there are warnings
14911      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
14912      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14913      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14914        lt_cv_prog_compiler_c_o_CXX=yes
14915      fi
14916    fi
14917    chmod u+w . 2>&5
14918    $RM conftest*
14919    # SGI C++ compiler will create directory out/ii_files/ for
14920    # template instantiation
14921    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14922    $RM out/* && rmdir out
14923    cd ..
14924    $RM -r conftest
14925    $RM conftest*
14926
14927 fi
14928 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14929 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
14930
14931
14932
14933     { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14934 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14935 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14936   echo $ECHO_N "(cached) $ECHO_C" >&6
14937 else
14938   lt_cv_prog_compiler_c_o_CXX=no
14939    $RM -r conftest 2>/dev/null
14940    mkdir conftest
14941    cd conftest
14942    mkdir out
14943    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14944
14945    lt_compiler_flag="-o out/conftest2.$ac_objext"
14946    # Insert the option either (1) after the last *FLAGS variable, or
14947    # (2) before a word containing "conftest.", or (3) at the end.
14948    # Note that $ac_compile itself does not contain backslashes and begins
14949    # with a dollar sign (not a hyphen), so the echo should work correctly.
14950    lt_compile=`echo "$ac_compile" | $SED \
14951    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14952    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14953    -e 's:$: $lt_compiler_flag:'`
14954    (eval echo "\"\$as_me:14954: $lt_compile\"" >&5)
14955    (eval "$lt_compile" 2>out/conftest.err)
14956    ac_status=$?
14957    cat out/conftest.err >&5
14958    echo "$as_me:14958: \$? = $ac_status" >&5
14959    if (exit $ac_status) && test -s out/conftest2.$ac_objext
14960    then
14961      # The compiler can only warn and ignore the option if not recognized
14962      # So say no if there are warnings
14963      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
14964      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14965      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14966        lt_cv_prog_compiler_c_o_CXX=yes
14967      fi
14968    fi
14969    chmod u+w . 2>&5
14970    $RM conftest*
14971    # SGI C++ compiler will create directory out/ii_files/ for
14972    # template instantiation
14973    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14974    $RM out/* && rmdir out
14975    cd ..
14976    $RM -r conftest
14977    $RM conftest*
14978
14979 fi
14980 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14981 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
14982
14983
14984
14985
14986 hard_links="nottested"
14987 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14988   # do not overwrite the value of need_locks provided by the user
14989   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14990 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
14991   hard_links=yes
14992   $RM conftest*
14993   ln conftest.a conftest.b 2>/dev/null && hard_links=no
14994   touch conftest.a
14995   ln conftest.a conftest.b 2>&5 || hard_links=no
14996   ln conftest.a conftest.b 2>/dev/null && hard_links=no
14997   { echo "$as_me:$LINENO: result: $hard_links" >&5
14998 echo "${ECHO_T}$hard_links" >&6; }
14999   if test "$hard_links" = no; then
15000     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
15001 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
15002     need_locks=warn
15003   fi
15004 else
15005   need_locks=no
15006 fi
15007
15008
15009
15010     { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
15011 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
15012
15013   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15014   case $host_os in
15015   aix[4-9]*)
15016     # If we're using GNU nm, then we don't want the "-C" option.
15017     # -C means demangle to AIX nm, but means don't demangle with GNU nm
15018     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
15019       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'
15020     else
15021       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'
15022     fi
15023     ;;
15024   pw32*)
15025     export_symbols_cmds_CXX="$ltdll_cmds"
15026   ;;
15027   cygwin* | mingw* | cegcc*)
15028     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'
15029   ;;
15030   *)
15031     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15032   ;;
15033   esac
15034   exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
15035
15036 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
15037 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
15038 test "$ld_shlibs_CXX" = no && can_build_shared=no
15039
15040 with_gnu_ld_CXX=$with_gnu_ld
15041
15042
15043
15044
15045
15046
15047 #
15048 # Do we need to explicitly link libc?
15049 #
15050 case "x$archive_cmds_need_lc_CXX" in
15051 x|xyes)
15052   # Assume -lc should be added
15053   archive_cmds_need_lc_CXX=yes
15054
15055   if test "$enable_shared" = yes && test "$GCC" = yes; then
15056     case $archive_cmds_CXX in
15057     *'~'*)
15058       # FIXME: we may have to deal with multi-command sequences.
15059       ;;
15060     '$CC '*)
15061       # Test whether the compiler implicitly links with -lc since on some
15062       # systems, -lgcc has to come before -lc. If gcc already passes -lc
15063       # to ld, don't add -lc before -lgcc.
15064       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15065 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
15066       $RM conftest*
15067       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15068
15069       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15070   (eval $ac_compile) 2>&5
15071   ac_status=$?
15072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15073   (exit $ac_status); } 2>conftest.err; then
15074         soname=conftest
15075         lib=conftest
15076         libobjs=conftest.$ac_objext
15077         deplibs=
15078         wl=$lt_prog_compiler_wl_CXX
15079         pic_flag=$lt_prog_compiler_pic_CXX
15080         compiler_flags=-v
15081         linker_flags=-v
15082         verstring=
15083         output_objdir=.
15084         libname=conftest
15085         lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
15086         allow_undefined_flag_CXX=
15087         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
15088   (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
15089   ac_status=$?
15090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15091   (exit $ac_status); }
15092         then
15093           archive_cmds_need_lc_CXX=no
15094         else
15095           archive_cmds_need_lc_CXX=yes
15096         fi
15097         allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
15098       else
15099         cat conftest.err 1>&5
15100       fi
15101       $RM conftest*
15102       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
15103 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
15104       ;;
15105     esac
15106   fi
15107   ;;
15108 esac
15109
15110
15111
15112
15113
15114
15115
15116
15117
15118
15119
15120
15121
15122
15123
15124
15125
15126
15127
15128
15129
15130
15131
15132
15133
15134
15135
15136
15137
15138
15139
15140
15141
15142
15143
15144
15145
15146
15147
15148
15149
15150
15151
15152
15153
15154
15155
15156
15157
15158
15159
15160
15161
15162
15163
15164
15165
15166
15167
15168
15169
15170
15171
15172
15173     { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15174 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
15175
15176 library_names_spec=
15177 libname_spec='lib$name'
15178 soname_spec=
15179 shrext_cmds=".so"
15180 postinstall_cmds=
15181 postuninstall_cmds=
15182 finish_cmds=
15183 finish_eval=
15184 shlibpath_var=
15185 shlibpath_overrides_runpath=unknown
15186 version_type=none
15187 dynamic_linker="$host_os ld.so"
15188 sys_lib_dlsearch_path_spec="/lib /usr/lib"
15189 need_lib_prefix=unknown
15190 hardcode_into_libs=no
15191
15192 # when you set need_version to no, make sure it does not cause -set_version
15193 # flags to be left without arguments
15194 need_version=unknown
15195
15196 case $host_os in
15197 aix3*)
15198   version_type=linux
15199   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
15200   shlibpath_var=LIBPATH
15201
15202   # AIX 3 has no versioning support, so we append a major version to the name.
15203   soname_spec='${libname}${release}${shared_ext}$major'
15204   ;;
15205
15206 aix[4-9]*)
15207   version_type=linux
15208   need_lib_prefix=no
15209   need_version=no
15210   hardcode_into_libs=yes
15211   if test "$host_cpu" = ia64; then
15212     # AIX 5 supports IA64
15213     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
15214     shlibpath_var=LD_LIBRARY_PATH
15215   else
15216     # With GCC up to 2.95.x, collect2 would create an import file
15217     # for dependence libraries.  The import file would start with
15218     # the line `#! .'.  This would cause the generated library to
15219     # depend on `.', always an invalid library.  This was fixed in
15220     # development snapshots of GCC prior to 3.0.
15221     case $host_os in
15222       aix4 | aix4.[01] | aix4.[01].*)
15223       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
15224            echo ' yes '
15225            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
15226         :
15227       else
15228         can_build_shared=no
15229       fi
15230       ;;
15231     esac
15232     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
15233     # soname into executable. Probably we can add versioning support to
15234     # collect2, so additional links can be useful in future.
15235     if test "$aix_use_runtimelinking" = yes; then
15236       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
15237       # instead of lib<name>.a to let people know that these are not
15238       # typical AIX shared libraries.
15239       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15240     else
15241       # We preserve .a as extension for shared libraries through AIX4.2
15242       # and later when we are not doing run time linking.
15243       library_names_spec='${libname}${release}.a $libname.a'
15244       soname_spec='${libname}${release}${shared_ext}$major'
15245     fi
15246     shlibpath_var=LIBPATH
15247   fi
15248   ;;
15249
15250 amigaos*)
15251   case $host_cpu in
15252   powerpc)
15253     # Since July 2007 AmigaOS4 officially supports .so libraries.
15254     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
15255     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15256     ;;
15257   m68k)
15258     library_names_spec='$libname.ixlibrary $libname.a'
15259     # Create ${libname}_ixlibrary.a entries in /sys/libs.
15260     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'
15261     ;;
15262   esac
15263   ;;
15264
15265 beos*)
15266   library_names_spec='${libname}${shared_ext}'
15267   dynamic_linker="$host_os ld.so"
15268   shlibpath_var=LIBRARY_PATH
15269   ;;
15270
15271 bsdi[45]*)
15272   version_type=linux
15273   need_version=no
15274   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15275   soname_spec='${libname}${release}${shared_ext}$major'
15276   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
15277   shlibpath_var=LD_LIBRARY_PATH
15278   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
15279   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
15280   # the default ld.so.conf also contains /usr/contrib/lib and
15281   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
15282   # libtool to hard-code these into programs
15283   ;;
15284
15285 cygwin* | mingw* | pw32* | cegcc*)
15286   version_type=windows
15287   shrext_cmds=".dll"
15288   need_version=no
15289   need_lib_prefix=no
15290
15291   case $GCC,$host_os in
15292   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
15293     library_names_spec='$libname.dll.a'
15294     # DLL is installed to $(libdir)/../bin by postinstall_cmds
15295     postinstall_cmds='base_file=`basename \${file}`~
15296       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
15297       dldir=$destdir/`dirname \$dlpath`~
15298       test -d \$dldir || mkdir -p \$dldir~
15299       $install_prog $dir/$dlname \$dldir/$dlname~
15300       chmod a+x \$dldir/$dlname~
15301       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
15302         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
15303       fi'
15304     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
15305       dlpath=$dir/\$dldll~
15306        $RM \$dlpath'
15307     shlibpath_overrides_runpath=yes
15308
15309     case $host_os in
15310     cygwin*)
15311       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
15312       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15313       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
15314       ;;
15315     mingw* | cegcc*)
15316       # MinGW DLLs use traditional 'lib' prefix
15317       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15318       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
15319       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
15320         # It is most probably a Windows format PATH printed by
15321         # mingw gcc, but we are running on Cygwin. Gcc prints its search
15322         # path with ; separators, and with drive letters. We can handle the
15323         # drive letters (cygwin fileutils understands them), so leave them,
15324         # especially as we might pass files found there to a mingw objdump,
15325         # which wouldn't understand a cygwinified path. Ahh.
15326         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
15327       else
15328         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
15329       fi
15330       ;;
15331     pw32*)
15332       # pw32 DLLs use 'pw' prefix rather than 'lib'
15333       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15334       ;;
15335     esac
15336     ;;
15337
15338   *)
15339     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15340     ;;
15341   esac
15342   dynamic_linker='Win32 ld.exe'
15343   # FIXME: first we should search . and the directory the executable is in
15344   shlibpath_var=PATH
15345   ;;
15346
15347 darwin* | rhapsody*)
15348   dynamic_linker="$host_os dyld"
15349   version_type=darwin
15350   need_lib_prefix=no
15351   need_version=no
15352   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15353   soname_spec='${libname}${release}${major}$shared_ext'
15354   shlibpath_overrides_runpath=yes
15355   shlibpath_var=DYLD_LIBRARY_PATH
15356   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
15357
15358   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
15359   ;;
15360
15361 dgux*)
15362   version_type=linux
15363   need_lib_prefix=no
15364   need_version=no
15365   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15366   soname_spec='${libname}${release}${shared_ext}$major'
15367   shlibpath_var=LD_LIBRARY_PATH
15368   ;;
15369
15370 freebsd1*)
15371   dynamic_linker=no
15372   ;;
15373
15374 freebsd* | dragonfly*)
15375   # DragonFly does not have aout.  When/if they implement a new
15376   # versioning mechanism, adjust this.
15377   if test -x /usr/bin/objformat; then
15378     objformat=`/usr/bin/objformat`
15379   else
15380     case $host_os in
15381     freebsd[123]*) objformat=aout ;;
15382     *) objformat=elf ;;
15383     esac
15384   fi
15385   version_type=freebsd-$objformat
15386   case $version_type in
15387     freebsd-elf*)
15388       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15389       need_version=no
15390       need_lib_prefix=no
15391       ;;
15392     freebsd-*)
15393       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15394       need_version=yes
15395       ;;
15396   esac
15397   shlibpath_var=LD_LIBRARY_PATH
15398   case $host_os in
15399   freebsd2*)
15400     shlibpath_overrides_runpath=yes
15401     ;;
15402   freebsd3.[01]* | freebsdelf3.[01]*)
15403     shlibpath_overrides_runpath=yes
15404     hardcode_into_libs=yes
15405     ;;
15406   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
15407   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
15408     shlibpath_overrides_runpath=no
15409     hardcode_into_libs=yes
15410     ;;
15411   *) # from 4.6 on, and DragonFly
15412     shlibpath_overrides_runpath=yes
15413     hardcode_into_libs=yes
15414     ;;
15415   esac
15416   ;;
15417
15418 gnu*)
15419   version_type=linux
15420   need_lib_prefix=no
15421   need_version=no
15422   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15423   soname_spec='${libname}${release}${shared_ext}$major'
15424   shlibpath_var=LD_LIBRARY_PATH
15425   hardcode_into_libs=yes
15426   ;;
15427
15428 hpux9* | hpux10* | hpux11*)
15429   # Give a soname corresponding to the major version so that dld.sl refuses to
15430   # link against other versions.
15431   version_type=sunos
15432   need_lib_prefix=no
15433   need_version=no
15434   case $host_cpu in
15435   ia64*)
15436     shrext_cmds='.so'
15437     hardcode_into_libs=yes
15438     dynamic_linker="$host_os dld.so"
15439     shlibpath_var=LD_LIBRARY_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     if test "X$HPUX_IA64_MODE" = X32; then
15444       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15445     else
15446       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15447     fi
15448     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15449     ;;
15450   hppa*64*)
15451     shrext_cmds='.sl'
15452     hardcode_into_libs=yes
15453     dynamic_linker="$host_os dld.sl"
15454     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15455     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15456     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15457     soname_spec='${libname}${release}${shared_ext}$major'
15458     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15459     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15460     ;;
15461   *)
15462     shrext_cmds='.sl'
15463     dynamic_linker="$host_os dld.sl"
15464     shlibpath_var=SHLIB_PATH
15465     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15466     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15467     soname_spec='${libname}${release}${shared_ext}$major'
15468     ;;
15469   esac
15470   # HP-UX runs *really* slowly unless shared libraries are mode 555.
15471   postinstall_cmds='chmod 555 $lib'
15472   ;;
15473
15474 interix[3-9]*)
15475   version_type=linux
15476   need_lib_prefix=no
15477   need_version=no
15478   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15479   soname_spec='${libname}${release}${shared_ext}$major'
15480   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
15481   shlibpath_var=LD_LIBRARY_PATH
15482   shlibpath_overrides_runpath=no
15483   hardcode_into_libs=yes
15484   ;;
15485
15486 irix5* | irix6* | nonstopux*)
15487   case $host_os in
15488     nonstopux*) version_type=nonstopux ;;
15489     *)
15490         if test "$lt_cv_prog_gnu_ld" = yes; then
15491                 version_type=linux
15492         else
15493                 version_type=irix
15494         fi ;;
15495   esac
15496   need_lib_prefix=no
15497   need_version=no
15498   soname_spec='${libname}${release}${shared_ext}$major'
15499   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15500   case $host_os in
15501   irix5* | nonstopux*)
15502     libsuff= shlibsuff=
15503     ;;
15504   *)
15505     case $LD in # libtool.m4 will add one of these switches to LD
15506     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
15507       libsuff= shlibsuff= libmagic=32-bit;;
15508     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
15509       libsuff=32 shlibsuff=N32 libmagic=N32;;
15510     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
15511       libsuff=64 shlibsuff=64 libmagic=64-bit;;
15512     *) libsuff= shlibsuff= libmagic=never-match;;
15513     esac
15514     ;;
15515   esac
15516   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
15517   shlibpath_overrides_runpath=no
15518   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15519   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15520   hardcode_into_libs=yes
15521   ;;
15522
15523 # No shared lib support for Linux oldld, aout, or coff.
15524 linux*oldld* | linux*aout* | linux*coff*)
15525   dynamic_linker=no
15526   ;;
15527
15528 # This must be Linux ELF.
15529 linux* | k*bsd*-gnu)
15530   version_type=linux
15531   need_lib_prefix=no
15532   need_version=no
15533   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15534   soname_spec='${libname}${release}${shared_ext}$major'
15535   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15536   shlibpath_var=LD_LIBRARY_PATH
15537   shlibpath_overrides_runpath=no
15538   # Some binutils ld are patched to set DT_RUNPATH
15539   save_LDFLAGS=$LDFLAGS
15540   save_libdir=$libdir
15541   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15542        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15543   cat >conftest.$ac_ext <<_ACEOF
15544 /* confdefs.h.  */
15545 _ACEOF
15546 cat confdefs.h >>conftest.$ac_ext
15547 cat >>conftest.$ac_ext <<_ACEOF
15548 /* end confdefs.h.  */
15549
15550 int
15551 main ()
15552 {
15553
15554   ;
15555   return 0;
15556 }
15557 _ACEOF
15558 rm -f conftest.$ac_objext conftest$ac_exeext
15559 if { (ac_try="$ac_link"
15560 case "(($ac_try" in
15561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15562   *) ac_try_echo=$ac_try;;
15563 esac
15564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15565   (eval "$ac_link") 2>conftest.er1
15566   ac_status=$?
15567   grep -v '^ *+' conftest.er1 >conftest.err
15568   rm -f conftest.er1
15569   cat conftest.err >&5
15570   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15571   (exit $ac_status); } && {
15572          test -z "$ac_cxx_werror_flag" ||
15573          test ! -s conftest.err
15574        } && test -s conftest$ac_exeext &&
15575        $as_test_x conftest$ac_exeext; then
15576   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
15577   shlibpath_overrides_runpath=yes
15578 fi
15579
15580 else
15581   echo "$as_me: failed program was:" >&5
15582 sed 's/^/| /' conftest.$ac_ext >&5
15583
15584
15585 fi
15586
15587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15588       conftest$ac_exeext conftest.$ac_ext
15589   LDFLAGS=$save_LDFLAGS
15590   libdir=$save_libdir
15591
15592   # This implies no fast_install, which is unacceptable.
15593   # Some rework will be needed to allow for fast_install
15594   # before this can be enabled.
15595   hardcode_into_libs=yes
15596
15597   # Append ld.so.conf contents to the search path
15598   if test -f /etc/ld.so.conf; then
15599     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' ' '`
15600     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15601   fi
15602
15603   # We used to test for /lib/ld.so.1 and disable shared libraries on
15604   # powerpc, because MkLinux only supported shared libraries with the
15605   # GNU dynamic linker.  Since this was broken with cross compilers,
15606   # most powerpc-linux boxes support dynamic linking these days and
15607   # people can always --disable-shared, the test was removed, and we
15608   # assume the GNU/Linux dynamic linker is in use.
15609   dynamic_linker='GNU/Linux ld.so'
15610   ;;
15611
15612 netbsd*)
15613   version_type=sunos
15614   need_lib_prefix=no
15615   need_version=no
15616   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15617     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15618     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15619     dynamic_linker='NetBSD (a.out) ld.so'
15620   else
15621     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15622     soname_spec='${libname}${release}${shared_ext}$major'
15623     dynamic_linker='NetBSD ld.elf_so'
15624   fi
15625   shlibpath_var=LD_LIBRARY_PATH
15626   shlibpath_overrides_runpath=yes
15627   hardcode_into_libs=yes
15628   ;;
15629
15630 newsos6)
15631   version_type=linux
15632   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15633   shlibpath_var=LD_LIBRARY_PATH
15634   shlibpath_overrides_runpath=yes
15635   ;;
15636
15637 *nto* | *qnx*)
15638   version_type=qnx
15639   need_lib_prefix=no
15640   need_version=no
15641   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15642   soname_spec='${libname}${release}${shared_ext}$major'
15643   shlibpath_var=LD_LIBRARY_PATH
15644   shlibpath_overrides_runpath=no
15645   hardcode_into_libs=yes
15646   dynamic_linker='ldqnx.so'
15647   ;;
15648
15649 openbsd*)
15650   version_type=sunos
15651   sys_lib_dlsearch_path_spec="/usr/lib"
15652   need_lib_prefix=no
15653   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15654   case $host_os in
15655     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
15656     *)                          need_version=no  ;;
15657   esac
15658   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15659   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15660   shlibpath_var=LD_LIBRARY_PATH
15661   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15662     case $host_os in
15663       openbsd2.[89] | openbsd2.[89].*)
15664         shlibpath_overrides_runpath=no
15665         ;;
15666       *)
15667         shlibpath_overrides_runpath=yes
15668         ;;
15669       esac
15670   else
15671     shlibpath_overrides_runpath=yes
15672   fi
15673   ;;
15674
15675 os2*)
15676   libname_spec='$name'
15677   shrext_cmds=".dll"
15678   need_lib_prefix=no
15679   library_names_spec='$libname${shared_ext} $libname.a'
15680   dynamic_linker='OS/2 ld.exe'
15681   shlibpath_var=LIBPATH
15682   ;;
15683
15684 osf3* | osf4* | osf5*)
15685   version_type=osf
15686   need_lib_prefix=no
15687   need_version=no
15688   soname_spec='${libname}${release}${shared_ext}$major'
15689   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15690   shlibpath_var=LD_LIBRARY_PATH
15691   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15692   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15693   ;;
15694
15695 rdos*)
15696   dynamic_linker=no
15697   ;;
15698
15699 solaris*)
15700   version_type=linux
15701   need_lib_prefix=no
15702   need_version=no
15703   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15704   soname_spec='${libname}${release}${shared_ext}$major'
15705   shlibpath_var=LD_LIBRARY_PATH
15706   shlibpath_overrides_runpath=yes
15707   hardcode_into_libs=yes
15708   # ldd complains unless libraries are executable
15709   postinstall_cmds='chmod +x $lib'
15710   ;;
15711
15712 sunos4*)
15713   version_type=sunos
15714   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15715   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15716   shlibpath_var=LD_LIBRARY_PATH
15717   shlibpath_overrides_runpath=yes
15718   if test "$with_gnu_ld" = yes; then
15719     need_lib_prefix=no
15720   fi
15721   need_version=yes
15722   ;;
15723
15724 sysv4 | sysv4.3*)
15725   version_type=linux
15726   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15727   soname_spec='${libname}${release}${shared_ext}$major'
15728   shlibpath_var=LD_LIBRARY_PATH
15729   case $host_vendor in
15730     sni)
15731       shlibpath_overrides_runpath=no
15732       need_lib_prefix=no
15733       runpath_var=LD_RUN_PATH
15734       ;;
15735     siemens)
15736       need_lib_prefix=no
15737       ;;
15738     motorola)
15739       need_lib_prefix=no
15740       need_version=no
15741       shlibpath_overrides_runpath=no
15742       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15743       ;;
15744   esac
15745   ;;
15746
15747 sysv4*MP*)
15748   if test -d /usr/nec ;then
15749     version_type=linux
15750     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15751     soname_spec='$libname${shared_ext}.$major'
15752     shlibpath_var=LD_LIBRARY_PATH
15753   fi
15754   ;;
15755
15756 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15757   version_type=freebsd-elf
15758   need_lib_prefix=no
15759   need_version=no
15760   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15761   soname_spec='${libname}${release}${shared_ext}$major'
15762   shlibpath_var=LD_LIBRARY_PATH
15763   shlibpath_overrides_runpath=yes
15764   hardcode_into_libs=yes
15765   if test "$with_gnu_ld" = yes; then
15766     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15767   else
15768     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15769     case $host_os in
15770       sco3.2v5*)
15771         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15772         ;;
15773     esac
15774   fi
15775   sys_lib_dlsearch_path_spec='/usr/lib'
15776   ;;
15777
15778 tpf*)
15779   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
15780   version_type=linux
15781   need_lib_prefix=no
15782   need_version=no
15783   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15784   shlibpath_var=LD_LIBRARY_PATH
15785   shlibpath_overrides_runpath=no
15786   hardcode_into_libs=yes
15787   ;;
15788
15789 uts4*)
15790   version_type=linux
15791   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15792   soname_spec='${libname}${release}${shared_ext}$major'
15793   shlibpath_var=LD_LIBRARY_PATH
15794   ;;
15795
15796 *)
15797   dynamic_linker=no
15798   ;;
15799 esac
15800 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15801 echo "${ECHO_T}$dynamic_linker" >&6; }
15802 test "$dynamic_linker" = no && can_build_shared=no
15803
15804 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15805 if test "$GCC" = yes; then
15806   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15807 fi
15808
15809 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15810   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15811 fi
15812 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15813   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15814 fi
15815
15816
15817
15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
15833
15834
15835
15836
15837
15838
15839
15840
15841
15842
15843
15844
15845
15846
15847
15848
15849
15850
15851     { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15852 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
15853 hardcode_action_CXX=
15854 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15855    test -n "$runpath_var_CXX" ||
15856    test "X$hardcode_automatic_CXX" = "Xyes" ; then
15857
15858   # We can hardcode non-existent directories.
15859   if test "$hardcode_direct_CXX" != no &&
15860      # If the only mechanism to avoid hardcoding is shlibpath_var, we
15861      # have to relink, otherwise we might link with an installed library
15862      # when we should be linking with a yet-to-be-installed one
15863      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15864      test "$hardcode_minus_L_CXX" != no; then
15865     # Linking always hardcodes the temporary library directory.
15866     hardcode_action_CXX=relink
15867   else
15868     # We can link without hardcoding, and we can hardcode nonexisting dirs.
15869     hardcode_action_CXX=immediate
15870   fi
15871 else
15872   # We cannot hardcode anything, or else we can only hardcode existing
15873   # directories.
15874   hardcode_action_CXX=unsupported
15875 fi
15876 { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
15877 echo "${ECHO_T}$hardcode_action_CXX" >&6; }
15878
15879 if test "$hardcode_action_CXX" = relink ||
15880    test "$inherit_rpath_CXX" = yes; then
15881   # Fast installation is not supported
15882   enable_fast_install=no
15883 elif test "$shlibpath_overrides_runpath" = yes ||
15884      test "$enable_shared" = no; then
15885   # Fast installation is not necessary
15886   enable_fast_install=needless
15887 fi
15888
15889
15890
15891
15892
15893
15894
15895   fi # test -n "$compiler"
15896
15897   CC=$lt_save_CC
15898   LDCXX=$LD
15899   LD=$lt_save_LD
15900   GCC=$lt_save_GCC
15901   with_gnu_ld=$lt_save_with_gnu_ld
15902   lt_cv_path_LDCXX=$lt_cv_path_LD
15903   lt_cv_path_LD=$lt_save_path_LD
15904   lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15905   lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15906 fi # test "$_lt_caught_CXX_error" != yes
15907
15908 ac_ext=c
15909 ac_cpp='$CPP $CPPFLAGS'
15910 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15911 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15912 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15913
15914
15915
15916
15917
15918
15919
15920
15921
15922
15923
15924
15925
15926         ac_config_commands="$ac_config_commands libtool"
15927
15928
15929
15930
15931 # Only expand once:
15932
15933
15934
15935
15936 if test x$use_libtool != xno; then
15937    DEFAULT_OBJECT_TYPE=".lo"
15938    DEFAULT_ARCHIVE_TYPE=".la"
15939    DEFAULT_SHARED_OBJECT_TYPE=".la"
15940    LIBTOOL="\$(LIBTOOL)"
15941    LIBTOOL_INSTALL_TARGET="libtool-install"
15942    LIBTOOL_UNINSTALL_TARGET="libtool-uninstall"
15943    LIBTOOL_CLEAN_TARGET="libtool-clean"
15944    QMAKE_LIBTOOL="${BUILD_DIR}/libtool"
15945 else
15946    DEFAULT_OBJECT_TYPE=".o"
15947    DEFAULT_ARCHIVE_TYPE=".a"
15948    DEFAULT_SHARED_OBJECT_TYPE=".so"
15949    LIBTOOL="# \$(LIBTOOL)"
15950    LIBTOOL_INSTALL_TARGET=""
15951    LIBTOOL_UNINSTALL_TARGET=""
15952    LIBTOOL_CLEAN_TARGET=""
15953    QMAKE_LIBTOOL="# ${BUILD_DIR}/libtool"
15954 fi
15955
15956
15957
15958
15959
15960
15961
15962
15963
15964
15965 # Check whether --enable-includes was given.
15966 if test "${enable_includes+set}" = set; then
15967   enableval=$enable_includes;
15968        if test x$enableval = xyes; then
15969           install_includes=yes
15970        fi
15971
15972
15973 fi
15974
15975
15976
15977 if test x$use_libtool != xno -a x$install_includes = xyes; then
15978    INCLUDE_INSTALL_TARGET="install-includes"
15979    INCLUDE_UNINSTALL_TARGET="uninstall-includes"
15980 else
15981    INCLUDE_INSTALL_TARGET=""
15982    INCLUDE_UNINSTALL_TARGET=""
15983 fi
15984
15985
15986
15987
15988 { echo "$as_me:$LINENO: checking host system type" >&5
15989 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
15990 if test "${ac_cv_host+set}" = set; then
15991   echo $ECHO_N "(cached) $ECHO_C" >&6
15992 else
15993   if test "x$host_alias" = x; then
15994   ac_cv_host=$ac_cv_build
15995 else
15996   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
15997     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
15998 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
15999    { (exit 1); exit 1; }; }
16000 fi
16001
16002 fi
16003 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
16004 echo "${ECHO_T}$ac_cv_host" >&6; }
16005 case $ac_cv_host in
16006 *-*-*) ;;
16007 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
16008 echo "$as_me: error: invalid value of canonical host" >&2;}
16009    { (exit 1); exit 1; }; };;
16010 esac
16011 host=$ac_cv_host
16012 ac_save_IFS=$IFS; IFS='-'
16013 set x $ac_cv_host
16014 shift
16015 host_cpu=$1
16016 host_vendor=$2
16017 shift; shift
16018 # Remember, the first character of IFS is used to create $*,
16019 # except with old shells:
16020 host_os=$*
16021 IFS=$ac_save_IFS
16022 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
16023
16024
16025 case $host_os in
16026   *cygwin* ) CYGWIN=yes;;
16027          * ) CYGWIN=no;;
16028 esac
16029
16030 if test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
16031 then
16032
16033
16034 if $TRUEPRG; then
16035   HAVE_SUN_OS_TRUE=
16036   HAVE_SUN_OS_FALSE='#'
16037 else
16038   HAVE_SUN_OS_TRUE='#'
16039   HAVE_SUN_OS_FALSE=
16040 fi
16041         cat >>confdefs.h <<\_ACEOF
16042 #define HAVE_SUN_OS 1
16043 _ACEOF
16044
16045 else
16046
16047
16048 if $FALSEPRG; then
16049   HAVE_SUN_OS_TRUE=
16050   HAVE_SUN_OS_FALSE='#'
16051 else
16052   HAVE_SUN_OS_TRUE='#'
16053   HAVE_SUN_OS_FALSE=
16054 fi
16055 fi
16056
16057 if test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
16058 then
16059
16060
16061 if $TRUEPRG; then
16062   HAVE_OSF1_OS_TRUE=
16063   HAVE_OSF1_OS_FALSE='#'
16064 else
16065   HAVE_OSF1_OS_TRUE='#'
16066   HAVE_OSF1_OS_FALSE=
16067 fi
16068         cat >>confdefs.h <<\_ACEOF
16069 #define HAVE_OSF1_OS 1
16070 _ACEOF
16071
16072 else
16073
16074
16075 if $FALSEPRG; then
16076   HAVE_OSF1_OS_TRUE=
16077   HAVE_OSF1_OS_FALSE='#'
16078 else
16079   HAVE_OSF1_OS_TRUE='#'
16080   HAVE_OSF1_OS_FALSE=
16081 fi
16082 fi
16083
16084 if test $HAVE_UNAME=yes -a x`uname -s` = xAIX
16085 then
16086
16087
16088 if $TRUEPRG; then
16089   HAVE_AIX_OS_TRUE=
16090   HAVE_AIX_OS_FALSE='#'
16091 else
16092   HAVE_AIX_OS_TRUE='#'
16093   HAVE_AIX_OS_FALSE=
16094 fi
16095         cat >>confdefs.h <<\_ACEOF
16096 #define HAVE_AIX_OS 1
16097 _ACEOF
16098
16099 else
16100
16101
16102 if $FALSEPRG; then
16103   HAVE_AIX_OS_TRUE=
16104   HAVE_AIX_OS_FALSE='#'
16105 else
16106   HAVE_AIX_OS_TRUE='#'
16107   HAVE_AIX_OS_FALSE=
16108 fi
16109 fi
16110
16111 if test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
16112 then
16113
16114
16115 if $TRUEPRG; then
16116   HAVE_HPUX_OS_TRUE=
16117   HAVE_HPUX_OS_FALSE='#'
16118 else
16119   HAVE_HPUX_OS_TRUE='#'
16120   HAVE_HPUX_OS_FALSE=
16121 fi
16122         cat >>confdefs.h <<\_ACEOF
16123 #define HAVE_HPUX_OS 1
16124 _ACEOF
16125
16126 else
16127
16128
16129 if $FALSEPRG; then
16130   HAVE_HPUX_OS_TRUE=
16131   HAVE_HPUX_OS_FALSE='#'
16132 else
16133   HAVE_HPUX_OS_TRUE='#'
16134   HAVE_HPUX_OS_FALSE=
16135 fi
16136 fi
16137
16138 if test $HAVE_UNAME=yes -a x`uname -s` = xLinux
16139 then
16140
16141
16142 if $TRUEPRG; then
16143   HAVE_LINUX_OS_TRUE=
16144   HAVE_LINUX_OS_FALSE='#'
16145 else
16146   HAVE_LINUX_OS_TRUE='#'
16147   HAVE_LINUX_OS_FALSE=
16148 fi
16149         cat >>confdefs.h <<\_ACEOF
16150 #define HAVE_LINUX_OS 1
16151 _ACEOF
16152
16153 else
16154
16155
16156 if $FALSEPRG; then
16157   HAVE_LINUX_OS_TRUE=
16158   HAVE_LINUX_OS_FALSE='#'
16159 else
16160   HAVE_LINUX_OS_TRUE='#'
16161   HAVE_LINUX_OS_FALSE=
16162 fi
16163 fi
16164
16165 if test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
16166 then
16167
16168
16169 if $TRUEPRG; then
16170   HAVE_FREEBSD_OS_TRUE=
16171   HAVE_FREEBSD_OS_FALSE='#'
16172 else
16173   HAVE_FREEBSD_OS_TRUE='#'
16174   HAVE_FREEBSD_OS_FALSE=
16175 fi
16176         cat >>confdefs.h <<\_ACEOF
16177 #define HAVE_FREEBSD_OS 1
16178 _ACEOF
16179
16180 else
16181
16182
16183 if $FALSEPRG; then
16184   HAVE_FREEBSD_OS_TRUE=
16185   HAVE_FREEBSD_OS_FALSE='#'
16186 else
16187   HAVE_FREEBSD_OS_TRUE='#'
16188   HAVE_FREEBSD_OS_FALSE=
16189 fi
16190 fi
16191
16192 if test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
16193 then
16194
16195
16196 if $TRUEPRG; then
16197   HAVE_NETBSD_OS_TRUE=
16198   HAVE_NETBSD_OS_FALSE='#'
16199 else
16200   HAVE_NETBSD_OS_TRUE='#'
16201   HAVE_NETBSD_OS_FALSE=
16202 fi
16203         cat >>confdefs.h <<\_ACEOF
16204 #define HAVE_NETBSD_OS 1
16205 _ACEOF
16206
16207 else
16208
16209
16210 if $FALSEPRG; then
16211   HAVE_NETBSD_OS_TRUE=
16212   HAVE_NETBSD_OS_FALSE='#'
16213 else
16214   HAVE_NETBSD_OS_TRUE='#'
16215   HAVE_NETBSD_OS_FALSE=
16216 fi
16217 fi
16218
16219 if test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
16220 then
16221
16222
16223 if $TRUEPRG; then
16224   HAVE_OPENBSD_OS_TRUE=
16225   HAVE_OPENBSD_OS_FALSE='#'
16226 else
16227   HAVE_OPENBSD_OS_TRUE='#'
16228   HAVE_OPENBSD_OS_FALSE=
16229 fi
16230         cat >>confdefs.h <<\_ACEOF
16231 #define HAVE_OPENBSD_OS 1
16232 _ACEOF
16233
16234 else
16235
16236
16237 if $FALSEPRG; then
16238   HAVE_OPENBSD_OS_TRUE=
16239   HAVE_OPENBSD_OS_FALSE='#'
16240 else
16241   HAVE_OPENBSD_OS_TRUE='#'
16242   HAVE_OPENBSD_OS_FALSE=
16243 fi
16244 fi
16245
16246 if test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
16247 then
16248
16249
16250 if $TRUEPRG; then
16251   HAVE_BSDI_OS_TRUE=
16252   HAVE_BSDI_OS_FALSE='#'
16253 else
16254   HAVE_BSDI_OS_TRUE='#'
16255   HAVE_BSDI_OS_FALSE=
16256 fi
16257         cat >>confdefs.h <<\_ACEOF
16258 #define HAVE_BSDI_OS 1
16259 _ACEOF
16260
16261 else
16262
16263
16264 if $FALSEPRG; then
16265   HAVE_BSDI_OS_TRUE=
16266   HAVE_BSDI_OS_FALSE='#'
16267 else
16268   HAVE_BSDI_OS_TRUE='#'
16269   HAVE_BSDI_OS_FALSE=
16270 fi
16271 fi
16272
16273 if test $HAVE_UNAME=yes -a x`uname -s` = xSGI
16274 then
16275
16276
16277 if $TRUEPRG; then
16278   HAVE_SGI_OS_TRUE=
16279   HAVE_SGI_OS_FALSE='#'
16280 else
16281   HAVE_SGI_OS_TRUE='#'
16282   HAVE_SGI_OS_FALSE=
16283 fi
16284         cat >>confdefs.h <<\_ACEOF
16285 #define HAVE_SGI_OS 1
16286 _ACEOF
16287
16288 else
16289
16290
16291 if $FALSEPRG; then
16292   HAVE_SGI_OS_TRUE=
16293   HAVE_SGI_OS_FALSE='#'
16294 else
16295   HAVE_SGI_OS_TRUE='#'
16296   HAVE_SGI_OS_FALSE=
16297 fi
16298 fi
16299
16300 if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX -o x`uname -s` = xIRIX64
16301 then
16302
16303
16304 if $TRUEPRG; then
16305   HAVE_IRIX_OS_TRUE=
16306   HAVE_IRIX_OS_FALSE='#'
16307 else
16308   HAVE_IRIX_OS_TRUE='#'
16309   HAVE_IRIX_OS_FALSE=
16310 fi
16311         cat >>confdefs.h <<\_ACEOF
16312 #define HAVE_IRIX_OS 1
16313 _ACEOF
16314
16315 else
16316
16317
16318 if $FALSEPRG; then
16319   HAVE_IRIX_OS_TRUE=
16320   HAVE_IRIX_OS_FALSE='#'
16321 else
16322   HAVE_IRIX_OS_TRUE='#'
16323   HAVE_IRIX_OS_FALSE=
16324 fi
16325 fi
16326
16327 if test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
16328 then
16329
16330
16331 if $TRUEPRG; then
16332   HAVE_DARWIN_OS_TRUE=
16333   HAVE_DARWIN_OS_FALSE='#'
16334 else
16335   HAVE_DARWIN_OS_TRUE='#'
16336   HAVE_DARWIN_OS_FALSE=
16337 fi
16338     cat >>confdefs.h <<\_ACEOF
16339 #define HAVE_DARWIN_OS 1
16340 _ACEOF
16341
16342 else
16343
16344
16345 if $FALSEPRG; then
16346   HAVE_DARWIN_OS_TRUE=
16347   HAVE_DARWIN_OS_FALSE='#'
16348 else
16349   HAVE_DARWIN_OS_TRUE='#'
16350   HAVE_DARWIN_OS_FALSE=
16351 fi
16352 fi
16353
16354
16355 { echo "$as_me:$LINENO: checking for Operating System Distribution" >&5
16356 echo $ECHO_N "checking for Operating System Distribution... $ECHO_C" >&6; }
16357 if test "x$DISTNAME" != "x"
16358 then
16359         echo "distname set to $DISTNAME"
16360 elif test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
16361 then
16362         DISTNAME=alpha
16363 elif test $HAVE_UNAME=yes -a x`uname -s` = xAIX
16364 then
16365         DISTNAME=aix
16366 elif test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
16367 then
16368         DISTNAME=hpux
16369 elif test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
16370 then
16371         DISTNAME=solaris
16372 elif test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
16373 then
16374         DISTNAME=freebsd
16375 elif test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
16376 then
16377         DISTNAME=netbsd
16378 elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
16379 then
16380         DISTNAME=openbsd
16381 elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
16382 then
16383         DISTNAME=irix
16384 elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
16385 then
16386         DISTNAME=bsdi
16387 elif test -f /etc/SuSE-release
16388 then
16389         DISTNAME=suse
16390 elif test -d /etc/SuSEconfig
16391 then
16392         DISTNAME=suse5
16393 elif test -f /etc/mandrake-release
16394 then
16395         DISTNAME=mandrake
16396 elif test -f /etc/whitebox-release
16397 then
16398        DISTNAME=redhat
16399 elif test -f /etc/redhat-release
16400 then
16401         DISTNAME=redhat
16402 elif test -f /etc/gentoo-release
16403 then
16404         DISTNAME=gentoo
16405 elif test -f /etc/debian_version
16406 then
16407         DISTNAME=debian
16408 elif test -f /etc/slackware-version
16409 then
16410         DISTNAME=slackware
16411 elif test x$host_vendor = xapple
16412 then
16413     DISTNAME=osx
16414 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
16415 then
16416     DISTNAME=darwin
16417 elif test -f /etc/engarde-version
16418 then
16419         DISTNAME=engarde
16420 elif test "$CYGWIN" = yes
16421 then
16422         DISTNAME=cygwin
16423         cat >>confdefs.h <<\_ACEOF
16424 #define HAVE_CYGWIN 1
16425 _ACEOF
16426
16427 else
16428         DISTNAME=unknown
16429 fi
16430 { echo "$as_me:$LINENO: result: done" >&5
16431 echo "${ECHO_T}done" >&6; }
16432
16433
16434 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
16435 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
16436 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
16437 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
16438   echo $ECHO_N "(cached) $ECHO_C" >&6
16439 else
16440   cat >conftest.make <<\_ACEOF
16441 SHELL = /bin/sh
16442 all:
16443         @echo '@@@%%%=$(MAKE)=@@@%%%'
16444 _ACEOF
16445 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
16446 case `${MAKE-make} -f conftest.make 2>/dev/null` in
16447   *@@@%%%=?*=@@@%%%*)
16448     eval ac_cv_prog_make_${ac_make}_set=yes;;
16449   *)
16450     eval ac_cv_prog_make_${ac_make}_set=no;;
16451 esac
16452 rm -f conftest.make
16453 fi
16454 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
16455   { echo "$as_me:$LINENO: result: yes" >&5
16456 echo "${ECHO_T}yes" >&6; }
16457   SET_MAKE=
16458 else
16459   { echo "$as_me:$LINENO: result: no" >&5
16460 echo "${ECHO_T}no" >&6; }
16461   SET_MAKE="MAKE=${MAKE-make}"
16462 fi
16463
16464
16465
16466         MKINSTALLDIRS=
16467   if test -n "$ac_aux_dir"; then
16468     case "$ac_aux_dir" in
16469       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
16470       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
16471     esac
16472   fi
16473   if test -z "$MKINSTALLDIRS"; then
16474     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
16475   fi
16476
16477
16478
16479   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
16480 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
16481     # Check whether --enable-nls was given.
16482 if test "${enable_nls+set}" = set; then
16483   enableval=$enable_nls; USE_NLS=$enableval
16484 else
16485   USE_NLS=yes
16486 fi
16487
16488   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
16489 echo "${ECHO_T}$USE_NLS" >&6; }
16490
16491
16492
16493
16494
16495
16496 # Prepare PATH_SEPARATOR.
16497 # The user is always right.
16498 if test "${PATH_SEPARATOR+set}" != set; then
16499   echo "#! /bin/sh" >conf$$.sh
16500   echo  "exit 0"   >>conf$$.sh
16501   chmod +x conf$$.sh
16502   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16503     PATH_SEPARATOR=';'
16504   else
16505     PATH_SEPARATOR=:
16506   fi
16507   rm -f conf$$.sh
16508 fi
16509
16510 # Find out how to test for executable files. Don't use a zero-byte file,
16511 # as systems may use methods other than mode bits to determine executability.
16512 cat >conf$$.file <<_ASEOF
16513 #! /bin/sh
16514 exit 0
16515 _ASEOF
16516 chmod +x conf$$.file
16517 if test -x conf$$.file >/dev/null 2>&1; then
16518   ac_executable_p="test -x"
16519 else
16520   ac_executable_p="test -f"
16521 fi
16522 rm -f conf$$.file
16523
16524 # Extract the first word of "msgfmt", so it can be a program name with args.
16525 set dummy msgfmt; ac_word=$2
16526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16528 if test "${ac_cv_path_MSGFMT+set}" = set; then
16529   echo $ECHO_N "(cached) $ECHO_C" >&6
16530 else
16531   case "$MSGFMT" in
16532   [\\/]* | ?:[\\/]*)
16533     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
16534     ;;
16535   *)
16536     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16537     for ac_dir in $PATH; do
16538       IFS="$ac_save_IFS"
16539       test -z "$ac_dir" && ac_dir=.
16540       for ac_exec_ext in '' $ac_executable_extensions; do
16541         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16542           echo "$as_me: trying $ac_dir/$ac_word..." >&5
16543           if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
16544      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16545             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
16546             break 2
16547           fi
16548         fi
16549       done
16550     done
16551     IFS="$ac_save_IFS"
16552   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
16553     ;;
16554 esac
16555 fi
16556 MSGFMT="$ac_cv_path_MSGFMT"
16557 if test "$MSGFMT" != ":"; then
16558   { echo "$as_me:$LINENO: result: $MSGFMT" >&5
16559 echo "${ECHO_T}$MSGFMT" >&6; }
16560 else
16561   { echo "$as_me:$LINENO: result: no" >&5
16562 echo "${ECHO_T}no" >&6; }
16563 fi
16564
16565   # Extract the first word of "gmsgfmt", so it can be a program name with args.
16566 set dummy gmsgfmt; ac_word=$2
16567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16569 if test "${ac_cv_path_GMSGFMT+set}" = set; then
16570   echo $ECHO_N "(cached) $ECHO_C" >&6
16571 else
16572   case $GMSGFMT in
16573   [\\/]* | ?:[\\/]*)
16574   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
16575   ;;
16576   *)
16577   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16578 for as_dir in $PATH
16579 do
16580   IFS=$as_save_IFS
16581   test -z "$as_dir" && as_dir=.
16582   for ac_exec_ext in '' $ac_executable_extensions; do
16583   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16584     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
16585     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16586     break 2
16587   fi
16588 done
16589 done
16590 IFS=$as_save_IFS
16591
16592   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
16593   ;;
16594 esac
16595 fi
16596 GMSGFMT=$ac_cv_path_GMSGFMT
16597 if test -n "$GMSGFMT"; then
16598   { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
16599 echo "${ECHO_T}$GMSGFMT" >&6; }
16600 else
16601   { echo "$as_me:$LINENO: result: no" >&5
16602 echo "${ECHO_T}no" >&6; }
16603 fi
16604
16605
16606
16607
16608 # Prepare PATH_SEPARATOR.
16609 # The user is always right.
16610 if test "${PATH_SEPARATOR+set}" != set; then
16611   echo "#! /bin/sh" >conf$$.sh
16612   echo  "exit 0"   >>conf$$.sh
16613   chmod +x conf$$.sh
16614   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16615     PATH_SEPARATOR=';'
16616   else
16617     PATH_SEPARATOR=:
16618   fi
16619   rm -f conf$$.sh
16620 fi
16621
16622 # Find out how to test for executable files. Don't use a zero-byte file,
16623 # as systems may use methods other than mode bits to determine executability.
16624 cat >conf$$.file <<_ASEOF
16625 #! /bin/sh
16626 exit 0
16627 _ASEOF
16628 chmod +x conf$$.file
16629 if test -x conf$$.file >/dev/null 2>&1; then
16630   ac_executable_p="test -x"
16631 else
16632   ac_executable_p="test -f"
16633 fi
16634 rm -f conf$$.file
16635
16636 # Extract the first word of "xgettext", so it can be a program name with args.
16637 set dummy xgettext; ac_word=$2
16638 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16640 if test "${ac_cv_path_XGETTEXT+set}" = set; then
16641   echo $ECHO_N "(cached) $ECHO_C" >&6
16642 else
16643   case "$XGETTEXT" in
16644   [\\/]* | ?:[\\/]*)
16645     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
16646     ;;
16647   *)
16648     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16649     for ac_dir in $PATH; do
16650       IFS="$ac_save_IFS"
16651       test -z "$ac_dir" && ac_dir=.
16652       for ac_exec_ext in '' $ac_executable_extensions; do
16653         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16654           echo "$as_me: trying $ac_dir/$ac_word..." >&5
16655           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
16656      (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
16657             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
16658             break 2
16659           fi
16660         fi
16661       done
16662     done
16663     IFS="$ac_save_IFS"
16664   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
16665     ;;
16666 esac
16667 fi
16668 XGETTEXT="$ac_cv_path_XGETTEXT"
16669 if test "$XGETTEXT" != ":"; then
16670   { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
16671 echo "${ECHO_T}$XGETTEXT" >&6; }
16672 else
16673   { echo "$as_me:$LINENO: result: no" >&5
16674 echo "${ECHO_T}no" >&6; }
16675 fi
16676
16677     rm -f messages.po
16678
16679
16680 # Prepare PATH_SEPARATOR.
16681 # The user is always right.
16682 if test "${PATH_SEPARATOR+set}" != set; then
16683   echo "#! /bin/sh" >conf$$.sh
16684   echo  "exit 0"   >>conf$$.sh
16685   chmod +x conf$$.sh
16686   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16687     PATH_SEPARATOR=';'
16688   else
16689     PATH_SEPARATOR=:
16690   fi
16691   rm -f conf$$.sh
16692 fi
16693
16694 # Find out how to test for executable files. Don't use a zero-byte file,
16695 # as systems may use methods other than mode bits to determine executability.
16696 cat >conf$$.file <<_ASEOF
16697 #! /bin/sh
16698 exit 0
16699 _ASEOF
16700 chmod +x conf$$.file
16701 if test -x conf$$.file >/dev/null 2>&1; then
16702   ac_executable_p="test -x"
16703 else
16704   ac_executable_p="test -f"
16705 fi
16706 rm -f conf$$.file
16707
16708 # Extract the first word of "msgmerge", so it can be a program name with args.
16709 set dummy msgmerge; ac_word=$2
16710 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16712 if test "${ac_cv_path_MSGMERGE+set}" = set; then
16713   echo $ECHO_N "(cached) $ECHO_C" >&6
16714 else
16715   case "$MSGMERGE" in
16716   [\\/]* | ?:[\\/]*)
16717     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
16718     ;;
16719   *)
16720     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16721     for ac_dir in $PATH; do
16722       IFS="$ac_save_IFS"
16723       test -z "$ac_dir" && ac_dir=.
16724       for ac_exec_ext in '' $ac_executable_extensions; do
16725         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16726           echo "$as_me: trying $ac_dir/$ac_word..." >&5
16727           if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
16728             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
16729             break 2
16730           fi
16731         fi
16732       done
16733     done
16734     IFS="$ac_save_IFS"
16735   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
16736     ;;
16737 esac
16738 fi
16739 MSGMERGE="$ac_cv_path_MSGMERGE"
16740 if test "$MSGMERGE" != ":"; then
16741   { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
16742 echo "${ECHO_T}$MSGMERGE" >&6; }
16743 else
16744   { echo "$as_me:$LINENO: result: no" >&5
16745 echo "${ECHO_T}no" >&6; }
16746 fi
16747
16748
16749       if test "$GMSGFMT" != ":"; then
16750             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
16751        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16752       : ;
16753     else
16754       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
16755       { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
16756 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
16757       GMSGFMT=":"
16758     fi
16759   fi
16760
16761       if test "$XGETTEXT" != ":"; then
16762             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
16763        (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
16764       : ;
16765     else
16766       { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
16767 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
16768       XGETTEXT=":"
16769     fi
16770         rm -f messages.po
16771   fi
16772
16773   ac_config_commands="$ac_config_commands default-1"
16774
16775
16776
16777       if test "X$prefix" = "XNONE"; then
16778     acl_final_prefix="$ac_default_prefix"
16779   else
16780     acl_final_prefix="$prefix"
16781   fi
16782   if test "X$exec_prefix" = "XNONE"; then
16783     acl_final_exec_prefix='${prefix}'
16784   else
16785     acl_final_exec_prefix="$exec_prefix"
16786   fi
16787   acl_save_prefix="$prefix"
16788   prefix="$acl_final_prefix"
16789   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
16790   prefix="$acl_save_prefix"
16791
16792
16793 # Check whether --with-gnu-ld was given.
16794 if test "${with_gnu_ld+set}" = set; then
16795   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
16796 else
16797   with_gnu_ld=no
16798 fi
16799
16800 # Prepare PATH_SEPARATOR.
16801 # The user is always right.
16802 if test "${PATH_SEPARATOR+set}" != set; then
16803   echo "#! /bin/sh" >conf$$.sh
16804   echo  "exit 0"   >>conf$$.sh
16805   chmod +x conf$$.sh
16806   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16807     PATH_SEPARATOR=';'
16808   else
16809     PATH_SEPARATOR=:
16810   fi
16811   rm -f conf$$.sh
16812 fi
16813 ac_prog=ld
16814 if test "$GCC" = yes; then
16815   # Check if gcc -print-prog-name=ld gives a path.
16816   { echo "$as_me:$LINENO: checking for ld used by GCC" >&5
16817 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; }
16818   case $host in
16819   *-*-mingw*)
16820     # gcc leaves a trailing carriage return which upsets mingw
16821     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
16822   *)
16823     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
16824   esac
16825   case $ac_prog in
16826     # Accept absolute paths.
16827     [\\/]* | [A-Za-z]:[\\/]*)
16828       re_direlt='/[^/][^/]*/\.\./'
16829       # Canonicalize the path of ld
16830       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
16831       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
16832         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
16833       done
16834       test -z "$LD" && LD="$ac_prog"
16835       ;;
16836   "")
16837     # If it fails, then pretend we aren't using GCC.
16838     ac_prog=ld
16839     ;;
16840   *)
16841     # If it is relative, then search for the first ld in PATH.
16842     with_gnu_ld=unknown
16843     ;;
16844   esac
16845 elif test "$with_gnu_ld" = yes; then
16846   { echo "$as_me:$LINENO: checking for GNU ld" >&5
16847 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
16848 else
16849   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
16850 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
16851 fi
16852 if test "${acl_cv_path_LD+set}" = set; then
16853   echo $ECHO_N "(cached) $ECHO_C" >&6
16854 else
16855   if test -z "$LD"; then
16856   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
16857   for ac_dir in $PATH; do
16858     test -z "$ac_dir" && ac_dir=.
16859     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
16860       acl_cv_path_LD="$ac_dir/$ac_prog"
16861       # Check to see if the program is GNU ld.  I'd rather use --version,
16862       # but apparently some GNU ld's only accept -v.
16863       # Break only if it was the GNU/non-GNU ld that we prefer.
16864       case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
16865       *GNU* | *'with BFD'*)
16866         test "$with_gnu_ld" != no && break ;;
16867       *)
16868         test "$with_gnu_ld" != yes && break ;;
16869       esac
16870     fi
16871   done
16872   IFS="$ac_save_ifs"
16873 else
16874   acl_cv_path_LD="$LD" # Let the user override the test with a path.
16875 fi
16876 fi
16877
16878 LD="$acl_cv_path_LD"
16879 if test -n "$LD"; then
16880   { echo "$as_me:$LINENO: result: $LD" >&5
16881 echo "${ECHO_T}$LD" >&6; }
16882 else
16883   { echo "$as_me:$LINENO: result: no" >&5
16884 echo "${ECHO_T}no" >&6; }
16885 fi
16886 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
16887 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
16888    { (exit 1); exit 1; }; }
16889 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
16890 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
16891 if test "${acl_cv_prog_gnu_ld+set}" = set; then
16892   echo $ECHO_N "(cached) $ECHO_C" >&6
16893 else
16894   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
16895 case `$LD -v 2>&1 </dev/null` in
16896 *GNU* | *'with BFD'*)
16897   acl_cv_prog_gnu_ld=yes ;;
16898 *)
16899   acl_cv_prog_gnu_ld=no ;;
16900 esac
16901 fi
16902 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
16903 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; }
16904 with_gnu_ld=$acl_cv_prog_gnu_ld
16905
16906
16907
16908
16909                                                 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5
16910 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; }
16911 if test "${acl_cv_rpath+set}" = set; then
16912   echo $ECHO_N "(cached) $ECHO_C" >&6
16913 else
16914
16915     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
16916     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
16917     . ./conftest.sh
16918     rm -f ./conftest.sh
16919     acl_cv_rpath=done
16920
16921 fi
16922 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
16923 echo "${ECHO_T}$acl_cv_rpath" >&6; }
16924   wl="$acl_cv_wl"
16925   libext="$acl_cv_libext"
16926   shlibext="$acl_cv_shlibext"
16927   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
16928   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
16929   hardcode_direct="$acl_cv_hardcode_direct"
16930   hardcode_minus_L="$acl_cv_hardcode_minus_L"
16931     # Check whether --enable-rpath was given.
16932 if test "${enable_rpath+set}" = set; then
16933   enableval=$enable_rpath; :
16934 else
16935   enable_rpath=yes
16936 fi
16937
16938
16939
16940
16941
16942
16943
16944
16945     use_additional=yes
16946
16947   acl_save_prefix="$prefix"
16948   prefix="$acl_final_prefix"
16949   acl_save_exec_prefix="$exec_prefix"
16950   exec_prefix="$acl_final_exec_prefix"
16951
16952     eval additional_includedir=\"$includedir\"
16953     eval additional_libdir=\"$libdir\"
16954
16955   exec_prefix="$acl_save_exec_prefix"
16956   prefix="$acl_save_prefix"
16957
16958
16959 # Check whether --with-libiconv-prefix was given.
16960 if test "${with_libiconv_prefix+set}" = set; then
16961   withval=$with_libiconv_prefix;
16962     if test "X$withval" = "Xno"; then
16963       use_additional=no
16964     else
16965       if test "X$withval" = "X"; then
16966
16967   acl_save_prefix="$prefix"
16968   prefix="$acl_final_prefix"
16969   acl_save_exec_prefix="$exec_prefix"
16970   exec_prefix="$acl_final_exec_prefix"
16971
16972           eval additional_includedir=\"$includedir\"
16973           eval additional_libdir=\"$libdir\"
16974
16975   exec_prefix="$acl_save_exec_prefix"
16976   prefix="$acl_save_prefix"
16977
16978       else
16979         additional_includedir="$withval/include"
16980         additional_libdir="$withval/lib"
16981       fi
16982     fi
16983
16984 fi
16985
16986       LIBICONV=
16987   LTLIBICONV=
16988   INCICONV=
16989   rpathdirs=
16990   ltrpathdirs=
16991   names_already_handled=
16992   names_next_round='iconv '
16993   while test -n "$names_next_round"; do
16994     names_this_round="$names_next_round"
16995     names_next_round=
16996     for name in $names_this_round; do
16997       already_handled=
16998       for n in $names_already_handled; do
16999         if test "$n" = "$name"; then
17000           already_handled=yes
17001           break
17002         fi
17003       done
17004       if test -z "$already_handled"; then
17005         names_already_handled="$names_already_handled $name"
17006                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17007         eval value=\"\$HAVE_LIB$uppername\"
17008         if test -n "$value"; then
17009           if test "$value" = yes; then
17010             eval value=\"\$LIB$uppername\"
17011             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
17012             eval value=\"\$LTLIB$uppername\"
17013             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
17014           else
17015                                     :
17016           fi
17017         else
17018                               found_dir=
17019           found_la=
17020           found_so=
17021           found_a=
17022           if test $use_additional = yes; then
17023             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17024               found_dir="$additional_libdir"
17025               found_so="$additional_libdir/lib$name.$shlibext"
17026               if test -f "$additional_libdir/lib$name.la"; then
17027                 found_la="$additional_libdir/lib$name.la"
17028               fi
17029             else
17030               if test -f "$additional_libdir/lib$name.$libext"; then
17031                 found_dir="$additional_libdir"
17032                 found_a="$additional_libdir/lib$name.$libext"
17033                 if test -f "$additional_libdir/lib$name.la"; then
17034                   found_la="$additional_libdir/lib$name.la"
17035                 fi
17036               fi
17037             fi
17038           fi
17039           if test "X$found_dir" = "X"; then
17040             for x in $LDFLAGS $LTLIBICONV; do
17041
17042   acl_save_prefix="$prefix"
17043   prefix="$acl_final_prefix"
17044   acl_save_exec_prefix="$exec_prefix"
17045   exec_prefix="$acl_final_exec_prefix"
17046   eval x=\"$x\"
17047   exec_prefix="$acl_save_exec_prefix"
17048   prefix="$acl_save_prefix"
17049
17050               case "$x" in
17051                 -L*)
17052                   dir=`echo "X$x" | sed -e 's/^X-L//'`
17053                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17054                     found_dir="$dir"
17055                     found_so="$dir/lib$name.$shlibext"
17056                     if test -f "$dir/lib$name.la"; then
17057                       found_la="$dir/lib$name.la"
17058                     fi
17059                   else
17060                     if test -f "$dir/lib$name.$libext"; then
17061                       found_dir="$dir"
17062                       found_a="$dir/lib$name.$libext"
17063                       if test -f "$dir/lib$name.la"; then
17064                         found_la="$dir/lib$name.la"
17065                       fi
17066                     fi
17067                   fi
17068                   ;;
17069               esac
17070               if test "X$found_dir" != "X"; then
17071                 break
17072               fi
17073             done
17074           fi
17075           if test "X$found_dir" != "X"; then
17076                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
17077             if test "X$found_so" != "X"; then
17078                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17079                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17080               else
17081                                                                                 haveit=
17082                 for x in $ltrpathdirs; do
17083                   if test "X$x" = "X$found_dir"; then
17084                     haveit=yes
17085                     break
17086                   fi
17087                 done
17088                 if test -z "$haveit"; then
17089                   ltrpathdirs="$ltrpathdirs $found_dir"
17090                 fi
17091                                 if test "$hardcode_direct" = yes; then
17092                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17093                 else
17094                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17095                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17096                                                             haveit=
17097                     for x in $rpathdirs; do
17098                       if test "X$x" = "X$found_dir"; then
17099                         haveit=yes
17100                         break
17101                       fi
17102                     done
17103                     if test -z "$haveit"; then
17104                       rpathdirs="$rpathdirs $found_dir"
17105                     fi
17106                   else
17107                                                                                 haveit=
17108                     for x in $LDFLAGS $LIBICONV; do
17109
17110   acl_save_prefix="$prefix"
17111   prefix="$acl_final_prefix"
17112   acl_save_exec_prefix="$exec_prefix"
17113   exec_prefix="$acl_final_exec_prefix"
17114   eval x=\"$x\"
17115   exec_prefix="$acl_save_exec_prefix"
17116   prefix="$acl_save_prefix"
17117
17118                       if test "X$x" = "X-L$found_dir"; then
17119                         haveit=yes
17120                         break
17121                       fi
17122                     done
17123                     if test -z "$haveit"; then
17124                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
17125                     fi
17126                     if test "$hardcode_minus_L" != no; then
17127                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17128                     else
17129                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
17130                     fi
17131                   fi
17132                 fi
17133               fi
17134             else
17135               if test "X$found_a" != "X"; then
17136                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
17137               else
17138                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
17139               fi
17140             fi
17141                         additional_includedir=
17142             case "$found_dir" in
17143               */lib | */lib/)
17144                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17145                 additional_includedir="$basedir/include"
17146                 ;;
17147             esac
17148             if test "X$additional_includedir" != "X"; then
17149                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
17150                 haveit=
17151                 if test "X$additional_includedir" = "X/usr/local/include"; then
17152                   if test -n "$GCC"; then
17153                     case $host_os in
17154                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17155                     esac
17156                   fi
17157                 fi
17158                 if test -z "$haveit"; then
17159                   for x in $CPPFLAGS $INCICONV; do
17160
17161   acl_save_prefix="$prefix"
17162   prefix="$acl_final_prefix"
17163   acl_save_exec_prefix="$exec_prefix"
17164   exec_prefix="$acl_final_exec_prefix"
17165   eval x=\"$x\"
17166   exec_prefix="$acl_save_exec_prefix"
17167   prefix="$acl_save_prefix"
17168
17169                     if test "X$x" = "X-I$additional_includedir"; then
17170                       haveit=yes
17171                       break
17172                     fi
17173                   done
17174                   if test -z "$haveit"; then
17175                     if test -d "$additional_includedir"; then
17176                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
17177                     fi
17178                   fi
17179                 fi
17180               fi
17181             fi
17182                         if test -n "$found_la"; then
17183                                                         save_libdir="$libdir"
17184               case "$found_la" in
17185                 */* | *\\*) . "$found_la" ;;
17186                 *) . "./$found_la" ;;
17187               esac
17188               libdir="$save_libdir"
17189                             for dep in $dependency_libs; do
17190                 case "$dep" in
17191                   -L*)
17192                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17193                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
17194                       haveit=
17195                       if test "X$additional_libdir" = "X/usr/local/lib"; then
17196                         if test -n "$GCC"; then
17197                           case $host_os in
17198                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17199                           esac
17200                         fi
17201                       fi
17202                       if test -z "$haveit"; then
17203                         haveit=
17204                         for x in $LDFLAGS $LIBICONV; do
17205
17206   acl_save_prefix="$prefix"
17207   prefix="$acl_final_prefix"
17208   acl_save_exec_prefix="$exec_prefix"
17209   exec_prefix="$acl_final_exec_prefix"
17210   eval x=\"$x\"
17211   exec_prefix="$acl_save_exec_prefix"
17212   prefix="$acl_save_prefix"
17213
17214                           if test "X$x" = "X-L$additional_libdir"; then
17215                             haveit=yes
17216                             break
17217                           fi
17218                         done
17219                         if test -z "$haveit"; then
17220                           if test -d "$additional_libdir"; then
17221                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
17222                           fi
17223                         fi
17224                         haveit=
17225                         for x in $LDFLAGS $LTLIBICONV; do
17226
17227   acl_save_prefix="$prefix"
17228   prefix="$acl_final_prefix"
17229   acl_save_exec_prefix="$exec_prefix"
17230   exec_prefix="$acl_final_exec_prefix"
17231   eval x=\"$x\"
17232   exec_prefix="$acl_save_exec_prefix"
17233   prefix="$acl_save_prefix"
17234
17235                           if test "X$x" = "X-L$additional_libdir"; then
17236                             haveit=yes
17237                             break
17238                           fi
17239                         done
17240                         if test -z "$haveit"; then
17241                           if test -d "$additional_libdir"; then
17242                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
17243                           fi
17244                         fi
17245                       fi
17246                     fi
17247                     ;;
17248                   -R*)
17249                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
17250                     if test "$enable_rpath" != no; then
17251                                                                   haveit=
17252                       for x in $rpathdirs; do
17253                         if test "X$x" = "X$dir"; then
17254                           haveit=yes
17255                           break
17256                         fi
17257                       done
17258                       if test -z "$haveit"; then
17259                         rpathdirs="$rpathdirs $dir"
17260                       fi
17261                                                                   haveit=
17262                       for x in $ltrpathdirs; do
17263                         if test "X$x" = "X$dir"; then
17264                           haveit=yes
17265                           break
17266                         fi
17267                       done
17268                       if test -z "$haveit"; then
17269                         ltrpathdirs="$ltrpathdirs $dir"
17270                       fi
17271                     fi
17272                     ;;
17273                   -l*)
17274                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
17275                     ;;
17276                   *.la)
17277                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
17278                     ;;
17279                   *)
17280                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
17281                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
17282                     ;;
17283                 esac
17284               done
17285             fi
17286           else
17287                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
17288             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
17289           fi
17290         fi
17291       fi
17292     done
17293   done
17294   if test "X$rpathdirs" != "X"; then
17295     if test -n "$hardcode_libdir_separator"; then
17296                         alldirs=
17297       for found_dir in $rpathdirs; do
17298         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
17299       done
17300             acl_save_libdir="$libdir"
17301       libdir="$alldirs"
17302       eval flag=\"$hardcode_libdir_flag_spec\"
17303       libdir="$acl_save_libdir"
17304       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
17305     else
17306             for found_dir in $rpathdirs; do
17307         acl_save_libdir="$libdir"
17308         libdir="$found_dir"
17309         eval flag=\"$hardcode_libdir_flag_spec\"
17310         libdir="$acl_save_libdir"
17311         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
17312       done
17313     fi
17314   fi
17315   if test "X$ltrpathdirs" != "X"; then
17316             for found_dir in $ltrpathdirs; do
17317       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
17318     done
17319   fi
17320
17321
17322
17323
17324
17325
17326
17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
17337
17338     { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5
17339 echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; }
17340 if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then
17341   echo $ECHO_N "(cached) $ECHO_C" >&6
17342 else
17343   gt_save_CPPFLAGS="$CPPFLAGS"
17344      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
17345      gt_save_LIBS="$LIBS"
17346      LIBS="$LIBS -framework CoreFoundation"
17347      cat >conftest.$ac_ext <<_ACEOF
17348 /* confdefs.h.  */
17349 _ACEOF
17350 cat confdefs.h >>conftest.$ac_ext
17351 cat >>conftest.$ac_ext <<_ACEOF
17352 /* end confdefs.h.  */
17353 #include <CFPreferences.h>
17354 int
17355 main ()
17356 {
17357 CFPreferencesCopyAppValue(NULL, NULL)
17358   ;
17359   return 0;
17360 }
17361 _ACEOF
17362 rm -f conftest.$ac_objext conftest$ac_exeext
17363 if { (ac_try="$ac_link"
17364 case "(($ac_try" in
17365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17366   *) ac_try_echo=$ac_try;;
17367 esac
17368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17369   (eval "$ac_link") 2>conftest.er1
17370   ac_status=$?
17371   grep -v '^ *+' conftest.er1 >conftest.err
17372   rm -f conftest.er1
17373   cat conftest.err >&5
17374   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17375   (exit $ac_status); } && {
17376          test -z "$ac_c_werror_flag" ||
17377          test ! -s conftest.err
17378        } && test -s conftest$ac_exeext &&
17379        $as_test_x conftest$ac_exeext; then
17380   gt_cv_func_CFPreferencesCopyAppValue=yes
17381 else
17382   echo "$as_me: failed program was:" >&5
17383 sed 's/^/| /' conftest.$ac_ext >&5
17384
17385         gt_cv_func_CFPreferencesCopyAppValue=no
17386 fi
17387
17388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17389       conftest$ac_exeext conftest.$ac_ext
17390      CPPFLAGS="$gt_save_CPPFLAGS"
17391      LIBS="$gt_save_LIBS"
17392 fi
17393 { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
17394 echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
17395   if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
17396
17397 cat >>confdefs.h <<\_ACEOF
17398 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
17399 _ACEOF
17400
17401   fi
17402     { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5
17403 echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; }
17404 if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then
17405   echo $ECHO_N "(cached) $ECHO_C" >&6
17406 else
17407   gt_save_CPPFLAGS="$CPPFLAGS"
17408      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
17409      gt_save_LIBS="$LIBS"
17410      LIBS="$LIBS -framework CoreFoundation"
17411      cat >conftest.$ac_ext <<_ACEOF
17412 /* confdefs.h.  */
17413 _ACEOF
17414 cat confdefs.h >>conftest.$ac_ext
17415 cat >>conftest.$ac_ext <<_ACEOF
17416 /* end confdefs.h.  */
17417 #include <CFLocale.h>
17418 int
17419 main ()
17420 {
17421 CFLocaleCopyCurrent();
17422   ;
17423   return 0;
17424 }
17425 _ACEOF
17426 rm -f conftest.$ac_objext conftest$ac_exeext
17427 if { (ac_try="$ac_link"
17428 case "(($ac_try" in
17429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17430   *) ac_try_echo=$ac_try;;
17431 esac
17432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17433   (eval "$ac_link") 2>conftest.er1
17434   ac_status=$?
17435   grep -v '^ *+' conftest.er1 >conftest.err
17436   rm -f conftest.er1
17437   cat conftest.err >&5
17438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17439   (exit $ac_status); } && {
17440          test -z "$ac_c_werror_flag" ||
17441          test ! -s conftest.err
17442        } && test -s conftest$ac_exeext &&
17443        $as_test_x conftest$ac_exeext; then
17444   gt_cv_func_CFLocaleCopyCurrent=yes
17445 else
17446   echo "$as_me: failed program was:" >&5
17447 sed 's/^/| /' conftest.$ac_ext >&5
17448
17449         gt_cv_func_CFLocaleCopyCurrent=no
17450 fi
17451
17452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17453       conftest$ac_exeext conftest.$ac_ext
17454      CPPFLAGS="$gt_save_CPPFLAGS"
17455      LIBS="$gt_save_LIBS"
17456 fi
17457 { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
17458 echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; }
17459   if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
17460
17461 cat >>confdefs.h <<\_ACEOF
17462 #define HAVE_CFLOCALECOPYCURRENT 1
17463 _ACEOF
17464
17465   fi
17466   INTL_MACOSX_LIBS=
17467   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
17468     INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
17469   fi
17470
17471
17472
17473
17474   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
17475 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
17476     # Check whether --enable-nls was given.
17477 if test "${enable_nls+set}" = set; then
17478   enableval=$enable_nls; USE_NLS=$enableval
17479 else
17480   USE_NLS=yes
17481 fi
17482
17483   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
17484 echo "${ECHO_T}$USE_NLS" >&6; }
17485
17486
17487
17488
17489   LIBINTL=
17490   LTLIBINTL=
17491   POSUB=
17492
17493     if test "$USE_NLS" = "yes"; then
17494     gt_use_preinstalled_gnugettext=no
17495
17496
17497
17498
17499
17500
17501         { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
17502 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }
17503 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
17504   echo $ECHO_N "(cached) $ECHO_C" >&6
17505 else
17506   cat >conftest.$ac_ext <<_ACEOF
17507 /* confdefs.h.  */
17508 _ACEOF
17509 cat confdefs.h >>conftest.$ac_ext
17510 cat >>conftest.$ac_ext <<_ACEOF
17511 /* end confdefs.h.  */
17512 #include <libintl.h>
17513 extern int _nl_msg_cat_cntr;
17514 extern int *_nl_domain_bindings;
17515 int
17516 main ()
17517 {
17518 bindtextdomain ("", "");
17519 return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
17520   ;
17521   return 0;
17522 }
17523 _ACEOF
17524 rm -f conftest.$ac_objext conftest$ac_exeext
17525 if { (ac_try="$ac_link"
17526 case "(($ac_try" in
17527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17528   *) ac_try_echo=$ac_try;;
17529 esac
17530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17531   (eval "$ac_link") 2>conftest.er1
17532   ac_status=$?
17533   grep -v '^ *+' conftest.er1 >conftest.err
17534   rm -f conftest.er1
17535   cat conftest.err >&5
17536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17537   (exit $ac_status); } && {
17538          test -z "$ac_c_werror_flag" ||
17539          test ! -s conftest.err
17540        } && test -s conftest$ac_exeext &&
17541        $as_test_x conftest$ac_exeext; then
17542   gt_cv_func_gnugettext1_libc=yes
17543 else
17544   echo "$as_me: failed program was:" >&5
17545 sed 's/^/| /' conftest.$ac_ext >&5
17546
17547         gt_cv_func_gnugettext1_libc=no
17548 fi
17549
17550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17551       conftest$ac_exeext conftest.$ac_ext
17552 fi
17553 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
17554 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }
17555
17556         if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
17557
17558
17559
17560
17561
17562           am_save_CPPFLAGS="$CPPFLAGS"
17563
17564   for element in $INCICONV; do
17565     haveit=
17566     for x in $CPPFLAGS; do
17567
17568   acl_save_prefix="$prefix"
17569   prefix="$acl_final_prefix"
17570   acl_save_exec_prefix="$exec_prefix"
17571   exec_prefix="$acl_final_exec_prefix"
17572   eval x=\"$x\"
17573   exec_prefix="$acl_save_exec_prefix"
17574   prefix="$acl_save_prefix"
17575
17576       if test "X$x" = "X$element"; then
17577         haveit=yes
17578         break
17579       fi
17580     done
17581     if test -z "$haveit"; then
17582       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
17583     fi
17584   done
17585
17586
17587   { echo "$as_me:$LINENO: checking for iconv" >&5
17588 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
17589 if test "${am_cv_func_iconv+set}" = set; then
17590   echo $ECHO_N "(cached) $ECHO_C" >&6
17591 else
17592
17593     am_cv_func_iconv="no, consider installing GNU libiconv"
17594     am_cv_lib_iconv=no
17595     cat >conftest.$ac_ext <<_ACEOF
17596 /* confdefs.h.  */
17597 _ACEOF
17598 cat confdefs.h >>conftest.$ac_ext
17599 cat >>conftest.$ac_ext <<_ACEOF
17600 /* end confdefs.h.  */
17601 #include <stdlib.h>
17602 #include <iconv.h>
17603 int
17604 main ()
17605 {
17606 iconv_t cd = iconv_open("","");
17607        iconv(cd,NULL,NULL,NULL,NULL);
17608        iconv_close(cd);
17609   ;
17610   return 0;
17611 }
17612 _ACEOF
17613 rm -f conftest.$ac_objext conftest$ac_exeext
17614 if { (ac_try="$ac_link"
17615 case "(($ac_try" in
17616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17617   *) ac_try_echo=$ac_try;;
17618 esac
17619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17620   (eval "$ac_link") 2>conftest.er1
17621   ac_status=$?
17622   grep -v '^ *+' conftest.er1 >conftest.err
17623   rm -f conftest.er1
17624   cat conftest.err >&5
17625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17626   (exit $ac_status); } && {
17627          test -z "$ac_c_werror_flag" ||
17628          test ! -s conftest.err
17629        } && test -s conftest$ac_exeext &&
17630        $as_test_x conftest$ac_exeext; then
17631   am_cv_func_iconv=yes
17632 else
17633   echo "$as_me: failed program was:" >&5
17634 sed 's/^/| /' conftest.$ac_ext >&5
17635
17636
17637 fi
17638
17639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17640       conftest$ac_exeext conftest.$ac_ext
17641     if test "$am_cv_func_iconv" != yes; then
17642       am_save_LIBS="$LIBS"
17643       LIBS="$LIBS $LIBICONV"
17644       cat >conftest.$ac_ext <<_ACEOF
17645 /* confdefs.h.  */
17646 _ACEOF
17647 cat confdefs.h >>conftest.$ac_ext
17648 cat >>conftest.$ac_ext <<_ACEOF
17649 /* end confdefs.h.  */
17650 #include <stdlib.h>
17651 #include <iconv.h>
17652 int
17653 main ()
17654 {
17655 iconv_t cd = iconv_open("","");
17656          iconv(cd,NULL,NULL,NULL,NULL);
17657          iconv_close(cd);
17658   ;
17659   return 0;
17660 }
17661 _ACEOF
17662 rm -f conftest.$ac_objext conftest$ac_exeext
17663 if { (ac_try="$ac_link"
17664 case "(($ac_try" in
17665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17666   *) ac_try_echo=$ac_try;;
17667 esac
17668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17669   (eval "$ac_link") 2>conftest.er1
17670   ac_status=$?
17671   grep -v '^ *+' conftest.er1 >conftest.err
17672   rm -f conftest.er1
17673   cat conftest.err >&5
17674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17675   (exit $ac_status); } && {
17676          test -z "$ac_c_werror_flag" ||
17677          test ! -s conftest.err
17678        } && test -s conftest$ac_exeext &&
17679        $as_test_x conftest$ac_exeext; then
17680   am_cv_lib_iconv=yes
17681         am_cv_func_iconv=yes
17682 else
17683   echo "$as_me: failed program was:" >&5
17684 sed 's/^/| /' conftest.$ac_ext >&5
17685
17686
17687 fi
17688
17689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17690       conftest$ac_exeext conftest.$ac_ext
17691       LIBS="$am_save_LIBS"
17692     fi
17693
17694 fi
17695 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
17696 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
17697   if test "$am_cv_func_iconv" = yes; then
17698
17699 cat >>confdefs.h <<\_ACEOF
17700 #define HAVE_ICONV 1
17701 _ACEOF
17702
17703   fi
17704   if test "$am_cv_lib_iconv" = yes; then
17705     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
17706 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }
17707     { echo "$as_me:$LINENO: result: $LIBICONV" >&5
17708 echo "${ECHO_T}$LIBICONV" >&6; }
17709   else
17710             CPPFLAGS="$am_save_CPPFLAGS"
17711     LIBICONV=
17712     LTLIBICONV=
17713   fi
17714
17715
17716
17717
17718
17719
17720     use_additional=yes
17721
17722   acl_save_prefix="$prefix"
17723   prefix="$acl_final_prefix"
17724   acl_save_exec_prefix="$exec_prefix"
17725   exec_prefix="$acl_final_exec_prefix"
17726
17727     eval additional_includedir=\"$includedir\"
17728     eval additional_libdir=\"$libdir\"
17729
17730   exec_prefix="$acl_save_exec_prefix"
17731   prefix="$acl_save_prefix"
17732
17733
17734 # Check whether --with-libintl-prefix was given.
17735 if test "${with_libintl_prefix+set}" = set; then
17736   withval=$with_libintl_prefix;
17737     if test "X$withval" = "Xno"; then
17738       use_additional=no
17739     else
17740       if test "X$withval" = "X"; then
17741
17742   acl_save_prefix="$prefix"
17743   prefix="$acl_final_prefix"
17744   acl_save_exec_prefix="$exec_prefix"
17745   exec_prefix="$acl_final_exec_prefix"
17746
17747           eval additional_includedir=\"$includedir\"
17748           eval additional_libdir=\"$libdir\"
17749
17750   exec_prefix="$acl_save_exec_prefix"
17751   prefix="$acl_save_prefix"
17752
17753       else
17754         additional_includedir="$withval/include"
17755         additional_libdir="$withval/lib"
17756       fi
17757     fi
17758
17759 fi
17760
17761       LIBINTL=
17762   LTLIBINTL=
17763   INCINTL=
17764   rpathdirs=
17765   ltrpathdirs=
17766   names_already_handled=
17767   names_next_round='intl '
17768   while test -n "$names_next_round"; do
17769     names_this_round="$names_next_round"
17770     names_next_round=
17771     for name in $names_this_round; do
17772       already_handled=
17773       for n in $names_already_handled; do
17774         if test "$n" = "$name"; then
17775           already_handled=yes
17776           break
17777         fi
17778       done
17779       if test -z "$already_handled"; then
17780         names_already_handled="$names_already_handled $name"
17781                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17782         eval value=\"\$HAVE_LIB$uppername\"
17783         if test -n "$value"; then
17784           if test "$value" = yes; then
17785             eval value=\"\$LIB$uppername\"
17786             test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
17787             eval value=\"\$LTLIB$uppername\"
17788             test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
17789           else
17790                                     :
17791           fi
17792         else
17793                               found_dir=
17794           found_la=
17795           found_so=
17796           found_a=
17797           if test $use_additional = yes; then
17798             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17799               found_dir="$additional_libdir"
17800               found_so="$additional_libdir/lib$name.$shlibext"
17801               if test -f "$additional_libdir/lib$name.la"; then
17802                 found_la="$additional_libdir/lib$name.la"
17803               fi
17804             else
17805               if test -f "$additional_libdir/lib$name.$libext"; then
17806                 found_dir="$additional_libdir"
17807                 found_a="$additional_libdir/lib$name.$libext"
17808                 if test -f "$additional_libdir/lib$name.la"; then
17809                   found_la="$additional_libdir/lib$name.la"
17810                 fi
17811               fi
17812             fi
17813           fi
17814           if test "X$found_dir" = "X"; then
17815             for x in $LDFLAGS $LTLIBINTL; do
17816
17817   acl_save_prefix="$prefix"
17818   prefix="$acl_final_prefix"
17819   acl_save_exec_prefix="$exec_prefix"
17820   exec_prefix="$acl_final_exec_prefix"
17821   eval x=\"$x\"
17822   exec_prefix="$acl_save_exec_prefix"
17823   prefix="$acl_save_prefix"
17824
17825               case "$x" in
17826                 -L*)
17827                   dir=`echo "X$x" | sed -e 's/^X-L//'`
17828                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17829                     found_dir="$dir"
17830                     found_so="$dir/lib$name.$shlibext"
17831                     if test -f "$dir/lib$name.la"; then
17832                       found_la="$dir/lib$name.la"
17833                     fi
17834                   else
17835                     if test -f "$dir/lib$name.$libext"; then
17836                       found_dir="$dir"
17837                       found_a="$dir/lib$name.$libext"
17838                       if test -f "$dir/lib$name.la"; then
17839                         found_la="$dir/lib$name.la"
17840                       fi
17841                     fi
17842                   fi
17843                   ;;
17844               esac
17845               if test "X$found_dir" != "X"; then
17846                 break
17847               fi
17848             done
17849           fi
17850           if test "X$found_dir" != "X"; then
17851                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
17852             if test "X$found_so" != "X"; then
17853                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17854                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17855               else
17856                                                                                 haveit=
17857                 for x in $ltrpathdirs; do
17858                   if test "X$x" = "X$found_dir"; then
17859                     haveit=yes
17860                     break
17861                   fi
17862                 done
17863                 if test -z "$haveit"; then
17864                   ltrpathdirs="$ltrpathdirs $found_dir"
17865                 fi
17866                                 if test "$hardcode_direct" = yes; then
17867                                                       LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17868                 else
17869                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17870                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17871                                                             haveit=
17872                     for x in $rpathdirs; do
17873                       if test "X$x" = "X$found_dir"; then
17874                         haveit=yes
17875                         break
17876                       fi
17877                     done
17878                     if test -z "$haveit"; then
17879                       rpathdirs="$rpathdirs $found_dir"
17880                     fi
17881                   else
17882                                                                                 haveit=
17883                     for x in $LDFLAGS $LIBINTL; do
17884
17885   acl_save_prefix="$prefix"
17886   prefix="$acl_final_prefix"
17887   acl_save_exec_prefix="$exec_prefix"
17888   exec_prefix="$acl_final_exec_prefix"
17889   eval x=\"$x\"
17890   exec_prefix="$acl_save_exec_prefix"
17891   prefix="$acl_save_prefix"
17892
17893                       if test "X$x" = "X-L$found_dir"; then
17894                         haveit=yes
17895                         break
17896                       fi
17897                     done
17898                     if test -z "$haveit"; then
17899                       LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
17900                     fi
17901                     if test "$hardcode_minus_L" != no; then
17902                                                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17903                     else
17904                                                                                                                                                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
17905                     fi
17906                   fi
17907                 fi
17908               fi
17909             else
17910               if test "X$found_a" != "X"; then
17911                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
17912               else
17913                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
17914               fi
17915             fi
17916                         additional_includedir=
17917             case "$found_dir" in
17918               */lib | */lib/)
17919                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17920                 additional_includedir="$basedir/include"
17921                 ;;
17922             esac
17923             if test "X$additional_includedir" != "X"; then
17924                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
17925                 haveit=
17926                 if test "X$additional_includedir" = "X/usr/local/include"; then
17927                   if test -n "$GCC"; then
17928                     case $host_os in
17929                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17930                     esac
17931                   fi
17932                 fi
17933                 if test -z "$haveit"; then
17934                   for x in $CPPFLAGS $INCINTL; do
17935
17936   acl_save_prefix="$prefix"
17937   prefix="$acl_final_prefix"
17938   acl_save_exec_prefix="$exec_prefix"
17939   exec_prefix="$acl_final_exec_prefix"
17940   eval x=\"$x\"
17941   exec_prefix="$acl_save_exec_prefix"
17942   prefix="$acl_save_prefix"
17943
17944                     if test "X$x" = "X-I$additional_includedir"; then
17945                       haveit=yes
17946                       break
17947                     fi
17948                   done
17949                   if test -z "$haveit"; then
17950                     if test -d "$additional_includedir"; then
17951                                             INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
17952                     fi
17953                   fi
17954                 fi
17955               fi
17956             fi
17957                         if test -n "$found_la"; then
17958                                                         save_libdir="$libdir"
17959               case "$found_la" in
17960                 */* | *\\*) . "$found_la" ;;
17961                 *) . "./$found_la" ;;
17962               esac
17963               libdir="$save_libdir"
17964                             for dep in $dependency_libs; do
17965                 case "$dep" in
17966                   -L*)
17967                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17968                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
17969                       haveit=
17970                       if test "X$additional_libdir" = "X/usr/local/lib"; then
17971                         if test -n "$GCC"; then
17972                           case $host_os in
17973                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17974                           esac
17975                         fi
17976                       fi
17977                       if test -z "$haveit"; then
17978                         haveit=
17979                         for x in $LDFLAGS $LIBINTL; do
17980
17981   acl_save_prefix="$prefix"
17982   prefix="$acl_final_prefix"
17983   acl_save_exec_prefix="$exec_prefix"
17984   exec_prefix="$acl_final_exec_prefix"
17985   eval x=\"$x\"
17986   exec_prefix="$acl_save_exec_prefix"
17987   prefix="$acl_save_prefix"
17988
17989                           if test "X$x" = "X-L$additional_libdir"; then
17990                             haveit=yes
17991                             break
17992                           fi
17993                         done
17994                         if test -z "$haveit"; then
17995                           if test -d "$additional_libdir"; then
17996                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
17997                           fi
17998                         fi
17999                         haveit=
18000                         for x in $LDFLAGS $LTLIBINTL; do
18001
18002   acl_save_prefix="$prefix"
18003   prefix="$acl_final_prefix"
18004   acl_save_exec_prefix="$exec_prefix"
18005   exec_prefix="$acl_final_exec_prefix"
18006   eval x=\"$x\"
18007   exec_prefix="$acl_save_exec_prefix"
18008   prefix="$acl_save_prefix"
18009
18010                           if test "X$x" = "X-L$additional_libdir"; then
18011                             haveit=yes
18012                             break
18013                           fi
18014                         done
18015                         if test -z "$haveit"; then
18016                           if test -d "$additional_libdir"; then
18017                                                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
18018                           fi
18019                         fi
18020                       fi
18021                     fi
18022                     ;;
18023                   -R*)
18024                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
18025                     if test "$enable_rpath" != no; then
18026                                                                   haveit=
18027                       for x in $rpathdirs; do
18028                         if test "X$x" = "X$dir"; then
18029                           haveit=yes
18030                           break
18031                         fi
18032                       done
18033                       if test -z "$haveit"; then
18034                         rpathdirs="$rpathdirs $dir"
18035                       fi
18036                                                                   haveit=
18037                       for x in $ltrpathdirs; do
18038                         if test "X$x" = "X$dir"; then
18039                           haveit=yes
18040                           break
18041                         fi
18042                       done
18043                       if test -z "$haveit"; then
18044                         ltrpathdirs="$ltrpathdirs $dir"
18045                       fi
18046                     fi
18047                     ;;
18048                   -l*)
18049                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
18050                     ;;
18051                   *.la)
18052                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
18053                     ;;
18054                   *)
18055                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
18056                     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
18057                     ;;
18058                 esac
18059               done
18060             fi
18061           else
18062                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
18063             LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
18064           fi
18065         fi
18066       fi
18067     done
18068   done
18069   if test "X$rpathdirs" != "X"; then
18070     if test -n "$hardcode_libdir_separator"; then
18071                         alldirs=
18072       for found_dir in $rpathdirs; do
18073         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
18074       done
18075             acl_save_libdir="$libdir"
18076       libdir="$alldirs"
18077       eval flag=\"$hardcode_libdir_flag_spec\"
18078       libdir="$acl_save_libdir"
18079       LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
18080     else
18081             for found_dir in $rpathdirs; do
18082         acl_save_libdir="$libdir"
18083         libdir="$found_dir"
18084         eval flag=\"$hardcode_libdir_flag_spec\"
18085         libdir="$acl_save_libdir"
18086         LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
18087       done
18088     fi
18089   fi
18090   if test "X$ltrpathdirs" != "X"; then
18091             for found_dir in $ltrpathdirs; do
18092       LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
18093     done
18094   fi
18095
18096           { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
18097 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }
18098 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
18099   echo $ECHO_N "(cached) $ECHO_C" >&6
18100 else
18101   gt_save_CPPFLAGS="$CPPFLAGS"
18102             CPPFLAGS="$CPPFLAGS $INCINTL"
18103             gt_save_LIBS="$LIBS"
18104             LIBS="$LIBS $LIBINTL"
18105                         cat >conftest.$ac_ext <<_ACEOF
18106 /* confdefs.h.  */
18107 _ACEOF
18108 cat confdefs.h >>conftest.$ac_ext
18109 cat >>conftest.$ac_ext <<_ACEOF
18110 /* end confdefs.h.  */
18111 #include <libintl.h>
18112 extern int _nl_msg_cat_cntr;
18113 extern
18114 #ifdef __cplusplus
18115 "C"
18116 #endif
18117 const char *_nl_expand_alias (const char *);
18118 int
18119 main ()
18120 {
18121 bindtextdomain ("", "");
18122 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
18123   ;
18124   return 0;
18125 }
18126 _ACEOF
18127 rm -f conftest.$ac_objext conftest$ac_exeext
18128 if { (ac_try="$ac_link"
18129 case "(($ac_try" in
18130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18131   *) ac_try_echo=$ac_try;;
18132 esac
18133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18134   (eval "$ac_link") 2>conftest.er1
18135   ac_status=$?
18136   grep -v '^ *+' conftest.er1 >conftest.err
18137   rm -f conftest.er1
18138   cat conftest.err >&5
18139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18140   (exit $ac_status); } && {
18141          test -z "$ac_c_werror_flag" ||
18142          test ! -s conftest.err
18143        } && test -s conftest$ac_exeext &&
18144        $as_test_x conftest$ac_exeext; then
18145   gt_cv_func_gnugettext1_libintl=yes
18146 else
18147   echo "$as_me: failed program was:" >&5
18148 sed 's/^/| /' conftest.$ac_ext >&5
18149
18150         gt_cv_func_gnugettext1_libintl=no
18151 fi
18152
18153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18154       conftest$ac_exeext conftest.$ac_ext
18155                         if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
18156               LIBS="$LIBS $LIBICONV"
18157               cat >conftest.$ac_ext <<_ACEOF
18158 /* confdefs.h.  */
18159 _ACEOF
18160 cat confdefs.h >>conftest.$ac_ext
18161 cat >>conftest.$ac_ext <<_ACEOF
18162 /* end confdefs.h.  */
18163 #include <libintl.h>
18164 extern int _nl_msg_cat_cntr;
18165 extern
18166 #ifdef __cplusplus
18167 "C"
18168 #endif
18169 const char *_nl_expand_alias (const char *);
18170 int
18171 main ()
18172 {
18173 bindtextdomain ("", "");
18174 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
18175   ;
18176   return 0;
18177 }
18178 _ACEOF
18179 rm -f conftest.$ac_objext conftest$ac_exeext
18180 if { (ac_try="$ac_link"
18181 case "(($ac_try" in
18182   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18183   *) ac_try_echo=$ac_try;;
18184 esac
18185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18186   (eval "$ac_link") 2>conftest.er1
18187   ac_status=$?
18188   grep -v '^ *+' conftest.er1 >conftest.err
18189   rm -f conftest.er1
18190   cat conftest.err >&5
18191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18192   (exit $ac_status); } && {
18193          test -z "$ac_c_werror_flag" ||
18194          test ! -s conftest.err
18195        } && test -s conftest$ac_exeext &&
18196        $as_test_x conftest$ac_exeext; then
18197   LIBINTL="$LIBINTL $LIBICONV"
18198                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
18199                 gt_cv_func_gnugettext1_libintl=yes
18200
18201 else
18202   echo "$as_me: failed program was:" >&5
18203 sed 's/^/| /' conftest.$ac_ext >&5
18204
18205
18206 fi
18207
18208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18209       conftest$ac_exeext conftest.$ac_ext
18210             fi
18211             CPPFLAGS="$gt_save_CPPFLAGS"
18212             LIBS="$gt_save_LIBS"
18213 fi
18214 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
18215 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
18216         fi
18217
18218                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" \
18219            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
18220                 && test "$PACKAGE" != gettext-runtime \
18221                 && test "$PACKAGE" != gettext-tools; }; then
18222           gt_use_preinstalled_gnugettext=yes
18223         else
18224                     LIBINTL=
18225           LTLIBINTL=
18226           INCINTL=
18227         fi
18228
18229
18230
18231     if test -n "$INTL_MACOSX_LIBS"; then
18232       if test "$gt_use_preinstalled_gnugettext" = "yes" \
18233          || test "$nls_cv_use_gnu_gettext" = "yes"; then
18234                 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
18235         LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
18236       fi
18237     fi
18238
18239     if test "$gt_use_preinstalled_gnugettext" = "yes" \
18240        || test "$nls_cv_use_gnu_gettext" = "yes"; then
18241
18242 cat >>confdefs.h <<\_ACEOF
18243 #define ENABLE_NLS 1
18244 _ACEOF
18245
18246     else
18247       USE_NLS=no
18248     fi
18249   fi
18250
18251   { echo "$as_me:$LINENO: checking whether to use NLS" >&5
18252 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; }
18253   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
18254 echo "${ECHO_T}$USE_NLS" >&6; }
18255   if test "$USE_NLS" = "yes"; then
18256     { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
18257 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; }
18258     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
18259       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
18260         gt_source="external libintl"
18261       else
18262         gt_source="libc"
18263       fi
18264     else
18265       gt_source="included intl directory"
18266     fi
18267     { echo "$as_me:$LINENO: result: $gt_source" >&5
18268 echo "${ECHO_T}$gt_source" >&6; }
18269   fi
18270
18271   if test "$USE_NLS" = "yes"; then
18272
18273     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
18274       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
18275         { echo "$as_me:$LINENO: checking how to link with libintl" >&5
18276 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; }
18277         { echo "$as_me:$LINENO: result: $LIBINTL" >&5
18278 echo "${ECHO_T}$LIBINTL" >&6; }
18279
18280   for element in $INCINTL; do
18281     haveit=
18282     for x in $CPPFLAGS; do
18283
18284   acl_save_prefix="$prefix"
18285   prefix="$acl_final_prefix"
18286   acl_save_exec_prefix="$exec_prefix"
18287   exec_prefix="$acl_final_exec_prefix"
18288   eval x=\"$x\"
18289   exec_prefix="$acl_save_exec_prefix"
18290   prefix="$acl_save_prefix"
18291
18292       if test "X$x" = "X$element"; then
18293         haveit=yes
18294         break
18295       fi
18296     done
18297     if test -z "$haveit"; then
18298       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
18299     fi
18300   done
18301
18302       fi
18303
18304
18305 cat >>confdefs.h <<\_ACEOF
18306 #define HAVE_GETTEXT 1
18307 _ACEOF
18308
18309
18310 cat >>confdefs.h <<\_ACEOF
18311 #define HAVE_DCGETTEXT 1
18312 _ACEOF
18313
18314     fi
18315
18316         POSUB=po
18317   fi
18318
18319
18320
18321     INTLLIBS="$LIBINTL"
18322
18323
18324
18325
18326
18327
18328
18329 if test x${prefix} = xNONE ; then
18330    if test `eval echo ${sysconfdir}` = NONE/etc ; then
18331       sysconfdir=/etc/bacula
18332    fi
18333
18334    if test `eval echo ${libdir}` = NONE/lib ; then
18335       libdir=/usr/lib
18336    fi
18337
18338    if test `eval echo ${includedir}` = NONE/include ; then
18339       includedir=/usr/include
18340    fi
18341
18342    if test `eval echo ${datarootdir}` = NONE/share ; then
18343       datarootdir=/usr/share
18344    fi
18345    prefix=
18346 fi
18347
18348 if test x${exec_prefix} = xNONE ; then
18349    exec_prefix=${prefix}
18350 fi
18351
18352 sysconfdir=`eval echo ${sysconfdir}`
18353 datarootdir=`eval echo ${datarootdir}`
18354 docdir=`eval echo ${docdir}`
18355 htmldir=`eval echo ${htmldir}`
18356 libdir=`eval echo ${libdir}`
18357 includedir=`eval echo ${includedir}`
18358 localedir=`eval echo ${datarootdir}/locale`
18359 cat >>confdefs.h <<_ACEOF
18360 #define SYSCONFDIR "$sysconfdir"
18361 _ACEOF
18362
18363 cat >>confdefs.h <<_ACEOF
18364 #define LOCALEDIR "$localedir"
18365 _ACEOF
18366
18367
18368 if test x$sbindir = x'${exec_prefix}/sbin' ; then
18369    sbindir=${exec_prefix}/sbin
18370 fi
18371 sbindir=`eval echo ${sbindir}`
18372
18373 if test x$mandir = x'${prefix}/man' ; then
18374    mandir=/usr/share/man
18375 fi
18376
18377 if test x$htmldir = x${docdir} ; then
18378    htmldir=`eval echo ${docdir}bacula/html`
18379 fi
18380
18381 if test x$docdir = x'/usr/share/doc/' ; then
18382    docdir=`eval echo ${docdir}bacula`
18383 fi
18384
18385
18386 for ac_prog in msgfmt
18387 do
18388   # Extract the first word of "$ac_prog", so it can be a program name with args.
18389 set dummy $ac_prog; ac_word=$2
18390 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18391 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18392 if test "${ac_cv_path_MSGFMT+set}" = set; then
18393   echo $ECHO_N "(cached) $ECHO_C" >&6
18394 else
18395   case $MSGFMT in
18396   [\\/]* | ?:[\\/]*)
18397   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
18398   ;;
18399   *)
18400   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18401 for as_dir in $PATH
18402 do
18403   IFS=$as_save_IFS
18404   test -z "$as_dir" && as_dir=.
18405   for ac_exec_ext in '' $ac_executable_extensions; do
18406   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18407     ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
18408     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18409     break 2
18410   fi
18411 done
18412 done
18413 IFS=$as_save_IFS
18414
18415   ;;
18416 esac
18417 fi
18418 MSGFMT=$ac_cv_path_MSGFMT
18419 if test -n "$MSGFMT"; then
18420   { echo "$as_me:$LINENO: result: $MSGFMT" >&5
18421 echo "${ECHO_T}$MSGFMT" >&6; }
18422 else
18423   { echo "$as_me:$LINENO: result: no" >&5
18424 echo "${ECHO_T}no" >&6; }
18425 fi
18426
18427
18428   test -n "$MSGFMT" && break
18429 done
18430 test -n "$MSGFMT" || MSGFMT="no"
18431
18432 if test "$MSGFMT" = "no"
18433 then
18434    echo 'msgfmt program not found, disabling NLS !'
18435    USE_NLS=no
18436    USE_INCLUDED_LIBINTL=no
18437 #else
18438
18439     { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2 or newer" >&5
18440 echo $ECHO_N "checking whether we are using the GNU C Library 2 or newer... $ECHO_C" >&6; }
18441 if test "${ac_cv_gnu_library_2+set}" = set; then
18442   echo $ECHO_N "(cached) $ECHO_C" >&6
18443 else
18444   cat >conftest.$ac_ext <<_ACEOF
18445 /* confdefs.h.  */
18446 _ACEOF
18447 cat confdefs.h >>conftest.$ac_ext
18448 cat >>conftest.$ac_ext <<_ACEOF
18449 /* end confdefs.h.  */
18450
18451 #include <features.h>
18452 #ifdef __GNU_LIBRARY__
18453  #if (__GLIBC__ >= 2)
18454   Lucky GNU user
18455  #endif
18456 #endif
18457
18458 _ACEOF
18459 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18460   $EGREP "Lucky GNU user" >/dev/null 2>&1; then
18461   ac_cv_gnu_library_2=yes
18462 else
18463   ac_cv_gnu_library_2=no
18464 fi
18465 rm -f conftest*
18466
18467
18468
18469 fi
18470 { echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2" >&5
18471 echo "${ECHO_T}$ac_cv_gnu_library_2" >&6; }
18472
18473     GLIBC2="$ac_cv_gnu_library_2"
18474
18475
18476 if test -n "$ac_tool_prefix"; then
18477   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
18478 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
18479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18481 if test "${ac_cv_prog_RANLIB+set}" = set; then
18482   echo $ECHO_N "(cached) $ECHO_C" >&6
18483 else
18484   if test -n "$RANLIB"; then
18485   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
18486 else
18487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18488 for as_dir in $PATH
18489 do
18490   IFS=$as_save_IFS
18491   test -z "$as_dir" && as_dir=.
18492   for ac_exec_ext in '' $ac_executable_extensions; do
18493   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18494     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
18495     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18496     break 2
18497   fi
18498 done
18499 done
18500 IFS=$as_save_IFS
18501
18502 fi
18503 fi
18504 RANLIB=$ac_cv_prog_RANLIB
18505 if test -n "$RANLIB"; then
18506   { echo "$as_me:$LINENO: result: $RANLIB" >&5
18507 echo "${ECHO_T}$RANLIB" >&6; }
18508 else
18509   { echo "$as_me:$LINENO: result: no" >&5
18510 echo "${ECHO_T}no" >&6; }
18511 fi
18512
18513
18514 fi
18515 if test -z "$ac_cv_prog_RANLIB"; then
18516   ac_ct_RANLIB=$RANLIB
18517   # Extract the first word of "ranlib", so it can be a program name with args.
18518 set dummy ranlib; ac_word=$2
18519 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18521 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
18522   echo $ECHO_N "(cached) $ECHO_C" >&6
18523 else
18524   if test -n "$ac_ct_RANLIB"; then
18525   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
18526 else
18527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18528 for as_dir in $PATH
18529 do
18530   IFS=$as_save_IFS
18531   test -z "$as_dir" && as_dir=.
18532   for ac_exec_ext in '' $ac_executable_extensions; do
18533   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18534     ac_cv_prog_ac_ct_RANLIB="ranlib"
18535     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18536     break 2
18537   fi
18538 done
18539 done
18540 IFS=$as_save_IFS
18541
18542 fi
18543 fi
18544 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
18545 if test -n "$ac_ct_RANLIB"; then
18546   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
18547 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
18548 else
18549   { echo "$as_me:$LINENO: result: no" >&5
18550 echo "${ECHO_T}no" >&6; }
18551 fi
18552
18553   if test "x$ac_ct_RANLIB" = x; then
18554     RANLIB=":"
18555   else
18556     case $cross_compiling:$ac_tool_warned in
18557 yes:)
18558 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
18559 whose name does not start with the host triplet.  If you think this
18560 configuration is useful to you, please write to autoconf@gnu.org." >&5
18561 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
18562 whose name does not start with the host triplet.  If you think this
18563 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
18564 ac_tool_warned=yes ;;
18565 esac
18566     RANLIB=$ac_ct_RANLIB
18567   fi
18568 else
18569   RANLIB="$ac_cv_prog_RANLIB"
18570 fi
18571
18572
18573         { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
18574 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; }
18575 if test "${ac_cv_lib_cposix_strerror+set}" = set; then
18576   echo $ECHO_N "(cached) $ECHO_C" >&6
18577 else
18578   ac_check_lib_save_LIBS=$LIBS
18579 LIBS="-lcposix  $LIBS"
18580 cat >conftest.$ac_ext <<_ACEOF
18581 /* confdefs.h.  */
18582 _ACEOF
18583 cat confdefs.h >>conftest.$ac_ext
18584 cat >>conftest.$ac_ext <<_ACEOF
18585 /* end confdefs.h.  */
18586
18587 /* Override any GCC internal prototype to avoid an error.
18588    Use char because int might match the return type of a GCC
18589    builtin and then its argument prototype would still apply.  */
18590 #ifdef __cplusplus
18591 extern "C"
18592 #endif
18593 char strerror ();
18594 int
18595 main ()
18596 {
18597 return strerror ();
18598   ;
18599   return 0;
18600 }
18601 _ACEOF
18602 rm -f conftest.$ac_objext conftest$ac_exeext
18603 if { (ac_try="$ac_link"
18604 case "(($ac_try" in
18605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18606   *) ac_try_echo=$ac_try;;
18607 esac
18608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18609   (eval "$ac_link") 2>conftest.er1
18610   ac_status=$?
18611   grep -v '^ *+' conftest.er1 >conftest.err
18612   rm -f conftest.er1
18613   cat conftest.err >&5
18614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18615   (exit $ac_status); } && {
18616          test -z "$ac_c_werror_flag" ||
18617          test ! -s conftest.err
18618        } && test -s conftest$ac_exeext &&
18619        $as_test_x conftest$ac_exeext; then
18620   ac_cv_lib_cposix_strerror=yes
18621 else
18622   echo "$as_me: failed program was:" >&5
18623 sed 's/^/| /' conftest.$ac_ext >&5
18624
18625         ac_cv_lib_cposix_strerror=no
18626 fi
18627
18628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18629       conftest$ac_exeext conftest.$ac_ext
18630 LIBS=$ac_check_lib_save_LIBS
18631 fi
18632 { echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
18633 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; }
18634 if test $ac_cv_lib_cposix_strerror = yes; then
18635   LIBS="$LIBS -lcposix"
18636 fi
18637
18638
18639
18640 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18641 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18642 if test "${ac_cv_c_const+set}" = set; then
18643   echo $ECHO_N "(cached) $ECHO_C" >&6
18644 else
18645   cat >conftest.$ac_ext <<_ACEOF
18646 /* confdefs.h.  */
18647 _ACEOF
18648 cat confdefs.h >>conftest.$ac_ext
18649 cat >>conftest.$ac_ext <<_ACEOF
18650 /* end confdefs.h.  */
18651
18652 int
18653 main ()
18654 {
18655 /* FIXME: Include the comments suggested by Paul. */
18656 #ifndef __cplusplus
18657   /* Ultrix mips cc rejects this.  */
18658   typedef int charset[2];
18659   const charset cs;
18660   /* SunOS 4.1.1 cc rejects this.  */
18661   char const *const *pcpcc;
18662   char **ppc;
18663   /* NEC SVR4.0.2 mips cc rejects this.  */
18664   struct point {int x, y;};
18665   static struct point const zero = {0,0};
18666   /* AIX XL C 1.02.0.0 rejects this.
18667      It does not let you subtract one const X* pointer from another in
18668      an arm of an if-expression whose if-part is not a constant
18669      expression */
18670   const char *g = "string";
18671   pcpcc = &g + (g ? g-g : 0);
18672   /* HPUX 7.0 cc rejects these. */
18673   ++pcpcc;
18674   ppc = (char**) pcpcc;
18675   pcpcc = (char const *const *) ppc;
18676   { /* SCO 3.2v4 cc rejects this.  */
18677     char *t;
18678     char const *s = 0 ? (char *) 0 : (char const *) 0;
18679
18680     *t++ = 0;
18681     if (s) return 0;
18682   }
18683   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
18684     int x[] = {25, 17};
18685     const int *foo = &x[0];
18686     ++foo;
18687   }
18688   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18689     typedef const int *iptr;
18690     iptr p = 0;
18691     ++p;
18692   }
18693   { /* AIX XL C 1.02.0.0 rejects this saying
18694        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18695     struct s { int j; const int *ap[3]; };
18696     struct s *b; b->j = 5;
18697   }
18698   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18699     const int foo = 10;
18700     if (!foo) return 0;
18701   }
18702   return !cs[0] && !zero.x;
18703 #endif
18704
18705   ;
18706   return 0;
18707 }
18708 _ACEOF
18709 rm -f conftest.$ac_objext
18710 if { (ac_try="$ac_compile"
18711 case "(($ac_try" in
18712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18713   *) ac_try_echo=$ac_try;;
18714 esac
18715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18716   (eval "$ac_compile") 2>conftest.er1
18717   ac_status=$?
18718   grep -v '^ *+' conftest.er1 >conftest.err
18719   rm -f conftest.er1
18720   cat conftest.err >&5
18721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18722   (exit $ac_status); } && {
18723          test -z "$ac_c_werror_flag" ||
18724          test ! -s conftest.err
18725        } && test -s conftest.$ac_objext; then
18726   ac_cv_c_const=yes
18727 else
18728   echo "$as_me: failed program was:" >&5
18729 sed 's/^/| /' conftest.$ac_ext >&5
18730
18731         ac_cv_c_const=no
18732 fi
18733
18734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18735 fi
18736 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18737 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18738 if test $ac_cv_c_const = no; then
18739
18740 cat >>confdefs.h <<\_ACEOF
18741 #define const
18742 _ACEOF
18743
18744 fi
18745
18746
18747   { echo "$as_me:$LINENO: checking for signed" >&5
18748 echo $ECHO_N "checking for signed... $ECHO_C" >&6; }
18749 if test "${bh_cv_c_signed+set}" = set; then
18750   echo $ECHO_N "(cached) $ECHO_C" >&6
18751 else
18752   cat >conftest.$ac_ext <<_ACEOF
18753 /* confdefs.h.  */
18754 _ACEOF
18755 cat confdefs.h >>conftest.$ac_ext
18756 cat >>conftest.$ac_ext <<_ACEOF
18757 /* end confdefs.h.  */
18758
18759 int
18760 main ()
18761 {
18762 signed char x;
18763   ;
18764   return 0;
18765 }
18766 _ACEOF
18767 rm -f conftest.$ac_objext
18768 if { (ac_try="$ac_compile"
18769 case "(($ac_try" in
18770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18771   *) ac_try_echo=$ac_try;;
18772 esac
18773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18774   (eval "$ac_compile") 2>conftest.er1
18775   ac_status=$?
18776   grep -v '^ *+' conftest.er1 >conftest.err
18777   rm -f conftest.er1
18778   cat conftest.err >&5
18779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18780   (exit $ac_status); } && {
18781          test -z "$ac_c_werror_flag" ||
18782          test ! -s conftest.err
18783        } && test -s conftest.$ac_objext; then
18784   bh_cv_c_signed=yes
18785 else
18786   echo "$as_me: failed program was:" >&5
18787 sed 's/^/| /' conftest.$ac_ext >&5
18788
18789         bh_cv_c_signed=no
18790 fi
18791
18792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18793 fi
18794 { echo "$as_me:$LINENO: result: $bh_cv_c_signed" >&5
18795 echo "${ECHO_T}$bh_cv_c_signed" >&6; }
18796   if test $bh_cv_c_signed = no; then
18797
18798 cat >>confdefs.h <<\_ACEOF
18799 #define signed
18800 _ACEOF
18801
18802   fi
18803
18804 { echo "$as_me:$LINENO: checking for inline" >&5
18805 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18806 if test "${ac_cv_c_inline+set}" = set; then
18807   echo $ECHO_N "(cached) $ECHO_C" >&6
18808 else
18809   ac_cv_c_inline=no
18810 for ac_kw in inline __inline__ __inline; do
18811   cat >conftest.$ac_ext <<_ACEOF
18812 /* confdefs.h.  */
18813 _ACEOF
18814 cat confdefs.h >>conftest.$ac_ext
18815 cat >>conftest.$ac_ext <<_ACEOF
18816 /* end confdefs.h.  */
18817 #ifndef __cplusplus
18818 typedef int foo_t;
18819 static $ac_kw foo_t static_foo () {return 0; }
18820 $ac_kw foo_t foo () {return 0; }
18821 #endif
18822
18823 _ACEOF
18824 rm -f conftest.$ac_objext
18825 if { (ac_try="$ac_compile"
18826 case "(($ac_try" in
18827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18828   *) ac_try_echo=$ac_try;;
18829 esac
18830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18831   (eval "$ac_compile") 2>conftest.er1
18832   ac_status=$?
18833   grep -v '^ *+' conftest.er1 >conftest.err
18834   rm -f conftest.er1
18835   cat conftest.err >&5
18836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837   (exit $ac_status); } && {
18838          test -z "$ac_c_werror_flag" ||
18839          test ! -s conftest.err
18840        } && test -s conftest.$ac_objext; then
18841   ac_cv_c_inline=$ac_kw
18842 else
18843   echo "$as_me: failed program was:" >&5
18844 sed 's/^/| /' conftest.$ac_ext >&5
18845
18846
18847 fi
18848
18849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18850   test "$ac_cv_c_inline" != no && break
18851 done
18852
18853 fi
18854 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18855 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18856
18857
18858 case $ac_cv_c_inline in
18859   inline | yes) ;;
18860   *)
18861     case $ac_cv_c_inline in
18862       no) ac_val=;;
18863       *) ac_val=$ac_cv_c_inline;;
18864     esac
18865     cat >>confdefs.h <<_ACEOF
18866 #ifndef __cplusplus
18867 #define inline $ac_val
18868 #endif
18869 _ACEOF
18870     ;;
18871 esac
18872
18873 { echo "$as_me:$LINENO: checking for off_t" >&5
18874 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18875 if test "${ac_cv_type_off_t+set}" = set; then
18876   echo $ECHO_N "(cached) $ECHO_C" >&6
18877 else
18878   cat >conftest.$ac_ext <<_ACEOF
18879 /* confdefs.h.  */
18880 _ACEOF
18881 cat confdefs.h >>conftest.$ac_ext
18882 cat >>conftest.$ac_ext <<_ACEOF
18883 /* end confdefs.h.  */
18884 $ac_includes_default
18885 typedef off_t ac__type_new_;
18886 int
18887 main ()
18888 {
18889 if ((ac__type_new_ *) 0)
18890   return 0;
18891 if (sizeof (ac__type_new_))
18892   return 0;
18893   ;
18894   return 0;
18895 }
18896 _ACEOF
18897 rm -f conftest.$ac_objext
18898 if { (ac_try="$ac_compile"
18899 case "(($ac_try" in
18900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18901   *) ac_try_echo=$ac_try;;
18902 esac
18903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18904   (eval "$ac_compile") 2>conftest.er1
18905   ac_status=$?
18906   grep -v '^ *+' conftest.er1 >conftest.err
18907   rm -f conftest.er1
18908   cat conftest.err >&5
18909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18910   (exit $ac_status); } && {
18911          test -z "$ac_c_werror_flag" ||
18912          test ! -s conftest.err
18913        } && test -s conftest.$ac_objext; then
18914   ac_cv_type_off_t=yes
18915 else
18916   echo "$as_me: failed program was:" >&5
18917 sed 's/^/| /' conftest.$ac_ext >&5
18918
18919         ac_cv_type_off_t=no
18920 fi
18921
18922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18923 fi
18924 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18925 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18926 if test $ac_cv_type_off_t = yes; then
18927   :
18928 else
18929
18930 cat >>confdefs.h <<_ACEOF
18931 #define off_t long int
18932 _ACEOF
18933
18934 fi
18935
18936 { echo "$as_me:$LINENO: checking for size_t" >&5
18937 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18938 if test "${ac_cv_type_size_t+set}" = set; then
18939   echo $ECHO_N "(cached) $ECHO_C" >&6
18940 else
18941   cat >conftest.$ac_ext <<_ACEOF
18942 /* confdefs.h.  */
18943 _ACEOF
18944 cat confdefs.h >>conftest.$ac_ext
18945 cat >>conftest.$ac_ext <<_ACEOF
18946 /* end confdefs.h.  */
18947 $ac_includes_default
18948 typedef size_t ac__type_new_;
18949 int
18950 main ()
18951 {
18952 if ((ac__type_new_ *) 0)
18953   return 0;
18954 if (sizeof (ac__type_new_))
18955   return 0;
18956   ;
18957   return 0;
18958 }
18959 _ACEOF
18960 rm -f conftest.$ac_objext
18961 if { (ac_try="$ac_compile"
18962 case "(($ac_try" in
18963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18964   *) ac_try_echo=$ac_try;;
18965 esac
18966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18967   (eval "$ac_compile") 2>conftest.er1
18968   ac_status=$?
18969   grep -v '^ *+' conftest.er1 >conftest.err
18970   rm -f conftest.er1
18971   cat conftest.err >&5
18972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18973   (exit $ac_status); } && {
18974          test -z "$ac_c_werror_flag" ||
18975          test ! -s conftest.err
18976        } && test -s conftest.$ac_objext; then
18977   ac_cv_type_size_t=yes
18978 else
18979   echo "$as_me: failed program was:" >&5
18980 sed 's/^/| /' conftest.$ac_ext >&5
18981
18982         ac_cv_type_size_t=no
18983 fi
18984
18985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18986 fi
18987 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18988 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18989 if test $ac_cv_type_size_t = yes; then
18990   :
18991 else
18992
18993 cat >>confdefs.h <<_ACEOF
18994 #define size_t unsigned int
18995 _ACEOF
18996
18997 fi
18998
18999
19000   { echo "$as_me:$LINENO: checking for long long" >&5
19001 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19002 if test "${ac_cv_type_long_long+set}" = set; then
19003   echo $ECHO_N "(cached) $ECHO_C" >&6
19004 else
19005   cat >conftest.$ac_ext <<_ACEOF
19006 /* confdefs.h.  */
19007 _ACEOF
19008 cat confdefs.h >>conftest.$ac_ext
19009 cat >>conftest.$ac_ext <<_ACEOF
19010 /* end confdefs.h.  */
19011 long long ll = 1LL; int i = 63;
19012 int
19013 main ()
19014 {
19015 long long llmax = (long long) -1;
19016      return ll << i | ll >> i | llmax / ll | llmax % ll;
19017   ;
19018   return 0;
19019 }
19020 _ACEOF
19021 rm -f conftest.$ac_objext conftest$ac_exeext
19022 if { (ac_try="$ac_link"
19023 case "(($ac_try" in
19024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19025   *) ac_try_echo=$ac_try;;
19026 esac
19027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19028   (eval "$ac_link") 2>conftest.er1
19029   ac_status=$?
19030   grep -v '^ *+' conftest.er1 >conftest.err
19031   rm -f conftest.er1
19032   cat conftest.err >&5
19033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19034   (exit $ac_status); } && {
19035          test -z "$ac_c_werror_flag" ||
19036          test ! -s conftest.err
19037        } && test -s conftest$ac_exeext &&
19038        $as_test_x conftest$ac_exeext; then
19039   ac_cv_type_long_long=yes
19040 else
19041   echo "$as_me: failed program was:" >&5
19042 sed 's/^/| /' conftest.$ac_ext >&5
19043
19044         ac_cv_type_long_long=no
19045 fi
19046
19047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19048       conftest$ac_exeext conftest.$ac_ext
19049 fi
19050 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19051 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19052   if test $ac_cv_type_long_long = yes; then
19053
19054 cat >>confdefs.h <<\_ACEOF
19055 #define HAVE_LONG_LONG 1
19056 _ACEOF
19057
19058   fi
19059
19060
19061   { echo "$as_me:$LINENO: checking for long double" >&5
19062 echo $ECHO_N "checking for long double... $ECHO_C" >&6; }
19063 if test "${gt_cv_c_long_double+set}" = set; then
19064   echo $ECHO_N "(cached) $ECHO_C" >&6
19065 else
19066   if test "$GCC" = yes; then
19067        gt_cv_c_long_double=yes
19068      else
19069        cat >conftest.$ac_ext <<_ACEOF
19070 /* confdefs.h.  */
19071 _ACEOF
19072 cat confdefs.h >>conftest.$ac_ext
19073 cat >>conftest.$ac_ext <<_ACEOF
19074 /* end confdefs.h.  */
19075
19076          /* The Stardent Vistra knows sizeof(long double), but does not support it.  */
19077          long double foo = 0.0;
19078          /* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
19079          int array [2*(sizeof(long double) >= sizeof(double)) - 1];
19080
19081 int
19082 main ()
19083 {
19084
19085   ;
19086   return 0;
19087 }
19088 _ACEOF
19089 rm -f conftest.$ac_objext
19090 if { (ac_try="$ac_compile"
19091 case "(($ac_try" in
19092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19093   *) ac_try_echo=$ac_try;;
19094 esac
19095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19096   (eval "$ac_compile") 2>conftest.er1
19097   ac_status=$?
19098   grep -v '^ *+' conftest.er1 >conftest.err
19099   rm -f conftest.er1
19100   cat conftest.err >&5
19101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19102   (exit $ac_status); } && {
19103          test -z "$ac_c_werror_flag" ||
19104          test ! -s conftest.err
19105        } && test -s conftest.$ac_objext; then
19106   gt_cv_c_long_double=yes
19107 else
19108   echo "$as_me: failed program was:" >&5
19109 sed 's/^/| /' conftest.$ac_ext >&5
19110
19111         gt_cv_c_long_double=no
19112 fi
19113
19114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19115      fi
19116 fi
19117 { echo "$as_me:$LINENO: result: $gt_cv_c_long_double" >&5
19118 echo "${ECHO_T}$gt_cv_c_long_double" >&6; }
19119   if test $gt_cv_c_long_double = yes; then
19120
19121 cat >>confdefs.h <<\_ACEOF
19122 #define HAVE_LONG_DOUBLE 1
19123 _ACEOF
19124
19125   fi
19126
19127
19128   { echo "$as_me:$LINENO: checking for wchar_t" >&5
19129 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
19130 if test "${gt_cv_c_wchar_t+set}" = set; then
19131   echo $ECHO_N "(cached) $ECHO_C" >&6
19132 else
19133   cat >conftest.$ac_ext <<_ACEOF
19134 /* confdefs.h.  */
19135 _ACEOF
19136 cat confdefs.h >>conftest.$ac_ext
19137 cat >>conftest.$ac_ext <<_ACEOF
19138 /* end confdefs.h.  */
19139 #include <stddef.h>
19140        wchar_t foo = (wchar_t)'\0';
19141 int
19142 main ()
19143 {
19144
19145   ;
19146   return 0;
19147 }
19148 _ACEOF
19149 rm -f conftest.$ac_objext
19150 if { (ac_try="$ac_compile"
19151 case "(($ac_try" in
19152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19153   *) ac_try_echo=$ac_try;;
19154 esac
19155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19156   (eval "$ac_compile") 2>conftest.er1
19157   ac_status=$?
19158   grep -v '^ *+' conftest.er1 >conftest.err
19159   rm -f conftest.er1
19160   cat conftest.err >&5
19161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19162   (exit $ac_status); } && {
19163          test -z "$ac_c_werror_flag" ||
19164          test ! -s conftest.err
19165        } && test -s conftest.$ac_objext; then
19166   gt_cv_c_wchar_t=yes
19167 else
19168   echo "$as_me: failed program was:" >&5
19169 sed 's/^/| /' conftest.$ac_ext >&5
19170
19171         gt_cv_c_wchar_t=no
19172 fi
19173
19174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19175 fi
19176 { echo "$as_me:$LINENO: result: $gt_cv_c_wchar_t" >&5
19177 echo "${ECHO_T}$gt_cv_c_wchar_t" >&6; }
19178   if test $gt_cv_c_wchar_t = yes; then
19179
19180 cat >>confdefs.h <<\_ACEOF
19181 #define HAVE_WCHAR_T 1
19182 _ACEOF
19183
19184   fi
19185
19186
19187   { echo "$as_me:$LINENO: checking for wint_t" >&5
19188 echo $ECHO_N "checking for wint_t... $ECHO_C" >&6; }
19189 if test "${gt_cv_c_wint_t+set}" = set; then
19190   echo $ECHO_N "(cached) $ECHO_C" >&6
19191 else
19192   cat >conftest.$ac_ext <<_ACEOF
19193 /* confdefs.h.  */
19194 _ACEOF
19195 cat confdefs.h >>conftest.$ac_ext
19196 cat >>conftest.$ac_ext <<_ACEOF
19197 /* end confdefs.h.  */
19198 #include <wchar.h>
19199        wint_t foo = (wchar_t)'\0';
19200 int
19201 main ()
19202 {
19203
19204   ;
19205   return 0;
19206 }
19207 _ACEOF
19208 rm -f conftest.$ac_objext
19209 if { (ac_try="$ac_compile"
19210 case "(($ac_try" in
19211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19212   *) ac_try_echo=$ac_try;;
19213 esac
19214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19215   (eval "$ac_compile") 2>conftest.er1
19216   ac_status=$?
19217   grep -v '^ *+' conftest.er1 >conftest.err
19218   rm -f conftest.er1
19219   cat conftest.err >&5
19220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221   (exit $ac_status); } && {
19222          test -z "$ac_c_werror_flag" ||
19223          test ! -s conftest.err
19224        } && test -s conftest.$ac_objext; then
19225   gt_cv_c_wint_t=yes
19226 else
19227   echo "$as_me: failed program was:" >&5
19228 sed 's/^/| /' conftest.$ac_ext >&5
19229
19230         gt_cv_c_wint_t=no
19231 fi
19232
19233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19234 fi
19235 { echo "$as_me:$LINENO: result: $gt_cv_c_wint_t" >&5
19236 echo "${ECHO_T}$gt_cv_c_wint_t" >&6; }
19237   if test $gt_cv_c_wint_t = yes; then
19238
19239 cat >>confdefs.h <<\_ACEOF
19240 #define HAVE_WINT_T 1
19241 _ACEOF
19242
19243   fi
19244
19245
19246   { echo "$as_me:$LINENO: checking for inttypes.h" >&5
19247 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; }
19248 if test "${gl_cv_header_inttypes_h+set}" = set; then
19249   echo $ECHO_N "(cached) $ECHO_C" >&6
19250 else
19251   cat >conftest.$ac_ext <<_ACEOF
19252 /* confdefs.h.  */
19253 _ACEOF
19254 cat confdefs.h >>conftest.$ac_ext
19255 cat >>conftest.$ac_ext <<_ACEOF
19256 /* end confdefs.h.  */
19257 #include <sys/types.h>
19258 #include <inttypes.h>
19259 int
19260 main ()
19261 {
19262 uintmax_t i = (uintmax_t) -1;
19263   ;
19264   return 0;
19265 }
19266 _ACEOF
19267 rm -f conftest.$ac_objext
19268 if { (ac_try="$ac_compile"
19269 case "(($ac_try" in
19270   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19271   *) ac_try_echo=$ac_try;;
19272 esac
19273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19274   (eval "$ac_compile") 2>conftest.er1
19275   ac_status=$?
19276   grep -v '^ *+' conftest.er1 >conftest.err
19277   rm -f conftest.er1
19278   cat conftest.err >&5
19279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19280   (exit $ac_status); } && {
19281          test -z "$ac_c_werror_flag" ||
19282          test ! -s conftest.err
19283        } && test -s conftest.$ac_objext; then
19284   gl_cv_header_inttypes_h=yes
19285 else
19286   echo "$as_me: failed program was:" >&5
19287 sed 's/^/| /' conftest.$ac_ext >&5
19288
19289         gl_cv_header_inttypes_h=no
19290 fi
19291
19292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19293 fi
19294 { echo "$as_me:$LINENO: result: $gl_cv_header_inttypes_h" >&5
19295 echo "${ECHO_T}$gl_cv_header_inttypes_h" >&6; }
19296   if test $gl_cv_header_inttypes_h = yes; then
19297
19298 cat >>confdefs.h <<_ACEOF
19299 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
19300 _ACEOF
19301
19302   fi
19303
19304
19305   { echo "$as_me:$LINENO: checking for stdint.h" >&5
19306 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; }
19307 if test "${gl_cv_header_stdint_h+set}" = set; then
19308   echo $ECHO_N "(cached) $ECHO_C" >&6
19309 else
19310   cat >conftest.$ac_ext <<_ACEOF
19311 /* confdefs.h.  */
19312 _ACEOF
19313 cat confdefs.h >>conftest.$ac_ext
19314 cat >>conftest.$ac_ext <<_ACEOF
19315 /* end confdefs.h.  */
19316 #include <sys/types.h>
19317 #include <stdint.h>
19318 int
19319 main ()
19320 {
19321 uintmax_t i = (uintmax_t) -1;
19322   ;
19323   return 0;
19324 }
19325 _ACEOF
19326 rm -f conftest.$ac_objext
19327 if { (ac_try="$ac_compile"
19328 case "(($ac_try" in
19329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19330   *) ac_try_echo=$ac_try;;
19331 esac
19332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19333   (eval "$ac_compile") 2>conftest.er1
19334   ac_status=$?
19335   grep -v '^ *+' conftest.er1 >conftest.err
19336   rm -f conftest.er1
19337   cat conftest.err >&5
19338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339   (exit $ac_status); } && {
19340          test -z "$ac_c_werror_flag" ||
19341          test ! -s conftest.err
19342        } && test -s conftest.$ac_objext; then
19343   gl_cv_header_stdint_h=yes
19344 else
19345   echo "$as_me: failed program was:" >&5
19346 sed 's/^/| /' conftest.$ac_ext >&5
19347
19348         gl_cv_header_stdint_h=no
19349 fi
19350
19351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19352 fi
19353 { echo "$as_me:$LINENO: result: $gl_cv_header_stdint_h" >&5
19354 echo "${ECHO_T}$gl_cv_header_stdint_h" >&6; }
19355   if test $gl_cv_header_stdint_h = yes; then
19356
19357 cat >>confdefs.h <<_ACEOF
19358 #define HAVE_STDINT_H_WITH_UINTMAX 1
19359 _ACEOF
19360
19361   fi
19362
19363
19364
19365
19366   { echo "$as_me:$LINENO: checking for intmax_t" >&5
19367 echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6; }
19368 if test "${gt_cv_c_intmax_t+set}" = set; then
19369   echo $ECHO_N "(cached) $ECHO_C" >&6
19370 else
19371   cat >conftest.$ac_ext <<_ACEOF
19372 /* confdefs.h.  */
19373 _ACEOF
19374 cat confdefs.h >>conftest.$ac_ext
19375 cat >>conftest.$ac_ext <<_ACEOF
19376 /* end confdefs.h.  */
19377
19378 #include <stddef.h>
19379 #include <stdlib.h>
19380 #if HAVE_STDINT_H_WITH_UINTMAX
19381 #include <stdint.h>
19382 #endif
19383 #if HAVE_INTTYPES_H_WITH_UINTMAX
19384 #include <inttypes.h>
19385 #endif
19386
19387 int
19388 main ()
19389 {
19390 intmax_t x = -1;
19391   ;
19392   return 0;
19393 }
19394 _ACEOF
19395 rm -f conftest.$ac_objext
19396 if { (ac_try="$ac_compile"
19397 case "(($ac_try" in
19398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19399   *) ac_try_echo=$ac_try;;
19400 esac
19401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19402   (eval "$ac_compile") 2>conftest.er1
19403   ac_status=$?
19404   grep -v '^ *+' conftest.er1 >conftest.err
19405   rm -f conftest.er1
19406   cat conftest.err >&5
19407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19408   (exit $ac_status); } && {
19409          test -z "$ac_c_werror_flag" ||
19410          test ! -s conftest.err
19411        } && test -s conftest.$ac_objext; then
19412   gt_cv_c_intmax_t=yes
19413 else
19414   echo "$as_me: failed program was:" >&5
19415 sed 's/^/| /' conftest.$ac_ext >&5
19416
19417         gt_cv_c_intmax_t=no
19418 fi
19419
19420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19421 fi
19422 { echo "$as_me:$LINENO: result: $gt_cv_c_intmax_t" >&5
19423 echo "${ECHO_T}$gt_cv_c_intmax_t" >&6; }
19424   if test $gt_cv_c_intmax_t = yes; then
19425
19426 cat >>confdefs.h <<\_ACEOF
19427 #define HAVE_INTMAX_T 1
19428 _ACEOF
19429
19430   fi
19431
19432
19433
19434   { echo "$as_me:$LINENO: checking whether printf() supports POSIX/XSI format strings" >&5
19435 echo $ECHO_N "checking whether printf() supports POSIX/XSI format strings... $ECHO_C" >&6; }
19436 if test "${gt_cv_func_printf_posix+set}" = set; then
19437   echo $ECHO_N "(cached) $ECHO_C" >&6
19438 else
19439
19440       if test "$cross_compiling" = yes; then
19441
19442         cat >conftest.$ac_ext <<_ACEOF
19443 /* confdefs.h.  */
19444 _ACEOF
19445 cat confdefs.h >>conftest.$ac_ext
19446 cat >>conftest.$ac_ext <<_ACEOF
19447 /* end confdefs.h.  */
19448
19449 #if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
19450   notposix
19451 #endif
19452
19453 _ACEOF
19454 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19455   $EGREP "notposix" >/dev/null 2>&1; then
19456   gt_cv_func_printf_posix="guessing no"
19457 else
19458   gt_cv_func_printf_posix="guessing yes"
19459 fi
19460 rm -f conftest*
19461
19462
19463 else
19464   cat >conftest.$ac_ext <<_ACEOF
19465 /* confdefs.h.  */
19466 _ACEOF
19467 cat confdefs.h >>conftest.$ac_ext
19468 cat >>conftest.$ac_ext <<_ACEOF
19469 /* end confdefs.h.  */
19470
19471 #include <stdio.h>
19472 #include <string.h>
19473 /* The string "%2$d %1$d", with dollar characters protected from the shell's
19474    dollar expansion (possibly an autoconf bug).  */
19475 static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
19476 static char buf[100];
19477 int main ()
19478 {
19479   sprintf (buf, format, 33, 55);
19480   return (strcmp (buf, "55 33") != 0);
19481 }
19482 _ACEOF
19483 rm -f conftest$ac_exeext
19484 if { (ac_try="$ac_link"
19485 case "(($ac_try" in
19486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19487   *) ac_try_echo=$ac_try;;
19488 esac
19489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19490   (eval "$ac_link") 2>&5
19491   ac_status=$?
19492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19493   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
19500   ac_status=$?
19501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19502   (exit $ac_status); }; }; then
19503   gt_cv_func_printf_posix=yes
19504 else
19505   echo "$as_me: program exited with status $ac_status" >&5
19506 echo "$as_me: failed program was:" >&5
19507 sed 's/^/| /' conftest.$ac_ext >&5
19508
19509 ( exit $ac_status )
19510 gt_cv_func_printf_posix=no
19511 fi
19512 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19513 fi
19514
19515
19516
19517 fi
19518 { echo "$as_me:$LINENO: result: $gt_cv_func_printf_posix" >&5
19519 echo "${ECHO_T}$gt_cv_func_printf_posix" >&6; }
19520   case $gt_cv_func_printf_posix in
19521     *yes)
19522
19523 cat >>confdefs.h <<\_ACEOF
19524 #define HAVE_POSIX_PRINTF 1
19525 _ACEOF
19526
19527       ;;
19528   esac
19529
19530 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
19531 # for constant arguments.  Useless!
19532 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
19533 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
19534 if test "${ac_cv_working_alloca_h+set}" = set; then
19535   echo $ECHO_N "(cached) $ECHO_C" >&6
19536 else
19537   cat >conftest.$ac_ext <<_ACEOF
19538 /* confdefs.h.  */
19539 _ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h.  */
19543 #include <alloca.h>
19544 int
19545 main ()
19546 {
19547 char *p = (char *) alloca (2 * sizeof (int));
19548                           if (p) return 0;
19549   ;
19550   return 0;
19551 }
19552 _ACEOF
19553 rm -f conftest.$ac_objext conftest$ac_exeext
19554 if { (ac_try="$ac_link"
19555 case "(($ac_try" in
19556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19557   *) ac_try_echo=$ac_try;;
19558 esac
19559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19560   (eval "$ac_link") 2>conftest.er1
19561   ac_status=$?
19562   grep -v '^ *+' conftest.er1 >conftest.err
19563   rm -f conftest.er1
19564   cat conftest.err >&5
19565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19566   (exit $ac_status); } && {
19567          test -z "$ac_c_werror_flag" ||
19568          test ! -s conftest.err
19569        } && test -s conftest$ac_exeext &&
19570        $as_test_x conftest$ac_exeext; then
19571   ac_cv_working_alloca_h=yes
19572 else
19573   echo "$as_me: failed program was:" >&5
19574 sed 's/^/| /' conftest.$ac_ext >&5
19575
19576         ac_cv_working_alloca_h=no
19577 fi
19578
19579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19580       conftest$ac_exeext conftest.$ac_ext
19581 fi
19582 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
19583 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
19584 if test $ac_cv_working_alloca_h = yes; then
19585
19586 cat >>confdefs.h <<\_ACEOF
19587 #define HAVE_ALLOCA_H 1
19588 _ACEOF
19589
19590 fi
19591
19592 { echo "$as_me:$LINENO: checking for alloca" >&5
19593 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
19594 if test "${ac_cv_func_alloca_works+set}" = set; then
19595   echo $ECHO_N "(cached) $ECHO_C" >&6
19596 else
19597   cat >conftest.$ac_ext <<_ACEOF
19598 /* confdefs.h.  */
19599 _ACEOF
19600 cat confdefs.h >>conftest.$ac_ext
19601 cat >>conftest.$ac_ext <<_ACEOF
19602 /* end confdefs.h.  */
19603 #ifdef __GNUC__
19604 # define alloca __builtin_alloca
19605 #else
19606 # ifdef _MSC_VER
19607 #  include <malloc.h>
19608 #  define alloca _alloca
19609 # else
19610 #  ifdef HAVE_ALLOCA_H
19611 #   include <alloca.h>
19612 #  else
19613 #   ifdef _AIX
19614  #pragma alloca
19615 #   else
19616 #    ifndef alloca /* predefined by HP cc +Olibcalls */
19617 char *alloca ();
19618 #    endif
19619 #   endif
19620 #  endif
19621 # endif
19622 #endif
19623
19624 int
19625 main ()
19626 {
19627 char *p = (char *) alloca (1);
19628                                     if (p) return 0;
19629   ;
19630   return 0;
19631 }
19632 _ACEOF
19633 rm -f conftest.$ac_objext conftest$ac_exeext
19634 if { (ac_try="$ac_link"
19635 case "(($ac_try" in
19636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19637   *) ac_try_echo=$ac_try;;
19638 esac
19639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19640   (eval "$ac_link") 2>conftest.er1
19641   ac_status=$?
19642   grep -v '^ *+' conftest.er1 >conftest.err
19643   rm -f conftest.er1
19644   cat conftest.err >&5
19645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19646   (exit $ac_status); } && {
19647          test -z "$ac_c_werror_flag" ||
19648          test ! -s conftest.err
19649        } && test -s conftest$ac_exeext &&
19650        $as_test_x conftest$ac_exeext; then
19651   ac_cv_func_alloca_works=yes
19652 else
19653   echo "$as_me: failed program was:" >&5
19654 sed 's/^/| /' conftest.$ac_ext >&5
19655
19656         ac_cv_func_alloca_works=no
19657 fi
19658
19659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19660       conftest$ac_exeext conftest.$ac_ext
19661 fi
19662 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
19663 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
19664
19665 if test $ac_cv_func_alloca_works = yes; then
19666
19667 cat >>confdefs.h <<\_ACEOF
19668 #define HAVE_ALLOCA 1
19669 _ACEOF
19670
19671 else
19672   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
19673 # that cause trouble.  Some versions do not even contain alloca or
19674 # contain a buggy version.  If you still want to use their alloca,
19675 # use ar to extract alloca.o from them instead of compiling alloca.c.
19676
19677 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
19678
19679 cat >>confdefs.h <<\_ACEOF
19680 #define C_ALLOCA 1
19681 _ACEOF
19682
19683
19684 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
19685 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
19686 if test "${ac_cv_os_cray+set}" = set; then
19687   echo $ECHO_N "(cached) $ECHO_C" >&6
19688 else
19689   cat >conftest.$ac_ext <<_ACEOF
19690 /* confdefs.h.  */
19691 _ACEOF
19692 cat confdefs.h >>conftest.$ac_ext
19693 cat >>conftest.$ac_ext <<_ACEOF
19694 /* end confdefs.h.  */
19695 #if defined CRAY && ! defined CRAY2
19696 webecray
19697 #else
19698 wenotbecray
19699 #endif
19700
19701 _ACEOF
19702 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19703   $EGREP "webecray" >/dev/null 2>&1; then
19704   ac_cv_os_cray=yes
19705 else
19706   ac_cv_os_cray=no
19707 fi
19708 rm -f conftest*
19709
19710 fi
19711 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
19712 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
19713 if test $ac_cv_os_cray = yes; then
19714   for ac_func in _getb67 GETB67 getb67; do
19715     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19716 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19717 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19718 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19719   echo $ECHO_N "(cached) $ECHO_C" >&6
19720 else
19721   cat >conftest.$ac_ext <<_ACEOF
19722 /* confdefs.h.  */
19723 _ACEOF
19724 cat confdefs.h >>conftest.$ac_ext
19725 cat >>conftest.$ac_ext <<_ACEOF
19726 /* end confdefs.h.  */
19727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19728    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19729 #define $ac_func innocuous_$ac_func
19730
19731 /* System header to define __stub macros and hopefully few prototypes,
19732     which can conflict with char $ac_func (); below.
19733     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19734     <limits.h> exists even on freestanding compilers.  */
19735
19736 #ifdef __STDC__
19737 # include <limits.h>
19738 #else
19739 # include <assert.h>
19740 #endif
19741
19742 #undef $ac_func
19743
19744 /* Override any GCC internal prototype to avoid an error.
19745    Use char because int might match the return type of a GCC
19746    builtin and then its argument prototype would still apply.  */
19747 #ifdef __cplusplus
19748 extern "C"
19749 #endif
19750 char $ac_func ();
19751 /* The GNU C library defines this for functions which it implements
19752     to always fail with ENOSYS.  Some functions are actually named
19753     something starting with __ and the normal name is an alias.  */
19754 #if defined __stub_$ac_func || defined __stub___$ac_func
19755 choke me
19756 #endif
19757
19758 int
19759 main ()
19760 {
19761 return $ac_func ();
19762   ;
19763   return 0;
19764 }
19765 _ACEOF
19766 rm -f conftest.$ac_objext conftest$ac_exeext
19767 if { (ac_try="$ac_link"
19768 case "(($ac_try" in
19769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19770   *) ac_try_echo=$ac_try;;
19771 esac
19772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19773   (eval "$ac_link") 2>conftest.er1
19774   ac_status=$?
19775   grep -v '^ *+' conftest.er1 >conftest.err
19776   rm -f conftest.er1
19777   cat conftest.err >&5
19778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19779   (exit $ac_status); } && {
19780          test -z "$ac_c_werror_flag" ||
19781          test ! -s conftest.err
19782        } && test -s conftest$ac_exeext &&
19783        $as_test_x conftest$ac_exeext; then
19784   eval "$as_ac_var=yes"
19785 else
19786   echo "$as_me: failed program was:" >&5
19787 sed 's/^/| /' conftest.$ac_ext >&5
19788
19789         eval "$as_ac_var=no"
19790 fi
19791
19792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19793       conftest$ac_exeext conftest.$ac_ext
19794 fi
19795 ac_res=`eval echo '${'$as_ac_var'}'`
19796                { echo "$as_me:$LINENO: result: $ac_res" >&5
19797 echo "${ECHO_T}$ac_res" >&6; }
19798 if test `eval echo '${'$as_ac_var'}'` = yes; then
19799
19800 cat >>confdefs.h <<_ACEOF
19801 #define CRAY_STACKSEG_END $ac_func
19802 _ACEOF
19803
19804     break
19805 fi
19806
19807   done
19808 fi
19809
19810 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
19811 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
19812 if test "${ac_cv_c_stack_direction+set}" = set; then
19813   echo $ECHO_N "(cached) $ECHO_C" >&6
19814 else
19815   if test "$cross_compiling" = yes; then
19816   ac_cv_c_stack_direction=0
19817 else
19818   cat >conftest.$ac_ext <<_ACEOF
19819 /* confdefs.h.  */
19820 _ACEOF
19821 cat confdefs.h >>conftest.$ac_ext
19822 cat >>conftest.$ac_ext <<_ACEOF
19823 /* end confdefs.h.  */
19824 $ac_includes_default
19825 int
19826 find_stack_direction ()
19827 {
19828   static char *addr = 0;
19829   auto char dummy;
19830   if (addr == 0)
19831     {
19832       addr = &dummy;
19833       return find_stack_direction ();
19834     }
19835   else
19836     return (&dummy > addr) ? 1 : -1;
19837 }
19838
19839 int
19840 main ()
19841 {
19842   return find_stack_direction () < 0;
19843 }
19844 _ACEOF
19845 rm -f conftest$ac_exeext
19846 if { (ac_try="$ac_link"
19847 case "(($ac_try" in
19848   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19849   *) ac_try_echo=$ac_try;;
19850 esac
19851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19852   (eval "$ac_link") 2>&5
19853   ac_status=$?
19854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19855   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
19862   ac_status=$?
19863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19864   (exit $ac_status); }; }; then
19865   ac_cv_c_stack_direction=1
19866 else
19867   echo "$as_me: program exited with status $ac_status" >&5
19868 echo "$as_me: failed program was:" >&5
19869 sed 's/^/| /' conftest.$ac_ext >&5
19870
19871 ( exit $ac_status )
19872 ac_cv_c_stack_direction=-1
19873 fi
19874 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19875 fi
19876
19877
19878 fi
19879 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
19880 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
19881
19882 cat >>confdefs.h <<_ACEOF
19883 #define STACK_DIRECTION $ac_cv_c_stack_direction
19884 _ACEOF
19885
19886
19887 fi
19888
19889
19890
19891 for ac_header in stdlib.h unistd.h
19892 do
19893 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19894 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19895   { echo "$as_me:$LINENO: checking for $ac_header" >&5
19896 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19897 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19898   echo $ECHO_N "(cached) $ECHO_C" >&6
19899 fi
19900 ac_res=`eval echo '${'$as_ac_Header'}'`
19901                { echo "$as_me:$LINENO: result: $ac_res" >&5
19902 echo "${ECHO_T}$ac_res" >&6; }
19903 else
19904   # Is the header compilable?
19905 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19906 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19907 cat >conftest.$ac_ext <<_ACEOF
19908 /* confdefs.h.  */
19909 _ACEOF
19910 cat confdefs.h >>conftest.$ac_ext
19911 cat >>conftest.$ac_ext <<_ACEOF
19912 /* end confdefs.h.  */
19913 $ac_includes_default
19914 #include <$ac_header>
19915 _ACEOF
19916 rm -f conftest.$ac_objext
19917 if { (ac_try="$ac_compile"
19918 case "(($ac_try" in
19919   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19920   *) ac_try_echo=$ac_try;;
19921 esac
19922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19923   (eval "$ac_compile") 2>conftest.er1
19924   ac_status=$?
19925   grep -v '^ *+' conftest.er1 >conftest.err
19926   rm -f conftest.er1
19927   cat conftest.err >&5
19928   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19929   (exit $ac_status); } && {
19930          test -z "$ac_c_werror_flag" ||
19931          test ! -s conftest.err
19932        } && test -s conftest.$ac_objext; then
19933   ac_header_compiler=yes
19934 else
19935   echo "$as_me: failed program was:" >&5
19936 sed 's/^/| /' conftest.$ac_ext >&5
19937
19938         ac_header_compiler=no
19939 fi
19940
19941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19942 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19943 echo "${ECHO_T}$ac_header_compiler" >&6; }
19944
19945 # Is the header present?
19946 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19947 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19948 cat >conftest.$ac_ext <<_ACEOF
19949 /* confdefs.h.  */
19950 _ACEOF
19951 cat confdefs.h >>conftest.$ac_ext
19952 cat >>conftest.$ac_ext <<_ACEOF
19953 /* end confdefs.h.  */
19954 #include <$ac_header>
19955 _ACEOF
19956 if { (ac_try="$ac_cpp conftest.$ac_ext"
19957 case "(($ac_try" in
19958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959   *) ac_try_echo=$ac_try;;
19960 esac
19961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19962   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19963   ac_status=$?
19964   grep -v '^ *+' conftest.er1 >conftest.err
19965   rm -f conftest.er1
19966   cat conftest.err >&5
19967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968   (exit $ac_status); } >/dev/null && {
19969          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19970          test ! -s conftest.err
19971        }; then
19972   ac_header_preproc=yes
19973 else
19974   echo "$as_me: failed program was:" >&5
19975 sed 's/^/| /' conftest.$ac_ext >&5
19976
19977   ac_header_preproc=no
19978 fi
19979
19980 rm -f conftest.err conftest.$ac_ext
19981 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19982 echo "${ECHO_T}$ac_header_preproc" >&6; }
19983
19984 # So?  What about this header?
19985 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19986   yes:no: )
19987     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19988 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19989     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19990 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19991     ac_header_preproc=yes
19992     ;;
19993   no:yes:* )
19994     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19995 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19996     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
19997 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
19998     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19999 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20000     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20001 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20002     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20003 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20004     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20005 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20006
20007     ;;
20008 esac
20009 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20010 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20011 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20012   echo $ECHO_N "(cached) $ECHO_C" >&6
20013 else
20014   eval "$as_ac_Header=\$ac_header_preproc"
20015 fi
20016 ac_res=`eval echo '${'$as_ac_Header'}'`
20017                { echo "$as_me:$LINENO: result: $ac_res" >&5
20018 echo "${ECHO_T}$ac_res" >&6; }
20019
20020 fi
20021 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20022   cat >>confdefs.h <<_ACEOF
20023 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20024 _ACEOF
20025
20026 fi
20027
20028 done
20029
20030
20031 for ac_func in getpagesize
20032 do
20033 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20034 { echo "$as_me:$LINENO: checking for $ac_func" >&5
20035 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20036 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20037   echo $ECHO_N "(cached) $ECHO_C" >&6
20038 else
20039   cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h.  */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h.  */
20045 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20046    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
20047 #define $ac_func innocuous_$ac_func
20048
20049 /* System header to define __stub macros and hopefully few prototypes,
20050     which can conflict with char $ac_func (); below.
20051     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20052     <limits.h> exists even on freestanding compilers.  */
20053
20054 #ifdef __STDC__
20055 # include <limits.h>
20056 #else
20057 # include <assert.h>
20058 #endif
20059
20060 #undef $ac_func
20061
20062 /* Override any GCC internal prototype to avoid an error.
20063    Use char because int might match the return type of a GCC
20064    builtin and then its argument prototype would still apply.  */
20065 #ifdef __cplusplus
20066 extern "C"
20067 #endif
20068 char $ac_func ();
20069 /* The GNU C library defines this for functions which it implements
20070     to always fail with ENOSYS.  Some functions are actually named
20071     something starting with __ and the normal name is an alias.  */
20072 #if defined __stub_$ac_func || defined __stub___$ac_func
20073 choke me
20074 #endif
20075
20076 int
20077 main ()
20078 {
20079 return $ac_func ();
20080   ;
20081   return 0;
20082 }
20083 _ACEOF
20084 rm -f conftest.$ac_objext conftest$ac_exeext
20085 if { (ac_try="$ac_link"
20086 case "(($ac_try" in
20087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20088   *) ac_try_echo=$ac_try;;
20089 esac
20090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20091   (eval "$ac_link") 2>conftest.er1
20092   ac_status=$?
20093   grep -v '^ *+' conftest.er1 >conftest.err
20094   rm -f conftest.er1
20095   cat conftest.err >&5
20096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20097   (exit $ac_status); } && {
20098          test -z "$ac_c_werror_flag" ||
20099          test ! -s conftest.err
20100        } && test -s conftest$ac_exeext &&
20101        $as_test_x conftest$ac_exeext; then
20102   eval "$as_ac_var=yes"
20103 else
20104   echo "$as_me: failed program was:" >&5
20105 sed 's/^/| /' conftest.$ac_ext >&5
20106
20107         eval "$as_ac_var=no"
20108 fi
20109
20110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20111       conftest$ac_exeext conftest.$ac_ext
20112 fi
20113 ac_res=`eval echo '${'$as_ac_var'}'`
20114                { echo "$as_me:$LINENO: result: $ac_res" >&5
20115 echo "${ECHO_T}$ac_res" >&6; }
20116 if test `eval echo '${'$as_ac_var'}'` = yes; then
20117   cat >>confdefs.h <<_ACEOF
20118 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20119 _ACEOF
20120
20121 fi
20122 done
20123
20124 { echo "$as_me:$LINENO: checking for working mmap" >&5
20125 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; }
20126 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
20127   echo $ECHO_N "(cached) $ECHO_C" >&6
20128 else
20129   if test "$cross_compiling" = yes; then
20130   ac_cv_func_mmap_fixed_mapped=no
20131 else
20132   cat >conftest.$ac_ext <<_ACEOF
20133 /* confdefs.h.  */
20134 _ACEOF
20135 cat confdefs.h >>conftest.$ac_ext
20136 cat >>conftest.$ac_ext <<_ACEOF
20137 /* end confdefs.h.  */
20138 $ac_includes_default
20139 /* malloc might have been renamed as rpl_malloc. */
20140 #undef malloc
20141
20142 /* Thanks to Mike Haertel and Jim Avera for this test.
20143    Here is a matrix of mmap possibilities:
20144         mmap private not fixed
20145         mmap private fixed at somewhere currently unmapped
20146         mmap private fixed at somewhere already mapped
20147         mmap shared not fixed
20148         mmap shared fixed at somewhere currently unmapped
20149         mmap shared fixed at somewhere already mapped
20150    For private mappings, we should verify that changes cannot be read()
20151    back from the file, nor mmap's back from the file at a different
20152    address.  (There have been systems where private was not correctly
20153    implemented like the infamous i386 svr4.0, and systems where the
20154    VM page cache was not coherent with the file system buffer cache
20155    like early versions of FreeBSD and possibly contemporary NetBSD.)
20156    For shared mappings, we should conversely verify that changes get
20157    propagated back to all the places they're supposed to be.
20158
20159    Grep wants private fixed already mapped.
20160    The main things grep needs to know about mmap are:
20161    * does it exist and is it safe to write into the mmap'd area
20162    * how to use it (BSD variants)  */
20163
20164 #include <fcntl.h>
20165 #include <sys/mman.h>
20166
20167 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
20168 char *malloc ();
20169 #endif
20170
20171 /* This mess was copied from the GNU getpagesize.h.  */
20172 #ifndef HAVE_GETPAGESIZE
20173 /* Assume that all systems that can run configure have sys/param.h.  */
20174 # ifndef HAVE_SYS_PARAM_H
20175 #  define HAVE_SYS_PARAM_H 1
20176 # endif
20177
20178 # ifdef _SC_PAGESIZE
20179 #  define getpagesize() sysconf(_SC_PAGESIZE)
20180 # else /* no _SC_PAGESIZE */
20181 #  ifdef HAVE_SYS_PARAM_H
20182 #   include <sys/param.h>
20183 #   ifdef EXEC_PAGESIZE
20184 #    define getpagesize() EXEC_PAGESIZE
20185 #   else /* no EXEC_PAGESIZE */
20186 #    ifdef NBPG
20187 #     define getpagesize() NBPG * CLSIZE
20188 #     ifndef CLSIZE
20189 #      define CLSIZE 1
20190 #     endif /* no CLSIZE */
20191 #    else /* no NBPG */
20192 #     ifdef NBPC
20193 #      define getpagesize() NBPC
20194 #     else /* no NBPC */
20195 #      ifdef PAGESIZE
20196 #       define getpagesize() PAGESIZE
20197 #      endif /* PAGESIZE */
20198 #     endif /* no NBPC */
20199 #    endif /* no NBPG */
20200 #   endif /* no EXEC_PAGESIZE */
20201 #  else /* no HAVE_SYS_PARAM_H */
20202 #   define getpagesize() 8192   /* punt totally */
20203 #  endif /* no HAVE_SYS_PARAM_H */
20204 # endif /* no _SC_PAGESIZE */
20205
20206 #endif /* no HAVE_GETPAGESIZE */
20207
20208 int
20209 main ()
20210 {
20211   char *data, *data2, *data3;
20212   int i, pagesize;
20213   int fd;
20214
20215   pagesize = getpagesize ();
20216
20217   /* First, make a file with some known garbage in it. */
20218   data = (char *) malloc (pagesize);
20219   if (!data)
20220     return 1;
20221   for (i = 0; i < pagesize; ++i)
20222     *(data + i) = rand ();
20223   umask (0);
20224   fd = creat ("conftest.mmap", 0600);
20225   if (fd < 0)
20226     return 1;
20227   if (write (fd, data, pagesize) != pagesize)
20228     return 1;
20229   close (fd);
20230
20231   /* Next, try to mmap the file at a fixed address which already has
20232      something else allocated at it.  If we can, also make sure that
20233      we see the same garbage.  */
20234   fd = open ("conftest.mmap", O_RDWR);
20235   if (fd < 0)
20236     return 1;
20237   data2 = (char *) malloc (2 * pagesize);
20238   if (!data2)
20239     return 1;
20240   data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
20241   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
20242                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
20243     return 1;
20244   for (i = 0; i < pagesize; ++i)
20245     if (*(data + i) != *(data2 + i))
20246       return 1;
20247
20248   /* Finally, make sure that changes to the mapped area do not
20249      percolate back to the file as seen by read().  (This is a bug on
20250      some variants of i386 svr4.0.)  */
20251   for (i = 0; i < pagesize; ++i)
20252     *(data2 + i) = *(data2 + i) + 1;
20253   data3 = (char *) malloc (pagesize);
20254   if (!data3)
20255     return 1;
20256   if (read (fd, data3, pagesize) != pagesize)
20257     return 1;
20258   for (i = 0; i < pagesize; ++i)
20259     if (*(data + i) != *(data3 + i))
20260       return 1;
20261   close (fd);
20262   return 0;
20263 }
20264 _ACEOF
20265 rm -f conftest$ac_exeext
20266 if { (ac_try="$ac_link"
20267 case "(($ac_try" in
20268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20269   *) ac_try_echo=$ac_try;;
20270 esac
20271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20272   (eval "$ac_link") 2>&5
20273   ac_status=$?
20274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20275   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
20282   ac_status=$?
20283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284   (exit $ac_status); }; }; then
20285   ac_cv_func_mmap_fixed_mapped=yes
20286 else
20287   echo "$as_me: program exited with status $ac_status" >&5
20288 echo "$as_me: failed program was:" >&5
20289 sed 's/^/| /' conftest.$ac_ext >&5
20290
20291 ( exit $ac_status )
20292 ac_cv_func_mmap_fixed_mapped=no
20293 fi
20294 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20295 fi
20296
20297
20298 fi
20299 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
20300 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
20301 if test $ac_cv_func_mmap_fixed_mapped = yes; then
20302
20303 cat >>confdefs.h <<\_ACEOF
20304 #define HAVE_MMAP 1
20305 _ACEOF
20306
20307 fi
20308 rm -f conftest.mmap
20309
20310
20311     { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5
20312 echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; }
20313 if test "${ac_cv_gnu_library_2_1+set}" = set; then
20314   echo $ECHO_N "(cached) $ECHO_C" >&6
20315 else
20316   cat >conftest.$ac_ext <<_ACEOF
20317 /* confdefs.h.  */
20318 _ACEOF
20319 cat confdefs.h >>conftest.$ac_ext
20320 cat >>conftest.$ac_ext <<_ACEOF
20321 /* end confdefs.h.  */
20322
20323 #include <features.h>
20324 #ifdef __GNU_LIBRARY__
20325  #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
20326   Lucky GNU user
20327  #endif
20328 #endif
20329
20330 _ACEOF
20331 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20332   $EGREP "Lucky GNU user" >/dev/null 2>&1; then
20333   ac_cv_gnu_library_2_1=yes
20334 else
20335   ac_cv_gnu_library_2_1=no
20336 fi
20337 rm -f conftest*
20338
20339
20340
20341 fi
20342 { echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5
20343 echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; }
20344
20345     GLIBC21="$ac_cv_gnu_library_2_1"
20346
20347
20348
20349
20350   { echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5
20351 echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6; }
20352 if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then
20353   echo $ECHO_N "(cached) $ECHO_C" >&6
20354 else
20355
20356       if test "$cross_compiling" = yes; then
20357
20358           # Guess based on the CPU.
20359           case "$host_cpu" in
20360             alpha* | i3456786 | m68k | s390*)
20361               gt_cv_int_divbyzero_sigfpe="guessing yes";;
20362             *)
20363               gt_cv_int_divbyzero_sigfpe="guessing no";;
20364           esac
20365
20366 else
20367   cat >conftest.$ac_ext <<_ACEOF
20368 /* confdefs.h.  */
20369 _ACEOF
20370 cat confdefs.h >>conftest.$ac_ext
20371 cat >>conftest.$ac_ext <<_ACEOF
20372 /* end confdefs.h.  */
20373
20374 #include <stdlib.h>
20375 #include <signal.h>
20376
20377 static void
20378 #ifdef __cplusplus
20379 sigfpe_handler (int sig)
20380 #else
20381 sigfpe_handler (sig) int sig;
20382 #endif
20383 {
20384   /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
20385   exit (sig != SIGFPE);
20386 }
20387
20388 int x = 1;
20389 int y = 0;
20390 int z;
20391 int nan;
20392
20393 int main ()
20394 {
20395   signal (SIGFPE, sigfpe_handler);
20396 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
20397 #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
20398   signal (SIGTRAP, sigfpe_handler);
20399 #endif
20400 /* Linux/SPARC yields signal SIGILL.  */
20401 #if defined (__sparc__) && defined (__linux__)
20402   signal (SIGILL, sigfpe_handler);
20403 #endif
20404
20405   z = x / y;
20406   nan = y / y;
20407   exit (1);
20408 }
20409
20410 _ACEOF
20411 rm -f conftest$ac_exeext
20412 if { (ac_try="$ac_link"
20413 case "(($ac_try" in
20414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20415   *) ac_try_echo=$ac_try;;
20416 esac
20417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20418   (eval "$ac_link") 2>&5
20419   ac_status=$?
20420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20421   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
20428   ac_status=$?
20429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20430   (exit $ac_status); }; }; then
20431   gt_cv_int_divbyzero_sigfpe=yes
20432 else
20433   echo "$as_me: program exited with status $ac_status" >&5
20434 echo "$as_me: failed program was:" >&5
20435 sed 's/^/| /' conftest.$ac_ext >&5
20436
20437 ( exit $ac_status )
20438 gt_cv_int_divbyzero_sigfpe=no
20439 fi
20440 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20441 fi
20442
20443
20444
20445 fi
20446 { echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5
20447 echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6; }
20448   case "$gt_cv_int_divbyzero_sigfpe" in
20449     *yes) value=1;;
20450     *) value=0;;
20451   esac
20452
20453 cat >>confdefs.h <<_ACEOF
20454 #define INTDIV0_RAISES_SIGFPE $value
20455 _ACEOF
20456
20457
20458
20459   { echo "$as_me:$LINENO: checking for unsigned long long" >&5
20460 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; }
20461 if test "${ac_cv_type_unsigned_long_long+set}" = set; then
20462   echo $ECHO_N "(cached) $ECHO_C" >&6
20463 else
20464   cat >conftest.$ac_ext <<_ACEOF
20465 /* confdefs.h.  */
20466 _ACEOF
20467 cat confdefs.h >>conftest.$ac_ext
20468 cat >>conftest.$ac_ext <<_ACEOF
20469 /* end confdefs.h.  */
20470 unsigned long long ull = 1ULL; int i = 63;
20471 int
20472 main ()
20473 {
20474 unsigned long long ullmax = (unsigned long long) -1;
20475      return ull << i | ull >> i | ullmax / ull | ullmax % ull;
20476   ;
20477   return 0;
20478 }
20479 _ACEOF
20480 rm -f conftest.$ac_objext conftest$ac_exeext
20481 if { (ac_try="$ac_link"
20482 case "(($ac_try" in
20483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20484   *) ac_try_echo=$ac_try;;
20485 esac
20486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20487   (eval "$ac_link") 2>conftest.er1
20488   ac_status=$?
20489   grep -v '^ *+' conftest.er1 >conftest.err
20490   rm -f conftest.er1
20491   cat conftest.err >&5
20492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20493   (exit $ac_status); } && {
20494          test -z "$ac_c_werror_flag" ||
20495          test ! -s conftest.err
20496        } && test -s conftest$ac_exeext &&
20497        $as_test_x conftest$ac_exeext; then
20498   ac_cv_type_unsigned_long_long=yes
20499 else
20500   echo "$as_me: failed program was:" >&5
20501 sed 's/^/| /' conftest.$ac_ext >&5
20502
20503         ac_cv_type_unsigned_long_long=no
20504 fi
20505
20506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20507       conftest$ac_exeext conftest.$ac_ext
20508 fi
20509 { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
20510 echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; }
20511   if test $ac_cv_type_unsigned_long_long = yes; then
20512
20513 cat >>confdefs.h <<\_ACEOF
20514 #define HAVE_UNSIGNED_LONG_LONG 1
20515 _ACEOF
20516
20517   fi
20518
20519
20520
20521
20522   if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
20523
20524     test $ac_cv_type_unsigned_long_long = yes \
20525       && ac_type='unsigned long long' \
20526       || ac_type='unsigned long'
20527
20528 cat >>confdefs.h <<_ACEOF
20529 #define uintmax_t $ac_type
20530 _ACEOF
20531
20532   else
20533
20534 cat >>confdefs.h <<\_ACEOF
20535 #define HAVE_UINTMAX_T 1
20536 _ACEOF
20537
20538   fi
20539
20540
20541   { echo "$as_me:$LINENO: checking for inttypes.h" >&5
20542 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; }
20543 if test "${gt_cv_header_inttypes_h+set}" = set; then
20544   echo $ECHO_N "(cached) $ECHO_C" >&6
20545 else
20546
20547     cat >conftest.$ac_ext <<_ACEOF
20548 /* confdefs.h.  */
20549 _ACEOF
20550 cat confdefs.h >>conftest.$ac_ext
20551 cat >>conftest.$ac_ext <<_ACEOF
20552 /* end confdefs.h.  */
20553 #include <sys/types.h>
20554 #include <inttypes.h>
20555 int
20556 main ()
20557 {
20558
20559   ;
20560   return 0;
20561 }
20562 _ACEOF
20563 rm -f conftest.$ac_objext
20564 if { (ac_try="$ac_compile"
20565 case "(($ac_try" in
20566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20567   *) ac_try_echo=$ac_try;;
20568 esac
20569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20570   (eval "$ac_compile") 2>conftest.er1
20571   ac_status=$?
20572   grep -v '^ *+' conftest.er1 >conftest.err
20573   rm -f conftest.er1
20574   cat conftest.err >&5
20575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20576   (exit $ac_status); } && {
20577          test -z "$ac_c_werror_flag" ||
20578          test ! -s conftest.err
20579        } && test -s conftest.$ac_objext; then
20580   gt_cv_header_inttypes_h=yes
20581 else
20582   echo "$as_me: failed program was:" >&5
20583 sed 's/^/| /' conftest.$ac_ext >&5
20584
20585         gt_cv_header_inttypes_h=no
20586 fi
20587
20588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20589
20590 fi
20591 { echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5
20592 echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6; }
20593   if test $gt_cv_header_inttypes_h = yes; then
20594
20595 cat >>confdefs.h <<_ACEOF
20596 #define HAVE_INTTYPES_H 1
20597 _ACEOF
20598
20599   fi
20600
20601
20602
20603   if test $gt_cv_header_inttypes_h = yes; then
20604     { echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5
20605 echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6; }
20606 if test "${gt_cv_inttypes_pri_broken+set}" = set; then
20607   echo $ECHO_N "(cached) $ECHO_C" >&6
20608 else
20609
20610         cat >conftest.$ac_ext <<_ACEOF
20611 /* confdefs.h.  */
20612 _ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h.  */
20616 #include <inttypes.h>
20617 #ifdef PRId32
20618 char *p = PRId32;
20619 #endif
20620
20621 int
20622 main ()
20623 {
20624
20625   ;
20626   return 0;
20627 }
20628 _ACEOF
20629 rm -f conftest.$ac_objext
20630 if { (ac_try="$ac_compile"
20631 case "(($ac_try" in
20632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20633   *) ac_try_echo=$ac_try;;
20634 esac
20635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20636   (eval "$ac_compile") 2>conftest.er1
20637   ac_status=$?
20638   grep -v '^ *+' conftest.er1 >conftest.err
20639   rm -f conftest.er1
20640   cat conftest.err >&5
20641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20642   (exit $ac_status); } && {
20643          test -z "$ac_c_werror_flag" ||
20644          test ! -s conftest.err
20645        } && test -s conftest.$ac_objext; then
20646   gt_cv_inttypes_pri_broken=no
20647 else
20648   echo "$as_me: failed program was:" >&5
20649 sed 's/^/| /' conftest.$ac_ext >&5
20650
20651         gt_cv_inttypes_pri_broken=yes
20652 fi
20653
20654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20655
20656 fi
20657 { echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5
20658 echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6; }
20659   fi
20660   if test "$gt_cv_inttypes_pri_broken" = yes; then
20661
20662 cat >>confdefs.h <<_ACEOF
20663 #define PRI_MACROS_BROKEN 1
20664 _ACEOF
20665
20666   fi
20667
20668
20669
20670 for ac_header in stdint.h
20671 do
20672 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20673 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20674   { echo "$as_me:$LINENO: checking for $ac_header" >&5
20675 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20676 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20677   echo $ECHO_N "(cached) $ECHO_C" >&6
20678 fi
20679 ac_res=`eval echo '${'$as_ac_Header'}'`
20680                { echo "$as_me:$LINENO: result: $ac_res" >&5
20681 echo "${ECHO_T}$ac_res" >&6; }
20682 else
20683   # Is the header compilable?
20684 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20685 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20686 cat >conftest.$ac_ext <<_ACEOF
20687 /* confdefs.h.  */
20688 _ACEOF
20689 cat confdefs.h >>conftest.$ac_ext
20690 cat >>conftest.$ac_ext <<_ACEOF
20691 /* end confdefs.h.  */
20692 $ac_includes_default
20693 #include <$ac_header>
20694 _ACEOF
20695 rm -f conftest.$ac_objext
20696 if { (ac_try="$ac_compile"
20697 case "(($ac_try" in
20698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20699   *) ac_try_echo=$ac_try;;
20700 esac
20701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20702   (eval "$ac_compile") 2>conftest.er1
20703   ac_status=$?
20704   grep -v '^ *+' conftest.er1 >conftest.err
20705   rm -f conftest.er1
20706   cat conftest.err >&5
20707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708   (exit $ac_status); } && {
20709          test -z "$ac_c_werror_flag" ||
20710          test ! -s conftest.err
20711        } && test -s conftest.$ac_objext; then
20712   ac_header_compiler=yes
20713 else
20714   echo "$as_me: failed program was:" >&5
20715 sed 's/^/| /' conftest.$ac_ext >&5
20716
20717         ac_header_compiler=no
20718 fi
20719
20720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20721 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20722 echo "${ECHO_T}$ac_header_compiler" >&6; }
20723
20724 # Is the header present?
20725 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20726 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20727 cat >conftest.$ac_ext <<_ACEOF
20728 /* confdefs.h.  */
20729 _ACEOF
20730 cat confdefs.h >>conftest.$ac_ext
20731 cat >>conftest.$ac_ext <<_ACEOF
20732 /* end confdefs.h.  */
20733 #include <$ac_header>
20734 _ACEOF
20735 if { (ac_try="$ac_cpp conftest.$ac_ext"
20736 case "(($ac_try" in
20737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20738   *) ac_try_echo=$ac_try;;
20739 esac
20740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20741   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20742   ac_status=$?
20743   grep -v '^ *+' conftest.er1 >conftest.err
20744   rm -f conftest.er1
20745   cat conftest.err >&5
20746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20747   (exit $ac_status); } >/dev/null && {
20748          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20749          test ! -s conftest.err
20750        }; then
20751   ac_header_preproc=yes
20752 else
20753   echo "$as_me: failed program was:" >&5
20754 sed 's/^/| /' conftest.$ac_ext >&5
20755
20756   ac_header_preproc=no
20757 fi
20758
20759 rm -f conftest.err conftest.$ac_ext
20760 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20761 echo "${ECHO_T}$ac_header_preproc" >&6; }
20762
20763 # So?  What about this header?
20764 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20765   yes:no: )
20766     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20767 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20768     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20769 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20770     ac_header_preproc=yes
20771     ;;
20772   no:yes:* )
20773     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20774 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20775     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
20776 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
20777     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20778 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20779     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20780 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20781     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20782 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20783     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20784 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20785
20786     ;;
20787 esac
20788 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20789 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20791   echo $ECHO_N "(cached) $ECHO_C" >&6
20792 else
20793   eval "$as_ac_Header=\$ac_header_preproc"
20794 fi
20795 ac_res=`eval echo '${'$as_ac_Header'}'`
20796                { echo "$as_me:$LINENO: result: $ac_res" >&5
20797 echo "${ECHO_T}$ac_res" >&6; }
20798
20799 fi
20800 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20801   cat >>confdefs.h <<_ACEOF
20802 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20803 _ACEOF
20804
20805 fi
20806
20807 done
20808
20809     { echo "$as_me:$LINENO: checking for SIZE_MAX" >&5
20810 echo $ECHO_N "checking for SIZE_MAX... $ECHO_C" >&6; }
20811   result=
20812   cat >conftest.$ac_ext <<_ACEOF
20813 /* confdefs.h.  */
20814 _ACEOF
20815 cat confdefs.h >>conftest.$ac_ext
20816 cat >>conftest.$ac_ext <<_ACEOF
20817 /* end confdefs.h.  */
20818
20819 #include <limits.h>
20820 #if HAVE_STDINT_H
20821 #include <stdint.h>
20822 #endif
20823 #ifdef SIZE_MAX
20824 Found it
20825 #endif
20826
20827 _ACEOF
20828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20829   $EGREP "Found it" >/dev/null 2>&1; then
20830   result=yes
20831 fi
20832 rm -f conftest*
20833
20834   if test -z "$result"; then
20835                     if test "$cross_compiling" = yes; then
20836   # Depending upon the size, compute the lo and hi bounds.
20837 cat >conftest.$ac_ext <<_ACEOF
20838 /* confdefs.h.  */
20839 _ACEOF
20840 cat confdefs.h >>conftest.$ac_ext
20841 cat >>conftest.$ac_ext <<_ACEOF
20842 /* end confdefs.h.  */
20843 #include <stddef.h>
20844 int
20845 main ()
20846 {
20847 static int test_array [1 - 2 * !((~(size_t)0 / 10) >= 0)];
20848 test_array [0] = 0
20849
20850   ;
20851   return 0;
20852 }
20853 _ACEOF
20854 rm -f conftest.$ac_objext
20855 if { (ac_try="$ac_compile"
20856 case "(($ac_try" in
20857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20858   *) ac_try_echo=$ac_try;;
20859 esac
20860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20861   (eval "$ac_compile") 2>conftest.er1
20862   ac_status=$?
20863   grep -v '^ *+' conftest.er1 >conftest.err
20864   rm -f conftest.er1
20865   cat conftest.err >&5
20866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20867   (exit $ac_status); } && {
20868          test -z "$ac_c_werror_flag" ||
20869          test ! -s conftest.err
20870        } && test -s conftest.$ac_objext; then
20871   ac_lo=0 ac_mid=0
20872   while :; do
20873     cat >conftest.$ac_ext <<_ACEOF
20874 /* confdefs.h.  */
20875 _ACEOF
20876 cat confdefs.h >>conftest.$ac_ext
20877 cat >>conftest.$ac_ext <<_ACEOF
20878 /* end confdefs.h.  */
20879 #include <stddef.h>
20880 int
20881 main ()
20882 {
20883 static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)];
20884 test_array [0] = 0
20885
20886   ;
20887   return 0;
20888 }
20889 _ACEOF
20890 rm -f conftest.$ac_objext
20891 if { (ac_try="$ac_compile"
20892 case "(($ac_try" in
20893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20894   *) ac_try_echo=$ac_try;;
20895 esac
20896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20897   (eval "$ac_compile") 2>conftest.er1
20898   ac_status=$?
20899   grep -v '^ *+' conftest.er1 >conftest.err
20900   rm -f conftest.er1
20901   cat conftest.err >&5
20902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20903   (exit $ac_status); } && {
20904          test -z "$ac_c_werror_flag" ||
20905          test ! -s conftest.err
20906        } && test -s conftest.$ac_objext; then
20907   ac_hi=$ac_mid; break
20908 else
20909   echo "$as_me: failed program was:" >&5
20910 sed 's/^/| /' conftest.$ac_ext >&5
20911
20912         ac_lo=`expr $ac_mid + 1`
20913                         if test $ac_lo -le $ac_mid; then
20914                           ac_lo= ac_hi=
20915                           break
20916                         fi
20917                         ac_mid=`expr 2 '*' $ac_mid + 1`
20918 fi
20919
20920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20921   done
20922 else
20923   echo "$as_me: failed program was:" >&5
20924 sed 's/^/| /' conftest.$ac_ext >&5
20925
20926         cat >conftest.$ac_ext <<_ACEOF
20927 /* confdefs.h.  */
20928 _ACEOF
20929 cat confdefs.h >>conftest.$ac_ext
20930 cat >>conftest.$ac_ext <<_ACEOF
20931 /* end confdefs.h.  */
20932 #include <stddef.h>
20933 int
20934 main ()
20935 {
20936 static int test_array [1 - 2 * !((~(size_t)0 / 10) < 0)];
20937 test_array [0] = 0
20938
20939   ;
20940   return 0;
20941 }
20942 _ACEOF
20943 rm -f conftest.$ac_objext
20944 if { (ac_try="$ac_compile"
20945 case "(($ac_try" in
20946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20947   *) ac_try_echo=$ac_try;;
20948 esac
20949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20950   (eval "$ac_compile") 2>conftest.er1
20951   ac_status=$?
20952   grep -v '^ *+' conftest.er1 >conftest.err
20953   rm -f conftest.er1
20954   cat conftest.err >&5
20955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956   (exit $ac_status); } && {
20957          test -z "$ac_c_werror_flag" ||
20958          test ! -s conftest.err
20959        } && test -s conftest.$ac_objext; then
20960   ac_hi=-1 ac_mid=-1
20961   while :; do
20962     cat >conftest.$ac_ext <<_ACEOF
20963 /* confdefs.h.  */
20964 _ACEOF
20965 cat confdefs.h >>conftest.$ac_ext
20966 cat >>conftest.$ac_ext <<_ACEOF
20967 /* end confdefs.h.  */
20968 #include <stddef.h>
20969 int
20970 main ()
20971 {
20972 static int test_array [1 - 2 * !((~(size_t)0 / 10) >= $ac_mid)];
20973 test_array [0] = 0
20974
20975   ;
20976   return 0;
20977 }
20978 _ACEOF
20979 rm -f conftest.$ac_objext
20980 if { (ac_try="$ac_compile"
20981 case "(($ac_try" in
20982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20983   *) ac_try_echo=$ac_try;;
20984 esac
20985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20986   (eval "$ac_compile") 2>conftest.er1
20987   ac_status=$?
20988   grep -v '^ *+' conftest.er1 >conftest.err
20989   rm -f conftest.er1
20990   cat conftest.err >&5
20991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992   (exit $ac_status); } && {
20993          test -z "$ac_c_werror_flag" ||
20994          test ! -s conftest.err
20995        } && test -s conftest.$ac_objext; then
20996   ac_lo=$ac_mid; break
20997 else
20998   echo "$as_me: failed program was:" >&5
20999 sed 's/^/| /' conftest.$ac_ext >&5
21000
21001         ac_hi=`expr '(' $ac_mid ')' - 1`
21002                         if test $ac_mid -le $ac_hi; then
21003                           ac_lo= ac_hi=
21004                           break
21005                         fi
21006                         ac_mid=`expr 2 '*' $ac_mid`
21007 fi
21008
21009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21010   done
21011 else
21012   echo "$as_me: failed program was:" >&5
21013 sed 's/^/| /' conftest.$ac_ext >&5
21014
21015         ac_lo= ac_hi=
21016 fi
21017
21018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21019 fi
21020
21021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21022 # Binary search between lo and hi bounds.
21023 while test "x$ac_lo" != "x$ac_hi"; do
21024   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21025   cat >conftest.$ac_ext <<_ACEOF
21026 /* confdefs.h.  */
21027 _ACEOF
21028 cat confdefs.h >>conftest.$ac_ext
21029 cat >>conftest.$ac_ext <<_ACEOF
21030 /* end confdefs.h.  */
21031 #include <stddef.h>
21032 int
21033 main ()
21034 {
21035 static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)];
21036 test_array [0] = 0
21037
21038   ;
21039   return 0;
21040 }
21041 _ACEOF
21042 rm -f conftest.$ac_objext
21043 if { (ac_try="$ac_compile"
21044 case "(($ac_try" in
21045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21046   *) ac_try_echo=$ac_try;;
21047 esac
21048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21049   (eval "$ac_compile") 2>conftest.er1
21050   ac_status=$?
21051   grep -v '^ *+' conftest.er1 >conftest.err
21052   rm -f conftest.er1
21053   cat conftest.err >&5
21054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21055   (exit $ac_status); } && {
21056          test -z "$ac_c_werror_flag" ||
21057          test ! -s conftest.err
21058        } && test -s conftest.$ac_objext; then
21059   ac_hi=$ac_mid
21060 else
21061   echo "$as_me: failed program was:" >&5
21062 sed 's/^/| /' conftest.$ac_ext >&5
21063
21064         ac_lo=`expr '(' $ac_mid ')' + 1`
21065 fi
21066
21067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21068 done
21069 case $ac_lo in
21070 ?*) res_hi=$ac_lo;;
21071 '') result=? ;;
21072 esac
21073 else
21074   cat >conftest.$ac_ext <<_ACEOF
21075 /* confdefs.h.  */
21076 _ACEOF
21077 cat confdefs.h >>conftest.$ac_ext
21078 cat >>conftest.$ac_ext <<_ACEOF
21079 /* end confdefs.h.  */
21080 #include <stddef.h>
21081 static long int longval () { return ~(size_t)0 / 10; }
21082 static unsigned long int ulongval () { return ~(size_t)0 / 10; }
21083 #include <stdio.h>
21084 #include <stdlib.h>
21085 int
21086 main ()
21087 {
21088
21089   FILE *f = fopen ("conftest.val", "w");
21090   if (! f)
21091     return 1;
21092   if ((~(size_t)0 / 10) < 0)
21093     {
21094       long int i = longval ();
21095       if (i != (~(size_t)0 / 10))
21096         return 1;
21097       fprintf (f, "%ld\n", i);
21098     }
21099   else
21100     {
21101       unsigned long int i = ulongval ();
21102       if (i != (~(size_t)0 / 10))
21103         return 1;
21104       fprintf (f, "%lu\n", i);
21105     }
21106   return ferror (f) || fclose (f) != 0;
21107
21108   ;
21109   return 0;
21110 }
21111 _ACEOF
21112 rm -f conftest$ac_exeext
21113 if { (ac_try="$ac_link"
21114 case "(($ac_try" in
21115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21116   *) ac_try_echo=$ac_try;;
21117 esac
21118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21119   (eval "$ac_link") 2>&5
21120   ac_status=$?
21121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21122   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
21129   ac_status=$?
21130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21131   (exit $ac_status); }; }; then
21132   res_hi=`cat conftest.val`
21133 else
21134   echo "$as_me: program exited with status $ac_status" >&5
21135 echo "$as_me: failed program was:" >&5
21136 sed 's/^/| /' conftest.$ac_ext >&5
21137
21138 ( exit $ac_status )
21139 result=?
21140 fi
21141 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21142 fi
21143 rm -f conftest.val
21144
21145     if test "$cross_compiling" = yes; then
21146   # Depending upon the size, compute the lo and hi bounds.
21147 cat >conftest.$ac_ext <<_ACEOF
21148 /* confdefs.h.  */
21149 _ACEOF
21150 cat confdefs.h >>conftest.$ac_ext
21151 cat >>conftest.$ac_ext <<_ACEOF
21152 /* end confdefs.h.  */
21153 #include <stddef.h>
21154 int
21155 main ()
21156 {
21157 static int test_array [1 - 2 * !((~(size_t)0 % 10) >= 0)];
21158 test_array [0] = 0
21159
21160   ;
21161   return 0;
21162 }
21163 _ACEOF
21164 rm -f conftest.$ac_objext
21165 if { (ac_try="$ac_compile"
21166 case "(($ac_try" in
21167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21168   *) ac_try_echo=$ac_try;;
21169 esac
21170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21171   (eval "$ac_compile") 2>conftest.er1
21172   ac_status=$?
21173   grep -v '^ *+' conftest.er1 >conftest.err
21174   rm -f conftest.er1
21175   cat conftest.err >&5
21176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21177   (exit $ac_status); } && {
21178          test -z "$ac_c_werror_flag" ||
21179          test ! -s conftest.err
21180        } && test -s conftest.$ac_objext; then
21181   ac_lo=0 ac_mid=0
21182   while :; do
21183     cat >conftest.$ac_ext <<_ACEOF
21184 /* confdefs.h.  */
21185 _ACEOF
21186 cat confdefs.h >>conftest.$ac_ext
21187 cat >>conftest.$ac_ext <<_ACEOF
21188 /* end confdefs.h.  */
21189 #include <stddef.h>
21190 int
21191 main ()
21192 {
21193 static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)];
21194 test_array [0] = 0
21195
21196   ;
21197   return 0;
21198 }
21199 _ACEOF
21200 rm -f conftest.$ac_objext
21201 if { (ac_try="$ac_compile"
21202 case "(($ac_try" in
21203   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21204   *) ac_try_echo=$ac_try;;
21205 esac
21206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21207   (eval "$ac_compile") 2>conftest.er1
21208   ac_status=$?
21209   grep -v '^ *+' conftest.er1 >conftest.err
21210   rm -f conftest.er1
21211   cat conftest.err >&5
21212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21213   (exit $ac_status); } && {
21214          test -z "$ac_c_werror_flag" ||
21215          test ! -s conftest.err
21216        } && test -s conftest.$ac_objext; then
21217   ac_hi=$ac_mid; break
21218 else
21219   echo "$as_me: failed program was:" >&5
21220 sed 's/^/| /' conftest.$ac_ext >&5
21221
21222         ac_lo=`expr $ac_mid + 1`
21223                         if test $ac_lo -le $ac_mid; then
21224                           ac_lo= ac_hi=
21225                           break
21226                         fi
21227                         ac_mid=`expr 2 '*' $ac_mid + 1`
21228 fi
21229
21230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21231   done
21232 else
21233   echo "$as_me: failed program was:" >&5
21234 sed 's/^/| /' conftest.$ac_ext >&5
21235
21236         cat >conftest.$ac_ext <<_ACEOF
21237 /* confdefs.h.  */
21238 _ACEOF
21239 cat confdefs.h >>conftest.$ac_ext
21240 cat >>conftest.$ac_ext <<_ACEOF
21241 /* end confdefs.h.  */
21242 #include <stddef.h>
21243 int
21244 main ()
21245 {
21246 static int test_array [1 - 2 * !((~(size_t)0 % 10) < 0)];
21247 test_array [0] = 0
21248
21249   ;
21250   return 0;
21251 }
21252 _ACEOF
21253 rm -f conftest.$ac_objext
21254 if { (ac_try="$ac_compile"
21255 case "(($ac_try" in
21256   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21257   *) ac_try_echo=$ac_try;;
21258 esac
21259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21260   (eval "$ac_compile") 2>conftest.er1
21261   ac_status=$?
21262   grep -v '^ *+' conftest.er1 >conftest.err
21263   rm -f conftest.er1
21264   cat conftest.err >&5
21265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21266   (exit $ac_status); } && {
21267          test -z "$ac_c_werror_flag" ||
21268          test ! -s conftest.err
21269        } && test -s conftest.$ac_objext; then
21270   ac_hi=-1 ac_mid=-1
21271   while :; do
21272     cat >conftest.$ac_ext <<_ACEOF
21273 /* confdefs.h.  */
21274 _ACEOF
21275 cat confdefs.h >>conftest.$ac_ext
21276 cat >>conftest.$ac_ext <<_ACEOF
21277 /* end confdefs.h.  */
21278 #include <stddef.h>
21279 int
21280 main ()
21281 {
21282 static int test_array [1 - 2 * !((~(size_t)0 % 10) >= $ac_mid)];
21283 test_array [0] = 0
21284
21285   ;
21286   return 0;
21287 }
21288 _ACEOF
21289 rm -f conftest.$ac_objext
21290 if { (ac_try="$ac_compile"
21291 case "(($ac_try" in
21292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21293   *) ac_try_echo=$ac_try;;
21294 esac
21295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21296   (eval "$ac_compile") 2>conftest.er1
21297   ac_status=$?
21298   grep -v '^ *+' conftest.er1 >conftest.err
21299   rm -f conftest.er1
21300   cat conftest.err >&5
21301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21302   (exit $ac_status); } && {
21303          test -z "$ac_c_werror_flag" ||
21304          test ! -s conftest.err
21305        } && test -s conftest.$ac_objext; then
21306   ac_lo=$ac_mid; break
21307 else
21308   echo "$as_me: failed program was:" >&5
21309 sed 's/^/| /' conftest.$ac_ext >&5
21310
21311         ac_hi=`expr '(' $ac_mid ')' - 1`
21312                         if test $ac_mid -le $ac_hi; then
21313                           ac_lo= ac_hi=
21314                           break
21315                         fi
21316                         ac_mid=`expr 2 '*' $ac_mid`
21317 fi
21318
21319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21320   done
21321 else
21322   echo "$as_me: failed program was:" >&5
21323 sed 's/^/| /' conftest.$ac_ext >&5
21324
21325         ac_lo= ac_hi=
21326 fi
21327
21328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21329 fi
21330
21331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21332 # Binary search between lo and hi bounds.
21333 while test "x$ac_lo" != "x$ac_hi"; do
21334   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21335   cat >conftest.$ac_ext <<_ACEOF
21336 /* confdefs.h.  */
21337 _ACEOF
21338 cat confdefs.h >>conftest.$ac_ext
21339 cat >>conftest.$ac_ext <<_ACEOF
21340 /* end confdefs.h.  */
21341 #include <stddef.h>
21342 int
21343 main ()
21344 {
21345 static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)];
21346 test_array [0] = 0
21347
21348   ;
21349   return 0;
21350 }
21351 _ACEOF
21352 rm -f conftest.$ac_objext
21353 if { (ac_try="$ac_compile"
21354 case "(($ac_try" in
21355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21356   *) ac_try_echo=$ac_try;;
21357 esac
21358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21359   (eval "$ac_compile") 2>conftest.er1
21360   ac_status=$?
21361   grep -v '^ *+' conftest.er1 >conftest.err
21362   rm -f conftest.er1
21363   cat conftest.err >&5
21364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21365   (exit $ac_status); } && {
21366          test -z "$ac_c_werror_flag" ||
21367          test ! -s conftest.err
21368        } && test -s conftest.$ac_objext; then
21369   ac_hi=$ac_mid
21370 else
21371   echo "$as_me: failed program was:" >&5
21372 sed 's/^/| /' conftest.$ac_ext >&5
21373
21374         ac_lo=`expr '(' $ac_mid ')' + 1`
21375 fi
21376
21377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21378 done
21379 case $ac_lo in
21380 ?*) res_lo=$ac_lo;;
21381 '') result=? ;;
21382 esac
21383 else
21384   cat >conftest.$ac_ext <<_ACEOF
21385 /* confdefs.h.  */
21386 _ACEOF
21387 cat confdefs.h >>conftest.$ac_ext
21388 cat >>conftest.$ac_ext <<_ACEOF
21389 /* end confdefs.h.  */
21390 #include <stddef.h>
21391 static long int longval () { return ~(size_t)0 % 10; }
21392 static unsigned long int ulongval () { return ~(size_t)0 % 10; }
21393 #include <stdio.h>
21394 #include <stdlib.h>
21395 int
21396 main ()
21397 {
21398
21399   FILE *f = fopen ("conftest.val", "w");
21400   if (! f)
21401     return 1;
21402   if ((~(size_t)0 % 10) < 0)
21403     {
21404       long int i = longval ();
21405       if (i != (~(size_t)0 % 10))
21406         return 1;
21407       fprintf (f, "%ld\n", i);
21408     }
21409   else
21410     {
21411       unsigned long int i = ulongval ();
21412       if (i != (~(size_t)0 % 10))
21413         return 1;
21414       fprintf (f, "%lu\n", i);
21415     }
21416   return ferror (f) || fclose (f) != 0;
21417
21418   ;
21419   return 0;
21420 }
21421 _ACEOF
21422 rm -f conftest$ac_exeext
21423 if { (ac_try="$ac_link"
21424 case "(($ac_try" in
21425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21426   *) ac_try_echo=$ac_try;;
21427 esac
21428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21429   (eval "$ac_link") 2>&5
21430   ac_status=$?
21431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
21439   ac_status=$?
21440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441   (exit $ac_status); }; }; then
21442   res_lo=`cat conftest.val`
21443 else
21444   echo "$as_me: program exited with status $ac_status" >&5
21445 echo "$as_me: failed program was:" >&5
21446 sed 's/^/| /' conftest.$ac_ext >&5
21447
21448 ( exit $ac_status )
21449 result=?
21450 fi
21451 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21452 fi
21453 rm -f conftest.val
21454
21455     if test "$cross_compiling" = yes; then
21456   # Depending upon the size, compute the lo and hi bounds.
21457 cat >conftest.$ac_ext <<_ACEOF
21458 /* confdefs.h.  */
21459 _ACEOF
21460 cat confdefs.h >>conftest.$ac_ext
21461 cat >>conftest.$ac_ext <<_ACEOF
21462 /* end confdefs.h.  */
21463 #include <stddef.h>
21464 int
21465 main ()
21466 {
21467 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= 0)];
21468 test_array [0] = 0
21469
21470   ;
21471   return 0;
21472 }
21473 _ACEOF
21474 rm -f conftest.$ac_objext
21475 if { (ac_try="$ac_compile"
21476 case "(($ac_try" in
21477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21478   *) ac_try_echo=$ac_try;;
21479 esac
21480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21481   (eval "$ac_compile") 2>conftest.er1
21482   ac_status=$?
21483   grep -v '^ *+' conftest.er1 >conftest.err
21484   rm -f conftest.er1
21485   cat conftest.err >&5
21486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21487   (exit $ac_status); } && {
21488          test -z "$ac_c_werror_flag" ||
21489          test ! -s conftest.err
21490        } && test -s conftest.$ac_objext; then
21491   ac_lo=0 ac_mid=0
21492   while :; do
21493     cat >conftest.$ac_ext <<_ACEOF
21494 /* confdefs.h.  */
21495 _ACEOF
21496 cat confdefs.h >>conftest.$ac_ext
21497 cat >>conftest.$ac_ext <<_ACEOF
21498 /* end confdefs.h.  */
21499 #include <stddef.h>
21500 int
21501 main ()
21502 {
21503 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)];
21504 test_array [0] = 0
21505
21506   ;
21507   return 0;
21508 }
21509 _ACEOF
21510 rm -f conftest.$ac_objext
21511 if { (ac_try="$ac_compile"
21512 case "(($ac_try" in
21513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21514   *) ac_try_echo=$ac_try;;
21515 esac
21516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21517   (eval "$ac_compile") 2>conftest.er1
21518   ac_status=$?
21519   grep -v '^ *+' conftest.er1 >conftest.err
21520   rm -f conftest.er1
21521   cat conftest.err >&5
21522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21523   (exit $ac_status); } && {
21524          test -z "$ac_c_werror_flag" ||
21525          test ! -s conftest.err
21526        } && test -s conftest.$ac_objext; then
21527   ac_hi=$ac_mid; break
21528 else
21529   echo "$as_me: failed program was:" >&5
21530 sed 's/^/| /' conftest.$ac_ext >&5
21531
21532         ac_lo=`expr $ac_mid + 1`
21533                         if test $ac_lo -le $ac_mid; then
21534                           ac_lo= ac_hi=
21535                           break
21536                         fi
21537                         ac_mid=`expr 2 '*' $ac_mid + 1`
21538 fi
21539
21540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21541   done
21542 else
21543   echo "$as_me: failed program was:" >&5
21544 sed 's/^/| /' conftest.$ac_ext >&5
21545
21546         cat >conftest.$ac_ext <<_ACEOF
21547 /* confdefs.h.  */
21548 _ACEOF
21549 cat confdefs.h >>conftest.$ac_ext
21550 cat >>conftest.$ac_ext <<_ACEOF
21551 /* end confdefs.h.  */
21552 #include <stddef.h>
21553 int
21554 main ()
21555 {
21556 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) < 0)];
21557 test_array [0] = 0
21558
21559   ;
21560   return 0;
21561 }
21562 _ACEOF
21563 rm -f conftest.$ac_objext
21564 if { (ac_try="$ac_compile"
21565 case "(($ac_try" in
21566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21567   *) ac_try_echo=$ac_try;;
21568 esac
21569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21570   (eval "$ac_compile") 2>conftest.er1
21571   ac_status=$?
21572   grep -v '^ *+' conftest.er1 >conftest.err
21573   rm -f conftest.er1
21574   cat conftest.err >&5
21575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21576   (exit $ac_status); } && {
21577          test -z "$ac_c_werror_flag" ||
21578          test ! -s conftest.err
21579        } && test -s conftest.$ac_objext; then
21580   ac_hi=-1 ac_mid=-1
21581   while :; do
21582     cat >conftest.$ac_ext <<_ACEOF
21583 /* confdefs.h.  */
21584 _ACEOF
21585 cat confdefs.h >>conftest.$ac_ext
21586 cat >>conftest.$ac_ext <<_ACEOF
21587 /* end confdefs.h.  */
21588 #include <stddef.h>
21589 int
21590 main ()
21591 {
21592 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= $ac_mid)];
21593 test_array [0] = 0
21594
21595   ;
21596   return 0;
21597 }
21598 _ACEOF
21599 rm -f conftest.$ac_objext
21600 if { (ac_try="$ac_compile"
21601 case "(($ac_try" in
21602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21603   *) ac_try_echo=$ac_try;;
21604 esac
21605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21606   (eval "$ac_compile") 2>conftest.er1
21607   ac_status=$?
21608   grep -v '^ *+' conftest.er1 >conftest.err
21609   rm -f conftest.er1
21610   cat conftest.err >&5
21611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21612   (exit $ac_status); } && {
21613          test -z "$ac_c_werror_flag" ||
21614          test ! -s conftest.err
21615        } && test -s conftest.$ac_objext; then
21616   ac_lo=$ac_mid; break
21617 else
21618   echo "$as_me: failed program was:" >&5
21619 sed 's/^/| /' conftest.$ac_ext >&5
21620
21621         ac_hi=`expr '(' $ac_mid ')' - 1`
21622                         if test $ac_mid -le $ac_hi; then
21623                           ac_lo= ac_hi=
21624                           break
21625                         fi
21626                         ac_mid=`expr 2 '*' $ac_mid`
21627 fi
21628
21629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21630   done
21631 else
21632   echo "$as_me: failed program was:" >&5
21633 sed 's/^/| /' conftest.$ac_ext >&5
21634
21635         ac_lo= ac_hi=
21636 fi
21637
21638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21639 fi
21640
21641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21642 # Binary search between lo and hi bounds.
21643 while test "x$ac_lo" != "x$ac_hi"; do
21644   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21645   cat >conftest.$ac_ext <<_ACEOF
21646 /* confdefs.h.  */
21647 _ACEOF
21648 cat confdefs.h >>conftest.$ac_ext
21649 cat >>conftest.$ac_ext <<_ACEOF
21650 /* end confdefs.h.  */
21651 #include <stddef.h>
21652 int
21653 main ()
21654 {
21655 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)];
21656 test_array [0] = 0
21657
21658   ;
21659   return 0;
21660 }
21661 _ACEOF
21662 rm -f conftest.$ac_objext
21663 if { (ac_try="$ac_compile"
21664 case "(($ac_try" in
21665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21666   *) ac_try_echo=$ac_try;;
21667 esac
21668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21669   (eval "$ac_compile") 2>conftest.er1
21670   ac_status=$?
21671   grep -v '^ *+' conftest.er1 >conftest.err
21672   rm -f conftest.er1
21673   cat conftest.err >&5
21674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675   (exit $ac_status); } && {
21676          test -z "$ac_c_werror_flag" ||
21677          test ! -s conftest.err
21678        } && test -s conftest.$ac_objext; then
21679   ac_hi=$ac_mid
21680 else
21681   echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.$ac_ext >&5
21683
21684         ac_lo=`expr '(' $ac_mid ')' + 1`
21685 fi
21686
21687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21688 done
21689 case $ac_lo in
21690 ?*) fits_in_uint=$ac_lo;;
21691 '') result=? ;;
21692 esac
21693 else
21694   cat >conftest.$ac_ext <<_ACEOF
21695 /* confdefs.h.  */
21696 _ACEOF
21697 cat confdefs.h >>conftest.$ac_ext
21698 cat >>conftest.$ac_ext <<_ACEOF
21699 /* end confdefs.h.  */
21700 #include <stddef.h>
21701 static long int longval () { return sizeof (size_t) <= sizeof (unsigned int); }
21702 static unsigned long int ulongval () { return sizeof (size_t) <= sizeof (unsigned int); }
21703 #include <stdio.h>
21704 #include <stdlib.h>
21705 int
21706 main ()
21707 {
21708
21709   FILE *f = fopen ("conftest.val", "w");
21710   if (! f)
21711     return 1;
21712   if ((sizeof (size_t) <= sizeof (unsigned int)) < 0)
21713     {
21714       long int i = longval ();
21715       if (i != (sizeof (size_t) <= sizeof (unsigned int)))
21716         return 1;
21717       fprintf (f, "%ld\n", i);
21718     }
21719   else
21720     {
21721       unsigned long int i = ulongval ();
21722       if (i != (sizeof (size_t) <= sizeof (unsigned int)))
21723         return 1;
21724       fprintf (f, "%lu\n", i);
21725     }
21726   return ferror (f) || fclose (f) != 0;
21727
21728   ;
21729   return 0;
21730 }
21731 _ACEOF
21732 rm -f conftest$ac_exeext
21733 if { (ac_try="$ac_link"
21734 case "(($ac_try" in
21735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21736   *) ac_try_echo=$ac_try;;
21737 esac
21738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21739   (eval "$ac_link") 2>&5
21740   ac_status=$?
21741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21742   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
21749   ac_status=$?
21750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751   (exit $ac_status); }; }; then
21752   fits_in_uint=`cat conftest.val`
21753 else
21754   echo "$as_me: program exited with status $ac_status" >&5
21755 echo "$as_me: failed program was:" >&5
21756 sed 's/^/| /' conftest.$ac_ext >&5
21757
21758 ( exit $ac_status )
21759 result=?
21760 fi
21761 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21762 fi
21763 rm -f conftest.val
21764
21765     if test "$fits_in_uint" = 1; then
21766                   cat >conftest.$ac_ext <<_ACEOF
21767 /* confdefs.h.  */
21768 _ACEOF
21769 cat confdefs.h >>conftest.$ac_ext
21770 cat >>conftest.$ac_ext <<_ACEOF
21771 /* end confdefs.h.  */
21772 #include <stddef.h>
21773         extern size_t foo;
21774         extern unsigned long foo;
21775
21776 int
21777 main ()
21778 {
21779
21780   ;
21781   return 0;
21782 }
21783 _ACEOF
21784 rm -f conftest.$ac_objext
21785 if { (ac_try="$ac_compile"
21786 case "(($ac_try" in
21787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21788   *) ac_try_echo=$ac_try;;
21789 esac
21790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21791   (eval "$ac_compile") 2>conftest.er1
21792   ac_status=$?
21793   grep -v '^ *+' conftest.er1 >conftest.err
21794   rm -f conftest.er1
21795   cat conftest.err >&5
21796   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21797   (exit $ac_status); } && {
21798          test -z "$ac_c_werror_flag" ||
21799          test ! -s conftest.err
21800        } && test -s conftest.$ac_objext; then
21801   fits_in_uint=0
21802 else
21803   echo "$as_me: failed program was:" >&5
21804 sed 's/^/| /' conftest.$ac_ext >&5
21805
21806
21807 fi
21808
21809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21810     fi
21811     if test -z "$result"; then
21812       if test "$fits_in_uint" = 1; then
21813         result="$res_hi$res_lo"U
21814       else
21815         result="$res_hi$res_lo"UL
21816       fi
21817     else
21818             result='~(size_t)0'
21819     fi
21820   fi
21821   { echo "$as_me:$LINENO: result: $result" >&5
21822 echo "${ECHO_T}$result" >&6; }
21823   if test "$result" != yes; then
21824
21825 cat >>confdefs.h <<_ACEOF
21826 #define SIZE_MAX $result
21827 _ACEOF
21828
21829   fi
21830
21831
21832
21833
21834
21835 for ac_header in stdint.h
21836 do
21837 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21839   { echo "$as_me:$LINENO: checking for $ac_header" >&5
21840 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21841 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21842   echo $ECHO_N "(cached) $ECHO_C" >&6
21843 fi
21844 ac_res=`eval echo '${'$as_ac_Header'}'`
21845                { echo "$as_me:$LINENO: result: $ac_res" >&5
21846 echo "${ECHO_T}$ac_res" >&6; }
21847 else
21848   # Is the header compilable?
21849 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21850 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21851 cat >conftest.$ac_ext <<_ACEOF
21852 /* confdefs.h.  */
21853 _ACEOF
21854 cat confdefs.h >>conftest.$ac_ext
21855 cat >>conftest.$ac_ext <<_ACEOF
21856 /* end confdefs.h.  */
21857 $ac_includes_default
21858 #include <$ac_header>
21859 _ACEOF
21860 rm -f conftest.$ac_objext
21861 if { (ac_try="$ac_compile"
21862 case "(($ac_try" in
21863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21864   *) ac_try_echo=$ac_try;;
21865 esac
21866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21867   (eval "$ac_compile") 2>conftest.er1
21868   ac_status=$?
21869   grep -v '^ *+' conftest.er1 >conftest.err
21870   rm -f conftest.er1
21871   cat conftest.err >&5
21872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21873   (exit $ac_status); } && {
21874          test -z "$ac_c_werror_flag" ||
21875          test ! -s conftest.err
21876        } && test -s conftest.$ac_objext; then
21877   ac_header_compiler=yes
21878 else
21879   echo "$as_me: failed program was:" >&5
21880 sed 's/^/| /' conftest.$ac_ext >&5
21881
21882         ac_header_compiler=no
21883 fi
21884
21885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21886 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21887 echo "${ECHO_T}$ac_header_compiler" >&6; }
21888
21889 # Is the header present?
21890 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21891 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21892 cat >conftest.$ac_ext <<_ACEOF
21893 /* confdefs.h.  */
21894 _ACEOF
21895 cat confdefs.h >>conftest.$ac_ext
21896 cat >>conftest.$ac_ext <<_ACEOF
21897 /* end confdefs.h.  */
21898 #include <$ac_header>
21899 _ACEOF
21900 if { (ac_try="$ac_cpp conftest.$ac_ext"
21901 case "(($ac_try" in
21902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21903   *) ac_try_echo=$ac_try;;
21904 esac
21905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21906   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21907   ac_status=$?
21908   grep -v '^ *+' conftest.er1 >conftest.err
21909   rm -f conftest.er1
21910   cat conftest.err >&5
21911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21912   (exit $ac_status); } >/dev/null && {
21913          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21914          test ! -s conftest.err
21915        }; then
21916   ac_header_preproc=yes
21917 else
21918   echo "$as_me: failed program was:" >&5
21919 sed 's/^/| /' conftest.$ac_ext >&5
21920
21921   ac_header_preproc=no
21922 fi
21923
21924 rm -f conftest.err conftest.$ac_ext
21925 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21926 echo "${ECHO_T}$ac_header_preproc" >&6; }
21927
21928 # So?  What about this header?
21929 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21930   yes:no: )
21931     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21932 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21933     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21934 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21935     ac_header_preproc=yes
21936     ;;
21937   no:yes:* )
21938     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21939 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21940     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
21941 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
21942     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21943 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21944     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
21945 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
21946     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21947 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21948     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21949 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21950
21951     ;;
21952 esac
21953 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21954 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21955 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21956   echo $ECHO_N "(cached) $ECHO_C" >&6
21957 else
21958   eval "$as_ac_Header=\$ac_header_preproc"
21959 fi
21960 ac_res=`eval echo '${'$as_ac_Header'}'`
21961                { echo "$as_me:$LINENO: result: $ac_res" >&5
21962 echo "${ECHO_T}$ac_res" >&6; }
21963
21964 fi
21965 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21966   cat >>confdefs.h <<_ACEOF
21967 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21968 _ACEOF
21969
21970 fi
21971
21972 done
21973
21974
21975
21976
21977
21978
21979
21980
21981   { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5
21982 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; }
21983 if test "${ac_cv_type_ptrdiff_t+set}" = set; then
21984   echo $ECHO_N "(cached) $ECHO_C" >&6
21985 else
21986   cat >conftest.$ac_ext <<_ACEOF
21987 /* confdefs.h.  */
21988 _ACEOF
21989 cat confdefs.h >>conftest.$ac_ext
21990 cat >>conftest.$ac_ext <<_ACEOF
21991 /* end confdefs.h.  */
21992 $ac_includes_default
21993 typedef ptrdiff_t ac__type_new_;
21994 int
21995 main ()
21996 {
21997 if ((ac__type_new_ *) 0)
21998   return 0;
21999 if (sizeof (ac__type_new_))
22000   return 0;
22001   ;
22002   return 0;
22003 }
22004 _ACEOF
22005 rm -f conftest.$ac_objext
22006 if { (ac_try="$ac_compile"
22007 case "(($ac_try" in
22008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22009   *) ac_try_echo=$ac_try;;
22010 esac
22011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22012   (eval "$ac_compile") 2>conftest.er1
22013   ac_status=$?
22014   grep -v '^ *+' conftest.er1 >conftest.err
22015   rm -f conftest.er1
22016   cat conftest.err >&5
22017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22018   (exit $ac_status); } && {
22019          test -z "$ac_c_werror_flag" ||
22020          test ! -s conftest.err
22021        } && test -s conftest.$ac_objext; then
22022   ac_cv_type_ptrdiff_t=yes
22023 else
22024   echo "$as_me: failed program was:" >&5
22025 sed 's/^/| /' conftest.$ac_ext >&5
22026
22027         ac_cv_type_ptrdiff_t=no
22028 fi
22029
22030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22031 fi
22032 { echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5
22033 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; }
22034 if test $ac_cv_type_ptrdiff_t = yes; then
22035   :
22036 else
22037
22038 cat >>confdefs.h <<\_ACEOF
22039 #define ptrdiff_t long
22040 _ACEOF
22041
22042
22043 fi
22044
22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
22056 stdlib.h string.h unistd.h sys/param.h
22057 do
22058 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22060   { echo "$as_me:$LINENO: checking for $ac_header" >&5
22061 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22062 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22063   echo $ECHO_N "(cached) $ECHO_C" >&6
22064 fi
22065 ac_res=`eval echo '${'$as_ac_Header'}'`
22066                { echo "$as_me:$LINENO: result: $ac_res" >&5
22067 echo "${ECHO_T}$ac_res" >&6; }
22068 else
22069   # Is the header compilable?
22070 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22071 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22072 cat >conftest.$ac_ext <<_ACEOF
22073 /* confdefs.h.  */
22074 _ACEOF
22075 cat confdefs.h >>conftest.$ac_ext
22076 cat >>conftest.$ac_ext <<_ACEOF
22077 /* end confdefs.h.  */
22078 $ac_includes_default
22079 #include <$ac_header>
22080 _ACEOF
22081 rm -f conftest.$ac_objext
22082 if { (ac_try="$ac_compile"
22083 case "(($ac_try" in
22084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22085   *) ac_try_echo=$ac_try;;
22086 esac
22087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22088   (eval "$ac_compile") 2>conftest.er1
22089   ac_status=$?
22090   grep -v '^ *+' conftest.er1 >conftest.err
22091   rm -f conftest.er1
22092   cat conftest.err >&5
22093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22094   (exit $ac_status); } && {
22095          test -z "$ac_c_werror_flag" ||
22096          test ! -s conftest.err
22097        } && test -s conftest.$ac_objext; then
22098   ac_header_compiler=yes
22099 else
22100   echo "$as_me: failed program was:" >&5
22101 sed 's/^/| /' conftest.$ac_ext >&5
22102
22103         ac_header_compiler=no
22104 fi
22105
22106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22107 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22108 echo "${ECHO_T}$ac_header_compiler" >&6; }
22109
22110 # Is the header present?
22111 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22112 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22113 cat >conftest.$ac_ext <<_ACEOF
22114 /* confdefs.h.  */
22115 _ACEOF
22116 cat confdefs.h >>conftest.$ac_ext
22117 cat >>conftest.$ac_ext <<_ACEOF
22118 /* end confdefs.h.  */
22119 #include <$ac_header>
22120 _ACEOF
22121 if { (ac_try="$ac_cpp conftest.$ac_ext"
22122 case "(($ac_try" in
22123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22124   *) ac_try_echo=$ac_try;;
22125 esac
22126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22127   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22128   ac_status=$?
22129   grep -v '^ *+' conftest.er1 >conftest.err
22130   rm -f conftest.er1
22131   cat conftest.err >&5
22132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133   (exit $ac_status); } >/dev/null && {
22134          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22135          test ! -s conftest.err
22136        }; then
22137   ac_header_preproc=yes
22138 else
22139   echo "$as_me: failed program was:" >&5
22140 sed 's/^/| /' conftest.$ac_ext >&5
22141
22142   ac_header_preproc=no
22143 fi
22144
22145 rm -f conftest.err conftest.$ac_ext
22146 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22147 echo "${ECHO_T}$ac_header_preproc" >&6; }
22148
22149 # So?  What about this header?
22150 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22151   yes:no: )
22152     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22153 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22154     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22155 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22156     ac_header_preproc=yes
22157     ;;
22158   no:yes:* )
22159     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22160 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22161     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
22162 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
22163     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22164 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22165     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
22166 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
22167     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22168 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22169     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22170 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22171
22172     ;;
22173 esac
22174 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22175 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22176 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22177   echo $ECHO_N "(cached) $ECHO_C" >&6
22178 else
22179   eval "$as_ac_Header=\$ac_header_preproc"
22180 fi
22181 ac_res=`eval echo '${'$as_ac_Header'}'`
22182                { echo "$as_me:$LINENO: result: $ac_res" >&5
22183 echo "${ECHO_T}$ac_res" >&6; }
22184
22185 fi
22186 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22187   cat >>confdefs.h <<_ACEOF
22188 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22189 _ACEOF
22190
22191 fi
22192
22193 done
22194
22195
22196
22197
22198
22199
22200
22201
22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
22213
22214
22215
22216
22217
22218 for ac_func in asprintf fwprintf getcwd getegid geteuid getgid getuid \
22219 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
22220 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
22221 __fsetlocking
22222 do
22223 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22224 { echo "$as_me:$LINENO: checking for $ac_func" >&5
22225 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
22226 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22227   echo $ECHO_N "(cached) $ECHO_C" >&6
22228 else
22229   cat >conftest.$ac_ext <<_ACEOF
22230 /* confdefs.h.  */
22231 _ACEOF
22232 cat confdefs.h >>conftest.$ac_ext
22233 cat >>conftest.$ac_ext <<_ACEOF
22234 /* end confdefs.h.  */
22235 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22236    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
22237 #define $ac_func innocuous_$ac_func
22238
22239 /* System header to define __stub macros and hopefully few prototypes,
22240     which can conflict with char $ac_func (); below.
22241     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22242     <limits.h> exists even on freestanding compilers.  */
22243
22244 #ifdef __STDC__
22245 # include <limits.h>
22246 #else
22247 # include <assert.h>
22248 #endif
22249
22250 #undef $ac_func
22251
22252 /* Override any GCC internal prototype to avoid an error.
22253    Use char because int might match the return type of a GCC
22254    builtin and then its argument prototype would still apply.  */
22255 #ifdef __cplusplus
22256 extern "C"
22257 #endif
22258 char $ac_func ();
22259 /* The GNU C library defines this for functions which it implements
22260     to always fail with ENOSYS.  Some functions are actually named
22261     something starting with __ and the normal name is an alias.  */
22262 #if defined __stub_$ac_func || defined __stub___$ac_func
22263 choke me
22264 #endif
22265
22266 int
22267 main ()
22268 {
22269 return $ac_func ();
22270   ;
22271   return 0;
22272 }
22273 _ACEOF
22274 rm -f conftest.$ac_objext conftest$ac_exeext
22275 if { (ac_try="$ac_link"
22276 case "(($ac_try" in
22277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22278   *) ac_try_echo=$ac_try;;
22279 esac
22280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22281   (eval "$ac_link") 2>conftest.er1
22282   ac_status=$?
22283   grep -v '^ *+' conftest.er1 >conftest.err
22284   rm -f conftest.er1
22285   cat conftest.err >&5
22286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22287   (exit $ac_status); } && {
22288          test -z "$ac_c_werror_flag" ||
22289          test ! -s conftest.err
22290        } && test -s conftest$ac_exeext &&
22291        $as_test_x conftest$ac_exeext; then
22292   eval "$as_ac_var=yes"
22293 else
22294   echo "$as_me: failed program was:" >&5
22295 sed 's/^/| /' conftest.$ac_ext >&5
22296
22297         eval "$as_ac_var=no"
22298 fi
22299
22300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22301       conftest$ac_exeext conftest.$ac_ext
22302 fi
22303 ac_res=`eval echo '${'$as_ac_var'}'`
22304                { echo "$as_me:$LINENO: result: $ac_res" >&5
22305 echo "${ECHO_T}$ac_res" >&6; }
22306 if test `eval echo '${'$as_ac_var'}'` = yes; then
22307   cat >>confdefs.h <<_ACEOF
22308 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22309 _ACEOF
22310
22311 fi
22312 done
22313
22314
22315
22316   { echo "$as_me:$LINENO: checking whether _snprintf is declared" >&5
22317 echo $ECHO_N "checking whether _snprintf is declared... $ECHO_C" >&6; }
22318 if test "${ac_cv_have_decl__snprintf+set}" = set; then
22319   echo $ECHO_N "(cached) $ECHO_C" >&6
22320 else
22321   cat >conftest.$ac_ext <<_ACEOF
22322 /* confdefs.h.  */
22323 _ACEOF
22324 cat confdefs.h >>conftest.$ac_ext
22325 cat >>conftest.$ac_ext <<_ACEOF
22326 /* end confdefs.h.  */
22327 #include <stdio.h>
22328 int
22329 main ()
22330 {
22331
22332 #ifndef _snprintf
22333   char *p = (char *) _snprintf;
22334 #endif
22335
22336   ;
22337   return 0;
22338 }
22339 _ACEOF
22340 rm -f conftest.$ac_objext
22341 if { (ac_try="$ac_compile"
22342 case "(($ac_try" in
22343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22344   *) ac_try_echo=$ac_try;;
22345 esac
22346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22347   (eval "$ac_compile") 2>conftest.er1
22348   ac_status=$?
22349   grep -v '^ *+' conftest.er1 >conftest.err
22350   rm -f conftest.er1
22351   cat conftest.err >&5
22352   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22353   (exit $ac_status); } && {
22354          test -z "$ac_c_werror_flag" ||
22355          test ! -s conftest.err
22356        } && test -s conftest.$ac_objext; then
22357   ac_cv_have_decl__snprintf=yes
22358 else
22359   echo "$as_me: failed program was:" >&5
22360 sed 's/^/| /' conftest.$ac_ext >&5
22361
22362         ac_cv_have_decl__snprintf=no
22363 fi
22364
22365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22366 fi
22367 { echo "$as_me:$LINENO: result: $ac_cv_have_decl__snprintf" >&5
22368 echo "${ECHO_T}$ac_cv_have_decl__snprintf" >&6; }
22369   if test $ac_cv_have_decl__snprintf = yes; then
22370     gt_value=1
22371   else
22372     gt_value=0
22373   fi
22374
22375 cat >>confdefs.h <<_ACEOF
22376 #define HAVE_DECL__SNPRINTF $gt_value
22377 _ACEOF
22378
22379
22380
22381   { echo "$as_me:$LINENO: checking whether _snwprintf is declared" >&5
22382 echo $ECHO_N "checking whether _snwprintf is declared... $ECHO_C" >&6; }
22383 if test "${ac_cv_have_decl__snwprintf+set}" = set; then
22384   echo $ECHO_N "(cached) $ECHO_C" >&6
22385 else
22386   cat >conftest.$ac_ext <<_ACEOF
22387 /* confdefs.h.  */
22388 _ACEOF
22389 cat confdefs.h >>conftest.$ac_ext
22390 cat >>conftest.$ac_ext <<_ACEOF
22391 /* end confdefs.h.  */
22392 #include <stdio.h>
22393 int
22394 main ()
22395 {
22396
22397 #ifndef _snwprintf
22398   char *p = (char *) _snwprintf;
22399 #endif
22400
22401   ;
22402   return 0;
22403 }
22404 _ACEOF
22405 rm -f conftest.$ac_objext
22406 if { (ac_try="$ac_compile"
22407 case "(($ac_try" in
22408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22409   *) ac_try_echo=$ac_try;;
22410 esac
22411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22412   (eval "$ac_compile") 2>conftest.er1
22413   ac_status=$?
22414   grep -v '^ *+' conftest.er1 >conftest.err
22415   rm -f conftest.er1
22416   cat conftest.err >&5
22417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22418   (exit $ac_status); } && {
22419          test -z "$ac_c_werror_flag" ||
22420          test ! -s conftest.err
22421        } && test -s conftest.$ac_objext; then
22422   ac_cv_have_decl__snwprintf=yes
22423 else
22424   echo "$as_me: failed program was:" >&5
22425 sed 's/^/| /' conftest.$ac_ext >&5
22426
22427         ac_cv_have_decl__snwprintf=no
22428 fi
22429
22430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22431 fi
22432 { echo "$as_me:$LINENO: result: $ac_cv_have_decl__snwprintf" >&5
22433 echo "${ECHO_T}$ac_cv_have_decl__snwprintf" >&6; }
22434   if test $ac_cv_have_decl__snwprintf = yes; then
22435     gt_value=1
22436   else
22437     gt_value=0
22438   fi
22439
22440 cat >>confdefs.h <<_ACEOF
22441 #define HAVE_DECL__SNWPRINTF $gt_value
22442 _ACEOF
22443
22444
22445
22446
22447   { echo "$as_me:$LINENO: checking whether feof_unlocked is declared" >&5
22448 echo $ECHO_N "checking whether feof_unlocked is declared... $ECHO_C" >&6; }
22449 if test "${ac_cv_have_decl_feof_unlocked+set}" = set; then
22450   echo $ECHO_N "(cached) $ECHO_C" >&6
22451 else
22452   cat >conftest.$ac_ext <<_ACEOF
22453 /* confdefs.h.  */
22454 _ACEOF
22455 cat confdefs.h >>conftest.$ac_ext
22456 cat >>conftest.$ac_ext <<_ACEOF
22457 /* end confdefs.h.  */
22458 #include <stdio.h>
22459 int
22460 main ()
22461 {
22462
22463 #ifndef feof_unlocked
22464   char *p = (char *) feof_unlocked;
22465 #endif
22466
22467   ;
22468   return 0;
22469 }
22470 _ACEOF
22471 rm -f conftest.$ac_objext
22472 if { (ac_try="$ac_compile"
22473 case "(($ac_try" in
22474   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22475   *) ac_try_echo=$ac_try;;
22476 esac
22477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22478   (eval "$ac_compile") 2>conftest.er1
22479   ac_status=$?
22480   grep -v '^ *+' conftest.er1 >conftest.err
22481   rm -f conftest.er1
22482   cat conftest.err >&5
22483   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22484   (exit $ac_status); } && {
22485          test -z "$ac_c_werror_flag" ||
22486          test ! -s conftest.err
22487        } && test -s conftest.$ac_objext; then
22488   ac_cv_have_decl_feof_unlocked=yes
22489 else
22490   echo "$as_me: failed program was:" >&5
22491 sed 's/^/| /' conftest.$ac_ext >&5
22492
22493         ac_cv_have_decl_feof_unlocked=no
22494 fi
22495
22496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22497 fi
22498 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_feof_unlocked" >&5
22499 echo "${ECHO_T}$ac_cv_have_decl_feof_unlocked" >&6; }
22500   if test $ac_cv_have_decl_feof_unlocked = yes; then
22501     gt_value=1
22502   else
22503     gt_value=0
22504   fi
22505
22506 cat >>confdefs.h <<_ACEOF
22507 #define HAVE_DECL_FEOF_UNLOCKED $gt_value
22508 _ACEOF
22509
22510
22511
22512   { echo "$as_me:$LINENO: checking whether fgets_unlocked is declared" >&5
22513 echo $ECHO_N "checking whether fgets_unlocked is declared... $ECHO_C" >&6; }
22514 if test "${ac_cv_have_decl_fgets_unlocked+set}" = set; then
22515   echo $ECHO_N "(cached) $ECHO_C" >&6
22516 else
22517   cat >conftest.$ac_ext <<_ACEOF
22518 /* confdefs.h.  */
22519 _ACEOF
22520 cat confdefs.h >>conftest.$ac_ext
22521 cat >>conftest.$ac_ext <<_ACEOF
22522 /* end confdefs.h.  */
22523 #include <stdio.h>
22524 int
22525 main ()
22526 {
22527
22528 #ifndef fgets_unlocked
22529   char *p = (char *) fgets_unlocked;
22530 #endif
22531
22532   ;
22533   return 0;
22534 }
22535 _ACEOF
22536 rm -f conftest.$ac_objext
22537 if { (ac_try="$ac_compile"
22538 case "(($ac_try" in
22539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22540   *) ac_try_echo=$ac_try;;
22541 esac
22542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22543   (eval "$ac_compile") 2>conftest.er1
22544   ac_status=$?
22545   grep -v '^ *+' conftest.er1 >conftest.err
22546   rm -f conftest.er1
22547   cat conftest.err >&5
22548   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22549   (exit $ac_status); } && {
22550          test -z "$ac_c_werror_flag" ||
22551          test ! -s conftest.err
22552        } && test -s conftest.$ac_objext; then
22553   ac_cv_have_decl_fgets_unlocked=yes
22554 else
22555   echo "$as_me: failed program was:" >&5
22556 sed 's/^/| /' conftest.$ac_ext >&5
22557
22558         ac_cv_have_decl_fgets_unlocked=no
22559 fi
22560
22561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22562 fi
22563 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_fgets_unlocked" >&5
22564 echo "${ECHO_T}$ac_cv_have_decl_fgets_unlocked" >&6; }
22565   if test $ac_cv_have_decl_fgets_unlocked = yes; then
22566     gt_value=1
22567   else
22568     gt_value=0
22569   fi
22570
22571 cat >>confdefs.h <<_ACEOF
22572 #define HAVE_DECL_FGETS_UNLOCKED $gt_value
22573 _ACEOF
22574
22575
22576
22577   { echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
22578 echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6; }
22579 if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
22580   echo $ECHO_N "(cached) $ECHO_C" >&6
22581 else
22582   cat >conftest.$ac_ext <<_ACEOF
22583 /* confdefs.h.  */
22584 _ACEOF
22585 cat confdefs.h >>conftest.$ac_ext
22586 cat >>conftest.$ac_ext <<_ACEOF
22587 /* end confdefs.h.  */
22588 #include <stdio.h>
22589 int
22590 main ()
22591 {
22592
22593 #ifndef getc_unlocked
22594   char *p = (char *) getc_unlocked;
22595 #endif
22596
22597   ;
22598   return 0;
22599 }
22600 _ACEOF
22601 rm -f conftest.$ac_objext
22602 if { (ac_try="$ac_compile"
22603 case "(($ac_try" in
22604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22605   *) ac_try_echo=$ac_try;;
22606 esac
22607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22608   (eval "$ac_compile") 2>conftest.er1
22609   ac_status=$?
22610   grep -v '^ *+' conftest.er1 >conftest.err
22611   rm -f conftest.er1
22612   cat conftest.err >&5
22613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22614   (exit $ac_status); } && {
22615          test -z "$ac_c_werror_flag" ||
22616          test ! -s conftest.err
22617        } && test -s conftest.$ac_objext; then
22618   ac_cv_have_decl_getc_unlocked=yes
22619 else
22620   echo "$as_me: failed program was:" >&5
22621 sed 's/^/| /' conftest.$ac_ext >&5
22622
22623         ac_cv_have_decl_getc_unlocked=no
22624 fi
22625
22626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22627 fi
22628 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5
22629 echo "${ECHO_T}$ac_cv_have_decl_getc_unlocked" >&6; }
22630   if test $ac_cv_have_decl_getc_unlocked = yes; then
22631     gt_value=1
22632   else
22633     gt_value=0
22634   fi
22635
22636 cat >>confdefs.h <<_ACEOF
22637 #define HAVE_DECL_GETC_UNLOCKED $gt_value
22638 _ACEOF
22639
22640
22641
22642   case $gt_cv_func_printf_posix in
22643     *yes) HAVE_POSIX_PRINTF=1 ;;
22644     *) HAVE_POSIX_PRINTF=0 ;;
22645   esac
22646
22647   if test "$ac_cv_func_asprintf" = yes; then
22648     HAVE_ASPRINTF=1
22649   else
22650     HAVE_ASPRINTF=0
22651   fi
22652
22653   if test "$ac_cv_func_snprintf" = yes; then
22654     HAVE_SNPRINTF=1
22655   else
22656     HAVE_SNPRINTF=0
22657   fi
22658
22659   if test "$ac_cv_func_wprintf" = yes; then
22660     HAVE_WPRINTF=1
22661   else
22662     HAVE_WPRINTF=0
22663   fi
22664
22665
22666
22667
22668
22669
22670
22671           am_save_CPPFLAGS="$CPPFLAGS"
22672
22673   for element in $INCICONV; do
22674     haveit=
22675     for x in $CPPFLAGS; do
22676
22677   acl_save_prefix="$prefix"
22678   prefix="$acl_final_prefix"
22679   acl_save_exec_prefix="$exec_prefix"
22680   exec_prefix="$acl_final_exec_prefix"
22681   eval x=\"$x\"
22682   exec_prefix="$acl_save_exec_prefix"
22683   prefix="$acl_save_prefix"
22684
22685       if test "X$x" = "X$element"; then
22686         haveit=yes
22687         break
22688       fi
22689     done
22690     if test -z "$haveit"; then
22691       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
22692     fi
22693   done
22694
22695
22696   { echo "$as_me:$LINENO: checking for iconv" >&5
22697 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
22698 if test "${am_cv_func_iconv+set}" = set; then
22699   echo $ECHO_N "(cached) $ECHO_C" >&6
22700 else
22701
22702     am_cv_func_iconv="no, consider installing GNU libiconv"
22703     am_cv_lib_iconv=no
22704     cat >conftest.$ac_ext <<_ACEOF
22705 /* confdefs.h.  */
22706 _ACEOF
22707 cat confdefs.h >>conftest.$ac_ext
22708 cat >>conftest.$ac_ext <<_ACEOF
22709 /* end confdefs.h.  */
22710 #include <stdlib.h>
22711 #include <iconv.h>
22712 int
22713 main ()
22714 {
22715 iconv_t cd = iconv_open("","");
22716        iconv(cd,NULL,NULL,NULL,NULL);
22717        iconv_close(cd);
22718   ;
22719   return 0;
22720 }
22721 _ACEOF
22722 rm -f conftest.$ac_objext conftest$ac_exeext
22723 if { (ac_try="$ac_link"
22724 case "(($ac_try" in
22725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22726   *) ac_try_echo=$ac_try;;
22727 esac
22728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22729   (eval "$ac_link") 2>conftest.er1
22730   ac_status=$?
22731   grep -v '^ *+' conftest.er1 >conftest.err
22732   rm -f conftest.er1
22733   cat conftest.err >&5
22734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22735   (exit $ac_status); } && {
22736          test -z "$ac_c_werror_flag" ||
22737          test ! -s conftest.err
22738        } && test -s conftest$ac_exeext &&
22739        $as_test_x conftest$ac_exeext; then
22740   am_cv_func_iconv=yes
22741 else
22742   echo "$as_me: failed program was:" >&5
22743 sed 's/^/| /' conftest.$ac_ext >&5
22744
22745
22746 fi
22747
22748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22749       conftest$ac_exeext conftest.$ac_ext
22750     if test "$am_cv_func_iconv" != yes; then
22751       am_save_LIBS="$LIBS"
22752       LIBS="$LIBS $LIBICONV"
22753       cat >conftest.$ac_ext <<_ACEOF
22754 /* confdefs.h.  */
22755 _ACEOF
22756 cat confdefs.h >>conftest.$ac_ext
22757 cat >>conftest.$ac_ext <<_ACEOF
22758 /* end confdefs.h.  */
22759 #include <stdlib.h>
22760 #include <iconv.h>
22761 int
22762 main ()
22763 {
22764 iconv_t cd = iconv_open("","");
22765          iconv(cd,NULL,NULL,NULL,NULL);
22766          iconv_close(cd);
22767   ;
22768   return 0;
22769 }
22770 _ACEOF
22771 rm -f conftest.$ac_objext conftest$ac_exeext
22772 if { (ac_try="$ac_link"
22773 case "(($ac_try" in
22774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22775   *) ac_try_echo=$ac_try;;
22776 esac
22777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22778   (eval "$ac_link") 2>conftest.er1
22779   ac_status=$?
22780   grep -v '^ *+' conftest.er1 >conftest.err
22781   rm -f conftest.er1
22782   cat conftest.err >&5
22783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784   (exit $ac_status); } && {
22785          test -z "$ac_c_werror_flag" ||
22786          test ! -s conftest.err
22787        } && test -s conftest$ac_exeext &&
22788        $as_test_x conftest$ac_exeext; then
22789   am_cv_lib_iconv=yes
22790         am_cv_func_iconv=yes
22791 else
22792   echo "$as_me: failed program was:" >&5
22793 sed 's/^/| /' conftest.$ac_ext >&5
22794
22795
22796 fi
22797
22798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22799       conftest$ac_exeext conftest.$ac_ext
22800       LIBS="$am_save_LIBS"
22801     fi
22802
22803 fi
22804 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
22805 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
22806   if test "$am_cv_func_iconv" = yes; then
22807
22808 cat >>confdefs.h <<\_ACEOF
22809 #define HAVE_ICONV 1
22810 _ACEOF
22811
22812   fi
22813   if test "$am_cv_lib_iconv" = yes; then
22814     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
22815 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }
22816     { echo "$as_me:$LINENO: result: $LIBICONV" >&5
22817 echo "${ECHO_T}$LIBICONV" >&6; }
22818   else
22819             CPPFLAGS="$am_save_CPPFLAGS"
22820     LIBICONV=
22821     LTLIBICONV=
22822   fi
22823
22824
22825
22826   if test "$am_cv_func_iconv" = yes; then
22827     { echo "$as_me:$LINENO: checking for iconv declaration" >&5
22828 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; }
22829     if test "${am_cv_proto_iconv+set}" = set; then
22830   echo $ECHO_N "(cached) $ECHO_C" >&6
22831 else
22832
22833       cat >conftest.$ac_ext <<_ACEOF
22834 /* confdefs.h.  */
22835 _ACEOF
22836 cat confdefs.h >>conftest.$ac_ext
22837 cat >>conftest.$ac_ext <<_ACEOF
22838 /* end confdefs.h.  */
22839
22840 #include <stdlib.h>
22841 #include <iconv.h>
22842 extern
22843 #ifdef __cplusplus
22844 "C"
22845 #endif
22846 #if defined(__STDC__) || defined(__cplusplus)
22847 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
22848 #else
22849 size_t iconv();
22850 #endif
22851
22852 int
22853 main ()
22854 {
22855
22856   ;
22857   return 0;
22858 }
22859 _ACEOF
22860 rm -f conftest.$ac_objext
22861 if { (ac_try="$ac_compile"
22862 case "(($ac_try" in
22863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22864   *) ac_try_echo=$ac_try;;
22865 esac
22866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22867   (eval "$ac_compile") 2>conftest.er1
22868   ac_status=$?
22869   grep -v '^ *+' conftest.er1 >conftest.err
22870   rm -f conftest.er1
22871   cat conftest.err >&5
22872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22873   (exit $ac_status); } && {
22874          test -z "$ac_c_werror_flag" ||
22875          test ! -s conftest.err
22876        } && test -s conftest.$ac_objext; then
22877   am_cv_proto_iconv_arg1=""
22878 else
22879   echo "$as_me: failed program was:" >&5
22880 sed 's/^/| /' conftest.$ac_ext >&5
22881
22882         am_cv_proto_iconv_arg1="const"
22883 fi
22884
22885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22886       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);"
22887 fi
22888
22889     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
22890     { echo "$as_me:$LINENO: result: ${ac_t:-
22891          }$am_cv_proto_iconv" >&5
22892 echo "${ECHO_T}${ac_t:-
22893          }$am_cv_proto_iconv" >&6; }
22894
22895 cat >>confdefs.h <<_ACEOF
22896 #define ICONV_CONST $am_cv_proto_iconv_arg1
22897 _ACEOF
22898
22899   fi
22900
22901
22902   { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
22903 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }
22904 if test "${am_cv_langinfo_codeset+set}" = set; then
22905   echo $ECHO_N "(cached) $ECHO_C" >&6
22906 else
22907   cat >conftest.$ac_ext <<_ACEOF
22908 /* confdefs.h.  */
22909 _ACEOF
22910 cat confdefs.h >>conftest.$ac_ext
22911 cat >>conftest.$ac_ext <<_ACEOF
22912 /* end confdefs.h.  */
22913 #include <langinfo.h>
22914 int
22915 main ()
22916 {
22917 char* cs = nl_langinfo(CODESET);
22918   ;
22919   return 0;
22920 }
22921 _ACEOF
22922 rm -f conftest.$ac_objext conftest$ac_exeext
22923 if { (ac_try="$ac_link"
22924 case "(($ac_try" in
22925   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22926   *) ac_try_echo=$ac_try;;
22927 esac
22928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22929   (eval "$ac_link") 2>conftest.er1
22930   ac_status=$?
22931   grep -v '^ *+' conftest.er1 >conftest.err
22932   rm -f conftest.er1
22933   cat conftest.err >&5
22934   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22935   (exit $ac_status); } && {
22936          test -z "$ac_c_werror_flag" ||
22937          test ! -s conftest.err
22938        } && test -s conftest$ac_exeext &&
22939        $as_test_x conftest$ac_exeext; then
22940   am_cv_langinfo_codeset=yes
22941 else
22942   echo "$as_me: failed program was:" >&5
22943 sed 's/^/| /' conftest.$ac_ext >&5
22944
22945         am_cv_langinfo_codeset=no
22946 fi
22947
22948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22949       conftest$ac_exeext conftest.$ac_ext
22950
22951 fi
22952 { echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
22953 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; }
22954   if test $am_cv_langinfo_codeset = yes; then
22955
22956 cat >>confdefs.h <<\_ACEOF
22957 #define HAVE_LANGINFO_CODESET 1
22958 _ACEOF
22959
22960   fi
22961
22962   if test $ac_cv_header_locale_h = yes; then
22963
22964   { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
22965 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
22966 if test "${gt_cv_val_LC_MESSAGES+set}" = set; then
22967   echo $ECHO_N "(cached) $ECHO_C" >&6
22968 else
22969   cat >conftest.$ac_ext <<_ACEOF
22970 /* confdefs.h.  */
22971 _ACEOF
22972 cat confdefs.h >>conftest.$ac_ext
22973 cat >>conftest.$ac_ext <<_ACEOF
22974 /* end confdefs.h.  */
22975 #include <locale.h>
22976 int
22977 main ()
22978 {
22979 return LC_MESSAGES
22980   ;
22981   return 0;
22982 }
22983 _ACEOF
22984 rm -f conftest.$ac_objext conftest$ac_exeext
22985 if { (ac_try="$ac_link"
22986 case "(($ac_try" in
22987   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22988   *) ac_try_echo=$ac_try;;
22989 esac
22990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22991   (eval "$ac_link") 2>conftest.er1
22992   ac_status=$?
22993   grep -v '^ *+' conftest.er1 >conftest.err
22994   rm -f conftest.er1
22995   cat conftest.err >&5
22996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22997   (exit $ac_status); } && {
22998          test -z "$ac_c_werror_flag" ||
22999          test ! -s conftest.err
23000        } && test -s conftest$ac_exeext &&
23001        $as_test_x conftest$ac_exeext; then
23002   gt_cv_val_LC_MESSAGES=yes
23003 else
23004   echo "$as_me: failed program was:" >&5
23005 sed 's/^/| /' conftest.$ac_ext >&5
23006
23007         gt_cv_val_LC_MESSAGES=no
23008 fi
23009
23010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23011       conftest$ac_exeext conftest.$ac_ext
23012 fi
23013 { echo "$as_me:$LINENO: result: $gt_cv_val_LC_MESSAGES" >&5
23014 echo "${ECHO_T}$gt_cv_val_LC_MESSAGES" >&6; }
23015   if test $gt_cv_val_LC_MESSAGES = yes; then
23016
23017 cat >>confdefs.h <<\_ACEOF
23018 #define HAVE_LC_MESSAGES 1
23019 _ACEOF
23020
23021   fi
23022
23023   fi
23024
23025   if test -n "$INTL_MACOSX_LIBS"; then
23026     CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
23027   fi
23028
23029                       for ac_prog in bison
23030 do
23031   # Extract the first word of "$ac_prog", so it can be a program name with args.
23032 set dummy $ac_prog; ac_word=$2
23033 { echo "$as_me:$LINENO: checking for $ac_word" >&5
23034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23035 if test "${ac_cv_prog_INTLBISON+set}" = set; then
23036   echo $ECHO_N "(cached) $ECHO_C" >&6
23037 else
23038   if test -n "$INTLBISON"; then
23039   ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
23040 else
23041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23042 for as_dir in $PATH
23043 do
23044   IFS=$as_save_IFS
23045   test -z "$as_dir" && as_dir=.
23046   for ac_exec_ext in '' $ac_executable_extensions; do
23047   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23048     ac_cv_prog_INTLBISON="$ac_prog"
23049     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23050     break 2
23051   fi
23052 done
23053 done
23054 IFS=$as_save_IFS
23055
23056 fi
23057 fi
23058 INTLBISON=$ac_cv_prog_INTLBISON
23059 if test -n "$INTLBISON"; then
23060   { echo "$as_me:$LINENO: result: $INTLBISON" >&5
23061 echo "${ECHO_T}$INTLBISON" >&6; }
23062 else
23063   { echo "$as_me:$LINENO: result: no" >&5
23064 echo "${ECHO_T}no" >&6; }
23065 fi
23066
23067
23068   test -n "$INTLBISON" && break
23069 done
23070
23071   if test -z "$INTLBISON"; then
23072     ac_verc_fail=yes
23073   else
23074         { echo "$as_me:$LINENO: checking version of bison" >&5
23075 echo $ECHO_N "checking version of bison... $ECHO_C" >&6; }
23076     ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
23077     case $ac_prog_version in
23078       '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
23079       1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
23080          ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
23081       *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
23082     esac
23083     { echo "$as_me:$LINENO: result: $ac_prog_version" >&5
23084 echo "${ECHO_T}$ac_prog_version" >&6; }
23085   fi
23086   if test $ac_verc_fail = yes; then
23087     INTLBISON=:
23088   fi
23089
23090
23091
23092
23093
23094
23095
23096
23097
23098
23099
23100
23101
23102
23103
23104
23105     { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5
23106 echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; }
23107 if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then
23108   echo $ECHO_N "(cached) $ECHO_C" >&6
23109 else
23110   gt_save_CPPFLAGS="$CPPFLAGS"
23111      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
23112      gt_save_LIBS="$LIBS"
23113      LIBS="$LIBS -framework CoreFoundation"
23114      cat >conftest.$ac_ext <<_ACEOF
23115 /* confdefs.h.  */
23116 _ACEOF
23117 cat confdefs.h >>conftest.$ac_ext
23118 cat >>conftest.$ac_ext <<_ACEOF
23119 /* end confdefs.h.  */
23120 #include <CFPreferences.h>
23121 int
23122 main ()
23123 {
23124 CFPreferencesCopyAppValue(NULL, NULL)
23125   ;
23126   return 0;
23127 }
23128 _ACEOF
23129 rm -f conftest.$ac_objext conftest$ac_exeext
23130 if { (ac_try="$ac_link"
23131 case "(($ac_try" in
23132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23133   *) ac_try_echo=$ac_try;;
23134 esac
23135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23136   (eval "$ac_link") 2>conftest.er1
23137   ac_status=$?
23138   grep -v '^ *+' conftest.er1 >conftest.err
23139   rm -f conftest.er1
23140   cat conftest.err >&5
23141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23142   (exit $ac_status); } && {
23143          test -z "$ac_c_werror_flag" ||
23144          test ! -s conftest.err
23145        } && test -s conftest$ac_exeext &&
23146        $as_test_x conftest$ac_exeext; then
23147   gt_cv_func_CFPreferencesCopyAppValue=yes
23148 else
23149   echo "$as_me: failed program was:" >&5
23150 sed 's/^/| /' conftest.$ac_ext >&5
23151
23152         gt_cv_func_CFPreferencesCopyAppValue=no
23153 fi
23154
23155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23156       conftest$ac_exeext conftest.$ac_ext
23157      CPPFLAGS="$gt_save_CPPFLAGS"
23158      LIBS="$gt_save_LIBS"
23159 fi
23160 { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
23161 echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
23162   if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
23163
23164 cat >>confdefs.h <<\_ACEOF
23165 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
23166 _ACEOF
23167
23168   fi
23169     { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5
23170 echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; }
23171 if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then
23172   echo $ECHO_N "(cached) $ECHO_C" >&6
23173 else
23174   gt_save_CPPFLAGS="$CPPFLAGS"
23175      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
23176      gt_save_LIBS="$LIBS"
23177      LIBS="$LIBS -framework CoreFoundation"
23178      cat >conftest.$ac_ext <<_ACEOF
23179 /* confdefs.h.  */
23180 _ACEOF
23181 cat confdefs.h >>conftest.$ac_ext
23182 cat >>conftest.$ac_ext <<_ACEOF
23183 /* end confdefs.h.  */
23184 #include <CFLocale.h>
23185 int
23186 main ()
23187 {
23188 CFLocaleCopyCurrent();
23189   ;
23190   return 0;
23191 }
23192 _ACEOF
23193 rm -f conftest.$ac_objext conftest$ac_exeext
23194 if { (ac_try="$ac_link"
23195 case "(($ac_try" in
23196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23197   *) ac_try_echo=$ac_try;;
23198 esac
23199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23200   (eval "$ac_link") 2>conftest.er1
23201   ac_status=$?
23202   grep -v '^ *+' conftest.er1 >conftest.err
23203   rm -f conftest.er1
23204   cat conftest.err >&5
23205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23206   (exit $ac_status); } && {
23207          test -z "$ac_c_werror_flag" ||
23208          test ! -s conftest.err
23209        } && test -s conftest$ac_exeext &&
23210        $as_test_x conftest$ac_exeext; then
23211   gt_cv_func_CFLocaleCopyCurrent=yes
23212 else
23213   echo "$as_me: failed program was:" >&5
23214 sed 's/^/| /' conftest.$ac_ext >&5
23215
23216         gt_cv_func_CFLocaleCopyCurrent=no
23217 fi
23218
23219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23220       conftest$ac_exeext conftest.$ac_ext
23221      CPPFLAGS="$gt_save_CPPFLAGS"
23222      LIBS="$gt_save_LIBS"
23223 fi
23224 { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
23225 echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; }
23226   if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
23227
23228 cat >>confdefs.h <<\_ACEOF
23229 #define HAVE_CFLOCALECOPYCURRENT 1
23230 _ACEOF
23231
23232   fi
23233   INTL_MACOSX_LIBS=
23234   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
23235     INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
23236   fi
23237
23238
23239
23240
23241   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
23242 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
23243     # Check whether --enable-nls was given.
23244 if test "${enable_nls+set}" = set; then
23245   enableval=$enable_nls; USE_NLS=$enableval
23246 else
23247   USE_NLS=yes
23248 fi
23249
23250   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
23251 echo "${ECHO_T}$USE_NLS" >&6; }
23252
23253
23254
23255
23256     BUILD_INCLUDED_LIBINTL=no
23257     USE_INCLUDED_LIBINTL=no
23258
23259   LIBINTL=
23260   LTLIBINTL=
23261   POSUB=
23262
23263     if test "$USE_NLS" = "yes"; then
23264     gt_use_preinstalled_gnugettext=no
23265
23266       { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
23267 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; }
23268
23269 # Check whether --with-included-gettext was given.
23270 if test "${with_included_gettext+set}" = set; then
23271   withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
23272 else
23273   nls_cv_force_use_gnu_gettext=no
23274 fi
23275
23276       { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
23277 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; }
23278
23279       nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
23280       if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
23281
23282
23283
23284
23285
23286
23287         { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
23288 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }
23289 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
23290   echo $ECHO_N "(cached) $ECHO_C" >&6
23291 else
23292   cat >conftest.$ac_ext <<_ACEOF
23293 /* confdefs.h.  */
23294 _ACEOF
23295 cat confdefs.h >>conftest.$ac_ext
23296 cat >>conftest.$ac_ext <<_ACEOF
23297 /* end confdefs.h.  */
23298 #include <libintl.h>
23299 extern int _nl_msg_cat_cntr;
23300 extern int *_nl_domain_bindings;
23301 int
23302 main ()
23303 {
23304 bindtextdomain ("", "");
23305 return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
23306   ;
23307   return 0;
23308 }
23309 _ACEOF
23310 rm -f conftest.$ac_objext conftest$ac_exeext
23311 if { (ac_try="$ac_link"
23312 case "(($ac_try" in
23313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23314   *) ac_try_echo=$ac_try;;
23315 esac
23316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23317   (eval "$ac_link") 2>conftest.er1
23318   ac_status=$?
23319   grep -v '^ *+' conftest.er1 >conftest.err
23320   rm -f conftest.er1
23321   cat conftest.err >&5
23322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23323   (exit $ac_status); } && {
23324          test -z "$ac_c_werror_flag" ||
23325          test ! -s conftest.err
23326        } && test -s conftest$ac_exeext &&
23327        $as_test_x conftest$ac_exeext; then
23328   gt_cv_func_gnugettext1_libc=yes
23329 else
23330   echo "$as_me: failed program was:" >&5
23331 sed 's/^/| /' conftest.$ac_ext >&5
23332
23333         gt_cv_func_gnugettext1_libc=no
23334 fi
23335
23336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23337       conftest$ac_exeext conftest.$ac_ext
23338 fi
23339 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
23340 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }
23341
23342         if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
23343
23344
23345
23346     use_additional=yes
23347
23348   acl_save_prefix="$prefix"
23349   prefix="$acl_final_prefix"
23350   acl_save_exec_prefix="$exec_prefix"
23351   exec_prefix="$acl_final_exec_prefix"
23352
23353     eval additional_includedir=\"$includedir\"
23354     eval additional_libdir=\"$libdir\"
23355
23356   exec_prefix="$acl_save_exec_prefix"
23357   prefix="$acl_save_prefix"
23358
23359
23360 # Check whether --with-libintl-prefix was given.
23361 if test "${with_libintl_prefix+set}" = set; then
23362   withval=$with_libintl_prefix;
23363     if test "X$withval" = "Xno"; then
23364       use_additional=no
23365     else
23366       if test "X$withval" = "X"; then
23367
23368   acl_save_prefix="$prefix"
23369   prefix="$acl_final_prefix"
23370   acl_save_exec_prefix="$exec_prefix"
23371   exec_prefix="$acl_final_exec_prefix"
23372
23373           eval additional_includedir=\"$includedir\"
23374           eval additional_libdir=\"$libdir\"
23375
23376   exec_prefix="$acl_save_exec_prefix"
23377   prefix="$acl_save_prefix"
23378
23379       else
23380         additional_includedir="$withval/include"
23381         additional_libdir="$withval/lib"
23382       fi
23383     fi
23384
23385 fi
23386
23387       LIBINTL=
23388   LTLIBINTL=
23389   INCINTL=
23390   rpathdirs=
23391   ltrpathdirs=
23392   names_already_handled=
23393   names_next_round='intl '
23394   while test -n "$names_next_round"; do
23395     names_this_round="$names_next_round"
23396     names_next_round=
23397     for name in $names_this_round; do
23398       already_handled=
23399       for n in $names_already_handled; do
23400         if test "$n" = "$name"; then
23401           already_handled=yes
23402           break
23403         fi
23404       done
23405       if test -z "$already_handled"; then
23406         names_already_handled="$names_already_handled $name"
23407                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
23408         eval value=\"\$HAVE_LIB$uppername\"
23409         if test -n "$value"; then
23410           if test "$value" = yes; then
23411             eval value=\"\$LIB$uppername\"
23412             test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
23413             eval value=\"\$LTLIB$uppername\"
23414             test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
23415           else
23416                                     :
23417           fi
23418         else
23419                               found_dir=
23420           found_la=
23421           found_so=
23422           found_a=
23423           if test $use_additional = yes; then
23424             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
23425               found_dir="$additional_libdir"
23426               found_so="$additional_libdir/lib$name.$shlibext"
23427               if test -f "$additional_libdir/lib$name.la"; then
23428                 found_la="$additional_libdir/lib$name.la"
23429               fi
23430             else
23431               if test -f "$additional_libdir/lib$name.$libext"; then
23432                 found_dir="$additional_libdir"
23433                 found_a="$additional_libdir/lib$name.$libext"
23434                 if test -f "$additional_libdir/lib$name.la"; then
23435                   found_la="$additional_libdir/lib$name.la"
23436                 fi
23437               fi
23438             fi
23439           fi
23440           if test "X$found_dir" = "X"; then
23441             for x in $LDFLAGS $LTLIBINTL; do
23442
23443   acl_save_prefix="$prefix"
23444   prefix="$acl_final_prefix"
23445   acl_save_exec_prefix="$exec_prefix"
23446   exec_prefix="$acl_final_exec_prefix"
23447   eval x=\"$x\"
23448   exec_prefix="$acl_save_exec_prefix"
23449   prefix="$acl_save_prefix"
23450
23451               case "$x" in
23452                 -L*)
23453                   dir=`echo "X$x" | sed -e 's/^X-L//'`
23454                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
23455                     found_dir="$dir"
23456                     found_so="$dir/lib$name.$shlibext"
23457                     if test -f "$dir/lib$name.la"; then
23458                       found_la="$dir/lib$name.la"
23459                     fi
23460                   else
23461                     if test -f "$dir/lib$name.$libext"; then
23462                       found_dir="$dir"
23463                       found_a="$dir/lib$name.$libext"
23464                       if test -f "$dir/lib$name.la"; then
23465                         found_la="$dir/lib$name.la"
23466                       fi
23467                     fi
23468                   fi
23469                   ;;
23470               esac
23471               if test "X$found_dir" != "X"; then
23472                 break
23473               fi
23474             done
23475           fi
23476           if test "X$found_dir" != "X"; then
23477                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
23478             if test "X$found_so" != "X"; then
23479                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
23480                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23481               else
23482                                                                                 haveit=
23483                 for x in $ltrpathdirs; do
23484                   if test "X$x" = "X$found_dir"; then
23485                     haveit=yes
23486                     break
23487                   fi
23488                 done
23489                 if test -z "$haveit"; then
23490                   ltrpathdirs="$ltrpathdirs $found_dir"
23491                 fi
23492                                 if test "$hardcode_direct" = yes; then
23493                                                       LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23494                 else
23495                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
23496                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23497                                                             haveit=
23498                     for x in $rpathdirs; do
23499                       if test "X$x" = "X$found_dir"; then
23500                         haveit=yes
23501                         break
23502                       fi
23503                     done
23504                     if test -z "$haveit"; then
23505                       rpathdirs="$rpathdirs $found_dir"
23506                     fi
23507                   else
23508                                                                                 haveit=
23509                     for x in $LDFLAGS $LIBINTL; do
23510
23511   acl_save_prefix="$prefix"
23512   prefix="$acl_final_prefix"
23513   acl_save_exec_prefix="$exec_prefix"
23514   exec_prefix="$acl_final_exec_prefix"
23515   eval x=\"$x\"
23516   exec_prefix="$acl_save_exec_prefix"
23517   prefix="$acl_save_prefix"
23518
23519                       if test "X$x" = "X-L$found_dir"; then
23520                         haveit=yes
23521                         break
23522                       fi
23523                     done
23524                     if test -z "$haveit"; then
23525                       LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
23526                     fi
23527                     if test "$hardcode_minus_L" != no; then
23528                                                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23529                     else
23530                                                                                                                                                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
23531                     fi
23532                   fi
23533                 fi
23534               fi
23535             else
23536               if test "X$found_a" != "X"; then
23537                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
23538               else
23539                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
23540               fi
23541             fi
23542                         additional_includedir=
23543             case "$found_dir" in
23544               */lib | */lib/)
23545                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
23546                 additional_includedir="$basedir/include"
23547                 ;;
23548             esac
23549             if test "X$additional_includedir" != "X"; then
23550                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
23551                 haveit=
23552                 if test "X$additional_includedir" = "X/usr/local/include"; then
23553                   if test -n "$GCC"; then
23554                     case $host_os in
23555                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
23556                     esac
23557                   fi
23558                 fi
23559                 if test -z "$haveit"; then
23560                   for x in $CPPFLAGS $INCINTL; do
23561
23562   acl_save_prefix="$prefix"
23563   prefix="$acl_final_prefix"
23564   acl_save_exec_prefix="$exec_prefix"
23565   exec_prefix="$acl_final_exec_prefix"
23566   eval x=\"$x\"
23567   exec_prefix="$acl_save_exec_prefix"
23568   prefix="$acl_save_prefix"
23569
23570                     if test "X$x" = "X-I$additional_includedir"; then
23571                       haveit=yes
23572                       break
23573                     fi
23574                   done
23575                   if test -z "$haveit"; then
23576                     if test -d "$additional_includedir"; then
23577                                             INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
23578                     fi
23579                   fi
23580                 fi
23581               fi
23582             fi
23583                         if test -n "$found_la"; then
23584                                                         save_libdir="$libdir"
23585               case "$found_la" in
23586                 */* | *\\*) . "$found_la" ;;
23587                 *) . "./$found_la" ;;
23588               esac
23589               libdir="$save_libdir"
23590                             for dep in $dependency_libs; do
23591                 case "$dep" in
23592                   -L*)
23593                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
23594                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
23595                       haveit=
23596                       if test "X$additional_libdir" = "X/usr/local/lib"; then
23597                         if test -n "$GCC"; then
23598                           case $host_os in
23599                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
23600                           esac
23601                         fi
23602                       fi
23603                       if test -z "$haveit"; then
23604                         haveit=
23605                         for x in $LDFLAGS $LIBINTL; do
23606
23607   acl_save_prefix="$prefix"
23608   prefix="$acl_final_prefix"
23609   acl_save_exec_prefix="$exec_prefix"
23610   exec_prefix="$acl_final_exec_prefix"
23611   eval x=\"$x\"
23612   exec_prefix="$acl_save_exec_prefix"
23613   prefix="$acl_save_prefix"
23614
23615                           if test "X$x" = "X-L$additional_libdir"; then
23616                             haveit=yes
23617                             break
23618                           fi
23619                         done
23620                         if test -z "$haveit"; then
23621                           if test -d "$additional_libdir"; then
23622                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
23623                           fi
23624                         fi
23625                         haveit=
23626                         for x in $LDFLAGS $LTLIBINTL; do
23627
23628   acl_save_prefix="$prefix"
23629   prefix="$acl_final_prefix"
23630   acl_save_exec_prefix="$exec_prefix"
23631   exec_prefix="$acl_final_exec_prefix"
23632   eval x=\"$x\"
23633   exec_prefix="$acl_save_exec_prefix"
23634   prefix="$acl_save_prefix"
23635
23636                           if test "X$x" = "X-L$additional_libdir"; then
23637                             haveit=yes
23638                             break
23639                           fi
23640                         done
23641                         if test -z "$haveit"; then
23642                           if test -d "$additional_libdir"; then
23643                                                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
23644                           fi
23645                         fi
23646                       fi
23647                     fi
23648                     ;;
23649                   -R*)
23650                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
23651                     if test "$enable_rpath" != no; then
23652                                                                   haveit=
23653                       for x in $rpathdirs; do
23654                         if test "X$x" = "X$dir"; then
23655                           haveit=yes
23656                           break
23657                         fi
23658                       done
23659                       if test -z "$haveit"; then
23660                         rpathdirs="$rpathdirs $dir"
23661                       fi
23662                                                                   haveit=
23663                       for x in $ltrpathdirs; do
23664                         if test "X$x" = "X$dir"; then
23665                           haveit=yes
23666                           break
23667                         fi
23668                       done
23669                       if test -z "$haveit"; then
23670                         ltrpathdirs="$ltrpathdirs $dir"
23671                       fi
23672                     fi
23673                     ;;
23674                   -l*)
23675                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
23676                     ;;
23677                   *.la)
23678                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
23679                     ;;
23680                   *)
23681                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
23682                     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
23683                     ;;
23684                 esac
23685               done
23686             fi
23687           else
23688                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
23689             LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
23690           fi
23691         fi
23692       fi
23693     done
23694   done
23695   if test "X$rpathdirs" != "X"; then
23696     if test -n "$hardcode_libdir_separator"; then
23697                         alldirs=
23698       for found_dir in $rpathdirs; do
23699         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
23700       done
23701             acl_save_libdir="$libdir"
23702       libdir="$alldirs"
23703       eval flag=\"$hardcode_libdir_flag_spec\"
23704       libdir="$acl_save_libdir"
23705       LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
23706     else
23707             for found_dir in $rpathdirs; do
23708         acl_save_libdir="$libdir"
23709         libdir="$found_dir"
23710         eval flag=\"$hardcode_libdir_flag_spec\"
23711         libdir="$acl_save_libdir"
23712         LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
23713       done
23714     fi
23715   fi
23716   if test "X$ltrpathdirs" != "X"; then
23717             for found_dir in $ltrpathdirs; do
23718       LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
23719     done
23720   fi
23721
23722           { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
23723 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }
23724 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
23725   echo $ECHO_N "(cached) $ECHO_C" >&6
23726 else
23727   gt_save_CPPFLAGS="$CPPFLAGS"
23728             CPPFLAGS="$CPPFLAGS $INCINTL"
23729             gt_save_LIBS="$LIBS"
23730             LIBS="$LIBS $LIBINTL"
23731                         cat >conftest.$ac_ext <<_ACEOF
23732 /* confdefs.h.  */
23733 _ACEOF
23734 cat confdefs.h >>conftest.$ac_ext
23735 cat >>conftest.$ac_ext <<_ACEOF
23736 /* end confdefs.h.  */
23737 #include <libintl.h>
23738 extern int _nl_msg_cat_cntr;
23739 extern
23740 #ifdef __cplusplus
23741 "C"
23742 #endif
23743 const char *_nl_expand_alias (const char *);
23744 int
23745 main ()
23746 {
23747 bindtextdomain ("", "");
23748 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
23749   ;
23750   return 0;
23751 }
23752 _ACEOF
23753 rm -f conftest.$ac_objext conftest$ac_exeext
23754 if { (ac_try="$ac_link"
23755 case "(($ac_try" in
23756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23757   *) ac_try_echo=$ac_try;;
23758 esac
23759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23760   (eval "$ac_link") 2>conftest.er1
23761   ac_status=$?
23762   grep -v '^ *+' conftest.er1 >conftest.err
23763   rm -f conftest.er1
23764   cat conftest.err >&5
23765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23766   (exit $ac_status); } && {
23767          test -z "$ac_c_werror_flag" ||
23768          test ! -s conftest.err
23769        } && test -s conftest$ac_exeext &&
23770        $as_test_x conftest$ac_exeext; then
23771   gt_cv_func_gnugettext1_libintl=yes
23772 else
23773   echo "$as_me: failed program was:" >&5
23774 sed 's/^/| /' conftest.$ac_ext >&5
23775
23776         gt_cv_func_gnugettext1_libintl=no
23777 fi
23778
23779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23780       conftest$ac_exeext conftest.$ac_ext
23781                         if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
23782               LIBS="$LIBS $LIBICONV"
23783               cat >conftest.$ac_ext <<_ACEOF
23784 /* confdefs.h.  */
23785 _ACEOF
23786 cat confdefs.h >>conftest.$ac_ext
23787 cat >>conftest.$ac_ext <<_ACEOF
23788 /* end confdefs.h.  */
23789 #include <libintl.h>
23790 extern int _nl_msg_cat_cntr;
23791 extern
23792 #ifdef __cplusplus
23793 "C"
23794 #endif
23795 const char *_nl_expand_alias (const char *);
23796 int
23797 main ()
23798 {
23799 bindtextdomain ("", "");
23800 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
23801   ;
23802   return 0;
23803 }
23804 _ACEOF
23805 rm -f conftest.$ac_objext conftest$ac_exeext
23806 if { (ac_try="$ac_link"
23807 case "(($ac_try" in
23808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23809   *) ac_try_echo=$ac_try;;
23810 esac
23811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23812   (eval "$ac_link") 2>conftest.er1
23813   ac_status=$?
23814   grep -v '^ *+' conftest.er1 >conftest.err
23815   rm -f conftest.er1
23816   cat conftest.err >&5
23817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23818   (exit $ac_status); } && {
23819          test -z "$ac_c_werror_flag" ||
23820          test ! -s conftest.err
23821        } && test -s conftest$ac_exeext &&
23822        $as_test_x conftest$ac_exeext; then
23823   LIBINTL="$LIBINTL $LIBICONV"
23824                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
23825                 gt_cv_func_gnugettext1_libintl=yes
23826
23827 else
23828   echo "$as_me: failed program was:" >&5
23829 sed 's/^/| /' conftest.$ac_ext >&5
23830
23831
23832 fi
23833
23834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23835       conftest$ac_exeext conftest.$ac_ext
23836             fi
23837             CPPFLAGS="$gt_save_CPPFLAGS"
23838             LIBS="$gt_save_LIBS"
23839 fi
23840 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
23841 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
23842         fi
23843
23844                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" \
23845            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
23846                 && test "$PACKAGE" != gettext-runtime \
23847                 && test "$PACKAGE" != gettext-tools; }; then
23848           gt_use_preinstalled_gnugettext=yes
23849         else
23850                     LIBINTL=
23851           LTLIBINTL=
23852           INCINTL=
23853         fi
23854
23855
23856         if test "$gt_use_preinstalled_gnugettext" != "yes"; then
23857                               nls_cv_use_gnu_gettext=yes
23858         fi
23859       fi
23860
23861       if test "$nls_cv_use_gnu_gettext" = "yes"; then
23862                 BUILD_INCLUDED_LIBINTL=yes
23863         USE_INCLUDED_LIBINTL=yes
23864         LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
23865         LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
23866         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
23867       fi
23868
23869       CATOBJEXT=
23870       if test "$gt_use_preinstalled_gnugettext" = "yes" \
23871          || test "$nls_cv_use_gnu_gettext" = "yes"; then
23872                 CATOBJEXT=.gmo
23873       fi
23874
23875
23876     if test -n "$INTL_MACOSX_LIBS"; then
23877       if test "$gt_use_preinstalled_gnugettext" = "yes" \
23878          || test "$nls_cv_use_gnu_gettext" = "yes"; then
23879                 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
23880         LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
23881       fi
23882     fi
23883
23884     if test "$gt_use_preinstalled_gnugettext" = "yes" \
23885        || test "$nls_cv_use_gnu_gettext" = "yes"; then
23886
23887 cat >>confdefs.h <<\_ACEOF
23888 #define ENABLE_NLS 1
23889 _ACEOF
23890
23891     else
23892       USE_NLS=no
23893     fi
23894   fi
23895
23896   { echo "$as_me:$LINENO: checking whether to use NLS" >&5
23897 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; }
23898   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
23899 echo "${ECHO_T}$USE_NLS" >&6; }
23900   if test "$USE_NLS" = "yes"; then
23901     { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
23902 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; }
23903     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
23904       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
23905         gt_source="external libintl"
23906       else
23907         gt_source="libc"
23908       fi
23909     else
23910       gt_source="included intl directory"
23911     fi
23912     { echo "$as_me:$LINENO: result: $gt_source" >&5
23913 echo "${ECHO_T}$gt_source" >&6; }
23914   fi
23915
23916   if test "$USE_NLS" = "yes"; then
23917
23918     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
23919       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
23920         { echo "$as_me:$LINENO: checking how to link with libintl" >&5
23921 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; }
23922         { echo "$as_me:$LINENO: result: $LIBINTL" >&5
23923 echo "${ECHO_T}$LIBINTL" >&6; }
23924
23925   for element in $INCINTL; do
23926     haveit=
23927     for x in $CPPFLAGS; do
23928
23929   acl_save_prefix="$prefix"
23930   prefix="$acl_final_prefix"
23931   acl_save_exec_prefix="$exec_prefix"
23932   exec_prefix="$acl_final_exec_prefix"
23933   eval x=\"$x\"
23934   exec_prefix="$acl_save_exec_prefix"
23935   prefix="$acl_save_prefix"
23936
23937       if test "X$x" = "X$element"; then
23938         haveit=yes
23939         break
23940       fi
23941     done
23942     if test -z "$haveit"; then
23943       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
23944     fi
23945   done
23946
23947       fi
23948
23949
23950 cat >>confdefs.h <<\_ACEOF
23951 #define HAVE_GETTEXT 1
23952 _ACEOF
23953
23954
23955 cat >>confdefs.h <<\_ACEOF
23956 #define HAVE_DCGETTEXT 1
23957 _ACEOF
23958
23959     fi
23960
23961         POSUB=po
23962   fi
23963
23964
23965             if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
23966       BUILD_INCLUDED_LIBINTL=yes
23967     fi
23968
23969
23970
23971
23972
23973         nls_cv_header_intl=
23974     nls_cv_header_libgt=
23975
23976         DATADIRNAME=share
23977
23978
23979         INSTOBJEXT=.mo
23980
23981
23982         GENCAT=gencat
23983
23984
23985         INTLOBJS=
23986     if test "$USE_INCLUDED_LIBINTL" = yes; then
23987       INTLOBJS="\$(GETTOBJS)"
23988     fi
23989
23990
23991         INTL_LIBTOOL_SUFFIX_PREFIX=
23992
23993
23994
23995     INTLLIBS="$LIBINTL"
23996
23997
23998
23999
24000
24001
24002 fi
24003
24004 support_mysql=no
24005 support_sqlite=no
24006 support_sqlite3=no
24007 support_postgresql=no
24008 support_dbi=no
24009 support_smartalloc=yes
24010 support_readline=yes
24011 support_conio=yes
24012 support_gnome=no
24013 support_bat=no
24014 support_wx_console=no
24015 support_tray_monitor=no
24016 support_tls=no
24017 support_crypto=no
24018 gnome_version=
24019 wx_version=
24020 support_static_tools=no
24021 support_static_fd=no
24022 support_static_sd=no
24023 support_static_dir=no
24024 support_static_cons=no
24025 support_python=no
24026 build_client_only=no
24027 build_dird=yes
24028 build_stored=yes
24029 cats=
24030 db_type=Internal
24031 support_lockmgr=no
24032 DB_TYPE=bdb
24033
24034
24035 # Check whether --enable-gnome was given.
24036 if test "${enable_gnome+set}" = set; then
24037   enableval=$enable_gnome;
24038        if test x$enableval = xyes; then
24039           support_gnome=yes
24040        fi
24041
24042
24043 fi
24044
24045
24046 GNOME_DIR=
24047 if test x$support_gnome = xyes; then
24048    abc=`$PKGCONFIG --exists libgnomeui-2.0`
24049    pkg=$?
24050    if test $pkg = 0; then
24051       GNOME_INCLUDEDIR=`$PKGCONFIG --cflags-only-I libgnomeui-2.0`
24052       GNOMEUI_LIBS=`$PKGCONFIG --libs-only-l libgnomeui-2.0`
24053       GNOME_LIBDIR=`$PKGCONFIG --libs libgnomeui-2.0`
24054       GNOME_LIBS=`$PKGCONFIG --libs-only-l libgnomeui-2.0`
24055
24056
24057
24058
24059       GNOME_DIR=src/gnome2-console
24060       gnome_version="Version 2.x"
24061    else
24062       { { echo "$as_me:$LINENO: error: Unable to find Gnome 2 installation" >&5
24063 echo "$as_me: error: Unable to find Gnome 2 installation" >&2;}
24064    { (exit 1); exit 1; }; }
24065    fi
24066 fi
24067
24068
24069 # Check whether --enable-bat was given.
24070 if test "${enable_bat+set}" = set; then
24071   enableval=$enable_bat;
24072        if test x$enableval = xyes; then
24073
24074 cat >>confdefs.h <<\_ACEOF
24075 #define HAVE_BAT 1
24076 _ACEOF
24077
24078           support_bat=yes
24079        fi
24080
24081
24082 fi
24083
24084
24085 BAT_DIR=
24086 if test x$support_bat = xyes; then
24087    abc=`$PKGCONFIG --atleast-version=4.2 QtGui`
24088    pkg=$?
24089    if test $pkg = 0; then
24090       BAT_DIR=src/qt-console
24091    else
24092       { { echo "$as_me:$LINENO: error: Unable to find Qt4 installation needed by bat" >&5
24093 echo "$as_me: error: Unable to find Qt4 installation needed by bat" >&2;}
24094    { (exit 1); exit 1; }; }
24095    fi
24096 fi
24097
24098 got_qwt=no
24099 QWT_INC=
24100 QWT_LDFLAGS=
24101 QWT_LIB=
24102 QWT=
24103 no_qwt=no
24104 if test x$support_bat = xyes; then
24105    { echo "$as_me:$LINENO: checking for qwt support" >&5
24106 echo $ECHO_N "checking for qwt support... $ECHO_C" >&6; }
24107
24108 # Check whether --with-qwt was given.
24109 if test "${with_qwt+set}" = set; then
24110   withval=$with_qwt;
24111           case "$with_qwt" in
24112           no)
24113              no_qwt=yes
24114              ;;
24115           yes|*)
24116              if test -f ${with_qwt}/include/qwt.h; then
24117                 QWT_INC="${with_qwt}/include"
24118                 QWT_LDFLAGS="-L${with_qwt}/lib"
24119                 QWT_LIB="-lqwt"
24120                 QWT="qwt"
24121              fi
24122              ;;
24123           esac
24124
24125
24126 fi
24127
24128
24129             if test $no_qwt = no; then
24130       if test x$QWT_INC = x; then
24131          for root in /usr /usr/local; do
24132             for ver in qwt qwt5 qwt-qt4; do
24133                if test -f ${root}/include/${ver}/qwt.h; then
24134                   QWT_INC="${root}/include/${ver}"
24135                   if test -d ${root}/lib64/; then
24136                      QWT_LDFLAGS="-L${root}/lib64"
24137                   elif test -d ${root}/lib/64/; then
24138                      QWT_LDFLAGS="-L${root}/64"
24139                   else
24140                      QWT_LDFLAGS="-L${root}/lib"
24141                   fi
24142                   QWT_LIB="-lqwt"
24143                   QWT="qwt"
24144                   got_qwt=yes
24145                   break;
24146                fi
24147             done
24148          done
24149       fi
24150    fi
24151    if test x$QWT_INC = x; then
24152       { echo "$as_me:$LINENO: result: no" >&5
24153 echo "${ECHO_T}no" >&6; }
24154    else
24155
24156 cat >>confdefs.h <<\_ACEOF
24157 #define HAVE_QWT 1
24158 _ACEOF
24159
24160       { echo "$as_me:$LINENO: result: yes" >&5
24161 echo "${ECHO_T}yes" >&6; }
24162    fi
24163 fi
24164
24165
24166
24167
24168
24169
24170
24171 # Check whether --enable-bwx-console was given.
24172 if test "${enable_bwx_console+set}" = set; then
24173   enableval=$enable_bwx_console;
24174        if test x$enableval = xyes; then
24175           support_wx_console=yes
24176        fi
24177
24178
24179 fi
24180
24181
24182 WX_DIR=
24183 if test x$support_wx_console = xyes; then
24184    abc=`$WXCONFIG $WXFLAGS --cppflags`
24185    pkg=$?
24186    if test $pkg = 0; then
24187       wx_version="wxWidgets `$WXCONFIG $WXFLAGS --release`"
24188       WXCONS_CPPFLAGS=`$WXCONFIG $WXFLAGS --cppflags`
24189       WXCONS_LDFLAGS=`$WXCONFIG $WXFLAGS --libs`
24190
24191
24192
24193       WX_DIR="src/wx-console"
24194    else
24195       echo " "
24196       echo "wx-config program not found. bwx-console disabled."
24197       echo " "
24198       support_wx_console=no
24199    fi
24200 fi
24201
24202
24203 # Check whether --enable-tray-monitor was given.
24204 if test "${enable_tray_monitor+set}" = set; then
24205   enableval=$enable_tray_monitor;
24206        if test x$enableval = xyes; then
24207           support_tray_monitor=yes
24208        fi
24209
24210
24211 fi
24212
24213
24214 TRAY_MONITOR_DIR=
24215 if test x$support_tray_monitor = xyes; then
24216    abc=`$PKGCONFIG --exists gtk+-2.0`
24217    pkg=$?
24218    if test $pkg = 0; then
24219       TRAY_MONITOR_CPPFLAGS=`$PKGCONFIG --cflags gtk+-2.0`
24220       TRAY_MONITOR_LDFLAGS=`$PKGCONFIG --libs gtk+-2.0`
24221
24222
24223       TRAY_MONITOR_DIR=src/tray-monitor
24224       abc=`$PKGCONFIG --atleast-version=2.4 gtk+-2.0`
24225       pkg=$?
24226       if test $pkg = 0; then
24227
24228 cat >>confdefs.h <<\_ACEOF
24229 #define HAVE_GTK_2_4 1
24230 _ACEOF
24231
24232       fi
24233    fi
24234 fi
24235
24236
24237 # Check whether --enable-smartalloc was given.
24238 if test "${enable_smartalloc+set}" = set; then
24239   enableval=$enable_smartalloc;
24240        if test x$enableval = xno; then
24241           support_smartalloc=no
24242        fi
24243
24244
24245 fi
24246
24247
24248 if test x$support_smartalloc = xyes; then
24249
24250 cat >>confdefs.h <<\_ACEOF
24251 #define SMARTALLOC 1
24252 _ACEOF
24253
24254 fi
24255
24256 # Check whether --enable-lockmgr was given.
24257 if test "${enable_lockmgr+set}" = set; then
24258   enableval=$enable_lockmgr;
24259        if test x$enableval = xyes; then
24260           support_lockmgr=yes
24261        fi
24262
24263
24264 fi
24265
24266
24267 if test x$support_lockmgr = xyes; then
24268
24269 cat >>confdefs.h <<\_ACEOF
24270 #define _USE_LOCKMGR 1
24271 _ACEOF
24272
24273 fi
24274
24275
24276 # Check whether --enable-static-tools was given.
24277 if test "${enable_static_tools+set}" = set; then
24278   enableval=$enable_static_tools;
24279        if test x$enableval = xyes; then
24280           if test x$use_libtool = xyes; then
24281              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24282   please rerun configure with --disable-libtool" >&5
24283 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24284   please rerun configure with --disable-libtool" >&2;}
24285    { (exit 1); exit 1; }; }
24286           fi
24287           support_static_tools=yes
24288        fi
24289
24290
24291 fi
24292
24293
24294 TTOOL_LDFLAGS=
24295 if test x$support_static_tools = xyes; then
24296    TTOOL_LDFLAGS="-static"
24297 fi
24298
24299
24300 # Check whether --enable-static-fd was given.
24301 if test "${enable_static_fd+set}" = set; then
24302   enableval=$enable_static_fd;
24303        if test x$enableval = xyes; then
24304           if test x$use_libtool = xyes; then
24305              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24306   please rerun configure with --disable-libtool" >&5
24307 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24308   please rerun configure with --disable-libtool" >&2;}
24309    { (exit 1); exit 1; }; }
24310           fi
24311           support_static_fd=yes
24312        fi
24313
24314
24315 fi
24316
24317
24318 STATIC_FD=
24319 if test x$support_static_fd = xyes; then
24320    STATIC_FD="static-bacula-fd"
24321 fi
24322
24323
24324 # Check whether --enable-static-sd was given.
24325 if test "${enable_static_sd+set}" = set; then
24326   enableval=$enable_static_sd;
24327        if test x$enableval = xyes; then
24328           if test x$use_libtool = xyes; then
24329              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24330   please rerun configure with --disable-libtool" >&5
24331 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24332   please rerun configure with --disable-libtool" >&2;}
24333    { (exit 1); exit 1; }; }
24334           fi
24335           support_static_sd=yes
24336        fi
24337
24338
24339 fi
24340
24341
24342 STATIC_SD=
24343 if test x$support_static_sd = xyes; then
24344    STATIC_SD="static-bacula-sd"
24345 fi
24346
24347
24348 # Check whether --enable-static-dir was given.
24349 if test "${enable_static_dir+set}" = set; then
24350   enableval=$enable_static_dir;
24351        if test x$enableval = xyes; then
24352           if test x$use_libtool = xyes; then
24353              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24354   please rerun configure with --disable-libtool" >&5
24355 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24356   please rerun configure with --disable-libtool" >&2;}
24357    { (exit 1); exit 1; }; }
24358           fi
24359           support_static_dir=yes
24360        fi
24361
24362
24363 fi
24364
24365
24366 STATIC_DIR=
24367 if test x$support_static_dir = xyes; then
24368    STATIC_DIR="static-bacula-dir"
24369 fi
24370
24371
24372 # Check whether --enable-static-cons was given.
24373 if test "${enable_static_cons+set}" = set; then
24374   enableval=$enable_static_cons;
24375        if test x$enableval = xyes; then
24376           if test x$use_libtool = xyes; then
24377              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24378   please rerun configure with --disable-libtool" >&5
24379 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24380   please rerun configure with --disable-libtool" >&2;}
24381    { (exit 1); exit 1; }; }
24382           fi
24383           support_static_cons=yes
24384        fi
24385
24386
24387 fi
24388
24389
24390 STATIC_CONS=
24391 STATIC_GNOME_CONS=
24392 STATIC_WX_CONS=
24393 if test x$support_static_cons = xyes; then
24394    STATIC_CONS="static-bconsole"
24395    STATIC_GNOME_CONS="static-bgnome-console"
24396    STATIC_WX_CONS="static-bwx-console"
24397 fi
24398
24399
24400
24401
24402 # Check whether --enable-client-only was given.
24403 if test "${enable_client_only+set}" = set; then
24404   enableval=$enable_client_only;
24405        if test x$enableval = xyes; then
24406           build_client_only=yes
24407           db_type=None
24408           DB_TYPE=none
24409        fi
24410
24411
24412 fi
24413
24414 if test x$build_client_only = xno; then
24415    ALL_DIRS="subdirs"
24416 else
24417    ALL_DIRS=""
24418 fi
24419
24420
24421 # Check whether --enable-build-dird was given.
24422 if test "${enable_build_dird+set}" = set; then
24423   enableval=$enable_build_dird;
24424        if test x$enableval = xno; then
24425           build_dird=no
24426        fi
24427
24428
24429 fi
24430
24431 if test x$build_dird = xyes; then
24432    DIRD_DIR="src/dird"
24433    DIR_TOOLS="DIRTOOLS"
24434 else
24435    DIRD_DIR=""
24436    DIR_TOOLS="NODIRTOOLS"
24437 fi
24438
24439
24440
24441 # Check whether --enable-build-stored was given.
24442 if test "${enable_build_stored+set}" = set; then
24443   enableval=$enable_build_stored;
24444       if test x$enableval = xno; then
24445          build_stored=no
24446       fi
24447
24448
24449 fi
24450
24451 if test x$build_stored = xyes; then
24452    STORED_DIR="src/stored"
24453 else
24454    STORED_DIR=""
24455 fi
24456
24457
24458 # Check whether --enable-conio was given.
24459 if test "${enable_conio+set}" = set; then
24460   enableval=$enable_conio;
24461        if test x$enableval = xno; then
24462           support_conio=no
24463        fi
24464
24465
24466 fi
24467
24468
24469
24470 support_ipv6=yes
24471 # Check whether --enable-ipv6 was given.
24472 if test "${enable_ipv6+set}" = set; then
24473   enableval=$enable_ipv6;
24474        if test x$enableval = xno; then
24475           support_ipv6=no
24476        fi
24477
24478
24479 fi
24480
24481
24482 if test x$support_ipv6 = xyes; then
24483     cat >conftest.$ac_ext <<_ACEOF
24484 /* confdefs.h.  */
24485 _ACEOF
24486 cat confdefs.h >>conftest.$ac_ext
24487 cat >>conftest.$ac_ext <<_ACEOF
24488 /* end confdefs.h.  */
24489  #include <sys/types.h>
24490 #include <sys/socket.h>
24491 #include <netinet/in.h>
24492 int
24493 main ()
24494 {
24495 struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_addr[0] = 0;
24496   ;
24497   return 0;
24498 }
24499 _ACEOF
24500 rm -f conftest.$ac_objext conftest$ac_exeext
24501 if { (ac_try="$ac_link"
24502 case "(($ac_try" in
24503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24504   *) ac_try_echo=$ac_try;;
24505 esac
24506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24507   (eval "$ac_link") 2>conftest.er1
24508   ac_status=$?
24509   grep -v '^ *+' conftest.er1 >conftest.err
24510   rm -f conftest.er1
24511   cat conftest.err >&5
24512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24513   (exit $ac_status); } && {
24514          test -z "$ac_c_werror_flag" ||
24515          test ! -s conftest.err
24516        } && test -s conftest$ac_exeext &&
24517        $as_test_x conftest$ac_exeext; then
24518   support_ipv6=yes
24519 else
24520   echo "$as_me: failed program was:" >&5
24521 sed 's/^/| /' conftest.$ac_ext >&5
24522
24523         support_ipv6=no
24524 fi
24525
24526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24527       conftest$ac_exeext conftest.$ac_ext
24528 fi
24529
24530 if test x$support_ipv6 = xyes; then
24531
24532 cat >>confdefs.h <<\_ACEOF
24533 #define HAVE_IPV6 1
24534 _ACEOF
24535
24536 fi
24537
24538 got_conio="no"
24539 if test x$support_conio = xyes; then
24540    if test "${ac_cv_header_termcap_h+set}" = set; then
24541   { echo "$as_me:$LINENO: checking for termcap.h" >&5
24542 echo $ECHO_N "checking for termcap.h... $ECHO_C" >&6; }
24543 if test "${ac_cv_header_termcap_h+set}" = set; then
24544   echo $ECHO_N "(cached) $ECHO_C" >&6
24545 fi
24546 { echo "$as_me:$LINENO: result: $ac_cv_header_termcap_h" >&5
24547 echo "${ECHO_T}$ac_cv_header_termcap_h" >&6; }
24548 else
24549   # Is the header compilable?
24550 { echo "$as_me:$LINENO: checking termcap.h usability" >&5
24551 echo $ECHO_N "checking termcap.h usability... $ECHO_C" >&6; }
24552 cat >conftest.$ac_ext <<_ACEOF
24553 /* confdefs.h.  */
24554 _ACEOF
24555 cat confdefs.h >>conftest.$ac_ext
24556 cat >>conftest.$ac_ext <<_ACEOF
24557 /* end confdefs.h.  */
24558 $ac_includes_default
24559 #include <termcap.h>
24560 _ACEOF
24561 rm -f conftest.$ac_objext
24562 if { (ac_try="$ac_compile"
24563 case "(($ac_try" in
24564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24565   *) ac_try_echo=$ac_try;;
24566 esac
24567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24568   (eval "$ac_compile") 2>conftest.er1
24569   ac_status=$?
24570   grep -v '^ *+' conftest.er1 >conftest.err
24571   rm -f conftest.er1
24572   cat conftest.err >&5
24573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24574   (exit $ac_status); } && {
24575          test -z "$ac_c_werror_flag" ||
24576          test ! -s conftest.err
24577        } && test -s conftest.$ac_objext; then
24578   ac_header_compiler=yes
24579 else
24580   echo "$as_me: failed program was:" >&5
24581 sed 's/^/| /' conftest.$ac_ext >&5
24582
24583         ac_header_compiler=no
24584 fi
24585
24586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24587 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24588 echo "${ECHO_T}$ac_header_compiler" >&6; }
24589
24590 # Is the header present?
24591 { echo "$as_me:$LINENO: checking termcap.h presence" >&5
24592 echo $ECHO_N "checking termcap.h presence... $ECHO_C" >&6; }
24593 cat >conftest.$ac_ext <<_ACEOF
24594 /* confdefs.h.  */
24595 _ACEOF
24596 cat confdefs.h >>conftest.$ac_ext
24597 cat >>conftest.$ac_ext <<_ACEOF
24598 /* end confdefs.h.  */
24599 #include <termcap.h>
24600 _ACEOF
24601 if { (ac_try="$ac_cpp conftest.$ac_ext"
24602 case "(($ac_try" in
24603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24604   *) ac_try_echo=$ac_try;;
24605 esac
24606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24607   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24608   ac_status=$?
24609   grep -v '^ *+' conftest.er1 >conftest.err
24610   rm -f conftest.er1
24611   cat conftest.err >&5
24612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24613   (exit $ac_status); } >/dev/null && {
24614          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24615          test ! -s conftest.err
24616        }; then
24617   ac_header_preproc=yes
24618 else
24619   echo "$as_me: failed program was:" >&5
24620 sed 's/^/| /' conftest.$ac_ext >&5
24621
24622   ac_header_preproc=no
24623 fi
24624
24625 rm -f conftest.err conftest.$ac_ext
24626 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24627 echo "${ECHO_T}$ac_header_preproc" >&6; }
24628
24629 # So?  What about this header?
24630 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24631   yes:no: )
24632     { echo "$as_me:$LINENO: WARNING: termcap.h: accepted by the compiler, rejected by the preprocessor!" >&5
24633 echo "$as_me: WARNING: termcap.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24634     { echo "$as_me:$LINENO: WARNING: termcap.h: proceeding with the compiler's result" >&5
24635 echo "$as_me: WARNING: termcap.h: proceeding with the compiler's result" >&2;}
24636     ac_header_preproc=yes
24637     ;;
24638   no:yes:* )
24639     { echo "$as_me:$LINENO: WARNING: termcap.h: present but cannot be compiled" >&5
24640 echo "$as_me: WARNING: termcap.h: present but cannot be compiled" >&2;}
24641     { echo "$as_me:$LINENO: WARNING: termcap.h:     check for missing prerequisite headers?" >&5
24642 echo "$as_me: WARNING: termcap.h:     check for missing prerequisite headers?" >&2;}
24643     { echo "$as_me:$LINENO: WARNING: termcap.h: see the Autoconf documentation" >&5
24644 echo "$as_me: WARNING: termcap.h: see the Autoconf documentation" >&2;}
24645     { echo "$as_me:$LINENO: WARNING: termcap.h:     section \"Present But Cannot Be Compiled\"" >&5
24646 echo "$as_me: WARNING: termcap.h:     section \"Present But Cannot Be Compiled\"" >&2;}
24647     { echo "$as_me:$LINENO: WARNING: termcap.h: proceeding with the preprocessor's result" >&5
24648 echo "$as_me: WARNING: termcap.h: proceeding with the preprocessor's result" >&2;}
24649     { echo "$as_me:$LINENO: WARNING: termcap.h: in the future, the compiler will take precedence" >&5
24650 echo "$as_me: WARNING: termcap.h: in the future, the compiler will take precedence" >&2;}
24651
24652     ;;
24653 esac
24654 { echo "$as_me:$LINENO: checking for termcap.h" >&5
24655 echo $ECHO_N "checking for termcap.h... $ECHO_C" >&6; }
24656 if test "${ac_cv_header_termcap_h+set}" = set; then
24657   echo $ECHO_N "(cached) $ECHO_C" >&6
24658 else
24659   ac_cv_header_termcap_h=$ac_header_preproc
24660 fi
24661 { echo "$as_me:$LINENO: result: $ac_cv_header_termcap_h" >&5
24662 echo "${ECHO_T}$ac_cv_header_termcap_h" >&6; }
24663
24664 fi
24665 if test $ac_cv_header_termcap_h = yes; then
24666    { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5
24667 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; }
24668 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then
24669   echo $ECHO_N "(cached) $ECHO_C" >&6
24670 else
24671   ac_check_lib_save_LIBS=$LIBS
24672 LIBS="-ltermcap  $LIBS"
24673 cat >conftest.$ac_ext <<_ACEOF
24674 /* confdefs.h.  */
24675 _ACEOF
24676 cat confdefs.h >>conftest.$ac_ext
24677 cat >>conftest.$ac_ext <<_ACEOF
24678 /* end confdefs.h.  */
24679
24680 /* Override any GCC internal prototype to avoid an error.
24681    Use char because int might match the return type of a GCC
24682    builtin and then its argument prototype would still apply.  */
24683 #ifdef __cplusplus
24684 extern "C"
24685 #endif
24686 char tgetent ();
24687 int
24688 main ()
24689 {
24690 return tgetent ();
24691   ;
24692   return 0;
24693 }
24694 _ACEOF
24695 rm -f conftest.$ac_objext conftest$ac_exeext
24696 if { (ac_try="$ac_link"
24697 case "(($ac_try" in
24698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24699   *) ac_try_echo=$ac_try;;
24700 esac
24701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24702   (eval "$ac_link") 2>conftest.er1
24703   ac_status=$?
24704   grep -v '^ *+' conftest.er1 >conftest.err
24705   rm -f conftest.er1
24706   cat conftest.err >&5
24707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24708   (exit $ac_status); } && {
24709          test -z "$ac_c_werror_flag" ||
24710          test ! -s conftest.err
24711        } && test -s conftest$ac_exeext &&
24712        $as_test_x conftest$ac_exeext; then
24713   ac_cv_lib_termcap_tgetent=yes
24714 else
24715   echo "$as_me: failed program was:" >&5
24716 sed 's/^/| /' conftest.$ac_ext >&5
24717
24718         ac_cv_lib_termcap_tgetent=no
24719 fi
24720
24721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24722       conftest$ac_exeext conftest.$ac_ext
24723 LIBS=$ac_check_lib_save_LIBS
24724 fi
24725 { echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5
24726 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; }
24727 if test $ac_cv_lib_termcap_tgetent = yes; then
24728    CONS_LIBS="-ltermcap"
24729     CONS_OBJ="conio.o"
24730     CONS_SRC="conio.c"
24731     got_conio="yes"
24732     support_readline=no
24733
24734 cat >>confdefs.h <<\_ACEOF
24735 #define HAVE_CONIO 1
24736 _ACEOF
24737
24738
24739 else
24740    { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5
24741 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; }
24742 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then
24743   echo $ECHO_N "(cached) $ECHO_C" >&6
24744 else
24745   ac_check_lib_save_LIBS=$LIBS
24746 LIBS="-lncurses  $LIBS"
24747 cat >conftest.$ac_ext <<_ACEOF
24748 /* confdefs.h.  */
24749 _ACEOF
24750 cat confdefs.h >>conftest.$ac_ext
24751 cat >>conftest.$ac_ext <<_ACEOF
24752 /* end confdefs.h.  */
24753
24754 /* Override any GCC internal prototype to avoid an error.
24755    Use char because int might match the return type of a GCC
24756    builtin and then its argument prototype would still apply.  */
24757 #ifdef __cplusplus
24758 extern "C"
24759 #endif
24760 char tgetent ();
24761 int
24762 main ()
24763 {
24764 return tgetent ();
24765   ;
24766   return 0;
24767 }
24768 _ACEOF
24769 rm -f conftest.$ac_objext conftest$ac_exeext
24770 if { (ac_try="$ac_link"
24771 case "(($ac_try" in
24772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24773   *) ac_try_echo=$ac_try;;
24774 esac
24775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24776   (eval "$ac_link") 2>conftest.er1
24777   ac_status=$?
24778   grep -v '^ *+' conftest.er1 >conftest.err
24779   rm -f conftest.er1
24780   cat conftest.err >&5
24781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24782   (exit $ac_status); } && {
24783          test -z "$ac_c_werror_flag" ||
24784          test ! -s conftest.err
24785        } && test -s conftest$ac_exeext &&
24786        $as_test_x conftest$ac_exeext; then
24787   ac_cv_lib_ncurses_tgetent=yes
24788 else
24789   echo "$as_me: failed program was:" >&5
24790 sed 's/^/| /' conftest.$ac_ext >&5
24791
24792         ac_cv_lib_ncurses_tgetent=no
24793 fi
24794
24795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24796       conftest$ac_exeext conftest.$ac_ext
24797 LIBS=$ac_check_lib_save_LIBS
24798 fi
24799 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5
24800 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; }
24801 if test $ac_cv_lib_ncurses_tgetent = yes; then
24802    CONS_LIBS="-lncurses"
24803       CONS_OBJ="conio.o"
24804       CONS_SRC="conio.c"
24805       got_conio="yes"
24806       support_readline=no
24807
24808 cat >>confdefs.h <<\_ACEOF
24809 #define HAVE_CONIO 1
24810 _ACEOF
24811
24812
24813 fi
24814
24815
24816 fi
24817
24818
24819 else
24820
24821
24822 for ac_header in curses.h
24823 do
24824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24826   { echo "$as_me:$LINENO: checking for $ac_header" >&5
24827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24829   echo $ECHO_N "(cached) $ECHO_C" >&6
24830 fi
24831 ac_res=`eval echo '${'$as_ac_Header'}'`
24832                { echo "$as_me:$LINENO: result: $ac_res" >&5
24833 echo "${ECHO_T}$ac_res" >&6; }
24834 else
24835   # Is the header compilable?
24836 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
24837 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
24838 cat >conftest.$ac_ext <<_ACEOF
24839 /* confdefs.h.  */
24840 _ACEOF
24841 cat confdefs.h >>conftest.$ac_ext
24842 cat >>conftest.$ac_ext <<_ACEOF
24843 /* end confdefs.h.  */
24844 $ac_includes_default
24845 #include <$ac_header>
24846 _ACEOF
24847 rm -f conftest.$ac_objext
24848 if { (ac_try="$ac_compile"
24849 case "(($ac_try" in
24850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24851   *) ac_try_echo=$ac_try;;
24852 esac
24853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24854   (eval "$ac_compile") 2>conftest.er1
24855   ac_status=$?
24856   grep -v '^ *+' conftest.er1 >conftest.err
24857   rm -f conftest.er1
24858   cat conftest.err >&5
24859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24860   (exit $ac_status); } && {
24861          test -z "$ac_c_werror_flag" ||
24862          test ! -s conftest.err
24863        } && test -s conftest.$ac_objext; then
24864   ac_header_compiler=yes
24865 else
24866   echo "$as_me: failed program was:" >&5
24867 sed 's/^/| /' conftest.$ac_ext >&5
24868
24869         ac_header_compiler=no
24870 fi
24871
24872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24873 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24874 echo "${ECHO_T}$ac_header_compiler" >&6; }
24875
24876 # Is the header present?
24877 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
24878 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
24879 cat >conftest.$ac_ext <<_ACEOF
24880 /* confdefs.h.  */
24881 _ACEOF
24882 cat confdefs.h >>conftest.$ac_ext
24883 cat >>conftest.$ac_ext <<_ACEOF
24884 /* end confdefs.h.  */
24885 #include <$ac_header>
24886 _ACEOF
24887 if { (ac_try="$ac_cpp conftest.$ac_ext"
24888 case "(($ac_try" in
24889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24890   *) ac_try_echo=$ac_try;;
24891 esac
24892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24893   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24894   ac_status=$?
24895   grep -v '^ *+' conftest.er1 >conftest.err
24896   rm -f conftest.er1
24897   cat conftest.err >&5
24898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24899   (exit $ac_status); } >/dev/null && {
24900          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24901          test ! -s conftest.err
24902        }; then
24903   ac_header_preproc=yes
24904 else
24905   echo "$as_me: failed program was:" >&5
24906 sed 's/^/| /' conftest.$ac_ext >&5
24907
24908   ac_header_preproc=no
24909 fi
24910
24911 rm -f conftest.err conftest.$ac_ext
24912 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24913 echo "${ECHO_T}$ac_header_preproc" >&6; }
24914
24915 # So?  What about this header?
24916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24917   yes:no: )
24918     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24919 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24920     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24921 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24922     ac_header_preproc=yes
24923     ;;
24924   no:yes:* )
24925     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24926 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24927     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
24928 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
24929     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24930 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24931     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
24932 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
24933     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24934 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24935     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24936 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24937
24938     ;;
24939 esac
24940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
24941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24943   echo $ECHO_N "(cached) $ECHO_C" >&6
24944 else
24945   eval "$as_ac_Header=\$ac_header_preproc"
24946 fi
24947 ac_res=`eval echo '${'$as_ac_Header'}'`
24948                { echo "$as_me:$LINENO: result: $ac_res" >&5
24949 echo "${ECHO_T}$ac_res" >&6; }
24950
24951 fi
24952 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24953   cat >>confdefs.h <<_ACEOF
24954 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24955 _ACEOF
24956
24957 fi
24958
24959 done
24960
24961     { echo "$as_me:$LINENO: checking for term.h" >&5
24962 echo $ECHO_N "checking for term.h... $ECHO_C" >&6; }
24963 if test "${ac_cv_header_term_h+set}" = set; then
24964   echo $ECHO_N "(cached) $ECHO_C" >&6
24965 else
24966   cat >conftest.$ac_ext <<_ACEOF
24967 /* confdefs.h.  */
24968 _ACEOF
24969 cat confdefs.h >>conftest.$ac_ext
24970 cat >>conftest.$ac_ext <<_ACEOF
24971 /* end confdefs.h.  */
24972 #if HAVE_CURSES_H
24973 #include <curses.h>
24974 #endif
24975
24976
24977 #include <term.h>
24978 _ACEOF
24979 rm -f conftest.$ac_objext
24980 if { (ac_try="$ac_compile"
24981 case "(($ac_try" in
24982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24983   *) ac_try_echo=$ac_try;;
24984 esac
24985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24986   (eval "$ac_compile") 2>conftest.er1
24987   ac_status=$?
24988   grep -v '^ *+' conftest.er1 >conftest.err
24989   rm -f conftest.er1
24990   cat conftest.err >&5
24991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24992   (exit $ac_status); } && {
24993          test -z "$ac_c_werror_flag" ||
24994          test ! -s conftest.err
24995        } && test -s conftest.$ac_objext; then
24996   ac_cv_header_term_h=yes
24997 else
24998   echo "$as_me: failed program was:" >&5
24999 sed 's/^/| /' conftest.$ac_ext >&5
25000
25001         ac_cv_header_term_h=no
25002 fi
25003
25004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25005 fi
25006 { echo "$as_me:$LINENO: result: $ac_cv_header_term_h" >&5
25007 echo "${ECHO_T}$ac_cv_header_term_h" >&6; }
25008 if test $ac_cv_header_term_h = yes; then
25009    { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5
25010 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; }
25011 if test "${ac_cv_lib_curses_tgetent+set}" = set; then
25012   echo $ECHO_N "(cached) $ECHO_C" >&6
25013 else
25014   ac_check_lib_save_LIBS=$LIBS
25015 LIBS="-lcurses  $LIBS"
25016 cat >conftest.$ac_ext <<_ACEOF
25017 /* confdefs.h.  */
25018 _ACEOF
25019 cat confdefs.h >>conftest.$ac_ext
25020 cat >>conftest.$ac_ext <<_ACEOF
25021 /* end confdefs.h.  */
25022
25023 /* Override any GCC internal prototype to avoid an error.
25024    Use char because int might match the return type of a GCC
25025    builtin and then its argument prototype would still apply.  */
25026 #ifdef __cplusplus
25027 extern "C"
25028 #endif
25029 char tgetent ();
25030 int
25031 main ()
25032 {
25033 return tgetent ();
25034   ;
25035   return 0;
25036 }
25037 _ACEOF
25038 rm -f conftest.$ac_objext conftest$ac_exeext
25039 if { (ac_try="$ac_link"
25040 case "(($ac_try" in
25041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25042   *) ac_try_echo=$ac_try;;
25043 esac
25044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25045   (eval "$ac_link") 2>conftest.er1
25046   ac_status=$?
25047   grep -v '^ *+' conftest.er1 >conftest.err
25048   rm -f conftest.er1
25049   cat conftest.err >&5
25050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25051   (exit $ac_status); } && {
25052          test -z "$ac_c_werror_flag" ||
25053          test ! -s conftest.err
25054        } && test -s conftest$ac_exeext &&
25055        $as_test_x conftest$ac_exeext; then
25056   ac_cv_lib_curses_tgetent=yes
25057 else
25058   echo "$as_me: failed program was:" >&5
25059 sed 's/^/| /' conftest.$ac_ext >&5
25060
25061         ac_cv_lib_curses_tgetent=no
25062 fi
25063
25064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25065       conftest$ac_exeext conftest.$ac_ext
25066 LIBS=$ac_check_lib_save_LIBS
25067 fi
25068 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5
25069 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; }
25070 if test $ac_cv_lib_curses_tgetent = yes; then
25071    CONS_LIBS="-lcurses"
25072          CONS_OBJ="conio.o"
25073          CONS_SRC="conio.c"
25074          got_conio="yes"
25075          support_readline=no
25076
25077 cat >>confdefs.h <<\_ACEOF
25078 #define HAVE_CONIO 1
25079 _ACEOF
25080
25081
25082 fi
25083
25084
25085 else
25086    echo " "; echo "Required libraries not found. CONIO turned off ..."; echo " "
25087 fi
25088
25089
25090
25091 fi
25092
25093
25094 fi
25095
25096
25097 # Check whether --enable-readline was given.
25098 if test "${enable_readline+set}" = set; then
25099   enableval=$enable_readline;
25100        if test x$enableval = xno; then
25101           support_readline=no
25102        fi
25103
25104
25105 fi
25106
25107
25108 got_readline="no"
25109 READLINE_SRC=
25110 if test x$support_readline = xyes; then
25111
25112 # Check whether --with-readline was given.
25113 if test "${with_readline+set}" = set; then
25114   withval=$with_readline;
25115           case "$with_readline" in
25116           no)
25117              :
25118              ;;
25119           yes|*)
25120              if test -f ${with_readline}/readline.h; then
25121                 CONS_INC="-I${with_readline}"
25122                 CONS_LDFLAGS="-L$with_readline"
25123              elif test -f ${with_readline}/include/readline/readline.h; then
25124                 CONS_INC="-I${with_readline}/include/readline"
25125                 CONS_LDFLAGS="-L${with_readline}/lib"
25126                 with_readline="${with_readline}/include/readline"
25127              else
25128                 with_readline="/usr/include/readline"
25129              fi
25130
25131              as_ac_Header=`echo "ac_cv_header_${with_readline}/readline.h" | $as_tr_sh`
25132 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25133   { echo "$as_me:$LINENO: checking for ${with_readline}/readline.h" >&5
25134 echo $ECHO_N "checking for ${with_readline}/readline.h... $ECHO_C" >&6; }
25135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25136   echo $ECHO_N "(cached) $ECHO_C" >&6
25137 fi
25138 ac_res=`eval echo '${'$as_ac_Header'}'`
25139                { echo "$as_me:$LINENO: result: $ac_res" >&5
25140 echo "${ECHO_T}$ac_res" >&6; }
25141 else
25142   # Is the header compilable?
25143 { echo "$as_me:$LINENO: checking ${with_readline}/readline.h usability" >&5
25144 echo $ECHO_N "checking ${with_readline}/readline.h usability... $ECHO_C" >&6; }
25145 cat >conftest.$ac_ext <<_ACEOF
25146 /* confdefs.h.  */
25147 _ACEOF
25148 cat confdefs.h >>conftest.$ac_ext
25149 cat >>conftest.$ac_ext <<_ACEOF
25150 /* end confdefs.h.  */
25151 $ac_includes_default
25152 #include <${with_readline}/readline.h>
25153 _ACEOF
25154 rm -f conftest.$ac_objext
25155 if { (ac_try="$ac_compile"
25156 case "(($ac_try" in
25157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25158   *) ac_try_echo=$ac_try;;
25159 esac
25160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25161   (eval "$ac_compile") 2>conftest.er1
25162   ac_status=$?
25163   grep -v '^ *+' conftest.er1 >conftest.err
25164   rm -f conftest.er1
25165   cat conftest.err >&5
25166   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25167   (exit $ac_status); } && {
25168          test -z "$ac_c_werror_flag" ||
25169          test ! -s conftest.err
25170        } && test -s conftest.$ac_objext; then
25171   ac_header_compiler=yes
25172 else
25173   echo "$as_me: failed program was:" >&5
25174 sed 's/^/| /' conftest.$ac_ext >&5
25175
25176         ac_header_compiler=no
25177 fi
25178
25179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25180 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25181 echo "${ECHO_T}$ac_header_compiler" >&6; }
25182
25183 # Is the header present?
25184 { echo "$as_me:$LINENO: checking ${with_readline}/readline.h presence" >&5
25185 echo $ECHO_N "checking ${with_readline}/readline.h presence... $ECHO_C" >&6; }
25186 cat >conftest.$ac_ext <<_ACEOF
25187 /* confdefs.h.  */
25188 _ACEOF
25189 cat confdefs.h >>conftest.$ac_ext
25190 cat >>conftest.$ac_ext <<_ACEOF
25191 /* end confdefs.h.  */
25192 #include <${with_readline}/readline.h>
25193 _ACEOF
25194 if { (ac_try="$ac_cpp conftest.$ac_ext"
25195 case "(($ac_try" in
25196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25197   *) ac_try_echo=$ac_try;;
25198 esac
25199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25200   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25201   ac_status=$?
25202   grep -v '^ *+' conftest.er1 >conftest.err
25203   rm -f conftest.er1
25204   cat conftest.err >&5
25205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25206   (exit $ac_status); } >/dev/null && {
25207          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25208          test ! -s conftest.err
25209        }; then
25210   ac_header_preproc=yes
25211 else
25212   echo "$as_me: failed program was:" >&5
25213 sed 's/^/| /' conftest.$ac_ext >&5
25214
25215   ac_header_preproc=no
25216 fi
25217
25218 rm -f conftest.err conftest.$ac_ext
25219 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25220 echo "${ECHO_T}$ac_header_preproc" >&6; }
25221
25222 # So?  What about this header?
25223 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25224   yes:no: )
25225     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: accepted by the compiler, rejected by the preprocessor!" >&5
25226 echo "$as_me: WARNING: ${with_readline}/readline.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25227     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: proceeding with the compiler's result" >&5
25228 echo "$as_me: WARNING: ${with_readline}/readline.h: proceeding with the compiler's result" >&2;}
25229     ac_header_preproc=yes
25230     ;;
25231   no:yes:* )
25232     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: present but cannot be compiled" >&5
25233 echo "$as_me: WARNING: ${with_readline}/readline.h: present but cannot be compiled" >&2;}
25234     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h:     check for missing prerequisite headers?" >&5
25235 echo "$as_me: WARNING: ${with_readline}/readline.h:     check for missing prerequisite headers?" >&2;}
25236     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: see the Autoconf documentation" >&5
25237 echo "$as_me: WARNING: ${with_readline}/readline.h: see the Autoconf documentation" >&2;}
25238     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h:     section \"Present But Cannot Be Compiled\"" >&5
25239 echo "$as_me: WARNING: ${with_readline}/readline.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25240     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: proceeding with the preprocessor's result" >&5
25241 echo "$as_me: WARNING: ${with_readline}/readline.h: proceeding with the preprocessor's result" >&2;}
25242     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: in the future, the compiler will take precedence" >&5
25243 echo "$as_me: WARNING: ${with_readline}/readline.h: in the future, the compiler will take precedence" >&2;}
25244
25245     ;;
25246 esac
25247 { echo "$as_me:$LINENO: checking for ${with_readline}/readline.h" >&5
25248 echo $ECHO_N "checking for ${with_readline}/readline.h... $ECHO_C" >&6; }
25249 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25250   echo $ECHO_N "(cached) $ECHO_C" >&6
25251 else
25252   eval "$as_ac_Header=\$ac_header_preproc"
25253 fi
25254 ac_res=`eval echo '${'$as_ac_Header'}'`
25255                { echo "$as_me:$LINENO: result: $ac_res" >&5
25256 echo "${ECHO_T}$ac_res" >&6; }
25257
25258 fi
25259 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25260
25261
25262 cat >>confdefs.h <<\_ACEOF
25263 #define HAVE_READLINE 1
25264 _ACEOF
25265
25266                     CONS_LIBS="-lreadline -lhistory -ltermcap"
25267                     got_readline="yes"
25268
25269 else
25270
25271                     echo " "
25272                     echo "readline.h not found. readline turned off ..."
25273                     echo " "
25274
25275
25276 fi
25277
25278
25279              ;;
25280           esac
25281
25282 else
25283
25284                  if test "${ac_cv_header__usr_include_readline_readline_h+set}" = set; then
25285   { echo "$as_me:$LINENO: checking for /usr/include/readline/readline.h" >&5
25286 echo $ECHO_N "checking for /usr/include/readline/readline.h... $ECHO_C" >&6; }
25287 if test "${ac_cv_header__usr_include_readline_readline_h+set}" = set; then
25288   echo $ECHO_N "(cached) $ECHO_C" >&6
25289 fi
25290 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_readline_readline_h" >&5
25291 echo "${ECHO_T}$ac_cv_header__usr_include_readline_readline_h" >&6; }
25292 else
25293   # Is the header compilable?
25294 { echo "$as_me:$LINENO: checking /usr/include/readline/readline.h usability" >&5
25295 echo $ECHO_N "checking /usr/include/readline/readline.h usability... $ECHO_C" >&6; }
25296 cat >conftest.$ac_ext <<_ACEOF
25297 /* confdefs.h.  */
25298 _ACEOF
25299 cat confdefs.h >>conftest.$ac_ext
25300 cat >>conftest.$ac_ext <<_ACEOF
25301 /* end confdefs.h.  */
25302 $ac_includes_default
25303 #include </usr/include/readline/readline.h>
25304 _ACEOF
25305 rm -f conftest.$ac_objext
25306 if { (ac_try="$ac_compile"
25307 case "(($ac_try" in
25308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25309   *) ac_try_echo=$ac_try;;
25310 esac
25311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25312   (eval "$ac_compile") 2>conftest.er1
25313   ac_status=$?
25314   grep -v '^ *+' conftest.er1 >conftest.err
25315   rm -f conftest.er1
25316   cat conftest.err >&5
25317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25318   (exit $ac_status); } && {
25319          test -z "$ac_c_werror_flag" ||
25320          test ! -s conftest.err
25321        } && test -s conftest.$ac_objext; then
25322   ac_header_compiler=yes
25323 else
25324   echo "$as_me: failed program was:" >&5
25325 sed 's/^/| /' conftest.$ac_ext >&5
25326
25327         ac_header_compiler=no
25328 fi
25329
25330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25331 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25332 echo "${ECHO_T}$ac_header_compiler" >&6; }
25333
25334 # Is the header present?
25335 { echo "$as_me:$LINENO: checking /usr/include/readline/readline.h presence" >&5
25336 echo $ECHO_N "checking /usr/include/readline/readline.h presence... $ECHO_C" >&6; }
25337 cat >conftest.$ac_ext <<_ACEOF
25338 /* confdefs.h.  */
25339 _ACEOF
25340 cat confdefs.h >>conftest.$ac_ext
25341 cat >>conftest.$ac_ext <<_ACEOF
25342 /* end confdefs.h.  */
25343 #include </usr/include/readline/readline.h>
25344 _ACEOF
25345 if { (ac_try="$ac_cpp conftest.$ac_ext"
25346 case "(($ac_try" in
25347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25348   *) ac_try_echo=$ac_try;;
25349 esac
25350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25351   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25352   ac_status=$?
25353   grep -v '^ *+' conftest.er1 >conftest.err
25354   rm -f conftest.er1
25355   cat conftest.err >&5
25356   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25357   (exit $ac_status); } >/dev/null && {
25358          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25359          test ! -s conftest.err
25360        }; then
25361   ac_header_preproc=yes
25362 else
25363   echo "$as_me: failed program was:" >&5
25364 sed 's/^/| /' conftest.$ac_ext >&5
25365
25366   ac_header_preproc=no
25367 fi
25368
25369 rm -f conftest.err conftest.$ac_ext
25370 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25371 echo "${ECHO_T}$ac_header_preproc" >&6; }
25372
25373 # So?  What about this header?
25374 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25375   yes:no: )
25376     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&5
25377 echo "$as_me: WARNING: /usr/include/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25378     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: proceeding with the compiler's result" >&5
25379 echo "$as_me: WARNING: /usr/include/readline/readline.h: proceeding with the compiler's result" >&2;}
25380     ac_header_preproc=yes
25381     ;;
25382   no:yes:* )
25383     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: present but cannot be compiled" >&5
25384 echo "$as_me: WARNING: /usr/include/readline/readline.h: present but cannot be compiled" >&2;}
25385     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h:     check for missing prerequisite headers?" >&5
25386 echo "$as_me: WARNING: /usr/include/readline/readline.h:     check for missing prerequisite headers?" >&2;}
25387     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: see the Autoconf documentation" >&5
25388 echo "$as_me: WARNING: /usr/include/readline/readline.h: see the Autoconf documentation" >&2;}
25389     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&5
25390 echo "$as_me: WARNING: /usr/include/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25391     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: proceeding with the preprocessor's result" >&5
25392 echo "$as_me: WARNING: /usr/include/readline/readline.h: proceeding with the preprocessor's result" >&2;}
25393     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: in the future, the compiler will take precedence" >&5
25394 echo "$as_me: WARNING: /usr/include/readline/readline.h: in the future, the compiler will take precedence" >&2;}
25395
25396     ;;
25397 esac
25398 { echo "$as_me:$LINENO: checking for /usr/include/readline/readline.h" >&5
25399 echo $ECHO_N "checking for /usr/include/readline/readline.h... $ECHO_C" >&6; }
25400 if test "${ac_cv_header__usr_include_readline_readline_h+set}" = set; then
25401   echo $ECHO_N "(cached) $ECHO_C" >&6
25402 else
25403   ac_cv_header__usr_include_readline_readline_h=$ac_header_preproc
25404 fi
25405 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_readline_readline_h" >&5
25406 echo "${ECHO_T}$ac_cv_header__usr_include_readline_readline_h" >&6; }
25407
25408 fi
25409 if test $ac_cv_header__usr_include_readline_readline_h = yes; then
25410
25411
25412 cat >>confdefs.h <<\_ACEOF
25413 #define HAVE_READLINE 1
25414 _ACEOF
25415
25416                 got_readline="yes"
25417                 CONS_INC="-I/usr/include/readline"
25418                 CONS_LIBS="-lreadline -ltermcap"
25419
25420 else
25421
25422                                 as_ac_Header=`echo "ac_cv_header_${TOP_DIR}/depkgs/readline/readline.h" | $as_tr_sh`
25423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25424   { echo "$as_me:$LINENO: checking for ${TOP_DIR}/depkgs/readline/readline.h" >&5
25425 echo $ECHO_N "checking for ${TOP_DIR}/depkgs/readline/readline.h... $ECHO_C" >&6; }
25426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25427   echo $ECHO_N "(cached) $ECHO_C" >&6
25428 fi
25429 ac_res=`eval echo '${'$as_ac_Header'}'`
25430                { echo "$as_me:$LINENO: result: $ac_res" >&5
25431 echo "${ECHO_T}$ac_res" >&6; }
25432 else
25433   # Is the header compilable?
25434 { echo "$as_me:$LINENO: checking ${TOP_DIR}/depkgs/readline/readline.h usability" >&5
25435 echo $ECHO_N "checking ${TOP_DIR}/depkgs/readline/readline.h usability... $ECHO_C" >&6; }
25436 cat >conftest.$ac_ext <<_ACEOF
25437 /* confdefs.h.  */
25438 _ACEOF
25439 cat confdefs.h >>conftest.$ac_ext
25440 cat >>conftest.$ac_ext <<_ACEOF
25441 /* end confdefs.h.  */
25442 $ac_includes_default
25443 #include <${TOP_DIR}/depkgs/readline/readline.h>
25444 _ACEOF
25445 rm -f conftest.$ac_objext
25446 if { (ac_try="$ac_compile"
25447 case "(($ac_try" in
25448   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25449   *) ac_try_echo=$ac_try;;
25450 esac
25451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25452   (eval "$ac_compile") 2>conftest.er1
25453   ac_status=$?
25454   grep -v '^ *+' conftest.er1 >conftest.err
25455   rm -f conftest.er1
25456   cat conftest.err >&5
25457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25458   (exit $ac_status); } && {
25459          test -z "$ac_c_werror_flag" ||
25460          test ! -s conftest.err
25461        } && test -s conftest.$ac_objext; then
25462   ac_header_compiler=yes
25463 else
25464   echo "$as_me: failed program was:" >&5
25465 sed 's/^/| /' conftest.$ac_ext >&5
25466
25467         ac_header_compiler=no
25468 fi
25469
25470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25472 echo "${ECHO_T}$ac_header_compiler" >&6; }
25473
25474 # Is the header present?
25475 { echo "$as_me:$LINENO: checking ${TOP_DIR}/depkgs/readline/readline.h presence" >&5
25476 echo $ECHO_N "checking ${TOP_DIR}/depkgs/readline/readline.h presence... $ECHO_C" >&6; }
25477 cat >conftest.$ac_ext <<_ACEOF
25478 /* confdefs.h.  */
25479 _ACEOF
25480 cat confdefs.h >>conftest.$ac_ext
25481 cat >>conftest.$ac_ext <<_ACEOF
25482 /* end confdefs.h.  */
25483 #include <${TOP_DIR}/depkgs/readline/readline.h>
25484 _ACEOF
25485 if { (ac_try="$ac_cpp conftest.$ac_ext"
25486 case "(($ac_try" in
25487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25488   *) ac_try_echo=$ac_try;;
25489 esac
25490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25491   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25492   ac_status=$?
25493   grep -v '^ *+' conftest.er1 >conftest.err
25494   rm -f conftest.er1
25495   cat conftest.err >&5
25496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25497   (exit $ac_status); } >/dev/null && {
25498          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25499          test ! -s conftest.err
25500        }; then
25501   ac_header_preproc=yes
25502 else
25503   echo "$as_me: failed program was:" >&5
25504 sed 's/^/| /' conftest.$ac_ext >&5
25505
25506   ac_header_preproc=no
25507 fi
25508
25509 rm -f conftest.err conftest.$ac_ext
25510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25511 echo "${ECHO_T}$ac_header_preproc" >&6; }
25512
25513 # So?  What about this header?
25514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25515   yes:no: )
25516     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&5
25517 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25518     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the compiler's result" >&5
25519 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the compiler's result" >&2;}
25520     ac_header_preproc=yes
25521     ;;
25522   no:yes:* )
25523     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: present but cannot be compiled" >&5
25524 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: present but cannot be compiled" >&2;}
25525     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     check for missing prerequisite headers?" >&5
25526 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     check for missing prerequisite headers?" >&2;}
25527     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: see the Autoconf documentation" >&5
25528 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: see the Autoconf documentation" >&2;}
25529     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&5
25530 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25531     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the preprocessor's result" >&5
25532 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the preprocessor's result" >&2;}
25533     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: in the future, the compiler will take precedence" >&5
25534 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: in the future, the compiler will take precedence" >&2;}
25535
25536     ;;
25537 esac
25538 { echo "$as_me:$LINENO: checking for ${TOP_DIR}/depkgs/readline/readline.h" >&5
25539 echo $ECHO_N "checking for ${TOP_DIR}/depkgs/readline/readline.h... $ECHO_C" >&6; }
25540 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25541   echo $ECHO_N "(cached) $ECHO_C" >&6
25542 else
25543   eval "$as_ac_Header=\$ac_header_preproc"
25544 fi
25545 ac_res=`eval echo '${'$as_ac_Header'}'`
25546                { echo "$as_me:$LINENO: result: $ac_res" >&5
25547 echo "${ECHO_T}$ac_res" >&6; }
25548
25549 fi
25550 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25551
25552
25553 cat >>confdefs.h <<\_ACEOF
25554 #define HAVE_READLINE 1
25555 _ACEOF
25556
25557                         got_readline="yes"
25558                         CONS_INC="-I${TOP_DIR}/depkgs/readline"
25559                         CONS_LIBS="-lreadline -lhistory -ltermcap"
25560                         CONS_LDFLAGS="-L${TOP_DIR}/depkgs/readline"
25561                         PRTREADLINE_SRC="${TOP_DIR}/depkgs/readline"
25562
25563 else
25564
25565                         echo " "
25566                         echo "readline.h not found. readline turned off ..."
25567                         echo " "
25568
25569
25570 fi
25571
25572
25573
25574
25575 fi
25576
25577
25578
25579
25580 fi
25581
25582 fi
25583
25584
25585
25586
25587
25588
25589
25590
25591 MAKE_SHELL=/bin/sh
25592
25593 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
25594 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
25595 if test "${ac_cv_header_stat_broken+set}" = set; then
25596   echo $ECHO_N "(cached) $ECHO_C" >&6
25597 else
25598   cat >conftest.$ac_ext <<_ACEOF
25599 /* confdefs.h.  */
25600 _ACEOF
25601 cat confdefs.h >>conftest.$ac_ext
25602 cat >>conftest.$ac_ext <<_ACEOF
25603 /* end confdefs.h.  */
25604 #include <sys/types.h>
25605 #include <sys/stat.h>
25606
25607 #if defined S_ISBLK && defined S_IFDIR
25608 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
25609 #endif
25610
25611 #if defined S_ISBLK && defined S_IFCHR
25612 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
25613 #endif
25614
25615 #if defined S_ISLNK && defined S_IFREG
25616 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
25617 #endif
25618
25619 #if defined S_ISSOCK && defined S_IFREG
25620 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
25621 #endif
25622
25623 _ACEOF
25624 rm -f conftest.$ac_objext
25625 if { (ac_try="$ac_compile"
25626 case "(($ac_try" in
25627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25628   *) ac_try_echo=$ac_try;;
25629 esac
25630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25631   (eval "$ac_compile") 2>conftest.er1
25632   ac_status=$?
25633   grep -v '^ *+' conftest.er1 >conftest.err
25634   rm -f conftest.er1
25635   cat conftest.err >&5
25636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25637   (exit $ac_status); } && {
25638          test -z "$ac_c_werror_flag" ||
25639          test ! -s conftest.err
25640        } && test -s conftest.$ac_objext; then
25641   ac_cv_header_stat_broken=no
25642 else
25643   echo "$as_me: failed program was:" >&5
25644 sed 's/^/| /' conftest.$ac_ext >&5
25645
25646         ac_cv_header_stat_broken=yes
25647 fi
25648
25649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25650 fi
25651 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
25652 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
25653 if test $ac_cv_header_stat_broken = yes; then
25654
25655 cat >>confdefs.h <<\_ACEOF
25656 #define STAT_MACROS_BROKEN 1
25657 _ACEOF
25658
25659 fi
25660
25661
25662
25663
25664
25665
25666 ac_header_dirent=no
25667 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
25668   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
25669 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
25670 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
25671 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25672   echo $ECHO_N "(cached) $ECHO_C" >&6
25673 else
25674   cat >conftest.$ac_ext <<_ACEOF
25675 /* confdefs.h.  */
25676 _ACEOF
25677 cat confdefs.h >>conftest.$ac_ext
25678 cat >>conftest.$ac_ext <<_ACEOF
25679 /* end confdefs.h.  */
25680 #include <sys/types.h>
25681 #include <$ac_hdr>
25682
25683 int
25684 main ()
25685 {
25686 if ((DIR *) 0)
25687 return 0;
25688   ;
25689   return 0;
25690 }
25691 _ACEOF
25692 rm -f conftest.$ac_objext
25693 if { (ac_try="$ac_compile"
25694 case "(($ac_try" in
25695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25696   *) ac_try_echo=$ac_try;;
25697 esac
25698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25699   (eval "$ac_compile") 2>conftest.er1
25700   ac_status=$?
25701   grep -v '^ *+' conftest.er1 >conftest.err
25702   rm -f conftest.er1
25703   cat conftest.err >&5
25704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25705   (exit $ac_status); } && {
25706          test -z "$ac_c_werror_flag" ||
25707          test ! -s conftest.err
25708        } && test -s conftest.$ac_objext; then
25709   eval "$as_ac_Header=yes"
25710 else
25711   echo "$as_me: failed program was:" >&5
25712 sed 's/^/| /' conftest.$ac_ext >&5
25713
25714         eval "$as_ac_Header=no"
25715 fi
25716
25717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25718 fi
25719 ac_res=`eval echo '${'$as_ac_Header'}'`
25720                { echo "$as_me:$LINENO: result: $ac_res" >&5
25721 echo "${ECHO_T}$ac_res" >&6; }
25722 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25723   cat >>confdefs.h <<_ACEOF
25724 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
25725 _ACEOF
25726
25727 ac_header_dirent=$ac_hdr; break
25728 fi
25729
25730 done
25731 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
25732 if test $ac_header_dirent = dirent.h; then
25733   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
25734 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
25735 if test "${ac_cv_search_opendir+set}" = set; then
25736   echo $ECHO_N "(cached) $ECHO_C" >&6
25737 else
25738   ac_func_search_save_LIBS=$LIBS
25739 cat >conftest.$ac_ext <<_ACEOF
25740 /* confdefs.h.  */
25741 _ACEOF
25742 cat confdefs.h >>conftest.$ac_ext
25743 cat >>conftest.$ac_ext <<_ACEOF
25744 /* end confdefs.h.  */
25745
25746 /* Override any GCC internal prototype to avoid an error.
25747    Use char because int might match the return type of a GCC
25748    builtin and then its argument prototype would still apply.  */
25749 #ifdef __cplusplus
25750 extern "C"
25751 #endif
25752 char opendir ();
25753 int
25754 main ()
25755 {
25756 return opendir ();
25757   ;
25758   return 0;
25759 }
25760 _ACEOF
25761 for ac_lib in '' dir; do
25762   if test -z "$ac_lib"; then
25763     ac_res="none required"
25764   else
25765     ac_res=-l$ac_lib
25766     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
25767   fi
25768   rm -f conftest.$ac_objext conftest$ac_exeext
25769 if { (ac_try="$ac_link"
25770 case "(($ac_try" in
25771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25772   *) ac_try_echo=$ac_try;;
25773 esac
25774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25775   (eval "$ac_link") 2>conftest.er1
25776   ac_status=$?
25777   grep -v '^ *+' conftest.er1 >conftest.err
25778   rm -f conftest.er1
25779   cat conftest.err >&5
25780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25781   (exit $ac_status); } && {
25782          test -z "$ac_c_werror_flag" ||
25783          test ! -s conftest.err
25784        } && test -s conftest$ac_exeext &&
25785        $as_test_x conftest$ac_exeext; then
25786   ac_cv_search_opendir=$ac_res
25787 else
25788   echo "$as_me: failed program was:" >&5
25789 sed 's/^/| /' conftest.$ac_ext >&5
25790
25791
25792 fi
25793
25794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25795       conftest$ac_exeext
25796   if test "${ac_cv_search_opendir+set}" = set; then
25797   break
25798 fi
25799 done
25800 if test "${ac_cv_search_opendir+set}" = set; then
25801   :
25802 else
25803   ac_cv_search_opendir=no
25804 fi
25805 rm conftest.$ac_ext
25806 LIBS=$ac_func_search_save_LIBS
25807 fi
25808 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
25809 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
25810 ac_res=$ac_cv_search_opendir
25811 if test "$ac_res" != no; then
25812   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25813
25814 fi
25815
25816 else
25817   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
25818 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
25819 if test "${ac_cv_search_opendir+set}" = set; then
25820   echo $ECHO_N "(cached) $ECHO_C" >&6
25821 else
25822   ac_func_search_save_LIBS=$LIBS
25823 cat >conftest.$ac_ext <<_ACEOF
25824 /* confdefs.h.  */
25825 _ACEOF
25826 cat confdefs.h >>conftest.$ac_ext
25827 cat >>conftest.$ac_ext <<_ACEOF
25828 /* end confdefs.h.  */
25829
25830 /* Override any GCC internal prototype to avoid an error.
25831    Use char because int might match the return type of a GCC
25832    builtin and then its argument prototype would still apply.  */
25833 #ifdef __cplusplus
25834 extern "C"
25835 #endif
25836 char opendir ();
25837 int
25838 main ()
25839 {
25840 return opendir ();
25841   ;
25842   return 0;
25843 }
25844 _ACEOF
25845 for ac_lib in '' x; do
25846   if test -z "$ac_lib"; then
25847     ac_res="none required"
25848   else
25849     ac_res=-l$ac_lib
25850     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
25851   fi
25852   rm -f conftest.$ac_objext conftest$ac_exeext
25853 if { (ac_try="$ac_link"
25854 case "(($ac_try" in
25855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25856   *) ac_try_echo=$ac_try;;
25857 esac
25858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25859   (eval "$ac_link") 2>conftest.er1
25860   ac_status=$?
25861   grep -v '^ *+' conftest.er1 >conftest.err
25862   rm -f conftest.er1
25863   cat conftest.err >&5
25864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25865   (exit $ac_status); } && {
25866          test -z "$ac_c_werror_flag" ||
25867          test ! -s conftest.err
25868        } && test -s conftest$ac_exeext &&
25869        $as_test_x conftest$ac_exeext; then
25870   ac_cv_search_opendir=$ac_res
25871 else
25872   echo "$as_me: failed program was:" >&5
25873 sed 's/^/| /' conftest.$ac_ext >&5
25874
25875
25876 fi
25877
25878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25879       conftest$ac_exeext
25880   if test "${ac_cv_search_opendir+set}" = set; then
25881   break
25882 fi
25883 done
25884 if test "${ac_cv_search_opendir+set}" = set; then
25885   :
25886 else
25887   ac_cv_search_opendir=no
25888 fi
25889 rm conftest.$ac_ext
25890 LIBS=$ac_func_search_save_LIBS
25891 fi
25892 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
25893 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
25894 ac_res=$ac_cv_search_opendir
25895 if test "$ac_res" != no; then
25896   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25897
25898 fi
25899
25900 fi
25901
25902
25903
25904
25905
25906
25907
25908
25909 for ac_func in strcasecmp select setenv putenv tcgetattr lstat lchown
25910 do
25911 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25912 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25913 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25914 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25915   echo $ECHO_N "(cached) $ECHO_C" >&6
25916 else
25917   cat >conftest.$ac_ext <<_ACEOF
25918 /* confdefs.h.  */
25919 _ACEOF
25920 cat confdefs.h >>conftest.$ac_ext
25921 cat >>conftest.$ac_ext <<_ACEOF
25922 /* end confdefs.h.  */
25923 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25924    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25925 #define $ac_func innocuous_$ac_func
25926
25927 /* System header to define __stub macros and hopefully few prototypes,
25928     which can conflict with char $ac_func (); below.
25929     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25930     <limits.h> exists even on freestanding compilers.  */
25931
25932 #ifdef __STDC__
25933 # include <limits.h>
25934 #else
25935 # include <assert.h>
25936 #endif
25937
25938 #undef $ac_func
25939
25940 /* Override any GCC internal prototype to avoid an error.
25941    Use char because int might match the return type of a GCC
25942    builtin and then its argument prototype would still apply.  */
25943 #ifdef __cplusplus
25944 extern "C"
25945 #endif
25946 char $ac_func ();
25947 /* The GNU C library defines this for functions which it implements
25948     to always fail with ENOSYS.  Some functions are actually named
25949     something starting with __ and the normal name is an alias.  */
25950 #if defined __stub_$ac_func || defined __stub___$ac_func
25951 choke me
25952 #endif
25953
25954 int
25955 main ()
25956 {
25957 return $ac_func ();
25958   ;
25959   return 0;
25960 }
25961 _ACEOF
25962 rm -f conftest.$ac_objext conftest$ac_exeext
25963 if { (ac_try="$ac_link"
25964 case "(($ac_try" in
25965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25966   *) ac_try_echo=$ac_try;;
25967 esac
25968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25969   (eval "$ac_link") 2>conftest.er1
25970   ac_status=$?
25971   grep -v '^ *+' conftest.er1 >conftest.err
25972   rm -f conftest.er1
25973   cat conftest.err >&5
25974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25975   (exit $ac_status); } && {
25976          test -z "$ac_c_werror_flag" ||
25977          test ! -s conftest.err
25978        } && test -s conftest$ac_exeext &&
25979        $as_test_x conftest$ac_exeext; then
25980   eval "$as_ac_var=yes"
25981 else
25982   echo "$as_me: failed program was:" >&5
25983 sed 's/^/| /' conftest.$ac_ext >&5
25984
25985         eval "$as_ac_var=no"
25986 fi
25987
25988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25989       conftest$ac_exeext conftest.$ac_ext
25990 fi
25991 ac_res=`eval echo '${'$as_ac_var'}'`
25992                { echo "$as_me:$LINENO: result: $ac_res" >&5
25993 echo "${ECHO_T}$ac_res" >&6; }
25994 if test `eval echo '${'$as_ac_var'}'` = yes; then
25995   cat >>confdefs.h <<_ACEOF
25996 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25997 _ACEOF
25998
25999 fi
26000 done
26001
26002
26003
26004 for ac_func in nanosleep nl_langinfo
26005 do
26006 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26007 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26008 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26009 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26010   echo $ECHO_N "(cached) $ECHO_C" >&6
26011 else
26012   cat >conftest.$ac_ext <<_ACEOF
26013 /* confdefs.h.  */
26014 _ACEOF
26015 cat confdefs.h >>conftest.$ac_ext
26016 cat >>conftest.$ac_ext <<_ACEOF
26017 /* end confdefs.h.  */
26018 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26019    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
26020 #define $ac_func innocuous_$ac_func
26021
26022 /* System header to define __stub macros and hopefully few prototypes,
26023     which can conflict with char $ac_func (); below.
26024     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26025     <limits.h> exists even on freestanding compilers.  */
26026
26027 #ifdef __STDC__
26028 # include <limits.h>
26029 #else
26030 # include <assert.h>
26031 #endif
26032
26033 #undef $ac_func
26034
26035 /* Override any GCC internal prototype to avoid an error.
26036    Use char because int might match the return type of a GCC
26037    builtin and then its argument prototype would still apply.  */
26038 #ifdef __cplusplus
26039 extern "C"
26040 #endif
26041 char $ac_func ();
26042 /* The GNU C library defines this for functions which it implements
26043     to always fail with ENOSYS.  Some functions are actually named
26044     something starting with __ and the normal name is an alias.  */
26045 #if defined __stub_$ac_func || defined __stub___$ac_func
26046 choke me
26047 #endif
26048
26049 int
26050 main ()
26051 {
26052 return $ac_func ();
26053   ;
26054   return 0;
26055 }
26056 _ACEOF
26057 rm -f conftest.$ac_objext conftest$ac_exeext
26058 if { (ac_try="$ac_link"
26059 case "(($ac_try" in
26060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26061   *) ac_try_echo=$ac_try;;
26062 esac
26063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26064   (eval "$ac_link") 2>conftest.er1
26065   ac_status=$?
26066   grep -v '^ *+' conftest.er1 >conftest.err
26067   rm -f conftest.er1
26068   cat conftest.err >&5
26069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26070   (exit $ac_status); } && {
26071          test -z "$ac_c_werror_flag" ||
26072          test ! -s conftest.err
26073        } && test -s conftest$ac_exeext &&
26074        $as_test_x conftest$ac_exeext; then
26075   eval "$as_ac_var=yes"
26076 else
26077   echo "$as_me: failed program was:" >&5
26078 sed 's/^/| /' conftest.$ac_ext >&5
26079
26080         eval "$as_ac_var=no"
26081 fi
26082
26083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26084       conftest$ac_exeext conftest.$ac_ext
26085 fi
26086 ac_res=`eval echo '${'$as_ac_var'}'`
26087                { echo "$as_me:$LINENO: result: $ac_res" >&5
26088 echo "${ECHO_T}$ac_res" >&6; }
26089 if test `eval echo '${'$as_ac_var'}'` = yes; then
26090   cat >>confdefs.h <<_ACEOF
26091 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26092 _ACEOF
26093
26094 fi
26095 done
26096
26097
26098 for ac_header in varargs.h
26099 do
26100 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26101 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26102   { echo "$as_me:$LINENO: checking for $ac_header" >&5
26103 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26104 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26105   echo $ECHO_N "(cached) $ECHO_C" >&6
26106 fi
26107 ac_res=`eval echo '${'$as_ac_Header'}'`
26108                { echo "$as_me:$LINENO: result: $ac_res" >&5
26109 echo "${ECHO_T}$ac_res" >&6; }
26110 else
26111   # Is the header compilable?
26112 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26113 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26114 cat >conftest.$ac_ext <<_ACEOF
26115 /* confdefs.h.  */
26116 _ACEOF
26117 cat confdefs.h >>conftest.$ac_ext
26118 cat >>conftest.$ac_ext <<_ACEOF
26119 /* end confdefs.h.  */
26120 $ac_includes_default
26121 #include <$ac_header>
26122 _ACEOF
26123 rm -f conftest.$ac_objext
26124 if { (ac_try="$ac_compile"
26125 case "(($ac_try" in
26126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26127   *) ac_try_echo=$ac_try;;
26128 esac
26129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26130   (eval "$ac_compile") 2>conftest.er1
26131   ac_status=$?
26132   grep -v '^ *+' conftest.er1 >conftest.err
26133   rm -f conftest.er1
26134   cat conftest.err >&5
26135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26136   (exit $ac_status); } && {
26137          test -z "$ac_c_werror_flag" ||
26138          test ! -s conftest.err
26139        } && test -s conftest.$ac_objext; then
26140   ac_header_compiler=yes
26141 else
26142   echo "$as_me: failed program was:" >&5
26143 sed 's/^/| /' conftest.$ac_ext >&5
26144
26145         ac_header_compiler=no
26146 fi
26147
26148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26149 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26150 echo "${ECHO_T}$ac_header_compiler" >&6; }
26151
26152 # Is the header present?
26153 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26154 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26155 cat >conftest.$ac_ext <<_ACEOF
26156 /* confdefs.h.  */
26157 _ACEOF
26158 cat confdefs.h >>conftest.$ac_ext
26159 cat >>conftest.$ac_ext <<_ACEOF
26160 /* end confdefs.h.  */
26161 #include <$ac_header>
26162 _ACEOF
26163 if { (ac_try="$ac_cpp conftest.$ac_ext"
26164 case "(($ac_try" in
26165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26166   *) ac_try_echo=$ac_try;;
26167 esac
26168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26169   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26170   ac_status=$?
26171   grep -v '^ *+' conftest.er1 >conftest.err
26172   rm -f conftest.er1
26173   cat conftest.err >&5
26174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26175   (exit $ac_status); } >/dev/null && {
26176          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26177          test ! -s conftest.err
26178        }; then
26179   ac_header_preproc=yes
26180 else
26181   echo "$as_me: failed program was:" >&5
26182 sed 's/^/| /' conftest.$ac_ext >&5
26183
26184   ac_header_preproc=no
26185 fi
26186
26187 rm -f conftest.err conftest.$ac_ext
26188 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26189 echo "${ECHO_T}$ac_header_preproc" >&6; }
26190
26191 # So?  What about this header?
26192 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26193   yes:no: )
26194     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26195 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26196     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26197 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26198     ac_header_preproc=yes
26199     ;;
26200   no:yes:* )
26201     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26202 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26203     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
26204 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
26205     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26206 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26207     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
26208 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
26209     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26210 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26211     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26212 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26213
26214     ;;
26215 esac
26216 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26217 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26218 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26219   echo $ECHO_N "(cached) $ECHO_C" >&6
26220 else
26221   eval "$as_ac_Header=\$ac_header_preproc"
26222 fi
26223 ac_res=`eval echo '${'$as_ac_Header'}'`
26224                { echo "$as_me:$LINENO: result: $ac_res" >&5
26225 echo "${ECHO_T}$ac_res" >&6; }
26226
26227 fi
26228 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26229   cat >>confdefs.h <<_ACEOF
26230 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26231 _ACEOF
26232
26233 fi
26234
26235 done
26236
26237
26238
26239 { echo "$as_me:$LINENO: checking for Python support" >&5
26240 echo $ECHO_N "checking for Python support... $ECHO_C" >&6; }
26241
26242 # Check whether --with-python was given.
26243 if test "${with_python+set}" = set; then
26244   withval=$with_python;
26245        PYTHON_INCDIR=
26246        PYTHON_LIBS=
26247        if test "$withval" != "no"; then
26248           if test "$withval" = "yes"; then
26249              if test -e /usr/bin/python-config ; then
26250                 PYTHON_INCDIR=`/usr/bin/python-config --includes`
26251                 PYTHON_LIBS=`/usr/bin/python-config --libs`
26252              else
26253                 for python_root in /usr /usr/local /usr/sfw; do
26254                    for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
26255                       if test -f $python_root/include/${ver}/Python.h; then
26256                          PYTHON_INCDIR=-I$python_root/include/${ver}
26257                          if test -d $python_root/lib64/${ver}/config; then
26258                             PYTHON_LIBS="-L$python_root/lib64/${ver}/config -l${ver}"
26259                          else
26260                             PYTHON_LIBS="-L$python_root/lib/${ver}/config -l${ver}"
26261                          fi
26262                          break
26263                       fi
26264                    done
26265                 done
26266
26267                 if test x$PYTHON_INCDIR = x; then
26268                    if test -f $prefix/include/Python.h; then
26269                       PYTHON_INCDIR=-I$prefix/include
26270                       if test -d $prefix/lib64/config; then
26271                          PYTHON_LIBS="-L$prefix/lib64/config -lpython"
26272                       else
26273                          PYTHON_LIBS="-L$prefix/lib/config -lpython"
26274                       fi
26275                    else
26276                       { echo "$as_me:$LINENO: result: no" >&5
26277 echo "${ECHO_T}no" >&6; }
26278                       { { echo "$as_me:$LINENO: error: Unable to find Python.h in standard locations" >&5
26279 echo "$as_me: error: Unable to find Python.h in standard locations" >&2;}
26280    { (exit 1); exit 1; }; }
26281                    fi
26282                 fi
26283              fi
26284           else
26285              if test -e $withval/bin/python-config ; then
26286                 PYTHON_INCDIR=`$withval/bin/python-config --includes`
26287                 PYTHON_LIBS=`$withval/bin/python-config --libs`
26288              elif test -f $withval/Python.h; then
26289                 PYTHON_INCDIR=-I$withval
26290                 PYTHON_LIBS="-L$withval/config -lpython"
26291              elif test -f $withval/include/Python.h; then
26292                 PYTHON_INCDIR=-I$withval/include
26293                 if test -d $withval/lib64/config; then
26294                    PYTHON_LIBS="-L$withval/lib64/config -lpython"
26295                 else
26296                    PYTHON_LIBS="-L$withval/lib/config -lpython"
26297                 fi
26298              elif test -f $withval/include/python/Python.h; then
26299                 PYTHON_INCDIR=-I$withval/include/python
26300                 if test -d $withval/lib64/python/config; then
26301                    PYTHON_LIBS="-L$withval/lib64/python/config -lpython"
26302                 else
26303                    PYTHON_LIBS="-L$withval/lib/python/config -lpython"
26304                 fi
26305              else
26306                 { echo "$as_me:$LINENO: result: no" >&5
26307 echo "${ECHO_T}no" >&6; }
26308                 { { echo "$as_me:$LINENO: error: Invalid Python directory $withval - unable to find Python.h under $withval" >&5
26309 echo "$as_me: error: Invalid Python directory $withval - unable to find Python.h under $withval" >&2;}
26310    { (exit 1); exit 1; }; }
26311              fi
26312           fi
26313
26314           cat >>confdefs.h <<\_ACEOF
26315 #define HAVE_PYTHON 1
26316 _ACEOF
26317
26318           { echo "$as_me:$LINENO: result: yes" >&5
26319 echo "${ECHO_T}yes" >&6; }
26320           support_python=yes
26321           { echo "$as_me:$LINENO: checking for more Python libs" >&5
26322 echo "$as_me: checking for more Python libs" >&6;}
26323           saved_LIBS="$LIBS"; LIBS=
26324           { echo "$as_me:$LINENO: checking for library containing shm_open" >&5
26325 echo $ECHO_N "checking for library containing shm_open... $ECHO_C" >&6; }
26326 if test "${ac_cv_search_shm_open+set}" = set; then
26327   echo $ECHO_N "(cached) $ECHO_C" >&6
26328 else
26329   ac_func_search_save_LIBS=$LIBS
26330 cat >conftest.$ac_ext <<_ACEOF
26331 /* confdefs.h.  */
26332 _ACEOF
26333 cat confdefs.h >>conftest.$ac_ext
26334 cat >>conftest.$ac_ext <<_ACEOF
26335 /* end confdefs.h.  */
26336
26337 /* Override any GCC internal prototype to avoid an error.
26338    Use char because int might match the return type of a GCC
26339    builtin and then its argument prototype would still apply.  */
26340 #ifdef __cplusplus
26341 extern "C"
26342 #endif
26343 char shm_open ();
26344 int
26345 main ()
26346 {
26347 return shm_open ();
26348   ;
26349   return 0;
26350 }
26351 _ACEOF
26352 for ac_lib in '' rt; do
26353   if test -z "$ac_lib"; then
26354     ac_res="none required"
26355   else
26356     ac_res=-l$ac_lib
26357     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
26358   fi
26359   rm -f conftest.$ac_objext conftest$ac_exeext
26360 if { (ac_try="$ac_link"
26361 case "(($ac_try" in
26362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26363   *) ac_try_echo=$ac_try;;
26364 esac
26365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26366   (eval "$ac_link") 2>conftest.er1
26367   ac_status=$?
26368   grep -v '^ *+' conftest.er1 >conftest.err
26369   rm -f conftest.er1
26370   cat conftest.err >&5
26371   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26372   (exit $ac_status); } && {
26373          test -z "$ac_c_werror_flag" ||
26374          test ! -s conftest.err
26375        } && test -s conftest$ac_exeext &&
26376        $as_test_x conftest$ac_exeext; then
26377   ac_cv_search_shm_open=$ac_res
26378 else
26379   echo "$as_me: failed program was:" >&5
26380 sed 's/^/| /' conftest.$ac_ext >&5
26381
26382
26383 fi
26384
26385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26386       conftest$ac_exeext
26387   if test "${ac_cv_search_shm_open+set}" = set; then
26388   break
26389 fi
26390 done
26391 if test "${ac_cv_search_shm_open+set}" = set; then
26392   :
26393 else
26394   ac_cv_search_shm_open=no
26395 fi
26396 rm conftest.$ac_ext
26397 LIBS=$ac_func_search_save_LIBS
26398 fi
26399 { echo "$as_me:$LINENO: result: $ac_cv_search_shm_open" >&5
26400 echo "${ECHO_T}$ac_cv_search_shm_open" >&6; }
26401 ac_res=$ac_cv_search_shm_open
26402 if test "$ac_res" != no; then
26403   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
26404
26405 fi
26406
26407
26408 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
26409 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; }
26410 if test "${ac_cv_lib_util_openpty+set}" = set; then
26411   echo $ECHO_N "(cached) $ECHO_C" >&6
26412 else
26413   ac_check_lib_save_LIBS=$LIBS
26414 LIBS="-lutil  $LIBS"
26415 cat >conftest.$ac_ext <<_ACEOF
26416 /* confdefs.h.  */
26417 _ACEOF
26418 cat confdefs.h >>conftest.$ac_ext
26419 cat >>conftest.$ac_ext <<_ACEOF
26420 /* end confdefs.h.  */
26421
26422 /* Override any GCC internal prototype to avoid an error.
26423    Use char because int might match the return type of a GCC
26424    builtin and then its argument prototype would still apply.  */
26425 #ifdef __cplusplus
26426 extern "C"
26427 #endif
26428 char openpty ();
26429 int
26430 main ()
26431 {
26432 return openpty ();
26433   ;
26434   return 0;
26435 }
26436 _ACEOF
26437 rm -f conftest.$ac_objext conftest$ac_exeext
26438 if { (ac_try="$ac_link"
26439 case "(($ac_try" in
26440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26441   *) ac_try_echo=$ac_try;;
26442 esac
26443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26444   (eval "$ac_link") 2>conftest.er1
26445   ac_status=$?
26446   grep -v '^ *+' conftest.er1 >conftest.err
26447   rm -f conftest.er1
26448   cat conftest.err >&5
26449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26450   (exit $ac_status); } && {
26451          test -z "$ac_c_werror_flag" ||
26452          test ! -s conftest.err
26453        } && test -s conftest$ac_exeext &&
26454        $as_test_x conftest$ac_exeext; then
26455   ac_cv_lib_util_openpty=yes
26456 else
26457   echo "$as_me: failed program was:" >&5
26458 sed 's/^/| /' conftest.$ac_ext >&5
26459
26460         ac_cv_lib_util_openpty=no
26461 fi
26462
26463 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26464       conftest$ac_exeext conftest.$ac_ext
26465 LIBS=$ac_check_lib_save_LIBS
26466 fi
26467 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
26468 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; }
26469 if test $ac_cv_lib_util_openpty = yes; then
26470   cat >>confdefs.h <<_ACEOF
26471 #define HAVE_LIBUTIL 1
26472 _ACEOF
26473
26474   LIBS="-lutil $LIBS"
26475
26476 fi
26477
26478           PYTHON_LIBS="$PYTHON_LIBS $LIBS"
26479           LIBS="$saved_LIBS"
26480        else
26481           { echo "$as_me:$LINENO: result: no" >&5
26482 echo "${ECHO_T}no" >&6; }
26483        fi
26484
26485 else
26486
26487        { echo "$as_me:$LINENO: result: no" >&5
26488 echo "${ECHO_T}no" >&6; }
26489
26490
26491 fi
26492
26493
26494
26495
26496 { echo "$as_me:$LINENO: checking for socket" >&5
26497 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
26498 if test "${ac_cv_func_socket+set}" = set; then
26499   echo $ECHO_N "(cached) $ECHO_C" >&6
26500 else
26501   cat >conftest.$ac_ext <<_ACEOF
26502 /* confdefs.h.  */
26503 _ACEOF
26504 cat confdefs.h >>conftest.$ac_ext
26505 cat >>conftest.$ac_ext <<_ACEOF
26506 /* end confdefs.h.  */
26507 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
26508    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
26509 #define socket innocuous_socket
26510
26511 /* System header to define __stub macros and hopefully few prototypes,
26512     which can conflict with char socket (); below.
26513     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26514     <limits.h> exists even on freestanding compilers.  */
26515
26516 #ifdef __STDC__
26517 # include <limits.h>
26518 #else
26519 # include <assert.h>
26520 #endif
26521
26522 #undef socket
26523
26524 /* Override any GCC internal prototype to avoid an error.
26525    Use char because int might match the return type of a GCC
26526    builtin and then its argument prototype would still apply.  */
26527 #ifdef __cplusplus
26528 extern "C"
26529 #endif
26530 char socket ();
26531 /* The GNU C library defines this for functions which it implements
26532     to always fail with ENOSYS.  Some functions are actually named
26533     something starting with __ and the normal name is an alias.  */
26534 #if defined __stub_socket || defined __stub___socket
26535 choke me
26536 #endif
26537
26538 int
26539 main ()
26540 {
26541 return socket ();
26542   ;
26543   return 0;
26544 }
26545 _ACEOF
26546 rm -f conftest.$ac_objext conftest$ac_exeext
26547 if { (ac_try="$ac_link"
26548 case "(($ac_try" in
26549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26550   *) ac_try_echo=$ac_try;;
26551 esac
26552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26553   (eval "$ac_link") 2>conftest.er1
26554   ac_status=$?
26555   grep -v '^ *+' conftest.er1 >conftest.err
26556   rm -f conftest.er1
26557   cat conftest.err >&5
26558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26559   (exit $ac_status); } && {
26560          test -z "$ac_c_werror_flag" ||
26561          test ! -s conftest.err
26562        } && test -s conftest$ac_exeext &&
26563        $as_test_x conftest$ac_exeext; then
26564   ac_cv_func_socket=yes
26565 else
26566   echo "$as_me: failed program was:" >&5
26567 sed 's/^/| /' conftest.$ac_ext >&5
26568
26569         ac_cv_func_socket=no
26570 fi
26571
26572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26573       conftest$ac_exeext conftest.$ac_ext
26574 fi
26575 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
26576 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
26577 if test $ac_cv_func_socket = yes; then
26578   { echo "$as_me:$LINENO: result: using libc's socket" >&5
26579 echo "${ECHO_T}using libc's socket" >&6; }
26580 else
26581
26582 { echo "$as_me:$LINENO: checking for socket in -lxnet" >&5
26583 echo $ECHO_N "checking for socket in -lxnet... $ECHO_C" >&6; }
26584 if test "${ac_cv_lib_xnet_socket+set}" = set; then
26585   echo $ECHO_N "(cached) $ECHO_C" >&6
26586 else
26587   ac_check_lib_save_LIBS=$LIBS
26588 LIBS="-lxnet  $LIBS"
26589 cat >conftest.$ac_ext <<_ACEOF
26590 /* confdefs.h.  */
26591 _ACEOF
26592 cat confdefs.h >>conftest.$ac_ext
26593 cat >>conftest.$ac_ext <<_ACEOF
26594 /* end confdefs.h.  */
26595
26596 /* Override any GCC internal prototype to avoid an error.
26597    Use char because int might match the return type of a GCC
26598    builtin and then its argument prototype would still apply.  */
26599 #ifdef __cplusplus
26600 extern "C"
26601 #endif
26602 char socket ();
26603 int
26604 main ()
26605 {
26606 return socket ();
26607   ;
26608   return 0;
26609 }
26610 _ACEOF
26611 rm -f conftest.$ac_objext conftest$ac_exeext
26612 if { (ac_try="$ac_link"
26613 case "(($ac_try" in
26614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26615   *) ac_try_echo=$ac_try;;
26616 esac
26617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26618   (eval "$ac_link") 2>conftest.er1
26619   ac_status=$?
26620   grep -v '^ *+' conftest.er1 >conftest.err
26621   rm -f conftest.er1
26622   cat conftest.err >&5
26623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26624   (exit $ac_status); } && {
26625          test -z "$ac_c_werror_flag" ||
26626          test ! -s conftest.err
26627        } && test -s conftest$ac_exeext &&
26628        $as_test_x conftest$ac_exeext; then
26629   ac_cv_lib_xnet_socket=yes
26630 else
26631   echo "$as_me: failed program was:" >&5
26632 sed 's/^/| /' conftest.$ac_ext >&5
26633
26634         ac_cv_lib_xnet_socket=no
26635 fi
26636
26637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26638       conftest$ac_exeext conftest.$ac_ext
26639 LIBS=$ac_check_lib_save_LIBS
26640 fi
26641 { echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_socket" >&5
26642 echo "${ECHO_T}$ac_cv_lib_xnet_socket" >&6; }
26643 if test $ac_cv_lib_xnet_socket = yes; then
26644   cat >>confdefs.h <<_ACEOF
26645 #define HAVE_LIBXNET 1
26646 _ACEOF
26647
26648   LIBS="-lxnet $LIBS"
26649
26650 fi
26651
26652
26653 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
26654 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
26655 if test "${ac_cv_lib_socket_socket+set}" = set; then
26656   echo $ECHO_N "(cached) $ECHO_C" >&6
26657 else
26658   ac_check_lib_save_LIBS=$LIBS
26659 LIBS="-lsocket  $LIBS"
26660 cat >conftest.$ac_ext <<_ACEOF
26661 /* confdefs.h.  */
26662 _ACEOF
26663 cat confdefs.h >>conftest.$ac_ext
26664 cat >>conftest.$ac_ext <<_ACEOF
26665 /* end confdefs.h.  */
26666
26667 /* Override any GCC internal prototype to avoid an error.
26668    Use char because int might match the return type of a GCC
26669    builtin and then its argument prototype would still apply.  */
26670 #ifdef __cplusplus
26671 extern "C"
26672 #endif
26673 char socket ();
26674 int
26675 main ()
26676 {
26677 return socket ();
26678   ;
26679   return 0;
26680 }
26681 _ACEOF
26682 rm -f conftest.$ac_objext conftest$ac_exeext
26683 if { (ac_try="$ac_link"
26684 case "(($ac_try" in
26685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26686   *) ac_try_echo=$ac_try;;
26687 esac
26688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26689   (eval "$ac_link") 2>conftest.er1
26690   ac_status=$?
26691   grep -v '^ *+' conftest.er1 >conftest.err
26692   rm -f conftest.er1
26693   cat conftest.err >&5
26694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26695   (exit $ac_status); } && {
26696          test -z "$ac_c_werror_flag" ||
26697          test ! -s conftest.err
26698        } && test -s conftest$ac_exeext &&
26699        $as_test_x conftest$ac_exeext; then
26700   ac_cv_lib_socket_socket=yes
26701 else
26702   echo "$as_me: failed program was:" >&5
26703 sed 's/^/| /' conftest.$ac_ext >&5
26704
26705         ac_cv_lib_socket_socket=no
26706 fi
26707
26708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26709       conftest$ac_exeext conftest.$ac_ext
26710 LIBS=$ac_check_lib_save_LIBS
26711 fi
26712 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
26713 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
26714 if test $ac_cv_lib_socket_socket = yes; then
26715   cat >>confdefs.h <<_ACEOF
26716 #define HAVE_LIBSOCKET 1
26717 _ACEOF
26718
26719   LIBS="-lsocket $LIBS"
26720
26721 fi
26722
26723
26724 { echo "$as_me:$LINENO: checking for socket in -linet" >&5
26725 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6; }
26726 if test "${ac_cv_lib_inet_socket+set}" = set; then
26727   echo $ECHO_N "(cached) $ECHO_C" >&6
26728 else
26729   ac_check_lib_save_LIBS=$LIBS
26730 LIBS="-linet  $LIBS"
26731 cat >conftest.$ac_ext <<_ACEOF
26732 /* confdefs.h.  */
26733 _ACEOF
26734 cat confdefs.h >>conftest.$ac_ext
26735 cat >>conftest.$ac_ext <<_ACEOF
26736 /* end confdefs.h.  */
26737
26738 /* Override any GCC internal prototype to avoid an error.
26739    Use char because int might match the return type of a GCC
26740    builtin and then its argument prototype would still apply.  */
26741 #ifdef __cplusplus
26742 extern "C"
26743 #endif
26744 char socket ();
26745 int
26746 main ()
26747 {
26748 return socket ();
26749   ;
26750   return 0;
26751 }
26752 _ACEOF
26753 rm -f conftest.$ac_objext conftest$ac_exeext
26754 if { (ac_try="$ac_link"
26755 case "(($ac_try" in
26756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26757   *) ac_try_echo=$ac_try;;
26758 esac
26759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26760   (eval "$ac_link") 2>conftest.er1
26761   ac_status=$?
26762   grep -v '^ *+' conftest.er1 >conftest.err
26763   rm -f conftest.er1
26764   cat conftest.err >&5
26765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26766   (exit $ac_status); } && {
26767          test -z "$ac_c_werror_flag" ||
26768          test ! -s conftest.err
26769        } && test -s conftest$ac_exeext &&
26770        $as_test_x conftest$ac_exeext; then
26771   ac_cv_lib_inet_socket=yes
26772 else
26773   echo "$as_me: failed program was:" >&5
26774 sed 's/^/| /' conftest.$ac_ext >&5
26775
26776         ac_cv_lib_inet_socket=no
26777 fi
26778
26779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26780       conftest$ac_exeext conftest.$ac_ext
26781 LIBS=$ac_check_lib_save_LIBS
26782 fi
26783 { echo "$as_me:$LINENO: result: $ac_cv_lib_inet_socket" >&5
26784 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6; }
26785 if test $ac_cv_lib_inet_socket = yes; then
26786   cat >>confdefs.h <<_ACEOF
26787 #define HAVE_LIBINET 1
26788 _ACEOF
26789
26790   LIBS="-linet $LIBS"
26791
26792 fi
26793
26794 fi
26795
26796
26797 TCPW_MSG="no"
26798 WRAPLIBS=""
26799
26800 # Check whether --with-tcp-wrappers was given.
26801 if test "${with_tcp_wrappers+set}" = set; then
26802   withval=$with_tcp_wrappers;
26803        if test "x$withval" != "xno" ; then
26804           saved_LIBS="$LIBS"
26805           LIBS="$saved_LIBS -lwrap"
26806           { echo "$as_me:$LINENO: checking for libwrap" >&5
26807 echo $ECHO_N "checking for libwrap... $ECHO_C" >&6; }
26808           { echo "$as_me:$LINENO: checking for library containing nanosleep" >&5
26809 echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6; }
26810 if test "${ac_cv_search_nanosleep+set}" = set; then
26811   echo $ECHO_N "(cached) $ECHO_C" >&6
26812 else
26813   ac_func_search_save_LIBS=$LIBS
26814 cat >conftest.$ac_ext <<_ACEOF
26815 /* confdefs.h.  */
26816 _ACEOF
26817 cat confdefs.h >>conftest.$ac_ext
26818 cat >>conftest.$ac_ext <<_ACEOF
26819 /* end confdefs.h.  */
26820
26821 /* Override any GCC internal prototype to avoid an error.
26822    Use char because int might match the return type of a GCC
26823    builtin and then its argument prototype would still apply.  */
26824 #ifdef __cplusplus
26825 extern "C"
26826 #endif
26827 char nanosleep ();
26828 int
26829 main ()
26830 {
26831 return nanosleep ();
26832   ;
26833   return 0;
26834 }
26835 _ACEOF
26836 for ac_lib in '' rt; do
26837   if test -z "$ac_lib"; then
26838     ac_res="none required"
26839   else
26840     ac_res=-l$ac_lib
26841     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
26842   fi
26843   rm -f conftest.$ac_objext conftest$ac_exeext
26844 if { (ac_try="$ac_link"
26845 case "(($ac_try" in
26846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26847   *) ac_try_echo=$ac_try;;
26848 esac
26849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26850   (eval "$ac_link") 2>conftest.er1
26851   ac_status=$?
26852   grep -v '^ *+' conftest.er1 >conftest.err
26853   rm -f conftest.er1
26854   cat conftest.err >&5
26855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26856   (exit $ac_status); } && {
26857          test -z "$ac_c_werror_flag" ||
26858          test ! -s conftest.err
26859        } && test -s conftest$ac_exeext &&
26860        $as_test_x conftest$ac_exeext; then
26861   ac_cv_search_nanosleep=$ac_res
26862 else
26863   echo "$as_me: failed program was:" >&5
26864 sed 's/^/| /' conftest.$ac_ext >&5
26865
26866
26867 fi
26868
26869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26870       conftest$ac_exeext
26871   if test "${ac_cv_search_nanosleep+set}" = set; then
26872   break
26873 fi
26874 done
26875 if test "${ac_cv_search_nanosleep+set}" = set; then
26876   :
26877 else
26878   ac_cv_search_nanosleep=no
26879 fi
26880 rm conftest.$ac_ext
26881 LIBS=$ac_func_search_save_LIBS
26882 fi
26883 { echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5
26884 echo "${ECHO_T}$ac_cv_search_nanosleep" >&6; }
26885 ac_res=$ac_cv_search_nanosleep
26886 if test "$ac_res" != no; then
26887   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
26888
26889 fi
26890
26891           cat >conftest.$ac_ext <<_ACEOF
26892 /* confdefs.h.  */
26893 _ACEOF
26894 cat confdefs.h >>conftest.$ac_ext
26895 cat >>conftest.$ac_ext <<_ACEOF
26896 /* end confdefs.h.  */
26897
26898                #include <sys/types.h>
26899                #include <tcpd.h>
26900                int deny_severity = 0;
26901                int allow_severity = 0;
26902                struct request_info *req;
26903
26904 int
26905 main ()
26906 {
26907
26908                 hosts_access(req);
26909
26910   ;
26911   return 0;
26912 }
26913 _ACEOF
26914 rm -f conftest.$ac_objext conftest$ac_exeext
26915 if { (ac_try="$ac_link"
26916 case "(($ac_try" in
26917   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26918   *) ac_try_echo=$ac_try;;
26919 esac
26920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26921   (eval "$ac_link") 2>conftest.er1
26922   ac_status=$?
26923   grep -v '^ *+' conftest.er1 >conftest.err
26924   rm -f conftest.er1
26925   cat conftest.err >&5
26926   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26927   (exit $ac_status); } && {
26928          test -z "$ac_c_werror_flag" ||
26929          test ! -s conftest.err
26930        } && test -s conftest$ac_exeext &&
26931        $as_test_x conftest$ac_exeext; then
26932
26933                  { echo "$as_me:$LINENO: result: yes" >&5
26934 echo "${ECHO_T}yes" >&6; }
26935
26936 cat >>confdefs.h <<\_ACEOF
26937 #define HAVE_LIBWRAP 1
26938 _ACEOF
26939
26940                  TCPW_MSG="yes"
26941                  LIBS="$saved_LIBS"
26942                  WRAPLIBS="-lwrap"
26943
26944 else
26945   echo "$as_me: failed program was:" >&5
26946 sed 's/^/| /' conftest.$ac_ext >&5
26947
26948
26949                  LIBS="$saved_LIBS -lwrap -lnsl"
26950                  WRAPLIBS="$saved_LIBS -lwrap -lnsl"
26951                  cat >conftest.$ac_ext <<_ACEOF
26952 /* confdefs.h.  */
26953 _ACEOF
26954 cat confdefs.h >>conftest.$ac_ext
26955 cat >>conftest.$ac_ext <<_ACEOF
26956 /* end confdefs.h.  */
26957
26958                        #include <sys/types.h>
26959                        #include <tcpd.h>
26960                        int deny_severity = 0;
26961                        int allow_severity = 0;
26962                        struct request_info *req;
26963
26964 int
26965 main ()
26966 {
26967
26968                        hosts_access(req);
26969
26970   ;
26971   return 0;
26972 }
26973 _ACEOF
26974 rm -f conftest.$ac_objext conftest$ac_exeext
26975 if { (ac_try="$ac_link"
26976 case "(($ac_try" in
26977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26978   *) ac_try_echo=$ac_try;;
26979 esac
26980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26981   (eval "$ac_link") 2>conftest.er1
26982   ac_status=$?
26983   grep -v '^ *+' conftest.er1 >conftest.err
26984   rm -f conftest.er1
26985   cat conftest.err >&5
26986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26987   (exit $ac_status); } && {
26988          test -z "$ac_c_werror_flag" ||
26989          test ! -s conftest.err
26990        } && test -s conftest$ac_exeext &&
26991        $as_test_x conftest$ac_exeext; then
26992
26993                       { echo "$as_me:$LINENO: result: yes" >&5
26994 echo "${ECHO_T}yes" >&6; }
26995
26996 cat >>confdefs.h <<\_ACEOF
26997 #define HAVE_LIBWRAP 1
26998 _ACEOF
26999
27000                       TCPW_MSG="yes"
27001                       LIBS="$saved_LIBS"
27002                       WRAPLIBS="-lwrap"
27003
27004 else
27005   echo "$as_me: failed program was:" >&5
27006 sed 's/^/| /' conftest.$ac_ext >&5
27007
27008
27009                       { { echo "$as_me:$LINENO: error: *** libwrap missing" >&5
27010 echo "$as_me: error: *** libwrap missing" >&2;}
27011    { (exit 1); exit 1; }; }
27012
27013
27014 fi
27015
27016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27017       conftest$ac_exeext conftest.$ac_ext
27018
27019
27020 fi
27021
27022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27023       conftest$ac_exeext conftest.$ac_ext
27024        fi
27025
27026
27027 fi
27028
27029
27030 { echo "$as_me:$LINENO: checking for OpenSSL" >&5
27031 echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6; }
27032
27033 # Check whether --with-openssl was given.
27034 if test "${with_openssl+set}" = set; then
27035   withval=$with_openssl;
27036         with_openssl_directory=${withval}
27037
27038
27039 fi
27040
27041
27042 if test "x$with_openssl_directory" != "xno"; then
27043    OPENSSL_LIBS="-lssl -lcrypto"
27044    OPENSSL_INC=""
27045
27046    if test "x$with_openssl_directory" != "xyes" && test x"${with_openssl_directory}" != "x"; then
27047       #
27048       # Make sure the $with_openssl_directory also makes sense
27049       #
27050       if test -d "$with_openssl_directory/lib" -a -d "$with_openssl_directory/include"; then
27051          OPENSSL_LIBS="-L$with_openssl_directory/lib $OPENSSL_LIBS"
27052          OPENSSL_INC="-I$with_openssl_directory/include $OPENSSL_INC"
27053       fi
27054    fi
27055
27056    saved_LIBS="${LIBS}"
27057    saved_CFLAGS="${CFLAGS}"
27058    LIBS="${saved_LIBS} ${OPENSSL_LIBS}"
27059    CFLAGS="${saved_CFLAGS} ${OPENSSL_INC}"
27060
27061    cat >conftest.$ac_ext <<_ACEOF
27062 /* confdefs.h.  */
27063 _ACEOF
27064 cat confdefs.h >>conftest.$ac_ext
27065 cat >>conftest.$ac_ext <<_ACEOF
27066 /* end confdefs.h.  */
27067
27068           #include <openssl/ssl.h>
27069
27070 int
27071 main ()
27072 {
27073
27074            CRYPTO_set_id_callback(NULL);
27075
27076   ;
27077   return 0;
27078 }
27079 _ACEOF
27080 rm -f conftest.$ac_objext conftest$ac_exeext
27081 if { (ac_try="$ac_link"
27082 case "(($ac_try" in
27083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27084   *) ac_try_echo=$ac_try;;
27085 esac
27086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27087   (eval "$ac_link") 2>conftest.er1
27088   ac_status=$?
27089   grep -v '^ *+' conftest.er1 >conftest.err
27090   rm -f conftest.er1
27091   cat conftest.err >&5
27092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27093   (exit $ac_status); } && {
27094          test -z "$ac_c_werror_flag" ||
27095          test ! -s conftest.err
27096        } && test -s conftest$ac_exeext &&
27097        $as_test_x conftest$ac_exeext; then
27098
27099           support_tls="yes"
27100           support_crypto="yes"
27101
27102 else
27103   echo "$as_me: failed program was:" >&5
27104 sed 's/^/| /' conftest.$ac_ext >&5
27105
27106
27107           support_tls="no"
27108
27109
27110 fi
27111
27112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27113       conftest$ac_exeext conftest.$ac_ext
27114
27115    cat >conftest.$ac_ext <<_ACEOF
27116 /* confdefs.h.  */
27117 _ACEOF
27118 cat confdefs.h >>conftest.$ac_ext
27119 cat >>conftest.$ac_ext <<_ACEOF
27120 /* end confdefs.h.  */
27121
27122           #include <openssl/evp.h>
27123
27124 int
27125 main ()
27126 {
27127
27128           EVP_sha512();
27129
27130   ;
27131   return 0;
27132 }
27133 _ACEOF
27134 rm -f conftest.$ac_objext conftest$ac_exeext
27135 if { (ac_try="$ac_link"
27136 case "(($ac_try" in
27137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27138   *) ac_try_echo=$ac_try;;
27139 esac
27140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27141   (eval "$ac_link") 2>conftest.er1
27142   ac_status=$?
27143   grep -v '^ *+' conftest.er1 >conftest.err
27144   rm -f conftest.er1
27145   cat conftest.err >&5
27146   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27147   (exit $ac_status); } && {
27148          test -z "$ac_c_werror_flag" ||
27149          test ! -s conftest.err
27150        } && test -s conftest$ac_exeext &&
27151        $as_test_x conftest$ac_exeext; then
27152
27153           ac_cv_openssl_sha2="yes"
27154
27155 else
27156   echo "$as_me: failed program was:" >&5
27157 sed 's/^/| /' conftest.$ac_ext >&5
27158
27159
27160           ac_cv_openssl_sha2="no"
27161
27162
27163 fi
27164
27165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27166       conftest$ac_exeext conftest.$ac_ext
27167
27168                cat >conftest.$ac_ext <<_ACEOF
27169 /* confdefs.h.  */
27170 _ACEOF
27171 cat confdefs.h >>conftest.$ac_ext
27172 cat >>conftest.$ac_ext <<_ACEOF
27173 /* end confdefs.h.  */
27174
27175           #include <openssl/evp.h>
27176
27177 int
27178 main ()
27179 {
27180
27181           EVP_aes_192_cbc();
27182
27183   ;
27184   return 0;
27185 }
27186 _ACEOF
27187 rm -f conftest.$ac_objext conftest$ac_exeext
27188 if { (ac_try="$ac_link"
27189 case "(($ac_try" in
27190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27191   *) ac_try_echo=$ac_try;;
27192 esac
27193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27194   (eval "$ac_link") 2>conftest.er1
27195   ac_status=$?
27196   grep -v '^ *+' conftest.er1 >conftest.err
27197   rm -f conftest.er1
27198   cat conftest.err >&5
27199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27200   (exit $ac_status); } && {
27201          test -z "$ac_c_werror_flag" ||
27202          test ! -s conftest.err
27203        } && test -s conftest$ac_exeext &&
27204        $as_test_x conftest$ac_exeext; then
27205
27206           ac_cv_openssl_export="no"
27207
27208 else
27209   echo "$as_me: failed program was:" >&5
27210 sed 's/^/| /' conftest.$ac_ext >&5
27211
27212
27213           ac_cv_openssl_export="yes"
27214
27215
27216 fi
27217
27218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27219       conftest$ac_exeext conftest.$ac_ext
27220
27221    LIBS="${saved_LIBS}"
27222    CFLAGS="${saved_CFLAGS}"
27223
27224    if test "$support_tls" = "yes"; then
27225
27226 cat >>confdefs.h <<\_ACEOF
27227 #define HAVE_OPENSSL 1
27228 _ACEOF
27229
27230
27231 cat >>confdefs.h <<\_ACEOF
27232 #define HAVE_TLS 1
27233 _ACEOF
27234
27235
27236 cat >>confdefs.h <<\_ACEOF
27237 #define HAVE_CRYPTO 1
27238 _ACEOF
27239
27240    fi
27241
27242    if test "$ac_cv_openssl_sha2" = "yes"; then
27243
27244 cat >>confdefs.h <<\_ACEOF
27245 #define HAVE_SHA2 1
27246 _ACEOF
27247
27248    fi
27249
27250    if test "$ac_cv_openssl_export" = "yes"; then
27251
27252 cat >>confdefs.h <<\_ACEOF
27253 #define HAVE_OPENSSL_EXPORT_LIBRARY 1
27254 _ACEOF
27255
27256    fi
27257 else
27258    support_tls="no"
27259    support_crypto="no"
27260    OPENSSL_LIBS=""
27261    OPENSSL_INC=""
27262 fi
27263
27264 if test "$support_tls" = "no"; then
27265    OPENSSL_LIBS=""
27266    OPENSSL_INC=""
27267 fi
27268
27269 { echo "$as_me:$LINENO: result: $support_tls" >&5
27270 echo "${ECHO_T}$support_tls" >&6; }
27271
27272
27273
27274 { echo "$as_me:$LINENO: checking for library containing dlopen" >&5
27275 echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; }
27276 if test "${ac_cv_search_dlopen+set}" = set; then
27277   echo $ECHO_N "(cached) $ECHO_C" >&6
27278 else
27279   ac_func_search_save_LIBS=$LIBS
27280 cat >conftest.$ac_ext <<_ACEOF
27281 /* confdefs.h.  */
27282 _ACEOF
27283 cat confdefs.h >>conftest.$ac_ext
27284 cat >>conftest.$ac_ext <<_ACEOF
27285 /* end confdefs.h.  */
27286
27287 /* Override any GCC internal prototype to avoid an error.
27288    Use char because int might match the return type of a GCC
27289    builtin and then its argument prototype would still apply.  */
27290 #ifdef __cplusplus
27291 extern "C"
27292 #endif
27293 char dlopen ();
27294 int
27295 main ()
27296 {
27297 return dlopen ();
27298   ;
27299   return 0;
27300 }
27301 _ACEOF
27302 for ac_lib in '' dl; do
27303   if test -z "$ac_lib"; then
27304     ac_res="none required"
27305   else
27306     ac_res=-l$ac_lib
27307     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
27308   fi
27309   rm -f conftest.$ac_objext conftest$ac_exeext
27310 if { (ac_try="$ac_link"
27311 case "(($ac_try" in
27312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27313   *) ac_try_echo=$ac_try;;
27314 esac
27315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27316   (eval "$ac_link") 2>conftest.er1
27317   ac_status=$?
27318   grep -v '^ *+' conftest.er1 >conftest.err
27319   rm -f conftest.er1
27320   cat conftest.err >&5
27321   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27322   (exit $ac_status); } && {
27323          test -z "$ac_c_werror_flag" ||
27324          test ! -s conftest.err
27325        } && test -s conftest$ac_exeext &&
27326        $as_test_x conftest$ac_exeext; then
27327   ac_cv_search_dlopen=$ac_res
27328 else
27329   echo "$as_me: failed program was:" >&5
27330 sed 's/^/| /' conftest.$ac_ext >&5
27331
27332
27333 fi
27334
27335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27336       conftest$ac_exeext
27337   if test "${ac_cv_search_dlopen+set}" = set; then
27338   break
27339 fi
27340 done
27341 if test "${ac_cv_search_dlopen+set}" = set; then
27342   :
27343 else
27344   ac_cv_search_dlopen=no
27345 fi
27346 rm conftest.$ac_ext
27347 LIBS=$ac_func_search_save_LIBS
27348 fi
27349 { echo "$as_me:$LINENO: result: $ac_cv_search_dlopen" >&5
27350 echo "${ECHO_T}$ac_cv_search_dlopen" >&6; }
27351 ac_res=$ac_cv_search_dlopen
27352 if test "$ac_res" != no; then
27353   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27354
27355 fi
27356
27357
27358 working_dir=`eval echo ${prefix}/var/bacula/working`
27359
27360 # Check whether --with-working-dir was given.
27361 if test "${with_working_dir+set}" = set; then
27362   withval=$with_working_dir;
27363        if test "x$withval" != "xno" ; then
27364          working_dir=$withval
27365        fi
27366
27367
27368 fi
27369
27370
27371
27372
27373 archivedir=/tmp
27374
27375 # Check whether --with-archivedir was given.
27376 if test "${with_archivedir+set}" = set; then
27377   withval=$with_archivedir;
27378        if test "x$withval" != "xno" ; then
27379           archivedir=$withval
27380        fi
27381
27382
27383 fi
27384
27385
27386
27387
27388 basename=`hostname`
27389
27390 # Check whether --with-basename was given.
27391 if test "${with_basename+set}" = set; then
27392   withval=$with_basename;
27393        if test "x$withval" != "xno" ; then
27394           basename=$withval
27395        fi
27396
27397
27398 fi
27399
27400
27401
27402
27403 hostname=`uname -n | cut -d '.' -f 1`
27404 if test x${hostname} = x ; then
27405   hostname="localhost"
27406 fi
27407
27408 # Check whether --with-hostname was given.
27409 if test "${with_hostname+set}" = set; then
27410   withval=$with_hostname;
27411        if test "x$withval" != "xno" ; then
27412          hostname=$withval
27413        fi
27414
27415
27416 fi
27417
27418
27419
27420
27421
27422 scriptdir=`eval echo ${sysconfdir}`
27423
27424 # Check whether --with-scriptdir was given.
27425 if test "${with_scriptdir+set}" = set; then
27426   withval=$with_scriptdir;
27427        if test "x$withval" != "xno" ; then
27428           scriptdir=$withval
27429        fi
27430
27431
27432 fi
27433
27434
27435
27436
27437
27438 bsrdir=/tmp
27439
27440 # Check whether --with-bsrdir was given.
27441 if test "${with_bsrdir+set}" = set; then
27442   withval=$with_bsrdir;
27443        if test "x$withval" != "xno" ; then
27444           bsrdir=$withval
27445        fi
27446
27447
27448 fi
27449
27450
27451
27452
27453 logdir=/tmp
27454
27455 # Check whether --with-logdir was given.
27456 if test "${with_logdir+set}" = set; then
27457   withval=$with_logdir;
27458        if test "x$withval" != "xno" ; then
27459           logdir=$withval
27460        fi
27461
27462
27463 fi
27464
27465
27466
27467
27468
27469 # ------------------------------------------
27470 # Where to place plugindir (plugin files)
27471 # ------------------------------------------
27472 plugindir=`eval echo ${libdir}`
27473
27474 # Check whether --with-plugindir was given.
27475 if test "${with_plugindir+set}" = set; then
27476   withval=$with_plugindir;
27477        if test "x$withval" != "xno" ; then
27478           plugindir=$withval
27479        fi
27480
27481
27482 fi
27483
27484
27485
27486
27487 dump_email=root@localhost
27488
27489 # Check whether --with-dump-email was given.
27490 if test "${with_dump_email+set}" = set; then
27491   withval=$with_dump_email;
27492        if test "x$withval" != "xno" ; then
27493           dump_email=$withval
27494        fi
27495
27496
27497 fi
27498
27499
27500
27501
27502 job_email=root@localhost
27503
27504 # Check whether --with-job-email was given.
27505 if test "${with_job_email+set}" = set; then
27506   withval=$with_job_email;
27507        if test "x$withval" != "xno" ; then
27508           job_email=$withval
27509        fi
27510
27511
27512 fi
27513
27514
27515
27516
27517 smtp_host=localhost
27518
27519 # Check whether --with-smtp_host was given.
27520 if test "${with_smtp_host+set}" = set; then
27521   withval=$with_smtp_host;
27522        if test "x$withval" != "xno" ; then
27523           smtp_host=$withval
27524        fi
27525
27526
27527 fi
27528
27529
27530
27531
27532 piddir=/var/run
27533
27534 # Check whether --with-pid-dir was given.
27535 if test "${with_pid_dir+set}" = set; then
27536   withval=$with_pid_dir;
27537        if test "x$withval" != "xno" ; then
27538           piddir=$withval
27539        fi
27540
27541
27542 fi
27543
27544
27545 cat >>confdefs.h <<_ACEOF
27546 #define _PATH_BACULA_PIDDIR "$piddir"
27547 _ACEOF
27548
27549
27550
27551 subsysdir=/var/run/subsys
27552 if test -d /var/run/subsys; then
27553    subsysdir=/var/run/subsys
27554 elif test -d /var/lock/subsys; then
27555    subsysdir=/var/lock/subsys
27556 else
27557    subsysdir=/var/run/subsys
27558 fi
27559
27560 # Check whether --with-subsys-dir was given.
27561 if test "${with_subsys_dir+set}" = set; then
27562   withval=$with_subsys_dir;
27563        if test "x$withval" != "xno" ; then
27564           subsysdir=$withval
27565        fi
27566
27567
27568 fi
27569
27570
27571
27572
27573 baseport=9101
27574
27575 # Check whether --with-baseport was given.
27576 if test "${with_baseport+set}" = set; then
27577   withval=$with_baseport;
27578        if test "x$withval" != "xno" ; then
27579           baseport=$withval
27580        fi
27581
27582
27583 fi
27584
27585
27586
27587 dir_port=`expr $baseport`
27588 fd_port=`expr $baseport + 1`
27589 sd_port=`expr $fd_port + 1`
27590
27591
27592
27593
27594
27595 dir_password=
27596
27597 # Check whether --with-dir-password was given.
27598 if test "${with_dir_password+set}" = set; then
27599   withval=$with_dir_password;
27600        if test "x$withval" != "xno" ; then
27601           dir_password=$withval
27602        fi
27603
27604
27605 fi
27606
27607
27608 if test "x$dir_password" = "x" ; then
27609    if test "x$OPENSSL" = "xnone" ; then
27610       key=`autoconf/randpass 33`
27611    else
27612       key=`openssl rand -base64 33`
27613    fi
27614    dir_password=$key
27615 fi
27616
27617 fd_password=
27618
27619 # Check whether --with-fd-password was given.
27620 if test "${with_fd_password+set}" = set; then
27621   withval=$with_fd_password;
27622        if test "x$withval" != "xno" ; then
27623           fd_password=$withval
27624        fi
27625
27626
27627 fi
27628
27629
27630 if test "x$fd_password" = "x" ; then
27631    if test "x$OPENSSL" = "xnone" ; then
27632       key=`autoconf/randpass 37`
27633    else
27634       key=`openssl rand -base64 33`
27635    fi
27636    fd_password=$key
27637 fi
27638
27639 sd_password=
27640
27641 # Check whether --with-sd-password was given.
27642 if test "${with_sd_password+set}" = set; then
27643   withval=$with_sd_password;
27644        if test "x$withval" != "xno" ; then
27645           sd_password=$withval
27646        fi
27647
27648
27649 fi
27650
27651
27652 if test "x$sd_password" = "x" ; then
27653    if test "x$OPENSSL" = "xnone" ; then
27654       key=`autoconf/randpass 41`
27655    else
27656       key=`openssl rand -base64 33`
27657    fi
27658    sd_password=$key
27659 fi
27660
27661 mon_dir_password=
27662
27663 # Check whether --with-mon-dir-password was given.
27664 if test "${with_mon_dir_password+set}" = set; then
27665   withval=$with_mon_dir_password;
27666        if test "x$withval" != "xno" ; then
27667           mon_dir_password=$withval
27668        fi
27669
27670
27671 fi
27672
27673
27674 if test "x$mon_dir_password" = "x" ; then
27675    if test "x$OPENSSL" = "xnone" ; then
27676       key=`autoconf/randpass 33`
27677    else
27678       key=`openssl rand -base64 33`
27679    fi
27680    mon_dir_password=$key
27681 fi
27682
27683 mon_fd_password=
27684
27685 # Check whether --with-mon-fd-password was given.
27686 if test "${with_mon_fd_password+set}" = set; then
27687   withval=$with_mon_fd_password;
27688        if test "x$withval" != "xno" ; then
27689           mon_fd_password=$withval
27690        fi
27691
27692
27693 fi
27694
27695
27696 if test "x$mon_fd_password" = "x" ; then
27697    if test "x$OPENSSL" = "xnone" ; then
27698       key=`autoconf/randpass 37`
27699    else
27700       key=`openssl rand -base64 33`
27701    fi
27702    mon_fd_password=$key
27703 fi
27704
27705 mon_sd_password=
27706
27707 # Check whether --with-mon-sd-password was given.
27708 if test "${with_mon_sd_password+set}" = set; then
27709   withval=$with_mon_sd_password;
27710        if test "x$withval" != "xno" ; then
27711           mon_sd_password=$withval
27712        fi
27713
27714
27715 fi
27716
27717
27718 if test "x$mon_sd_password" = "x" ; then
27719    if test "x$OPENSSL" = "xnone" ; then
27720       key=`autoconf/randpass 41`
27721    else
27722       key=`openssl rand -base64 33`
27723    fi
27724    mon_sd_password=$key
27725 fi
27726
27727
27728
27729
27730
27731
27732
27733
27734 db_name=bacula
27735
27736 # Check whether --with-db_name was given.
27737 if test "${with_db_name+set}" = set; then
27738   withval=$with_db_name;
27739        if test "x$withval" != "x" ; then
27740           db_name=$withval
27741        fi
27742
27743
27744 fi
27745
27746
27747
27748 db_user=bacula
27749
27750 # Check whether --with-db_user was given.
27751 if test "${with_db_user+set}" = set; then
27752   withval=$with_db_user;
27753        if test "x$withval" != "x" ; then
27754           db_user=$withval
27755        fi
27756
27757
27758 fi
27759
27760
27761
27762 db_password=
27763
27764 # Check whether --with-db_password was given.
27765 if test "${with_db_password+set}" = set; then
27766   withval=$with_db_password;
27767        if test "x$withval" != "x" ; then
27768           db_password=$withval
27769        fi
27770
27771
27772 fi
27773
27774
27775
27776 db_port=" "
27777
27778 # Check whether --with-db_port was given.
27779 if test "${with_db_port+set}" = set; then
27780   withval=$with_db_port;
27781        if test "x$withval" != "x" ; then
27782           db_port=$withval
27783        fi
27784
27785
27786 fi
27787
27788
27789
27790 #
27791 # Handle users and groups for each daemon
27792 #
27793 dir_user=
27794
27795 # Check whether --with-dir_user was given.
27796 if test "${with_dir_user+set}" = set; then
27797   withval=$with_dir_user;
27798        if test "x$withval" != "x" ; then
27799            dir_user=$withval
27800        fi
27801
27802
27803 fi
27804
27805
27806 dir_group=
27807
27808 # Check whether --with-dir_group was given.
27809 if test "${with_dir_group+set}" = set; then
27810   withval=$with_dir_group;
27811        if test "x$withval" != "x" ; then
27812           dir_group=$withval
27813        fi
27814
27815
27816 fi
27817
27818
27819 sd_user=
27820
27821 # Check whether --with-sd_user was given.
27822 if test "${with_sd_user+set}" = set; then
27823   withval=$with_sd_user;
27824        if test "x$withval" != "x" ; then
27825           sd_user=$withval
27826        fi
27827
27828
27829 fi
27830
27831
27832 sd_group=
27833
27834 # Check whether --with-sd_group was given.
27835 if test "${with_sd_group+set}" = set; then
27836   withval=$with_sd_group;
27837        if test "x$withval" != "x" ; then
27838           sd_group=$withval
27839        fi
27840
27841
27842 fi
27843
27844
27845 fd_user=
27846
27847 # Check whether --with-fd_user was given.
27848 if test "${with_fd_user+set}" = set; then
27849   withval=$with_fd_user;
27850        if test "x$withval" != "x" ; then
27851           fd_user=$withval
27852        fi
27853
27854
27855 fi
27856
27857
27858 fd_group=
27859
27860 # Check whether --with-fd_group was given.
27861 if test "${with_fd_group+set}" = set; then
27862   withval=$with_fd_group;
27863        if test "x$withval" != "x" ; then
27864           fd_group=$withval
27865        fi
27866
27867
27868 fi
27869
27870
27871
27872
27873
27874
27875
27876
27877
27878 SBINPERM=0754
27879
27880 # Check whether --with-sbin-perm was given.
27881 if test "${with_sbin_perm+set}" = set; then
27882   withval=$with_sbin_perm;
27883        if test "x$withval" != "x" ; then
27884           SBINPERM=$withval
27885        fi
27886
27887
27888 fi
27889
27890
27891
27892
27893 SQL_LIB=
27894
27895 db_found=no
27896 { echo "$as_me:$LINENO: checking for PostgreSQL support" >&5
27897 echo $ECHO_N "checking for PostgreSQL support... $ECHO_C" >&6; }
27898
27899 # Check whether --with-postgresql was given.
27900 if test "${with_postgresql+set}" = set; then
27901   withval=$with_postgresql;
27902   if test "$withval" != "no"; then
27903       if test "$db_found" = "yes"; then
27904           { echo "$as_me:$LINENO: result: error" >&5
27905 echo "${ECHO_T}error" >&6; }
27906           { { echo "$as_me:$LINENO: error: \"You can configure for only one database.\"" >&5
27907 echo "$as_me: error: \"You can configure for only one database.\"" >&2;}
27908    { (exit 1); exit 1; }; };
27909       fi
27910       if test "$withval" = "yes"; then
27911           PG_CONFIG=`which pg_config`
27912           if test -n "$PG_CONFIG";then
27913               POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir`
27914               POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir`
27915               POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir`
27916           elif test -f /usr/local/include/libpq-fe.h; then
27917               POSTGRESQL_INCDIR=/usr/local/include
27918               if test -d /usr/local/lib64; then
27919                  POSTGRESQL_LIBDIR=/usr/local/lib64
27920               else
27921                  POSTGRESQL_LIBDIR=/usr/local/lib
27922               fi
27923               POSTGRESQL_BINDIR=/usr/local/bin
27924           elif test -f /usr/include/libpq-fe.h; then
27925               POSTGRESQL_INCDIR=/usr/include
27926               if test -d /usr/lib64; then
27927                  POSTGRESQL_LIBDIR=/usr/lib64
27928               else
27929                  POSTGRESQL_LIBDIR=/usr/lib
27930               fi
27931               POSTGRESQL_BINDIR=/usr/bin
27932           elif test -f /usr/include/pgsql/libpq-fe.h; then
27933               POSTGRESQL_INCDIR=/usr/include/pgsql
27934               if test -d /usr/lib64/pgsql; then
27935                  POSTGRESQL_LIBDIR=/usr/lib64/pgsql
27936               else
27937                  POSTGRESQL_LIBDIR=/usr/lib/pgsql
27938               fi
27939               POSTGRESQL_BINDIR=/usr/bin
27940           elif test -f /usr/include/postgresql/libpq-fe.h; then
27941               POSTGRESQL_INCDIR=/usr/include/postgresql
27942               if test -d /usr/lib64/postgresql; then
27943                  POSTGRESQL_LIBDIR=/usr/lib64/postgresql
27944               else
27945                  POSTGRESQL_LIBDIR=/usr/lib/postgresql
27946               fi
27947               POSTGRESQL_BINDIR=/usr/bin
27948           else
27949               { echo "$as_me:$LINENO: result: no" >&5
27950 echo "${ECHO_T}no" >&6; }
27951               { { echo "$as_me:$LINENO: error: Unable to find libpq-fe.h in standard locations" >&5
27952 echo "$as_me: error: Unable to find libpq-fe.h in standard locations" >&2;}
27953    { (exit 1); exit 1; }; }
27954           fi
27955       elif test -f $withval/include/libpq-fe.h; then
27956           POSTGRESQL_INCDIR=$withval/include
27957           POSTGRESQL_LIBDIR=$withval/lib
27958           POSTGRESQL_BINDIR=$withval/bin
27959       elif test -f $withval/include/postgresql/libpq-fe.h; then
27960           POSTGRESQL_INCDIR=$withval/include/postgresql
27961      if test -d $withval/lib64; then
27962          POSTGRESQL_LIBDIR=$withval/lib64
27963      else
27964          POSTGRESQL_LIBDIR=$withval/lib
27965      fi
27966           POSTGRESQL_BINDIR=$withval/bin
27967       else
27968           { echo "$as_me:$LINENO: result: no" >&5
27969 echo "${ECHO_T}no" >&6; }
27970           { { echo "$as_me:$LINENO: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&5
27971 echo "$as_me: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&2;}
27972    { (exit 1); exit 1; }; }
27973       fi
27974       POSTGRESQL_LFLAGS="-L$POSTGRESQL_LIBDIR -lpq"
27975       { echo "$as_me:$LINENO: checking for crypt" >&5
27976 echo $ECHO_N "checking for crypt... $ECHO_C" >&6; }
27977 if test "${ac_cv_func_crypt+set}" = set; then
27978   echo $ECHO_N "(cached) $ECHO_C" >&6
27979 else
27980   cat >conftest.$ac_ext <<_ACEOF
27981 /* confdefs.h.  */
27982 _ACEOF
27983 cat confdefs.h >>conftest.$ac_ext
27984 cat >>conftest.$ac_ext <<_ACEOF
27985 /* end confdefs.h.  */
27986 /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
27987    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27988 #define crypt innocuous_crypt
27989
27990 /* System header to define __stub macros and hopefully few prototypes,
27991     which can conflict with char crypt (); below.
27992     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27993     <limits.h> exists even on freestanding compilers.  */
27994
27995 #ifdef __STDC__
27996 # include <limits.h>
27997 #else
27998 # include <assert.h>
27999 #endif
28000
28001 #undef crypt
28002
28003 /* Override any GCC internal prototype to avoid an error.
28004    Use char because int might match the return type of a GCC
28005    builtin and then its argument prototype would still apply.  */
28006 #ifdef __cplusplus
28007 extern "C"
28008 #endif
28009 char crypt ();
28010 /* The GNU C library defines this for functions which it implements
28011     to always fail with ENOSYS.  Some functions are actually named
28012     something starting with __ and the normal name is an alias.  */
28013 #if defined __stub_crypt || defined __stub___crypt
28014 choke me
28015 #endif
28016
28017 int
28018 main ()
28019 {
28020 return crypt ();
28021   ;
28022   return 0;
28023 }
28024 _ACEOF
28025 rm -f conftest.$ac_objext conftest$ac_exeext
28026 if { (ac_try="$ac_link"
28027 case "(($ac_try" in
28028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28029   *) ac_try_echo=$ac_try;;
28030 esac
28031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28032   (eval "$ac_link") 2>conftest.er1
28033   ac_status=$?
28034   grep -v '^ *+' conftest.er1 >conftest.err
28035   rm -f conftest.er1
28036   cat conftest.err >&5
28037   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28038   (exit $ac_status); } && {
28039          test -z "$ac_c_werror_flag" ||
28040          test ! -s conftest.err
28041        } && test -s conftest$ac_exeext &&
28042        $as_test_x conftest$ac_exeext; then
28043   ac_cv_func_crypt=yes
28044 else
28045   echo "$as_me: failed program was:" >&5
28046 sed 's/^/| /' conftest.$ac_ext >&5
28047
28048         ac_cv_func_crypt=no
28049 fi
28050
28051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28052       conftest$ac_exeext conftest.$ac_ext
28053 fi
28054 { echo "$as_me:$LINENO: result: $ac_cv_func_crypt" >&5
28055 echo "${ECHO_T}$ac_cv_func_crypt" >&6; }
28056 if test $ac_cv_func_crypt = yes; then
28057   :
28058 else
28059   { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
28060 echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
28061 if test "${ac_cv_lib_crypt_crypt+set}" = set; then
28062   echo $ECHO_N "(cached) $ECHO_C" >&6
28063 else
28064   ac_check_lib_save_LIBS=$LIBS
28065 LIBS="-lcrypt  $LIBS"
28066 cat >conftest.$ac_ext <<_ACEOF
28067 /* confdefs.h.  */
28068 _ACEOF
28069 cat confdefs.h >>conftest.$ac_ext
28070 cat >>conftest.$ac_ext <<_ACEOF
28071 /* end confdefs.h.  */
28072
28073 /* Override any GCC internal prototype to avoid an error.
28074    Use char because int might match the return type of a GCC
28075    builtin and then its argument prototype would still apply.  */
28076 #ifdef __cplusplus
28077 extern "C"
28078 #endif
28079 char crypt ();
28080 int
28081 main ()
28082 {
28083 return crypt ();
28084   ;
28085   return 0;
28086 }
28087 _ACEOF
28088 rm -f conftest.$ac_objext conftest$ac_exeext
28089 if { (ac_try="$ac_link"
28090 case "(($ac_try" in
28091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28092   *) ac_try_echo=$ac_try;;
28093 esac
28094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28095   (eval "$ac_link") 2>conftest.er1
28096   ac_status=$?
28097   grep -v '^ *+' conftest.er1 >conftest.err
28098   rm -f conftest.er1
28099   cat conftest.err >&5
28100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28101   (exit $ac_status); } && {
28102          test -z "$ac_c_werror_flag" ||
28103          test ! -s conftest.err
28104        } && test -s conftest$ac_exeext &&
28105        $as_test_x conftest$ac_exeext; then
28106   ac_cv_lib_crypt_crypt=yes
28107 else
28108   echo "$as_me: failed program was:" >&5
28109 sed 's/^/| /' conftest.$ac_ext >&5
28110
28111         ac_cv_lib_crypt_crypt=no
28112 fi
28113
28114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28115       conftest$ac_exeext conftest.$ac_ext
28116 LIBS=$ac_check_lib_save_LIBS
28117 fi
28118 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
28119 echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
28120 if test $ac_cv_lib_crypt_crypt = yes; then
28121   POSTGRESQL_LFLAGS="$POSTGRESQL_LFLAGS -lcrypt"
28122 fi
28123
28124 fi
28125
28126       SQL_INCLUDE=-I$POSTGRESQL_INCDIR
28127       SQL_LFLAGS=$POSTGRESQL_LFLAGS
28128       SQL_BINDIR=$POSTGRESQL_BINDIR
28129       SQL_LIB=$POSTGRESQL_LIBDIR/libpq.a
28130
28131       cat >>confdefs.h <<\_ACEOF
28132 #define HAVE_POSTGRESQL 1
28133 _ACEOF
28134
28135       { echo "$as_me:$LINENO: result: yes" >&5
28136 echo "${ECHO_T}yes" >&6; }
28137       db_found=yes
28138       support_postgresql=yes
28139       db_type=PostgreSQL
28140       DB_TYPE=postgresql
28141   else
28142       { echo "$as_me:$LINENO: result: no" >&5
28143 echo "${ECHO_T}no" >&6; }
28144   fi
28145
28146 else
28147
28148   { echo "$as_me:$LINENO: result: no" >&5
28149 echo "${ECHO_T}no" >&6; }
28150
28151 fi
28152
28153
28154
28155
28156
28157
28158
28159
28160 db_found=no
28161 { echo "$as_me:$LINENO: checking for MySQL support" >&5
28162 echo $ECHO_N "checking for MySQL support... $ECHO_C" >&6; }
28163
28164 # Check whether --with-mysql was given.
28165 if test "${with_mysql+set}" = set; then
28166   withval=$with_mysql;
28167   if test "$withval" != "no"; then
28168         if test "$withval" = "yes"; then
28169            if test -f /usr/local/mysql/include/mysql/mysql.h; then
28170                    MYSQL_INCDIR=/usr/local/mysql/include/mysql
28171                    if test -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.a \
28172                         -o -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.so; then
28173                            MYSQL_LIBDIR=/usr/local/mysql/lib64/mysql
28174                    else
28175                            MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
28176                    fi
28177                    MYSQL_BINDIR=/usr/local/mysql/bin
28178            elif test -f /usr/include/mysql/mysql.h; then
28179                    MYSQL_INCDIR=/usr/include/mysql
28180                    if test -f /usr/lib64/mysql/libmysqlclient_r.a \
28181                         -o -f /usr/lib64/mysql/libmysqlclient_r.so; then
28182                            MYSQL_LIBDIR=/usr/lib64/mysql
28183                    elif test -f /usr/lib64/libmysqlclient_r.a \
28184                         -o -f /usr/lib64/libmysqlclient_r.so; then
28185                            MYSQL_LIBDIR=/usr/lib64
28186                    elif test -f /usr/lib/mysql/libmysqlclient_r.a \
28187                           -o -f /usr/lib/mysql/libmysqlclient_r.so; then
28188                            MYSQL_LIBDIR=/usr/lib/mysql
28189                    else
28190                            MYSQL_LIBDIR=/usr/lib
28191                    fi
28192                    MYSQL_BINDIR=/usr/bin
28193            elif test -f /usr/include/mysql.h; then
28194                    MYSQL_INCDIR=/usr/include
28195                    if test -f /usr/lib64/libmysqlclient_r.a \
28196                         -o -f /usr/lib64/libmysqlclient_r.so; then
28197                            MYSQL_LIBDIR=/usr/lib64
28198                    else
28199                            MYSQL_LIBDIR=/usr/lib
28200                    fi
28201                    MYSQL_BINDIR=/usr/bin
28202            elif test -f /usr/local/include/mysql/mysql.h; then
28203                    MYSQL_INCDIR=/usr/local/include/mysql
28204                    if test -f /usr/local/lib64/mysql/libmysqlclient_r.a \
28205                         -o -f /usr/local/lib64/mysql/libmysqlclient_r.so; then
28206                            MYSQL_LIBDIR=/usr/local/lib64/mysql
28207                    else
28208                            MYSQL_LIBDIR=/usr/local/lib/mysql
28209                    fi
28210                    MYSQL_BINDIR=/usr/local/bin
28211            elif test -f /usr/local/include/mysql.h; then
28212                    MYSQL_INCDIR=/usr/local/include
28213                    if test -f /usr/local/lib64/libmysqlclient_r.a \
28214                         -o -f /usr/local/lib64/libmysqlclient_r.so; then
28215                            MYSQL_LIBDIR=/usr/local/lib64
28216                    else
28217                            MYSQL_LIBDIR=/usr/local/lib
28218                    fi
28219                    MYSQL_BINDIR=/usr/local/bin
28220            else
28221               { echo "$as_me:$LINENO: result: no" >&5
28222 echo "${ECHO_T}no" >&6; }
28223               { { echo "$as_me:$LINENO: error: Unable to find mysql.h in standard locations" >&5
28224 echo "$as_me: error: Unable to find mysql.h in standard locations" >&2;}
28225    { (exit 1); exit 1; }; }
28226            fi
28227         else
28228            if test -f $withval/include/mysql/mysql.h; then
28229               MYSQL_INCDIR=$withval/include/mysql
28230               if test -f $withval/lib64/mysql/libmysqlclient_r.a \
28231                    -o -f $withval/lib64/mysql/libmysqlclient_r.so; then
28232                  MYSQL_LIBDIR=$withval/lib64/mysql
28233               elif test -f $withval/lib64/libmysqlclient_r.a \
28234                    -o -f $withval/lib64/libmysqlclient_r.so; then
28235                  MYSQL_LIBDIR=$withval/lib64
28236               elif test -f $withval/lib/libmysqlclient_r.a \
28237                    -o -f $withval/lib/libmysqlclient_r.so; then
28238                  MYSQL_LIBDIR=$withval/lib
28239               else
28240                  MYSQL_LIBDIR=$withval/lib/mysql
28241               fi
28242               MYSQL_BINDIR=$withval/bin
28243            elif test -f $withval/include/mysql.h; then
28244               MYSQL_INCDIR=$withval/include
28245               if test -f $withval/lib64/libmysqlclient_r.a \
28246                    -o -f $withval/lib64/libmysqlclient_r.so; then
28247                  MYSQL_LIBDIR=$withval/lib64
28248               else
28249                  MYSQL_LIBDIR=$withval/lib
28250               fi
28251               MYSQL_BINDIR=$withval/bin
28252            else
28253               { echo "$as_me:$LINENO: result: no" >&5
28254 echo "${ECHO_T}no" >&6; }
28255               { { echo "$as_me:$LINENO: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&5
28256 echo "$as_me: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&2;}
28257    { (exit 1); exit 1; }; }
28258            fi
28259         fi
28260     SQL_INCLUDE=-I$MYSQL_INCDIR
28261     if test -f $MYSQL_LIBDIR/libmysqlclient_r.a \
28262          -o -f $MYSQL_LIBDIR/libmysqlclient_r.so; then
28263        SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqlclient_r -lz"
28264        cat >>confdefs.h <<\_ACEOF
28265 #define HAVE_THREAD_SAFE_MYSQL 1
28266 _ACEOF
28267
28268     fi
28269     SQL_BINDIR=$MYSQL_BINDIR
28270     SQL_LIB=$MYSQL_LIBDIR/libmysqlclient_r.a
28271
28272     cat >>confdefs.h <<\_ACEOF
28273 #define HAVE_MYSQL 1
28274 _ACEOF
28275
28276     { echo "$as_me:$LINENO: result: yes" >&5
28277 echo "${ECHO_T}yes" >&6; }
28278     db_found=yes
28279     support_mysql=yes
28280     db_type=MySQL
28281     DB_TYPE=mysql
28282
28283   else
28284         { echo "$as_me:$LINENO: result: no" >&5
28285 echo "${ECHO_T}no" >&6; }
28286   fi
28287
28288
28289 fi
28290
28291
28292
28293 # Check whether --with-embedded-mysql was given.
28294 if test "${with_embedded_mysql+set}" = set; then
28295   withval=$with_embedded_mysql;
28296   if test "$withval" != "no"; then
28297         if test "$withval" = "yes"; then
28298                 if test -f /usr/local/mysql/include/mysql/mysql.h; then
28299                         MYSQL_INCDIR=/usr/local/mysql/include/mysql
28300                         if test -d /usr/local/mysql/lib64/mysql; then
28301                                 MYSQL_LIBDIR=/usr/local/mysql/lib64/mysql
28302                         else
28303                                 MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
28304                         fi
28305                         MYSQL_BINDIR=/usr/local/mysql/bin
28306                 elif test -f /usr/include/mysql/mysql.h; then
28307                         MYSQL_INCDIR=/usr/include/mysql
28308                         if test -d /usr/lib64/mysql; then
28309                                 MYSQL_LIBDIR=/usr/lib64/mysql
28310                         else
28311                                 MYSQL_LIBDIR=/usr/lib/mysql
28312                         fi
28313                         MYSQL_BINDIR=/usr/bin
28314                 elif test -f /usr/include/mysql.h; then
28315                         MYSQL_INCDIR=/usr/include
28316                         if test -d /usr/lib64; then
28317                                 MYSQL_LIBDIR=/usr/lib64
28318                         else
28319                                 MYSQL_LIBDIR=/usr/lib
28320                         fi
28321                         MYSQL_BINDIR=/usr/bin
28322                 elif test -f /usr/local/include/mysql/mysql.h; then
28323                         MYSQL_INCDIR=/usr/local/include/mysql
28324                         if test -d /usr/local/lib64/mysql; then
28325                                 MYSQL_LIBDIR=/usr/local/lib64/mysql
28326                         else
28327                                 MYSQL_LIBDIR=/usr/local/lib/mysql
28328                         fi
28329                         MYSQL_BINDIR=/usr/local/bin
28330                 elif test -f /usr/local/include/mysql.h; then
28331                         MYSQL_INCDIR=/usr/local/include
28332                         if test -d /usr/local/lib64; then
28333                                 MYSQL_LIBDIR=/usr/local/lib64
28334                         else
28335                                 MYSQL_LIBDIR=/usr/local/lib
28336                         fi
28337                         MYSQL_BINDIR=/usr/local/bin
28338                 else
28339                    { echo "$as_me:$LINENO: result: no" >&5
28340 echo "${ECHO_T}no" >&6; }
28341                    { { echo "$as_me:$LINENO: error: Unable to find mysql.h in standard locations" >&5
28342 echo "$as_me: error: Unable to find mysql.h in standard locations" >&2;}
28343    { (exit 1); exit 1; }; }
28344                 fi
28345         else
28346                 if test -f $withval/include/mysql/mysql.h; then
28347                         MYSQL_INCDIR=$withval/include/mysql
28348                         if test -d $withval/lib64/mysql; then
28349                                 MYSQL_LIBDIR=$withval/lib64/mysql
28350                         else
28351                                 MYSQL_LIBDIR=$withval/lib/mysql
28352                         fi
28353                         MYSQL_BINDIR=$withval/bin
28354                 elif test -f $withval/include/mysql.h; then
28355                         MYSQL_INCDIR=$withval/include
28356                         if test -d $withval/lib64; then
28357                                 MYSQL_LIBDIR=$withval/lib64
28358                         else
28359                                 MYSQL_LIBDIR=$withval/lib
28360                         fi
28361                         MYSQL_BINDIR=$withval/bin
28362                 else
28363                    { echo "$as_me:$LINENO: result: no" >&5
28364 echo "${ECHO_T}no" >&6; }
28365                    { { echo "$as_me:$LINENO: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&5
28366 echo "$as_me: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&2;}
28367    { (exit 1); exit 1; }; }
28368                 fi
28369         fi
28370     SQL_INCLUDE=-I$MYSQL_INCDIR
28371     SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqld -lz -lm -lcrypt"
28372     SQL_BINDIR=$MYSQL_BINDIR
28373     SQL_LIB=$MYSQL_LIBDIR/libmysqld.a
28374
28375     cat >>confdefs.h <<\_ACEOF
28376 #define HAVE_MYSQL 1
28377 _ACEOF
28378
28379     cat >>confdefs.h <<\_ACEOF
28380 #define HAVE_EMBEDDED_MYSQL 1
28381 _ACEOF
28382
28383     { echo "$as_me:$LINENO: result: yes" >&5
28384 echo "${ECHO_T}yes" >&6; }
28385     db_found=yes
28386     support_mysql=yes
28387     db_type=MySQL
28388     DB_TYPE=mysql
28389
28390   else
28391         { echo "$as_me:$LINENO: result: no" >&5
28392 echo "${ECHO_T}no" >&6; }
28393   fi
28394
28395
28396 fi
28397
28398
28399
28400
28401
28402
28403
28404
28405
28406
28407 db_found=no
28408 { echo "$as_me:$LINENO: checking for SQLite3 support" >&5
28409 echo $ECHO_N "checking for SQLite3 support... $ECHO_C" >&6; }
28410
28411 # Check whether --with-sqlite3 was given.
28412 if test "${with_sqlite3+set}" = set; then
28413   withval=$with_sqlite3;
28414   if test "$withval" != "no"; then
28415      if test "$withval" = "yes"; then
28416         if test -f /usr/local/include/sqlite3.h; then
28417            SQLITE_INCDIR=/usr/local/include
28418            if test -d /usr/local/lib64; then
28419               SQLITE_LIBDIR=/usr/local/lib64
28420            else
28421               SQLITE_LIBDIR=/usr/local/lib
28422            fi
28423            SQLITE_BINDIR=/usr/local/bin
28424         elif test -f /usr/include/sqlite3.h; then
28425            SQLITE_INCDIR=/usr/include
28426            if test -d /usr/lib64; then
28427               SQLITE_LIBDIR=/usr/lib64
28428            else
28429               SQLITE_LIBDIR=/usr/lib
28430            fi
28431            SQLITE_BINDIR=/usr/bin
28432         elif test -f $prefix/include/sqlite3.h; then
28433            SQLITE_INCDIR=$prefix/include
28434            if test -d $prefix/lib64; then
28435               SQLITE_LIBDIR=$prefix/lib64
28436            else
28437               SQLITE_LIBDIR=$prefix/lib
28438            fi
28439            SQLITE_BINDIR=$prefix/bin
28440         else
28441            { echo "$as_me:$LINENO: result: no" >&5
28442 echo "${ECHO_T}no" >&6; }
28443            { { echo "$as_me:$LINENO: error: Unable to find sqlite3.h in standard locations" >&5
28444 echo "$as_me: error: Unable to find sqlite3.h in standard locations" >&2;}
28445    { (exit 1); exit 1; }; }
28446         fi
28447      else
28448         if test -f $withval/sqlite3.h; then
28449            SQLITE_INCDIR=$withval
28450            SQLITE_LIBDIR=$withval
28451            SQLITE_BINDIR=$withval
28452         elif test -f $withval/include/sqlite3.h; then
28453            SQLITE_INCDIR=$withval/include
28454            if test -d $withval/lib64; then
28455               SQLITE_LIBDIR=$withval/lib64
28456            else
28457               SQLITE_LIBDIR=$withval/lib
28458            fi
28459            SQLITE_BINDIR=$withval/bin
28460         else
28461            { echo "$as_me:$LINENO: result: no" >&5
28462 echo "${ECHO_T}no" >&6; }
28463            { { echo "$as_me:$LINENO: error: Invalid SQLite3 directory $withval - unable to find sqlite3.h under $withval" >&5
28464 echo "$as_me: error: Invalid SQLite3 directory $withval - unable to find sqlite3.h under $withval" >&2;}
28465    { (exit 1); exit 1; }; }
28466         fi
28467      fi
28468      SQL_INCLUDE=-I$SQLITE_INCDIR
28469      SQL_LFLAGS="-L$SQLITE_LIBDIR -lsqlite3"
28470      SQL_BINDIR=$SQLITE_BINDIR
28471      SQL_LIB=$SQLITE_LIBDIR/libsqlite3.a
28472
28473      cat >>confdefs.h <<\_ACEOF
28474 #define HAVE_SQLITE3 1
28475 _ACEOF
28476
28477      { echo "$as_me:$LINENO: result: yes" >&5
28478 echo "${ECHO_T}yes" >&6; }
28479      db_found=yes
28480      support_sqlite3=yes
28481      db_type=SQLite3
28482      DB_TYPE=sqlite3
28483
28484   else
28485      { echo "$as_me:$LINENO: result: no" >&5
28486 echo "${ECHO_T}no" >&6; }
28487   fi
28488
28489 else
28490
28491   { echo "$as_me:$LINENO: result: no" >&5
28492 echo "${ECHO_T}no" >&6; }
28493
28494 fi
28495
28496
28497
28498
28499
28500
28501
28502
28503 db_found=no
28504 { echo "$as_me:$LINENO: checking for SQLite support" >&5
28505 echo $ECHO_N "checking for SQLite support... $ECHO_C" >&6; }
28506
28507 # Check whether --with-sqlite was given.
28508 if test "${with_sqlite+set}" = set; then
28509   withval=$with_sqlite;
28510   if test "$withval" != "no"; then
28511      if test "$withval" = "yes"; then
28512         if test -f /usr/local/include/sqlite.h; then
28513            SQLITE_INCDIR=/usr/local/include
28514            if test -d /usr/local/lib64; then
28515               SQLITE_LIBDIR=/usr/local/lib64
28516            else
28517               SQLITE_LIBDIR=/usr/local/lib
28518            fi
28519            SQLITE_BINDIR=/usr/local/bin
28520         elif test -f /usr/include/sqlite.h; then
28521            SQLITE_INCDIR=/usr/include
28522            if test -d /usr/lib64; then
28523               SQLITE_LIBDIR=/usr/lib64
28524            else
28525               SQLITE_LIBDIR=/usr/lib
28526            fi
28527            SQLITE_BINDIR=/usr/bin
28528         elif test -f $prefix/include/sqlite.h; then
28529            SQLITE_INCDIR=$prefix/include
28530            if test -d $prefix/lib64; then
28531               SQLITE_LIBDIR=$prefix/lib64
28532            else
28533               SQLITE_LIBDIR=$prefix/lib
28534            fi
28535            SQLITE_BINDIR=$prefix/bin
28536         else
28537            { echo "$as_me:$LINENO: result: no" >&5
28538 echo "${ECHO_T}no" >&6; }
28539            { { echo "$as_me:$LINENO: error: Unable to find sqlite.h in standard locations" >&5
28540 echo "$as_me: error: Unable to find sqlite.h in standard locations" >&2;}
28541    { (exit 1); exit 1; }; }
28542         fi
28543      else
28544         if test -f $withval/sqlite.h; then
28545            SQLITE_INCDIR=$withval
28546            SQLITE_LIBDIR=$withval
28547            SQLITE_BINDIR=$withval
28548         elif test -f $withval/include/sqlite.h; then
28549            SQLITE_INCDIR=$withval/include
28550            if test -d $withval/lib64; then
28551               SQLITE_LIBDIR=$withval/lib64
28552            else
28553               SQLITE_LIBDIR=$withval/lib
28554            fi
28555            SQLITE_BINDIR=$withval/bin
28556         else
28557            { echo "$as_me:$LINENO: result: no" >&5
28558 echo "${ECHO_T}no" >&6; }
28559            { { echo "$as_me:$LINENO: error: Invalid SQLite directory $withval - unable to find sqlite.h under $withval" >&5
28560 echo "$as_me: error: Invalid SQLite directory $withval - unable to find sqlite.h under $withval" >&2;}
28561    { (exit 1); exit 1; }; }
28562         fi
28563      fi
28564      SQL_INCLUDE=-I$SQLITE_INCDIR
28565      SQL_LFLAGS="-L$SQLITE_LIBDIR -lsqlite"
28566      SQL_BINDIR=$SQLITE_BINDIR
28567      SQL_LIB=$SQLITE_LIBDIR/libsqlite.a
28568
28569      cat >>confdefs.h <<\_ACEOF
28570 #define HAVE_SQLITE 1
28571 _ACEOF
28572
28573      { echo "$as_me:$LINENO: result: yes" >&5
28574 echo "${ECHO_T}yes" >&6; }
28575      db_found=yes
28576      support_sqlite=yes
28577      db_type=SQLite
28578      DB_TYPE=sqlite
28579
28580   else
28581      { echo "$as_me:$LINENO: result: no" >&5
28582 echo "${ECHO_T}no" >&6; }
28583   fi
28584
28585 else
28586
28587   { echo "$as_me:$LINENO: result: no" >&5
28588 echo "${ECHO_T}no" >&6; }
28589
28590 fi
28591
28592
28593
28594
28595
28596
28597
28598
28599 db_found=no
28600 { echo "$as_me:$LINENO: checking for DBI support" >&5
28601 echo $ECHO_N "checking for DBI support... $ECHO_C" >&6; }
28602
28603 # Check whether --with-dbi was given.
28604 if test "${with_dbi+set}" = set; then
28605   withval=$with_dbi;
28606   if test "$withval" != "no"; then
28607      if test "$withval" = "yes"; then
28608         if test -f /usr/local/include/dbi/dbi.h; then
28609            DBI_INCDIR=/usr/local/dbi/include
28610            if test -d /usr/local/lib64; then
28611               DBI_LIBDIR=/usr/local/lib64
28612            else
28613               DBI_LIBDIR=/usr/local/lib
28614            fi
28615            DBI_BINDIR=/usr/local/bin
28616         elif test -f /usr/include/dbi/dbi.h; then
28617            DBI_INCDIR=/usr/include
28618            if test -d /usr/lib64; then
28619               DBI_LIBDIR=/usr/lib64
28620            else
28621               DBI_LIBDIR=/usr/lib
28622            fi
28623            DBI_BINDIR=/usr/bin
28624         elif test -f $prefix/include/dbi/dbi.h; then
28625            DBI_INCDIR=$prefix/include
28626            if test -d $prefix/lib64; then
28627               DBI_LIBDIR=$prefix/lib64
28628            else
28629               DBI_LIBDIR=$prefix/lib
28630            fi
28631            DBI_BINDIR=$prefix/bin
28632         else
28633            { echo "$as_me:$LINENO: result: no" >&5
28634 echo "${ECHO_T}no" >&6; }
28635            { { echo "$as_me:$LINENO: error: Unable to find dbi.h in standard locations" >&5
28636 echo "$as_me: error: Unable to find dbi.h in standard locations" >&2;}
28637    { (exit 1); exit 1; }; }
28638         fi
28639         if test -d /usr/local/lib/dbd; then
28640            DRIVERDIR=/usr/local/lib/dbd
28641            if test -d /usr/local/lib64/dbd; then
28642               DRIVERDIR=/usr/local/lib64/dbd
28643            else
28644               DRIVERDIR=/usr/local/lib/dbd
28645            fi
28646         elif test -d /usr/lib/dbd; then
28647            DRIVERDIR=/usr/lib/dbd
28648            if test -d /usr/lib64/dbd; then
28649               DRIVERDIR=/usr/lib64/dbd
28650            else
28651               DRIVERDIR=/usr/lib/dbd
28652            fi
28653         elif test -d $prefix/lib/dbd; then
28654            if test -d $prefix/lib64/dbd; then
28655               DRIVERDIR=$prefix/lib64/dbd
28656            else
28657               DRIVERDIR=$prefix/lib/dbd
28658            fi
28659         else
28660            { echo "$as_me:$LINENO: result: no" >&5
28661 echo "${ECHO_T}no" >&6; }
28662            { { echo "$as_me:$LINENO: error: Unable to find DBD drivers in standard locations" >&5
28663 echo "$as_me: error: Unable to find DBD drivers in standard locations" >&2;}
28664    { (exit 1); exit 1; }; }
28665         fi
28666      else
28667         if test -f $withval/dbi.h; then
28668            DBI_INCDIR=$withval
28669            DBI_LIBDIR=$withval
28670            DBI_BINDIR=$withval
28671         elif test -f $withval/include/dbi/dbi.h; then
28672            DBI_INCDIR=$withval/include
28673            if test -d $withval/lib64; then
28674               DBI_LIBDIR=$withval/lib64
28675            else
28676               DBI_LIBDIR=$withval/lib
28677            fi
28678            DBI_BINDIR=$withval/bin
28679         else
28680            { echo "$as_me:$LINENO: result: no" >&5
28681 echo "${ECHO_T}no" >&6; }
28682            { { echo "$as_me:$LINENO: error: Invalid DBI directory $withval - unable to find dbi.h under $withval" >&5
28683 echo "$as_me: error: Invalid DBI directory $withval - unable to find dbi.h under $withval" >&2;}
28684    { (exit 1); exit 1; }; }
28685         fi
28686         if test -d $withval/dbd; then
28687            DRIVERDIR=$withval/dbd
28688         elif test -d $withval/lib/; then
28689            if test -d $withval/lib64/dbd; then
28690               DRIVERDIR=$withval/lib64/dbd
28691            else
28692               DRIVERDIR=$withval/lib/dbd
28693            fi
28694         else
28695            { echo "$as_me:$LINENO: result: no" >&5
28696 echo "${ECHO_T}no" >&6; }
28697            { { echo "$as_me:$LINENO: error: Invalid DBD driver directory $withval - unable to find DBD drivers under $withval" >&5
28698 echo "$as_me: error: Invalid DBD driver directory $withval - unable to find DBD drivers under $withval" >&2;}
28699    { (exit 1); exit 1; }; }
28700         fi
28701      fi
28702      SQL_INCLUDE=-I$DBI_INCDIR
28703      SQL_LFLAGS="-L$DBI_LIBDIR -ldbi"
28704      SQL_BINDIR=$DBI_BINDIR
28705      SQL_LIB=$DBI_LIBDIR/libdbi.a
28706      DBI_DBD_DRIVERDIR="-D DBI_DRIVER_DIR=\\\"$DRIVERDIR\\\""
28707
28708
28709 cat >>confdefs.h <<\_ACEOF
28710 #define HAVE_DBI 1
28711 _ACEOF
28712
28713      { echo "$as_me:$LINENO: result: yes" >&5
28714 echo "${ECHO_T}yes" >&6; }
28715      db_found=yes
28716      support_dbi=yes
28717      db_type=DBI
28718      DB_TYPE=dbi
28719      uncomment_dbi=" "
28720
28721   else
28722      { echo "$as_me:$LINENO: result: no" >&5
28723 echo "${ECHO_T}no" >&6; }
28724   fi
28725
28726 else
28727
28728   { echo "$as_me:$LINENO: result: no" >&5
28729 echo "${ECHO_T}no" >&6; }
28730
28731 fi
28732
28733
28734
28735
28736
28737
28738
28739
28740
28741
28742 db_found=no
28743 db_prog=no
28744 { echo "$as_me:$LINENO: checking for DBI drivers support" >&5
28745 echo $ECHO_N "checking for DBI drivers support... $ECHO_C" >&6; }
28746
28747 # Check whether --with-dbi-driver was given.
28748 if test "${with_dbi_driver+set}" = set; then
28749   withval=$with_dbi_driver;
28750   if test "$withval" != "no"; then
28751      case $withval in
28752         "mysql")
28753            db_prog="mysql"
28754            if test -f /usr/local/mysql/bin/mysql; then
28755               SQL_BINDIR=/usr/local/mysql/bin
28756               if test -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.a \
28757                  -o -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.so; then
28758                  SQL_LIBDIR=/usr/local/mysql/lib64/mysql
28759               else
28760                  SQL_LIBDIR=/usr/local/mysql/lib/mysql
28761               fi
28762            elif test -f /usr/bin/mysql; then
28763               SQL_BINDIR=/usr/bin
28764               if test -f /usr/lib64/mysql/libmysqlclient_r.a \
28765                   -o -f /usr/lib64/mysql/libmysqlclient_r.so; then
28766                   SQL_LIBDIR=/usr/lib64/mysql
28767               elif test -f /usr/lib/mysql/libmysqlclient_r.a \
28768                   -o -f /usr/lib/mysql/libmysqlclient_r.so; then
28769                   SQL_LIBDIR=/usr/lib/mysql
28770               else
28771                   SQL_LIBDIR=/usr/lib
28772               fi
28773            elif test -f /usr/local/bin/mysql; then
28774               SQL_BINDIR=/usr/local/bin
28775               if test -f /usr/local/lib64/mysql/libmysqlclient_r.a \
28776                   -o -f /usr/local/lib64/mysql/libmysqlclient_r.so; then
28777                   SQL_LIBDIR=/usr/local/lib64/mysql
28778               elif test -f /usr/local/lib/mysql/libmysqlclient_r.a \
28779                   -o -f /usr/local/lib/mysql/libmysqlclient_r.so; then
28780                   SQL_LIBDIR=/usr/local/lib/mysql
28781               else
28782                   SQL_LIBDIR=/usr/local/lib
28783               fi
28784            elif test -f $withval/bin/mysql; then
28785               SQL_BINDIR=$withval/bin
28786               if test -f $withval/lib64/mysql/libmysqlclient_r.a \
28787                   -o -f $withval/lib64/mysql/libmysqlclient_r.so; then
28788                   SQL_LIBDIR=$withval/lib64/mysql
28789               elif test -f $withval/lib64/libmysqlclient_r.a \
28790                   -o -f $withval/lib64/libmysqlclient_r.so; then
28791                   SQL_LIBDIR=$withval/lib64
28792               elif test -f $withval/lib/libmysqlclient_r.a \
28793                   -o -f $withval/lib/libmysqlclient_r.so; then
28794                   SQL_LIBDIR=$withval/lib/
28795               else
28796                   SQL_LIBDIR=$withval/lib/mysql
28797               fi
28798            else
28799               { echo "$as_me:$LINENO: result: no" >&5
28800 echo "${ECHO_T}no" >&6; }
28801               { { echo "$as_me:$LINENO: error: Unable to find mysql in standard locations" >&5
28802 echo "$as_me: error: Unable to find mysql in standard locations" >&2;}
28803    { (exit 1); exit 1; }; }
28804            fi
28805            if test -f $SQL_LIBDIR/libmysqlclient_r.so; then
28806               DB_PROG_LIB=$SQL_LIBDIR/libmysqlclient_r.so
28807            else
28808               DB_PROG_LIB=$SQL_LIBDIR/libmysqlclient_r.a
28809            fi
28810         ;;
28811         "postgresql")
28812            db_prog="postgresql"
28813            PG_CONFIG=`which pg_config`
28814            if test -n "$PG_CONFIG"; then
28815               SQL_BINDIR=`"$PG_CONFIG" --bindir`
28816               SQL_LIBDIR=`"$PG_CONFIG" --libdir`
28817            elif test -f /usr/local/bin/psql; then
28818               SQL_BINDIR=/usr/local/bin
28819               if test -d /usr/local/lib64; then
28820                  SQL_LIBDIR=/usr/local/lib64
28821               else
28822                  SQL_LIBDIR=/usr/local/lib
28823               fi
28824            elif test -f /usr/bin/psql; then
28825               SQL_BINDIR=/usr/local/bin
28826               if test -d /usr/lib64/postgresql; then
28827                  SQL_LIBDIR=/usr/lib64/postgresql
28828               elif test -d /usr/lib/postgresql; then
28829                  SQL_LIBDIR=/usr/lib/postgresql
28830               elif test -d /usr/lib64; then
28831                  SQL_LIBDIR=/usr/lib64
28832               else
28833                  SQL_LIBDIR=/usr/lib
28834               fi
28835            elif test -f $withval/bin/psql; then
28836               SQL_BINDIR=$withval/bin
28837               if test -d $withval/lib64; then
28838                  SQL_LIBDIR=$withval/lib64
28839               else
28840                  SQL_LIBDIR=$withval/lib
28841               fi
28842            else
28843               { echo "$as_me:$LINENO: result: no" >&5
28844 echo "${ECHO_T}no" >&6; }
28845               { { echo "$as_me:$LINENO: error: Unable to find psql in standard locations" >&5
28846 echo "$as_me: error: Unable to find psql in standard locations" >&2;}
28847    { (exit 1); exit 1; }; }
28848            fi
28849            if test -f $SQL_LIBDIR/libpq.so; then
28850               DB_PROG_LIB=$SQL_LIBDIR/libpq.so
28851            else
28852               DB_PROG_LIB=$SQL_LIBDIR/libpq.a
28853            fi
28854         ;;
28855         "sqlite")
28856            db_prog="sqlite"
28857            if test -f /usr/local/bin/sqlite; then
28858               SQL_BINDIR=/usr/local/bin
28859               if test -d /usr/local/lib64; then
28860                  SQL_LIBDIR=/usr/local/lib64
28861               else
28862                  SQL_LIBDIR=/usr/local/lib
28863               fi
28864            elif test -f /usr/bin/sqlite; then
28865               SQL_BINDIR=/usr/bin
28866               if test -d /usr/lib64; then
28867                  SQL_LIBDIR=/usr/lib64
28868               else
28869                  SQL_LIBDIR=/usr/lib
28870               fi
28871            elif test -f $withval/bin/sqlite; then
28872               SQL_BINDIR=$withval/bin
28873               if test -d $withval/lib64; then
28874                  SQL_LIBDIR=$withval/lib64
28875               else
28876                  SQL_LIBDIR=$withval/lib
28877               fi
28878            else
28879               { echo "$as_me:$LINENO: result: no" >&5
28880 echo "${ECHO_T}no" >&6; }
28881               { { echo "$as_me:$LINENO: error: Unable to find sqlite in standard locations" >&5
28882 echo "$as_me: error: Unable to find sqlite in standard locations" >&2;}
28883    { (exit 1); exit 1; }; }
28884            fi
28885            if test -f $SQL_LIBDIR/libsqlite.so; then
28886               DB_PROG_LIB=$SQL_LIBDIR/libsqlite.so
28887            else
28888               DB_PROG_LIB=$SQL_LIBDIR/libsqlite.a
28889            fi
28890         ;;
28891         "sqlite3")
28892            db_prog="sqlite3"
28893            if test -f /usr/local/bin/sqlite3; then
28894               SQL_BINDIR=/usr/local/bin
28895               if test -d /usr/local/lib64; then
28896                  SQL_LIBDIR=/usr/local/lib64
28897               else
28898                  SQL_LIBDIR=/usr/local/lib
28899               fi
28900            elif test -f /usr/bin/sqlite3; then
28901               SQL_BINDIR=/usr/bin
28902               if test -d /usr/lib64; then
28903                  SQL_LIBDIR=/usr/lib64
28904               else
28905                  SQL_LIBDIR=/usr/lib
28906               fi
28907            elif test -f $withval/bin/sqlite3; then
28908               SQL_BINDIR=$withval/bin
28909               if test -d $withval/lib64; then
28910                  SQL_LIBDIR=$withval/lib64
28911               else
28912                  SQL_LIBDIR=$withval/lib
28913               fi
28914            else
28915               { echo "$as_me:$LINENO: result: no" >&5
28916 echo "${ECHO_T}no" >&6; }
28917               { { echo "$as_me:$LINENO: error: Unable to find sqlite in standard locations" >&5
28918 echo "$as_me: error: Unable to find sqlite in standard locations" >&2;}
28919    { (exit 1); exit 1; }; }
28920            fi
28921            if test -f $SQL_LIBDIR/libsqlite3.so; then
28922               DB_PROG_LIB=$SQL_LIBDIR/libsqlite3.so
28923            else
28924               DB_PROG_LIB=$SQL_LIBDIR/libsqlite3.a
28925            fi
28926         ;;
28927         *)
28928            { echo "$as_me:$LINENO: result: no" >&5
28929 echo "${ECHO_T}no" >&6; }
28930            { { echo "$as_me:$LINENO: error: Unable to set DBI driver. $withval is not supported" >&5
28931 echo "$as_me: error: Unable to set DBI driver. $withval is not supported" >&2;}
28932    { (exit 1); exit 1; }; }
28933         ;;
28934      esac
28935
28936      { echo "$as_me:$LINENO: result: yes" >&5
28937 echo "${ECHO_T}yes" >&6; }
28938      DB_PROG=$db_prog
28939   else
28940      { echo "$as_me:$LINENO: result: no" >&5
28941 echo "${ECHO_T}no" >&6; }
28942   fi
28943
28944 else
28945
28946   { echo "$as_me:$LINENO: result: no" >&5
28947 echo "${ECHO_T}no" >&6; }
28948
28949 fi
28950
28951
28952
28953
28954
28955
28956
28957
28958
28959
28960 support_batch_insert=no
28961 A=`test -f $SQL_LIB && nm $SQL_LIB | grep pthread_mutex_lock`
28962 pkg=$?
28963 if test $pkg = 0; then
28964    support_batch_insert=yes
28965    # Check whether --enable-batch-insert was given.
28966 if test "${enable_batch_insert+set}" = set; then
28967   enableval=$enable_batch_insert;
28968           if test x$enableval = xno; then
28969              support_batch_insert=no
28970           else
28971              support_batch_insert=yes
28972           fi
28973
28974
28975 fi
28976
28977 fi
28978
28979 if test x$DB_TYPE = xpostgresql; then
28980    A=`test -f $SQL_LIB && nm $SQL_LIB | grep PQputCopyData`
28981    pkg=$?
28982    if test $pkg != 0; then
28983       support_batch_insert=no
28984    fi
28985 fi
28986
28987 if test x$DB_TYPE = xdbi; then
28988    DB_TYPE=$DB_PROG
28989    db_type=$DB_PROG
28990    pkg=1
28991       if test $DB_PROG = postgresql; then
28992       A=`test -f $SQL_LIB && nm $SQL_LIB | grep PQputCopyData`
28993       pkg=$?
28994    fi
28995
28996    if test $DB_PROG = mysql; then
28997       A=`test -f $SQL_LIB && nm $DB_PROG_LIB | grep pthread_mutex_lock`
28998       pkg=$?
28999    fi
29000
29001    if test $DB_PROG = sqlite3; then
29002       A=`test -f $SQL_LIB && nm $DB_PROG_LIB | grep pthread_mutex_lock`
29003       pkg=$?
29004    fi
29005
29006    if test $pkg = 0; then
29007       # Check whether --enable-batch-insert was given.
29008 if test "${enable_batch_insert+set}" = set; then
29009   enableval=$enable_batch_insert;
29010              if test x$enableval = xno; then
29011                 support_batch_insert=no
29012              else
29013                 support_batch_insert=yes
29014              fi
29015
29016
29017 fi
29018
29019    fi
29020 else
29021       uncomment_dbi="#"
29022 fi
29023
29024
29025
29026 if test $support_batch_insert = yes ; then
29027
29028 cat >>confdefs.h <<\_ACEOF
29029 #define HAVE_BATCH_FILE_INSERT 1
29030 _ACEOF
29031
29032 fi
29033
29034 cat >>confdefs.h <<\_ACEOF
29035 #define PROTOTYPES 1
29036 _ACEOF
29037
29038
29039 if test -z "$CFLAGS" -o "$CFLAGS" = "-g -O2"; then
29040    if test -z "$CCOPTS"; then
29041       CCOPTS='-g -O2 -Wall'
29042    fi
29043    CFLAGS="$CCOPTS"
29044 fi
29045
29046
29047
29048 largefile_support="no"
29049
29050    # Check whether --enable-largefile was given.
29051 if test "${enable_largefile+set}" = set; then
29052   enableval=$enable_largefile;
29053 fi
29054
29055    if test "$enable_largefile" != no; then
29056      if test -n "$ac_tool_prefix"; then
29057   # Extract the first word of "${ac_tool_prefix}getconf", so it can be a program name with args.
29058 set dummy ${ac_tool_prefix}getconf; ac_word=$2
29059 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29060 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29061 if test "${ac_cv_prog_GETCONF+set}" = set; then
29062   echo $ECHO_N "(cached) $ECHO_C" >&6
29063 else
29064   if test -n "$GETCONF"; then
29065   ac_cv_prog_GETCONF="$GETCONF" # Let the user override the test.
29066 else
29067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29068 for as_dir in $PATH
29069 do
29070   IFS=$as_save_IFS
29071   test -z "$as_dir" && as_dir=.
29072   for ac_exec_ext in '' $ac_executable_extensions; do
29073   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29074     ac_cv_prog_GETCONF="${ac_tool_prefix}getconf"
29075     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29076     break 2
29077   fi
29078 done
29079 done
29080 IFS=$as_save_IFS
29081
29082 fi
29083 fi
29084 GETCONF=$ac_cv_prog_GETCONF
29085 if test -n "$GETCONF"; then
29086   { echo "$as_me:$LINENO: result: $GETCONF" >&5
29087 echo "${ECHO_T}$GETCONF" >&6; }
29088 else
29089   { echo "$as_me:$LINENO: result: no" >&5
29090 echo "${ECHO_T}no" >&6; }
29091 fi
29092
29093
29094 fi
29095 if test -z "$ac_cv_prog_GETCONF"; then
29096   ac_ct_GETCONF=$GETCONF
29097   # Extract the first word of "getconf", so it can be a program name with args.
29098 set dummy getconf; ac_word=$2
29099 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29100 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29101 if test "${ac_cv_prog_ac_ct_GETCONF+set}" = set; then
29102   echo $ECHO_N "(cached) $ECHO_C" >&6
29103 else
29104   if test -n "$ac_ct_GETCONF"; then
29105   ac_cv_prog_ac_ct_GETCONF="$ac_ct_GETCONF" # Let the user override the test.
29106 else
29107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29108 for as_dir in $PATH
29109 do
29110   IFS=$as_save_IFS
29111   test -z "$as_dir" && as_dir=.
29112   for ac_exec_ext in '' $ac_executable_extensions; do
29113   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29114     ac_cv_prog_ac_ct_GETCONF="getconf"
29115     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29116     break 2
29117   fi
29118 done
29119 done
29120 IFS=$as_save_IFS
29121
29122 fi
29123 fi
29124 ac_ct_GETCONF=$ac_cv_prog_ac_ct_GETCONF
29125 if test -n "$ac_ct_GETCONF"; then
29126   { echo "$as_me:$LINENO: result: $ac_ct_GETCONF" >&5
29127 echo "${ECHO_T}$ac_ct_GETCONF" >&6; }
29128 else
29129   { echo "$as_me:$LINENO: result: no" >&5
29130 echo "${ECHO_T}no" >&6; }
29131 fi
29132
29133   if test "x$ac_ct_GETCONF" = x; then
29134     GETCONF=""
29135   else
29136     case $cross_compiling:$ac_tool_warned in
29137 yes:)
29138 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
29139 whose name does not start with the host triplet.  If you think this
29140 configuration is useful to you, please write to autoconf@gnu.org." >&5
29141 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
29142 whose name does not start with the host triplet.  If you think this
29143 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
29144 ac_tool_warned=yes ;;
29145 esac
29146     GETCONF=$ac_ct_GETCONF
29147   fi
29148 else
29149   GETCONF="$ac_cv_prog_GETCONF"
29150 fi
29151
29152      { echo "$as_me:$LINENO: checking for CFLAGS value to request large file support" >&5
29153 echo $ECHO_N "checking for CFLAGS value to request large file support... $ECHO_C" >&6; }
29154 if test "${ac_cv_sys_largefile_CFLAGS+set}" = set; then
29155   echo $ECHO_N "(cached) $ECHO_C" >&6
29156 else
29157   ac_cv_sys_largefile_CFLAGS=`($GETCONF LFS_CFLAGS) 2>/dev/null` || {
29158         ac_cv_sys_largefile_CFLAGS=no
29159         case "$host_os" in
29160            # IRIX 6.2 and later require cc -n32.
29161            irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*)
29162              if test "$GCC" != yes; then
29163                ac_cv_sys_largefile_CFLAGS=-n32
29164              fi
29165              ac_save_CC="$CC"
29166              CC="$CC $ac_cv_sys_largefile_CFLAGS"
29167              cat >conftest.$ac_ext <<_ACEOF
29168 /* confdefs.h.  */
29169 _ACEOF
29170 cat confdefs.h >>conftest.$ac_ext
29171 cat >>conftest.$ac_ext <<_ACEOF
29172 /* end confdefs.h.  */
29173
29174 int
29175 main ()
29176 {
29177
29178   ;
29179   return 0;
29180 }
29181 _ACEOF
29182 rm -f conftest.$ac_objext conftest$ac_exeext
29183 if { (ac_try="$ac_link"
29184 case "(($ac_try" in
29185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29186   *) ac_try_echo=$ac_try;;
29187 esac
29188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29189   (eval "$ac_link") 2>conftest.er1
29190   ac_status=$?
29191   grep -v '^ *+' conftest.er1 >conftest.err
29192   rm -f conftest.er1
29193   cat conftest.err >&5
29194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29195   (exit $ac_status); } && {
29196          test -z "$ac_c_werror_flag" ||
29197          test ! -s conftest.err
29198        } && test -s conftest$ac_exeext &&
29199        $as_test_x conftest$ac_exeext; then
29200   :
29201 else
29202   echo "$as_me: failed program was:" >&5
29203 sed 's/^/| /' conftest.$ac_ext >&5
29204
29205         ac_cv_sys_largefile_CFLAGS=no
29206 fi
29207
29208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29209       conftest$ac_exeext conftest.$ac_ext
29210              CC="$ac_save_CC"
29211            esac
29212       }
29213 fi
29214 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CFLAGS" >&5
29215 echo "${ECHO_T}$ac_cv_sys_largefile_CFLAGS" >&6; }
29216      { echo "$as_me:$LINENO: checking for LDFLAGS value to request large file support" >&5
29217 echo $ECHO_N "checking for LDFLAGS value to request large file support... $ECHO_C" >&6; }
29218 if test "${ac_cv_sys_largefile_LDFLAGS+set}" = set; then
29219   echo $ECHO_N "(cached) $ECHO_C" >&6
29220 else
29221   ac_cv_sys_largefile_LDFLAGS=`($GETCONF LFS_LDFLAGS) 2>/dev/null` || {
29222         ac_cv_sys_largefile_LDFLAGS=no
29223
29224       }
29225 fi
29226 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_LDFLAGS" >&5
29227 echo "${ECHO_T}$ac_cv_sys_largefile_LDFLAGS" >&6; }
29228      { echo "$as_me:$LINENO: checking for LIBS value to request large file support" >&5
29229 echo $ECHO_N "checking for LIBS value to request large file support... $ECHO_C" >&6; }
29230 if test "${ac_cv_sys_largefile_LIBS+set}" = set; then
29231   echo $ECHO_N "(cached) $ECHO_C" >&6
29232 else
29233   ac_cv_sys_largefile_LIBS=`($GETCONF LFS_LIBS) 2>/dev/null` || {
29234         ac_cv_sys_largefile_LIBS=no
29235
29236       }
29237 fi
29238 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_LIBS" >&5
29239 echo "${ECHO_T}$ac_cv_sys_largefile_LIBS" >&6; }
29240
29241      for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29242        case "$ac_flag" in
29243        no) ;;
29244        -D_FILE_OFFSET_BITS=*) ;;
29245        -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;;
29246        -D_LARGE_FILES | -D_LARGE_FILES=*) ;;
29247        -D?* | -I?*)
29248          case "$ac_flag" in
29249    no) ;;
29250    ?*)
29251      case "$CPPFLAGS" in
29252      '') CPPFLAGS="$ac_flag" ;;
29253      *) CPPFLAGS=$CPPFLAGS' '"$ac_flag" ;;
29254      esac ;;
29255    esac ;;
29256        *)
29257          case "$ac_flag" in
29258    no) ;;
29259    ?*)
29260      case "$CFLAGS" in
29261      '') CFLAGS="$ac_flag" ;;
29262      *) CFLAGS=$CFLAGS' '"$ac_flag" ;;
29263      esac ;;
29264    esac ;;
29265        esac
29266      done
29267      case "$ac_cv_sys_largefile_LDFLAGS" in
29268    no) ;;
29269    ?*)
29270      case "$LDFLAGS" in
29271      '') LDFLAGS="$ac_cv_sys_largefile_LDFLAGS" ;;
29272      *) LDFLAGS=$LDFLAGS' '"$ac_cv_sys_largefile_LDFLAGS" ;;
29273      esac ;;
29274    esac
29275      case "$ac_cv_sys_largefile_LIBS" in
29276    no) ;;
29277    ?*)
29278      case "$LIBS" in
29279      '') LIBS="$ac_cv_sys_largefile_LIBS" ;;
29280      *) LIBS=$LIBS' '"$ac_cv_sys_largefile_LIBS" ;;
29281      esac ;;
29282    esac
29283      { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS" >&5
29284 echo $ECHO_N "checking for _FILE_OFFSET_BITS... $ECHO_C" >&6; }
29285 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
29286   echo $ECHO_N "(cached) $ECHO_C" >&6
29287 else
29288   ac_cv_sys_file_offset_bits=no
29289       ac_cv_sys_file_offset_bits=64
29290       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29291         case "$ac_flag" in
29292         -D_FILE_OFFSET_BITS)
29293           ac_cv_sys_file_offset_bits=1 ;;
29294         -D_FILE_OFFSET_BITS=*)
29295           ac_cv_sys_file_offset_bits=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29296         esac
29297       done
29298
29299 fi
29300 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
29301 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
29302    if test "$ac_cv_sys_file_offset_bits" != no; then
29303
29304 cat >>confdefs.h <<_ACEOF
29305 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
29306 _ACEOF
29307
29308    fi
29309      { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE" >&5
29310 echo $ECHO_N "checking for _LARGEFILE_SOURCE... $ECHO_C" >&6; }
29311 if test "${ac_cv_sys_largefile_source+set}" = set; then
29312   echo $ECHO_N "(cached) $ECHO_C" >&6
29313 else
29314   ac_cv_sys_largefile_source=no
29315       ac_cv_sys_largefile_source=1
29316       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29317         case "$ac_flag" in
29318         -D_LARGEFILE_SOURCE)
29319           ac_cv_sys_largefile_source=1 ;;
29320         -D_LARGEFILE_SOURCE=*)
29321           ac_cv_sys_largefile_source=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29322         esac
29323       done
29324
29325 fi
29326 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
29327 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
29328    if test "$ac_cv_sys_largefile_source" != no; then
29329
29330 cat >>confdefs.h <<_ACEOF
29331 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
29332 _ACEOF
29333
29334    fi
29335      { echo "$as_me:$LINENO: checking for _LARGE_FILES" >&5
29336 echo $ECHO_N "checking for _LARGE_FILES... $ECHO_C" >&6; }
29337 if test "${ac_cv_sys_large_files+set}" = set; then
29338   echo $ECHO_N "(cached) $ECHO_C" >&6
29339 else
29340   ac_cv_sys_large_files=no
29341       ac_cv_sys_large_files=1
29342       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29343         case "$ac_flag" in
29344         -D_LARGE_FILES)
29345           ac_cv_sys_large_files=1 ;;
29346         -D_LARGE_FILES=*)
29347           ac_cv_sys_large_files=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29348         esac
29349       done
29350
29351 fi
29352 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
29353 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
29354    if test "$ac_cv_sys_large_files" != no; then
29355
29356 cat >>confdefs.h <<_ACEOF
29357 #define _LARGE_FILES $ac_cv_sys_large_files
29358 _ACEOF
29359
29360    fi
29361    fi
29362
29363
29364 { echo "$as_me:$LINENO: checking for X" >&5
29365 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
29366
29367
29368 # Check whether --with-x was given.
29369 if test "${with_x+set}" = set; then
29370   withval=$with_x;
29371 fi
29372
29373 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
29374 if test "x$with_x" = xno; then
29375   # The user explicitly disabled X.
29376   have_x=disabled
29377 else
29378   case $x_includes,$x_libraries in #(
29379     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
29380 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
29381    { (exit 1); exit 1; }; };; #(
29382     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
29383   echo $ECHO_N "(cached) $ECHO_C" >&6
29384 else
29385   # One or both of the vars are not set, and there is no cached value.
29386 ac_x_includes=no ac_x_libraries=no
29387 rm -f -r conftest.dir
29388 if mkdir conftest.dir; then
29389   cd conftest.dir
29390   cat >Imakefile <<'_ACEOF'
29391 incroot:
29392         @echo incroot='${INCROOT}'
29393 usrlibdir:
29394         @echo usrlibdir='${USRLIBDIR}'
29395 libdir:
29396         @echo libdir='${LIBDIR}'
29397 _ACEOF
29398   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
29399     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29400     for ac_var in incroot usrlibdir libdir; do
29401       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
29402     done
29403     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29404     for ac_extension in a so sl; do
29405       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
29406          test -f "$ac_im_libdir/libX11.$ac_extension"; then
29407         ac_im_usrlibdir=$ac_im_libdir; break
29408       fi
29409     done
29410     # Screen out bogus values from the imake configuration.  They are
29411     # bogus both because they are the default anyway, and because
29412     # using them would break gcc on systems where it needs fixed includes.
29413     case $ac_im_incroot in
29414         /usr/include) ac_x_includes= ;;
29415         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
29416     esac
29417     case $ac_im_usrlibdir in
29418         /usr/lib | /lib) ;;
29419         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
29420     esac
29421   fi
29422   cd ..
29423   rm -f -r conftest.dir
29424 fi
29425
29426 # Standard set of common directories for X headers.
29427 # Check X11 before X11Rn because it is often a symlink to the current release.
29428 ac_x_header_dirs='
29429 /usr/X11/include
29430 /usr/X11R6/include
29431 /usr/X11R5/include
29432 /usr/X11R4/include
29433
29434 /usr/include/X11
29435 /usr/include/X11R6
29436 /usr/include/X11R5
29437 /usr/include/X11R4
29438
29439 /usr/local/X11/include
29440 /usr/local/X11R6/include
29441 /usr/local/X11R5/include
29442 /usr/local/X11R4/include
29443
29444 /usr/local/include/X11
29445 /usr/local/include/X11R6
29446 /usr/local/include/X11R5
29447 /usr/local/include/X11R4
29448
29449 /usr/X386/include
29450 /usr/x386/include
29451 /usr/XFree86/include/X11
29452
29453 /usr/include
29454 /usr/local/include
29455 /usr/unsupported/include
29456 /usr/athena/include
29457 /usr/local/x11r5/include
29458 /usr/lpp/Xamples/include
29459
29460 /usr/openwin/include
29461 /usr/openwin/share/include'
29462
29463 if test "$ac_x_includes" = no; then
29464   # Guess where to find include files, by looking for Xlib.h.
29465   # First, try using that file with no special directory specified.
29466   cat >conftest.$ac_ext <<_ACEOF
29467 /* confdefs.h.  */
29468 _ACEOF
29469 cat confdefs.h >>conftest.$ac_ext
29470 cat >>conftest.$ac_ext <<_ACEOF
29471 /* end confdefs.h.  */
29472 #include <X11/Xlib.h>
29473 _ACEOF
29474 if { (ac_try="$ac_cpp conftest.$ac_ext"
29475 case "(($ac_try" in
29476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29477   *) ac_try_echo=$ac_try;;
29478 esac
29479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29480   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29481   ac_status=$?
29482   grep -v '^ *+' conftest.er1 >conftest.err
29483   rm -f conftest.er1
29484   cat conftest.err >&5
29485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29486   (exit $ac_status); } >/dev/null && {
29487          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29488          test ! -s conftest.err
29489        }; then
29490   # We can compile using X headers with no special include directory.
29491 ac_x_includes=
29492 else
29493   echo "$as_me: failed program was:" >&5
29494 sed 's/^/| /' conftest.$ac_ext >&5
29495
29496   for ac_dir in $ac_x_header_dirs; do
29497   if test -r "$ac_dir/X11/Xlib.h"; then
29498     ac_x_includes=$ac_dir
29499     break
29500   fi
29501 done
29502 fi
29503
29504 rm -f conftest.err conftest.$ac_ext
29505 fi # $ac_x_includes = no
29506
29507 if test "$ac_x_libraries" = no; then
29508   # Check for the libraries.
29509   # See if we find them without any special options.
29510   # Don't add to $LIBS permanently.
29511   ac_save_LIBS=$LIBS
29512   LIBS="-lX11 $LIBS"
29513   cat >conftest.$ac_ext <<_ACEOF
29514 /* confdefs.h.  */
29515 _ACEOF
29516 cat confdefs.h >>conftest.$ac_ext
29517 cat >>conftest.$ac_ext <<_ACEOF
29518 /* end confdefs.h.  */
29519 #include <X11/Xlib.h>
29520 int
29521 main ()
29522 {
29523 XrmInitialize ()
29524   ;
29525   return 0;
29526 }
29527 _ACEOF
29528 rm -f conftest.$ac_objext conftest$ac_exeext
29529 if { (ac_try="$ac_link"
29530 case "(($ac_try" in
29531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29532   *) ac_try_echo=$ac_try;;
29533 esac
29534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29535   (eval "$ac_link") 2>conftest.er1
29536   ac_status=$?
29537   grep -v '^ *+' conftest.er1 >conftest.err
29538   rm -f conftest.er1
29539   cat conftest.err >&5
29540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29541   (exit $ac_status); } && {
29542          test -z "$ac_c_werror_flag" ||
29543          test ! -s conftest.err
29544        } && test -s conftest$ac_exeext &&
29545        $as_test_x conftest$ac_exeext; then
29546   LIBS=$ac_save_LIBS
29547 # We can link X programs with no special library path.
29548 ac_x_libraries=
29549 else
29550   echo "$as_me: failed program was:" >&5
29551 sed 's/^/| /' conftest.$ac_ext >&5
29552
29553         LIBS=$ac_save_LIBS
29554 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
29555 do
29556   # Don't even attempt the hair of trying to link an X program!
29557   for ac_extension in a so sl; do
29558     if test -r "$ac_dir/libX11.$ac_extension"; then
29559       ac_x_libraries=$ac_dir
29560       break 2
29561     fi
29562   done
29563 done
29564 fi
29565
29566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29567       conftest$ac_exeext conftest.$ac_ext
29568 fi # $ac_x_libraries = no
29569
29570 case $ac_x_includes,$ac_x_libraries in #(
29571   no,* | *,no | *\'*)
29572     # Didn't find X, or a directory has "'" in its name.
29573     ac_cv_have_x="have_x=no";; #(
29574   *)
29575     # Record where we found X for the cache.
29576     ac_cv_have_x="have_x=yes\
29577         ac_x_includes='$ac_x_includes'\
29578         ac_x_libraries='$ac_x_libraries'"
29579 esac
29580 fi
29581 ;; #(
29582     *) have_x=yes;;
29583   esac
29584   eval "$ac_cv_have_x"
29585 fi # $with_x != no
29586
29587 if test "$have_x" != yes; then
29588   { echo "$as_me:$LINENO: result: $have_x" >&5
29589 echo "${ECHO_T}$have_x" >&6; }
29590   no_x=yes
29591 else
29592   # If each of the values was on the command line, it overrides each guess.
29593   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
29594   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
29595   # Update the cache value to reflect the command line values.
29596   ac_cv_have_x="have_x=yes\
29597         ac_x_includes='$x_includes'\
29598         ac_x_libraries='$x_libraries'"
29599   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
29600 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
29601 fi
29602
29603 if test "$no_x" = yes; then
29604   # Not all programs may use this symbol, but it does not hurt to define it.
29605
29606 cat >>confdefs.h <<\_ACEOF
29607 #define X_DISPLAY_MISSING 1
29608 _ACEOF
29609
29610   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
29611 else
29612   if test -n "$x_includes"; then
29613     X_CFLAGS="$X_CFLAGS -I$x_includes"
29614   fi
29615
29616   # It would also be nice to do this for all -L options, not just this one.
29617   if test -n "$x_libraries"; then
29618     X_LIBS="$X_LIBS -L$x_libraries"
29619     # For Solaris; some versions of Sun CC require a space after -R and
29620     # others require no space.  Words are not sufficient . . . .
29621     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
29622 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
29623     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
29624     ac_xsave_c_werror_flag=$ac_c_werror_flag
29625     ac_c_werror_flag=yes
29626     cat >conftest.$ac_ext <<_ACEOF
29627 /* confdefs.h.  */
29628 _ACEOF
29629 cat confdefs.h >>conftest.$ac_ext
29630 cat >>conftest.$ac_ext <<_ACEOF
29631 /* end confdefs.h.  */
29632
29633 int
29634 main ()
29635 {
29636
29637   ;
29638   return 0;
29639 }
29640 _ACEOF
29641 rm -f conftest.$ac_objext conftest$ac_exeext
29642 if { (ac_try="$ac_link"
29643 case "(($ac_try" in
29644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29645   *) ac_try_echo=$ac_try;;
29646 esac
29647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29648   (eval "$ac_link") 2>conftest.er1
29649   ac_status=$?
29650   grep -v '^ *+' conftest.er1 >conftest.err
29651   rm -f conftest.er1
29652   cat conftest.err >&5
29653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29654   (exit $ac_status); } && {
29655          test -z "$ac_c_werror_flag" ||
29656          test ! -s conftest.err
29657        } && test -s conftest$ac_exeext &&
29658        $as_test_x conftest$ac_exeext; then
29659   { echo "$as_me:$LINENO: result: no" >&5
29660 echo "${ECHO_T}no" >&6; }
29661        X_LIBS="$X_LIBS -R$x_libraries"
29662 else
29663   echo "$as_me: failed program was:" >&5
29664 sed 's/^/| /' conftest.$ac_ext >&5
29665
29666         LIBS="$ac_xsave_LIBS -R $x_libraries"
29667        cat >conftest.$ac_ext <<_ACEOF
29668 /* confdefs.h.  */
29669 _ACEOF
29670 cat confdefs.h >>conftest.$ac_ext
29671 cat >>conftest.$ac_ext <<_ACEOF
29672 /* end confdefs.h.  */
29673
29674 int
29675 main ()
29676 {
29677
29678   ;
29679   return 0;
29680 }
29681 _ACEOF
29682 rm -f conftest.$ac_objext conftest$ac_exeext
29683 if { (ac_try="$ac_link"
29684 case "(($ac_try" in
29685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29686   *) ac_try_echo=$ac_try;;
29687 esac
29688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29689   (eval "$ac_link") 2>conftest.er1
29690   ac_status=$?
29691   grep -v '^ *+' conftest.er1 >conftest.err
29692   rm -f conftest.er1
29693   cat conftest.err >&5
29694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29695   (exit $ac_status); } && {
29696          test -z "$ac_c_werror_flag" ||
29697          test ! -s conftest.err
29698        } && test -s conftest$ac_exeext &&
29699        $as_test_x conftest$ac_exeext; then
29700   { echo "$as_me:$LINENO: result: yes" >&5
29701 echo "${ECHO_T}yes" >&6; }
29702           X_LIBS="$X_LIBS -R $x_libraries"
29703 else
29704   echo "$as_me: failed program was:" >&5
29705 sed 's/^/| /' conftest.$ac_ext >&5
29706
29707         { echo "$as_me:$LINENO: result: neither works" >&5
29708 echo "${ECHO_T}neither works" >&6; }
29709 fi
29710
29711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29712       conftest$ac_exeext conftest.$ac_ext
29713 fi
29714
29715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29716       conftest$ac_exeext conftest.$ac_ext
29717     ac_c_werror_flag=$ac_xsave_c_werror_flag
29718     LIBS=$ac_xsave_LIBS
29719   fi
29720
29721   # Check for system-dependent libraries X programs must link with.
29722   # Do this before checking for the system-independent R6 libraries
29723   # (-lICE), since we may need -lsocket or whatever for X linking.
29724
29725   if test "$ISC" = yes; then
29726     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
29727   else
29728     # Martyn Johnson says this is needed for Ultrix, if the X
29729     # libraries were built with DECnet support.  And Karl Berry says
29730     # the Alpha needs dnet_stub (dnet does not exist).
29731     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
29732     cat >conftest.$ac_ext <<_ACEOF
29733 /* confdefs.h.  */
29734 _ACEOF
29735 cat confdefs.h >>conftest.$ac_ext
29736 cat >>conftest.$ac_ext <<_ACEOF
29737 /* end confdefs.h.  */
29738
29739 /* Override any GCC internal prototype to avoid an error.
29740    Use char because int might match the return type of a GCC
29741    builtin and then its argument prototype would still apply.  */
29742 #ifdef __cplusplus
29743 extern "C"
29744 #endif
29745 char XOpenDisplay ();
29746 int
29747 main ()
29748 {
29749 return XOpenDisplay ();
29750   ;
29751   return 0;
29752 }
29753 _ACEOF
29754 rm -f conftest.$ac_objext conftest$ac_exeext
29755 if { (ac_try="$ac_link"
29756 case "(($ac_try" in
29757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29758   *) ac_try_echo=$ac_try;;
29759 esac
29760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29761   (eval "$ac_link") 2>conftest.er1
29762   ac_status=$?
29763   grep -v '^ *+' conftest.er1 >conftest.err
29764   rm -f conftest.er1
29765   cat conftest.err >&5
29766   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29767   (exit $ac_status); } && {
29768          test -z "$ac_c_werror_flag" ||
29769          test ! -s conftest.err
29770        } && test -s conftest$ac_exeext &&
29771        $as_test_x conftest$ac_exeext; then
29772   :
29773 else
29774   echo "$as_me: failed program was:" >&5
29775 sed 's/^/| /' conftest.$ac_ext >&5
29776
29777         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
29778 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
29779 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
29780   echo $ECHO_N "(cached) $ECHO_C" >&6
29781 else
29782   ac_check_lib_save_LIBS=$LIBS
29783 LIBS="-ldnet  $LIBS"
29784 cat >conftest.$ac_ext <<_ACEOF
29785 /* confdefs.h.  */
29786 _ACEOF
29787 cat confdefs.h >>conftest.$ac_ext
29788 cat >>conftest.$ac_ext <<_ACEOF
29789 /* end confdefs.h.  */
29790
29791 /* Override any GCC internal prototype to avoid an error.
29792    Use char because int might match the return type of a GCC
29793    builtin and then its argument prototype would still apply.  */
29794 #ifdef __cplusplus
29795 extern "C"
29796 #endif
29797 char dnet_ntoa ();
29798 int
29799 main ()
29800 {
29801 return dnet_ntoa ();
29802   ;
29803   return 0;
29804 }
29805 _ACEOF
29806 rm -f conftest.$ac_objext conftest$ac_exeext
29807 if { (ac_try="$ac_link"
29808 case "(($ac_try" in
29809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29810   *) ac_try_echo=$ac_try;;
29811 esac
29812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29813   (eval "$ac_link") 2>conftest.er1
29814   ac_status=$?
29815   grep -v '^ *+' conftest.er1 >conftest.err
29816   rm -f conftest.er1
29817   cat conftest.err >&5
29818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29819   (exit $ac_status); } && {
29820          test -z "$ac_c_werror_flag" ||
29821          test ! -s conftest.err
29822        } && test -s conftest$ac_exeext &&
29823        $as_test_x conftest$ac_exeext; then
29824   ac_cv_lib_dnet_dnet_ntoa=yes
29825 else
29826   echo "$as_me: failed program was:" >&5
29827 sed 's/^/| /' conftest.$ac_ext >&5
29828
29829         ac_cv_lib_dnet_dnet_ntoa=no
29830 fi
29831
29832 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29833       conftest$ac_exeext conftest.$ac_ext
29834 LIBS=$ac_check_lib_save_LIBS
29835 fi
29836 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
29837 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
29838 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
29839   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
29840 fi
29841
29842     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
29843       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
29844 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
29845 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
29846   echo $ECHO_N "(cached) $ECHO_C" >&6
29847 else
29848   ac_check_lib_save_LIBS=$LIBS
29849 LIBS="-ldnet_stub  $LIBS"
29850 cat >conftest.$ac_ext <<_ACEOF
29851 /* confdefs.h.  */
29852 _ACEOF
29853 cat confdefs.h >>conftest.$ac_ext
29854 cat >>conftest.$ac_ext <<_ACEOF
29855 /* end confdefs.h.  */
29856
29857 /* Override any GCC internal prototype to avoid an error.
29858    Use char because int might match the return type of a GCC
29859    builtin and then its argument prototype would still apply.  */
29860 #ifdef __cplusplus
29861 extern "C"
29862 #endif
29863 char dnet_ntoa ();
29864 int
29865 main ()
29866 {
29867 return dnet_ntoa ();
29868   ;
29869   return 0;
29870 }
29871 _ACEOF
29872 rm -f conftest.$ac_objext conftest$ac_exeext
29873 if { (ac_try="$ac_link"
29874 case "(($ac_try" in
29875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29876   *) ac_try_echo=$ac_try;;
29877 esac
29878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29879   (eval "$ac_link") 2>conftest.er1
29880   ac_status=$?
29881   grep -v '^ *+' conftest.er1 >conftest.err
29882   rm -f conftest.er1
29883   cat conftest.err >&5
29884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29885   (exit $ac_status); } && {
29886          test -z "$ac_c_werror_flag" ||
29887          test ! -s conftest.err
29888        } && test -s conftest$ac_exeext &&
29889        $as_test_x conftest$ac_exeext; then
29890   ac_cv_lib_dnet_stub_dnet_ntoa=yes
29891 else
29892   echo "$as_me: failed program was:" >&5
29893 sed 's/^/| /' conftest.$ac_ext >&5
29894
29895         ac_cv_lib_dnet_stub_dnet_ntoa=no
29896 fi
29897
29898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29899       conftest$ac_exeext conftest.$ac_ext
29900 LIBS=$ac_check_lib_save_LIBS
29901 fi
29902 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
29903 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
29904 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
29905   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
29906 fi
29907
29908     fi
29909 fi
29910
29911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29912       conftest$ac_exeext conftest.$ac_ext
29913     LIBS="$ac_xsave_LIBS"
29914
29915     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
29916     # to get the SysV transport functions.
29917     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
29918     # needs -lnsl.
29919     # The nsl library prevents programs from opening the X display
29920     # on Irix 5.2, according to T.E. Dickey.
29921     # The functions gethostbyname, getservbyname, and inet_addr are
29922     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
29923     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
29924 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
29925 if test "${ac_cv_func_gethostbyname+set}" = set; then
29926   echo $ECHO_N "(cached) $ECHO_C" >&6
29927 else
29928   cat >conftest.$ac_ext <<_ACEOF
29929 /* confdefs.h.  */
29930 _ACEOF
29931 cat confdefs.h >>conftest.$ac_ext
29932 cat >>conftest.$ac_ext <<_ACEOF
29933 /* end confdefs.h.  */
29934 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
29935    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
29936 #define gethostbyname innocuous_gethostbyname
29937
29938 /* System header to define __stub macros and hopefully few prototypes,
29939     which can conflict with char gethostbyname (); below.
29940     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29941     <limits.h> exists even on freestanding compilers.  */
29942
29943 #ifdef __STDC__
29944 # include <limits.h>
29945 #else
29946 # include <assert.h>
29947 #endif
29948
29949 #undef gethostbyname
29950
29951 /* Override any GCC internal prototype to avoid an error.
29952    Use char because int might match the return type of a GCC
29953    builtin and then its argument prototype would still apply.  */
29954 #ifdef __cplusplus
29955 extern "C"
29956 #endif
29957 char gethostbyname ();
29958 /* The GNU C library defines this for functions which it implements
29959     to always fail with ENOSYS.  Some functions are actually named
29960     something starting with __ and the normal name is an alias.  */
29961 #if defined __stub_gethostbyname || defined __stub___gethostbyname
29962 choke me
29963 #endif
29964
29965 int
29966 main ()
29967 {
29968 return gethostbyname ();
29969   ;
29970   return 0;
29971 }
29972 _ACEOF
29973 rm -f conftest.$ac_objext conftest$ac_exeext
29974 if { (ac_try="$ac_link"
29975 case "(($ac_try" in
29976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29977   *) ac_try_echo=$ac_try;;
29978 esac
29979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29980   (eval "$ac_link") 2>conftest.er1
29981   ac_status=$?
29982   grep -v '^ *+' conftest.er1 >conftest.err
29983   rm -f conftest.er1
29984   cat conftest.err >&5
29985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29986   (exit $ac_status); } && {
29987          test -z "$ac_c_werror_flag" ||
29988          test ! -s conftest.err
29989        } && test -s conftest$ac_exeext &&
29990        $as_test_x conftest$ac_exeext; then
29991   ac_cv_func_gethostbyname=yes
29992 else
29993   echo "$as_me: failed program was:" >&5
29994 sed 's/^/| /' conftest.$ac_ext >&5
29995
29996         ac_cv_func_gethostbyname=no
29997 fi
29998
29999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30000       conftest$ac_exeext conftest.$ac_ext
30001 fi
30002 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30003 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
30004
30005     if test $ac_cv_func_gethostbyname = no; then
30006       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
30007 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
30008 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
30009   echo $ECHO_N "(cached) $ECHO_C" >&6
30010 else
30011   ac_check_lib_save_LIBS=$LIBS
30012 LIBS="-lnsl  $LIBS"
30013 cat >conftest.$ac_ext <<_ACEOF
30014 /* confdefs.h.  */
30015 _ACEOF
30016 cat confdefs.h >>conftest.$ac_ext
30017 cat >>conftest.$ac_ext <<_ACEOF
30018 /* end confdefs.h.  */
30019
30020 /* Override any GCC internal prototype to avoid an error.
30021    Use char because int might match the return type of a GCC
30022    builtin and then its argument prototype would still apply.  */
30023 #ifdef __cplusplus
30024 extern "C"
30025 #endif
30026 char gethostbyname ();
30027 int
30028 main ()
30029 {
30030 return gethostbyname ();
30031   ;
30032   return 0;
30033 }
30034 _ACEOF
30035 rm -f conftest.$ac_objext conftest$ac_exeext
30036 if { (ac_try="$ac_link"
30037 case "(($ac_try" in
30038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30039   *) ac_try_echo=$ac_try;;
30040 esac
30041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30042   (eval "$ac_link") 2>conftest.er1
30043   ac_status=$?
30044   grep -v '^ *+' conftest.er1 >conftest.err
30045   rm -f conftest.er1
30046   cat conftest.err >&5
30047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30048   (exit $ac_status); } && {
30049          test -z "$ac_c_werror_flag" ||
30050          test ! -s conftest.err
30051        } && test -s conftest$ac_exeext &&
30052        $as_test_x conftest$ac_exeext; then
30053   ac_cv_lib_nsl_gethostbyname=yes
30054 else
30055   echo "$as_me: failed program was:" >&5
30056 sed 's/^/| /' conftest.$ac_ext >&5
30057
30058         ac_cv_lib_nsl_gethostbyname=no
30059 fi
30060
30061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30062       conftest$ac_exeext conftest.$ac_ext
30063 LIBS=$ac_check_lib_save_LIBS
30064 fi
30065 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30066 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
30067 if test $ac_cv_lib_nsl_gethostbyname = yes; then
30068   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30069 fi
30070
30071       if test $ac_cv_lib_nsl_gethostbyname = no; then
30072         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30073 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
30074 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30075   echo $ECHO_N "(cached) $ECHO_C" >&6
30076 else
30077   ac_check_lib_save_LIBS=$LIBS
30078 LIBS="-lbsd  $LIBS"
30079 cat >conftest.$ac_ext <<_ACEOF
30080 /* confdefs.h.  */
30081 _ACEOF
30082 cat confdefs.h >>conftest.$ac_ext
30083 cat >>conftest.$ac_ext <<_ACEOF
30084 /* end confdefs.h.  */
30085
30086 /* Override any GCC internal prototype to avoid an error.
30087    Use char because int might match the return type of a GCC
30088    builtin and then its argument prototype would still apply.  */
30089 #ifdef __cplusplus
30090 extern "C"
30091 #endif
30092 char gethostbyname ();
30093 int
30094 main ()
30095 {
30096 return gethostbyname ();
30097   ;
30098   return 0;
30099 }
30100 _ACEOF
30101 rm -f conftest.$ac_objext conftest$ac_exeext
30102 if { (ac_try="$ac_link"
30103 case "(($ac_try" in
30104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30105   *) ac_try_echo=$ac_try;;
30106 esac
30107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30108   (eval "$ac_link") 2>conftest.er1
30109   ac_status=$?
30110   grep -v '^ *+' conftest.er1 >conftest.err
30111   rm -f conftest.er1
30112   cat conftest.err >&5
30113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30114   (exit $ac_status); } && {
30115          test -z "$ac_c_werror_flag" ||
30116          test ! -s conftest.err
30117        } && test -s conftest$ac_exeext &&
30118        $as_test_x conftest$ac_exeext; then
30119   ac_cv_lib_bsd_gethostbyname=yes
30120 else
30121   echo "$as_me: failed program was:" >&5
30122 sed 's/^/| /' conftest.$ac_ext >&5
30123
30124         ac_cv_lib_bsd_gethostbyname=no
30125 fi
30126
30127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30128       conftest$ac_exeext conftest.$ac_ext
30129 LIBS=$ac_check_lib_save_LIBS
30130 fi
30131 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
30132 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
30133 if test $ac_cv_lib_bsd_gethostbyname = yes; then
30134   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
30135 fi
30136
30137       fi
30138     fi
30139
30140     # lieder@skyler.mavd.honeywell.com says without -lsocket,
30141     # socket/setsockopt and other routines are undefined under SCO ODT
30142     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
30143     # on later versions), says Simon Leinen: it contains gethostby*
30144     # variants that don't use the name server (or something).  -lsocket
30145     # must be given before -lnsl if both are needed.  We assume that
30146     # if connect needs -lnsl, so does gethostbyname.
30147     { echo "$as_me:$LINENO: checking for connect" >&5
30148 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
30149 if test "${ac_cv_func_connect+set}" = set; then
30150   echo $ECHO_N "(cached) $ECHO_C" >&6
30151 else
30152   cat >conftest.$ac_ext <<_ACEOF
30153 /* confdefs.h.  */
30154 _ACEOF
30155 cat confdefs.h >>conftest.$ac_ext
30156 cat >>conftest.$ac_ext <<_ACEOF
30157 /* end confdefs.h.  */
30158 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
30159    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30160 #define connect innocuous_connect
30161
30162 /* System header to define __stub macros and hopefully few prototypes,
30163     which can conflict with char connect (); below.
30164     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30165     <limits.h> exists even on freestanding compilers.  */
30166
30167 #ifdef __STDC__
30168 # include <limits.h>
30169 #else
30170 # include <assert.h>
30171 #endif
30172
30173 #undef connect
30174
30175 /* Override any GCC internal prototype to avoid an error.
30176    Use char because int might match the return type of a GCC
30177    builtin and then its argument prototype would still apply.  */
30178 #ifdef __cplusplus
30179 extern "C"
30180 #endif
30181 char connect ();
30182 /* The GNU C library defines this for functions which it implements
30183     to always fail with ENOSYS.  Some functions are actually named
30184     something starting with __ and the normal name is an alias.  */
30185 #if defined __stub_connect || defined __stub___connect
30186 choke me
30187 #endif
30188
30189 int
30190 main ()
30191 {
30192 return connect ();
30193   ;
30194   return 0;
30195 }
30196 _ACEOF
30197 rm -f conftest.$ac_objext conftest$ac_exeext
30198 if { (ac_try="$ac_link"
30199 case "(($ac_try" in
30200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30201   *) ac_try_echo=$ac_try;;
30202 esac
30203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30204   (eval "$ac_link") 2>conftest.er1
30205   ac_status=$?
30206   grep -v '^ *+' conftest.er1 >conftest.err
30207   rm -f conftest.er1
30208   cat conftest.err >&5
30209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30210   (exit $ac_status); } && {
30211          test -z "$ac_c_werror_flag" ||
30212          test ! -s conftest.err
30213        } && test -s conftest$ac_exeext &&
30214        $as_test_x conftest$ac_exeext; then
30215   ac_cv_func_connect=yes
30216 else
30217   echo "$as_me: failed program was:" >&5
30218 sed 's/^/| /' conftest.$ac_ext >&5
30219
30220         ac_cv_func_connect=no
30221 fi
30222
30223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30224       conftest$ac_exeext conftest.$ac_ext
30225 fi
30226 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
30227 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
30228
30229     if test $ac_cv_func_connect = no; then
30230       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
30231 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
30232 if test "${ac_cv_lib_socket_connect+set}" = set; then
30233   echo $ECHO_N "(cached) $ECHO_C" >&6
30234 else
30235   ac_check_lib_save_LIBS=$LIBS
30236 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
30237 cat >conftest.$ac_ext <<_ACEOF
30238 /* confdefs.h.  */
30239 _ACEOF
30240 cat confdefs.h >>conftest.$ac_ext
30241 cat >>conftest.$ac_ext <<_ACEOF
30242 /* end confdefs.h.  */
30243
30244 /* Override any GCC internal prototype to avoid an error.
30245    Use char because int might match the return type of a GCC
30246    builtin and then its argument prototype would still apply.  */
30247 #ifdef __cplusplus
30248 extern "C"
30249 #endif
30250 char connect ();
30251 int
30252 main ()
30253 {
30254 return connect ();
30255   ;
30256   return 0;
30257 }
30258 _ACEOF
30259 rm -f conftest.$ac_objext conftest$ac_exeext
30260 if { (ac_try="$ac_link"
30261 case "(($ac_try" in
30262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30263   *) ac_try_echo=$ac_try;;
30264 esac
30265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30266   (eval "$ac_link") 2>conftest.er1
30267   ac_status=$?
30268   grep -v '^ *+' conftest.er1 >conftest.err
30269   rm -f conftest.er1
30270   cat conftest.err >&5
30271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30272   (exit $ac_status); } && {
30273          test -z "$ac_c_werror_flag" ||
30274          test ! -s conftest.err
30275        } && test -s conftest$ac_exeext &&
30276        $as_test_x conftest$ac_exeext; then
30277   ac_cv_lib_socket_connect=yes
30278 else
30279   echo "$as_me: failed program was:" >&5
30280 sed 's/^/| /' conftest.$ac_ext >&5
30281
30282         ac_cv_lib_socket_connect=no
30283 fi
30284
30285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30286       conftest$ac_exeext conftest.$ac_ext
30287 LIBS=$ac_check_lib_save_LIBS
30288 fi
30289 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
30290 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
30291 if test $ac_cv_lib_socket_connect = yes; then
30292   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
30293 fi
30294
30295     fi
30296
30297     # Guillermo Gomez says -lposix is necessary on A/UX.
30298     { echo "$as_me:$LINENO: checking for remove" >&5
30299 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
30300 if test "${ac_cv_func_remove+set}" = set; then
30301   echo $ECHO_N "(cached) $ECHO_C" >&6
30302 else
30303   cat >conftest.$ac_ext <<_ACEOF
30304 /* confdefs.h.  */
30305 _ACEOF
30306 cat confdefs.h >>conftest.$ac_ext
30307 cat >>conftest.$ac_ext <<_ACEOF
30308 /* end confdefs.h.  */
30309 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
30310    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30311 #define remove innocuous_remove
30312
30313 /* System header to define __stub macros and hopefully few prototypes,
30314     which can conflict with char remove (); below.
30315     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30316     <limits.h> exists even on freestanding compilers.  */
30317
30318 #ifdef __STDC__
30319 # include <limits.h>
30320 #else
30321 # include <assert.h>
30322 #endif
30323
30324 #undef remove
30325
30326 /* Override any GCC internal prototype to avoid an error.
30327    Use char because int might match the return type of a GCC
30328    builtin and then its argument prototype would still apply.  */
30329 #ifdef __cplusplus
30330 extern "C"
30331 #endif
30332 char remove ();
30333 /* The GNU C library defines this for functions which it implements
30334     to always fail with ENOSYS.  Some functions are actually named
30335     something starting with __ and the normal name is an alias.  */
30336 #if defined __stub_remove || defined __stub___remove
30337 choke me
30338 #endif
30339
30340 int
30341 main ()
30342 {
30343 return remove ();
30344   ;
30345   return 0;
30346 }
30347 _ACEOF
30348 rm -f conftest.$ac_objext conftest$ac_exeext
30349 if { (ac_try="$ac_link"
30350 case "(($ac_try" in
30351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30352   *) ac_try_echo=$ac_try;;
30353 esac
30354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30355   (eval "$ac_link") 2>conftest.er1
30356   ac_status=$?
30357   grep -v '^ *+' conftest.er1 >conftest.err
30358   rm -f conftest.er1
30359   cat conftest.err >&5
30360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30361   (exit $ac_status); } && {
30362          test -z "$ac_c_werror_flag" ||
30363          test ! -s conftest.err
30364        } && test -s conftest$ac_exeext &&
30365        $as_test_x conftest$ac_exeext; then
30366   ac_cv_func_remove=yes
30367 else
30368   echo "$as_me: failed program was:" >&5
30369 sed 's/^/| /' conftest.$ac_ext >&5
30370
30371         ac_cv_func_remove=no
30372 fi
30373
30374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30375       conftest$ac_exeext conftest.$ac_ext
30376 fi
30377 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
30378 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
30379
30380     if test $ac_cv_func_remove = no; then
30381       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
30382 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
30383 if test "${ac_cv_lib_posix_remove+set}" = set; then
30384   echo $ECHO_N "(cached) $ECHO_C" >&6
30385 else
30386   ac_check_lib_save_LIBS=$LIBS
30387 LIBS="-lposix  $LIBS"
30388 cat >conftest.$ac_ext <<_ACEOF
30389 /* confdefs.h.  */
30390 _ACEOF
30391 cat confdefs.h >>conftest.$ac_ext
30392 cat >>conftest.$ac_ext <<_ACEOF
30393 /* end confdefs.h.  */
30394
30395 /* Override any GCC internal prototype to avoid an error.
30396    Use char because int might match the return type of a GCC
30397    builtin and then its argument prototype would still apply.  */
30398 #ifdef __cplusplus
30399 extern "C"
30400 #endif
30401 char remove ();
30402 int
30403 main ()
30404 {
30405 return remove ();
30406   ;
30407   return 0;
30408 }
30409 _ACEOF
30410 rm -f conftest.$ac_objext conftest$ac_exeext
30411 if { (ac_try="$ac_link"
30412 case "(($ac_try" in
30413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30414   *) ac_try_echo=$ac_try;;
30415 esac
30416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30417   (eval "$ac_link") 2>conftest.er1
30418   ac_status=$?
30419   grep -v '^ *+' conftest.er1 >conftest.err
30420   rm -f conftest.er1
30421   cat conftest.err >&5
30422   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30423   (exit $ac_status); } && {
30424          test -z "$ac_c_werror_flag" ||
30425          test ! -s conftest.err
30426        } && test -s conftest$ac_exeext &&
30427        $as_test_x conftest$ac_exeext; then
30428   ac_cv_lib_posix_remove=yes
30429 else
30430   echo "$as_me: failed program was:" >&5
30431 sed 's/^/| /' conftest.$ac_ext >&5
30432
30433         ac_cv_lib_posix_remove=no
30434 fi
30435
30436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30437       conftest$ac_exeext conftest.$ac_ext
30438 LIBS=$ac_check_lib_save_LIBS
30439 fi
30440 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
30441 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
30442 if test $ac_cv_lib_posix_remove = yes; then
30443   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
30444 fi
30445
30446     fi
30447
30448     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
30449     { echo "$as_me:$LINENO: checking for shmat" >&5
30450 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
30451 if test "${ac_cv_func_shmat+set}" = set; then
30452   echo $ECHO_N "(cached) $ECHO_C" >&6
30453 else
30454   cat >conftest.$ac_ext <<_ACEOF
30455 /* confdefs.h.  */
30456 _ACEOF
30457 cat confdefs.h >>conftest.$ac_ext
30458 cat >>conftest.$ac_ext <<_ACEOF
30459 /* end confdefs.h.  */
30460 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
30461    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30462 #define shmat innocuous_shmat
30463
30464 /* System header to define __stub macros and hopefully few prototypes,
30465     which can conflict with char shmat (); below.
30466     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30467     <limits.h> exists even on freestanding compilers.  */
30468
30469 #ifdef __STDC__
30470 # include <limits.h>
30471 #else
30472 # include <assert.h>
30473 #endif
30474
30475 #undef shmat
30476
30477 /* Override any GCC internal prototype to avoid an error.
30478    Use char because int might match the return type of a GCC
30479    builtin and then its argument prototype would still apply.  */
30480 #ifdef __cplusplus
30481 extern "C"
30482 #endif
30483 char shmat ();
30484 /* The GNU C library defines this for functions which it implements
30485     to always fail with ENOSYS.  Some functions are actually named
30486     something starting with __ and the normal name is an alias.  */
30487 #if defined __stub_shmat || defined __stub___shmat
30488 choke me
30489 #endif
30490
30491 int
30492 main ()
30493 {
30494 return shmat ();
30495   ;
30496   return 0;
30497 }
30498 _ACEOF
30499 rm -f conftest.$ac_objext conftest$ac_exeext
30500 if { (ac_try="$ac_link"
30501 case "(($ac_try" in
30502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30503   *) ac_try_echo=$ac_try;;
30504 esac
30505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30506   (eval "$ac_link") 2>conftest.er1
30507   ac_status=$?
30508   grep -v '^ *+' conftest.er1 >conftest.err
30509   rm -f conftest.er1
30510   cat conftest.err >&5
30511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30512   (exit $ac_status); } && {
30513          test -z "$ac_c_werror_flag" ||
30514          test ! -s conftest.err
30515        } && test -s conftest$ac_exeext &&
30516        $as_test_x conftest$ac_exeext; then
30517   ac_cv_func_shmat=yes
30518 else
30519   echo "$as_me: failed program was:" >&5
30520 sed 's/^/| /' conftest.$ac_ext >&5
30521
30522         ac_cv_func_shmat=no
30523 fi
30524
30525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30526       conftest$ac_exeext conftest.$ac_ext
30527 fi
30528 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
30529 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
30530
30531     if test $ac_cv_func_shmat = no; then
30532       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
30533 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
30534 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
30535   echo $ECHO_N "(cached) $ECHO_C" >&6
30536 else
30537   ac_check_lib_save_LIBS=$LIBS
30538 LIBS="-lipc  $LIBS"
30539 cat >conftest.$ac_ext <<_ACEOF
30540 /* confdefs.h.  */
30541 _ACEOF
30542 cat confdefs.h >>conftest.$ac_ext
30543 cat >>conftest.$ac_ext <<_ACEOF
30544 /* end confdefs.h.  */
30545
30546 /* Override any GCC internal prototype to avoid an error.
30547    Use char because int might match the return type of a GCC
30548    builtin and then its argument prototype would still apply.  */
30549 #ifdef __cplusplus
30550 extern "C"
30551 #endif
30552 char shmat ();
30553 int
30554 main ()
30555 {
30556 return shmat ();
30557   ;
30558   return 0;
30559 }
30560 _ACEOF
30561 rm -f conftest.$ac_objext conftest$ac_exeext
30562 if { (ac_try="$ac_link"
30563 case "(($ac_try" in
30564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30565   *) ac_try_echo=$ac_try;;
30566 esac
30567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30568   (eval "$ac_link") 2>conftest.er1
30569   ac_status=$?
30570   grep -v '^ *+' conftest.er1 >conftest.err
30571   rm -f conftest.er1
30572   cat conftest.err >&5
30573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30574   (exit $ac_status); } && {
30575          test -z "$ac_c_werror_flag" ||
30576          test ! -s conftest.err
30577        } && test -s conftest$ac_exeext &&
30578        $as_test_x conftest$ac_exeext; then
30579   ac_cv_lib_ipc_shmat=yes
30580 else
30581   echo "$as_me: failed program was:" >&5
30582 sed 's/^/| /' conftest.$ac_ext >&5
30583
30584         ac_cv_lib_ipc_shmat=no
30585 fi
30586
30587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30588       conftest$ac_exeext conftest.$ac_ext
30589 LIBS=$ac_check_lib_save_LIBS
30590 fi
30591 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
30592 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
30593 if test $ac_cv_lib_ipc_shmat = yes; then
30594   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
30595 fi
30596
30597     fi
30598   fi
30599
30600   # Check for libraries that X11R6 Xt/Xaw programs need.
30601   ac_save_LDFLAGS=$LDFLAGS
30602   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
30603   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
30604   # check for ICE first), but we must link in the order -lSM -lICE or
30605   # we get undefined symbols.  So assume we have SM if we have ICE.
30606   # These have to be linked with before -lX11, unlike the other
30607   # libraries we check for below, so use a different variable.
30608   # John Interrante, Karl Berry
30609   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
30610 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
30611 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
30612   echo $ECHO_N "(cached) $ECHO_C" >&6
30613 else
30614   ac_check_lib_save_LIBS=$LIBS
30615 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
30616 cat >conftest.$ac_ext <<_ACEOF
30617 /* confdefs.h.  */
30618 _ACEOF
30619 cat confdefs.h >>conftest.$ac_ext
30620 cat >>conftest.$ac_ext <<_ACEOF
30621 /* end confdefs.h.  */
30622
30623 /* Override any GCC internal prototype to avoid an error.
30624    Use char because int might match the return type of a GCC
30625    builtin and then its argument prototype would still apply.  */
30626 #ifdef __cplusplus
30627 extern "C"
30628 #endif
30629 char IceConnectionNumber ();
30630 int
30631 main ()
30632 {
30633 return IceConnectionNumber ();
30634   ;
30635   return 0;
30636 }
30637 _ACEOF
30638 rm -f conftest.$ac_objext conftest$ac_exeext
30639 if { (ac_try="$ac_link"
30640 case "(($ac_try" in
30641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30642   *) ac_try_echo=$ac_try;;
30643 esac
30644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30645   (eval "$ac_link") 2>conftest.er1
30646   ac_status=$?
30647   grep -v '^ *+' conftest.er1 >conftest.err
30648   rm -f conftest.er1
30649   cat conftest.err >&5
30650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30651   (exit $ac_status); } && {
30652          test -z "$ac_c_werror_flag" ||
30653          test ! -s conftest.err
30654        } && test -s conftest$ac_exeext &&
30655        $as_test_x conftest$ac_exeext; then
30656   ac_cv_lib_ICE_IceConnectionNumber=yes
30657 else
30658   echo "$as_me: failed program was:" >&5
30659 sed 's/^/| /' conftest.$ac_ext >&5
30660
30661         ac_cv_lib_ICE_IceConnectionNumber=no
30662 fi
30663
30664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30665       conftest$ac_exeext conftest.$ac_ext
30666 LIBS=$ac_check_lib_save_LIBS
30667 fi
30668 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
30669 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
30670 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
30671   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
30672 fi
30673
30674   LDFLAGS=$ac_save_LDFLAGS
30675
30676 fi
30677
30678
30679
30680
30681
30682
30683
30684
30685
30686
30687
30688
30689
30690
30691
30692
30693
30694
30695
30696
30697
30698
30699
30700
30701
30702
30703
30704
30705
30706
30707
30708 for ac_header in \
30709    assert.h \
30710    fcntl.h \
30711    grp.h \
30712    pwd.h \
30713    libc.h \
30714    limits.h \
30715    stdarg.h \
30716    stdlib.h \
30717    stdint.h \
30718    string.h \
30719    strings.h \
30720    termios.h \
30721    termcap.h \
30722    term.h \
30723    unistd.h \
30724    sys/bitypes.h \
30725    sys/byteorder.h \
30726    sys/ioctl.h \
30727    sys/select.h \
30728    sys/socket.h \
30729    sys/sockio.h \
30730    sys/stat.h \
30731    sys/time.h \
30732    sys/types.h \
30733    arpa/nameser.h \
30734    mtio.h \
30735    sys/mtio.h \
30736    sys/tape.h \
30737    regex.h \
30738
30739 do
30740 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30742   { echo "$as_me:$LINENO: checking for $ac_header" >&5
30743 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30744 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30745   echo $ECHO_N "(cached) $ECHO_C" >&6
30746 fi
30747 ac_res=`eval echo '${'$as_ac_Header'}'`
30748                { echo "$as_me:$LINENO: result: $ac_res" >&5
30749 echo "${ECHO_T}$ac_res" >&6; }
30750 else
30751   # Is the header compilable?
30752 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
30753 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
30754 cat >conftest.$ac_ext <<_ACEOF
30755 /* confdefs.h.  */
30756 _ACEOF
30757 cat confdefs.h >>conftest.$ac_ext
30758 cat >>conftest.$ac_ext <<_ACEOF
30759 /* end confdefs.h.  */
30760 $ac_includes_default
30761 #include <$ac_header>
30762 _ACEOF
30763 rm -f conftest.$ac_objext
30764 if { (ac_try="$ac_compile"
30765 case "(($ac_try" in
30766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30767   *) ac_try_echo=$ac_try;;
30768 esac
30769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30770   (eval "$ac_compile") 2>conftest.er1
30771   ac_status=$?
30772   grep -v '^ *+' conftest.er1 >conftest.err
30773   rm -f conftest.er1
30774   cat conftest.err >&5
30775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30776   (exit $ac_status); } && {
30777          test -z "$ac_c_werror_flag" ||
30778          test ! -s conftest.err
30779        } && test -s conftest.$ac_objext; then
30780   ac_header_compiler=yes
30781 else
30782   echo "$as_me: failed program was:" >&5
30783 sed 's/^/| /' conftest.$ac_ext >&5
30784
30785         ac_header_compiler=no
30786 fi
30787
30788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30789 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30790 echo "${ECHO_T}$ac_header_compiler" >&6; }
30791
30792 # Is the header present?
30793 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
30794 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
30795 cat >conftest.$ac_ext <<_ACEOF
30796 /* confdefs.h.  */
30797 _ACEOF
30798 cat confdefs.h >>conftest.$ac_ext
30799 cat >>conftest.$ac_ext <<_ACEOF
30800 /* end confdefs.h.  */
30801 #include <$ac_header>
30802 _ACEOF
30803 if { (ac_try="$ac_cpp conftest.$ac_ext"
30804 case "(($ac_try" in
30805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30806   *) ac_try_echo=$ac_try;;
30807 esac
30808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30809   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30810   ac_status=$?
30811   grep -v '^ *+' conftest.er1 >conftest.err
30812   rm -f conftest.er1
30813   cat conftest.err >&5
30814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30815   (exit $ac_status); } >/dev/null && {
30816          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30817          test ! -s conftest.err
30818        }; then
30819   ac_header_preproc=yes
30820 else
30821   echo "$as_me: failed program was:" >&5
30822 sed 's/^/| /' conftest.$ac_ext >&5
30823
30824   ac_header_preproc=no
30825 fi
30826
30827 rm -f conftest.err conftest.$ac_ext
30828 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30829 echo "${ECHO_T}$ac_header_preproc" >&6; }
30830
30831 # So?  What about this header?
30832 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30833   yes:no: )
30834     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30835 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30836     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30837 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30838     ac_header_preproc=yes
30839     ;;
30840   no:yes:* )
30841     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30842 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30843     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
30844 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
30845     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30846 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30847     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
30848 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
30849     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30850 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30851     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30852 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30853
30854     ;;
30855 esac
30856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
30857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30859   echo $ECHO_N "(cached) $ECHO_C" >&6
30860 else
30861   eval "$as_ac_Header=\$ac_header_preproc"
30862 fi
30863 ac_res=`eval echo '${'$as_ac_Header'}'`
30864                { echo "$as_me:$LINENO: result: $ac_res" >&5
30865 echo "${ECHO_T}$ac_res" >&6; }
30866
30867 fi
30868 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30869   cat >>confdefs.h <<_ACEOF
30870 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30871 _ACEOF
30872
30873 fi
30874
30875 done
30876
30877 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
30878 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
30879 if test "${ac_cv_header_stdc+set}" = set; then
30880   echo $ECHO_N "(cached) $ECHO_C" >&6
30881 else
30882   cat >conftest.$ac_ext <<_ACEOF
30883 /* confdefs.h.  */
30884 _ACEOF
30885 cat confdefs.h >>conftest.$ac_ext
30886 cat >>conftest.$ac_ext <<_ACEOF
30887 /* end confdefs.h.  */
30888 #include <stdlib.h>
30889 #include <stdarg.h>
30890 #include <string.h>
30891 #include <float.h>
30892
30893 int
30894 main ()
30895 {
30896
30897   ;
30898   return 0;
30899 }
30900 _ACEOF
30901 rm -f conftest.$ac_objext
30902 if { (ac_try="$ac_compile"
30903 case "(($ac_try" in
30904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30905   *) ac_try_echo=$ac_try;;
30906 esac
30907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30908   (eval "$ac_compile") 2>conftest.er1
30909   ac_status=$?
30910   grep -v '^ *+' conftest.er1 >conftest.err
30911   rm -f conftest.er1
30912   cat conftest.err >&5
30913   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30914   (exit $ac_status); } && {
30915          test -z "$ac_c_werror_flag" ||
30916          test ! -s conftest.err
30917        } && test -s conftest.$ac_objext; then
30918   ac_cv_header_stdc=yes
30919 else
30920   echo "$as_me: failed program was:" >&5
30921 sed 's/^/| /' conftest.$ac_ext >&5
30922
30923         ac_cv_header_stdc=no
30924 fi
30925
30926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30927
30928 if test $ac_cv_header_stdc = yes; then
30929   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
30930   cat >conftest.$ac_ext <<_ACEOF
30931 /* confdefs.h.  */
30932 _ACEOF
30933 cat confdefs.h >>conftest.$ac_ext
30934 cat >>conftest.$ac_ext <<_ACEOF
30935 /* end confdefs.h.  */
30936 #include <string.h>
30937
30938 _ACEOF
30939 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30940   $EGREP "memchr" >/dev/null 2>&1; then
30941   :
30942 else
30943   ac_cv_header_stdc=no
30944 fi
30945 rm -f conftest*
30946
30947 fi
30948
30949 if test $ac_cv_header_stdc = yes; then
30950   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
30951   cat >conftest.$ac_ext <<_ACEOF
30952 /* confdefs.h.  */
30953 _ACEOF
30954 cat confdefs.h >>conftest.$ac_ext
30955 cat >>conftest.$ac_ext <<_ACEOF
30956 /* end confdefs.h.  */
30957 #include <stdlib.h>
30958
30959 _ACEOF
30960 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30961   $EGREP "free" >/dev/null 2>&1; then
30962   :
30963 else
30964   ac_cv_header_stdc=no
30965 fi
30966 rm -f conftest*
30967
30968 fi
30969
30970 if test $ac_cv_header_stdc = yes; then
30971   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
30972   if test "$cross_compiling" = yes; then
30973   :
30974 else
30975   cat >conftest.$ac_ext <<_ACEOF
30976 /* confdefs.h.  */
30977 _ACEOF
30978 cat confdefs.h >>conftest.$ac_ext
30979 cat >>conftest.$ac_ext <<_ACEOF
30980 /* end confdefs.h.  */
30981 #include <ctype.h>
30982 #include <stdlib.h>
30983 #if ((' ' & 0x0FF) == 0x020)
30984 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
30985 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
30986 #else
30987 # define ISLOWER(c) \
30988                    (('a' <= (c) && (c) <= 'i') \
30989                      || ('j' <= (c) && (c) <= 'r') \
30990                      || ('s' <= (c) && (c) <= 'z'))
30991 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
30992 #endif
30993
30994 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
30995 int
30996 main ()
30997 {
30998   int i;
30999   for (i = 0; i < 256; i++)
31000     if (XOR (islower (i), ISLOWER (i))
31001         || toupper (i) != TOUPPER (i))
31002       return 2;
31003   return 0;
31004 }
31005 _ACEOF
31006 rm -f conftest$ac_exeext
31007 if { (ac_try="$ac_link"
31008 case "(($ac_try" in
31009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31010   *) ac_try_echo=$ac_try;;
31011 esac
31012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31013   (eval "$ac_link") 2>&5
31014   ac_status=$?
31015   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31016   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
31017   { (case "(($ac_try" in
31018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31019   *) ac_try_echo=$ac_try;;
31020 esac
31021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31022   (eval "$ac_try") 2>&5
31023   ac_status=$?
31024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31025   (exit $ac_status); }; }; then
31026   :
31027 else
31028   echo "$as_me: program exited with status $ac_status" >&5
31029 echo "$as_me: failed program was:" >&5
31030 sed 's/^/| /' conftest.$ac_ext >&5
31031
31032 ( exit $ac_status )
31033 ac_cv_header_stdc=no
31034 fi
31035 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
31036 fi
31037
31038
31039 fi
31040 fi
31041 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
31042 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
31043 if test $ac_cv_header_stdc = yes; then
31044
31045 cat >>confdefs.h <<\_ACEOF
31046 #define STDC_HEADERS 1
31047 _ACEOF
31048
31049 fi
31050
31051 { echo "$as_me:$LINENO: checking whether sys/types.h defines makedev" >&5
31052 echo $ECHO_N "checking whether sys/types.h defines makedev... $ECHO_C" >&6; }
31053 if test "${ac_cv_header_sys_types_h_makedev+set}" = set; then
31054   echo $ECHO_N "(cached) $ECHO_C" >&6
31055 else
31056   cat >conftest.$ac_ext <<_ACEOF
31057 /* confdefs.h.  */
31058 _ACEOF
31059 cat confdefs.h >>conftest.$ac_ext
31060 cat >>conftest.$ac_ext <<_ACEOF
31061 /* end confdefs.h.  */
31062 #include <sys/types.h>
31063 int
31064 main ()
31065 {
31066 return makedev(0, 0);
31067   ;
31068   return 0;
31069 }
31070 _ACEOF
31071 rm -f conftest.$ac_objext conftest$ac_exeext
31072 if { (ac_try="$ac_link"
31073 case "(($ac_try" in
31074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31075   *) ac_try_echo=$ac_try;;
31076 esac
31077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31078   (eval "$ac_link") 2>conftest.er1
31079   ac_status=$?
31080   grep -v '^ *+' conftest.er1 >conftest.err
31081   rm -f conftest.er1
31082   cat conftest.err >&5
31083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31084   (exit $ac_status); } && {
31085          test -z "$ac_c_werror_flag" ||
31086          test ! -s conftest.err
31087        } && test -s conftest$ac_exeext &&
31088        $as_test_x conftest$ac_exeext; then
31089   ac_cv_header_sys_types_h_makedev=yes
31090 else
31091   echo "$as_me: failed program was:" >&5
31092 sed 's/^/| /' conftest.$ac_ext >&5
31093
31094         ac_cv_header_sys_types_h_makedev=no
31095 fi
31096
31097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31098       conftest$ac_exeext conftest.$ac_ext
31099
31100 fi
31101 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h_makedev" >&5
31102 echo "${ECHO_T}$ac_cv_header_sys_types_h_makedev" >&6; }
31103
31104 if test $ac_cv_header_sys_types_h_makedev = no; then
31105 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31106   { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
31107 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
31108 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31109   echo $ECHO_N "(cached) $ECHO_C" >&6
31110 fi
31111 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
31112 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
31113 else
31114   # Is the header compilable?
31115 { echo "$as_me:$LINENO: checking sys/mkdev.h usability" >&5
31116 echo $ECHO_N "checking sys/mkdev.h usability... $ECHO_C" >&6; }
31117 cat >conftest.$ac_ext <<_ACEOF
31118 /* confdefs.h.  */
31119 _ACEOF
31120 cat confdefs.h >>conftest.$ac_ext
31121 cat >>conftest.$ac_ext <<_ACEOF
31122 /* end confdefs.h.  */
31123 $ac_includes_default
31124 #include <sys/mkdev.h>
31125 _ACEOF
31126 rm -f conftest.$ac_objext
31127 if { (ac_try="$ac_compile"
31128 case "(($ac_try" in
31129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31130   *) ac_try_echo=$ac_try;;
31131 esac
31132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31133   (eval "$ac_compile") 2>conftest.er1
31134   ac_status=$?
31135   grep -v '^ *+' conftest.er1 >conftest.err
31136   rm -f conftest.er1
31137   cat conftest.err >&5
31138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31139   (exit $ac_status); } && {
31140          test -z "$ac_c_werror_flag" ||
31141          test ! -s conftest.err
31142        } && test -s conftest.$ac_objext; then
31143   ac_header_compiler=yes
31144 else
31145   echo "$as_me: failed program was:" >&5
31146 sed 's/^/| /' conftest.$ac_ext >&5
31147
31148         ac_header_compiler=no
31149 fi
31150
31151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31152 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31153 echo "${ECHO_T}$ac_header_compiler" >&6; }
31154
31155 # Is the header present?
31156 { echo "$as_me:$LINENO: checking sys/mkdev.h presence" >&5
31157 echo $ECHO_N "checking sys/mkdev.h presence... $ECHO_C" >&6; }
31158 cat >conftest.$ac_ext <<_ACEOF
31159 /* confdefs.h.  */
31160 _ACEOF
31161 cat confdefs.h >>conftest.$ac_ext
31162 cat >>conftest.$ac_ext <<_ACEOF
31163 /* end confdefs.h.  */
31164 #include <sys/mkdev.h>
31165 _ACEOF
31166 if { (ac_try="$ac_cpp conftest.$ac_ext"
31167 case "(($ac_try" in
31168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31169   *) ac_try_echo=$ac_try;;
31170 esac
31171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31172   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31173   ac_status=$?
31174   grep -v '^ *+' conftest.er1 >conftest.err
31175   rm -f conftest.er1
31176   cat conftest.err >&5
31177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31178   (exit $ac_status); } >/dev/null && {
31179          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31180          test ! -s conftest.err
31181        }; then
31182   ac_header_preproc=yes
31183 else
31184   echo "$as_me: failed program was:" >&5
31185 sed 's/^/| /' conftest.$ac_ext >&5
31186
31187   ac_header_preproc=no
31188 fi
31189
31190 rm -f conftest.err conftest.$ac_ext
31191 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31192 echo "${ECHO_T}$ac_header_preproc" >&6; }
31193
31194 # So?  What about this header?
31195 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31196   yes:no: )
31197     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&5
31198 echo "$as_me: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31199     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&5
31200 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&2;}
31201     ac_header_preproc=yes
31202     ;;
31203   no:yes:* )
31204     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: present but cannot be compiled" >&5
31205 echo "$as_me: WARNING: sys/mkdev.h: present but cannot be compiled" >&2;}
31206     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&5
31207 echo "$as_me: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&2;}
31208     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: see the Autoconf documentation" >&5
31209 echo "$as_me: WARNING: sys/mkdev.h: see the Autoconf documentation" >&2;}
31210     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&5
31211 echo "$as_me: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&2;}
31212     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&5
31213 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&2;}
31214     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&5
31215 echo "$as_me: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&2;}
31216
31217     ;;
31218 esac
31219 { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
31220 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
31221 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31222   echo $ECHO_N "(cached) $ECHO_C" >&6
31223 else
31224   ac_cv_header_sys_mkdev_h=$ac_header_preproc
31225 fi
31226 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
31227 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
31228
31229 fi
31230 if test $ac_cv_header_sys_mkdev_h = yes; then
31231
31232 cat >>confdefs.h <<\_ACEOF
31233 #define MAJOR_IN_MKDEV 1
31234 _ACEOF
31235
31236 fi
31237
31238
31239
31240   if test $ac_cv_header_sys_mkdev_h = no; then
31241     if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31242   { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
31243 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
31244 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31245   echo $ECHO_N "(cached) $ECHO_C" >&6
31246 fi
31247 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
31248 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
31249 else
31250   # Is the header compilable?
31251 { echo "$as_me:$LINENO: checking sys/sysmacros.h usability" >&5
31252 echo $ECHO_N "checking sys/sysmacros.h usability... $ECHO_C" >&6; }
31253 cat >conftest.$ac_ext <<_ACEOF
31254 /* confdefs.h.  */
31255 _ACEOF
31256 cat confdefs.h >>conftest.$ac_ext
31257 cat >>conftest.$ac_ext <<_ACEOF
31258 /* end confdefs.h.  */
31259 $ac_includes_default
31260 #include <sys/sysmacros.h>
31261 _ACEOF
31262 rm -f conftest.$ac_objext
31263 if { (ac_try="$ac_compile"
31264 case "(($ac_try" in
31265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31266   *) ac_try_echo=$ac_try;;
31267 esac
31268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31269   (eval "$ac_compile") 2>conftest.er1
31270   ac_status=$?
31271   grep -v '^ *+' conftest.er1 >conftest.err
31272   rm -f conftest.er1
31273   cat conftest.err >&5
31274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31275   (exit $ac_status); } && {
31276          test -z "$ac_c_werror_flag" ||
31277          test ! -s conftest.err
31278        } && test -s conftest.$ac_objext; then
31279   ac_header_compiler=yes
31280 else
31281   echo "$as_me: failed program was:" >&5
31282 sed 's/^/| /' conftest.$ac_ext >&5
31283
31284         ac_header_compiler=no
31285 fi
31286
31287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31288 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31289 echo "${ECHO_T}$ac_header_compiler" >&6; }
31290
31291 # Is the header present?
31292 { echo "$as_me:$LINENO: checking sys/sysmacros.h presence" >&5
31293 echo $ECHO_N "checking sys/sysmacros.h presence... $ECHO_C" >&6; }
31294 cat >conftest.$ac_ext <<_ACEOF
31295 /* confdefs.h.  */
31296 _ACEOF
31297 cat confdefs.h >>conftest.$ac_ext
31298 cat >>conftest.$ac_ext <<_ACEOF
31299 /* end confdefs.h.  */
31300 #include <sys/sysmacros.h>
31301 _ACEOF
31302 if { (ac_try="$ac_cpp conftest.$ac_ext"
31303 case "(($ac_try" in
31304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31305   *) ac_try_echo=$ac_try;;
31306 esac
31307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31308   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31309   ac_status=$?
31310   grep -v '^ *+' conftest.er1 >conftest.err
31311   rm -f conftest.er1
31312   cat conftest.err >&5
31313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31314   (exit $ac_status); } >/dev/null && {
31315          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31316          test ! -s conftest.err
31317        }; then
31318   ac_header_preproc=yes
31319 else
31320   echo "$as_me: failed program was:" >&5
31321 sed 's/^/| /' conftest.$ac_ext >&5
31322
31323   ac_header_preproc=no
31324 fi
31325
31326 rm -f conftest.err conftest.$ac_ext
31327 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31328 echo "${ECHO_T}$ac_header_preproc" >&6; }
31329
31330 # So?  What about this header?
31331 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31332   yes:no: )
31333     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&5
31334 echo "$as_me: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31335     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&5
31336 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&2;}
31337     ac_header_preproc=yes
31338     ;;
31339   no:yes:* )
31340     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: present but cannot be compiled" >&5
31341 echo "$as_me: WARNING: sys/sysmacros.h: present but cannot be compiled" >&2;}
31342     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&5
31343 echo "$as_me: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&2;}
31344     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&5
31345 echo "$as_me: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&2;}
31346     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&5
31347 echo "$as_me: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&2;}
31348     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&5
31349 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&2;}
31350     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&5
31351 echo "$as_me: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&2;}
31352
31353     ;;
31354 esac
31355 { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
31356 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
31357 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31358   echo $ECHO_N "(cached) $ECHO_C" >&6
31359 else
31360   ac_cv_header_sys_sysmacros_h=$ac_header_preproc
31361 fi
31362 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
31363 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
31364
31365 fi
31366 if test $ac_cv_header_sys_sysmacros_h = yes; then
31367
31368 cat >>confdefs.h <<\_ACEOF
31369 #define MAJOR_IN_SYSMACROS 1
31370 _ACEOF
31371
31372 fi
31373
31374
31375   fi
31376 fi
31377
31378
31379
31380
31381
31382
31383 ac_header_dirent=no
31384 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
31385   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
31386 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
31387 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
31388 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31389   echo $ECHO_N "(cached) $ECHO_C" >&6
31390 else
31391   cat >conftest.$ac_ext <<_ACEOF
31392 /* confdefs.h.  */
31393 _ACEOF
31394 cat confdefs.h >>conftest.$ac_ext
31395 cat >>conftest.$ac_ext <<_ACEOF
31396 /* end confdefs.h.  */
31397 #include <sys/types.h>
31398 #include <$ac_hdr>
31399
31400 int
31401 main ()
31402 {
31403 if ((DIR *) 0)
31404 return 0;
31405   ;
31406   return 0;
31407 }
31408 _ACEOF
31409 rm -f conftest.$ac_objext
31410 if { (ac_try="$ac_compile"
31411 case "(($ac_try" in
31412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31413   *) ac_try_echo=$ac_try;;
31414 esac
31415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31416   (eval "$ac_compile") 2>conftest.er1
31417   ac_status=$?
31418   grep -v '^ *+' conftest.er1 >conftest.err
31419   rm -f conftest.er1
31420   cat conftest.err >&5
31421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31422   (exit $ac_status); } && {
31423          test -z "$ac_c_werror_flag" ||
31424          test ! -s conftest.err
31425        } && test -s conftest.$ac_objext; then
31426   eval "$as_ac_Header=yes"
31427 else
31428   echo "$as_me: failed program was:" >&5
31429 sed 's/^/| /' conftest.$ac_ext >&5
31430
31431         eval "$as_ac_Header=no"
31432 fi
31433
31434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31435 fi
31436 ac_res=`eval echo '${'$as_ac_Header'}'`
31437                { echo "$as_me:$LINENO: result: $ac_res" >&5
31438 echo "${ECHO_T}$ac_res" >&6; }
31439 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31440   cat >>confdefs.h <<_ACEOF
31441 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
31442 _ACEOF
31443
31444 ac_header_dirent=$ac_hdr; break
31445 fi
31446
31447 done
31448 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
31449 if test $ac_header_dirent = dirent.h; then
31450   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
31451 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
31452 if test "${ac_cv_search_opendir+set}" = set; then
31453   echo $ECHO_N "(cached) $ECHO_C" >&6
31454 else
31455   ac_func_search_save_LIBS=$LIBS
31456 cat >conftest.$ac_ext <<_ACEOF
31457 /* confdefs.h.  */
31458 _ACEOF
31459 cat confdefs.h >>conftest.$ac_ext
31460 cat >>conftest.$ac_ext <<_ACEOF
31461 /* end confdefs.h.  */
31462
31463 /* Override any GCC internal prototype to avoid an error.
31464    Use char because int might match the return type of a GCC
31465    builtin and then its argument prototype would still apply.  */
31466 #ifdef __cplusplus
31467 extern "C"
31468 #endif
31469 char opendir ();
31470 int
31471 main ()
31472 {
31473 return opendir ();
31474   ;
31475   return 0;
31476 }
31477 _ACEOF
31478 for ac_lib in '' dir; do
31479   if test -z "$ac_lib"; then
31480     ac_res="none required"
31481   else
31482     ac_res=-l$ac_lib
31483     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
31484   fi
31485   rm -f conftest.$ac_objext conftest$ac_exeext
31486 if { (ac_try="$ac_link"
31487 case "(($ac_try" in
31488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31489   *) ac_try_echo=$ac_try;;
31490 esac
31491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31492   (eval "$ac_link") 2>conftest.er1
31493   ac_status=$?
31494   grep -v '^ *+' conftest.er1 >conftest.err
31495   rm -f conftest.er1
31496   cat conftest.err >&5
31497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31498   (exit $ac_status); } && {
31499          test -z "$ac_c_werror_flag" ||
31500          test ! -s conftest.err
31501        } && test -s conftest$ac_exeext &&
31502        $as_test_x conftest$ac_exeext; then
31503   ac_cv_search_opendir=$ac_res
31504 else
31505   echo "$as_me: failed program was:" >&5
31506 sed 's/^/| /' conftest.$ac_ext >&5
31507
31508
31509 fi
31510
31511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31512       conftest$ac_exeext
31513   if test "${ac_cv_search_opendir+set}" = set; then
31514   break
31515 fi
31516 done
31517 if test "${ac_cv_search_opendir+set}" = set; then
31518   :
31519 else
31520   ac_cv_search_opendir=no
31521 fi
31522 rm conftest.$ac_ext
31523 LIBS=$ac_func_search_save_LIBS
31524 fi
31525 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
31526 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
31527 ac_res=$ac_cv_search_opendir
31528 if test "$ac_res" != no; then
31529   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
31530
31531 fi
31532
31533 else
31534   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
31535 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
31536 if test "${ac_cv_search_opendir+set}" = set; then
31537   echo $ECHO_N "(cached) $ECHO_C" >&6
31538 else
31539   ac_func_search_save_LIBS=$LIBS
31540 cat >conftest.$ac_ext <<_ACEOF
31541 /* confdefs.h.  */
31542 _ACEOF
31543 cat confdefs.h >>conftest.$ac_ext
31544 cat >>conftest.$ac_ext <<_ACEOF
31545 /* end confdefs.h.  */
31546
31547 /* Override any GCC internal prototype to avoid an error.
31548    Use char because int might match the return type of a GCC
31549    builtin and then its argument prototype would still apply.  */
31550 #ifdef __cplusplus
31551 extern "C"
31552 #endif
31553 char opendir ();
31554 int
31555 main ()
31556 {
31557 return opendir ();
31558   ;
31559   return 0;
31560 }
31561 _ACEOF
31562 for ac_lib in '' x; do
31563   if test -z "$ac_lib"; then
31564     ac_res="none required"
31565   else
31566     ac_res=-l$ac_lib
31567     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
31568   fi
31569   rm -f conftest.$ac_objext conftest$ac_exeext
31570 if { (ac_try="$ac_link"
31571 case "(($ac_try" in
31572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31573   *) ac_try_echo=$ac_try;;
31574 esac
31575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31576   (eval "$ac_link") 2>conftest.er1
31577   ac_status=$?
31578   grep -v '^ *+' conftest.er1 >conftest.err
31579   rm -f conftest.er1
31580   cat conftest.err >&5
31581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31582   (exit $ac_status); } && {
31583          test -z "$ac_c_werror_flag" ||
31584          test ! -s conftest.err
31585        } && test -s conftest$ac_exeext &&
31586        $as_test_x conftest$ac_exeext; then
31587   ac_cv_search_opendir=$ac_res
31588 else
31589   echo "$as_me: failed program was:" >&5
31590 sed 's/^/| /' conftest.$ac_ext >&5
31591
31592
31593 fi
31594
31595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31596       conftest$ac_exeext
31597   if test "${ac_cv_search_opendir+set}" = set; then
31598   break
31599 fi
31600 done
31601 if test "${ac_cv_search_opendir+set}" = set; then
31602   :
31603 else
31604   ac_cv_search_opendir=no
31605 fi
31606 rm conftest.$ac_ext
31607 LIBS=$ac_func_search_save_LIBS
31608 fi
31609 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
31610 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
31611 ac_res=$ac_cv_search_opendir
31612 if test "$ac_res" != no; then
31613   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
31614
31615 fi
31616
31617 fi
31618
31619 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
31620 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
31621 if test "${ac_cv_header_stat_broken+set}" = set; then
31622   echo $ECHO_N "(cached) $ECHO_C" >&6
31623 else
31624   cat >conftest.$ac_ext <<_ACEOF
31625 /* confdefs.h.  */
31626 _ACEOF
31627 cat confdefs.h >>conftest.$ac_ext
31628 cat >>conftest.$ac_ext <<_ACEOF
31629 /* end confdefs.h.  */
31630 #include <sys/types.h>
31631 #include <sys/stat.h>
31632
31633 #if defined S_ISBLK && defined S_IFDIR
31634 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
31635 #endif
31636
31637 #if defined S_ISBLK && defined S_IFCHR
31638 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
31639 #endif
31640
31641 #if defined S_ISLNK && defined S_IFREG
31642 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
31643 #endif
31644
31645 #if defined S_ISSOCK && defined S_IFREG
31646 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
31647 #endif
31648
31649 _ACEOF
31650 rm -f conftest.$ac_objext
31651 if { (ac_try="$ac_compile"
31652 case "(($ac_try" in
31653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31654   *) ac_try_echo=$ac_try;;
31655 esac
31656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31657   (eval "$ac_compile") 2>conftest.er1
31658   ac_status=$?
31659   grep -v '^ *+' conftest.er1 >conftest.err
31660   rm -f conftest.er1
31661   cat conftest.err >&5
31662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31663   (exit $ac_status); } && {
31664          test -z "$ac_c_werror_flag" ||
31665          test ! -s conftest.err
31666        } && test -s conftest.$ac_objext; then
31667   ac_cv_header_stat_broken=no
31668 else
31669   echo "$as_me: failed program was:" >&5
31670 sed 's/^/| /' conftest.$ac_ext >&5
31671
31672         ac_cv_header_stat_broken=yes
31673 fi
31674
31675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31676 fi
31677 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
31678 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
31679 if test $ac_cv_header_stat_broken = yes; then
31680
31681 cat >>confdefs.h <<\_ACEOF
31682 #define STAT_MACROS_BROKEN 1
31683 _ACEOF
31684
31685 fi
31686
31687 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
31688 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
31689 if test "${ac_cv_header_sys_wait_h+set}" = set; then
31690   echo $ECHO_N "(cached) $ECHO_C" >&6
31691 else
31692   cat >conftest.$ac_ext <<_ACEOF
31693 /* confdefs.h.  */
31694 _ACEOF
31695 cat confdefs.h >>conftest.$ac_ext
31696 cat >>conftest.$ac_ext <<_ACEOF
31697 /* end confdefs.h.  */
31698 #include <sys/types.h>
31699 #include <sys/wait.h>
31700 #ifndef WEXITSTATUS
31701 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
31702 #endif
31703 #ifndef WIFEXITED
31704 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
31705 #endif
31706
31707 int
31708 main ()
31709 {
31710   int s;
31711   wait (&s);
31712   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
31713   ;
31714   return 0;
31715 }
31716 _ACEOF
31717 rm -f conftest.$ac_objext
31718 if { (ac_try="$ac_compile"
31719 case "(($ac_try" in
31720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31721   *) ac_try_echo=$ac_try;;
31722 esac
31723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31724   (eval "$ac_compile") 2>conftest.er1
31725   ac_status=$?
31726   grep -v '^ *+' conftest.er1 >conftest.err
31727   rm -f conftest.er1
31728   cat conftest.err >&5
31729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31730   (exit $ac_status); } && {
31731          test -z "$ac_c_werror_flag" ||
31732          test ! -s conftest.err
31733        } && test -s conftest.$ac_objext; then
31734   ac_cv_header_sys_wait_h=yes
31735 else
31736   echo "$as_me: failed program was:" >&5
31737 sed 's/^/| /' conftest.$ac_ext >&5
31738
31739         ac_cv_header_sys_wait_h=no
31740 fi
31741
31742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31743 fi
31744 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
31745 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
31746 if test $ac_cv_header_sys_wait_h = yes; then
31747
31748 cat >>confdefs.h <<\_ACEOF
31749 #define HAVE_SYS_WAIT_H 1
31750 _ACEOF
31751
31752 fi
31753
31754 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
31755 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
31756 if test "${ac_cv_header_time+set}" = set; then
31757   echo $ECHO_N "(cached) $ECHO_C" >&6
31758 else
31759   cat >conftest.$ac_ext <<_ACEOF
31760 /* confdefs.h.  */
31761 _ACEOF
31762 cat confdefs.h >>conftest.$ac_ext
31763 cat >>conftest.$ac_ext <<_ACEOF
31764 /* end confdefs.h.  */
31765 #include <sys/types.h>
31766 #include <sys/time.h>
31767 #include <time.h>
31768
31769 int
31770 main ()
31771 {
31772 if ((struct tm *) 0)
31773 return 0;
31774   ;
31775   return 0;
31776 }
31777 _ACEOF
31778 rm -f conftest.$ac_objext
31779 if { (ac_try="$ac_compile"
31780 case "(($ac_try" in
31781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31782   *) ac_try_echo=$ac_try;;
31783 esac
31784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31785   (eval "$ac_compile") 2>conftest.er1
31786   ac_status=$?
31787   grep -v '^ *+' conftest.er1 >conftest.err
31788   rm -f conftest.er1
31789   cat conftest.err >&5
31790   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31791   (exit $ac_status); } && {
31792          test -z "$ac_c_werror_flag" ||
31793          test ! -s conftest.err
31794        } && test -s conftest.$ac_objext; then
31795   ac_cv_header_time=yes
31796 else
31797   echo "$as_me: failed program was:" >&5
31798 sed 's/^/| /' conftest.$ac_ext >&5
31799
31800         ac_cv_header_time=no
31801 fi
31802
31803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31804 fi
31805 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
31806 echo "${ECHO_T}$ac_cv_header_time" >&6; }
31807 if test $ac_cv_header_time = yes; then
31808
31809 cat >>confdefs.h <<\_ACEOF
31810 #define TIME_WITH_SYS_TIME 1
31811 _ACEOF
31812
31813 fi
31814
31815 { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
31816 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; }
31817 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
31818   echo $ECHO_N "(cached) $ECHO_C" >&6
31819 else
31820   cat >conftest.$ac_ext <<_ACEOF
31821 /* confdefs.h.  */
31822 _ACEOF
31823 cat confdefs.h >>conftest.$ac_ext
31824 cat >>conftest.$ac_ext <<_ACEOF
31825 /* end confdefs.h.  */
31826 $ac_includes_default
31827 int
31828 main ()
31829 {
31830 static struct stat ac_aggr;
31831 if (ac_aggr.st_blksize)
31832 return 0;
31833   ;
31834   return 0;
31835 }
31836 _ACEOF
31837 rm -f conftest.$ac_objext
31838 if { (ac_try="$ac_compile"
31839 case "(($ac_try" in
31840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31841   *) ac_try_echo=$ac_try;;
31842 esac
31843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31844   (eval "$ac_compile") 2>conftest.er1
31845   ac_status=$?
31846   grep -v '^ *+' conftest.er1 >conftest.err
31847   rm -f conftest.er1
31848   cat conftest.err >&5
31849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31850   (exit $ac_status); } && {
31851          test -z "$ac_c_werror_flag" ||
31852          test ! -s conftest.err
31853        } && test -s conftest.$ac_objext; then
31854   ac_cv_member_struct_stat_st_blksize=yes
31855 else
31856   echo "$as_me: failed program was:" >&5
31857 sed 's/^/| /' conftest.$ac_ext >&5
31858
31859         cat >conftest.$ac_ext <<_ACEOF
31860 /* confdefs.h.  */
31861 _ACEOF
31862 cat confdefs.h >>conftest.$ac_ext
31863 cat >>conftest.$ac_ext <<_ACEOF
31864 /* end confdefs.h.  */
31865 $ac_includes_default
31866 int
31867 main ()
31868 {
31869 static struct stat ac_aggr;
31870 if (sizeof ac_aggr.st_blksize)
31871 return 0;
31872   ;
31873   return 0;
31874 }
31875 _ACEOF
31876 rm -f conftest.$ac_objext
31877 if { (ac_try="$ac_compile"
31878 case "(($ac_try" in
31879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31880   *) ac_try_echo=$ac_try;;
31881 esac
31882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31883   (eval "$ac_compile") 2>conftest.er1
31884   ac_status=$?
31885   grep -v '^ *+' conftest.er1 >conftest.err
31886   rm -f conftest.er1
31887   cat conftest.err >&5
31888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31889   (exit $ac_status); } && {
31890          test -z "$ac_c_werror_flag" ||
31891          test ! -s conftest.err
31892        } && test -s conftest.$ac_objext; then
31893   ac_cv_member_struct_stat_st_blksize=yes
31894 else
31895   echo "$as_me: failed program was:" >&5
31896 sed 's/^/| /' conftest.$ac_ext >&5
31897
31898         ac_cv_member_struct_stat_st_blksize=no
31899 fi
31900
31901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31902 fi
31903
31904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31905 fi
31906 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
31907 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
31908 if test $ac_cv_member_struct_stat_st_blksize = yes; then
31909
31910 cat >>confdefs.h <<_ACEOF
31911 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
31912 _ACEOF
31913
31914
31915 cat >>confdefs.h <<\_ACEOF
31916 #define HAVE_ST_BLKSIZE 1
31917 _ACEOF
31918
31919 fi
31920
31921
31922 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
31923 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
31924 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
31925   echo $ECHO_N "(cached) $ECHO_C" >&6
31926 else
31927   cat >conftest.$ac_ext <<_ACEOF
31928 /* confdefs.h.  */
31929 _ACEOF
31930 cat confdefs.h >>conftest.$ac_ext
31931 cat >>conftest.$ac_ext <<_ACEOF
31932 /* end confdefs.h.  */
31933 $ac_includes_default
31934 int
31935 main ()
31936 {
31937 static struct stat ac_aggr;
31938 if (ac_aggr.st_blocks)
31939 return 0;
31940   ;
31941   return 0;
31942 }
31943 _ACEOF
31944 rm -f conftest.$ac_objext
31945 if { (ac_try="$ac_compile"
31946 case "(($ac_try" in
31947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31948   *) ac_try_echo=$ac_try;;
31949 esac
31950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31951   (eval "$ac_compile") 2>conftest.er1
31952   ac_status=$?
31953   grep -v '^ *+' conftest.er1 >conftest.err
31954   rm -f conftest.er1
31955   cat conftest.err >&5
31956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31957   (exit $ac_status); } && {
31958          test -z "$ac_c_werror_flag" ||
31959          test ! -s conftest.err
31960        } && test -s conftest.$ac_objext; then
31961   ac_cv_member_struct_stat_st_blocks=yes
31962 else
31963   echo "$as_me: failed program was:" >&5
31964 sed 's/^/| /' conftest.$ac_ext >&5
31965
31966         cat >conftest.$ac_ext <<_ACEOF
31967 /* confdefs.h.  */
31968 _ACEOF
31969 cat confdefs.h >>conftest.$ac_ext
31970 cat >>conftest.$ac_ext <<_ACEOF
31971 /* end confdefs.h.  */
31972 $ac_includes_default
31973 int
31974 main ()
31975 {
31976 static struct stat ac_aggr;
31977 if (sizeof ac_aggr.st_blocks)
31978 return 0;
31979   ;
31980   return 0;
31981 }
31982 _ACEOF
31983 rm -f conftest.$ac_objext
31984 if { (ac_try="$ac_compile"
31985 case "(($ac_try" in
31986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31987   *) ac_try_echo=$ac_try;;
31988 esac
31989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31990   (eval "$ac_compile") 2>conftest.er1
31991   ac_status=$?
31992   grep -v '^ *+' conftest.er1 >conftest.err
31993   rm -f conftest.er1
31994   cat conftest.err >&5
31995   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31996   (exit $ac_status); } && {
31997          test -z "$ac_c_werror_flag" ||
31998          test ! -s conftest.err
31999        } && test -s conftest.$ac_objext; then
32000   ac_cv_member_struct_stat_st_blocks=yes
32001 else
32002   echo "$as_me: failed program was:" >&5
32003 sed 's/^/| /' conftest.$ac_ext >&5
32004
32005         ac_cv_member_struct_stat_st_blocks=no
32006 fi
32007
32008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32009 fi
32010
32011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32012 fi
32013 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
32014 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
32015 if test $ac_cv_member_struct_stat_st_blocks = yes; then
32016
32017 cat >>confdefs.h <<_ACEOF
32018 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
32019 _ACEOF
32020
32021
32022 cat >>confdefs.h <<\_ACEOF
32023 #define HAVE_ST_BLOCKS 1
32024 _ACEOF
32025
32026 else
32027   case " $LIBOBJS " in
32028   *" fileblocks.$ac_objext "* ) ;;
32029   *) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
32030  ;;
32031 esac
32032
32033 fi
32034
32035
32036 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
32037 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
32038 if test "${ac_cv_struct_tm+set}" = set; then
32039   echo $ECHO_N "(cached) $ECHO_C" >&6
32040 else
32041   cat >conftest.$ac_ext <<_ACEOF
32042 /* confdefs.h.  */
32043 _ACEOF
32044 cat confdefs.h >>conftest.$ac_ext
32045 cat >>conftest.$ac_ext <<_ACEOF
32046 /* end confdefs.h.  */
32047 #include <sys/types.h>
32048 #include <time.h>
32049
32050 int
32051 main ()
32052 {
32053 struct tm tm;
32054                                      int *p = &tm.tm_sec;
32055                                      return !p;
32056   ;
32057   return 0;
32058 }
32059 _ACEOF
32060 rm -f conftest.$ac_objext
32061 if { (ac_try="$ac_compile"
32062 case "(($ac_try" in
32063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32064   *) ac_try_echo=$ac_try;;
32065 esac
32066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32067   (eval "$ac_compile") 2>conftest.er1
32068   ac_status=$?
32069   grep -v '^ *+' conftest.er1 >conftest.err
32070   rm -f conftest.er1
32071   cat conftest.err >&5
32072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32073   (exit $ac_status); } && {
32074          test -z "$ac_c_werror_flag" ||
32075          test ! -s conftest.err
32076        } && test -s conftest.$ac_objext; then
32077   ac_cv_struct_tm=time.h
32078 else
32079   echo "$as_me: failed program was:" >&5
32080 sed 's/^/| /' conftest.$ac_ext >&5
32081
32082         ac_cv_struct_tm=sys/time.h
32083 fi
32084
32085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32086 fi
32087 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
32088 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
32089 if test $ac_cv_struct_tm = sys/time.h; then
32090
32091 cat >>confdefs.h <<\_ACEOF
32092 #define TM_IN_SYS_TIME 1
32093 _ACEOF
32094
32095 fi
32096
32097 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
32098 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
32099 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
32100   echo $ECHO_N "(cached) $ECHO_C" >&6
32101 else
32102   cat >conftest.$ac_ext <<_ACEOF
32103 /* confdefs.h.  */
32104 _ACEOF
32105 cat confdefs.h >>conftest.$ac_ext
32106 cat >>conftest.$ac_ext <<_ACEOF
32107 /* end confdefs.h.  */
32108 #include <sys/types.h>
32109 #include <$ac_cv_struct_tm>
32110
32111
32112 int
32113 main ()
32114 {
32115 static struct tm ac_aggr;
32116 if (ac_aggr.tm_zone)
32117 return 0;
32118   ;
32119   return 0;
32120 }
32121 _ACEOF
32122 rm -f conftest.$ac_objext
32123 if { (ac_try="$ac_compile"
32124 case "(($ac_try" in
32125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32126   *) ac_try_echo=$ac_try;;
32127 esac
32128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32129   (eval "$ac_compile") 2>conftest.er1
32130   ac_status=$?
32131   grep -v '^ *+' conftest.er1 >conftest.err
32132   rm -f conftest.er1
32133   cat conftest.err >&5
32134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32135   (exit $ac_status); } && {
32136          test -z "$ac_c_werror_flag" ||
32137          test ! -s conftest.err
32138        } && test -s conftest.$ac_objext; then
32139   ac_cv_member_struct_tm_tm_zone=yes
32140 else
32141   echo "$as_me: failed program was:" >&5
32142 sed 's/^/| /' conftest.$ac_ext >&5
32143
32144         cat >conftest.$ac_ext <<_ACEOF
32145 /* confdefs.h.  */
32146 _ACEOF
32147 cat confdefs.h >>conftest.$ac_ext
32148 cat >>conftest.$ac_ext <<_ACEOF
32149 /* end confdefs.h.  */
32150 #include <sys/types.h>
32151 #include <$ac_cv_struct_tm>
32152
32153
32154 int
32155 main ()
32156 {
32157 static struct tm ac_aggr;
32158 if (sizeof ac_aggr.tm_zone)
32159 return 0;
32160   ;
32161   return 0;
32162 }
32163 _ACEOF
32164 rm -f conftest.$ac_objext
32165 if { (ac_try="$ac_compile"
32166 case "(($ac_try" in
32167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32168   *) ac_try_echo=$ac_try;;
32169 esac
32170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32171   (eval "$ac_compile") 2>conftest.er1
32172   ac_status=$?
32173   grep -v '^ *+' conftest.er1 >conftest.err
32174   rm -f conftest.er1
32175   cat conftest.err >&5
32176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32177   (exit $ac_status); } && {
32178          test -z "$ac_c_werror_flag" ||
32179          test ! -s conftest.err
32180        } && test -s conftest.$ac_objext; then
32181   ac_cv_member_struct_tm_tm_zone=yes
32182 else
32183   echo "$as_me: failed program was:" >&5
32184 sed 's/^/| /' conftest.$ac_ext >&5
32185
32186         ac_cv_member_struct_tm_tm_zone=no
32187 fi
32188
32189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32190 fi
32191
32192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32193 fi
32194 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
32195 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
32196 if test $ac_cv_member_struct_tm_tm_zone = yes; then
32197
32198 cat >>confdefs.h <<_ACEOF
32199 #define HAVE_STRUCT_TM_TM_ZONE 1
32200 _ACEOF
32201
32202
32203 fi
32204
32205 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
32206
32207 cat >>confdefs.h <<\_ACEOF
32208 #define HAVE_TM_ZONE 1
32209 _ACEOF
32210
32211 else
32212   { echo "$as_me:$LINENO: checking whether tzname is declared" >&5
32213 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; }
32214 if test "${ac_cv_have_decl_tzname+set}" = set; then
32215   echo $ECHO_N "(cached) $ECHO_C" >&6
32216 else
32217   cat >conftest.$ac_ext <<_ACEOF
32218 /* confdefs.h.  */
32219 _ACEOF
32220 cat confdefs.h >>conftest.$ac_ext
32221 cat >>conftest.$ac_ext <<_ACEOF
32222 /* end confdefs.h.  */
32223 #include <time.h>
32224
32225 int
32226 main ()
32227 {
32228 #ifndef tzname
32229   (void) tzname;
32230 #endif
32231
32232   ;
32233   return 0;
32234 }
32235 _ACEOF
32236 rm -f conftest.$ac_objext
32237 if { (ac_try="$ac_compile"
32238 case "(($ac_try" in
32239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32240   *) ac_try_echo=$ac_try;;
32241 esac
32242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32243   (eval "$ac_compile") 2>conftest.er1
32244   ac_status=$?
32245   grep -v '^ *+' conftest.er1 >conftest.err
32246   rm -f conftest.er1
32247   cat conftest.err >&5
32248   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32249   (exit $ac_status); } && {
32250          test -z "$ac_c_werror_flag" ||
32251          test ! -s conftest.err
32252        } && test -s conftest.$ac_objext; then
32253   ac_cv_have_decl_tzname=yes
32254 else
32255   echo "$as_me: failed program was:" >&5
32256 sed 's/^/| /' conftest.$ac_ext >&5
32257
32258         ac_cv_have_decl_tzname=no
32259 fi
32260
32261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32262 fi
32263 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
32264 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; }
32265 if test $ac_cv_have_decl_tzname = yes; then
32266
32267 cat >>confdefs.h <<_ACEOF
32268 #define HAVE_DECL_TZNAME 1
32269 _ACEOF
32270
32271
32272 else
32273   cat >>confdefs.h <<_ACEOF
32274 #define HAVE_DECL_TZNAME 0
32275 _ACEOF
32276
32277
32278 fi
32279
32280
32281   { echo "$as_me:$LINENO: checking for tzname" >&5
32282 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
32283 if test "${ac_cv_var_tzname+set}" = set; then
32284   echo $ECHO_N "(cached) $ECHO_C" >&6
32285 else
32286   cat >conftest.$ac_ext <<_ACEOF
32287 /* confdefs.h.  */
32288 _ACEOF
32289 cat confdefs.h >>conftest.$ac_ext
32290 cat >>conftest.$ac_ext <<_ACEOF
32291 /* end confdefs.h.  */
32292 #include <time.h>
32293 #if !HAVE_DECL_TZNAME
32294 extern char *tzname[];
32295 #endif
32296
32297 int
32298 main ()
32299 {
32300 return tzname[0][0];
32301   ;
32302   return 0;
32303 }
32304 _ACEOF
32305 rm -f conftest.$ac_objext conftest$ac_exeext
32306 if { (ac_try="$ac_link"
32307 case "(($ac_try" in
32308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32309   *) ac_try_echo=$ac_try;;
32310 esac
32311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32312   (eval "$ac_link") 2>conftest.er1
32313   ac_status=$?
32314   grep -v '^ *+' conftest.er1 >conftest.err
32315   rm -f conftest.er1
32316   cat conftest.err >&5
32317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32318   (exit $ac_status); } && {
32319          test -z "$ac_c_werror_flag" ||
32320          test ! -s conftest.err
32321        } && test -s conftest$ac_exeext &&
32322        $as_test_x conftest$ac_exeext; then
32323   ac_cv_var_tzname=yes
32324 else
32325   echo "$as_me: failed program was:" >&5
32326 sed 's/^/| /' conftest.$ac_ext >&5
32327
32328         ac_cv_var_tzname=no
32329 fi
32330
32331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32332       conftest$ac_exeext conftest.$ac_ext
32333 fi
32334 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
32335 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
32336   if test $ac_cv_var_tzname = yes; then
32337
32338 cat >>confdefs.h <<\_ACEOF
32339 #define HAVE_TZNAME 1
32340 _ACEOF
32341
32342   fi
32343 fi
32344
32345
32346 { echo "$as_me:$LINENO: checking for utime.h" >&5
32347 echo $ECHO_N "checking for utime.h... $ECHO_C" >&6; }
32348 if test "${ba_cv_header_utime_h+set}" = set; then
32349   echo $ECHO_N "(cached) $ECHO_C" >&6
32350 else
32351
32352        cat >conftest.$ac_ext <<_ACEOF
32353 /* confdefs.h.  */
32354 _ACEOF
32355 cat confdefs.h >>conftest.$ac_ext
32356 cat >>conftest.$ac_ext <<_ACEOF
32357 /* end confdefs.h.  */
32358
32359               #include <sys/types.h>
32360               #include <utime.h>
32361
32362 int
32363 main ()
32364 {
32365
32366               struct utimbuf foo
32367
32368   ;
32369   return 0;
32370 }
32371 _ACEOF
32372 rm -f conftest.$ac_objext
32373 if { (ac_try="$ac_compile"
32374 case "(($ac_try" in
32375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32376   *) ac_try_echo=$ac_try;;
32377 esac
32378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32379   (eval "$ac_compile") 2>conftest.er1
32380   ac_status=$?
32381   grep -v '^ *+' conftest.er1 >conftest.err
32382   rm -f conftest.er1
32383   cat conftest.err >&5
32384   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32385   (exit $ac_status); } && {
32386          test -z "$ac_c_werror_flag" ||
32387          test ! -s conftest.err
32388        } && test -s conftest.$ac_objext; then
32389
32390               ba_cv_header_utime_h=yes
32391
32392 else
32393   echo "$as_me: failed program was:" >&5
32394 sed 's/^/| /' conftest.$ac_ext >&5
32395
32396
32397               ba_cv_header_utime_h=no
32398
32399
32400 fi
32401
32402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32403
32404
32405 fi
32406 { echo "$as_me:$LINENO: result: $ba_cv_header_utime_h" >&5
32407 echo "${ECHO_T}$ba_cv_header_utime_h" >&6; }
32408 test $ba_cv_header_utime_h = yes &&
32409 cat >>confdefs.h <<\_ACEOF
32410 #define HAVE_UTIME_H 1
32411 _ACEOF
32412
32413
32414 { echo "$as_me:$LINENO: checking for socklen_t" >&5
32415 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
32416 if test "${ba_cv_header_socklen_t+set}" = set; then
32417   echo $ECHO_N "(cached) $ECHO_C" >&6
32418 else
32419
32420        cat >conftest.$ac_ext <<_ACEOF
32421 /* confdefs.h.  */
32422 _ACEOF
32423 cat confdefs.h >>conftest.$ac_ext
32424 cat >>conftest.$ac_ext <<_ACEOF
32425 /* end confdefs.h.  */
32426
32427               #include <sys/types.h>
32428               #include <sys/socket.h>
32429
32430 int
32431 main ()
32432 {
32433
32434               socklen_t x
32435
32436   ;
32437   return 0;
32438 }
32439 _ACEOF
32440 rm -f conftest.$ac_objext
32441 if { (ac_try="$ac_compile"
32442 case "(($ac_try" in
32443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32444   *) ac_try_echo=$ac_try;;
32445 esac
32446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32447   (eval "$ac_compile") 2>conftest.er1
32448   ac_status=$?
32449   grep -v '^ *+' conftest.er1 >conftest.err
32450   rm -f conftest.er1
32451   cat conftest.err >&5
32452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32453   (exit $ac_status); } && {
32454          test -z "$ac_c_werror_flag" ||
32455          test ! -s conftest.err
32456        } && test -s conftest.$ac_objext; then
32457
32458              ba_cv_header_socklen_t=yes
32459
32460 else
32461   echo "$as_me: failed program was:" >&5
32462 sed 's/^/| /' conftest.$ac_ext >&5
32463
32464
32465              ba_cv_header_socklen_t=no
32466
32467
32468 fi
32469
32470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32471
32472
32473 fi
32474 { echo "$as_me:$LINENO: result: $ba_cv_header_socklen_t" >&5
32475 echo "${ECHO_T}$ba_cv_header_socklen_t" >&6; }
32476 test $ba_cv_header_socklen_t = yes && cat >>confdefs.h <<\_ACEOF
32477 #define HAVE_SOCKLEN_T 1
32478 _ACEOF
32479
32480
32481 ac_ext=cpp
32482 ac_cpp='$CXXCPP $CPPFLAGS'
32483 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32484 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32485 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32486
32487 { echo "$as_me:$LINENO: checking for typeof" >&5
32488 echo $ECHO_N "checking for typeof... $ECHO_C" >&6; }
32489 if test "${ba_cv_have_typeof+set}" = set; then
32490   echo $ECHO_N "(cached) $ECHO_C" >&6
32491 else
32492
32493        if test "$cross_compiling" = yes; then
32494
32495               ba_cv_have_typeof=no
32496
32497
32498 else
32499   cat >conftest.$ac_ext <<_ACEOF
32500 /* confdefs.h.  */
32501 _ACEOF
32502 cat confdefs.h >>conftest.$ac_ext
32503 cat >>conftest.$ac_ext <<_ACEOF
32504 /* end confdefs.h.  */
32505
32506               main(){char *a = 0; a = (typeof a)a;}
32507
32508 _ACEOF
32509 rm -f conftest$ac_exeext
32510 if { (ac_try="$ac_link"
32511 case "(($ac_try" in
32512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32513   *) ac_try_echo=$ac_try;;
32514 esac
32515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32516   (eval "$ac_link") 2>&5
32517   ac_status=$?
32518   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32519   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32520   { (case "(($ac_try" in
32521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32522   *) ac_try_echo=$ac_try;;
32523 esac
32524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32525   (eval "$ac_try") 2>&5
32526   ac_status=$?
32527   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32528   (exit $ac_status); }; }; then
32529
32530               ba_cv_have_typeof=yes
32531
32532 else
32533   echo "$as_me: program exited with status $ac_status" >&5
32534 echo "$as_me: failed program was:" >&5
32535 sed 's/^/| /' conftest.$ac_ext >&5
32536
32537 ( exit $ac_status )
32538
32539               ba_cv_have_typeof=no
32540
32541 fi
32542 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
32543 fi
32544
32545
32546
32547
32548 fi
32549 { echo "$as_me:$LINENO: result: $ba_cv_have_typeof" >&5
32550 echo "${ECHO_T}$ba_cv_have_typeof" >&6; }
32551 test $ba_cv_have_typeof = yes &&
32552 cat >>confdefs.h <<\_ACEOF
32553 #define HAVE_TYPEOF 1
32554 _ACEOF
32555
32556 ac_ext=c
32557 ac_cpp='$CPP $CPPFLAGS'
32558 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32559 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32560 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32561
32562
32563 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
32564 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
32565 if test "${ac_cv_c_const+set}" = set; then
32566   echo $ECHO_N "(cached) $ECHO_C" >&6
32567 else
32568   cat >conftest.$ac_ext <<_ACEOF
32569 /* confdefs.h.  */
32570 _ACEOF
32571 cat confdefs.h >>conftest.$ac_ext
32572 cat >>conftest.$ac_ext <<_ACEOF
32573 /* end confdefs.h.  */
32574
32575 int
32576 main ()
32577 {
32578 /* FIXME: Include the comments suggested by Paul. */
32579 #ifndef __cplusplus
32580   /* Ultrix mips cc rejects this.  */
32581   typedef int charset[2];
32582   const charset cs;
32583   /* SunOS 4.1.1 cc rejects this.  */
32584   char const *const *pcpcc;
32585   char **ppc;
32586   /* NEC SVR4.0.2 mips cc rejects this.  */
32587   struct point {int x, y;};
32588   static struct point const zero = {0,0};
32589   /* AIX XL C 1.02.0.0 rejects this.
32590      It does not let you subtract one const X* pointer from another in
32591      an arm of an if-expression whose if-part is not a constant
32592      expression */
32593   const char *g = "string";
32594   pcpcc = &g + (g ? g-g : 0);
32595   /* HPUX 7.0 cc rejects these. */
32596   ++pcpcc;
32597   ppc = (char**) pcpcc;
32598   pcpcc = (char const *const *) ppc;
32599   { /* SCO 3.2v4 cc rejects this.  */
32600     char *t;
32601     char const *s = 0 ? (char *) 0 : (char const *) 0;
32602
32603     *t++ = 0;
32604     if (s) return 0;
32605   }
32606   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
32607     int x[] = {25, 17};
32608     const int *foo = &x[0];
32609     ++foo;
32610   }
32611   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
32612     typedef const int *iptr;
32613     iptr p = 0;
32614     ++p;
32615   }
32616   { /* AIX XL C 1.02.0.0 rejects this saying
32617        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
32618     struct s { int j; const int *ap[3]; };
32619     struct s *b; b->j = 5;
32620   }
32621   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
32622     const int foo = 10;
32623     if (!foo) return 0;
32624   }
32625   return !cs[0] && !zero.x;
32626 #endif
32627
32628   ;
32629   return 0;
32630 }
32631 _ACEOF
32632 rm -f conftest.$ac_objext
32633 if { (ac_try="$ac_compile"
32634 case "(($ac_try" in
32635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32636   *) ac_try_echo=$ac_try;;
32637 esac
32638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32639   (eval "$ac_compile") 2>conftest.er1
32640   ac_status=$?
32641   grep -v '^ *+' conftest.er1 >conftest.err
32642   rm -f conftest.er1
32643   cat conftest.err >&5
32644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32645   (exit $ac_status); } && {
32646          test -z "$ac_c_werror_flag" ||
32647          test ! -s conftest.err
32648        } && test -s conftest.$ac_objext; then
32649   ac_cv_c_const=yes
32650 else
32651   echo "$as_me: failed program was:" >&5
32652 sed 's/^/| /' conftest.$ac_ext >&5
32653
32654         ac_cv_c_const=no
32655 fi
32656
32657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32658 fi
32659 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
32660 echo "${ECHO_T}$ac_cv_c_const" >&6; }
32661 if test $ac_cv_c_const = no; then
32662
32663 cat >>confdefs.h <<\_ACEOF
32664 #define const
32665 _ACEOF
32666
32667 fi
32668
32669
32670 { echo "$as_me:$LINENO: checking how to get filesystem type" >&5
32671 echo $ECHO_N "checking how to get filesystem type... $ECHO_C" >&6; }
32672 fstype=no
32673 # The order of these tests is important.
32674 cat >conftest.$ac_ext <<_ACEOF
32675 /* confdefs.h.  */
32676 _ACEOF
32677 cat confdefs.h >>conftest.$ac_ext
32678 cat >>conftest.$ac_ext <<_ACEOF
32679 /* end confdefs.h.  */
32680
32681        #include <sys/statvfs.h>
32682        #include <sys/fstyp.h>
32683
32684 _ACEOF
32685 if { (ac_try="$ac_cpp conftest.$ac_ext"
32686 case "(($ac_try" in
32687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32688   *) ac_try_echo=$ac_try;;
32689 esac
32690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32691   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
32692   ac_status=$?
32693   grep -v '^ *+' conftest.er1 >conftest.err
32694   rm -f conftest.er1
32695   cat conftest.err >&5
32696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32697   (exit $ac_status); } >/dev/null && {
32698          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
32699          test ! -s conftest.err
32700        }; then
32701   cat >>confdefs.h <<\_ACEOF
32702 #define FSTYPE_STATVFS 1
32703 _ACEOF
32704  fstype=SVR4
32705
32706 else
32707   echo "$as_me: failed program was:" >&5
32708 sed 's/^/| /' conftest.$ac_ext >&5
32709
32710
32711 fi
32712
32713 rm -f conftest.err conftest.$ac_ext
32714 if test $fstype = no; then
32715    cat >conftest.$ac_ext <<_ACEOF
32716 /* confdefs.h.  */
32717 _ACEOF
32718 cat confdefs.h >>conftest.$ac_ext
32719 cat >>conftest.$ac_ext <<_ACEOF
32720 /* end confdefs.h.  */
32721
32722           #include <sys/statfs.h>
32723           #include <sys/fstyp.h>
32724
32725 _ACEOF
32726 if { (ac_try="$ac_cpp conftest.$ac_ext"
32727 case "(($ac_try" in
32728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32729   *) ac_try_echo=$ac_try;;
32730 esac
32731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32732   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
32733   ac_status=$?
32734   grep -v '^ *+' conftest.er1 >conftest.err
32735   rm -f conftest.er1
32736   cat conftest.err >&5
32737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32738   (exit $ac_status); } >/dev/null && {
32739          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
32740          test ! -s conftest.err
32741        }; then
32742   cat >>confdefs.h <<\_ACEOF
32743 #define FSTYPE_USG_STATFS 1
32744 _ACEOF
32745  fstype=SVR3
32746
32747 else
32748   echo "$as_me: failed program was:" >&5
32749 sed 's/^/| /' conftest.$ac_ext >&5
32750
32751
32752 fi
32753
32754 rm -f conftest.err conftest.$ac_ext
32755 fi
32756 if test $fstype = no; then
32757    cat >conftest.$ac_ext <<_ACEOF
32758 /* confdefs.h.  */
32759 _ACEOF
32760 cat confdefs.h >>conftest.$ac_ext
32761 cat >>conftest.$ac_ext <<_ACEOF
32762 /* end confdefs.h.  */
32763
32764           #include <sys/statfs.h>
32765           #include <sys/vmount.h>
32766
32767 _ACEOF
32768 if { (ac_try="$ac_cpp conftest.$ac_ext"
32769 case "(($ac_try" in
32770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32771   *) ac_try_echo=$ac_try;;
32772 esac
32773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32774   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
32775   ac_status=$?
32776   grep -v '^ *+' conftest.er1 >conftest.err
32777   rm -f conftest.er1
32778   cat conftest.err >&5
32779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32780   (exit $ac_status); } >/dev/null && {
32781          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
32782          test ! -s conftest.err
32783        }; then
32784   cat >>confdefs.h <<\_ACEOF
32785 #define FSTYPE_AIX_STATFS 1
32786 _ACEOF
32787  fstype=AIX
32788
32789 else
32790   echo "$as_me: failed program was:" >&5
32791 sed 's/^/| /' conftest.$ac_ext >&5
32792
32793
32794 fi
32795
32796 rm -f conftest.err conftest.$ac_ext
32797 fi
32798 if test $fstype = no; then
32799    cat >conftest.$ac_ext <<_ACEOF
32800 /* confdefs.h.  */
32801 _ACEOF
32802 cat confdefs.h >>conftest.$ac_ext
32803 cat >>conftest.$ac_ext <<_ACEOF
32804 /* end confdefs.h.  */
32805
32806           #include <mntent.h>
32807
32808 _ACEOF
32809 if { (ac_try="$ac_cpp conftest.$ac_ext"
32810 case "(($ac_try" in
32811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32812   *) ac_try_echo=$ac_try;;
32813 esac
32814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32815   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
32816   ac_status=$?
32817   grep -v '^ *+' conftest.er1 >conftest.err
32818   rm -f conftest.er1
32819   cat conftest.err >&5
32820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32821   (exit $ac_status); } >/dev/null && {
32822          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
32823          test ! -s conftest.err
32824        }; then
32825   cat >>confdefs.h <<\_ACEOF
32826 #define FSTYPE_MNTENT 1
32827 _ACEOF
32828  fstype=4.3BSD
32829
32830 else
32831   echo "$as_me: failed program was:" >&5
32832 sed 's/^/| /' conftest.$ac_ext >&5
32833
32834
32835 fi
32836
32837 rm -f conftest.err conftest.$ac_ext
32838 fi
32839 if test $fstype = no; then
32840    cat >conftest.$ac_ext <<_ACEOF
32841 /* confdefs.h.  */
32842 _ACEOF
32843 cat confdefs.h >>conftest.$ac_ext
32844 cat >>conftest.$ac_ext <<_ACEOF
32845 /* end confdefs.h.  */
32846 #include <sys/mount.h>
32847
32848 _ACEOF
32849 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
32850   $EGREP "f_type;" >/dev/null 2>&1; then
32851   cat >>confdefs.h <<\_ACEOF
32852 #define FSTYPE_STATFS 1
32853 _ACEOF
32854  fstype=4.4BSD/OSF1
32855 fi
32856 rm -f conftest*
32857
32858 fi
32859 if test $fstype = no; then
32860    cat >conftest.$ac_ext <<_ACEOF
32861 /* confdefs.h.  */
32862 _ACEOF
32863 cat confdefs.h >>conftest.$ac_ext
32864 cat >>conftest.$ac_ext <<_ACEOF
32865 /* end confdefs.h.  */
32866
32867           #include <sys/mount.h>
32868           #include <sys/fs_types.h>
32869
32870 _ACEOF
32871 if { (ac_try="$ac_cpp conftest.$ac_ext"
32872 case "(($ac_try" in
32873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32874   *) ac_try_echo=$ac_try;;
32875 esac
32876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32877   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
32878   ac_status=$?
32879   grep -v '^ *+' conftest.er1 >conftest.err
32880   rm -f conftest.er1
32881   cat conftest.err >&5
32882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32883   (exit $ac_status); } >/dev/null && {
32884          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
32885          test ! -s conftest.err
32886        }; then
32887   cat >>confdefs.h <<\_ACEOF
32888 #define FSTYPE_GETMNT 1
32889 _ACEOF
32890  fstype=Ultrix
32891
32892 else
32893   echo "$as_me: failed program was:" >&5
32894 sed 's/^/| /' conftest.$ac_ext >&5
32895
32896
32897 fi
32898
32899 rm -f conftest.err conftest.$ac_ext
32900 fi
32901 { echo "$as_me:$LINENO: result: $fstype" >&5
32902 echo "${ECHO_T}$fstype" >&6; }
32903
32904 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
32905   { echo "$as_me:$LINENO: checking for sys/statvfs.h" >&5
32906 echo $ECHO_N "checking for sys/statvfs.h... $ECHO_C" >&6; }
32907 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
32908   echo $ECHO_N "(cached) $ECHO_C" >&6
32909 fi
32910 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_statvfs_h" >&5
32911 echo "${ECHO_T}$ac_cv_header_sys_statvfs_h" >&6; }
32912 else
32913   # Is the header compilable?
32914 { echo "$as_me:$LINENO: checking sys/statvfs.h usability" >&5
32915 echo $ECHO_N "checking sys/statvfs.h usability... $ECHO_C" >&6; }
32916 cat >conftest.$ac_ext <<_ACEOF
32917 /* confdefs.h.  */
32918 _ACEOF
32919 cat confdefs.h >>conftest.$ac_ext
32920 cat >>conftest.$ac_ext <<_ACEOF
32921 /* end confdefs.h.  */
32922 $ac_includes_default
32923 #include <sys/statvfs.h>
32924 _ACEOF
32925 rm -f conftest.$ac_objext
32926 if { (ac_try="$ac_compile"
32927 case "(($ac_try" in
32928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32929   *) ac_try_echo=$ac_try;;
32930 esac
32931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32932   (eval "$ac_compile") 2>conftest.er1
32933   ac_status=$?
32934   grep -v '^ *+' conftest.er1 >conftest.err
32935   rm -f conftest.er1
32936   cat conftest.err >&5
32937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32938   (exit $ac_status); } && {
32939          test -z "$ac_c_werror_flag" ||
32940          test ! -s conftest.err
32941        } && test -s conftest.$ac_objext; then
32942   ac_header_compiler=yes
32943 else
32944   echo "$as_me: failed program was:" >&5
32945 sed 's/^/| /' conftest.$ac_ext >&5
32946
32947         ac_header_compiler=no
32948 fi
32949
32950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32951 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32952 echo "${ECHO_T}$ac_header_compiler" >&6; }
32953
32954 # Is the header present?
32955 { echo "$as_me:$LINENO: checking sys/statvfs.h presence" >&5
32956 echo $ECHO_N "checking sys/statvfs.h presence... $ECHO_C" >&6; }
32957 cat >conftest.$ac_ext <<_ACEOF
32958 /* confdefs.h.  */
32959 _ACEOF
32960 cat confdefs.h >>conftest.$ac_ext
32961 cat >>conftest.$ac_ext <<_ACEOF
32962 /* end confdefs.h.  */
32963 #include <sys/statvfs.h>
32964 _ACEOF
32965 if { (ac_try="$ac_cpp conftest.$ac_ext"
32966 case "(($ac_try" in
32967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32968   *) ac_try_echo=$ac_try;;
32969 esac
32970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32971   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
32972   ac_status=$?
32973   grep -v '^ *+' conftest.er1 >conftest.err
32974   rm -f conftest.er1
32975   cat conftest.err >&5
32976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32977   (exit $ac_status); } >/dev/null && {
32978          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
32979          test ! -s conftest.err
32980        }; then
32981   ac_header_preproc=yes
32982 else
32983   echo "$as_me: failed program was:" >&5
32984 sed 's/^/| /' conftest.$ac_ext >&5
32985
32986   ac_header_preproc=no
32987 fi
32988
32989 rm -f conftest.err conftest.$ac_ext
32990 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32991 echo "${ECHO_T}$ac_header_preproc" >&6; }
32992
32993 # So?  What about this header?
32994 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32995   yes:no: )
32996     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: accepted by the compiler, rejected by the preprocessor!" >&5
32997 echo "$as_me: WARNING: sys/statvfs.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
32998     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: proceeding with the compiler's result" >&5
32999 echo "$as_me: WARNING: sys/statvfs.h: proceeding with the compiler's result" >&2;}
33000     ac_header_preproc=yes
33001     ;;
33002   no:yes:* )
33003     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: present but cannot be compiled" >&5
33004 echo "$as_me: WARNING: sys/statvfs.h: present but cannot be compiled" >&2;}
33005     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h:     check for missing prerequisite headers?" >&5
33006 echo "$as_me: WARNING: sys/statvfs.h:     check for missing prerequisite headers?" >&2;}
33007     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: see the Autoconf documentation" >&5
33008 echo "$as_me: WARNING: sys/statvfs.h: see the Autoconf documentation" >&2;}
33009     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h:     section \"Present But Cannot Be Compiled\"" >&5
33010 echo "$as_me: WARNING: sys/statvfs.h:     section \"Present But Cannot Be Compiled\"" >&2;}
33011     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: proceeding with the preprocessor's result" >&5
33012 echo "$as_me: WARNING: sys/statvfs.h: proceeding with the preprocessor's result" >&2;}
33013     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: in the future, the compiler will take precedence" >&5
33014 echo "$as_me: WARNING: sys/statvfs.h: in the future, the compiler will take precedence" >&2;}
33015
33016     ;;
33017 esac
33018 { echo "$as_me:$LINENO: checking for sys/statvfs.h" >&5
33019 echo $ECHO_N "checking for sys/statvfs.h... $ECHO_C" >&6; }
33020 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
33021   echo $ECHO_N "(cached) $ECHO_C" >&6
33022 else
33023   ac_cv_header_sys_statvfs_h=$ac_header_preproc
33024 fi
33025 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_statvfs_h" >&5
33026 echo "${ECHO_T}$ac_cv_header_sys_statvfs_h" >&6; }
33027
33028 fi
33029 if test $ac_cv_header_sys_statvfs_h = yes; then
33030
33031 cat >>confdefs.h <<\_ACEOF
33032 #define HAVE_SYS_STATVFS_H 1
33033 _ACEOF
33034
33035 fi
33036
33037
33038
33039 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
33040 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
33041 if test "${ac_cv_type_signal+set}" = set; then
33042   echo $ECHO_N "(cached) $ECHO_C" >&6
33043 else
33044   cat >conftest.$ac_ext <<_ACEOF
33045 /* confdefs.h.  */
33046 _ACEOF
33047 cat confdefs.h >>conftest.$ac_ext
33048 cat >>conftest.$ac_ext <<_ACEOF
33049 /* end confdefs.h.  */
33050 #include <sys/types.h>
33051 #include <signal.h>
33052
33053 int
33054 main ()
33055 {
33056 return *(signal (0, 0)) (0) == 1;
33057   ;
33058   return 0;
33059 }
33060 _ACEOF
33061 rm -f conftest.$ac_objext
33062 if { (ac_try="$ac_compile"
33063 case "(($ac_try" in
33064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33065   *) ac_try_echo=$ac_try;;
33066 esac
33067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33068   (eval "$ac_compile") 2>conftest.er1
33069   ac_status=$?
33070   grep -v '^ *+' conftest.er1 >conftest.err
33071   rm -f conftest.er1
33072   cat conftest.err >&5
33073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33074   (exit $ac_status); } && {
33075          test -z "$ac_c_werror_flag" ||
33076          test ! -s conftest.err
33077        } && test -s conftest.$ac_objext; then
33078   ac_cv_type_signal=int
33079 else
33080   echo "$as_me: failed program was:" >&5
33081 sed 's/^/| /' conftest.$ac_ext >&5
33082
33083         ac_cv_type_signal=void
33084 fi
33085
33086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33087 fi
33088 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
33089 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
33090
33091 cat >>confdefs.h <<_ACEOF
33092 #define RETSIGTYPE $ac_cv_type_signal
33093 _ACEOF
33094
33095
33096
33097   { echo "$as_me:$LINENO: checking for type of signal functions" >&5
33098 echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6; }
33099   if test "${bash_cv_signal_vintage+set}" = set; then
33100   echo $ECHO_N "(cached) $ECHO_C" >&6
33101 else
33102
33103     cat >conftest.$ac_ext <<_ACEOF
33104 /* confdefs.h.  */
33105 _ACEOF
33106 cat confdefs.h >>conftest.$ac_ext
33107 cat >>conftest.$ac_ext <<_ACEOF
33108 /* end confdefs.h.  */
33109 #include <signal.h>
33110 int
33111 main ()
33112 {
33113
33114       sigset_t ss;
33115       struct sigaction sa;
33116       sigemptyset(&ss); sigsuspend(&ss);
33117       sigaction(SIGINT, &sa, (struct sigaction *) 0);
33118       sigprocmask(SIG_BLOCK, &ss, (sigset_t *) 0);
33119
33120   ;
33121   return 0;
33122 }
33123 _ACEOF
33124 rm -f conftest.$ac_objext conftest$ac_exeext
33125 if { (ac_try="$ac_link"
33126 case "(($ac_try" in
33127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33128   *) ac_try_echo=$ac_try;;
33129 esac
33130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33131   (eval "$ac_link") 2>conftest.er1
33132   ac_status=$?
33133   grep -v '^ *+' conftest.er1 >conftest.err
33134   rm -f conftest.er1
33135   cat conftest.err >&5
33136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33137   (exit $ac_status); } && {
33138          test -z "$ac_c_werror_flag" ||
33139          test ! -s conftest.err
33140        } && test -s conftest$ac_exeext &&
33141        $as_test_x conftest$ac_exeext; then
33142   bash_cv_signal_vintage="posix"
33143 else
33144   echo "$as_me: failed program was:" >&5
33145 sed 's/^/| /' conftest.$ac_ext >&5
33146
33147
33148       cat >conftest.$ac_ext <<_ACEOF
33149 /* confdefs.h.  */
33150 _ACEOF
33151 cat confdefs.h >>conftest.$ac_ext
33152 cat >>conftest.$ac_ext <<_ACEOF
33153 /* end confdefs.h.  */
33154 #include <signal.h>
33155 int
33156 main ()
33157 {
33158
33159           int mask = sigmask(SIGINT);
33160           sigsetmask(mask); sigblock(mask); sigpause(mask);
33161
33162   ;
33163   return 0;
33164 }
33165 _ACEOF
33166 rm -f conftest.$ac_objext conftest$ac_exeext
33167 if { (ac_try="$ac_link"
33168 case "(($ac_try" in
33169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33170   *) ac_try_echo=$ac_try;;
33171 esac
33172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33173   (eval "$ac_link") 2>conftest.er1
33174   ac_status=$?
33175   grep -v '^ *+' conftest.er1 >conftest.err
33176   rm -f conftest.er1
33177   cat conftest.err >&5
33178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33179   (exit $ac_status); } && {
33180          test -z "$ac_c_werror_flag" ||
33181          test ! -s conftest.err
33182        } && test -s conftest$ac_exeext &&
33183        $as_test_x conftest$ac_exeext; then
33184   bash_cv_signal_vintage="4.2bsd"
33185 else
33186   echo "$as_me: failed program was:" >&5
33187 sed 's/^/| /' conftest.$ac_ext >&5
33188
33189
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 <signal.h>
33198           RETSIGTYPE foo() { }
33199 int
33200 main ()
33201 {
33202
33203                   int mask = sigmask(SIGINT);
33204                   sigset(SIGINT, foo); sigrelse(SIGINT);
33205                   sighold(SIGINT); sigpause(SIGINT);
33206
33207   ;
33208   return 0;
33209 }
33210 _ACEOF
33211 rm -f conftest.$ac_objext conftest$ac_exeext
33212 if { (ac_try="$ac_link"
33213 case "(($ac_try" in
33214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33215   *) ac_try_echo=$ac_try;;
33216 esac
33217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33218   (eval "$ac_link") 2>conftest.er1
33219   ac_status=$?
33220   grep -v '^ *+' conftest.er1 >conftest.err
33221   rm -f conftest.er1
33222   cat conftest.err >&5
33223   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33224   (exit $ac_status); } && {
33225          test -z "$ac_c_werror_flag" ||
33226          test ! -s conftest.err
33227        } && test -s conftest$ac_exeext &&
33228        $as_test_x conftest$ac_exeext; then
33229   bash_cv_signal_vintage="svr3"
33230 else
33231   echo "$as_me: failed program was:" >&5
33232 sed 's/^/| /' conftest.$ac_ext >&5
33233
33234         bash_cv_signal_vintage="v7"
33235
33236 fi
33237
33238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33239       conftest$ac_exeext conftest.$ac_ext
33240
33241 fi
33242
33243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33244       conftest$ac_exeext conftest.$ac_ext
33245
33246 fi
33247
33248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33249       conftest$ac_exeext conftest.$ac_ext
33250
33251 fi
33252
33253   { echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5
33254 echo "${ECHO_T}$bash_cv_signal_vintage" >&6; }
33255   if test "$bash_cv_signal_vintage" = "posix"; then
33256     cat >>confdefs.h <<\_ACEOF
33257 #define HAVE_POSIX_SIGNALS 1
33258 _ACEOF
33259
33260   elif test "$bash_cv_signal_vintage" = "4.2bsd"; then
33261     cat >>confdefs.h <<\_ACEOF
33262 #define HAVE_BSD_SIGNALS 1
33263 _ACEOF
33264
33265   elif test "$bash_cv_signal_vintage" = "svr3"; then
33266     cat >>confdefs.h <<\_ACEOF
33267 #define HAVE_USG_SIGHOLD 1
33268 _ACEOF
33269
33270   fi
33271
33272 { echo "$as_me:$LINENO: checking for mode_t" >&5
33273 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
33274 if test "${ac_cv_type_mode_t+set}" = set; then
33275   echo $ECHO_N "(cached) $ECHO_C" >&6
33276 else
33277   cat >conftest.$ac_ext <<_ACEOF
33278 /* confdefs.h.  */
33279 _ACEOF
33280 cat confdefs.h >>conftest.$ac_ext
33281 cat >>conftest.$ac_ext <<_ACEOF
33282 /* end confdefs.h.  */
33283 $ac_includes_default
33284 typedef mode_t ac__type_new_;
33285 int
33286 main ()
33287 {
33288 if ((ac__type_new_ *) 0)
33289   return 0;
33290 if (sizeof (ac__type_new_))
33291   return 0;
33292   ;
33293   return 0;
33294 }
33295 _ACEOF
33296 rm -f conftest.$ac_objext
33297 if { (ac_try="$ac_compile"
33298 case "(($ac_try" in
33299   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33300   *) ac_try_echo=$ac_try;;
33301 esac
33302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33303   (eval "$ac_compile") 2>conftest.er1
33304   ac_status=$?
33305   grep -v '^ *+' conftest.er1 >conftest.err
33306   rm -f conftest.er1
33307   cat conftest.err >&5
33308   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33309   (exit $ac_status); } && {
33310          test -z "$ac_c_werror_flag" ||
33311          test ! -s conftest.err
33312        } && test -s conftest.$ac_objext; then
33313   ac_cv_type_mode_t=yes
33314 else
33315   echo "$as_me: failed program was:" >&5
33316 sed 's/^/| /' conftest.$ac_ext >&5
33317
33318         ac_cv_type_mode_t=no
33319 fi
33320
33321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33322 fi
33323 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
33324 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
33325 if test $ac_cv_type_mode_t = yes; then
33326   :
33327 else
33328
33329 cat >>confdefs.h <<_ACEOF
33330 #define mode_t int
33331 _ACEOF
33332
33333 fi
33334
33335 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
33336 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
33337 if test "${ac_cv_type_uid_t+set}" = set; then
33338   echo $ECHO_N "(cached) $ECHO_C" >&6
33339 else
33340   cat >conftest.$ac_ext <<_ACEOF
33341 /* confdefs.h.  */
33342 _ACEOF
33343 cat confdefs.h >>conftest.$ac_ext
33344 cat >>conftest.$ac_ext <<_ACEOF
33345 /* end confdefs.h.  */
33346 #include <sys/types.h>
33347
33348 _ACEOF
33349 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
33350   $EGREP "uid_t" >/dev/null 2>&1; then
33351   ac_cv_type_uid_t=yes
33352 else
33353   ac_cv_type_uid_t=no
33354 fi
33355 rm -f conftest*
33356
33357 fi
33358 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
33359 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
33360 if test $ac_cv_type_uid_t = no; then
33361
33362 cat >>confdefs.h <<\_ACEOF
33363 #define uid_t int
33364 _ACEOF
33365
33366
33367 cat >>confdefs.h <<\_ACEOF
33368 #define gid_t int
33369 _ACEOF
33370
33371 fi
33372
33373 { echo "$as_me:$LINENO: checking for size_t" >&5
33374 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
33375 if test "${ac_cv_type_size_t+set}" = set; then
33376   echo $ECHO_N "(cached) $ECHO_C" >&6
33377 else
33378   cat >conftest.$ac_ext <<_ACEOF
33379 /* confdefs.h.  */
33380 _ACEOF
33381 cat confdefs.h >>conftest.$ac_ext
33382 cat >>conftest.$ac_ext <<_ACEOF
33383 /* end confdefs.h.  */
33384 $ac_includes_default
33385 typedef size_t ac__type_new_;
33386 int
33387 main ()
33388 {
33389 if ((ac__type_new_ *) 0)
33390   return 0;
33391 if (sizeof (ac__type_new_))
33392   return 0;
33393   ;
33394   return 0;
33395 }
33396 _ACEOF
33397 rm -f conftest.$ac_objext
33398 if { (ac_try="$ac_compile"
33399 case "(($ac_try" in
33400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33401   *) ac_try_echo=$ac_try;;
33402 esac
33403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33404   (eval "$ac_compile") 2>conftest.er1
33405   ac_status=$?
33406   grep -v '^ *+' conftest.er1 >conftest.err
33407   rm -f conftest.er1
33408   cat conftest.err >&5
33409   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33410   (exit $ac_status); } && {
33411          test -z "$ac_c_werror_flag" ||
33412          test ! -s conftest.err
33413        } && test -s conftest.$ac_objext; then
33414   ac_cv_type_size_t=yes
33415 else
33416   echo "$as_me: failed program was:" >&5
33417 sed 's/^/| /' conftest.$ac_ext >&5
33418
33419         ac_cv_type_size_t=no
33420 fi
33421
33422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33423 fi
33424 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
33425 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
33426 if test $ac_cv_type_size_t = yes; then
33427   :
33428 else
33429
33430 cat >>confdefs.h <<_ACEOF
33431 #define size_t unsigned int
33432 _ACEOF
33433
33434 fi
33435
33436 { echo "$as_me:$LINENO: checking for pid_t" >&5
33437 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
33438 if test "${ac_cv_type_pid_t+set}" = set; then
33439   echo $ECHO_N "(cached) $ECHO_C" >&6
33440 else
33441   cat >conftest.$ac_ext <<_ACEOF
33442 /* confdefs.h.  */
33443 _ACEOF
33444 cat confdefs.h >>conftest.$ac_ext
33445 cat >>conftest.$ac_ext <<_ACEOF
33446 /* end confdefs.h.  */
33447 $ac_includes_default
33448 typedef pid_t ac__type_new_;
33449 int
33450 main ()
33451 {
33452 if ((ac__type_new_ *) 0)
33453   return 0;
33454 if (sizeof (ac__type_new_))
33455   return 0;
33456   ;
33457   return 0;
33458 }
33459 _ACEOF
33460 rm -f conftest.$ac_objext
33461 if { (ac_try="$ac_compile"
33462 case "(($ac_try" in
33463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33464   *) ac_try_echo=$ac_try;;
33465 esac
33466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33467   (eval "$ac_compile") 2>conftest.er1
33468   ac_status=$?
33469   grep -v '^ *+' conftest.er1 >conftest.err
33470   rm -f conftest.er1
33471   cat conftest.err >&5
33472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33473   (exit $ac_status); } && {
33474          test -z "$ac_c_werror_flag" ||
33475          test ! -s conftest.err
33476        } && test -s conftest.$ac_objext; then
33477   ac_cv_type_pid_t=yes
33478 else
33479   echo "$as_me: failed program was:" >&5
33480 sed 's/^/| /' conftest.$ac_ext >&5
33481
33482         ac_cv_type_pid_t=no
33483 fi
33484
33485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33486 fi
33487 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
33488 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
33489 if test $ac_cv_type_pid_t = yes; then
33490   :
33491 else
33492
33493 cat >>confdefs.h <<_ACEOF
33494 #define pid_t int
33495 _ACEOF
33496
33497 fi
33498
33499 { echo "$as_me:$LINENO: checking for off_t" >&5
33500 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
33501 if test "${ac_cv_type_off_t+set}" = set; then
33502   echo $ECHO_N "(cached) $ECHO_C" >&6
33503 else
33504   cat >conftest.$ac_ext <<_ACEOF
33505 /* confdefs.h.  */
33506 _ACEOF
33507 cat confdefs.h >>conftest.$ac_ext
33508 cat >>conftest.$ac_ext <<_ACEOF
33509 /* end confdefs.h.  */
33510 $ac_includes_default
33511 typedef off_t ac__type_new_;
33512 int
33513 main ()
33514 {
33515 if ((ac__type_new_ *) 0)
33516   return 0;
33517 if (sizeof (ac__type_new_))
33518   return 0;
33519   ;
33520   return 0;
33521 }
33522 _ACEOF
33523 rm -f conftest.$ac_objext
33524 if { (ac_try="$ac_compile"
33525 case "(($ac_try" in
33526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33527   *) ac_try_echo=$ac_try;;
33528 esac
33529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33530   (eval "$ac_compile") 2>conftest.er1
33531   ac_status=$?
33532   grep -v '^ *+' conftest.er1 >conftest.err
33533   rm -f conftest.er1
33534   cat conftest.err >&5
33535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33536   (exit $ac_status); } && {
33537          test -z "$ac_c_werror_flag" ||
33538          test ! -s conftest.err
33539        } && test -s conftest.$ac_objext; then
33540   ac_cv_type_off_t=yes
33541 else
33542   echo "$as_me: failed program was:" >&5
33543 sed 's/^/| /' conftest.$ac_ext >&5
33544
33545         ac_cv_type_off_t=no
33546 fi
33547
33548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33549 fi
33550 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
33551 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
33552 if test $ac_cv_type_off_t = yes; then
33553   :
33554 else
33555
33556 cat >>confdefs.h <<_ACEOF
33557 #define off_t long int
33558 _ACEOF
33559
33560 fi
33561
33562
33563   { echo "$as_me:$LINENO: checking for intptr_t" >&5
33564 echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6; }
33565 if test "${ac_cv_type_intptr_t+set}" = set; then
33566   echo $ECHO_N "(cached) $ECHO_C" >&6
33567 else
33568   cat >conftest.$ac_ext <<_ACEOF
33569 /* confdefs.h.  */
33570 _ACEOF
33571 cat confdefs.h >>conftest.$ac_ext
33572 cat >>conftest.$ac_ext <<_ACEOF
33573 /* end confdefs.h.  */
33574 $ac_includes_default
33575 typedef intptr_t ac__type_new_;
33576 int
33577 main ()
33578 {
33579 if ((ac__type_new_ *) 0)
33580   return 0;
33581 if (sizeof (ac__type_new_))
33582   return 0;
33583   ;
33584   return 0;
33585 }
33586 _ACEOF
33587 rm -f conftest.$ac_objext
33588 if { (ac_try="$ac_compile"
33589 case "(($ac_try" in
33590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33591   *) ac_try_echo=$ac_try;;
33592 esac
33593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33594   (eval "$ac_compile") 2>conftest.er1
33595   ac_status=$?
33596   grep -v '^ *+' conftest.er1 >conftest.err
33597   rm -f conftest.er1
33598   cat conftest.err >&5
33599   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33600   (exit $ac_status); } && {
33601          test -z "$ac_c_werror_flag" ||
33602          test ! -s conftest.err
33603        } && test -s conftest.$ac_objext; then
33604   ac_cv_type_intptr_t=yes
33605 else
33606   echo "$as_me: failed program was:" >&5
33607 sed 's/^/| /' conftest.$ac_ext >&5
33608
33609         ac_cv_type_intptr_t=no
33610 fi
33611
33612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33613 fi
33614 { echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
33615 echo "${ECHO_T}$ac_cv_type_intptr_t" >&6; }
33616 if test $ac_cv_type_intptr_t = yes; then
33617
33618 cat >>confdefs.h <<\_ACEOF
33619 #define HAVE_INTPTR_T 1
33620 _ACEOF
33621
33622 else
33623   for ac_type in 'int' 'long int' 'long long int'; do
33624        cat >conftest.$ac_ext <<_ACEOF
33625 /* confdefs.h.  */
33626 _ACEOF
33627 cat confdefs.h >>conftest.$ac_ext
33628 cat >>conftest.$ac_ext <<_ACEOF
33629 /* end confdefs.h.  */
33630 $ac_includes_default
33631 int
33632 main ()
33633 {
33634 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
33635 test_array [0] = 0
33636
33637   ;
33638   return 0;
33639 }
33640 _ACEOF
33641 rm -f conftest.$ac_objext
33642 if { (ac_try="$ac_compile"
33643 case "(($ac_try" in
33644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33645   *) ac_try_echo=$ac_try;;
33646 esac
33647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33648   (eval "$ac_compile") 2>conftest.er1
33649   ac_status=$?
33650   grep -v '^ *+' conftest.er1 >conftest.err
33651   rm -f conftest.er1
33652   cat conftest.err >&5
33653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33654   (exit $ac_status); } && {
33655          test -z "$ac_c_werror_flag" ||
33656          test ! -s conftest.err
33657        } && test -s conftest.$ac_objext; then
33658
33659 cat >>confdefs.h <<_ACEOF
33660 #define intptr_t $ac_type
33661 _ACEOF
33662
33663           ac_type=
33664 else
33665   echo "$as_me: failed program was:" >&5
33666 sed 's/^/| /' conftest.$ac_ext >&5
33667
33668
33669 fi
33670
33671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33672        test -z "$ac_type" && break
33673      done
33674 fi
33675
33676
33677
33678   { echo "$as_me:$LINENO: checking for uintptr_t" >&5
33679 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6; }
33680 if test "${ac_cv_type_uintptr_t+set}" = set; then
33681   echo $ECHO_N "(cached) $ECHO_C" >&6
33682 else
33683   cat >conftest.$ac_ext <<_ACEOF
33684 /* confdefs.h.  */
33685 _ACEOF
33686 cat confdefs.h >>conftest.$ac_ext
33687 cat >>conftest.$ac_ext <<_ACEOF
33688 /* end confdefs.h.  */
33689 $ac_includes_default
33690 typedef uintptr_t ac__type_new_;
33691 int
33692 main ()
33693 {
33694 if ((ac__type_new_ *) 0)
33695   return 0;
33696 if (sizeof (ac__type_new_))
33697   return 0;
33698   ;
33699   return 0;
33700 }
33701 _ACEOF
33702 rm -f conftest.$ac_objext
33703 if { (ac_try="$ac_compile"
33704 case "(($ac_try" in
33705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33706   *) ac_try_echo=$ac_try;;
33707 esac
33708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33709   (eval "$ac_compile") 2>conftest.er1
33710   ac_status=$?
33711   grep -v '^ *+' conftest.er1 >conftest.err
33712   rm -f conftest.er1
33713   cat conftest.err >&5
33714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33715   (exit $ac_status); } && {
33716          test -z "$ac_c_werror_flag" ||
33717          test ! -s conftest.err
33718        } && test -s conftest.$ac_objext; then
33719   ac_cv_type_uintptr_t=yes
33720 else
33721   echo "$as_me: failed program was:" >&5
33722 sed 's/^/| /' conftest.$ac_ext >&5
33723
33724         ac_cv_type_uintptr_t=no
33725 fi
33726
33727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33728 fi
33729 { echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
33730 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6; }
33731 if test $ac_cv_type_uintptr_t = yes; then
33732
33733 cat >>confdefs.h <<\_ACEOF
33734 #define HAVE_UINTPTR_T 1
33735 _ACEOF
33736
33737 else
33738   for ac_type in 'unsigned int' 'unsigned long int' \
33739         'unsigned long long int'; do
33740        cat >conftest.$ac_ext <<_ACEOF
33741 /* confdefs.h.  */
33742 _ACEOF
33743 cat confdefs.h >>conftest.$ac_ext
33744 cat >>conftest.$ac_ext <<_ACEOF
33745 /* end confdefs.h.  */
33746 $ac_includes_default
33747 int
33748 main ()
33749 {
33750 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
33751 test_array [0] = 0
33752
33753   ;
33754   return 0;
33755 }
33756 _ACEOF
33757 rm -f conftest.$ac_objext
33758 if { (ac_try="$ac_compile"
33759 case "(($ac_try" in
33760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33761   *) ac_try_echo=$ac_try;;
33762 esac
33763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33764   (eval "$ac_compile") 2>conftest.er1
33765   ac_status=$?
33766   grep -v '^ *+' conftest.er1 >conftest.err
33767   rm -f conftest.er1
33768   cat conftest.err >&5
33769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33770   (exit $ac_status); } && {
33771          test -z "$ac_c_werror_flag" ||
33772          test ! -s conftest.err
33773        } && test -s conftest.$ac_objext; then
33774
33775 cat >>confdefs.h <<_ACEOF
33776 #define uintptr_t $ac_type
33777 _ACEOF
33778
33779           ac_type=
33780 else
33781   echo "$as_me: failed program was:" >&5
33782 sed 's/^/| /' conftest.$ac_ext >&5
33783
33784
33785 fi
33786
33787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33788        test -z "$ac_type" && break
33789      done
33790 fi
33791
33792
33793 { echo "$as_me:$LINENO: checking for ino_t" >&5
33794 echo $ECHO_N "checking for ino_t... $ECHO_C" >&6; }
33795 if test "${ac_cv_type_ino_t+set}" = set; then
33796   echo $ECHO_N "(cached) $ECHO_C" >&6
33797 else
33798   cat >conftest.$ac_ext <<_ACEOF
33799 /* confdefs.h.  */
33800 _ACEOF
33801 cat confdefs.h >>conftest.$ac_ext
33802 cat >>conftest.$ac_ext <<_ACEOF
33803 /* end confdefs.h.  */
33804 $ac_includes_default
33805 typedef ino_t ac__type_new_;
33806 int
33807 main ()
33808 {
33809 if ((ac__type_new_ *) 0)
33810   return 0;
33811 if (sizeof (ac__type_new_))
33812   return 0;
33813   ;
33814   return 0;
33815 }
33816 _ACEOF
33817 rm -f conftest.$ac_objext
33818 if { (ac_try="$ac_compile"
33819 case "(($ac_try" in
33820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33821   *) ac_try_echo=$ac_try;;
33822 esac
33823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33824   (eval "$ac_compile") 2>conftest.er1
33825   ac_status=$?
33826   grep -v '^ *+' conftest.er1 >conftest.err
33827   rm -f conftest.er1
33828   cat conftest.err >&5
33829   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33830   (exit $ac_status); } && {
33831          test -z "$ac_c_werror_flag" ||
33832          test ! -s conftest.err
33833        } && test -s conftest.$ac_objext; then
33834   ac_cv_type_ino_t=yes
33835 else
33836   echo "$as_me: failed program was:" >&5
33837 sed 's/^/| /' conftest.$ac_ext >&5
33838
33839         ac_cv_type_ino_t=no
33840 fi
33841
33842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33843 fi
33844 { echo "$as_me:$LINENO: result: $ac_cv_type_ino_t" >&5
33845 echo "${ECHO_T}$ac_cv_type_ino_t" >&6; }
33846 if test $ac_cv_type_ino_t = yes; then
33847   :
33848 else
33849
33850 cat >>confdefs.h <<_ACEOF
33851 #define ino_t unsigned long
33852 _ACEOF
33853
33854 fi
33855
33856 { echo "$as_me:$LINENO: checking for dev_t" >&5
33857 echo $ECHO_N "checking for dev_t... $ECHO_C" >&6; }
33858 if test "${ac_cv_type_dev_t+set}" = set; then
33859   echo $ECHO_N "(cached) $ECHO_C" >&6
33860 else
33861   cat >conftest.$ac_ext <<_ACEOF
33862 /* confdefs.h.  */
33863 _ACEOF
33864 cat confdefs.h >>conftest.$ac_ext
33865 cat >>conftest.$ac_ext <<_ACEOF
33866 /* end confdefs.h.  */
33867 $ac_includes_default
33868 typedef dev_t ac__type_new_;
33869 int
33870 main ()
33871 {
33872 if ((ac__type_new_ *) 0)
33873   return 0;
33874 if (sizeof (ac__type_new_))
33875   return 0;
33876   ;
33877   return 0;
33878 }
33879 _ACEOF
33880 rm -f conftest.$ac_objext
33881 if { (ac_try="$ac_compile"
33882 case "(($ac_try" in
33883   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33884   *) ac_try_echo=$ac_try;;
33885 esac
33886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33887   (eval "$ac_compile") 2>conftest.er1
33888   ac_status=$?
33889   grep -v '^ *+' conftest.er1 >conftest.err
33890   rm -f conftest.er1
33891   cat conftest.err >&5
33892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33893   (exit $ac_status); } && {
33894          test -z "$ac_c_werror_flag" ||
33895          test ! -s conftest.err
33896        } && test -s conftest.$ac_objext; then
33897   ac_cv_type_dev_t=yes
33898 else
33899   echo "$as_me: failed program was:" >&5
33900 sed 's/^/| /' conftest.$ac_ext >&5
33901
33902         ac_cv_type_dev_t=no
33903 fi
33904
33905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33906 fi
33907 { echo "$as_me:$LINENO: result: $ac_cv_type_dev_t" >&5
33908 echo "${ECHO_T}$ac_cv_type_dev_t" >&6; }
33909 if test $ac_cv_type_dev_t = yes; then
33910   :
33911 else
33912
33913 cat >>confdefs.h <<_ACEOF
33914 #define dev_t unsigned long
33915 _ACEOF
33916
33917 fi
33918
33919 { echo "$as_me:$LINENO: checking for daddr_t" >&5
33920 echo $ECHO_N "checking for daddr_t... $ECHO_C" >&6; }
33921 if test "${ac_cv_type_daddr_t+set}" = set; then
33922   echo $ECHO_N "(cached) $ECHO_C" >&6
33923 else
33924   cat >conftest.$ac_ext <<_ACEOF
33925 /* confdefs.h.  */
33926 _ACEOF
33927 cat confdefs.h >>conftest.$ac_ext
33928 cat >>conftest.$ac_ext <<_ACEOF
33929 /* end confdefs.h.  */
33930 $ac_includes_default
33931 typedef daddr_t ac__type_new_;
33932 int
33933 main ()
33934 {
33935 if ((ac__type_new_ *) 0)
33936   return 0;
33937 if (sizeof (ac__type_new_))
33938   return 0;
33939   ;
33940   return 0;
33941 }
33942 _ACEOF
33943 rm -f conftest.$ac_objext
33944 if { (ac_try="$ac_compile"
33945 case "(($ac_try" in
33946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33947   *) ac_try_echo=$ac_try;;
33948 esac
33949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33950   (eval "$ac_compile") 2>conftest.er1
33951   ac_status=$?
33952   grep -v '^ *+' conftest.er1 >conftest.err
33953   rm -f conftest.er1
33954   cat conftest.err >&5
33955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33956   (exit $ac_status); } && {
33957          test -z "$ac_c_werror_flag" ||
33958          test ! -s conftest.err
33959        } && test -s conftest.$ac_objext; then
33960   ac_cv_type_daddr_t=yes
33961 else
33962   echo "$as_me: failed program was:" >&5
33963 sed 's/^/| /' conftest.$ac_ext >&5
33964
33965         ac_cv_type_daddr_t=no
33966 fi
33967
33968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33969 fi
33970 { echo "$as_me:$LINENO: result: $ac_cv_type_daddr_t" >&5
33971 echo "${ECHO_T}$ac_cv_type_daddr_t" >&6; }
33972 if test $ac_cv_type_daddr_t = yes; then
33973   :
33974 else
33975
33976 cat >>confdefs.h <<_ACEOF
33977 #define daddr_t long
33978 _ACEOF
33979
33980 fi
33981
33982 { echo "$as_me:$LINENO: checking for major_t" >&5
33983 echo $ECHO_N "checking for major_t... $ECHO_C" >&6; }
33984 if test "${ac_cv_type_major_t+set}" = set; then
33985   echo $ECHO_N "(cached) $ECHO_C" >&6
33986 else
33987   cat >conftest.$ac_ext <<_ACEOF
33988 /* confdefs.h.  */
33989 _ACEOF
33990 cat confdefs.h >>conftest.$ac_ext
33991 cat >>conftest.$ac_ext <<_ACEOF
33992 /* end confdefs.h.  */
33993 $ac_includes_default
33994 typedef major_t ac__type_new_;
33995 int
33996 main ()
33997 {
33998 if ((ac__type_new_ *) 0)
33999   return 0;
34000 if (sizeof (ac__type_new_))
34001   return 0;
34002   ;
34003   return 0;
34004 }
34005 _ACEOF
34006 rm -f conftest.$ac_objext
34007 if { (ac_try="$ac_compile"
34008 case "(($ac_try" in
34009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34010   *) ac_try_echo=$ac_try;;
34011 esac
34012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34013   (eval "$ac_compile") 2>conftest.er1
34014   ac_status=$?
34015   grep -v '^ *+' conftest.er1 >conftest.err
34016   rm -f conftest.er1
34017   cat conftest.err >&5
34018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34019   (exit $ac_status); } && {
34020          test -z "$ac_c_werror_flag" ||
34021          test ! -s conftest.err
34022        } && test -s conftest.$ac_objext; then
34023   ac_cv_type_major_t=yes
34024 else
34025   echo "$as_me: failed program was:" >&5
34026 sed 's/^/| /' conftest.$ac_ext >&5
34027
34028         ac_cv_type_major_t=no
34029 fi
34030
34031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34032 fi
34033 { echo "$as_me:$LINENO: result: $ac_cv_type_major_t" >&5
34034 echo "${ECHO_T}$ac_cv_type_major_t" >&6; }
34035 if test $ac_cv_type_major_t = yes; then
34036   :
34037 else
34038
34039 cat >>confdefs.h <<_ACEOF
34040 #define major_t int
34041 _ACEOF
34042
34043 fi
34044
34045 { echo "$as_me:$LINENO: checking for minor_t" >&5
34046 echo $ECHO_N "checking for minor_t... $ECHO_C" >&6; }
34047 if test "${ac_cv_type_minor_t+set}" = set; then
34048   echo $ECHO_N "(cached) $ECHO_C" >&6
34049 else
34050   cat >conftest.$ac_ext <<_ACEOF
34051 /* confdefs.h.  */
34052 _ACEOF
34053 cat confdefs.h >>conftest.$ac_ext
34054 cat >>conftest.$ac_ext <<_ACEOF
34055 /* end confdefs.h.  */
34056 $ac_includes_default
34057 typedef minor_t ac__type_new_;
34058 int
34059 main ()
34060 {
34061 if ((ac__type_new_ *) 0)
34062   return 0;
34063 if (sizeof (ac__type_new_))
34064   return 0;
34065   ;
34066   return 0;
34067 }
34068 _ACEOF
34069 rm -f conftest.$ac_objext
34070 if { (ac_try="$ac_compile"
34071 case "(($ac_try" in
34072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34073   *) ac_try_echo=$ac_try;;
34074 esac
34075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34076   (eval "$ac_compile") 2>conftest.er1
34077   ac_status=$?
34078   grep -v '^ *+' conftest.er1 >conftest.err
34079   rm -f conftest.er1
34080   cat conftest.err >&5
34081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34082   (exit $ac_status); } && {
34083          test -z "$ac_c_werror_flag" ||
34084          test ! -s conftest.err
34085        } && test -s conftest.$ac_objext; then
34086   ac_cv_type_minor_t=yes
34087 else
34088   echo "$as_me: failed program was:" >&5
34089 sed 's/^/| /' conftest.$ac_ext >&5
34090
34091         ac_cv_type_minor_t=no
34092 fi
34093
34094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34095 fi
34096 { echo "$as_me:$LINENO: result: $ac_cv_type_minor_t" >&5
34097 echo "${ECHO_T}$ac_cv_type_minor_t" >&6; }
34098 if test $ac_cv_type_minor_t = yes; then
34099   :
34100 else
34101
34102 cat >>confdefs.h <<_ACEOF
34103 #define minor_t int
34104 _ACEOF
34105
34106 fi
34107
34108 { echo "$as_me:$LINENO: checking for ssize_t" >&5
34109 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
34110 if test "${ac_cv_type_ssize_t+set}" = set; then
34111   echo $ECHO_N "(cached) $ECHO_C" >&6
34112 else
34113   cat >conftest.$ac_ext <<_ACEOF
34114 /* confdefs.h.  */
34115 _ACEOF
34116 cat confdefs.h >>conftest.$ac_ext
34117 cat >>conftest.$ac_ext <<_ACEOF
34118 /* end confdefs.h.  */
34119 $ac_includes_default
34120 typedef ssize_t ac__type_new_;
34121 int
34122 main ()
34123 {
34124 if ((ac__type_new_ *) 0)
34125   return 0;
34126 if (sizeof (ac__type_new_))
34127   return 0;
34128   ;
34129   return 0;
34130 }
34131 _ACEOF
34132 rm -f conftest.$ac_objext
34133 if { (ac_try="$ac_compile"
34134 case "(($ac_try" in
34135   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34136   *) ac_try_echo=$ac_try;;
34137 esac
34138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34139   (eval "$ac_compile") 2>conftest.er1
34140   ac_status=$?
34141   grep -v '^ *+' conftest.er1 >conftest.err
34142   rm -f conftest.er1
34143   cat conftest.err >&5
34144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34145   (exit $ac_status); } && {
34146          test -z "$ac_c_werror_flag" ||
34147          test ! -s conftest.err
34148        } && test -s conftest.$ac_objext; then
34149   ac_cv_type_ssize_t=yes
34150 else
34151   echo "$as_me: failed program was:" >&5
34152 sed 's/^/| /' conftest.$ac_ext >&5
34153
34154         ac_cv_type_ssize_t=no
34155 fi
34156
34157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34158 fi
34159 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34160 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
34161 if test $ac_cv_type_ssize_t = yes; then
34162   :
34163 else
34164
34165 cat >>confdefs.h <<_ACEOF
34166 #define ssize_t int
34167 _ACEOF
34168
34169 fi
34170
34171 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
34172 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
34173 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
34174   echo $ECHO_N "(cached) $ECHO_C" >&6
34175 else
34176   cat >conftest.$ac_ext <<_ACEOF
34177 /* confdefs.h.  */
34178 _ACEOF
34179 cat confdefs.h >>conftest.$ac_ext
34180 cat >>conftest.$ac_ext <<_ACEOF
34181 /* end confdefs.h.  */
34182 $ac_includes_default
34183 int
34184 main ()
34185 {
34186 static struct stat ac_aggr;
34187 if (ac_aggr.st_blocks)
34188 return 0;
34189   ;
34190   return 0;
34191 }
34192 _ACEOF
34193 rm -f conftest.$ac_objext
34194 if { (ac_try="$ac_compile"
34195 case "(($ac_try" in
34196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34197   *) ac_try_echo=$ac_try;;
34198 esac
34199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34200   (eval "$ac_compile") 2>conftest.er1
34201   ac_status=$?
34202   grep -v '^ *+' conftest.er1 >conftest.err
34203   rm -f conftest.er1
34204   cat conftest.err >&5
34205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34206   (exit $ac_status); } && {
34207          test -z "$ac_c_werror_flag" ||
34208          test ! -s conftest.err
34209        } && test -s conftest.$ac_objext; then
34210   ac_cv_member_struct_stat_st_blocks=yes
34211 else
34212   echo "$as_me: failed program was:" >&5
34213 sed 's/^/| /' conftest.$ac_ext >&5
34214
34215         cat >conftest.$ac_ext <<_ACEOF
34216 /* confdefs.h.  */
34217 _ACEOF
34218 cat confdefs.h >>conftest.$ac_ext
34219 cat >>conftest.$ac_ext <<_ACEOF
34220 /* end confdefs.h.  */
34221 $ac_includes_default
34222 int
34223 main ()
34224 {
34225 static struct stat ac_aggr;
34226 if (sizeof ac_aggr.st_blocks)
34227 return 0;
34228   ;
34229   return 0;
34230 }
34231 _ACEOF
34232 rm -f conftest.$ac_objext
34233 if { (ac_try="$ac_compile"
34234 case "(($ac_try" in
34235   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34236   *) ac_try_echo=$ac_try;;
34237 esac
34238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34239   (eval "$ac_compile") 2>conftest.er1
34240   ac_status=$?
34241   grep -v '^ *+' conftest.er1 >conftest.err
34242   rm -f conftest.er1
34243   cat conftest.err >&5
34244   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34245   (exit $ac_status); } && {
34246          test -z "$ac_c_werror_flag" ||
34247          test ! -s conftest.err
34248        } && test -s conftest.$ac_objext; then
34249   ac_cv_member_struct_stat_st_blocks=yes
34250 else
34251   echo "$as_me: failed program was:" >&5
34252 sed 's/^/| /' conftest.$ac_ext >&5
34253
34254         ac_cv_member_struct_stat_st_blocks=no
34255 fi
34256
34257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34258 fi
34259
34260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34261 fi
34262 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
34263 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
34264 if test $ac_cv_member_struct_stat_st_blocks = yes; then
34265
34266 cat >>confdefs.h <<_ACEOF
34267 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
34268 _ACEOF
34269
34270
34271 cat >>confdefs.h <<\_ACEOF
34272 #define HAVE_ST_BLOCKS 1
34273 _ACEOF
34274
34275 else
34276   case " $LIBOBJS " in
34277   *" fileblocks.$ac_objext "* ) ;;
34278   *) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
34279  ;;
34280 esac
34281
34282 fi
34283
34284
34285 { echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
34286 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6; }
34287 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
34288   echo $ECHO_N "(cached) $ECHO_C" >&6
34289 else
34290   cat >conftest.$ac_ext <<_ACEOF
34291 /* confdefs.h.  */
34292 _ACEOF
34293 cat confdefs.h >>conftest.$ac_ext
34294 cat >>conftest.$ac_ext <<_ACEOF
34295 /* end confdefs.h.  */
34296 $ac_includes_default
34297 int
34298 main ()
34299 {
34300 static struct stat ac_aggr;
34301 if (ac_aggr.st_rdev)
34302 return 0;
34303   ;
34304   return 0;
34305 }
34306 _ACEOF
34307 rm -f conftest.$ac_objext
34308 if { (ac_try="$ac_compile"
34309 case "(($ac_try" in
34310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34311   *) ac_try_echo=$ac_try;;
34312 esac
34313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34314   (eval "$ac_compile") 2>conftest.er1
34315   ac_status=$?
34316   grep -v '^ *+' conftest.er1 >conftest.err
34317   rm -f conftest.er1
34318   cat conftest.err >&5
34319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34320   (exit $ac_status); } && {
34321          test -z "$ac_c_werror_flag" ||
34322          test ! -s conftest.err
34323        } && test -s conftest.$ac_objext; then
34324   ac_cv_member_struct_stat_st_rdev=yes
34325 else
34326   echo "$as_me: failed program was:" >&5
34327 sed 's/^/| /' conftest.$ac_ext >&5
34328
34329         cat >conftest.$ac_ext <<_ACEOF
34330 /* confdefs.h.  */
34331 _ACEOF
34332 cat confdefs.h >>conftest.$ac_ext
34333 cat >>conftest.$ac_ext <<_ACEOF
34334 /* end confdefs.h.  */
34335 $ac_includes_default
34336 int
34337 main ()
34338 {
34339 static struct stat ac_aggr;
34340 if (sizeof ac_aggr.st_rdev)
34341 return 0;
34342   ;
34343   return 0;
34344 }
34345 _ACEOF
34346 rm -f conftest.$ac_objext
34347 if { (ac_try="$ac_compile"
34348 case "(($ac_try" in
34349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34350   *) ac_try_echo=$ac_try;;
34351 esac
34352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34353   (eval "$ac_compile") 2>conftest.er1
34354   ac_status=$?
34355   grep -v '^ *+' conftest.er1 >conftest.err
34356   rm -f conftest.er1
34357   cat conftest.err >&5
34358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34359   (exit $ac_status); } && {
34360          test -z "$ac_c_werror_flag" ||
34361          test ! -s conftest.err
34362        } && test -s conftest.$ac_objext; then
34363   ac_cv_member_struct_stat_st_rdev=yes
34364 else
34365   echo "$as_me: failed program was:" >&5
34366 sed 's/^/| /' conftest.$ac_ext >&5
34367
34368         ac_cv_member_struct_stat_st_rdev=no
34369 fi
34370
34371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34372 fi
34373
34374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34375 fi
34376 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
34377 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
34378 if test $ac_cv_member_struct_stat_st_rdev = yes; then
34379
34380 cat >>confdefs.h <<_ACEOF
34381 #define HAVE_STRUCT_STAT_ST_RDEV 1
34382 _ACEOF
34383
34384
34385 cat >>confdefs.h <<\_ACEOF
34386 #define HAVE_ST_RDEV 1
34387 _ACEOF
34388
34389 fi
34390
34391
34392 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
34393 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
34394 if test "${ac_cv_struct_tm+set}" = set; then
34395   echo $ECHO_N "(cached) $ECHO_C" >&6
34396 else
34397   cat >conftest.$ac_ext <<_ACEOF
34398 /* confdefs.h.  */
34399 _ACEOF
34400 cat confdefs.h >>conftest.$ac_ext
34401 cat >>conftest.$ac_ext <<_ACEOF
34402 /* end confdefs.h.  */
34403 #include <sys/types.h>
34404 #include <time.h>
34405
34406 int
34407 main ()
34408 {
34409 struct tm tm;
34410                                      int *p = &tm.tm_sec;
34411                                      return !p;
34412   ;
34413   return 0;
34414 }
34415 _ACEOF
34416 rm -f conftest.$ac_objext
34417 if { (ac_try="$ac_compile"
34418 case "(($ac_try" in
34419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34420   *) ac_try_echo=$ac_try;;
34421 esac
34422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34423   (eval "$ac_compile") 2>conftest.er1
34424   ac_status=$?
34425   grep -v '^ *+' conftest.er1 >conftest.err
34426   rm -f conftest.er1
34427   cat conftest.err >&5
34428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34429   (exit $ac_status); } && {
34430          test -z "$ac_c_werror_flag" ||
34431          test ! -s conftest.err
34432        } && test -s conftest.$ac_objext; then
34433   ac_cv_struct_tm=time.h
34434 else
34435   echo "$as_me: failed program was:" >&5
34436 sed 's/^/| /' conftest.$ac_ext >&5
34437
34438         ac_cv_struct_tm=sys/time.h
34439 fi
34440
34441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34442 fi
34443 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
34444 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
34445 if test $ac_cv_struct_tm = sys/time.h; then
34446
34447 cat >>confdefs.h <<\_ACEOF
34448 #define TM_IN_SYS_TIME 1
34449 _ACEOF
34450
34451 fi
34452
34453 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
34454 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
34455 if test "${ac_cv_c_const+set}" = set; then
34456   echo $ECHO_N "(cached) $ECHO_C" >&6
34457 else
34458   cat >conftest.$ac_ext <<_ACEOF
34459 /* confdefs.h.  */
34460 _ACEOF
34461 cat confdefs.h >>conftest.$ac_ext
34462 cat >>conftest.$ac_ext <<_ACEOF
34463 /* end confdefs.h.  */
34464
34465 int
34466 main ()
34467 {
34468 /* FIXME: Include the comments suggested by Paul. */
34469 #ifndef __cplusplus
34470   /* Ultrix mips cc rejects this.  */
34471   typedef int charset[2];
34472   const charset cs;
34473   /* SunOS 4.1.1 cc rejects this.  */
34474   char const *const *pcpcc;
34475   char **ppc;
34476   /* NEC SVR4.0.2 mips cc rejects this.  */
34477   struct point {int x, y;};
34478   static struct point const zero = {0,0};
34479   /* AIX XL C 1.02.0.0 rejects this.
34480      It does not let you subtract one const X* pointer from another in
34481      an arm of an if-expression whose if-part is not a constant
34482      expression */
34483   const char *g = "string";
34484   pcpcc = &g + (g ? g-g : 0);
34485   /* HPUX 7.0 cc rejects these. */
34486   ++pcpcc;
34487   ppc = (char**) pcpcc;
34488   pcpcc = (char const *const *) ppc;
34489   { /* SCO 3.2v4 cc rejects this.  */
34490     char *t;
34491     char const *s = 0 ? (char *) 0 : (char const *) 0;
34492
34493     *t++ = 0;
34494     if (s) return 0;
34495   }
34496   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
34497     int x[] = {25, 17};
34498     const int *foo = &x[0];
34499     ++foo;
34500   }
34501   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
34502     typedef const int *iptr;
34503     iptr p = 0;
34504     ++p;
34505   }
34506   { /* AIX XL C 1.02.0.0 rejects this saying
34507        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
34508     struct s { int j; const int *ap[3]; };
34509     struct s *b; b->j = 5;
34510   }
34511   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
34512     const int foo = 10;
34513     if (!foo) return 0;
34514   }
34515   return !cs[0] && !zero.x;
34516 #endif
34517
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_c_const=yes
34540 else
34541   echo "$as_me: failed program was:" >&5
34542 sed 's/^/| /' conftest.$ac_ext >&5
34543
34544         ac_cv_c_const=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_c_const" >&5
34550 echo "${ECHO_T}$ac_cv_c_const" >&6; }
34551 if test $ac_cv_c_const = no; then
34552
34553 cat >>confdefs.h <<\_ACEOF
34554 #define const
34555 _ACEOF
34556
34557 fi
34558
34559
34560 { echo "$as_me:$LINENO: checking for char" >&5
34561 echo $ECHO_N "checking for char... $ECHO_C" >&6; }
34562 if test "${ac_cv_type_char+set}" = set; then
34563   echo $ECHO_N "(cached) $ECHO_C" >&6
34564 else
34565   cat >conftest.$ac_ext <<_ACEOF
34566 /* confdefs.h.  */
34567 _ACEOF
34568 cat confdefs.h >>conftest.$ac_ext
34569 cat >>conftest.$ac_ext <<_ACEOF
34570 /* end confdefs.h.  */
34571 $ac_includes_default
34572 typedef char ac__type_new_;
34573 int
34574 main ()
34575 {
34576 if ((ac__type_new_ *) 0)
34577   return 0;
34578 if (sizeof (ac__type_new_))
34579   return 0;
34580   ;
34581   return 0;
34582 }
34583 _ACEOF
34584 rm -f conftest.$ac_objext
34585 if { (ac_try="$ac_compile"
34586 case "(($ac_try" in
34587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34588   *) ac_try_echo=$ac_try;;
34589 esac
34590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34591   (eval "$ac_compile") 2>conftest.er1
34592   ac_status=$?
34593   grep -v '^ *+' conftest.er1 >conftest.err
34594   rm -f conftest.er1
34595   cat conftest.err >&5
34596   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34597   (exit $ac_status); } && {
34598          test -z "$ac_c_werror_flag" ||
34599          test ! -s conftest.err
34600        } && test -s conftest.$ac_objext; then
34601   ac_cv_type_char=yes
34602 else
34603   echo "$as_me: failed program was:" >&5
34604 sed 's/^/| /' conftest.$ac_ext >&5
34605
34606         ac_cv_type_char=no
34607 fi
34608
34609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34610 fi
34611 { echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
34612 echo "${ECHO_T}$ac_cv_type_char" >&6; }
34613
34614 # The cast to long int works around a bug in the HP C Compiler
34615 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
34616 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
34617 # This bug is HP SR number 8606223364.
34618 { echo "$as_me:$LINENO: checking size of char" >&5
34619 echo $ECHO_N "checking size of char... $ECHO_C" >&6; }
34620 if test "${ac_cv_sizeof_char+set}" = set; then
34621   echo $ECHO_N "(cached) $ECHO_C" >&6
34622 else
34623   if test "$cross_compiling" = yes; then
34624   # Depending upon the size, compute the lo and hi bounds.
34625 cat >conftest.$ac_ext <<_ACEOF
34626 /* confdefs.h.  */
34627 _ACEOF
34628 cat confdefs.h >>conftest.$ac_ext
34629 cat >>conftest.$ac_ext <<_ACEOF
34630 /* end confdefs.h.  */
34631 $ac_includes_default
34632    typedef char ac__type_sizeof_;
34633 int
34634 main ()
34635 {
34636 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
34637 test_array [0] = 0
34638
34639   ;
34640   return 0;
34641 }
34642 _ACEOF
34643 rm -f conftest.$ac_objext
34644 if { (ac_try="$ac_compile"
34645 case "(($ac_try" in
34646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34647   *) ac_try_echo=$ac_try;;
34648 esac
34649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34650   (eval "$ac_compile") 2>conftest.er1
34651   ac_status=$?
34652   grep -v '^ *+' conftest.er1 >conftest.err
34653   rm -f conftest.er1
34654   cat conftest.err >&5
34655   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34656   (exit $ac_status); } && {
34657          test -z "$ac_c_werror_flag" ||
34658          test ! -s conftest.err
34659        } && test -s conftest.$ac_objext; then
34660   ac_lo=0 ac_mid=0
34661   while :; do
34662     cat >conftest.$ac_ext <<_ACEOF
34663 /* confdefs.h.  */
34664 _ACEOF
34665 cat confdefs.h >>conftest.$ac_ext
34666 cat >>conftest.$ac_ext <<_ACEOF
34667 /* end confdefs.h.  */
34668 $ac_includes_default
34669    typedef char ac__type_sizeof_;
34670 int
34671 main ()
34672 {
34673 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
34674 test_array [0] = 0
34675
34676   ;
34677   return 0;
34678 }
34679 _ACEOF
34680 rm -f conftest.$ac_objext
34681 if { (ac_try="$ac_compile"
34682 case "(($ac_try" in
34683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34684   *) ac_try_echo=$ac_try;;
34685 esac
34686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34687   (eval "$ac_compile") 2>conftest.er1
34688   ac_status=$?
34689   grep -v '^ *+' conftest.er1 >conftest.err
34690   rm -f conftest.er1
34691   cat conftest.err >&5
34692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34693   (exit $ac_status); } && {
34694          test -z "$ac_c_werror_flag" ||
34695          test ! -s conftest.err
34696        } && test -s conftest.$ac_objext; then
34697   ac_hi=$ac_mid; break
34698 else
34699   echo "$as_me: failed program was:" >&5
34700 sed 's/^/| /' conftest.$ac_ext >&5
34701
34702         ac_lo=`expr $ac_mid + 1`
34703                         if test $ac_lo -le $ac_mid; then
34704                           ac_lo= ac_hi=
34705                           break
34706                         fi
34707                         ac_mid=`expr 2 '*' $ac_mid + 1`
34708 fi
34709
34710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34711   done
34712 else
34713   echo "$as_me: failed program was:" >&5
34714 sed 's/^/| /' conftest.$ac_ext >&5
34715
34716         cat >conftest.$ac_ext <<_ACEOF
34717 /* confdefs.h.  */
34718 _ACEOF
34719 cat confdefs.h >>conftest.$ac_ext
34720 cat >>conftest.$ac_ext <<_ACEOF
34721 /* end confdefs.h.  */
34722 $ac_includes_default
34723    typedef char ac__type_sizeof_;
34724 int
34725 main ()
34726 {
34727 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
34728 test_array [0] = 0
34729
34730   ;
34731   return 0;
34732 }
34733 _ACEOF
34734 rm -f conftest.$ac_objext
34735 if { (ac_try="$ac_compile"
34736 case "(($ac_try" in
34737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34738   *) ac_try_echo=$ac_try;;
34739 esac
34740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34741   (eval "$ac_compile") 2>conftest.er1
34742   ac_status=$?
34743   grep -v '^ *+' conftest.er1 >conftest.err
34744   rm -f conftest.er1
34745   cat conftest.err >&5
34746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34747   (exit $ac_status); } && {
34748          test -z "$ac_c_werror_flag" ||
34749          test ! -s conftest.err
34750        } && test -s conftest.$ac_objext; then
34751   ac_hi=-1 ac_mid=-1
34752   while :; do
34753     cat >conftest.$ac_ext <<_ACEOF
34754 /* confdefs.h.  */
34755 _ACEOF
34756 cat confdefs.h >>conftest.$ac_ext
34757 cat >>conftest.$ac_ext <<_ACEOF
34758 /* end confdefs.h.  */
34759 $ac_includes_default
34760    typedef char ac__type_sizeof_;
34761 int
34762 main ()
34763 {
34764 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
34765 test_array [0] = 0
34766
34767   ;
34768   return 0;
34769 }
34770 _ACEOF
34771 rm -f conftest.$ac_objext
34772 if { (ac_try="$ac_compile"
34773 case "(($ac_try" in
34774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34775   *) ac_try_echo=$ac_try;;
34776 esac
34777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34778   (eval "$ac_compile") 2>conftest.er1
34779   ac_status=$?
34780   grep -v '^ *+' conftest.er1 >conftest.err
34781   rm -f conftest.er1
34782   cat conftest.err >&5
34783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34784   (exit $ac_status); } && {
34785          test -z "$ac_c_werror_flag" ||
34786          test ! -s conftest.err
34787        } && test -s conftest.$ac_objext; then
34788   ac_lo=$ac_mid; break
34789 else
34790   echo "$as_me: failed program was:" >&5
34791 sed 's/^/| /' conftest.$ac_ext >&5
34792
34793         ac_hi=`expr '(' $ac_mid ')' - 1`
34794                         if test $ac_mid -le $ac_hi; then
34795                           ac_lo= ac_hi=
34796                           break
34797                         fi
34798                         ac_mid=`expr 2 '*' $ac_mid`
34799 fi
34800
34801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34802   done
34803 else
34804   echo "$as_me: failed program was:" >&5
34805 sed 's/^/| /' conftest.$ac_ext >&5
34806
34807         ac_lo= ac_hi=
34808 fi
34809
34810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34811 fi
34812
34813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34814 # Binary search between lo and hi bounds.
34815 while test "x$ac_lo" != "x$ac_hi"; do
34816   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
34817   cat >conftest.$ac_ext <<_ACEOF
34818 /* confdefs.h.  */
34819 _ACEOF
34820 cat confdefs.h >>conftest.$ac_ext
34821 cat >>conftest.$ac_ext <<_ACEOF
34822 /* end confdefs.h.  */
34823 $ac_includes_default
34824    typedef char ac__type_sizeof_;
34825 int
34826 main ()
34827 {
34828 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
34829 test_array [0] = 0
34830
34831   ;
34832   return 0;
34833 }
34834 _ACEOF
34835 rm -f conftest.$ac_objext
34836 if { (ac_try="$ac_compile"
34837 case "(($ac_try" in
34838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34839   *) ac_try_echo=$ac_try;;
34840 esac
34841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34842   (eval "$ac_compile") 2>conftest.er1
34843   ac_status=$?
34844   grep -v '^ *+' conftest.er1 >conftest.err
34845   rm -f conftest.er1
34846   cat conftest.err >&5
34847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34848   (exit $ac_status); } && {
34849          test -z "$ac_c_werror_flag" ||
34850          test ! -s conftest.err
34851        } && test -s conftest.$ac_objext; then
34852   ac_hi=$ac_mid
34853 else
34854   echo "$as_me: failed program was:" >&5
34855 sed 's/^/| /' conftest.$ac_ext >&5
34856
34857         ac_lo=`expr '(' $ac_mid ')' + 1`
34858 fi
34859
34860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34861 done
34862 case $ac_lo in
34863 ?*) ac_cv_sizeof_char=$ac_lo;;
34864 '') if test "$ac_cv_type_char" = yes; then
34865      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
34866 See \`config.log' for more details." >&5
34867 echo "$as_me: error: cannot compute sizeof (char)
34868 See \`config.log' for more details." >&2;}
34869    { (exit 77); exit 77; }; }
34870    else
34871      ac_cv_sizeof_char=0
34872    fi ;;
34873 esac
34874 else
34875   cat >conftest.$ac_ext <<_ACEOF
34876 /* confdefs.h.  */
34877 _ACEOF
34878 cat confdefs.h >>conftest.$ac_ext
34879 cat >>conftest.$ac_ext <<_ACEOF
34880 /* end confdefs.h.  */
34881 $ac_includes_default
34882    typedef char ac__type_sizeof_;
34883 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
34884 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
34885 #include <stdio.h>
34886 #include <stdlib.h>
34887 int
34888 main ()
34889 {
34890
34891   FILE *f = fopen ("conftest.val", "w");
34892   if (! f)
34893     return 1;
34894   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
34895     {
34896       long int i = longval ();
34897       if (i != ((long int) (sizeof (ac__type_sizeof_))))
34898         return 1;
34899       fprintf (f, "%ld\n", i);
34900     }
34901   else
34902     {
34903       unsigned long int i = ulongval ();
34904       if (i != ((long int) (sizeof (ac__type_sizeof_))))
34905         return 1;
34906       fprintf (f, "%lu\n", i);
34907     }
34908   return ferror (f) || fclose (f) != 0;
34909
34910   ;
34911   return 0;
34912 }
34913 _ACEOF
34914 rm -f conftest$ac_exeext
34915 if { (ac_try="$ac_link"
34916 case "(($ac_try" in
34917   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34918   *) ac_try_echo=$ac_try;;
34919 esac
34920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34921   (eval "$ac_link") 2>&5
34922   ac_status=$?
34923   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34924   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
34925   { (case "(($ac_try" in
34926   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34927   *) ac_try_echo=$ac_try;;
34928 esac
34929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34930   (eval "$ac_try") 2>&5
34931   ac_status=$?
34932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34933   (exit $ac_status); }; }; then
34934   ac_cv_sizeof_char=`cat conftest.val`
34935 else
34936   echo "$as_me: program exited with status $ac_status" >&5
34937 echo "$as_me: failed program was:" >&5
34938 sed 's/^/| /' conftest.$ac_ext >&5
34939
34940 ( exit $ac_status )
34941 if test "$ac_cv_type_char" = yes; then
34942      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
34943 See \`config.log' for more details." >&5
34944 echo "$as_me: error: cannot compute sizeof (char)
34945 See \`config.log' for more details." >&2;}
34946    { (exit 77); exit 77; }; }
34947    else
34948      ac_cv_sizeof_char=0
34949    fi
34950 fi
34951 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
34952 fi
34953 rm -f conftest.val
34954 fi
34955 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
34956 echo "${ECHO_T}$ac_cv_sizeof_char" >&6; }
34957
34958
34959
34960 cat >>confdefs.h <<_ACEOF
34961 #define SIZEOF_CHAR $ac_cv_sizeof_char
34962 _ACEOF
34963
34964
34965 { echo "$as_me:$LINENO: checking for short int" >&5
34966 echo $ECHO_N "checking for short int... $ECHO_C" >&6; }
34967 if test "${ac_cv_type_short_int+set}" = set; then
34968   echo $ECHO_N "(cached) $ECHO_C" >&6
34969 else
34970   cat >conftest.$ac_ext <<_ACEOF
34971 /* confdefs.h.  */
34972 _ACEOF
34973 cat confdefs.h >>conftest.$ac_ext
34974 cat >>conftest.$ac_ext <<_ACEOF
34975 /* end confdefs.h.  */
34976 $ac_includes_default
34977 typedef short int ac__type_new_;
34978 int
34979 main ()
34980 {
34981 if ((ac__type_new_ *) 0)
34982   return 0;
34983 if (sizeof (ac__type_new_))
34984   return 0;
34985   ;
34986   return 0;
34987 }
34988 _ACEOF
34989 rm -f conftest.$ac_objext
34990 if { (ac_try="$ac_compile"
34991 case "(($ac_try" in
34992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34993   *) ac_try_echo=$ac_try;;
34994 esac
34995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34996   (eval "$ac_compile") 2>conftest.er1
34997   ac_status=$?
34998   grep -v '^ *+' conftest.er1 >conftest.err
34999   rm -f conftest.er1
35000   cat conftest.err >&5
35001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35002   (exit $ac_status); } && {
35003          test -z "$ac_c_werror_flag" ||
35004          test ! -s conftest.err
35005        } && test -s conftest.$ac_objext; then
35006   ac_cv_type_short_int=yes
35007 else
35008   echo "$as_me: failed program was:" >&5
35009 sed 's/^/| /' conftest.$ac_ext >&5
35010
35011         ac_cv_type_short_int=no
35012 fi
35013
35014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35015 fi
35016 { echo "$as_me:$LINENO: result: $ac_cv_type_short_int" >&5
35017 echo "${ECHO_T}$ac_cv_type_short_int" >&6; }
35018
35019 # The cast to long int works around a bug in the HP C Compiler
35020 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35021 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35022 # This bug is HP SR number 8606223364.
35023 { echo "$as_me:$LINENO: checking size of short int" >&5
35024 echo $ECHO_N "checking size of short int... $ECHO_C" >&6; }
35025 if test "${ac_cv_sizeof_short_int+set}" = set; then
35026   echo $ECHO_N "(cached) $ECHO_C" >&6
35027 else
35028   if test "$cross_compiling" = yes; then
35029   # Depending upon the size, compute the lo and hi bounds.
35030 cat >conftest.$ac_ext <<_ACEOF
35031 /* confdefs.h.  */
35032 _ACEOF
35033 cat confdefs.h >>conftest.$ac_ext
35034 cat >>conftest.$ac_ext <<_ACEOF
35035 /* end confdefs.h.  */
35036 $ac_includes_default
35037    typedef short int ac__type_sizeof_;
35038 int
35039 main ()
35040 {
35041 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35042 test_array [0] = 0
35043
35044   ;
35045   return 0;
35046 }
35047 _ACEOF
35048 rm -f conftest.$ac_objext
35049 if { (ac_try="$ac_compile"
35050 case "(($ac_try" in
35051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35052   *) ac_try_echo=$ac_try;;
35053 esac
35054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35055   (eval "$ac_compile") 2>conftest.er1
35056   ac_status=$?
35057   grep -v '^ *+' conftest.er1 >conftest.err
35058   rm -f conftest.er1
35059   cat conftest.err >&5
35060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35061   (exit $ac_status); } && {
35062          test -z "$ac_c_werror_flag" ||
35063          test ! -s conftest.err
35064        } && test -s conftest.$ac_objext; then
35065   ac_lo=0 ac_mid=0
35066   while :; do
35067     cat >conftest.$ac_ext <<_ACEOF
35068 /* confdefs.h.  */
35069 _ACEOF
35070 cat confdefs.h >>conftest.$ac_ext
35071 cat >>conftest.$ac_ext <<_ACEOF
35072 /* end confdefs.h.  */
35073 $ac_includes_default
35074    typedef short int ac__type_sizeof_;
35075 int
35076 main ()
35077 {
35078 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35079 test_array [0] = 0
35080
35081   ;
35082   return 0;
35083 }
35084 _ACEOF
35085 rm -f conftest.$ac_objext
35086 if { (ac_try="$ac_compile"
35087 case "(($ac_try" in
35088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35089   *) ac_try_echo=$ac_try;;
35090 esac
35091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35092   (eval "$ac_compile") 2>conftest.er1
35093   ac_status=$?
35094   grep -v '^ *+' conftest.er1 >conftest.err
35095   rm -f conftest.er1
35096   cat conftest.err >&5
35097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35098   (exit $ac_status); } && {
35099          test -z "$ac_c_werror_flag" ||
35100          test ! -s conftest.err
35101        } && test -s conftest.$ac_objext; then
35102   ac_hi=$ac_mid; break
35103 else
35104   echo "$as_me: failed program was:" >&5
35105 sed 's/^/| /' conftest.$ac_ext >&5
35106
35107         ac_lo=`expr $ac_mid + 1`
35108                         if test $ac_lo -le $ac_mid; then
35109                           ac_lo= ac_hi=
35110                           break
35111                         fi
35112                         ac_mid=`expr 2 '*' $ac_mid + 1`
35113 fi
35114
35115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35116   done
35117 else
35118   echo "$as_me: failed program was:" >&5
35119 sed 's/^/| /' conftest.$ac_ext >&5
35120
35121         cat >conftest.$ac_ext <<_ACEOF
35122 /* confdefs.h.  */
35123 _ACEOF
35124 cat confdefs.h >>conftest.$ac_ext
35125 cat >>conftest.$ac_ext <<_ACEOF
35126 /* end confdefs.h.  */
35127 $ac_includes_default
35128    typedef short int ac__type_sizeof_;
35129 int
35130 main ()
35131 {
35132 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35133 test_array [0] = 0
35134
35135   ;
35136   return 0;
35137 }
35138 _ACEOF
35139 rm -f conftest.$ac_objext
35140 if { (ac_try="$ac_compile"
35141 case "(($ac_try" in
35142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35143   *) ac_try_echo=$ac_try;;
35144 esac
35145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35146   (eval "$ac_compile") 2>conftest.er1
35147   ac_status=$?
35148   grep -v '^ *+' conftest.er1 >conftest.err
35149   rm -f conftest.er1
35150   cat conftest.err >&5
35151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35152   (exit $ac_status); } && {
35153          test -z "$ac_c_werror_flag" ||
35154          test ! -s conftest.err
35155        } && test -s conftest.$ac_objext; then
35156   ac_hi=-1 ac_mid=-1
35157   while :; do
35158     cat >conftest.$ac_ext <<_ACEOF
35159 /* confdefs.h.  */
35160 _ACEOF
35161 cat confdefs.h >>conftest.$ac_ext
35162 cat >>conftest.$ac_ext <<_ACEOF
35163 /* end confdefs.h.  */
35164 $ac_includes_default
35165    typedef short int ac__type_sizeof_;
35166 int
35167 main ()
35168 {
35169 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35170 test_array [0] = 0
35171
35172   ;
35173   return 0;
35174 }
35175 _ACEOF
35176 rm -f conftest.$ac_objext
35177 if { (ac_try="$ac_compile"
35178 case "(($ac_try" in
35179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35180   *) ac_try_echo=$ac_try;;
35181 esac
35182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35183   (eval "$ac_compile") 2>conftest.er1
35184   ac_status=$?
35185   grep -v '^ *+' conftest.er1 >conftest.err
35186   rm -f conftest.er1
35187   cat conftest.err >&5
35188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35189   (exit $ac_status); } && {
35190          test -z "$ac_c_werror_flag" ||
35191          test ! -s conftest.err
35192        } && test -s conftest.$ac_objext; then
35193   ac_lo=$ac_mid; break
35194 else
35195   echo "$as_me: failed program was:" >&5
35196 sed 's/^/| /' conftest.$ac_ext >&5
35197
35198         ac_hi=`expr '(' $ac_mid ')' - 1`
35199                         if test $ac_mid -le $ac_hi; then
35200                           ac_lo= ac_hi=
35201                           break
35202                         fi
35203                         ac_mid=`expr 2 '*' $ac_mid`
35204 fi
35205
35206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35207   done
35208 else
35209   echo "$as_me: failed program was:" >&5
35210 sed 's/^/| /' conftest.$ac_ext >&5
35211
35212         ac_lo= ac_hi=
35213 fi
35214
35215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35216 fi
35217
35218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35219 # Binary search between lo and hi bounds.
35220 while test "x$ac_lo" != "x$ac_hi"; do
35221   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35222   cat >conftest.$ac_ext <<_ACEOF
35223 /* confdefs.h.  */
35224 _ACEOF
35225 cat confdefs.h >>conftest.$ac_ext
35226 cat >>conftest.$ac_ext <<_ACEOF
35227 /* end confdefs.h.  */
35228 $ac_includes_default
35229    typedef short int ac__type_sizeof_;
35230 int
35231 main ()
35232 {
35233 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35234 test_array [0] = 0
35235
35236   ;
35237   return 0;
35238 }
35239 _ACEOF
35240 rm -f conftest.$ac_objext
35241 if { (ac_try="$ac_compile"
35242 case "(($ac_try" in
35243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35244   *) ac_try_echo=$ac_try;;
35245 esac
35246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35247   (eval "$ac_compile") 2>conftest.er1
35248   ac_status=$?
35249   grep -v '^ *+' conftest.er1 >conftest.err
35250   rm -f conftest.er1
35251   cat conftest.err >&5
35252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35253   (exit $ac_status); } && {
35254          test -z "$ac_c_werror_flag" ||
35255          test ! -s conftest.err
35256        } && test -s conftest.$ac_objext; then
35257   ac_hi=$ac_mid
35258 else
35259   echo "$as_me: failed program was:" >&5
35260 sed 's/^/| /' conftest.$ac_ext >&5
35261
35262         ac_lo=`expr '(' $ac_mid ')' + 1`
35263 fi
35264
35265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35266 done
35267 case $ac_lo in
35268 ?*) ac_cv_sizeof_short_int=$ac_lo;;
35269 '') if test "$ac_cv_type_short_int" = yes; then
35270      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
35271 See \`config.log' for more details." >&5
35272 echo "$as_me: error: cannot compute sizeof (short int)
35273 See \`config.log' for more details." >&2;}
35274    { (exit 77); exit 77; }; }
35275    else
35276      ac_cv_sizeof_short_int=0
35277    fi ;;
35278 esac
35279 else
35280   cat >conftest.$ac_ext <<_ACEOF
35281 /* confdefs.h.  */
35282 _ACEOF
35283 cat confdefs.h >>conftest.$ac_ext
35284 cat >>conftest.$ac_ext <<_ACEOF
35285 /* end confdefs.h.  */
35286 $ac_includes_default
35287    typedef short int ac__type_sizeof_;
35288 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35289 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35290 #include <stdio.h>
35291 #include <stdlib.h>
35292 int
35293 main ()
35294 {
35295
35296   FILE *f = fopen ("conftest.val", "w");
35297   if (! f)
35298     return 1;
35299   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35300     {
35301       long int i = longval ();
35302       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35303         return 1;
35304       fprintf (f, "%ld\n", i);
35305     }
35306   else
35307     {
35308       unsigned long int i = ulongval ();
35309       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35310         return 1;
35311       fprintf (f, "%lu\n", i);
35312     }
35313   return ferror (f) || fclose (f) != 0;
35314
35315   ;
35316   return 0;
35317 }
35318 _ACEOF
35319 rm -f conftest$ac_exeext
35320 if { (ac_try="$ac_link"
35321 case "(($ac_try" in
35322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35323   *) ac_try_echo=$ac_try;;
35324 esac
35325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35326   (eval "$ac_link") 2>&5
35327   ac_status=$?
35328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35329   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35330   { (case "(($ac_try" in
35331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35332   *) ac_try_echo=$ac_try;;
35333 esac
35334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35335   (eval "$ac_try") 2>&5
35336   ac_status=$?
35337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35338   (exit $ac_status); }; }; then
35339   ac_cv_sizeof_short_int=`cat conftest.val`
35340 else
35341   echo "$as_me: program exited with status $ac_status" >&5
35342 echo "$as_me: failed program was:" >&5
35343 sed 's/^/| /' conftest.$ac_ext >&5
35344
35345 ( exit $ac_status )
35346 if test "$ac_cv_type_short_int" = yes; then
35347      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
35348 See \`config.log' for more details." >&5
35349 echo "$as_me: error: cannot compute sizeof (short int)
35350 See \`config.log' for more details." >&2;}
35351    { (exit 77); exit 77; }; }
35352    else
35353      ac_cv_sizeof_short_int=0
35354    fi
35355 fi
35356 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35357 fi
35358 rm -f conftest.val
35359 fi
35360 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5
35361 echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6; }
35362
35363
35364
35365 cat >>confdefs.h <<_ACEOF
35366 #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
35367 _ACEOF
35368
35369
35370 { echo "$as_me:$LINENO: checking for int" >&5
35371 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
35372 if test "${ac_cv_type_int+set}" = set; then
35373   echo $ECHO_N "(cached) $ECHO_C" >&6
35374 else
35375   cat >conftest.$ac_ext <<_ACEOF
35376 /* confdefs.h.  */
35377 _ACEOF
35378 cat confdefs.h >>conftest.$ac_ext
35379 cat >>conftest.$ac_ext <<_ACEOF
35380 /* end confdefs.h.  */
35381 $ac_includes_default
35382 typedef int ac__type_new_;
35383 int
35384 main ()
35385 {
35386 if ((ac__type_new_ *) 0)
35387   return 0;
35388 if (sizeof (ac__type_new_))
35389   return 0;
35390   ;
35391   return 0;
35392 }
35393 _ACEOF
35394 rm -f conftest.$ac_objext
35395 if { (ac_try="$ac_compile"
35396 case "(($ac_try" in
35397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35398   *) ac_try_echo=$ac_try;;
35399 esac
35400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35401   (eval "$ac_compile") 2>conftest.er1
35402   ac_status=$?
35403   grep -v '^ *+' conftest.er1 >conftest.err
35404   rm -f conftest.er1
35405   cat conftest.err >&5
35406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35407   (exit $ac_status); } && {
35408          test -z "$ac_c_werror_flag" ||
35409          test ! -s conftest.err
35410        } && test -s conftest.$ac_objext; then
35411   ac_cv_type_int=yes
35412 else
35413   echo "$as_me: failed program was:" >&5
35414 sed 's/^/| /' conftest.$ac_ext >&5
35415
35416         ac_cv_type_int=no
35417 fi
35418
35419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35420 fi
35421 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
35422 echo "${ECHO_T}$ac_cv_type_int" >&6; }
35423
35424 # The cast to long int works around a bug in the HP C Compiler
35425 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35426 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35427 # This bug is HP SR number 8606223364.
35428 { echo "$as_me:$LINENO: checking size of int" >&5
35429 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
35430 if test "${ac_cv_sizeof_int+set}" = set; then
35431   echo $ECHO_N "(cached) $ECHO_C" >&6
35432 else
35433   if test "$cross_compiling" = yes; then
35434   # Depending upon the size, compute the lo and hi bounds.
35435 cat >conftest.$ac_ext <<_ACEOF
35436 /* confdefs.h.  */
35437 _ACEOF
35438 cat confdefs.h >>conftest.$ac_ext
35439 cat >>conftest.$ac_ext <<_ACEOF
35440 /* end confdefs.h.  */
35441 $ac_includes_default
35442    typedef int ac__type_sizeof_;
35443 int
35444 main ()
35445 {
35446 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35447 test_array [0] = 0
35448
35449   ;
35450   return 0;
35451 }
35452 _ACEOF
35453 rm -f conftest.$ac_objext
35454 if { (ac_try="$ac_compile"
35455 case "(($ac_try" in
35456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35457   *) ac_try_echo=$ac_try;;
35458 esac
35459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35460   (eval "$ac_compile") 2>conftest.er1
35461   ac_status=$?
35462   grep -v '^ *+' conftest.er1 >conftest.err
35463   rm -f conftest.er1
35464   cat conftest.err >&5
35465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35466   (exit $ac_status); } && {
35467          test -z "$ac_c_werror_flag" ||
35468          test ! -s conftest.err
35469        } && test -s conftest.$ac_objext; then
35470   ac_lo=0 ac_mid=0
35471   while :; do
35472     cat >conftest.$ac_ext <<_ACEOF
35473 /* confdefs.h.  */
35474 _ACEOF
35475 cat confdefs.h >>conftest.$ac_ext
35476 cat >>conftest.$ac_ext <<_ACEOF
35477 /* end confdefs.h.  */
35478 $ac_includes_default
35479    typedef int ac__type_sizeof_;
35480 int
35481 main ()
35482 {
35483 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35484 test_array [0] = 0
35485
35486   ;
35487   return 0;
35488 }
35489 _ACEOF
35490 rm -f conftest.$ac_objext
35491 if { (ac_try="$ac_compile"
35492 case "(($ac_try" in
35493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35494   *) ac_try_echo=$ac_try;;
35495 esac
35496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35497   (eval "$ac_compile") 2>conftest.er1
35498   ac_status=$?
35499   grep -v '^ *+' conftest.er1 >conftest.err
35500   rm -f conftest.er1
35501   cat conftest.err >&5
35502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35503   (exit $ac_status); } && {
35504          test -z "$ac_c_werror_flag" ||
35505          test ! -s conftest.err
35506        } && test -s conftest.$ac_objext; then
35507   ac_hi=$ac_mid; break
35508 else
35509   echo "$as_me: failed program was:" >&5
35510 sed 's/^/| /' conftest.$ac_ext >&5
35511
35512         ac_lo=`expr $ac_mid + 1`
35513                         if test $ac_lo -le $ac_mid; then
35514                           ac_lo= ac_hi=
35515                           break
35516                         fi
35517                         ac_mid=`expr 2 '*' $ac_mid + 1`
35518 fi
35519
35520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35521   done
35522 else
35523   echo "$as_me: failed program was:" >&5
35524 sed 's/^/| /' conftest.$ac_ext >&5
35525
35526         cat >conftest.$ac_ext <<_ACEOF
35527 /* confdefs.h.  */
35528 _ACEOF
35529 cat confdefs.h >>conftest.$ac_ext
35530 cat >>conftest.$ac_ext <<_ACEOF
35531 /* end confdefs.h.  */
35532 $ac_includes_default
35533    typedef int ac__type_sizeof_;
35534 int
35535 main ()
35536 {
35537 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35538 test_array [0] = 0
35539
35540   ;
35541   return 0;
35542 }
35543 _ACEOF
35544 rm -f conftest.$ac_objext
35545 if { (ac_try="$ac_compile"
35546 case "(($ac_try" in
35547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35548   *) ac_try_echo=$ac_try;;
35549 esac
35550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35551   (eval "$ac_compile") 2>conftest.er1
35552   ac_status=$?
35553   grep -v '^ *+' conftest.er1 >conftest.err
35554   rm -f conftest.er1
35555   cat conftest.err >&5
35556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35557   (exit $ac_status); } && {
35558          test -z "$ac_c_werror_flag" ||
35559          test ! -s conftest.err
35560        } && test -s conftest.$ac_objext; then
35561   ac_hi=-1 ac_mid=-1
35562   while :; do
35563     cat >conftest.$ac_ext <<_ACEOF
35564 /* confdefs.h.  */
35565 _ACEOF
35566 cat confdefs.h >>conftest.$ac_ext
35567 cat >>conftest.$ac_ext <<_ACEOF
35568 /* end confdefs.h.  */
35569 $ac_includes_default
35570    typedef int ac__type_sizeof_;
35571 int
35572 main ()
35573 {
35574 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35575 test_array [0] = 0
35576
35577   ;
35578   return 0;
35579 }
35580 _ACEOF
35581 rm -f conftest.$ac_objext
35582 if { (ac_try="$ac_compile"
35583 case "(($ac_try" in
35584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35585   *) ac_try_echo=$ac_try;;
35586 esac
35587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35588   (eval "$ac_compile") 2>conftest.er1
35589   ac_status=$?
35590   grep -v '^ *+' conftest.er1 >conftest.err
35591   rm -f conftest.er1
35592   cat conftest.err >&5
35593   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35594   (exit $ac_status); } && {
35595          test -z "$ac_c_werror_flag" ||
35596          test ! -s conftest.err
35597        } && test -s conftest.$ac_objext; then
35598   ac_lo=$ac_mid; break
35599 else
35600   echo "$as_me: failed program was:" >&5
35601 sed 's/^/| /' conftest.$ac_ext >&5
35602
35603         ac_hi=`expr '(' $ac_mid ')' - 1`
35604                         if test $ac_mid -le $ac_hi; then
35605                           ac_lo= ac_hi=
35606                           break
35607                         fi
35608                         ac_mid=`expr 2 '*' $ac_mid`
35609 fi
35610
35611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35612   done
35613 else
35614   echo "$as_me: failed program was:" >&5
35615 sed 's/^/| /' conftest.$ac_ext >&5
35616
35617         ac_lo= ac_hi=
35618 fi
35619
35620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35621 fi
35622
35623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35624 # Binary search between lo and hi bounds.
35625 while test "x$ac_lo" != "x$ac_hi"; do
35626   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35627   cat >conftest.$ac_ext <<_ACEOF
35628 /* confdefs.h.  */
35629 _ACEOF
35630 cat confdefs.h >>conftest.$ac_ext
35631 cat >>conftest.$ac_ext <<_ACEOF
35632 /* end confdefs.h.  */
35633 $ac_includes_default
35634    typedef int ac__type_sizeof_;
35635 int
35636 main ()
35637 {
35638 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35639 test_array [0] = 0
35640
35641   ;
35642   return 0;
35643 }
35644 _ACEOF
35645 rm -f conftest.$ac_objext
35646 if { (ac_try="$ac_compile"
35647 case "(($ac_try" in
35648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35649   *) ac_try_echo=$ac_try;;
35650 esac
35651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35652   (eval "$ac_compile") 2>conftest.er1
35653   ac_status=$?
35654   grep -v '^ *+' conftest.er1 >conftest.err
35655   rm -f conftest.er1
35656   cat conftest.err >&5
35657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35658   (exit $ac_status); } && {
35659          test -z "$ac_c_werror_flag" ||
35660          test ! -s conftest.err
35661        } && test -s conftest.$ac_objext; then
35662   ac_hi=$ac_mid
35663 else
35664   echo "$as_me: failed program was:" >&5
35665 sed 's/^/| /' conftest.$ac_ext >&5
35666
35667         ac_lo=`expr '(' $ac_mid ')' + 1`
35668 fi
35669
35670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35671 done
35672 case $ac_lo in
35673 ?*) ac_cv_sizeof_int=$ac_lo;;
35674 '') if test "$ac_cv_type_int" = yes; then
35675      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
35676 See \`config.log' for more details." >&5
35677 echo "$as_me: error: cannot compute sizeof (int)
35678 See \`config.log' for more details." >&2;}
35679    { (exit 77); exit 77; }; }
35680    else
35681      ac_cv_sizeof_int=0
35682    fi ;;
35683 esac
35684 else
35685   cat >conftest.$ac_ext <<_ACEOF
35686 /* confdefs.h.  */
35687 _ACEOF
35688 cat confdefs.h >>conftest.$ac_ext
35689 cat >>conftest.$ac_ext <<_ACEOF
35690 /* end confdefs.h.  */
35691 $ac_includes_default
35692    typedef int ac__type_sizeof_;
35693 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35694 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35695 #include <stdio.h>
35696 #include <stdlib.h>
35697 int
35698 main ()
35699 {
35700
35701   FILE *f = fopen ("conftest.val", "w");
35702   if (! f)
35703     return 1;
35704   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35705     {
35706       long int i = longval ();
35707       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35708         return 1;
35709       fprintf (f, "%ld\n", i);
35710     }
35711   else
35712     {
35713       unsigned long int i = ulongval ();
35714       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35715         return 1;
35716       fprintf (f, "%lu\n", i);
35717     }
35718   return ferror (f) || fclose (f) != 0;
35719
35720   ;
35721   return 0;
35722 }
35723 _ACEOF
35724 rm -f conftest$ac_exeext
35725 if { (ac_try="$ac_link"
35726 case "(($ac_try" in
35727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35728   *) ac_try_echo=$ac_try;;
35729 esac
35730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35731   (eval "$ac_link") 2>&5
35732   ac_status=$?
35733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35734   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35735   { (case "(($ac_try" in
35736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35737   *) ac_try_echo=$ac_try;;
35738 esac
35739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35740   (eval "$ac_try") 2>&5
35741   ac_status=$?
35742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35743   (exit $ac_status); }; }; then
35744   ac_cv_sizeof_int=`cat conftest.val`
35745 else
35746   echo "$as_me: program exited with status $ac_status" >&5
35747 echo "$as_me: failed program was:" >&5
35748 sed 's/^/| /' conftest.$ac_ext >&5
35749
35750 ( exit $ac_status )
35751 if test "$ac_cv_type_int" = yes; then
35752      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
35753 See \`config.log' for more details." >&5
35754 echo "$as_me: error: cannot compute sizeof (int)
35755 See \`config.log' for more details." >&2;}
35756    { (exit 77); exit 77; }; }
35757    else
35758      ac_cv_sizeof_int=0
35759    fi
35760 fi
35761 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35762 fi
35763 rm -f conftest.val
35764 fi
35765 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
35766 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
35767
35768
35769
35770 cat >>confdefs.h <<_ACEOF
35771 #define SIZEOF_INT $ac_cv_sizeof_int
35772 _ACEOF
35773
35774
35775 { echo "$as_me:$LINENO: checking for long int" >&5
35776 echo $ECHO_N "checking for long int... $ECHO_C" >&6; }
35777 if test "${ac_cv_type_long_int+set}" = set; then
35778   echo $ECHO_N "(cached) $ECHO_C" >&6
35779 else
35780   cat >conftest.$ac_ext <<_ACEOF
35781 /* confdefs.h.  */
35782 _ACEOF
35783 cat confdefs.h >>conftest.$ac_ext
35784 cat >>conftest.$ac_ext <<_ACEOF
35785 /* end confdefs.h.  */
35786 $ac_includes_default
35787 typedef long int ac__type_new_;
35788 int
35789 main ()
35790 {
35791 if ((ac__type_new_ *) 0)
35792   return 0;
35793 if (sizeof (ac__type_new_))
35794   return 0;
35795   ;
35796   return 0;
35797 }
35798 _ACEOF
35799 rm -f conftest.$ac_objext
35800 if { (ac_try="$ac_compile"
35801 case "(($ac_try" in
35802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35803   *) ac_try_echo=$ac_try;;
35804 esac
35805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35806   (eval "$ac_compile") 2>conftest.er1
35807   ac_status=$?
35808   grep -v '^ *+' conftest.er1 >conftest.err
35809   rm -f conftest.er1
35810   cat conftest.err >&5
35811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35812   (exit $ac_status); } && {
35813          test -z "$ac_c_werror_flag" ||
35814          test ! -s conftest.err
35815        } && test -s conftest.$ac_objext; then
35816   ac_cv_type_long_int=yes
35817 else
35818   echo "$as_me: failed program was:" >&5
35819 sed 's/^/| /' conftest.$ac_ext >&5
35820
35821         ac_cv_type_long_int=no
35822 fi
35823
35824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35825 fi
35826 { echo "$as_me:$LINENO: result: $ac_cv_type_long_int" >&5
35827 echo "${ECHO_T}$ac_cv_type_long_int" >&6; }
35828
35829 # The cast to long int works around a bug in the HP C Compiler
35830 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35831 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35832 # This bug is HP SR number 8606223364.
35833 { echo "$as_me:$LINENO: checking size of long int" >&5
35834 echo $ECHO_N "checking size of long int... $ECHO_C" >&6; }
35835 if test "${ac_cv_sizeof_long_int+set}" = set; then
35836   echo $ECHO_N "(cached) $ECHO_C" >&6
35837 else
35838   if test "$cross_compiling" = yes; then
35839   # Depending upon the size, compute the lo and hi bounds.
35840 cat >conftest.$ac_ext <<_ACEOF
35841 /* confdefs.h.  */
35842 _ACEOF
35843 cat confdefs.h >>conftest.$ac_ext
35844 cat >>conftest.$ac_ext <<_ACEOF
35845 /* end confdefs.h.  */
35846 $ac_includes_default
35847    typedef long int ac__type_sizeof_;
35848 int
35849 main ()
35850 {
35851 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35852 test_array [0] = 0
35853
35854   ;
35855   return 0;
35856 }
35857 _ACEOF
35858 rm -f conftest.$ac_objext
35859 if { (ac_try="$ac_compile"
35860 case "(($ac_try" in
35861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35862   *) ac_try_echo=$ac_try;;
35863 esac
35864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35865   (eval "$ac_compile") 2>conftest.er1
35866   ac_status=$?
35867   grep -v '^ *+' conftest.er1 >conftest.err
35868   rm -f conftest.er1
35869   cat conftest.err >&5
35870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35871   (exit $ac_status); } && {
35872          test -z "$ac_c_werror_flag" ||
35873          test ! -s conftest.err
35874        } && test -s conftest.$ac_objext; then
35875   ac_lo=0 ac_mid=0
35876   while :; do
35877     cat >conftest.$ac_ext <<_ACEOF
35878 /* confdefs.h.  */
35879 _ACEOF
35880 cat confdefs.h >>conftest.$ac_ext
35881 cat >>conftest.$ac_ext <<_ACEOF
35882 /* end confdefs.h.  */
35883 $ac_includes_default
35884    typedef long int ac__type_sizeof_;
35885 int
35886 main ()
35887 {
35888 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35889 test_array [0] = 0
35890
35891   ;
35892   return 0;
35893 }
35894 _ACEOF
35895 rm -f conftest.$ac_objext
35896 if { (ac_try="$ac_compile"
35897 case "(($ac_try" in
35898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35899   *) ac_try_echo=$ac_try;;
35900 esac
35901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35902   (eval "$ac_compile") 2>conftest.er1
35903   ac_status=$?
35904   grep -v '^ *+' conftest.er1 >conftest.err
35905   rm -f conftest.er1
35906   cat conftest.err >&5
35907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35908   (exit $ac_status); } && {
35909          test -z "$ac_c_werror_flag" ||
35910          test ! -s conftest.err
35911        } && test -s conftest.$ac_objext; then
35912   ac_hi=$ac_mid; break
35913 else
35914   echo "$as_me: failed program was:" >&5
35915 sed 's/^/| /' conftest.$ac_ext >&5
35916
35917         ac_lo=`expr $ac_mid + 1`
35918                         if test $ac_lo -le $ac_mid; then
35919                           ac_lo= ac_hi=
35920                           break
35921                         fi
35922                         ac_mid=`expr 2 '*' $ac_mid + 1`
35923 fi
35924
35925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35926   done
35927 else
35928   echo "$as_me: failed program was:" >&5
35929 sed 's/^/| /' conftest.$ac_ext >&5
35930
35931         cat >conftest.$ac_ext <<_ACEOF
35932 /* confdefs.h.  */
35933 _ACEOF
35934 cat confdefs.h >>conftest.$ac_ext
35935 cat >>conftest.$ac_ext <<_ACEOF
35936 /* end confdefs.h.  */
35937 $ac_includes_default
35938    typedef long int ac__type_sizeof_;
35939 int
35940 main ()
35941 {
35942 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35943 test_array [0] = 0
35944
35945   ;
35946   return 0;
35947 }
35948 _ACEOF
35949 rm -f conftest.$ac_objext
35950 if { (ac_try="$ac_compile"
35951 case "(($ac_try" in
35952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35953   *) ac_try_echo=$ac_try;;
35954 esac
35955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35956   (eval "$ac_compile") 2>conftest.er1
35957   ac_status=$?
35958   grep -v '^ *+' conftest.er1 >conftest.err
35959   rm -f conftest.er1
35960   cat conftest.err >&5
35961   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35962   (exit $ac_status); } && {
35963          test -z "$ac_c_werror_flag" ||
35964          test ! -s conftest.err
35965        } && test -s conftest.$ac_objext; then
35966   ac_hi=-1 ac_mid=-1
35967   while :; do
35968     cat >conftest.$ac_ext <<_ACEOF
35969 /* confdefs.h.  */
35970 _ACEOF
35971 cat confdefs.h >>conftest.$ac_ext
35972 cat >>conftest.$ac_ext <<_ACEOF
35973 /* end confdefs.h.  */
35974 $ac_includes_default
35975    typedef long int ac__type_sizeof_;
35976 int
35977 main ()
35978 {
35979 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35980 test_array [0] = 0
35981
35982   ;
35983   return 0;
35984 }
35985 _ACEOF
35986 rm -f conftest.$ac_objext
35987 if { (ac_try="$ac_compile"
35988 case "(($ac_try" in
35989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35990   *) ac_try_echo=$ac_try;;
35991 esac
35992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35993   (eval "$ac_compile") 2>conftest.er1
35994   ac_status=$?
35995   grep -v '^ *+' conftest.er1 >conftest.err
35996   rm -f conftest.er1
35997   cat conftest.err >&5
35998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35999   (exit $ac_status); } && {
36000          test -z "$ac_c_werror_flag" ||
36001          test ! -s conftest.err
36002        } && test -s conftest.$ac_objext; then
36003   ac_lo=$ac_mid; break
36004 else
36005   echo "$as_me: failed program was:" >&5
36006 sed 's/^/| /' conftest.$ac_ext >&5
36007
36008         ac_hi=`expr '(' $ac_mid ')' - 1`
36009                         if test $ac_mid -le $ac_hi; then
36010                           ac_lo= ac_hi=
36011                           break
36012                         fi
36013                         ac_mid=`expr 2 '*' $ac_mid`
36014 fi
36015
36016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36017   done
36018 else
36019   echo "$as_me: failed program was:" >&5
36020 sed 's/^/| /' conftest.$ac_ext >&5
36021
36022         ac_lo= ac_hi=
36023 fi
36024
36025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36026 fi
36027
36028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36029 # Binary search between lo and hi bounds.
36030 while test "x$ac_lo" != "x$ac_hi"; do
36031   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36032   cat >conftest.$ac_ext <<_ACEOF
36033 /* confdefs.h.  */
36034 _ACEOF
36035 cat confdefs.h >>conftest.$ac_ext
36036 cat >>conftest.$ac_ext <<_ACEOF
36037 /* end confdefs.h.  */
36038 $ac_includes_default
36039    typedef long int ac__type_sizeof_;
36040 int
36041 main ()
36042 {
36043 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36044 test_array [0] = 0
36045
36046   ;
36047   return 0;
36048 }
36049 _ACEOF
36050 rm -f conftest.$ac_objext
36051 if { (ac_try="$ac_compile"
36052 case "(($ac_try" in
36053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36054   *) ac_try_echo=$ac_try;;
36055 esac
36056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36057   (eval "$ac_compile") 2>conftest.er1
36058   ac_status=$?
36059   grep -v '^ *+' conftest.er1 >conftest.err
36060   rm -f conftest.er1
36061   cat conftest.err >&5
36062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36063   (exit $ac_status); } && {
36064          test -z "$ac_c_werror_flag" ||
36065          test ! -s conftest.err
36066        } && test -s conftest.$ac_objext; then
36067   ac_hi=$ac_mid
36068 else
36069   echo "$as_me: failed program was:" >&5
36070 sed 's/^/| /' conftest.$ac_ext >&5
36071
36072         ac_lo=`expr '(' $ac_mid ')' + 1`
36073 fi
36074
36075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36076 done
36077 case $ac_lo in
36078 ?*) ac_cv_sizeof_long_int=$ac_lo;;
36079 '') if test "$ac_cv_type_long_int" = yes; then
36080      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
36081 See \`config.log' for more details." >&5
36082 echo "$as_me: error: cannot compute sizeof (long int)
36083 See \`config.log' for more details." >&2;}
36084    { (exit 77); exit 77; }; }
36085    else
36086      ac_cv_sizeof_long_int=0
36087    fi ;;
36088 esac
36089 else
36090   cat >conftest.$ac_ext <<_ACEOF
36091 /* confdefs.h.  */
36092 _ACEOF
36093 cat confdefs.h >>conftest.$ac_ext
36094 cat >>conftest.$ac_ext <<_ACEOF
36095 /* end confdefs.h.  */
36096 $ac_includes_default
36097    typedef long int ac__type_sizeof_;
36098 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36099 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36100 #include <stdio.h>
36101 #include <stdlib.h>
36102 int
36103 main ()
36104 {
36105
36106   FILE *f = fopen ("conftest.val", "w");
36107   if (! f)
36108     return 1;
36109   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36110     {
36111       long int i = longval ();
36112       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36113         return 1;
36114       fprintf (f, "%ld\n", i);
36115     }
36116   else
36117     {
36118       unsigned long int i = ulongval ();
36119       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36120         return 1;
36121       fprintf (f, "%lu\n", i);
36122     }
36123   return ferror (f) || fclose (f) != 0;
36124
36125   ;
36126   return 0;
36127 }
36128 _ACEOF
36129 rm -f conftest$ac_exeext
36130 if { (ac_try="$ac_link"
36131 case "(($ac_try" in
36132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36133   *) ac_try_echo=$ac_try;;
36134 esac
36135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36136   (eval "$ac_link") 2>&5
36137   ac_status=$?
36138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36139   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36140   { (case "(($ac_try" in
36141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36142   *) ac_try_echo=$ac_try;;
36143 esac
36144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36145   (eval "$ac_try") 2>&5
36146   ac_status=$?
36147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36148   (exit $ac_status); }; }; then
36149   ac_cv_sizeof_long_int=`cat conftest.val`
36150 else
36151   echo "$as_me: program exited with status $ac_status" >&5
36152 echo "$as_me: failed program was:" >&5
36153 sed 's/^/| /' conftest.$ac_ext >&5
36154
36155 ( exit $ac_status )
36156 if test "$ac_cv_type_long_int" = yes; then
36157      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
36158 See \`config.log' for more details." >&5
36159 echo "$as_me: error: cannot compute sizeof (long int)
36160 See \`config.log' for more details." >&2;}
36161    { (exit 77); exit 77; }; }
36162    else
36163      ac_cv_sizeof_long_int=0
36164    fi
36165 fi
36166 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36167 fi
36168 rm -f conftest.val
36169 fi
36170 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5
36171 echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6; }
36172
36173
36174
36175 cat >>confdefs.h <<_ACEOF
36176 #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
36177 _ACEOF
36178
36179
36180 { echo "$as_me:$LINENO: checking for long long int" >&5
36181 echo $ECHO_N "checking for long long int... $ECHO_C" >&6; }
36182 if test "${ac_cv_type_long_long_int+set}" = set; then
36183   echo $ECHO_N "(cached) $ECHO_C" >&6
36184 else
36185   cat >conftest.$ac_ext <<_ACEOF
36186 /* confdefs.h.  */
36187 _ACEOF
36188 cat confdefs.h >>conftest.$ac_ext
36189 cat >>conftest.$ac_ext <<_ACEOF
36190 /* end confdefs.h.  */
36191 $ac_includes_default
36192 typedef long long int ac__type_new_;
36193 int
36194 main ()
36195 {
36196 if ((ac__type_new_ *) 0)
36197   return 0;
36198 if (sizeof (ac__type_new_))
36199   return 0;
36200   ;
36201   return 0;
36202 }
36203 _ACEOF
36204 rm -f conftest.$ac_objext
36205 if { (ac_try="$ac_compile"
36206 case "(($ac_try" in
36207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36208   *) ac_try_echo=$ac_try;;
36209 esac
36210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36211   (eval "$ac_compile") 2>conftest.er1
36212   ac_status=$?
36213   grep -v '^ *+' conftest.er1 >conftest.err
36214   rm -f conftest.er1
36215   cat conftest.err >&5
36216   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36217   (exit $ac_status); } && {
36218          test -z "$ac_c_werror_flag" ||
36219          test ! -s conftest.err
36220        } && test -s conftest.$ac_objext; then
36221   ac_cv_type_long_long_int=yes
36222 else
36223   echo "$as_me: failed program was:" >&5
36224 sed 's/^/| /' conftest.$ac_ext >&5
36225
36226         ac_cv_type_long_long_int=no
36227 fi
36228
36229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36230 fi
36231 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long_int" >&5
36232 echo "${ECHO_T}$ac_cv_type_long_long_int" >&6; }
36233
36234 # The cast to long int works around a bug in the HP C Compiler
36235 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
36236 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
36237 # This bug is HP SR number 8606223364.
36238 { echo "$as_me:$LINENO: checking size of long long int" >&5
36239 echo $ECHO_N "checking size of long long int... $ECHO_C" >&6; }
36240 if test "${ac_cv_sizeof_long_long_int+set}" = set; then
36241   echo $ECHO_N "(cached) $ECHO_C" >&6
36242 else
36243   if test "$cross_compiling" = yes; then
36244   # Depending upon the size, compute the lo and hi bounds.
36245 cat >conftest.$ac_ext <<_ACEOF
36246 /* confdefs.h.  */
36247 _ACEOF
36248 cat confdefs.h >>conftest.$ac_ext
36249 cat >>conftest.$ac_ext <<_ACEOF
36250 /* end confdefs.h.  */
36251 $ac_includes_default
36252    typedef long long int ac__type_sizeof_;
36253 int
36254 main ()
36255 {
36256 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
36257 test_array [0] = 0
36258
36259   ;
36260   return 0;
36261 }
36262 _ACEOF
36263 rm -f conftest.$ac_objext
36264 if { (ac_try="$ac_compile"
36265 case "(($ac_try" in
36266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36267   *) ac_try_echo=$ac_try;;
36268 esac
36269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36270   (eval "$ac_compile") 2>conftest.er1
36271   ac_status=$?
36272   grep -v '^ *+' conftest.er1 >conftest.err
36273   rm -f conftest.er1
36274   cat conftest.err >&5
36275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36276   (exit $ac_status); } && {
36277          test -z "$ac_c_werror_flag" ||
36278          test ! -s conftest.err
36279        } && test -s conftest.$ac_objext; then
36280   ac_lo=0 ac_mid=0
36281   while :; do
36282     cat >conftest.$ac_ext <<_ACEOF
36283 /* confdefs.h.  */
36284 _ACEOF
36285 cat confdefs.h >>conftest.$ac_ext
36286 cat >>conftest.$ac_ext <<_ACEOF
36287 /* end confdefs.h.  */
36288 $ac_includes_default
36289    typedef long long int ac__type_sizeof_;
36290 int
36291 main ()
36292 {
36293 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36294 test_array [0] = 0
36295
36296   ;
36297   return 0;
36298 }
36299 _ACEOF
36300 rm -f conftest.$ac_objext
36301 if { (ac_try="$ac_compile"
36302 case "(($ac_try" in
36303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36304   *) ac_try_echo=$ac_try;;
36305 esac
36306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36307   (eval "$ac_compile") 2>conftest.er1
36308   ac_status=$?
36309   grep -v '^ *+' conftest.er1 >conftest.err
36310   rm -f conftest.er1
36311   cat conftest.err >&5
36312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36313   (exit $ac_status); } && {
36314          test -z "$ac_c_werror_flag" ||
36315          test ! -s conftest.err
36316        } && test -s conftest.$ac_objext; then
36317   ac_hi=$ac_mid; break
36318 else
36319   echo "$as_me: failed program was:" >&5
36320 sed 's/^/| /' conftest.$ac_ext >&5
36321
36322         ac_lo=`expr $ac_mid + 1`
36323                         if test $ac_lo -le $ac_mid; then
36324                           ac_lo= ac_hi=
36325                           break
36326                         fi
36327                         ac_mid=`expr 2 '*' $ac_mid + 1`
36328 fi
36329
36330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36331   done
36332 else
36333   echo "$as_me: failed program was:" >&5
36334 sed 's/^/| /' conftest.$ac_ext >&5
36335
36336         cat >conftest.$ac_ext <<_ACEOF
36337 /* confdefs.h.  */
36338 _ACEOF
36339 cat confdefs.h >>conftest.$ac_ext
36340 cat >>conftest.$ac_ext <<_ACEOF
36341 /* end confdefs.h.  */
36342 $ac_includes_default
36343    typedef long long int ac__type_sizeof_;
36344 int
36345 main ()
36346 {
36347 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
36348 test_array [0] = 0
36349
36350   ;
36351   return 0;
36352 }
36353 _ACEOF
36354 rm -f conftest.$ac_objext
36355 if { (ac_try="$ac_compile"
36356 case "(($ac_try" in
36357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36358   *) ac_try_echo=$ac_try;;
36359 esac
36360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36361   (eval "$ac_compile") 2>conftest.er1
36362   ac_status=$?
36363   grep -v '^ *+' conftest.er1 >conftest.err
36364   rm -f conftest.er1
36365   cat conftest.err >&5
36366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36367   (exit $ac_status); } && {
36368          test -z "$ac_c_werror_flag" ||
36369          test ! -s conftest.err
36370        } && test -s conftest.$ac_objext; then
36371   ac_hi=-1 ac_mid=-1
36372   while :; do
36373     cat >conftest.$ac_ext <<_ACEOF
36374 /* confdefs.h.  */
36375 _ACEOF
36376 cat confdefs.h >>conftest.$ac_ext
36377 cat >>conftest.$ac_ext <<_ACEOF
36378 /* end confdefs.h.  */
36379 $ac_includes_default
36380    typedef long long int ac__type_sizeof_;
36381 int
36382 main ()
36383 {
36384 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
36385 test_array [0] = 0
36386
36387   ;
36388   return 0;
36389 }
36390 _ACEOF
36391 rm -f conftest.$ac_objext
36392 if { (ac_try="$ac_compile"
36393 case "(($ac_try" in
36394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36395   *) ac_try_echo=$ac_try;;
36396 esac
36397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36398   (eval "$ac_compile") 2>conftest.er1
36399   ac_status=$?
36400   grep -v '^ *+' conftest.er1 >conftest.err
36401   rm -f conftest.er1
36402   cat conftest.err >&5
36403   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36404   (exit $ac_status); } && {
36405          test -z "$ac_c_werror_flag" ||
36406          test ! -s conftest.err
36407        } && test -s conftest.$ac_objext; then
36408   ac_lo=$ac_mid; break
36409 else
36410   echo "$as_me: failed program was:" >&5
36411 sed 's/^/| /' conftest.$ac_ext >&5
36412
36413         ac_hi=`expr '(' $ac_mid ')' - 1`
36414                         if test $ac_mid -le $ac_hi; then
36415                           ac_lo= ac_hi=
36416                           break
36417                         fi
36418                         ac_mid=`expr 2 '*' $ac_mid`
36419 fi
36420
36421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36422   done
36423 else
36424   echo "$as_me: failed program was:" >&5
36425 sed 's/^/| /' conftest.$ac_ext >&5
36426
36427         ac_lo= ac_hi=
36428 fi
36429
36430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36431 fi
36432
36433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36434 # Binary search between lo and hi bounds.
36435 while test "x$ac_lo" != "x$ac_hi"; do
36436   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36437   cat >conftest.$ac_ext <<_ACEOF
36438 /* confdefs.h.  */
36439 _ACEOF
36440 cat confdefs.h >>conftest.$ac_ext
36441 cat >>conftest.$ac_ext <<_ACEOF
36442 /* end confdefs.h.  */
36443 $ac_includes_default
36444    typedef long long int ac__type_sizeof_;
36445 int
36446 main ()
36447 {
36448 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36449 test_array [0] = 0
36450
36451   ;
36452   return 0;
36453 }
36454 _ACEOF
36455 rm -f conftest.$ac_objext
36456 if { (ac_try="$ac_compile"
36457 case "(($ac_try" in
36458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36459   *) ac_try_echo=$ac_try;;
36460 esac
36461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36462   (eval "$ac_compile") 2>conftest.er1
36463   ac_status=$?
36464   grep -v '^ *+' conftest.er1 >conftest.err
36465   rm -f conftest.er1
36466   cat conftest.err >&5
36467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36468   (exit $ac_status); } && {
36469          test -z "$ac_c_werror_flag" ||
36470          test ! -s conftest.err
36471        } && test -s conftest.$ac_objext; then
36472   ac_hi=$ac_mid
36473 else
36474   echo "$as_me: failed program was:" >&5
36475 sed 's/^/| /' conftest.$ac_ext >&5
36476
36477         ac_lo=`expr '(' $ac_mid ')' + 1`
36478 fi
36479
36480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36481 done
36482 case $ac_lo in
36483 ?*) ac_cv_sizeof_long_long_int=$ac_lo;;
36484 '') if test "$ac_cv_type_long_long_int" = yes; then
36485      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
36486 See \`config.log' for more details." >&5
36487 echo "$as_me: error: cannot compute sizeof (long long int)
36488 See \`config.log' for more details." >&2;}
36489    { (exit 77); exit 77; }; }
36490    else
36491      ac_cv_sizeof_long_long_int=0
36492    fi ;;
36493 esac
36494 else
36495   cat >conftest.$ac_ext <<_ACEOF
36496 /* confdefs.h.  */
36497 _ACEOF
36498 cat confdefs.h >>conftest.$ac_ext
36499 cat >>conftest.$ac_ext <<_ACEOF
36500 /* end confdefs.h.  */
36501 $ac_includes_default
36502    typedef long long int ac__type_sizeof_;
36503 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36504 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36505 #include <stdio.h>
36506 #include <stdlib.h>
36507 int
36508 main ()
36509 {
36510
36511   FILE *f = fopen ("conftest.val", "w");
36512   if (! f)
36513     return 1;
36514   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36515     {
36516       long int i = longval ();
36517       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36518         return 1;
36519       fprintf (f, "%ld\n", i);
36520     }
36521   else
36522     {
36523       unsigned long int i = ulongval ();
36524       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36525         return 1;
36526       fprintf (f, "%lu\n", i);
36527     }
36528   return ferror (f) || fclose (f) != 0;
36529
36530   ;
36531   return 0;
36532 }
36533 _ACEOF
36534 rm -f conftest$ac_exeext
36535 if { (ac_try="$ac_link"
36536 case "(($ac_try" in
36537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36538   *) ac_try_echo=$ac_try;;
36539 esac
36540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36541   (eval "$ac_link") 2>&5
36542   ac_status=$?
36543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36544   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36545   { (case "(($ac_try" in
36546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36547   *) ac_try_echo=$ac_try;;
36548 esac
36549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36550   (eval "$ac_try") 2>&5
36551   ac_status=$?
36552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36553   (exit $ac_status); }; }; then
36554   ac_cv_sizeof_long_long_int=`cat conftest.val`
36555 else
36556   echo "$as_me: program exited with status $ac_status" >&5
36557 echo "$as_me: failed program was:" >&5
36558 sed 's/^/| /' conftest.$ac_ext >&5
36559
36560 ( exit $ac_status )
36561 if test "$ac_cv_type_long_long_int" = yes; then
36562      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
36563 See \`config.log' for more details." >&5
36564 echo "$as_me: error: cannot compute sizeof (long long int)
36565 See \`config.log' for more details." >&2;}
36566    { (exit 77); exit 77; }; }
36567    else
36568      ac_cv_sizeof_long_long_int=0
36569    fi
36570 fi
36571 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36572 fi
36573 rm -f conftest.val
36574 fi
36575 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5
36576 echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6; }
36577
36578
36579
36580 cat >>confdefs.h <<_ACEOF
36581 #define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
36582 _ACEOF
36583
36584
36585 { echo "$as_me:$LINENO: checking for int *" >&5
36586 echo $ECHO_N "checking for int *... $ECHO_C" >&6; }
36587 if test "${ac_cv_type_int_p+set}" = set; then
36588   echo $ECHO_N "(cached) $ECHO_C" >&6
36589 else
36590   cat >conftest.$ac_ext <<_ACEOF
36591 /* confdefs.h.  */
36592 _ACEOF
36593 cat confdefs.h >>conftest.$ac_ext
36594 cat >>conftest.$ac_ext <<_ACEOF
36595 /* end confdefs.h.  */
36596 $ac_includes_default
36597 typedef int * ac__type_new_;
36598 int
36599 main ()
36600 {
36601 if ((ac__type_new_ *) 0)
36602   return 0;
36603 if (sizeof (ac__type_new_))
36604   return 0;
36605   ;
36606   return 0;
36607 }
36608 _ACEOF
36609 rm -f conftest.$ac_objext
36610 if { (ac_try="$ac_compile"
36611 case "(($ac_try" in
36612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36613   *) ac_try_echo=$ac_try;;
36614 esac
36615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36616   (eval "$ac_compile") 2>conftest.er1
36617   ac_status=$?
36618   grep -v '^ *+' conftest.er1 >conftest.err
36619   rm -f conftest.er1
36620   cat conftest.err >&5
36621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36622   (exit $ac_status); } && {
36623          test -z "$ac_c_werror_flag" ||
36624          test ! -s conftest.err
36625        } && test -s conftest.$ac_objext; then
36626   ac_cv_type_int_p=yes
36627 else
36628   echo "$as_me: failed program was:" >&5
36629 sed 's/^/| /' conftest.$ac_ext >&5
36630
36631         ac_cv_type_int_p=no
36632 fi
36633
36634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36635 fi
36636 { echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
36637 echo "${ECHO_T}$ac_cv_type_int_p" >&6; }
36638
36639 # The cast to long int works around a bug in the HP C Compiler
36640 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
36641 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
36642 # This bug is HP SR number 8606223364.
36643 { echo "$as_me:$LINENO: checking size of int *" >&5
36644 echo $ECHO_N "checking size of int *... $ECHO_C" >&6; }
36645 if test "${ac_cv_sizeof_int_p+set}" = set; then
36646   echo $ECHO_N "(cached) $ECHO_C" >&6
36647 else
36648   if test "$cross_compiling" = yes; then
36649   # Depending upon the size, compute the lo and hi bounds.
36650 cat >conftest.$ac_ext <<_ACEOF
36651 /* confdefs.h.  */
36652 _ACEOF
36653 cat confdefs.h >>conftest.$ac_ext
36654 cat >>conftest.$ac_ext <<_ACEOF
36655 /* end confdefs.h.  */
36656 $ac_includes_default
36657    typedef int * ac__type_sizeof_;
36658 int
36659 main ()
36660 {
36661 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
36662 test_array [0] = 0
36663
36664   ;
36665   return 0;
36666 }
36667 _ACEOF
36668 rm -f conftest.$ac_objext
36669 if { (ac_try="$ac_compile"
36670 case "(($ac_try" in
36671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36672   *) ac_try_echo=$ac_try;;
36673 esac
36674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36675   (eval "$ac_compile") 2>conftest.er1
36676   ac_status=$?
36677   grep -v '^ *+' conftest.er1 >conftest.err
36678   rm -f conftest.er1
36679   cat conftest.err >&5
36680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36681   (exit $ac_status); } && {
36682          test -z "$ac_c_werror_flag" ||
36683          test ! -s conftest.err
36684        } && test -s conftest.$ac_objext; then
36685   ac_lo=0 ac_mid=0
36686   while :; do
36687     cat >conftest.$ac_ext <<_ACEOF
36688 /* confdefs.h.  */
36689 _ACEOF
36690 cat confdefs.h >>conftest.$ac_ext
36691 cat >>conftest.$ac_ext <<_ACEOF
36692 /* end confdefs.h.  */
36693 $ac_includes_default
36694    typedef int * ac__type_sizeof_;
36695 int
36696 main ()
36697 {
36698 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36699 test_array [0] = 0
36700
36701   ;
36702   return 0;
36703 }
36704 _ACEOF
36705 rm -f conftest.$ac_objext
36706 if { (ac_try="$ac_compile"
36707 case "(($ac_try" in
36708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36709   *) ac_try_echo=$ac_try;;
36710 esac
36711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36712   (eval "$ac_compile") 2>conftest.er1
36713   ac_status=$?
36714   grep -v '^ *+' conftest.er1 >conftest.err
36715   rm -f conftest.er1
36716   cat conftest.err >&5
36717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36718   (exit $ac_status); } && {
36719          test -z "$ac_c_werror_flag" ||
36720          test ! -s conftest.err
36721        } && test -s conftest.$ac_objext; then
36722   ac_hi=$ac_mid; break
36723 else
36724   echo "$as_me: failed program was:" >&5
36725 sed 's/^/| /' conftest.$ac_ext >&5
36726
36727         ac_lo=`expr $ac_mid + 1`
36728                         if test $ac_lo -le $ac_mid; then
36729                           ac_lo= ac_hi=
36730                           break
36731                         fi
36732                         ac_mid=`expr 2 '*' $ac_mid + 1`
36733 fi
36734
36735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36736   done
36737 else
36738   echo "$as_me: failed program was:" >&5
36739 sed 's/^/| /' conftest.$ac_ext >&5
36740
36741         cat >conftest.$ac_ext <<_ACEOF
36742 /* confdefs.h.  */
36743 _ACEOF
36744 cat confdefs.h >>conftest.$ac_ext
36745 cat >>conftest.$ac_ext <<_ACEOF
36746 /* end confdefs.h.  */
36747 $ac_includes_default
36748    typedef int * ac__type_sizeof_;
36749 int
36750 main ()
36751 {
36752 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
36753 test_array [0] = 0
36754
36755   ;
36756   return 0;
36757 }
36758 _ACEOF
36759 rm -f conftest.$ac_objext
36760 if { (ac_try="$ac_compile"
36761 case "(($ac_try" in
36762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36763   *) ac_try_echo=$ac_try;;
36764 esac
36765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36766   (eval "$ac_compile") 2>conftest.er1
36767   ac_status=$?
36768   grep -v '^ *+' conftest.er1 >conftest.err
36769   rm -f conftest.er1
36770   cat conftest.err >&5
36771   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36772   (exit $ac_status); } && {
36773          test -z "$ac_c_werror_flag" ||
36774          test ! -s conftest.err
36775        } && test -s conftest.$ac_objext; then
36776   ac_hi=-1 ac_mid=-1
36777   while :; do
36778     cat >conftest.$ac_ext <<_ACEOF
36779 /* confdefs.h.  */
36780 _ACEOF
36781 cat confdefs.h >>conftest.$ac_ext
36782 cat >>conftest.$ac_ext <<_ACEOF
36783 /* end confdefs.h.  */
36784 $ac_includes_default
36785    typedef int * ac__type_sizeof_;
36786 int
36787 main ()
36788 {
36789 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
36790 test_array [0] = 0
36791
36792   ;
36793   return 0;
36794 }
36795 _ACEOF
36796 rm -f conftest.$ac_objext
36797 if { (ac_try="$ac_compile"
36798 case "(($ac_try" in
36799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36800   *) ac_try_echo=$ac_try;;
36801 esac
36802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36803   (eval "$ac_compile") 2>conftest.er1
36804   ac_status=$?
36805   grep -v '^ *+' conftest.er1 >conftest.err
36806   rm -f conftest.er1
36807   cat conftest.err >&5
36808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36809   (exit $ac_status); } && {
36810          test -z "$ac_c_werror_flag" ||
36811          test ! -s conftest.err
36812        } && test -s conftest.$ac_objext; then
36813   ac_lo=$ac_mid; break
36814 else
36815   echo "$as_me: failed program was:" >&5
36816 sed 's/^/| /' conftest.$ac_ext >&5
36817
36818         ac_hi=`expr '(' $ac_mid ')' - 1`
36819                         if test $ac_mid -le $ac_hi; then
36820                           ac_lo= ac_hi=
36821                           break
36822                         fi
36823                         ac_mid=`expr 2 '*' $ac_mid`
36824 fi
36825
36826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36827   done
36828 else
36829   echo "$as_me: failed program was:" >&5
36830 sed 's/^/| /' conftest.$ac_ext >&5
36831
36832         ac_lo= ac_hi=
36833 fi
36834
36835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36836 fi
36837
36838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36839 # Binary search between lo and hi bounds.
36840 while test "x$ac_lo" != "x$ac_hi"; do
36841   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36842   cat >conftest.$ac_ext <<_ACEOF
36843 /* confdefs.h.  */
36844 _ACEOF
36845 cat confdefs.h >>conftest.$ac_ext
36846 cat >>conftest.$ac_ext <<_ACEOF
36847 /* end confdefs.h.  */
36848 $ac_includes_default
36849    typedef int * ac__type_sizeof_;
36850 int
36851 main ()
36852 {
36853 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36854 test_array [0] = 0
36855
36856   ;
36857   return 0;
36858 }
36859 _ACEOF
36860 rm -f conftest.$ac_objext
36861 if { (ac_try="$ac_compile"
36862 case "(($ac_try" in
36863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36864   *) ac_try_echo=$ac_try;;
36865 esac
36866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36867   (eval "$ac_compile") 2>conftest.er1
36868   ac_status=$?
36869   grep -v '^ *+' conftest.er1 >conftest.err
36870   rm -f conftest.er1
36871   cat conftest.err >&5
36872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36873   (exit $ac_status); } && {
36874          test -z "$ac_c_werror_flag" ||
36875          test ! -s conftest.err
36876        } && test -s conftest.$ac_objext; then
36877   ac_hi=$ac_mid
36878 else
36879   echo "$as_me: failed program was:" >&5
36880 sed 's/^/| /' conftest.$ac_ext >&5
36881
36882         ac_lo=`expr '(' $ac_mid ')' + 1`
36883 fi
36884
36885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36886 done
36887 case $ac_lo in
36888 ?*) ac_cv_sizeof_int_p=$ac_lo;;
36889 '') if test "$ac_cv_type_int_p" = yes; then
36890      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
36891 See \`config.log' for more details." >&5
36892 echo "$as_me: error: cannot compute sizeof (int *)
36893 See \`config.log' for more details." >&2;}
36894    { (exit 77); exit 77; }; }
36895    else
36896      ac_cv_sizeof_int_p=0
36897    fi ;;
36898 esac
36899 else
36900   cat >conftest.$ac_ext <<_ACEOF
36901 /* confdefs.h.  */
36902 _ACEOF
36903 cat confdefs.h >>conftest.$ac_ext
36904 cat >>conftest.$ac_ext <<_ACEOF
36905 /* end confdefs.h.  */
36906 $ac_includes_default
36907    typedef int * ac__type_sizeof_;
36908 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36909 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36910 #include <stdio.h>
36911 #include <stdlib.h>
36912 int
36913 main ()
36914 {
36915
36916   FILE *f = fopen ("conftest.val", "w");
36917   if (! f)
36918     return 1;
36919   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36920     {
36921       long int i = longval ();
36922       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36923         return 1;
36924       fprintf (f, "%ld\n", i);
36925     }
36926   else
36927     {
36928       unsigned long int i = ulongval ();
36929       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36930         return 1;
36931       fprintf (f, "%lu\n", i);
36932     }
36933   return ferror (f) || fclose (f) != 0;
36934
36935   ;
36936   return 0;
36937 }
36938 _ACEOF
36939 rm -f conftest$ac_exeext
36940 if { (ac_try="$ac_link"
36941 case "(($ac_try" in
36942   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36943   *) ac_try_echo=$ac_try;;
36944 esac
36945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36946   (eval "$ac_link") 2>&5
36947   ac_status=$?
36948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36949   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36950   { (case "(($ac_try" in
36951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36952   *) ac_try_echo=$ac_try;;
36953 esac
36954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36955   (eval "$ac_try") 2>&5
36956   ac_status=$?
36957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36958   (exit $ac_status); }; }; then
36959   ac_cv_sizeof_int_p=`cat conftest.val`
36960 else
36961   echo "$as_me: program exited with status $ac_status" >&5
36962 echo "$as_me: failed program was:" >&5
36963 sed 's/^/| /' conftest.$ac_ext >&5
36964
36965 ( exit $ac_status )
36966 if test "$ac_cv_type_int_p" = yes; then
36967      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
36968 See \`config.log' for more details." >&5
36969 echo "$as_me: error: cannot compute sizeof (int *)
36970 See \`config.log' for more details." >&2;}
36971    { (exit 77); exit 77; }; }
36972    else
36973      ac_cv_sizeof_int_p=0
36974    fi
36975 fi
36976 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36977 fi
36978 rm -f conftest.val
36979 fi
36980 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
36981 echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; }
36982
36983
36984
36985 cat >>confdefs.h <<_ACEOF
36986 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
36987 _ACEOF
36988
36989
36990
36991 { echo "$as_me:$LINENO: checking for u_int type" >&5
36992 echo $ECHO_N "checking for u_int type... $ECHO_C" >&6; }
36993 if test "${ac_cv_have_u_int+set}" = set; then
36994   echo $ECHO_N "(cached) $ECHO_C" >&6
36995 else
36996
36997        cat >conftest.$ac_ext <<_ACEOF
36998 /* confdefs.h.  */
36999 _ACEOF
37000 cat confdefs.h >>conftest.$ac_ext
37001 cat >>conftest.$ac_ext <<_ACEOF
37002 /* end confdefs.h.  */
37003
37004               #include <sys/types.h>
37005
37006 int
37007 main ()
37008 {
37009
37010               u_int a; a = 1;
37011
37012   ;
37013   return 0;
37014 }
37015 _ACEOF
37016 rm -f conftest.$ac_objext
37017 if { (ac_try="$ac_compile"
37018 case "(($ac_try" in
37019   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37020   *) ac_try_echo=$ac_try;;
37021 esac
37022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37023   (eval "$ac_compile") 2>conftest.er1
37024   ac_status=$?
37025   grep -v '^ *+' conftest.er1 >conftest.err
37026   rm -f conftest.er1
37027   cat conftest.err >&5
37028   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37029   (exit $ac_status); } && {
37030          test -z "$ac_c_werror_flag" ||
37031          test ! -s conftest.err
37032        } && test -s conftest.$ac_objext; then
37033
37034               ac_cv_have_u_int="yes"
37035
37036 else
37037   echo "$as_me: failed program was:" >&5
37038 sed 's/^/| /' conftest.$ac_ext >&5
37039
37040
37041               ac_cv_have_u_int="no"
37042
37043
37044 fi
37045
37046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37047
37048
37049 fi
37050 { echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5
37051 echo "${ECHO_T}$ac_cv_have_u_int" >&6; }
37052 if test "x$ac_cv_have_u_int" = "xyes" ; then
37053    cat >>confdefs.h <<\_ACEOF
37054 #define HAVE_U_INT 1
37055 _ACEOF
37056
37057    have_u_int=1
37058 fi
37059
37060 { echo "$as_me:$LINENO: checking for intmax_t type" >&5
37061 echo $ECHO_N "checking for intmax_t type... $ECHO_C" >&6; }
37062 if test "${ac_cv_have_intmax_t+set}" = set; then
37063   echo $ECHO_N "(cached) $ECHO_C" >&6
37064 else
37065
37066        cat >conftest.$ac_ext <<_ACEOF
37067 /* confdefs.h.  */
37068 _ACEOF
37069 cat confdefs.h >>conftest.$ac_ext
37070 cat >>conftest.$ac_ext <<_ACEOF
37071 /* end confdefs.h.  */
37072
37073               #include <sys/types.h>
37074
37075 int
37076 main ()
37077 {
37078
37079               intmax_t a; a = 1;
37080
37081   ;
37082   return 0;
37083 }
37084 _ACEOF
37085 rm -f conftest.$ac_objext
37086 if { (ac_try="$ac_compile"
37087 case "(($ac_try" in
37088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37089   *) ac_try_echo=$ac_try;;
37090 esac
37091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37092   (eval "$ac_compile") 2>conftest.er1
37093   ac_status=$?
37094   grep -v '^ *+' conftest.er1 >conftest.err
37095   rm -f conftest.er1
37096   cat conftest.err >&5
37097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37098   (exit $ac_status); } && {
37099          test -z "$ac_c_werror_flag" ||
37100          test ! -s conftest.err
37101        } && test -s conftest.$ac_objext; then
37102
37103               ac_cv_have_intmax_t="yes"
37104
37105 else
37106   echo "$as_me: failed program was:" >&5
37107 sed 's/^/| /' conftest.$ac_ext >&5
37108
37109
37110               cat >conftest.$ac_ext <<_ACEOF
37111 /* confdefs.h.  */
37112 _ACEOF
37113 cat confdefs.h >>conftest.$ac_ext
37114 cat >>conftest.$ac_ext <<_ACEOF
37115 /* end confdefs.h.  */
37116
37117                      #include <stdint.h>
37118
37119 int
37120 main ()
37121 {
37122
37123                      intmax_t a; a = 1;
37124
37125   ;
37126   return 0;
37127 }
37128 _ACEOF
37129 rm -f conftest.$ac_objext
37130 if { (ac_try="$ac_compile"
37131 case "(($ac_try" in
37132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37133   *) ac_try_echo=$ac_try;;
37134 esac
37135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37136   (eval "$ac_compile") 2>conftest.er1
37137   ac_status=$?
37138   grep -v '^ *+' conftest.er1 >conftest.err
37139   rm -f conftest.er1
37140   cat conftest.err >&5
37141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37142   (exit $ac_status); } && {
37143          test -z "$ac_c_werror_flag" ||
37144          test ! -s conftest.err
37145        } && test -s conftest.$ac_objext; then
37146
37147                      ac_cv_have_intmax_t="yes"
37148
37149 else
37150   echo "$as_me: failed program was:" >&5
37151 sed 's/^/| /' conftest.$ac_ext >&5
37152
37153
37154                      ac_cv_have_intmax_t="no"
37155
37156
37157 fi
37158
37159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37160
37161
37162 fi
37163
37164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37165
37166
37167 fi
37168 { echo "$as_me:$LINENO: result: $ac_cv_have_intmax_t" >&5
37169 echo "${ECHO_T}$ac_cv_have_intmax_t" >&6; }
37170 if test "x$ac_cv_have_intmax_t" = "xyes" ; then
37171    cat >>confdefs.h <<\_ACEOF
37172 #define HAVE_INTMAX_T 1
37173 _ACEOF
37174
37175    have_intmax_t=1
37176 fi
37177
37178 { echo "$as_me:$LINENO: checking for u_intmax_t type" >&5
37179 echo $ECHO_N "checking for u_intmax_t type... $ECHO_C" >&6; }
37180 if test "${ac_cv_have_u_intmax_t+set}" = set; then
37181   echo $ECHO_N "(cached) $ECHO_C" >&6
37182 else
37183
37184        cat >conftest.$ac_ext <<_ACEOF
37185 /* confdefs.h.  */
37186 _ACEOF
37187 cat confdefs.h >>conftest.$ac_ext
37188 cat >>conftest.$ac_ext <<_ACEOF
37189 /* end confdefs.h.  */
37190
37191               #include <sys/types.h>
37192
37193 int
37194 main ()
37195 {
37196
37197               u_intmax_t a; a = 1;
37198
37199   ;
37200   return 0;
37201 }
37202 _ACEOF
37203 rm -f conftest.$ac_objext
37204 if { (ac_try="$ac_compile"
37205 case "(($ac_try" in
37206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37207   *) ac_try_echo=$ac_try;;
37208 esac
37209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37210   (eval "$ac_compile") 2>conftest.er1
37211   ac_status=$?
37212   grep -v '^ *+' conftest.er1 >conftest.err
37213   rm -f conftest.er1
37214   cat conftest.err >&5
37215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37216   (exit $ac_status); } && {
37217          test -z "$ac_c_werror_flag" ||
37218          test ! -s conftest.err
37219        } && test -s conftest.$ac_objext; then
37220
37221               ac_cv_have_u_intmax_t="yes"
37222
37223 else
37224   echo "$as_me: failed program was:" >&5
37225 sed 's/^/| /' conftest.$ac_ext >&5
37226
37227
37228               cat >conftest.$ac_ext <<_ACEOF
37229 /* confdefs.h.  */
37230 _ACEOF
37231 cat confdefs.h >>conftest.$ac_ext
37232 cat >>conftest.$ac_ext <<_ACEOF
37233 /* end confdefs.h.  */
37234
37235                      #include <stdint.h>
37236
37237 int
37238 main ()
37239 {
37240
37241                     u_intmax_t a; a = 1;
37242
37243   ;
37244   return 0;
37245 }
37246 _ACEOF
37247 rm -f conftest.$ac_objext
37248 if { (ac_try="$ac_compile"
37249 case "(($ac_try" in
37250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37251   *) ac_try_echo=$ac_try;;
37252 esac
37253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37254   (eval "$ac_compile") 2>conftest.er1
37255   ac_status=$?
37256   grep -v '^ *+' conftest.er1 >conftest.err
37257   rm -f conftest.er1
37258   cat conftest.err >&5
37259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37260   (exit $ac_status); } && {
37261          test -z "$ac_c_werror_flag" ||
37262          test ! -s conftest.err
37263        } && test -s conftest.$ac_objext; then
37264
37265                     ac_cv_have_u_intmax_t="yes"
37266
37267 else
37268   echo "$as_me: failed program was:" >&5
37269 sed 's/^/| /' conftest.$ac_ext >&5
37270
37271
37272                     ac_cv_have_u_intmax_t="no"
37273
37274
37275 fi
37276
37277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37278
37279
37280 fi
37281
37282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37283
37284
37285 fi
37286 { echo "$as_me:$LINENO: result: $ac_cv_have_u_intmax_t" >&5
37287 echo "${ECHO_T}$ac_cv_have_u_intmax_t" >&6; }
37288 if test "x$ac_cv_have_u_intmax_t" = "xyes" ; then
37289    cat >>confdefs.h <<\_ACEOF
37290 #define HAVE_U_INTMAX_T 1
37291 _ACEOF
37292
37293    have_u_intmax_t=1
37294 fi
37295
37296 { echo "$as_me:$LINENO: checking for intXX_t types" >&5
37297 echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6; }
37298 if test "${ac_cv_have_intxx_t+set}" = set; then
37299   echo $ECHO_N "(cached) $ECHO_C" >&6
37300 else
37301
37302        cat >conftest.$ac_ext <<_ACEOF
37303 /* confdefs.h.  */
37304 _ACEOF
37305 cat confdefs.h >>conftest.$ac_ext
37306 cat >>conftest.$ac_ext <<_ACEOF
37307 /* end confdefs.h.  */
37308
37309               #include <sys/types.h>
37310
37311 int
37312 main ()
37313 {
37314
37315               int8_t a; int16_t b; int32_t c; a = b = c = 1;
37316
37317   ;
37318   return 0;
37319 }
37320 _ACEOF
37321 rm -f conftest.$ac_objext
37322 if { (ac_try="$ac_compile"
37323 case "(($ac_try" in
37324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37325   *) ac_try_echo=$ac_try;;
37326 esac
37327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37328   (eval "$ac_compile") 2>conftest.er1
37329   ac_status=$?
37330   grep -v '^ *+' conftest.er1 >conftest.err
37331   rm -f conftest.er1
37332   cat conftest.err >&5
37333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37334   (exit $ac_status); } && {
37335          test -z "$ac_c_werror_flag" ||
37336          test ! -s conftest.err
37337        } && test -s conftest.$ac_objext; then
37338
37339               ac_cv_have_intxx_t="yes"
37340
37341 else
37342   echo "$as_me: failed program was:" >&5
37343 sed 's/^/| /' conftest.$ac_ext >&5
37344
37345
37346               ac_cv_have_intxx_t="no"
37347
37348
37349 fi
37350
37351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37352
37353
37354 fi
37355 { echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5
37356 echo "${ECHO_T}$ac_cv_have_intxx_t" >&6; }
37357 if test "x$ac_cv_have_intxx_t" = "xyes" ; then
37358    cat >>confdefs.h <<\_ACEOF
37359 #define HAVE_INTXX_T 1
37360 _ACEOF
37361
37362    have_intxx_t=1
37363 fi
37364
37365 { echo "$as_me:$LINENO: checking for int64_t type" >&5
37366 echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6; }
37367 if test "${ac_cv_have_int64_t+set}" = set; then
37368   echo $ECHO_N "(cached) $ECHO_C" >&6
37369 else
37370
37371        cat >conftest.$ac_ext <<_ACEOF
37372 /* confdefs.h.  */
37373 _ACEOF
37374 cat confdefs.h >>conftest.$ac_ext
37375 cat >>conftest.$ac_ext <<_ACEOF
37376 /* end confdefs.h.  */
37377
37378               #include <sys/types.h>
37379
37380 int
37381 main ()
37382 {
37383
37384               int64_t a; a = 1;
37385
37386   ;
37387   return 0;
37388 }
37389 _ACEOF
37390 rm -f conftest.$ac_objext
37391 if { (ac_try="$ac_compile"
37392 case "(($ac_try" in
37393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37394   *) ac_try_echo=$ac_try;;
37395 esac
37396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37397   (eval "$ac_compile") 2>conftest.er1
37398   ac_status=$?
37399   grep -v '^ *+' conftest.er1 >conftest.err
37400   rm -f conftest.er1
37401   cat conftest.err >&5
37402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37403   (exit $ac_status); } && {
37404          test -z "$ac_c_werror_flag" ||
37405          test ! -s conftest.err
37406        } && test -s conftest.$ac_objext; then
37407
37408               ac_cv_have_int64_t="yes"
37409
37410 else
37411   echo "$as_me: failed program was:" >&5
37412 sed 's/^/| /' conftest.$ac_ext >&5
37413
37414
37415               ac_cv_have_int64_t="no"
37416
37417
37418 fi
37419
37420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37421
37422
37423 fi
37424 { echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5
37425 echo "${ECHO_T}$ac_cv_have_int64_t" >&6; }
37426 if test "x$ac_cv_have_int64_t" = "xyes" ; then
37427    cat >>confdefs.h <<\_ACEOF
37428 #define HAVE_INT64_T 1
37429 _ACEOF
37430
37431    have_int64_t=1
37432 fi
37433
37434 { echo "$as_me:$LINENO: checking for u_intXX_t types" >&5
37435 echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6; }
37436 if test "${ac_cv_have_u_intxx_t+set}" = set; then
37437   echo $ECHO_N "(cached) $ECHO_C" >&6
37438 else
37439
37440        cat >conftest.$ac_ext <<_ACEOF
37441 /* confdefs.h.  */
37442 _ACEOF
37443 cat confdefs.h >>conftest.$ac_ext
37444 cat >>conftest.$ac_ext <<_ACEOF
37445 /* end confdefs.h.  */
37446
37447               #include <sys/types.h>
37448
37449 int
37450 main ()
37451 {
37452
37453               u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
37454
37455   ;
37456   return 0;
37457 }
37458 _ACEOF
37459 rm -f conftest.$ac_objext
37460 if { (ac_try="$ac_compile"
37461 case "(($ac_try" in
37462   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37463   *) ac_try_echo=$ac_try;;
37464 esac
37465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37466   (eval "$ac_compile") 2>conftest.er1
37467   ac_status=$?
37468   grep -v '^ *+' conftest.er1 >conftest.err
37469   rm -f conftest.er1
37470   cat conftest.err >&5
37471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37472   (exit $ac_status); } && {
37473          test -z "$ac_c_werror_flag" ||
37474          test ! -s conftest.err
37475        } && test -s conftest.$ac_objext; then
37476
37477              ac_cv_have_u_intxx_t="yes"
37478
37479 else
37480   echo "$as_me: failed program was:" >&5
37481 sed 's/^/| /' conftest.$ac_ext >&5
37482
37483
37484              ac_cv_have_u_intxx_t="no"
37485
37486
37487 fi
37488
37489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37490
37491
37492 fi
37493 { echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5
37494 echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6; }
37495 if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
37496    cat >>confdefs.h <<\_ACEOF
37497 #define HAVE_U_INTXX_T 1
37498 _ACEOF
37499
37500    have_u_intxx_t=1
37501 fi
37502
37503 { echo "$as_me:$LINENO: checking for u_int64_t types" >&5
37504 echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6; }
37505 if test "${ac_cv_have_u_int64_t+set}" = set; then
37506   echo $ECHO_N "(cached) $ECHO_C" >&6
37507 else
37508
37509        cat >conftest.$ac_ext <<_ACEOF
37510 /* confdefs.h.  */
37511 _ACEOF
37512 cat confdefs.h >>conftest.$ac_ext
37513 cat >>conftest.$ac_ext <<_ACEOF
37514 /* end confdefs.h.  */
37515
37516               #include <sys/types.h>
37517
37518 int
37519 main ()
37520 {
37521
37522               u_int64_t a; a = 1;
37523
37524   ;
37525   return 0;
37526 }
37527 _ACEOF
37528 rm -f conftest.$ac_objext
37529 if { (ac_try="$ac_compile"
37530 case "(($ac_try" in
37531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37532   *) ac_try_echo=$ac_try;;
37533 esac
37534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37535   (eval "$ac_compile") 2>conftest.er1
37536   ac_status=$?
37537   grep -v '^ *+' conftest.er1 >conftest.err
37538   rm -f conftest.er1
37539   cat conftest.err >&5
37540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37541   (exit $ac_status); } && {
37542          test -z "$ac_c_werror_flag" ||
37543          test ! -s conftest.err
37544        } && test -s conftest.$ac_objext; then
37545
37546              ac_cv_have_u_int64_t="yes"
37547
37548 else
37549   echo "$as_me: failed program was:" >&5
37550 sed 's/^/| /' conftest.$ac_ext >&5
37551
37552
37553              ac_cv_have_u_int64_t="no"
37554
37555
37556 fi
37557
37558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37559
37560
37561 fi
37562 { echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5
37563 echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6; }
37564 if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
37565    cat >>confdefs.h <<\_ACEOF
37566 #define HAVE_U_INT64_T 1
37567 _ACEOF
37568
37569    have_u_int64_t=1
37570 fi
37571
37572 if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
37573     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
37574 then
37575    { echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
37576 echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6; }
37577    cat >conftest.$ac_ext <<_ACEOF
37578 /* confdefs.h.  */
37579 _ACEOF
37580 cat confdefs.h >>conftest.$ac_ext
37581 cat >>conftest.$ac_ext <<_ACEOF
37582 /* end confdefs.h.  */
37583
37584           #include <sys/bitypes.h>
37585
37586 int
37587 main ()
37588 {
37589
37590           int8_t a; int16_t b; int32_t c;
37591           u_int8_t e; u_int16_t f; u_int32_t g;
37592           a = b = c = e = f = g = 1;
37593
37594   ;
37595   return 0;
37596 }
37597 _ACEOF
37598 rm -f conftest.$ac_objext
37599 if { (ac_try="$ac_compile"
37600 case "(($ac_try" in
37601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37602   *) ac_try_echo=$ac_try;;
37603 esac
37604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37605   (eval "$ac_compile") 2>conftest.er1
37606   ac_status=$?
37607   grep -v '^ *+' conftest.er1 >conftest.err
37608   rm -f conftest.er1
37609   cat conftest.err >&5
37610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37611   (exit $ac_status); } && {
37612          test -z "$ac_c_werror_flag" ||
37613          test ! -s conftest.err
37614        } && test -s conftest.$ac_objext; then
37615
37616           cat >>confdefs.h <<\_ACEOF
37617 #define HAVE_U_INTXX_T 1
37618 _ACEOF
37619
37620           cat >>confdefs.h <<\_ACEOF
37621 #define HAVE_INTXX_T 1
37622 _ACEOF
37623
37624           cat >>confdefs.h <<\_ACEOF
37625 #define HAVE_SYS_BITYPES_H 1
37626 _ACEOF
37627
37628           { echo "$as_me:$LINENO: result: yes" >&5
37629 echo "${ECHO_T}yes" >&6; }
37630
37631 else
37632   echo "$as_me: failed program was:" >&5
37633 sed 's/^/| /' conftest.$ac_ext >&5
37634
37635
37636           { echo "$as_me:$LINENO: result: no" >&5
37637 echo "${ECHO_T}no" >&6; }
37638
37639
37640 fi
37641
37642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37643 fi
37644
37645 if test -z "$have_u_intxx_t" ; then
37646    { echo "$as_me:$LINENO: checking for uintXX_t types" >&5
37647 echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6; }
37648 if test "${ac_cv_have_uintxx_t+set}" = set; then
37649   echo $ECHO_N "(cached) $ECHO_C" >&6
37650 else
37651
37652           cat >conftest.$ac_ext <<_ACEOF
37653 /* confdefs.h.  */
37654 _ACEOF
37655 cat confdefs.h >>conftest.$ac_ext
37656 cat >>conftest.$ac_ext <<_ACEOF
37657 /* end confdefs.h.  */
37658
37659                  #include <sys/types.h>
37660
37661 int
37662 main ()
37663 {
37664
37665                  uint8_t a; uint16_t b;
37666                  uint32_t c; a = b = c = 1;
37667
37668   ;
37669   return 0;
37670 }
37671 _ACEOF
37672 rm -f conftest.$ac_objext
37673 if { (ac_try="$ac_compile"
37674 case "(($ac_try" in
37675   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37676   *) ac_try_echo=$ac_try;;
37677 esac
37678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37679   (eval "$ac_compile") 2>conftest.er1
37680   ac_status=$?
37681   grep -v '^ *+' conftest.er1 >conftest.err
37682   rm -f conftest.er1
37683   cat conftest.err >&5
37684   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37685   (exit $ac_status); } && {
37686          test -z "$ac_c_werror_flag" ||
37687          test ! -s conftest.err
37688        } && test -s conftest.$ac_objext; then
37689
37690                 ac_cv_have_uintxx_t="yes"
37691
37692 else
37693   echo "$as_me: failed program was:" >&5
37694 sed 's/^/| /' conftest.$ac_ext >&5
37695
37696
37697                 ac_cv_have_uintxx_t="no"
37698
37699
37700 fi
37701
37702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37703
37704
37705 fi
37706 { echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5
37707 echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6; }
37708    if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
37709       cat >>confdefs.h <<\_ACEOF
37710 #define HAVE_UINTXX_T 1
37711 _ACEOF
37712
37713    fi
37714 fi
37715
37716 if (test -z "$have_u_int64_t" || test -z "$have_int64_t" && \
37717     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
37718 then
37719    { echo "$as_me:$LINENO: checking for int64_t and u_int64_t types in sys/bitypes.h" >&5
37720 echo $ECHO_N "checking for int64_t and u_int64_t types in sys/bitypes.h... $ECHO_C" >&6; }
37721    cat >conftest.$ac_ext <<_ACEOF
37722 /* confdefs.h.  */
37723 _ACEOF
37724 cat confdefs.h >>conftest.$ac_ext
37725 cat >>conftest.$ac_ext <<_ACEOF
37726 /* end confdefs.h.  */
37727
37728           #include <sys/bitypes.h>
37729
37730 int
37731 main ()
37732 {
37733
37734           int64_t a; u_int64_t b;
37735           a = b = 1;
37736
37737   ;
37738   return 0;
37739 }
37740 _ACEOF
37741 rm -f conftest.$ac_objext
37742 if { (ac_try="$ac_compile"
37743 case "(($ac_try" in
37744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37745   *) ac_try_echo=$ac_try;;
37746 esac
37747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37748   (eval "$ac_compile") 2>conftest.er1
37749   ac_status=$?
37750   grep -v '^ *+' conftest.er1 >conftest.err
37751   rm -f conftest.er1
37752   cat conftest.err >&5
37753   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37754   (exit $ac_status); } && {
37755          test -z "$ac_c_werror_flag" ||
37756          test ! -s conftest.err
37757        } && test -s conftest.$ac_objext; then
37758
37759           cat >>confdefs.h <<\_ACEOF
37760 #define HAVE_U_INT64_T 1
37761 _ACEOF
37762
37763           cat >>confdefs.h <<\_ACEOF
37764 #define HAVE_INT64_T 1
37765 _ACEOF
37766
37767           { echo "$as_me:$LINENO: result: yes" >&5
37768 echo "${ECHO_T}yes" >&6; }
37769
37770 else
37771   echo "$as_me: failed program was:" >&5
37772 sed 's/^/| /' conftest.$ac_ext >&5
37773
37774
37775           { echo "$as_me:$LINENO: result: no" >&5
37776 echo "${ECHO_T}no" >&6; }
37777
37778
37779 fi
37780
37781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37782 fi
37783
37784 if (test -z "$have_uintxx_t" && \
37785     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
37786 then
37787    { echo "$as_me:$LINENO: checking for uintXX_t types in sys/bitypes.h" >&5
37788 echo $ECHO_N "checking for uintXX_t types in sys/bitypes.h... $ECHO_C" >&6; }
37789    cat >conftest.$ac_ext <<_ACEOF
37790 /* confdefs.h.  */
37791 _ACEOF
37792 cat confdefs.h >>conftest.$ac_ext
37793 cat >>conftest.$ac_ext <<_ACEOF
37794 /* end confdefs.h.  */
37795
37796           #include <sys/bitypes.h>
37797
37798 int
37799 main ()
37800 {
37801
37802           uint8_t a; uint16_t b;
37803           uint32_t c; a = b = c = 1;
37804
37805   ;
37806   return 0;
37807 }
37808 _ACEOF
37809 rm -f conftest.$ac_objext
37810 if { (ac_try="$ac_compile"
37811 case "(($ac_try" in
37812   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37813   *) ac_try_echo=$ac_try;;
37814 esac
37815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37816   (eval "$ac_compile") 2>conftest.er1
37817   ac_status=$?
37818   grep -v '^ *+' conftest.er1 >conftest.err
37819   rm -f conftest.er1
37820   cat conftest.err >&5
37821   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37822   (exit $ac_status); } && {
37823          test -z "$ac_c_werror_flag" ||
37824          test ! -s conftest.err
37825        } && test -s conftest.$ac_objext; then
37826
37827           cat >>confdefs.h <<\_ACEOF
37828 #define HAVE_UINTXX_T 1
37829 _ACEOF
37830
37831           { echo "$as_me:$LINENO: result: yes" >&5
37832 echo "${ECHO_T}yes" >&6; }
37833
37834 else
37835   echo "$as_me: failed program was:" >&5
37836 sed 's/^/| /' conftest.$ac_ext >&5
37837
37838
37839           { echo "$as_me:$LINENO: result: no" >&5
37840 echo "${ECHO_T}no" >&6; }
37841
37842
37843 fi
37844
37845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37846 fi
37847
37848
37849
37850
37851
37852
37853
37854
37855
37856
37857
37858
37859
37860
37861 for ac_func in \
37862    fork \
37863    getcwd \
37864    gethostname \
37865    getpid \
37866    gettimeofday \
37867    setpgid \
37868    setpgrp \
37869    setsid \
37870    signal \
37871    strerror \
37872    strncmp \
37873    strncpy \
37874    vfprintf \
37875
37876 do
37877 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37878 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37879 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37880 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37881   echo $ECHO_N "(cached) $ECHO_C" >&6
37882 else
37883   cat >conftest.$ac_ext <<_ACEOF
37884 /* confdefs.h.  */
37885 _ACEOF
37886 cat confdefs.h >>conftest.$ac_ext
37887 cat >>conftest.$ac_ext <<_ACEOF
37888 /* end confdefs.h.  */
37889 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37890    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37891 #define $ac_func innocuous_$ac_func
37892
37893 /* System header to define __stub macros and hopefully few prototypes,
37894     which can conflict with char $ac_func (); below.
37895     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37896     <limits.h> exists even on freestanding compilers.  */
37897
37898 #ifdef __STDC__
37899 # include <limits.h>
37900 #else
37901 # include <assert.h>
37902 #endif
37903
37904 #undef $ac_func
37905
37906 /* Override any GCC internal prototype to avoid an error.
37907    Use char because int might match the return type of a GCC
37908    builtin and then its argument prototype would still apply.  */
37909 #ifdef __cplusplus
37910 extern "C"
37911 #endif
37912 char $ac_func ();
37913 /* The GNU C library defines this for functions which it implements
37914     to always fail with ENOSYS.  Some functions are actually named
37915     something starting with __ and the normal name is an alias.  */
37916 #if defined __stub_$ac_func || defined __stub___$ac_func
37917 choke me
37918 #endif
37919
37920 int
37921 main ()
37922 {
37923 return $ac_func ();
37924   ;
37925   return 0;
37926 }
37927 _ACEOF
37928 rm -f conftest.$ac_objext conftest$ac_exeext
37929 if { (ac_try="$ac_link"
37930 case "(($ac_try" in
37931   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37932   *) ac_try_echo=$ac_try;;
37933 esac
37934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37935   (eval "$ac_link") 2>conftest.er1
37936   ac_status=$?
37937   grep -v '^ *+' conftest.er1 >conftest.err
37938   rm -f conftest.er1
37939   cat conftest.err >&5
37940   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37941   (exit $ac_status); } && {
37942          test -z "$ac_c_werror_flag" ||
37943          test ! -s conftest.err
37944        } && test -s conftest$ac_exeext &&
37945        $as_test_x conftest$ac_exeext; then
37946   eval "$as_ac_var=yes"
37947 else
37948   echo "$as_me: failed program was:" >&5
37949 sed 's/^/| /' conftest.$ac_ext >&5
37950
37951         eval "$as_ac_var=no"
37952 fi
37953
37954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37955       conftest$ac_exeext conftest.$ac_ext
37956 fi
37957 ac_res=`eval echo '${'$as_ac_var'}'`
37958                { echo "$as_me:$LINENO: result: $ac_res" >&5
37959 echo "${ECHO_T}$ac_res" >&6; }
37960 if test `eval echo '${'$as_ac_var'}'` = yes; then
37961   cat >>confdefs.h <<_ACEOF
37962 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37963 _ACEOF
37964
37965 else
37966   echo 'configure: cannot find needed function.'; exit 1
37967
37968 fi
37969 done
37970
37971
37972
37973 for ac_func in fchdir
37974 do
37975 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37976 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37977 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37978 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37979   echo $ECHO_N "(cached) $ECHO_C" >&6
37980 else
37981   cat >conftest.$ac_ext <<_ACEOF
37982 /* confdefs.h.  */
37983 _ACEOF
37984 cat confdefs.h >>conftest.$ac_ext
37985 cat >>conftest.$ac_ext <<_ACEOF
37986 /* end confdefs.h.  */
37987 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37988    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37989 #define $ac_func innocuous_$ac_func
37990
37991 /* System header to define __stub macros and hopefully few prototypes,
37992     which can conflict with char $ac_func (); below.
37993     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37994     <limits.h> exists even on freestanding compilers.  */
37995
37996 #ifdef __STDC__
37997 # include <limits.h>
37998 #else
37999 # include <assert.h>
38000 #endif
38001
38002 #undef $ac_func
38003
38004 /* Override any GCC internal prototype to avoid an error.
38005    Use char because int might match the return type of a GCC
38006    builtin and then its argument prototype would still apply.  */
38007 #ifdef __cplusplus
38008 extern "C"
38009 #endif
38010 char $ac_func ();
38011 /* The GNU C library defines this for functions which it implements
38012     to always fail with ENOSYS.  Some functions are actually named
38013     something starting with __ and the normal name is an alias.  */
38014 #if defined __stub_$ac_func || defined __stub___$ac_func
38015 choke me
38016 #endif
38017
38018 int
38019 main ()
38020 {
38021 return $ac_func ();
38022   ;
38023   return 0;
38024 }
38025 _ACEOF
38026 rm -f conftest.$ac_objext conftest$ac_exeext
38027 if { (ac_try="$ac_link"
38028 case "(($ac_try" in
38029   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38030   *) ac_try_echo=$ac_try;;
38031 esac
38032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38033   (eval "$ac_link") 2>conftest.er1
38034   ac_status=$?
38035   grep -v '^ *+' conftest.er1 >conftest.err
38036   rm -f conftest.er1
38037   cat conftest.err >&5
38038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38039   (exit $ac_status); } && {
38040          test -z "$ac_c_werror_flag" ||
38041          test ! -s conftest.err
38042        } && test -s conftest$ac_exeext &&
38043        $as_test_x conftest$ac_exeext; then
38044   eval "$as_ac_var=yes"
38045 else
38046   echo "$as_me: failed program was:" >&5
38047 sed 's/^/| /' conftest.$ac_ext >&5
38048
38049         eval "$as_ac_var=no"
38050 fi
38051
38052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38053       conftest$ac_exeext conftest.$ac_ext
38054 fi
38055 ac_res=`eval echo '${'$as_ac_var'}'`
38056                { echo "$as_me:$LINENO: result: $ac_res" >&5
38057 echo "${ECHO_T}$ac_res" >&6; }
38058 if test `eval echo '${'$as_ac_var'}'` = yes; then
38059   cat >>confdefs.h <<_ACEOF
38060 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38061 _ACEOF
38062  cat >>confdefs.h <<\_ACEOF
38063 #define HAVE_FCHDIR 1
38064 _ACEOF
38065
38066 fi
38067 done
38068
38069
38070 for ac_func in strtoll
38071 do
38072 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38073 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38074 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38075 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38076   echo $ECHO_N "(cached) $ECHO_C" >&6
38077 else
38078   cat >conftest.$ac_ext <<_ACEOF
38079 /* confdefs.h.  */
38080 _ACEOF
38081 cat confdefs.h >>conftest.$ac_ext
38082 cat >>conftest.$ac_ext <<_ACEOF
38083 /* end confdefs.h.  */
38084 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38085    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38086 #define $ac_func innocuous_$ac_func
38087
38088 /* System header to define __stub macros and hopefully few prototypes,
38089     which can conflict with char $ac_func (); below.
38090     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38091     <limits.h> exists even on freestanding compilers.  */
38092
38093 #ifdef __STDC__
38094 # include <limits.h>
38095 #else
38096 # include <assert.h>
38097 #endif
38098
38099 #undef $ac_func
38100
38101 /* Override any GCC internal prototype to avoid an error.
38102    Use char because int might match the return type of a GCC
38103    builtin and then its argument prototype would still apply.  */
38104 #ifdef __cplusplus
38105 extern "C"
38106 #endif
38107 char $ac_func ();
38108 /* The GNU C library defines this for functions which it implements
38109     to always fail with ENOSYS.  Some functions are actually named
38110     something starting with __ and the normal name is an alias.  */
38111 #if defined __stub_$ac_func || defined __stub___$ac_func
38112 choke me
38113 #endif
38114
38115 int
38116 main ()
38117 {
38118 return $ac_func ();
38119   ;
38120   return 0;
38121 }
38122 _ACEOF
38123 rm -f conftest.$ac_objext conftest$ac_exeext
38124 if { (ac_try="$ac_link"
38125 case "(($ac_try" in
38126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38127   *) ac_try_echo=$ac_try;;
38128 esac
38129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38130   (eval "$ac_link") 2>conftest.er1
38131   ac_status=$?
38132   grep -v '^ *+' conftest.er1 >conftest.err
38133   rm -f conftest.er1
38134   cat conftest.err >&5
38135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38136   (exit $ac_status); } && {
38137          test -z "$ac_c_werror_flag" ||
38138          test ! -s conftest.err
38139        } && test -s conftest$ac_exeext &&
38140        $as_test_x conftest$ac_exeext; then
38141   eval "$as_ac_var=yes"
38142 else
38143   echo "$as_me: failed program was:" >&5
38144 sed 's/^/| /' conftest.$ac_ext >&5
38145
38146         eval "$as_ac_var=no"
38147 fi
38148
38149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38150       conftest$ac_exeext conftest.$ac_ext
38151 fi
38152 ac_res=`eval echo '${'$as_ac_var'}'`
38153                { echo "$as_me:$LINENO: result: $ac_res" >&5
38154 echo "${ECHO_T}$ac_res" >&6; }
38155 if test `eval echo '${'$as_ac_var'}'` = yes; then
38156   cat >>confdefs.h <<_ACEOF
38157 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38158 _ACEOF
38159  cat >>confdefs.h <<\_ACEOF
38160 #define HAVE_STRTOLL 1
38161 _ACEOF
38162
38163 fi
38164 done
38165
38166
38167 for ac_func in posix_fadvise
38168 do
38169 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38170 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38171 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38172 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38173   echo $ECHO_N "(cached) $ECHO_C" >&6
38174 else
38175   cat >conftest.$ac_ext <<_ACEOF
38176 /* confdefs.h.  */
38177 _ACEOF
38178 cat confdefs.h >>conftest.$ac_ext
38179 cat >>conftest.$ac_ext <<_ACEOF
38180 /* end confdefs.h.  */
38181 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38182    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38183 #define $ac_func innocuous_$ac_func
38184
38185 /* System header to define __stub macros and hopefully few prototypes,
38186     which can conflict with char $ac_func (); below.
38187     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38188     <limits.h> exists even on freestanding compilers.  */
38189
38190 #ifdef __STDC__
38191 # include <limits.h>
38192 #else
38193 # include <assert.h>
38194 #endif
38195
38196 #undef $ac_func
38197
38198 /* Override any GCC internal prototype to avoid an error.
38199    Use char because int might match the return type of a GCC
38200    builtin and then its argument prototype would still apply.  */
38201 #ifdef __cplusplus
38202 extern "C"
38203 #endif
38204 char $ac_func ();
38205 /* The GNU C library defines this for functions which it implements
38206     to always fail with ENOSYS.  Some functions are actually named
38207     something starting with __ and the normal name is an alias.  */
38208 #if defined __stub_$ac_func || defined __stub___$ac_func
38209 choke me
38210 #endif
38211
38212 int
38213 main ()
38214 {
38215 return $ac_func ();
38216   ;
38217   return 0;
38218 }
38219 _ACEOF
38220 rm -f conftest.$ac_objext conftest$ac_exeext
38221 if { (ac_try="$ac_link"
38222 case "(($ac_try" in
38223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38224   *) ac_try_echo=$ac_try;;
38225 esac
38226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38227   (eval "$ac_link") 2>conftest.er1
38228   ac_status=$?
38229   grep -v '^ *+' conftest.er1 >conftest.err
38230   rm -f conftest.er1
38231   cat conftest.err >&5
38232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38233   (exit $ac_status); } && {
38234          test -z "$ac_c_werror_flag" ||
38235          test ! -s conftest.err
38236        } && test -s conftest$ac_exeext &&
38237        $as_test_x conftest$ac_exeext; then
38238   eval "$as_ac_var=yes"
38239 else
38240   echo "$as_me: failed program was:" >&5
38241 sed 's/^/| /' conftest.$ac_ext >&5
38242
38243         eval "$as_ac_var=no"
38244 fi
38245
38246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38247       conftest$ac_exeext conftest.$ac_ext
38248 fi
38249 ac_res=`eval echo '${'$as_ac_var'}'`
38250                { echo "$as_me:$LINENO: result: $ac_res" >&5
38251 echo "${ECHO_T}$ac_res" >&6; }
38252 if test `eval echo '${'$as_ac_var'}'` = yes; then
38253   cat >>confdefs.h <<_ACEOF
38254 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38255 _ACEOF
38256
38257 fi
38258 done
38259
38260
38261 for ac_func in fdatasync
38262 do
38263 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38264 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38265 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38266 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38267   echo $ECHO_N "(cached) $ECHO_C" >&6
38268 else
38269   cat >conftest.$ac_ext <<_ACEOF
38270 /* confdefs.h.  */
38271 _ACEOF
38272 cat confdefs.h >>conftest.$ac_ext
38273 cat >>conftest.$ac_ext <<_ACEOF
38274 /* end confdefs.h.  */
38275 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38276    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38277 #define $ac_func innocuous_$ac_func
38278
38279 /* System header to define __stub macros and hopefully few prototypes,
38280     which can conflict with char $ac_func (); below.
38281     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38282     <limits.h> exists even on freestanding compilers.  */
38283
38284 #ifdef __STDC__
38285 # include <limits.h>
38286 #else
38287 # include <assert.h>
38288 #endif
38289
38290 #undef $ac_func
38291
38292 /* Override any GCC internal prototype to avoid an error.
38293    Use char because int might match the return type of a GCC
38294    builtin and then its argument prototype would still apply.  */
38295 #ifdef __cplusplus
38296 extern "C"
38297 #endif
38298 char $ac_func ();
38299 /* The GNU C library defines this for functions which it implements
38300     to always fail with ENOSYS.  Some functions are actually named
38301     something starting with __ and the normal name is an alias.  */
38302 #if defined __stub_$ac_func || defined __stub___$ac_func
38303 choke me
38304 #endif
38305
38306 int
38307 main ()
38308 {
38309 return $ac_func ();
38310   ;
38311   return 0;
38312 }
38313 _ACEOF
38314 rm -f conftest.$ac_objext conftest$ac_exeext
38315 if { (ac_try="$ac_link"
38316 case "(($ac_try" in
38317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38318   *) ac_try_echo=$ac_try;;
38319 esac
38320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38321   (eval "$ac_link") 2>conftest.er1
38322   ac_status=$?
38323   grep -v '^ *+' conftest.er1 >conftest.err
38324   rm -f conftest.er1
38325   cat conftest.err >&5
38326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38327   (exit $ac_status); } && {
38328          test -z "$ac_c_werror_flag" ||
38329          test ! -s conftest.err
38330        } && test -s conftest$ac_exeext &&
38331        $as_test_x conftest$ac_exeext; then
38332   eval "$as_ac_var=yes"
38333 else
38334   echo "$as_me: failed program was:" >&5
38335 sed 's/^/| /' conftest.$ac_ext >&5
38336
38337         eval "$as_ac_var=no"
38338 fi
38339
38340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38341       conftest$ac_exeext conftest.$ac_ext
38342 fi
38343 ac_res=`eval echo '${'$as_ac_var'}'`
38344                { echo "$as_me:$LINENO: result: $ac_res" >&5
38345 echo "${ECHO_T}$ac_res" >&6; }
38346 if test `eval echo '${'$as_ac_var'}'` = yes; then
38347   cat >>confdefs.h <<_ACEOF
38348 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38349 _ACEOF
38350
38351 fi
38352 done
38353
38354
38355
38356 for ac_func in chflags
38357 do
38358 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38359 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38360 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38361 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38362   echo $ECHO_N "(cached) $ECHO_C" >&6
38363 else
38364   cat >conftest.$ac_ext <<_ACEOF
38365 /* confdefs.h.  */
38366 _ACEOF
38367 cat confdefs.h >>conftest.$ac_ext
38368 cat >>conftest.$ac_ext <<_ACEOF
38369 /* end confdefs.h.  */
38370 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38371    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38372 #define $ac_func innocuous_$ac_func
38373
38374 /* System header to define __stub macros and hopefully few prototypes,
38375     which can conflict with char $ac_func (); below.
38376     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38377     <limits.h> exists even on freestanding compilers.  */
38378
38379 #ifdef __STDC__
38380 # include <limits.h>
38381 #else
38382 # include <assert.h>
38383 #endif
38384
38385 #undef $ac_func
38386
38387 /* Override any GCC internal prototype to avoid an error.
38388    Use char because int might match the return type of a GCC
38389    builtin and then its argument prototype would still apply.  */
38390 #ifdef __cplusplus
38391 extern "C"
38392 #endif
38393 char $ac_func ();
38394 /* The GNU C library defines this for functions which it implements
38395     to always fail with ENOSYS.  Some functions are actually named
38396     something starting with __ and the normal name is an alias.  */
38397 #if defined __stub_$ac_func || defined __stub___$ac_func
38398 choke me
38399 #endif
38400
38401 int
38402 main ()
38403 {
38404 return $ac_func ();
38405   ;
38406   return 0;
38407 }
38408 _ACEOF
38409 rm -f conftest.$ac_objext conftest$ac_exeext
38410 if { (ac_try="$ac_link"
38411 case "(($ac_try" in
38412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38413   *) ac_try_echo=$ac_try;;
38414 esac
38415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38416   (eval "$ac_link") 2>conftest.er1
38417   ac_status=$?
38418   grep -v '^ *+' conftest.er1 >conftest.err
38419   rm -f conftest.er1
38420   cat conftest.err >&5
38421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38422   (exit $ac_status); } && {
38423          test -z "$ac_c_werror_flag" ||
38424          test ! -s conftest.err
38425        } && test -s conftest$ac_exeext &&
38426        $as_test_x conftest$ac_exeext; then
38427   eval "$as_ac_var=yes"
38428 else
38429   echo "$as_me: failed program was:" >&5
38430 sed 's/^/| /' conftest.$ac_ext >&5
38431
38432         eval "$as_ac_var=no"
38433 fi
38434
38435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38436       conftest$ac_exeext conftest.$ac_ext
38437 fi
38438 ac_res=`eval echo '${'$as_ac_var'}'`
38439                { echo "$as_me:$LINENO: result: $ac_res" >&5
38440 echo "${ECHO_T}$ac_res" >&6; }
38441 if test `eval echo '${'$as_ac_var'}'` = yes; then
38442   cat >>confdefs.h <<_ACEOF
38443 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38444 _ACEOF
38445
38446 fi
38447 done
38448
38449
38450
38451
38452
38453
38454 for ac_func in snprintf vsnprintf gethostid fseeko
38455 do
38456 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38457 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38458 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38459 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38460   echo $ECHO_N "(cached) $ECHO_C" >&6
38461 else
38462   cat >conftest.$ac_ext <<_ACEOF
38463 /* confdefs.h.  */
38464 _ACEOF
38465 cat confdefs.h >>conftest.$ac_ext
38466 cat >>conftest.$ac_ext <<_ACEOF
38467 /* end confdefs.h.  */
38468 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38469    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38470 #define $ac_func innocuous_$ac_func
38471
38472 /* System header to define __stub macros and hopefully few prototypes,
38473     which can conflict with char $ac_func (); below.
38474     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38475     <limits.h> exists even on freestanding compilers.  */
38476
38477 #ifdef __STDC__
38478 # include <limits.h>
38479 #else
38480 # include <assert.h>
38481 #endif
38482
38483 #undef $ac_func
38484
38485 /* Override any GCC internal prototype to avoid an error.
38486    Use char because int might match the return type of a GCC
38487    builtin and then its argument prototype would still apply.  */
38488 #ifdef __cplusplus
38489 extern "C"
38490 #endif
38491 char $ac_func ();
38492 /* The GNU C library defines this for functions which it implements
38493     to always fail with ENOSYS.  Some functions are actually named
38494     something starting with __ and the normal name is an alias.  */
38495 #if defined __stub_$ac_func || defined __stub___$ac_func
38496 choke me
38497 #endif
38498
38499 int
38500 main ()
38501 {
38502 return $ac_func ();
38503   ;
38504   return 0;
38505 }
38506 _ACEOF
38507 rm -f conftest.$ac_objext conftest$ac_exeext
38508 if { (ac_try="$ac_link"
38509 case "(($ac_try" in
38510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38511   *) ac_try_echo=$ac_try;;
38512 esac
38513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38514   (eval "$ac_link") 2>conftest.er1
38515   ac_status=$?
38516   grep -v '^ *+' conftest.er1 >conftest.err
38517   rm -f conftest.er1
38518   cat conftest.err >&5
38519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38520   (exit $ac_status); } && {
38521          test -z "$ac_c_werror_flag" ||
38522          test ! -s conftest.err
38523        } && test -s conftest$ac_exeext &&
38524        $as_test_x conftest$ac_exeext; then
38525   eval "$as_ac_var=yes"
38526 else
38527   echo "$as_me: failed program was:" >&5
38528 sed 's/^/| /' conftest.$ac_ext >&5
38529
38530         eval "$as_ac_var=no"
38531 fi
38532
38533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38534       conftest$ac_exeext conftest.$ac_ext
38535 fi
38536 ac_res=`eval echo '${'$as_ac_var'}'`
38537                { echo "$as_me:$LINENO: result: $ac_res" >&5
38538 echo "${ECHO_T}$ac_res" >&6; }
38539 if test `eval echo '${'$as_ac_var'}'` = yes; then
38540   cat >>confdefs.h <<_ACEOF
38541 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38542 _ACEOF
38543
38544 fi
38545 done
38546
38547
38548 { echo "$as_me:$LINENO: checking for va_copy" >&5
38549 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
38550 if test "${ba_cv_va_copy+set}" = set; then
38551   echo $ECHO_N "(cached) $ECHO_C" >&6
38552 else
38553
38554        cat >conftest.$ac_ext <<_ACEOF
38555 /* confdefs.h.  */
38556 _ACEOF
38557 cat confdefs.h >>conftest.$ac_ext
38558 cat >>conftest.$ac_ext <<_ACEOF
38559 /* end confdefs.h.  */
38560
38561               #include <stdarg.h>
38562               void use_va_copy(va_list args){va_list args2; va_copy(args2,args); va_end(args2);}
38563               void call_use_va_copy(int junk,...){va_list args; va_start(args,junk); use_va_copy(args); va_end(args);}
38564
38565 int
38566 main ()
38567 {
38568
38569               call_use_va_copy(1,2,3)
38570
38571   ;
38572   return 0;
38573 }
38574 _ACEOF
38575 rm -f conftest.$ac_objext conftest$ac_exeext
38576 if { (ac_try="$ac_link"
38577 case "(($ac_try" in
38578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38579   *) ac_try_echo=$ac_try;;
38580 esac
38581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38582   (eval "$ac_link") 2>conftest.er1
38583   ac_status=$?
38584   grep -v '^ *+' conftest.er1 >conftest.err
38585   rm -f conftest.er1
38586   cat conftest.err >&5
38587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38588   (exit $ac_status); } && {
38589          test -z "$ac_c_werror_flag" ||
38590          test ! -s conftest.err
38591        } && test -s conftest$ac_exeext &&
38592        $as_test_x conftest$ac_exeext; then
38593
38594               ba_cv_va_copy=yes,
38595
38596 else
38597   echo "$as_me: failed program was:" >&5
38598 sed 's/^/| /' conftest.$ac_ext >&5
38599
38600
38601               ba_cv_va_copy=no
38602
38603
38604 fi
38605
38606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38607       conftest$ac_exeext conftest.$ac_ext
38608
38609
38610 fi
38611 { echo "$as_me:$LINENO: result: $ba_cv_va_copy" >&5
38612 echo "${ECHO_T}$ba_cv_va_copy" >&6; }
38613 test $ba_cv_va_copy = yes &&
38614 cat >>confdefs.h <<\_ACEOF
38615 #define HAVE_VA_COPY 1
38616 _ACEOF
38617
38618
38619
38620
38621
38622
38623 for ac_func in localtime_r readdir_r strerror_r gethostbyname_r
38624 do
38625 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38626 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38627 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38628 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38629   echo $ECHO_N "(cached) $ECHO_C" >&6
38630 else
38631   cat >conftest.$ac_ext <<_ACEOF
38632 /* confdefs.h.  */
38633 _ACEOF
38634 cat confdefs.h >>conftest.$ac_ext
38635 cat >>conftest.$ac_ext <<_ACEOF
38636 /* end confdefs.h.  */
38637 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38638    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38639 #define $ac_func innocuous_$ac_func
38640
38641 /* System header to define __stub macros and hopefully few prototypes,
38642     which can conflict with char $ac_func (); below.
38643     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38644     <limits.h> exists even on freestanding compilers.  */
38645
38646 #ifdef __STDC__
38647 # include <limits.h>
38648 #else
38649 # include <assert.h>
38650 #endif
38651
38652 #undef $ac_func
38653
38654 /* Override any GCC internal prototype to avoid an error.
38655    Use char because int might match the return type of a GCC
38656    builtin and then its argument prototype would still apply.  */
38657 #ifdef __cplusplus
38658 extern "C"
38659 #endif
38660 char $ac_func ();
38661 /* The GNU C library defines this for functions which it implements
38662     to always fail with ENOSYS.  Some functions are actually named
38663     something starting with __ and the normal name is an alias.  */
38664 #if defined __stub_$ac_func || defined __stub___$ac_func
38665 choke me
38666 #endif
38667
38668 int
38669 main ()
38670 {
38671 return $ac_func ();
38672   ;
38673   return 0;
38674 }
38675 _ACEOF
38676 rm -f conftest.$ac_objext conftest$ac_exeext
38677 if { (ac_try="$ac_link"
38678 case "(($ac_try" in
38679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38680   *) ac_try_echo=$ac_try;;
38681 esac
38682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38683   (eval "$ac_link") 2>conftest.er1
38684   ac_status=$?
38685   grep -v '^ *+' conftest.er1 >conftest.err
38686   rm -f conftest.er1
38687   cat conftest.err >&5
38688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38689   (exit $ac_status); } && {
38690          test -z "$ac_c_werror_flag" ||
38691          test ! -s conftest.err
38692        } && test -s conftest$ac_exeext &&
38693        $as_test_x conftest$ac_exeext; then
38694   eval "$as_ac_var=yes"
38695 else
38696   echo "$as_me: failed program was:" >&5
38697 sed 's/^/| /' conftest.$ac_ext >&5
38698
38699         eval "$as_ac_var=no"
38700 fi
38701
38702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38703       conftest$ac_exeext conftest.$ac_ext
38704 fi
38705 ac_res=`eval echo '${'$as_ac_var'}'`
38706                { echo "$as_me:$LINENO: result: $ac_res" >&5
38707 echo "${ECHO_T}$ac_res" >&6; }
38708 if test `eval echo '${'$as_ac_var'}'` = yes; then
38709   cat >>confdefs.h <<_ACEOF
38710 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38711 _ACEOF
38712
38713 fi
38714 done
38715
38716
38717 # If resolver functions are not in libc check for -lnsl or -lresolv.
38718 { echo "$as_me:$LINENO: checking for gethostbyname_r" >&5
38719 echo $ECHO_N "checking for gethostbyname_r... $ECHO_C" >&6; }
38720 if test "${ac_cv_func_gethostbyname_r+set}" = set; then
38721   echo $ECHO_N "(cached) $ECHO_C" >&6
38722 else
38723   cat >conftest.$ac_ext <<_ACEOF
38724 /* confdefs.h.  */
38725 _ACEOF
38726 cat confdefs.h >>conftest.$ac_ext
38727 cat >>conftest.$ac_ext <<_ACEOF
38728 /* end confdefs.h.  */
38729 /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
38730    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38731 #define gethostbyname_r innocuous_gethostbyname_r
38732
38733 /* System header to define __stub macros and hopefully few prototypes,
38734     which can conflict with char gethostbyname_r (); below.
38735     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38736     <limits.h> exists even on freestanding compilers.  */
38737
38738 #ifdef __STDC__
38739 # include <limits.h>
38740 #else
38741 # include <assert.h>
38742 #endif
38743
38744 #undef gethostbyname_r
38745
38746 /* Override any GCC internal prototype to avoid an error.
38747    Use char because int might match the return type of a GCC
38748    builtin and then its argument prototype would still apply.  */
38749 #ifdef __cplusplus
38750 extern "C"
38751 #endif
38752 char gethostbyname_r ();
38753 /* The GNU C library defines this for functions which it implements
38754     to always fail with ENOSYS.  Some functions are actually named
38755     something starting with __ and the normal name is an alias.  */
38756 #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
38757 choke me
38758 #endif
38759
38760 int
38761 main ()
38762 {
38763 return gethostbyname_r ();
38764   ;
38765   return 0;
38766 }
38767 _ACEOF
38768 rm -f conftest.$ac_objext conftest$ac_exeext
38769 if { (ac_try="$ac_link"
38770 case "(($ac_try" in
38771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38772   *) ac_try_echo=$ac_try;;
38773 esac
38774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38775   (eval "$ac_link") 2>conftest.er1
38776   ac_status=$?
38777   grep -v '^ *+' conftest.er1 >conftest.err
38778   rm -f conftest.er1
38779   cat conftest.err >&5
38780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38781   (exit $ac_status); } && {
38782          test -z "$ac_c_werror_flag" ||
38783          test ! -s conftest.err
38784        } && test -s conftest$ac_exeext &&
38785        $as_test_x conftest$ac_exeext; then
38786   ac_cv_func_gethostbyname_r=yes
38787 else
38788   echo "$as_me: failed program was:" >&5
38789 sed 's/^/| /' conftest.$ac_ext >&5
38790
38791         ac_cv_func_gethostbyname_r=no
38792 fi
38793
38794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38795       conftest$ac_exeext conftest.$ac_ext
38796 fi
38797 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname_r" >&5
38798 echo "${ECHO_T}$ac_cv_func_gethostbyname_r" >&6; }
38799 if test $ac_cv_func_gethostbyname_r = yes; then
38800   { echo "$as_me:$LINENO: result: using libc's resolver" >&5
38801 echo "${ECHO_T}using libc's resolver" >&6; }
38802 else
38803
38804 { echo "$as_me:$LINENO: checking for gethostbyname_r in -lnsl" >&5
38805 echo $ECHO_N "checking for gethostbyname_r in -lnsl... $ECHO_C" >&6; }
38806 if test "${ac_cv_lib_nsl_gethostbyname_r+set}" = set; then
38807   echo $ECHO_N "(cached) $ECHO_C" >&6
38808 else
38809   ac_check_lib_save_LIBS=$LIBS
38810 LIBS="-lnsl  $LIBS"
38811 cat >conftest.$ac_ext <<_ACEOF
38812 /* confdefs.h.  */
38813 _ACEOF
38814 cat confdefs.h >>conftest.$ac_ext
38815 cat >>conftest.$ac_ext <<_ACEOF
38816 /* end confdefs.h.  */
38817
38818 /* Override any GCC internal prototype to avoid an error.
38819    Use char because int might match the return type of a GCC
38820    builtin and then its argument prototype would still apply.  */
38821 #ifdef __cplusplus
38822 extern "C"
38823 #endif
38824 char gethostbyname_r ();
38825 int
38826 main ()
38827 {
38828 return gethostbyname_r ();
38829   ;
38830   return 0;
38831 }
38832 _ACEOF
38833 rm -f conftest.$ac_objext conftest$ac_exeext
38834 if { (ac_try="$ac_link"
38835 case "(($ac_try" in
38836   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38837   *) ac_try_echo=$ac_try;;
38838 esac
38839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38840   (eval "$ac_link") 2>conftest.er1
38841   ac_status=$?
38842   grep -v '^ *+' conftest.er1 >conftest.err
38843   rm -f conftest.er1
38844   cat conftest.err >&5
38845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38846   (exit $ac_status); } && {
38847          test -z "$ac_c_werror_flag" ||
38848          test ! -s conftest.err
38849        } && test -s conftest$ac_exeext &&
38850        $as_test_x conftest$ac_exeext; then
38851   ac_cv_lib_nsl_gethostbyname_r=yes
38852 else
38853   echo "$as_me: failed program was:" >&5
38854 sed 's/^/| /' conftest.$ac_ext >&5
38855
38856         ac_cv_lib_nsl_gethostbyname_r=no
38857 fi
38858
38859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38860       conftest$ac_exeext conftest.$ac_ext
38861 LIBS=$ac_check_lib_save_LIBS
38862 fi
38863 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname_r" >&5
38864 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname_r" >&6; }
38865 if test $ac_cv_lib_nsl_gethostbyname_r = yes; then
38866   cat >>confdefs.h <<_ACEOF
38867 #define HAVE_LIBNSL 1
38868 _ACEOF
38869
38870   LIBS="-lnsl $LIBS"
38871
38872 fi
38873
38874
38875 { echo "$as_me:$LINENO: checking for gethostbyname_r in -lresolv" >&5
38876 echo $ECHO_N "checking for gethostbyname_r in -lresolv... $ECHO_C" >&6; }
38877 if test "${ac_cv_lib_resolv_gethostbyname_r+set}" = set; then
38878   echo $ECHO_N "(cached) $ECHO_C" >&6
38879 else
38880   ac_check_lib_save_LIBS=$LIBS
38881 LIBS="-lresolv  $LIBS"
38882 cat >conftest.$ac_ext <<_ACEOF
38883 /* confdefs.h.  */
38884 _ACEOF
38885 cat confdefs.h >>conftest.$ac_ext
38886 cat >>conftest.$ac_ext <<_ACEOF
38887 /* end confdefs.h.  */
38888
38889 /* Override any GCC internal prototype to avoid an error.
38890    Use char because int might match the return type of a GCC
38891    builtin and then its argument prototype would still apply.  */
38892 #ifdef __cplusplus
38893 extern "C"
38894 #endif
38895 char gethostbyname_r ();
38896 int
38897 main ()
38898 {
38899 return gethostbyname_r ();
38900   ;
38901   return 0;
38902 }
38903 _ACEOF
38904 rm -f conftest.$ac_objext conftest$ac_exeext
38905 if { (ac_try="$ac_link"
38906 case "(($ac_try" in
38907   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38908   *) ac_try_echo=$ac_try;;
38909 esac
38910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38911   (eval "$ac_link") 2>conftest.er1
38912   ac_status=$?
38913   grep -v '^ *+' conftest.er1 >conftest.err
38914   rm -f conftest.er1
38915   cat conftest.err >&5
38916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38917   (exit $ac_status); } && {
38918          test -z "$ac_c_werror_flag" ||
38919          test ! -s conftest.err
38920        } && test -s conftest$ac_exeext &&
38921        $as_test_x conftest$ac_exeext; then
38922   ac_cv_lib_resolv_gethostbyname_r=yes
38923 else
38924   echo "$as_me: failed program was:" >&5
38925 sed 's/^/| /' conftest.$ac_ext >&5
38926
38927         ac_cv_lib_resolv_gethostbyname_r=no
38928 fi
38929
38930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38931       conftest$ac_exeext conftest.$ac_ext
38932 LIBS=$ac_check_lib_save_LIBS
38933 fi
38934 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_gethostbyname_r" >&5
38935 echo "${ECHO_T}$ac_cv_lib_resolv_gethostbyname_r" >&6; }
38936 if test $ac_cv_lib_resolv_gethostbyname_r = yes; then
38937   cat >>confdefs.h <<_ACEOF
38938 #define HAVE_LIBRESOLV 1
38939 _ACEOF
38940
38941   LIBS="-lresolv $LIBS"
38942
38943 fi
38944
38945 fi
38946
38947
38948
38949 for ac_func in inet_pton
38950 do
38951 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38952 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38953 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38954 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38955   echo $ECHO_N "(cached) $ECHO_C" >&6
38956 else
38957   cat >conftest.$ac_ext <<_ACEOF
38958 /* confdefs.h.  */
38959 _ACEOF
38960 cat confdefs.h >>conftest.$ac_ext
38961 cat >>conftest.$ac_ext <<_ACEOF
38962 /* end confdefs.h.  */
38963 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38964    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38965 #define $ac_func innocuous_$ac_func
38966
38967 /* System header to define __stub macros and hopefully few prototypes,
38968     which can conflict with char $ac_func (); below.
38969     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38970     <limits.h> exists even on freestanding compilers.  */
38971
38972 #ifdef __STDC__
38973 # include <limits.h>
38974 #else
38975 # include <assert.h>
38976 #endif
38977
38978 #undef $ac_func
38979
38980 /* Override any GCC internal prototype to avoid an error.
38981    Use char because int might match the return type of a GCC
38982    builtin and then its argument prototype would still apply.  */
38983 #ifdef __cplusplus
38984 extern "C"
38985 #endif
38986 char $ac_func ();
38987 /* The GNU C library defines this for functions which it implements
38988     to always fail with ENOSYS.  Some functions are actually named
38989     something starting with __ and the normal name is an alias.  */
38990 #if defined __stub_$ac_func || defined __stub___$ac_func
38991 choke me
38992 #endif
38993
38994 int
38995 main ()
38996 {
38997 return $ac_func ();
38998   ;
38999   return 0;
39000 }
39001 _ACEOF
39002 rm -f conftest.$ac_objext conftest$ac_exeext
39003 if { (ac_try="$ac_link"
39004 case "(($ac_try" in
39005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39006   *) ac_try_echo=$ac_try;;
39007 esac
39008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39009   (eval "$ac_link") 2>conftest.er1
39010   ac_status=$?
39011   grep -v '^ *+' conftest.er1 >conftest.err
39012   rm -f conftest.er1
39013   cat conftest.err >&5
39014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39015   (exit $ac_status); } && {
39016          test -z "$ac_c_werror_flag" ||
39017          test ! -s conftest.err
39018        } && test -s conftest$ac_exeext &&
39019        $as_test_x conftest$ac_exeext; then
39020   eval "$as_ac_var=yes"
39021 else
39022   echo "$as_me: failed program was:" >&5
39023 sed 's/^/| /' conftest.$ac_ext >&5
39024
39025         eval "$as_ac_var=no"
39026 fi
39027
39028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39029       conftest$ac_exeext conftest.$ac_ext
39030 fi
39031 ac_res=`eval echo '${'$as_ac_var'}'`
39032                { echo "$as_me:$LINENO: result: $ac_res" >&5
39033 echo "${ECHO_T}$ac_res" >&6; }
39034 if test `eval echo '${'$as_ac_var'}'` = yes; then
39035   cat >>confdefs.h <<_ACEOF
39036 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39037 _ACEOF
39038  cat >>confdefs.h <<\_ACEOF
39039 #define HAVE_INET_PTON 1
39040 _ACEOF
39041
39042 fi
39043 done
39044
39045
39046 for ac_func in inet_ntop
39047 do
39048 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39049 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39050 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39051 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39052   echo $ECHO_N "(cached) $ECHO_C" >&6
39053 else
39054   cat >conftest.$ac_ext <<_ACEOF
39055 /* confdefs.h.  */
39056 _ACEOF
39057 cat confdefs.h >>conftest.$ac_ext
39058 cat >>conftest.$ac_ext <<_ACEOF
39059 /* end confdefs.h.  */
39060 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39061    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39062 #define $ac_func innocuous_$ac_func
39063
39064 /* System header to define __stub macros and hopefully few prototypes,
39065     which can conflict with char $ac_func (); below.
39066     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39067     <limits.h> exists even on freestanding compilers.  */
39068
39069 #ifdef __STDC__
39070 # include <limits.h>
39071 #else
39072 # include <assert.h>
39073 #endif
39074
39075 #undef $ac_func
39076
39077 /* Override any GCC internal prototype to avoid an error.
39078    Use char because int might match the return type of a GCC
39079    builtin and then its argument prototype would still apply.  */
39080 #ifdef __cplusplus
39081 extern "C"
39082 #endif
39083 char $ac_func ();
39084 /* The GNU C library defines this for functions which it implements
39085     to always fail with ENOSYS.  Some functions are actually named
39086     something starting with __ and the normal name is an alias.  */
39087 #if defined __stub_$ac_func || defined __stub___$ac_func
39088 choke me
39089 #endif
39090
39091 int
39092 main ()
39093 {
39094 return $ac_func ();
39095   ;
39096   return 0;
39097 }
39098 _ACEOF
39099 rm -f conftest.$ac_objext conftest$ac_exeext
39100 if { (ac_try="$ac_link"
39101 case "(($ac_try" in
39102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39103   *) ac_try_echo=$ac_try;;
39104 esac
39105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39106   (eval "$ac_link") 2>conftest.er1
39107   ac_status=$?
39108   grep -v '^ *+' conftest.er1 >conftest.err
39109   rm -f conftest.er1
39110   cat conftest.err >&5
39111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39112   (exit $ac_status); } && {
39113          test -z "$ac_c_werror_flag" ||
39114          test ! -s conftest.err
39115        } && test -s conftest$ac_exeext &&
39116        $as_test_x conftest$ac_exeext; then
39117   eval "$as_ac_var=yes"
39118 else
39119   echo "$as_me: failed program was:" >&5
39120 sed 's/^/| /' conftest.$ac_ext >&5
39121
39122         eval "$as_ac_var=no"
39123 fi
39124
39125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39126       conftest$ac_exeext conftest.$ac_ext
39127 fi
39128 ac_res=`eval echo '${'$as_ac_var'}'`
39129                { echo "$as_me:$LINENO: result: $ac_res" >&5
39130 echo "${ECHO_T}$ac_res" >&6; }
39131 if test `eval echo '${'$as_ac_var'}'` = yes; then
39132   cat >>confdefs.h <<_ACEOF
39133 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39134 _ACEOF
39135  cat >>confdefs.h <<\_ACEOF
39136 #define HAVE_INET_NTOP 1
39137 _ACEOF
39138
39139 fi
39140 done
39141
39142
39143 for ac_func in gethostbyname2
39144 do
39145 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39146 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39147 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39148 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39149   echo $ECHO_N "(cached) $ECHO_C" >&6
39150 else
39151   cat >conftest.$ac_ext <<_ACEOF
39152 /* confdefs.h.  */
39153 _ACEOF
39154 cat confdefs.h >>conftest.$ac_ext
39155 cat >>conftest.$ac_ext <<_ACEOF
39156 /* end confdefs.h.  */
39157 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39158    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39159 #define $ac_func innocuous_$ac_func
39160
39161 /* System header to define __stub macros and hopefully few prototypes,
39162     which can conflict with char $ac_func (); below.
39163     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39164     <limits.h> exists even on freestanding compilers.  */
39165
39166 #ifdef __STDC__
39167 # include <limits.h>
39168 #else
39169 # include <assert.h>
39170 #endif
39171
39172 #undef $ac_func
39173
39174 /* Override any GCC internal prototype to avoid an error.
39175    Use char because int might match the return type of a GCC
39176    builtin and then its argument prototype would still apply.  */
39177 #ifdef __cplusplus
39178 extern "C"
39179 #endif
39180 char $ac_func ();
39181 /* The GNU C library defines this for functions which it implements
39182     to always fail with ENOSYS.  Some functions are actually named
39183     something starting with __ and the normal name is an alias.  */
39184 #if defined __stub_$ac_func || defined __stub___$ac_func
39185 choke me
39186 #endif
39187
39188 int
39189 main ()
39190 {
39191 return $ac_func ();
39192   ;
39193   return 0;
39194 }
39195 _ACEOF
39196 rm -f conftest.$ac_objext conftest$ac_exeext
39197 if { (ac_try="$ac_link"
39198 case "(($ac_try" in
39199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39200   *) ac_try_echo=$ac_try;;
39201 esac
39202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39203   (eval "$ac_link") 2>conftest.er1
39204   ac_status=$?
39205   grep -v '^ *+' conftest.er1 >conftest.err
39206   rm -f conftest.er1
39207   cat conftest.err >&5
39208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39209   (exit $ac_status); } && {
39210          test -z "$ac_c_werror_flag" ||
39211          test ! -s conftest.err
39212        } && test -s conftest$ac_exeext &&
39213        $as_test_x conftest$ac_exeext; then
39214   eval "$as_ac_var=yes"
39215 else
39216   echo "$as_me: failed program was:" >&5
39217 sed 's/^/| /' conftest.$ac_ext >&5
39218
39219         eval "$as_ac_var=no"
39220 fi
39221
39222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39223       conftest$ac_exeext conftest.$ac_ext
39224 fi
39225 ac_res=`eval echo '${'$as_ac_var'}'`
39226                { echo "$as_me:$LINENO: result: $ac_res" >&5
39227 echo "${ECHO_T}$ac_res" >&6; }
39228 if test `eval echo '${'$as_ac_var'}'` = yes; then
39229   cat >>confdefs.h <<_ACEOF
39230 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39231 _ACEOF
39232  cat >>confdefs.h <<\_ACEOF
39233 #define HAVE_GETHOSTBYNAME2 1
39234 _ACEOF
39235
39236 fi
39237 done
39238
39239
39240 { echo "$as_me:$LINENO: checking for struct sockaddr has a sa_len field" >&5
39241 echo $ECHO_N "checking for struct sockaddr has a sa_len field... $ECHO_C" >&6; }
39242 if test "${ac_cv_struct_sockaddr_sa_len+set}" = set; then
39243   echo $ECHO_N "(cached) $ECHO_C" >&6
39244 else
39245
39246        cat >conftest.$ac_ext <<_ACEOF
39247 /* confdefs.h.  */
39248 _ACEOF
39249 cat confdefs.h >>conftest.$ac_ext
39250 cat >>conftest.$ac_ext <<_ACEOF
39251 /* end confdefs.h.  */
39252
39253               #include <sys/socket.h>
39254
39255 int
39256 main ()
39257 {
39258
39259               struct sockaddr s; s.sa_len;
39260
39261   ;
39262   return 0;
39263 }
39264 _ACEOF
39265 rm -f conftest.$ac_objext
39266 if { (ac_try="$ac_compile"
39267 case "(($ac_try" in
39268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39269   *) ac_try_echo=$ac_try;;
39270 esac
39271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39272   (eval "$ac_compile") 2>conftest.er1
39273   ac_status=$?
39274   grep -v '^ *+' conftest.er1 >conftest.err
39275   rm -f conftest.er1
39276   cat conftest.err >&5
39277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39278   (exit $ac_status); } && {
39279          test -z "$ac_c_werror_flag" ||
39280          test ! -s conftest.err
39281        } && test -s conftest.$ac_objext; then
39282
39283              ac_cv_struct_sockaddr_sa_len=yes
39284
39285 else
39286   echo "$as_me: failed program was:" >&5
39287 sed 's/^/| /' conftest.$ac_ext >&5
39288
39289         ac_cv_struct_sockaddr_sa_len=no
39290
39291
39292 fi
39293
39294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39295
39296
39297 fi
39298 { echo "$as_me:$LINENO: result: $ac_cv_struct_sockaddr_sa_len" >&5
39299 echo "${ECHO_T}$ac_cv_struct_sockaddr_sa_len" >&6; }
39300
39301 if test $ac_cv_struct_sockaddr_sa_len = yes; then
39302
39303 cat >>confdefs.h <<\_ACEOF
39304 #define HAVE_SA_LEN 1
39305 _ACEOF
39306
39307 fi
39308
39309
39310 for ac_func in strftime
39311 do
39312 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39313 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39314 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39315 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39316   echo $ECHO_N "(cached) $ECHO_C" >&6
39317 else
39318   cat >conftest.$ac_ext <<_ACEOF
39319 /* confdefs.h.  */
39320 _ACEOF
39321 cat confdefs.h >>conftest.$ac_ext
39322 cat >>conftest.$ac_ext <<_ACEOF
39323 /* end confdefs.h.  */
39324 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39325    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39326 #define $ac_func innocuous_$ac_func
39327
39328 /* System header to define __stub macros and hopefully few prototypes,
39329     which can conflict with char $ac_func (); below.
39330     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39331     <limits.h> exists even on freestanding compilers.  */
39332
39333 #ifdef __STDC__
39334 # include <limits.h>
39335 #else
39336 # include <assert.h>
39337 #endif
39338
39339 #undef $ac_func
39340
39341 /* Override any GCC internal prototype to avoid an error.
39342    Use char because int might match the return type of a GCC
39343    builtin and then its argument prototype would still apply.  */
39344 #ifdef __cplusplus
39345 extern "C"
39346 #endif
39347 char $ac_func ();
39348 /* The GNU C library defines this for functions which it implements
39349     to always fail with ENOSYS.  Some functions are actually named
39350     something starting with __ and the normal name is an alias.  */
39351 #if defined __stub_$ac_func || defined __stub___$ac_func
39352 choke me
39353 #endif
39354
39355 int
39356 main ()
39357 {
39358 return $ac_func ();
39359   ;
39360   return 0;
39361 }
39362 _ACEOF
39363 rm -f conftest.$ac_objext conftest$ac_exeext
39364 if { (ac_try="$ac_link"
39365 case "(($ac_try" in
39366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39367   *) ac_try_echo=$ac_try;;
39368 esac
39369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39370   (eval "$ac_link") 2>conftest.er1
39371   ac_status=$?
39372   grep -v '^ *+' conftest.er1 >conftest.err
39373   rm -f conftest.er1
39374   cat conftest.err >&5
39375   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39376   (exit $ac_status); } && {
39377          test -z "$ac_c_werror_flag" ||
39378          test ! -s conftest.err
39379        } && test -s conftest$ac_exeext &&
39380        $as_test_x conftest$ac_exeext; then
39381   eval "$as_ac_var=yes"
39382 else
39383   echo "$as_me: failed program was:" >&5
39384 sed 's/^/| /' conftest.$ac_ext >&5
39385
39386         eval "$as_ac_var=no"
39387 fi
39388
39389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39390       conftest$ac_exeext conftest.$ac_ext
39391 fi
39392 ac_res=`eval echo '${'$as_ac_var'}'`
39393                { echo "$as_me:$LINENO: result: $ac_res" >&5
39394 echo "${ECHO_T}$ac_res" >&6; }
39395 if test `eval echo '${'$as_ac_var'}'` = yes; then
39396   cat >>confdefs.h <<_ACEOF
39397 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39398 _ACEOF
39399
39400 else
39401   # strftime is in -lintl on SCO UNIX.
39402 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
39403 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
39404 if test "${ac_cv_lib_intl_strftime+set}" = set; then
39405   echo $ECHO_N "(cached) $ECHO_C" >&6
39406 else
39407   ac_check_lib_save_LIBS=$LIBS
39408 LIBS="-lintl  $LIBS"
39409 cat >conftest.$ac_ext <<_ACEOF
39410 /* confdefs.h.  */
39411 _ACEOF
39412 cat confdefs.h >>conftest.$ac_ext
39413 cat >>conftest.$ac_ext <<_ACEOF
39414 /* end confdefs.h.  */
39415
39416 /* Override any GCC internal prototype to avoid an error.
39417    Use char because int might match the return type of a GCC
39418    builtin and then its argument prototype would still apply.  */
39419 #ifdef __cplusplus
39420 extern "C"
39421 #endif
39422 char strftime ();
39423 int
39424 main ()
39425 {
39426 return strftime ();
39427   ;
39428   return 0;
39429 }
39430 _ACEOF
39431 rm -f conftest.$ac_objext conftest$ac_exeext
39432 if { (ac_try="$ac_link"
39433 case "(($ac_try" in
39434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39435   *) ac_try_echo=$ac_try;;
39436 esac
39437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39438   (eval "$ac_link") 2>conftest.er1
39439   ac_status=$?
39440   grep -v '^ *+' conftest.er1 >conftest.err
39441   rm -f conftest.er1
39442   cat conftest.err >&5
39443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39444   (exit $ac_status); } && {
39445          test -z "$ac_c_werror_flag" ||
39446          test ! -s conftest.err
39447        } && test -s conftest$ac_exeext &&
39448        $as_test_x conftest$ac_exeext; then
39449   ac_cv_lib_intl_strftime=yes
39450 else
39451   echo "$as_me: failed program was:" >&5
39452 sed 's/^/| /' conftest.$ac_ext >&5
39453
39454         ac_cv_lib_intl_strftime=no
39455 fi
39456
39457 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39458       conftest$ac_exeext conftest.$ac_ext
39459 LIBS=$ac_check_lib_save_LIBS
39460 fi
39461 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
39462 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
39463 if test $ac_cv_lib_intl_strftime = yes; then
39464   cat >>confdefs.h <<\_ACEOF
39465 #define HAVE_STRFTIME 1
39466 _ACEOF
39467
39468 LIBS="-lintl $LIBS"
39469 fi
39470
39471 fi
39472 done
39473
39474
39475 for ac_func in vprintf
39476 do
39477 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39478 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39479 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39480 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39481   echo $ECHO_N "(cached) $ECHO_C" >&6
39482 else
39483   cat >conftest.$ac_ext <<_ACEOF
39484 /* confdefs.h.  */
39485 _ACEOF
39486 cat confdefs.h >>conftest.$ac_ext
39487 cat >>conftest.$ac_ext <<_ACEOF
39488 /* end confdefs.h.  */
39489 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39490    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39491 #define $ac_func innocuous_$ac_func
39492
39493 /* System header to define __stub macros and hopefully few prototypes,
39494     which can conflict with char $ac_func (); below.
39495     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39496     <limits.h> exists even on freestanding compilers.  */
39497
39498 #ifdef __STDC__
39499 # include <limits.h>
39500 #else
39501 # include <assert.h>
39502 #endif
39503
39504 #undef $ac_func
39505
39506 /* Override any GCC internal prototype to avoid an error.
39507    Use char because int might match the return type of a GCC
39508    builtin and then its argument prototype would still apply.  */
39509 #ifdef __cplusplus
39510 extern "C"
39511 #endif
39512 char $ac_func ();
39513 /* The GNU C library defines this for functions which it implements
39514     to always fail with ENOSYS.  Some functions are actually named
39515     something starting with __ and the normal name is an alias.  */
39516 #if defined __stub_$ac_func || defined __stub___$ac_func
39517 choke me
39518 #endif
39519
39520 int
39521 main ()
39522 {
39523 return $ac_func ();
39524   ;
39525   return 0;
39526 }
39527 _ACEOF
39528 rm -f conftest.$ac_objext conftest$ac_exeext
39529 if { (ac_try="$ac_link"
39530 case "(($ac_try" in
39531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39532   *) ac_try_echo=$ac_try;;
39533 esac
39534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39535   (eval "$ac_link") 2>conftest.er1
39536   ac_status=$?
39537   grep -v '^ *+' conftest.er1 >conftest.err
39538   rm -f conftest.er1
39539   cat conftest.err >&5
39540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39541   (exit $ac_status); } && {
39542          test -z "$ac_c_werror_flag" ||
39543          test ! -s conftest.err
39544        } && test -s conftest$ac_exeext &&
39545        $as_test_x conftest$ac_exeext; then
39546   eval "$as_ac_var=yes"
39547 else
39548   echo "$as_me: failed program was:" >&5
39549 sed 's/^/| /' conftest.$ac_ext >&5
39550
39551         eval "$as_ac_var=no"
39552 fi
39553
39554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39555       conftest$ac_exeext conftest.$ac_ext
39556 fi
39557 ac_res=`eval echo '${'$as_ac_var'}'`
39558                { echo "$as_me:$LINENO: result: $ac_res" >&5
39559 echo "${ECHO_T}$ac_res" >&6; }
39560 if test `eval echo '${'$as_ac_var'}'` = yes; then
39561   cat >>confdefs.h <<_ACEOF
39562 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39563 _ACEOF
39564
39565 { echo "$as_me:$LINENO: checking for _doprnt" >&5
39566 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
39567 if test "${ac_cv_func__doprnt+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 _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
39577    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39578 #define _doprnt innocuous__doprnt
39579
39580 /* System header to define __stub macros and hopefully few prototypes,
39581     which can conflict with char _doprnt (); 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 _doprnt
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 _doprnt ();
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__doprnt || defined __stub____doprnt
39604 choke me
39605 #endif
39606
39607 int
39608 main ()
39609 {
39610 return _doprnt ();
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   ac_cv_func__doprnt=yes
39634 else
39635   echo "$as_me: failed program was:" >&5
39636 sed 's/^/| /' conftest.$ac_ext >&5
39637
39638         ac_cv_func__doprnt=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 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
39645 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
39646 if test $ac_cv_func__doprnt = yes; then
39647
39648 cat >>confdefs.h <<\_ACEOF
39649 #define HAVE_DOPRNT 1
39650 _ACEOF
39651
39652 fi
39653
39654 fi
39655 done
39656
39657
39658 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
39659 # for constant arguments.  Useless!
39660 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
39661 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
39662 if test "${ac_cv_working_alloca_h+set}" = set; then
39663   echo $ECHO_N "(cached) $ECHO_C" >&6
39664 else
39665   cat >conftest.$ac_ext <<_ACEOF
39666 /* confdefs.h.  */
39667 _ACEOF
39668 cat confdefs.h >>conftest.$ac_ext
39669 cat >>conftest.$ac_ext <<_ACEOF
39670 /* end confdefs.h.  */
39671 #include <alloca.h>
39672 int
39673 main ()
39674 {
39675 char *p = (char *) alloca (2 * sizeof (int));
39676                           if (p) return 0;
39677   ;
39678   return 0;
39679 }
39680 _ACEOF
39681 rm -f conftest.$ac_objext conftest$ac_exeext
39682 if { (ac_try="$ac_link"
39683 case "(($ac_try" in
39684   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39685   *) ac_try_echo=$ac_try;;
39686 esac
39687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39688   (eval "$ac_link") 2>conftest.er1
39689   ac_status=$?
39690   grep -v '^ *+' conftest.er1 >conftest.err
39691   rm -f conftest.er1
39692   cat conftest.err >&5
39693   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39694   (exit $ac_status); } && {
39695          test -z "$ac_c_werror_flag" ||
39696          test ! -s conftest.err
39697        } && test -s conftest$ac_exeext &&
39698        $as_test_x conftest$ac_exeext; then
39699   ac_cv_working_alloca_h=yes
39700 else
39701   echo "$as_me: failed program was:" >&5
39702 sed 's/^/| /' conftest.$ac_ext >&5
39703
39704         ac_cv_working_alloca_h=no
39705 fi
39706
39707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39708       conftest$ac_exeext conftest.$ac_ext
39709 fi
39710 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
39711 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
39712 if test $ac_cv_working_alloca_h = yes; then
39713
39714 cat >>confdefs.h <<\_ACEOF
39715 #define HAVE_ALLOCA_H 1
39716 _ACEOF
39717
39718 fi
39719
39720 { echo "$as_me:$LINENO: checking for alloca" >&5
39721 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
39722 if test "${ac_cv_func_alloca_works+set}" = set; then
39723   echo $ECHO_N "(cached) $ECHO_C" >&6
39724 else
39725   cat >conftest.$ac_ext <<_ACEOF
39726 /* confdefs.h.  */
39727 _ACEOF
39728 cat confdefs.h >>conftest.$ac_ext
39729 cat >>conftest.$ac_ext <<_ACEOF
39730 /* end confdefs.h.  */
39731 #ifdef __GNUC__
39732 # define alloca __builtin_alloca
39733 #else
39734 # ifdef _MSC_VER
39735 #  include <malloc.h>
39736 #  define alloca _alloca
39737 # else
39738 #  ifdef HAVE_ALLOCA_H
39739 #   include <alloca.h>
39740 #  else
39741 #   ifdef _AIX
39742  #pragma alloca
39743 #   else
39744 #    ifndef alloca /* predefined by HP cc +Olibcalls */
39745 char *alloca ();
39746 #    endif
39747 #   endif
39748 #  endif
39749 # endif
39750 #endif
39751
39752 int
39753 main ()
39754 {
39755 char *p = (char *) alloca (1);
39756                                     if (p) return 0;
39757   ;
39758   return 0;
39759 }
39760 _ACEOF
39761 rm -f conftest.$ac_objext conftest$ac_exeext
39762 if { (ac_try="$ac_link"
39763 case "(($ac_try" in
39764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39765   *) ac_try_echo=$ac_try;;
39766 esac
39767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39768   (eval "$ac_link") 2>conftest.er1
39769   ac_status=$?
39770   grep -v '^ *+' conftest.er1 >conftest.err
39771   rm -f conftest.er1
39772   cat conftest.err >&5
39773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39774   (exit $ac_status); } && {
39775          test -z "$ac_c_werror_flag" ||
39776          test ! -s conftest.err
39777        } && test -s conftest$ac_exeext &&
39778        $as_test_x conftest$ac_exeext; then
39779   ac_cv_func_alloca_works=yes
39780 else
39781   echo "$as_me: failed program was:" >&5
39782 sed 's/^/| /' conftest.$ac_ext >&5
39783
39784         ac_cv_func_alloca_works=no
39785 fi
39786
39787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39788       conftest$ac_exeext conftest.$ac_ext
39789 fi
39790 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
39791 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
39792
39793 if test $ac_cv_func_alloca_works = yes; then
39794
39795 cat >>confdefs.h <<\_ACEOF
39796 #define HAVE_ALLOCA 1
39797 _ACEOF
39798
39799 else
39800   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
39801 # that cause trouble.  Some versions do not even contain alloca or
39802 # contain a buggy version.  If you still want to use their alloca,
39803 # use ar to extract alloca.o from them instead of compiling alloca.c.
39804
39805 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
39806
39807 cat >>confdefs.h <<\_ACEOF
39808 #define C_ALLOCA 1
39809 _ACEOF
39810
39811
39812 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
39813 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
39814 if test "${ac_cv_os_cray+set}" = set; then
39815   echo $ECHO_N "(cached) $ECHO_C" >&6
39816 else
39817   cat >conftest.$ac_ext <<_ACEOF
39818 /* confdefs.h.  */
39819 _ACEOF
39820 cat confdefs.h >>conftest.$ac_ext
39821 cat >>conftest.$ac_ext <<_ACEOF
39822 /* end confdefs.h.  */
39823 #if defined CRAY && ! defined CRAY2
39824 webecray
39825 #else
39826 wenotbecray
39827 #endif
39828
39829 _ACEOF
39830 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
39831   $EGREP "webecray" >/dev/null 2>&1; then
39832   ac_cv_os_cray=yes
39833 else
39834   ac_cv_os_cray=no
39835 fi
39836 rm -f conftest*
39837
39838 fi
39839 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
39840 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
39841 if test $ac_cv_os_cray = yes; then
39842   for ac_func in _getb67 GETB67 getb67; do
39843     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39844 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39845 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39846 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39847   echo $ECHO_N "(cached) $ECHO_C" >&6
39848 else
39849   cat >conftest.$ac_ext <<_ACEOF
39850 /* confdefs.h.  */
39851 _ACEOF
39852 cat confdefs.h >>conftest.$ac_ext
39853 cat >>conftest.$ac_ext <<_ACEOF
39854 /* end confdefs.h.  */
39855 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39856    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39857 #define $ac_func innocuous_$ac_func
39858
39859 /* System header to define __stub macros and hopefully few prototypes,
39860     which can conflict with char $ac_func (); below.
39861     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39862     <limits.h> exists even on freestanding compilers.  */
39863
39864 #ifdef __STDC__
39865 # include <limits.h>
39866 #else
39867 # include <assert.h>
39868 #endif
39869
39870 #undef $ac_func
39871
39872 /* Override any GCC internal prototype to avoid an error.
39873    Use char because int might match the return type of a GCC
39874    builtin and then its argument prototype would still apply.  */
39875 #ifdef __cplusplus
39876 extern "C"
39877 #endif
39878 char $ac_func ();
39879 /* The GNU C library defines this for functions which it implements
39880     to always fail with ENOSYS.  Some functions are actually named
39881     something starting with __ and the normal name is an alias.  */
39882 #if defined __stub_$ac_func || defined __stub___$ac_func
39883 choke me
39884 #endif
39885
39886 int
39887 main ()
39888 {
39889 return $ac_func ();
39890   ;
39891   return 0;
39892 }
39893 _ACEOF
39894 rm -f conftest.$ac_objext conftest$ac_exeext
39895 if { (ac_try="$ac_link"
39896 case "(($ac_try" in
39897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39898   *) ac_try_echo=$ac_try;;
39899 esac
39900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39901   (eval "$ac_link") 2>conftest.er1
39902   ac_status=$?
39903   grep -v '^ *+' conftest.er1 >conftest.err
39904   rm -f conftest.er1
39905   cat conftest.err >&5
39906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39907   (exit $ac_status); } && {
39908          test -z "$ac_c_werror_flag" ||
39909          test ! -s conftest.err
39910        } && test -s conftest$ac_exeext &&
39911        $as_test_x conftest$ac_exeext; then
39912   eval "$as_ac_var=yes"
39913 else
39914   echo "$as_me: failed program was:" >&5
39915 sed 's/^/| /' conftest.$ac_ext >&5
39916
39917         eval "$as_ac_var=no"
39918 fi
39919
39920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39921       conftest$ac_exeext conftest.$ac_ext
39922 fi
39923 ac_res=`eval echo '${'$as_ac_var'}'`
39924                { echo "$as_me:$LINENO: result: $ac_res" >&5
39925 echo "${ECHO_T}$ac_res" >&6; }
39926 if test `eval echo '${'$as_ac_var'}'` = yes; then
39927
39928 cat >>confdefs.h <<_ACEOF
39929 #define CRAY_STACKSEG_END $ac_func
39930 _ACEOF
39931
39932     break
39933 fi
39934
39935   done
39936 fi
39937
39938 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
39939 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
39940 if test "${ac_cv_c_stack_direction+set}" = set; then
39941   echo $ECHO_N "(cached) $ECHO_C" >&6
39942 else
39943   if test "$cross_compiling" = yes; then
39944   ac_cv_c_stack_direction=0
39945 else
39946   cat >conftest.$ac_ext <<_ACEOF
39947 /* confdefs.h.  */
39948 _ACEOF
39949 cat confdefs.h >>conftest.$ac_ext
39950 cat >>conftest.$ac_ext <<_ACEOF
39951 /* end confdefs.h.  */
39952 $ac_includes_default
39953 int
39954 find_stack_direction ()
39955 {
39956   static char *addr = 0;
39957   auto char dummy;
39958   if (addr == 0)
39959     {
39960       addr = &dummy;
39961       return find_stack_direction ();
39962     }
39963   else
39964     return (&dummy > addr) ? 1 : -1;
39965 }
39966
39967 int
39968 main ()
39969 {
39970   return find_stack_direction () < 0;
39971 }
39972 _ACEOF
39973 rm -f conftest$ac_exeext
39974 if { (ac_try="$ac_link"
39975 case "(($ac_try" in
39976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39977   *) ac_try_echo=$ac_try;;
39978 esac
39979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39980   (eval "$ac_link") 2>&5
39981   ac_status=$?
39982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39983   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
39984   { (case "(($ac_try" in
39985   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39986   *) ac_try_echo=$ac_try;;
39987 esac
39988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39989   (eval "$ac_try") 2>&5
39990   ac_status=$?
39991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39992   (exit $ac_status); }; }; then
39993   ac_cv_c_stack_direction=1
39994 else
39995   echo "$as_me: program exited with status $ac_status" >&5
39996 echo "$as_me: failed program was:" >&5
39997 sed 's/^/| /' conftest.$ac_ext >&5
39998
39999 ( exit $ac_status )
40000 ac_cv_c_stack_direction=-1
40001 fi
40002 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40003 fi
40004
40005
40006 fi
40007 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
40008 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
40009
40010 cat >>confdefs.h <<_ACEOF
40011 #define STACK_DIRECTION $ac_cv_c_stack_direction
40012 _ACEOF
40013
40014
40015 fi
40016
40017 # getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
40018 # -lseq on Dynix/PTX, -lgen on Unixware.
40019 { echo "$as_me:$LINENO: checking for library containing getmntent" >&5
40020 echo $ECHO_N "checking for library containing getmntent... $ECHO_C" >&6; }
40021 if test "${ac_cv_search_getmntent+set}" = set; then
40022   echo $ECHO_N "(cached) $ECHO_C" >&6
40023 else
40024   ac_func_search_save_LIBS=$LIBS
40025 cat >conftest.$ac_ext <<_ACEOF
40026 /* confdefs.h.  */
40027 _ACEOF
40028 cat confdefs.h >>conftest.$ac_ext
40029 cat >>conftest.$ac_ext <<_ACEOF
40030 /* end confdefs.h.  */
40031
40032 /* Override any GCC internal prototype to avoid an error.
40033    Use char because int might match the return type of a GCC
40034    builtin and then its argument prototype would still apply.  */
40035 #ifdef __cplusplus
40036 extern "C"
40037 #endif
40038 char getmntent ();
40039 int
40040 main ()
40041 {
40042 return getmntent ();
40043   ;
40044   return 0;
40045 }
40046 _ACEOF
40047 for ac_lib in '' sun seq gen; do
40048   if test -z "$ac_lib"; then
40049     ac_res="none required"
40050   else
40051     ac_res=-l$ac_lib
40052     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
40053   fi
40054   rm -f conftest.$ac_objext conftest$ac_exeext
40055 if { (ac_try="$ac_link"
40056 case "(($ac_try" in
40057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40058   *) ac_try_echo=$ac_try;;
40059 esac
40060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40061   (eval "$ac_link") 2>conftest.er1
40062   ac_status=$?
40063   grep -v '^ *+' conftest.er1 >conftest.err
40064   rm -f conftest.er1
40065   cat conftest.err >&5
40066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40067   (exit $ac_status); } && {
40068          test -z "$ac_c_werror_flag" ||
40069          test ! -s conftest.err
40070        } && test -s conftest$ac_exeext &&
40071        $as_test_x conftest$ac_exeext; then
40072   ac_cv_search_getmntent=$ac_res
40073 else
40074   echo "$as_me: failed program was:" >&5
40075 sed 's/^/| /' conftest.$ac_ext >&5
40076
40077
40078 fi
40079
40080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40081       conftest$ac_exeext
40082   if test "${ac_cv_search_getmntent+set}" = set; then
40083   break
40084 fi
40085 done
40086 if test "${ac_cv_search_getmntent+set}" = set; then
40087   :
40088 else
40089   ac_cv_search_getmntent=no
40090 fi
40091 rm conftest.$ac_ext
40092 LIBS=$ac_func_search_save_LIBS
40093 fi
40094 { echo "$as_me:$LINENO: result: $ac_cv_search_getmntent" >&5
40095 echo "${ECHO_T}$ac_cv_search_getmntent" >&6; }
40096 ac_res=$ac_cv_search_getmntent
40097 if test "$ac_res" != no; then
40098   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
40099   ac_cv_func_getmntent=yes
40100
40101 cat >>confdefs.h <<\_ACEOF
40102 #define HAVE_GETMNTENT 1
40103 _ACEOF
40104
40105 else
40106   ac_cv_func_getmntent=no
40107 fi
40108
40109
40110 { echo "$as_me:$LINENO: checking whether closedir returns void" >&5
40111 echo $ECHO_N "checking whether closedir returns void... $ECHO_C" >&6; }
40112 if test "${ac_cv_func_closedir_void+set}" = set; then
40113   echo $ECHO_N "(cached) $ECHO_C" >&6
40114 else
40115   if test "$cross_compiling" = yes; then
40116   ac_cv_func_closedir_void=yes
40117 else
40118   cat >conftest.$ac_ext <<_ACEOF
40119 /* confdefs.h.  */
40120 _ACEOF
40121 cat confdefs.h >>conftest.$ac_ext
40122 cat >>conftest.$ac_ext <<_ACEOF
40123 /* end confdefs.h.  */
40124 $ac_includes_default
40125 #include <$ac_header_dirent>
40126 #ifndef __cplusplus
40127 int closedir ();
40128 #endif
40129
40130 int
40131 main ()
40132 {
40133 return closedir (opendir (".")) != 0;
40134   ;
40135   return 0;
40136 }
40137 _ACEOF
40138 rm -f conftest$ac_exeext
40139 if { (ac_try="$ac_link"
40140 case "(($ac_try" in
40141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40142   *) ac_try_echo=$ac_try;;
40143 esac
40144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40145   (eval "$ac_link") 2>&5
40146   ac_status=$?
40147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40148   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40149   { (case "(($ac_try" in
40150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40151   *) ac_try_echo=$ac_try;;
40152 esac
40153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40154   (eval "$ac_try") 2>&5
40155   ac_status=$?
40156   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40157   (exit $ac_status); }; }; then
40158   ac_cv_func_closedir_void=no
40159 else
40160   echo "$as_me: program exited with status $ac_status" >&5
40161 echo "$as_me: failed program was:" >&5
40162 sed 's/^/| /' conftest.$ac_ext >&5
40163
40164 ( exit $ac_status )
40165 ac_cv_func_closedir_void=yes
40166 fi
40167 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40168 fi
40169
40170
40171 fi
40172 { echo "$as_me:$LINENO: result: $ac_cv_func_closedir_void" >&5
40173 echo "${ECHO_T}$ac_cv_func_closedir_void" >&6; }
40174 if test $ac_cv_func_closedir_void = yes; then
40175
40176 cat >>confdefs.h <<\_ACEOF
40177 #define CLOSEDIR_VOID 1
40178 _ACEOF
40179
40180 fi
40181
40182 { echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5
40183 echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6; }
40184 if test "${ac_cv_func_setpgrp_void+set}" = set; then
40185   echo $ECHO_N "(cached) $ECHO_C" >&6
40186 else
40187   if test "$cross_compiling" = yes; then
40188   { { echo "$as_me:$LINENO: error: cannot check setpgrp when cross compiling" >&5
40189 echo "$as_me: error: cannot check setpgrp when cross compiling" >&2;}
40190    { (exit 1); exit 1; }; }
40191 else
40192   cat >conftest.$ac_ext <<_ACEOF
40193 /* confdefs.h.  */
40194 _ACEOF
40195 cat confdefs.h >>conftest.$ac_ext
40196 cat >>conftest.$ac_ext <<_ACEOF
40197 /* end confdefs.h.  */
40198 $ac_includes_default
40199 int
40200 main ()
40201 {
40202 /* If this system has a BSD-style setpgrp which takes arguments,
40203   setpgrp(1, 1) will fail with ESRCH and return -1, in that case
40204   exit successfully. */
40205   return setpgrp (1,1) != -1;
40206   ;
40207   return 0;
40208 }
40209 _ACEOF
40210 rm -f conftest$ac_exeext
40211 if { (ac_try="$ac_link"
40212 case "(($ac_try" in
40213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40214   *) ac_try_echo=$ac_try;;
40215 esac
40216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40217   (eval "$ac_link") 2>&5
40218   ac_status=$?
40219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40220   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40221   { (case "(($ac_try" in
40222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40223   *) ac_try_echo=$ac_try;;
40224 esac
40225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40226   (eval "$ac_try") 2>&5
40227   ac_status=$?
40228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40229   (exit $ac_status); }; }; then
40230   ac_cv_func_setpgrp_void=no
40231 else
40232   echo "$as_me: program exited with status $ac_status" >&5
40233 echo "$as_me: failed program was:" >&5
40234 sed 's/^/| /' conftest.$ac_ext >&5
40235
40236 ( exit $ac_status )
40237 ac_cv_func_setpgrp_void=yes
40238 fi
40239 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40240 fi
40241
40242
40243 fi
40244 { echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
40245 echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6; }
40246 if test $ac_cv_func_setpgrp_void = yes; then
40247
40248 cat >>confdefs.h <<\_ACEOF
40249 #define SETPGRP_VOID 1
40250 _ACEOF
40251
40252 fi
40253             # AC_FUNC_FNMATCH    dnl use local version
40254
40255 { echo "$as_me:$LINENO: checking for gettext in -lintl" >&5
40256 echo $ECHO_N "checking for gettext in -lintl... $ECHO_C" >&6; }
40257 if test "${ac_cv_lib_intl_gettext+set}" = set; then
40258   echo $ECHO_N "(cached) $ECHO_C" >&6
40259 else
40260   ac_check_lib_save_LIBS=$LIBS
40261 LIBS="-lintl  $LIBS"
40262 cat >conftest.$ac_ext <<_ACEOF
40263 /* confdefs.h.  */
40264 _ACEOF
40265 cat confdefs.h >>conftest.$ac_ext
40266 cat >>conftest.$ac_ext <<_ACEOF
40267 /* end confdefs.h.  */
40268
40269 /* Override any GCC internal prototype to avoid an error.
40270    Use char because int might match the return type of a GCC
40271    builtin and then its argument prototype would still apply.  */
40272 #ifdef __cplusplus
40273 extern "C"
40274 #endif
40275 char gettext ();
40276 int
40277 main ()
40278 {
40279 return gettext ();
40280   ;
40281   return 0;
40282 }
40283 _ACEOF
40284 rm -f conftest.$ac_objext conftest$ac_exeext
40285 if { (ac_try="$ac_link"
40286 case "(($ac_try" in
40287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40288   *) ac_try_echo=$ac_try;;
40289 esac
40290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40291   (eval "$ac_link") 2>conftest.er1
40292   ac_status=$?
40293   grep -v '^ *+' conftest.er1 >conftest.err
40294   rm -f conftest.er1
40295   cat conftest.err >&5
40296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40297   (exit $ac_status); } && {
40298          test -z "$ac_c_werror_flag" ||
40299          test ! -s conftest.err
40300        } && test -s conftest$ac_exeext &&
40301        $as_test_x conftest$ac_exeext; then
40302   ac_cv_lib_intl_gettext=yes
40303 else
40304   echo "$as_me: failed program was:" >&5
40305 sed 's/^/| /' conftest.$ac_ext >&5
40306
40307         ac_cv_lib_intl_gettext=no
40308 fi
40309
40310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40311       conftest$ac_exeext conftest.$ac_ext
40312 LIBS=$ac_check_lib_save_LIBS
40313 fi
40314 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_gettext" >&5
40315 echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6; }
40316 if test $ac_cv_lib_intl_gettext = yes; then
40317   LIBS="$LIBS -lintl"
40318 fi
40319
40320
40321
40322 { echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
40323 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6; }
40324 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
40325   echo $ECHO_N "(cached) $ECHO_C" >&6
40326 else
40327   ac_check_lib_save_LIBS=$LIBS
40328 LIBS="-lsun  $LIBS"
40329 cat >conftest.$ac_ext <<_ACEOF
40330 /* confdefs.h.  */
40331 _ACEOF
40332 cat confdefs.h >>conftest.$ac_ext
40333 cat >>conftest.$ac_ext <<_ACEOF
40334 /* end confdefs.h.  */
40335
40336 /* Override any GCC internal prototype to avoid an error.
40337    Use char because int might match the return type of a GCC
40338    builtin and then its argument prototype would still apply.  */
40339 #ifdef __cplusplus
40340 extern "C"
40341 #endif
40342 char getpwnam ();
40343 int
40344 main ()
40345 {
40346 return getpwnam ();
40347   ;
40348   return 0;
40349 }
40350 _ACEOF
40351 rm -f conftest.$ac_objext conftest$ac_exeext
40352 if { (ac_try="$ac_link"
40353 case "(($ac_try" in
40354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40355   *) ac_try_echo=$ac_try;;
40356 esac
40357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40358   (eval "$ac_link") 2>conftest.er1
40359   ac_status=$?
40360   grep -v '^ *+' conftest.er1 >conftest.err
40361   rm -f conftest.er1
40362   cat conftest.err >&5
40363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40364   (exit $ac_status); } && {
40365          test -z "$ac_c_werror_flag" ||
40366          test ! -s conftest.err
40367        } && test -s conftest$ac_exeext &&
40368        $as_test_x conftest$ac_exeext; then
40369   ac_cv_lib_sun_getpwnam=yes
40370 else
40371   echo "$as_me: failed program was:" >&5
40372 sed 's/^/| /' conftest.$ac_ext >&5
40373
40374         ac_cv_lib_sun_getpwnam=no
40375 fi
40376
40377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40378       conftest$ac_exeext conftest.$ac_ext
40379 LIBS=$ac_check_lib_save_LIBS
40380 fi
40381 { echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwnam" >&5
40382 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6; }
40383 if test $ac_cv_lib_sun_getpwnam = yes; then
40384   cat >>confdefs.h <<_ACEOF
40385 #define HAVE_LIBSUN 1
40386 _ACEOF
40387
40388   LIBS="-lsun $LIBS"
40389
40390 fi
40391
40392
40393
40394 for ac_header in zlib.h
40395 do
40396 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40397 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40398   { echo "$as_me:$LINENO: checking for $ac_header" >&5
40399 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
40400 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40401   echo $ECHO_N "(cached) $ECHO_C" >&6
40402 fi
40403 ac_res=`eval echo '${'$as_ac_Header'}'`
40404                { echo "$as_me:$LINENO: result: $ac_res" >&5
40405 echo "${ECHO_T}$ac_res" >&6; }
40406 else
40407   # Is the header compilable?
40408 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
40409 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
40410 cat >conftest.$ac_ext <<_ACEOF
40411 /* confdefs.h.  */
40412 _ACEOF
40413 cat confdefs.h >>conftest.$ac_ext
40414 cat >>conftest.$ac_ext <<_ACEOF
40415 /* end confdefs.h.  */
40416 $ac_includes_default
40417 #include <$ac_header>
40418 _ACEOF
40419 rm -f conftest.$ac_objext
40420 if { (ac_try="$ac_compile"
40421 case "(($ac_try" in
40422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40423   *) ac_try_echo=$ac_try;;
40424 esac
40425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40426   (eval "$ac_compile") 2>conftest.er1
40427   ac_status=$?
40428   grep -v '^ *+' conftest.er1 >conftest.err
40429   rm -f conftest.er1
40430   cat conftest.err >&5
40431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40432   (exit $ac_status); } && {
40433          test -z "$ac_c_werror_flag" ||
40434          test ! -s conftest.err
40435        } && test -s conftest.$ac_objext; then
40436   ac_header_compiler=yes
40437 else
40438   echo "$as_me: failed program was:" >&5
40439 sed 's/^/| /' conftest.$ac_ext >&5
40440
40441         ac_header_compiler=no
40442 fi
40443
40444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40445 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40446 echo "${ECHO_T}$ac_header_compiler" >&6; }
40447
40448 # Is the header present?
40449 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
40450 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
40451 cat >conftest.$ac_ext <<_ACEOF
40452 /* confdefs.h.  */
40453 _ACEOF
40454 cat confdefs.h >>conftest.$ac_ext
40455 cat >>conftest.$ac_ext <<_ACEOF
40456 /* end confdefs.h.  */
40457 #include <$ac_header>
40458 _ACEOF
40459 if { (ac_try="$ac_cpp conftest.$ac_ext"
40460 case "(($ac_try" in
40461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40462   *) ac_try_echo=$ac_try;;
40463 esac
40464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40465   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
40466   ac_status=$?
40467   grep -v '^ *+' conftest.er1 >conftest.err
40468   rm -f conftest.er1
40469   cat conftest.err >&5
40470   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40471   (exit $ac_status); } >/dev/null && {
40472          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
40473          test ! -s conftest.err
40474        }; then
40475   ac_header_preproc=yes
40476 else
40477   echo "$as_me: failed program was:" >&5
40478 sed 's/^/| /' conftest.$ac_ext >&5
40479
40480   ac_header_preproc=no
40481 fi
40482
40483 rm -f conftest.err conftest.$ac_ext
40484 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40485 echo "${ECHO_T}$ac_header_preproc" >&6; }
40486
40487 # So?  What about this header?
40488 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40489   yes:no: )
40490     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40491 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
40492     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40493 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40494     ac_header_preproc=yes
40495     ;;
40496   no:yes:* )
40497     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40498 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
40499     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
40500 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
40501     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40502 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40503     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
40504 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
40505     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40506 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
40507     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40508 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
40509
40510     ;;
40511 esac
40512 { echo "$as_me:$LINENO: checking for $ac_header" >&5
40513 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
40514 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40515   echo $ECHO_N "(cached) $ECHO_C" >&6
40516 else
40517   eval "$as_ac_Header=\$ac_header_preproc"
40518 fi
40519 ac_res=`eval echo '${'$as_ac_Header'}'`
40520                { echo "$as_me:$LINENO: result: $ac_res" >&5
40521 echo "${ECHO_T}$ac_res" >&6; }
40522
40523 fi
40524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
40525   cat >>confdefs.h <<_ACEOF
40526 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40527 _ACEOF
40528
40529 fi
40530
40531 done
40532
40533 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
40534 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
40535 if test "${ac_cv_lib_z_deflate+set}" = set; then
40536   echo $ECHO_N "(cached) $ECHO_C" >&6
40537 else
40538   ac_check_lib_save_LIBS=$LIBS
40539 LIBS="-lz  $LIBS"
40540 cat >conftest.$ac_ext <<_ACEOF
40541 /* confdefs.h.  */
40542 _ACEOF
40543 cat confdefs.h >>conftest.$ac_ext
40544 cat >>conftest.$ac_ext <<_ACEOF
40545 /* end confdefs.h.  */
40546
40547 /* Override any GCC internal prototype to avoid an error.
40548    Use char because int might match the return type of a GCC
40549    builtin and then its argument prototype would still apply.  */
40550 #ifdef __cplusplus
40551 extern "C"
40552 #endif
40553 char deflate ();
40554 int
40555 main ()
40556 {
40557 return deflate ();
40558   ;
40559   return 0;
40560 }
40561 _ACEOF
40562 rm -f conftest.$ac_objext conftest$ac_exeext
40563 if { (ac_try="$ac_link"
40564 case "(($ac_try" in
40565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40566   *) ac_try_echo=$ac_try;;
40567 esac
40568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40569   (eval "$ac_link") 2>conftest.er1
40570   ac_status=$?
40571   grep -v '^ *+' conftest.er1 >conftest.err
40572   rm -f conftest.er1
40573   cat conftest.err >&5
40574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40575   (exit $ac_status); } && {
40576          test -z "$ac_c_werror_flag" ||
40577          test ! -s conftest.err
40578        } && test -s conftest$ac_exeext &&
40579        $as_test_x conftest$ac_exeext; then
40580   ac_cv_lib_z_deflate=yes
40581 else
40582   echo "$as_me: failed program was:" >&5
40583 sed 's/^/| /' conftest.$ac_ext >&5
40584
40585         ac_cv_lib_z_deflate=no
40586 fi
40587
40588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40589       conftest$ac_exeext conftest.$ac_ext
40590 LIBS=$ac_check_lib_save_LIBS
40591 fi
40592 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
40593 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
40594 if test $ac_cv_lib_z_deflate = yes; then
40595   FDLIBS="-lz"
40596 fi
40597
40598 have_zlib=no
40599 if test x$FDLIBS = x-lz; then
40600    cat >>confdefs.h <<\_ACEOF
40601 #define HAVE_LIBZ 1
40602 _ACEOF
40603
40604    have_zlib=yes
40605 fi
40606
40607 support_acl=auto
40608 # Check whether --enable-acl was given.
40609 if test "${enable_acl+set}" = set; then
40610   enableval=$enable_acl;
40611        if test x$enableval = xyes; then
40612           support_acl=yes
40613        elif test x$enableval = xno; then
40614           support_acl=no
40615        fi
40616
40617
40618 fi
40619
40620
40621 have_acl=no
40622 have_extended_acl=no
40623 if test x$support_acl = xyes -o x$support_acl = xauto; then
40624    if test "${ac_cv_header_sys_acl_h+set}" = set; then
40625   { echo "$as_me:$LINENO: checking for sys/acl.h" >&5
40626 echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; }
40627 if test "${ac_cv_header_sys_acl_h+set}" = set; then
40628   echo $ECHO_N "(cached) $ECHO_C" >&6
40629 fi
40630 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5
40631 echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; }
40632 else
40633   # Is the header compilable?
40634 { echo "$as_me:$LINENO: checking sys/acl.h usability" >&5
40635 echo $ECHO_N "checking sys/acl.h usability... $ECHO_C" >&6; }
40636 cat >conftest.$ac_ext <<_ACEOF
40637 /* confdefs.h.  */
40638 _ACEOF
40639 cat confdefs.h >>conftest.$ac_ext
40640 cat >>conftest.$ac_ext <<_ACEOF
40641 /* end confdefs.h.  */
40642 $ac_includes_default
40643 #include <sys/acl.h>
40644 _ACEOF
40645 rm -f conftest.$ac_objext
40646 if { (ac_try="$ac_compile"
40647 case "(($ac_try" in
40648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40649   *) ac_try_echo=$ac_try;;
40650 esac
40651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40652   (eval "$ac_compile") 2>conftest.er1
40653   ac_status=$?
40654   grep -v '^ *+' conftest.er1 >conftest.err
40655   rm -f conftest.er1
40656   cat conftest.err >&5
40657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40658   (exit $ac_status); } && {
40659          test -z "$ac_c_werror_flag" ||
40660          test ! -s conftest.err
40661        } && test -s conftest.$ac_objext; then
40662   ac_header_compiler=yes
40663 else
40664   echo "$as_me: failed program was:" >&5
40665 sed 's/^/| /' conftest.$ac_ext >&5
40666
40667         ac_header_compiler=no
40668 fi
40669
40670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40671 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40672 echo "${ECHO_T}$ac_header_compiler" >&6; }
40673
40674 # Is the header present?
40675 { echo "$as_me:$LINENO: checking sys/acl.h presence" >&5
40676 echo $ECHO_N "checking sys/acl.h presence... $ECHO_C" >&6; }
40677 cat >conftest.$ac_ext <<_ACEOF
40678 /* confdefs.h.  */
40679 _ACEOF
40680 cat confdefs.h >>conftest.$ac_ext
40681 cat >>conftest.$ac_ext <<_ACEOF
40682 /* end confdefs.h.  */
40683 #include <sys/acl.h>
40684 _ACEOF
40685 if { (ac_try="$ac_cpp conftest.$ac_ext"
40686 case "(($ac_try" in
40687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40688   *) ac_try_echo=$ac_try;;
40689 esac
40690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40691   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
40692   ac_status=$?
40693   grep -v '^ *+' conftest.er1 >conftest.err
40694   rm -f conftest.er1
40695   cat conftest.err >&5
40696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40697   (exit $ac_status); } >/dev/null && {
40698          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
40699          test ! -s conftest.err
40700        }; then
40701   ac_header_preproc=yes
40702 else
40703   echo "$as_me: failed program was:" >&5
40704 sed 's/^/| /' conftest.$ac_ext >&5
40705
40706   ac_header_preproc=no
40707 fi
40708
40709 rm -f conftest.err conftest.$ac_ext
40710 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40711 echo "${ECHO_T}$ac_header_preproc" >&6; }
40712
40713 # So?  What about this header?
40714 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40715   yes:no: )
40716     { echo "$as_me:$LINENO: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&5
40717 echo "$as_me: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
40718     { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the compiler's result" >&5
40719 echo "$as_me: WARNING: sys/acl.h: proceeding with the compiler's result" >&2;}
40720     ac_header_preproc=yes
40721     ;;
40722   no:yes:* )
40723     { echo "$as_me:$LINENO: WARNING: sys/acl.h: present but cannot be compiled" >&5
40724 echo "$as_me: WARNING: sys/acl.h: present but cannot be compiled" >&2;}
40725     { echo "$as_me:$LINENO: WARNING: sys/acl.h:     check for missing prerequisite headers?" >&5
40726 echo "$as_me: WARNING: sys/acl.h:     check for missing prerequisite headers?" >&2;}
40727     { echo "$as_me:$LINENO: WARNING: sys/acl.h: see the Autoconf documentation" >&5
40728 echo "$as_me: WARNING: sys/acl.h: see the Autoconf documentation" >&2;}
40729     { echo "$as_me:$LINENO: WARNING: sys/acl.h:     section \"Present But Cannot Be Compiled\"" >&5
40730 echo "$as_me: WARNING: sys/acl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
40731     { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&5
40732 echo "$as_me: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&2;}
40733     { echo "$as_me:$LINENO: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&5
40734 echo "$as_me: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&2;}
40735
40736     ;;
40737 esac
40738 { echo "$as_me:$LINENO: checking for sys/acl.h" >&5
40739 echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; }
40740 if test "${ac_cv_header_sys_acl_h+set}" = set; then
40741   echo $ECHO_N "(cached) $ECHO_C" >&6
40742 else
40743   ac_cv_header_sys_acl_h=$ac_header_preproc
40744 fi
40745 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5
40746 echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; }
40747
40748 fi
40749 if test $ac_cv_header_sys_acl_h = yes; then
40750
40751 cat >>confdefs.h <<\_ACEOF
40752 #define HAVE_SYS_ACL_H 1
40753 _ACEOF
40754
40755 fi
40756
40757
40758    { echo "$as_me:$LINENO: checking for acl_get_file" >&5
40759 echo $ECHO_N "checking for acl_get_file... $ECHO_C" >&6; }
40760 if test "${ac_cv_func_acl_get_file+set}" = set; then
40761   echo $ECHO_N "(cached) $ECHO_C" >&6
40762 else
40763   cat >conftest.$ac_ext <<_ACEOF
40764 /* confdefs.h.  */
40765 _ACEOF
40766 cat confdefs.h >>conftest.$ac_ext
40767 cat >>conftest.$ac_ext <<_ACEOF
40768 /* end confdefs.h.  */
40769 /* Define acl_get_file to an innocuous variant, in case <limits.h> declares acl_get_file.
40770    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40771 #define acl_get_file innocuous_acl_get_file
40772
40773 /* System header to define __stub macros and hopefully few prototypes,
40774     which can conflict with char acl_get_file (); below.
40775     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40776     <limits.h> exists even on freestanding compilers.  */
40777
40778 #ifdef __STDC__
40779 # include <limits.h>
40780 #else
40781 # include <assert.h>
40782 #endif
40783
40784 #undef acl_get_file
40785
40786 /* Override any GCC internal prototype to avoid an error.
40787    Use char because int might match the return type of a GCC
40788    builtin and then its argument prototype would still apply.  */
40789 #ifdef __cplusplus
40790 extern "C"
40791 #endif
40792 char acl_get_file ();
40793 /* The GNU C library defines this for functions which it implements
40794     to always fail with ENOSYS.  Some functions are actually named
40795     something starting with __ and the normal name is an alias.  */
40796 #if defined __stub_acl_get_file || defined __stub___acl_get_file
40797 choke me
40798 #endif
40799
40800 int
40801 main ()
40802 {
40803 return acl_get_file ();
40804   ;
40805   return 0;
40806 }
40807 _ACEOF
40808 rm -f conftest.$ac_objext conftest$ac_exeext
40809 if { (ac_try="$ac_link"
40810 case "(($ac_try" in
40811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40812   *) ac_try_echo=$ac_try;;
40813 esac
40814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40815   (eval "$ac_link") 2>conftest.er1
40816   ac_status=$?
40817   grep -v '^ *+' conftest.er1 >conftest.err
40818   rm -f conftest.er1
40819   cat conftest.err >&5
40820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40821   (exit $ac_status); } && {
40822          test -z "$ac_c_werror_flag" ||
40823          test ! -s conftest.err
40824        } && test -s conftest$ac_exeext &&
40825        $as_test_x conftest$ac_exeext; then
40826   ac_cv_func_acl_get_file=yes
40827 else
40828   echo "$as_me: failed program was:" >&5
40829 sed 's/^/| /' conftest.$ac_ext >&5
40830
40831         ac_cv_func_acl_get_file=no
40832 fi
40833
40834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40835       conftest$ac_exeext conftest.$ac_ext
40836 fi
40837 { echo "$as_me:$LINENO: result: $ac_cv_func_acl_get_file" >&5
40838 echo "${ECHO_T}$ac_cv_func_acl_get_file" >&6; }
40839 if test $ac_cv_func_acl_get_file = yes; then
40840
40841           have_acl=yes
40842
40843 else
40844
40845           { echo "$as_me:$LINENO: checking for acl_get_file in -lacl" >&5
40846 echo $ECHO_N "checking for acl_get_file in -lacl... $ECHO_C" >&6; }
40847 if test "${ac_cv_lib_acl_acl_get_file+set}" = set; then
40848   echo $ECHO_N "(cached) $ECHO_C" >&6
40849 else
40850   ac_check_lib_save_LIBS=$LIBS
40851 LIBS="-lacl  $LIBS"
40852 cat >conftest.$ac_ext <<_ACEOF
40853 /* confdefs.h.  */
40854 _ACEOF
40855 cat confdefs.h >>conftest.$ac_ext
40856 cat >>conftest.$ac_ext <<_ACEOF
40857 /* end confdefs.h.  */
40858
40859 /* Override any GCC internal prototype to avoid an error.
40860    Use char because int might match the return type of a GCC
40861    builtin and then its argument prototype would still apply.  */
40862 #ifdef __cplusplus
40863 extern "C"
40864 #endif
40865 char acl_get_file ();
40866 int
40867 main ()
40868 {
40869 return acl_get_file ();
40870   ;
40871   return 0;
40872 }
40873 _ACEOF
40874 rm -f conftest.$ac_objext conftest$ac_exeext
40875 if { (ac_try="$ac_link"
40876 case "(($ac_try" in
40877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40878   *) ac_try_echo=$ac_try;;
40879 esac
40880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40881   (eval "$ac_link") 2>conftest.er1
40882   ac_status=$?
40883   grep -v '^ *+' conftest.er1 >conftest.err
40884   rm -f conftest.er1
40885   cat conftest.err >&5
40886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40887   (exit $ac_status); } && {
40888          test -z "$ac_c_werror_flag" ||
40889          test ! -s conftest.err
40890        } && test -s conftest$ac_exeext &&
40891        $as_test_x conftest$ac_exeext; then
40892   ac_cv_lib_acl_acl_get_file=yes
40893 else
40894   echo "$as_me: failed program was:" >&5
40895 sed 's/^/| /' conftest.$ac_ext >&5
40896
40897         ac_cv_lib_acl_acl_get_file=no
40898 fi
40899
40900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40901       conftest$ac_exeext conftest.$ac_ext
40902 LIBS=$ac_check_lib_save_LIBS
40903 fi
40904 { echo "$as_me:$LINENO: result: $ac_cv_lib_acl_acl_get_file" >&5
40905 echo "${ECHO_T}$ac_cv_lib_acl_acl_get_file" >&6; }
40906 if test $ac_cv_lib_acl_acl_get_file = yes; then
40907
40908                  have_acl=yes;
40909                  FDLIBS="-lacl $FDLIBS"
40910
40911 else
40912
40913                  { echo "$as_me:$LINENO: checking for acl_get_file in -lpacl" >&5
40914 echo $ECHO_N "checking for acl_get_file in -lpacl... $ECHO_C" >&6; }
40915 if test "${ac_cv_lib_pacl_acl_get_file+set}" = set; then
40916   echo $ECHO_N "(cached) $ECHO_C" >&6
40917 else
40918   ac_check_lib_save_LIBS=$LIBS
40919 LIBS="-lpacl  $LIBS"
40920 cat >conftest.$ac_ext <<_ACEOF
40921 /* confdefs.h.  */
40922 _ACEOF
40923 cat confdefs.h >>conftest.$ac_ext
40924 cat >>conftest.$ac_ext <<_ACEOF
40925 /* end confdefs.h.  */
40926
40927 /* Override any GCC internal prototype to avoid an error.
40928    Use char because int might match the return type of a GCC
40929    builtin and then its argument prototype would still apply.  */
40930 #ifdef __cplusplus
40931 extern "C"
40932 #endif
40933 char acl_get_file ();
40934 int
40935 main ()
40936 {
40937 return acl_get_file ();
40938   ;
40939   return 0;
40940 }
40941 _ACEOF
40942 rm -f conftest.$ac_objext conftest$ac_exeext
40943 if { (ac_try="$ac_link"
40944 case "(($ac_try" in
40945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40946   *) ac_try_echo=$ac_try;;
40947 esac
40948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40949   (eval "$ac_link") 2>conftest.er1
40950   ac_status=$?
40951   grep -v '^ *+' conftest.er1 >conftest.err
40952   rm -f conftest.er1
40953   cat conftest.err >&5
40954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40955   (exit $ac_status); } && {
40956          test -z "$ac_c_werror_flag" ||
40957          test ! -s conftest.err
40958        } && test -s conftest$ac_exeext &&
40959        $as_test_x conftest$ac_exeext; then
40960   ac_cv_lib_pacl_acl_get_file=yes
40961 else
40962   echo "$as_me: failed program was:" >&5
40963 sed 's/^/| /' conftest.$ac_ext >&5
40964
40965         ac_cv_lib_pacl_acl_get_file=no
40966 fi
40967
40968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40969       conftest$ac_exeext conftest.$ac_ext
40970 LIBS=$ac_check_lib_save_LIBS
40971 fi
40972 { echo "$as_me:$LINENO: result: $ac_cv_lib_pacl_acl_get_file" >&5
40973 echo "${ECHO_T}$ac_cv_lib_pacl_acl_get_file" >&6; }
40974 if test $ac_cv_lib_pacl_acl_get_file = yes; then
40975
40976                         have_acl=yes;
40977                         FDLIBS="-lpacl $FDLIBS"
40978
40979 else
40980
40981                         { echo "$as_me:$LINENO: checking for acltotext in -lsec" >&5
40982 echo $ECHO_N "checking for acltotext in -lsec... $ECHO_C" >&6; }
40983 if test "${ac_cv_lib_sec_acltotext+set}" = set; then
40984   echo $ECHO_N "(cached) $ECHO_C" >&6
40985 else
40986   ac_check_lib_save_LIBS=$LIBS
40987 LIBS="-lsec  $LIBS"
40988 cat >conftest.$ac_ext <<_ACEOF
40989 /* confdefs.h.  */
40990 _ACEOF
40991 cat confdefs.h >>conftest.$ac_ext
40992 cat >>conftest.$ac_ext <<_ACEOF
40993 /* end confdefs.h.  */
40994
40995 /* Override any GCC internal prototype to avoid an error.
40996    Use char because int might match the return type of a GCC
40997    builtin and then its argument prototype would still apply.  */
40998 #ifdef __cplusplus
40999 extern "C"
41000 #endif
41001 char acltotext ();
41002 int
41003 main ()
41004 {
41005 return acltotext ();
41006   ;
41007   return 0;
41008 }
41009 _ACEOF
41010 rm -f conftest.$ac_objext conftest$ac_exeext
41011 if { (ac_try="$ac_link"
41012 case "(($ac_try" in
41013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41014   *) ac_try_echo=$ac_try;;
41015 esac
41016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41017   (eval "$ac_link") 2>conftest.er1
41018   ac_status=$?
41019   grep -v '^ *+' conftest.er1 >conftest.err
41020   rm -f conftest.er1
41021   cat conftest.err >&5
41022   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41023   (exit $ac_status); } && {
41024          test -z "$ac_c_werror_flag" ||
41025          test ! -s conftest.err
41026        } && test -s conftest$ac_exeext &&
41027        $as_test_x conftest$ac_exeext; then
41028   ac_cv_lib_sec_acltotext=yes
41029 else
41030   echo "$as_me: failed program was:" >&5
41031 sed 's/^/| /' conftest.$ac_ext >&5
41032
41033         ac_cv_lib_sec_acltotext=no
41034 fi
41035
41036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41037       conftest$ac_exeext conftest.$ac_ext
41038 LIBS=$ac_check_lib_save_LIBS
41039 fi
41040 { echo "$as_me:$LINENO: result: $ac_cv_lib_sec_acltotext" >&5
41041 echo "${ECHO_T}$ac_cv_lib_sec_acltotext" >&6; }
41042 if test $ac_cv_lib_sec_acltotext = yes; then
41043
41044                                have_acl=yes;
41045                                FDLIBS="-lsec $FDLIBS"
41046
41047                                { echo "$as_me:$LINENO: checking for acl_totext in -lsec" >&5
41048 echo $ECHO_N "checking for acl_totext in -lsec... $ECHO_C" >&6; }
41049 if test "${ac_cv_lib_sec_acl_totext+set}" = set; then
41050   echo $ECHO_N "(cached) $ECHO_C" >&6
41051 else
41052   ac_check_lib_save_LIBS=$LIBS
41053 LIBS="-lsec  $LIBS"
41054 cat >conftest.$ac_ext <<_ACEOF
41055 /* confdefs.h.  */
41056 _ACEOF
41057 cat confdefs.h >>conftest.$ac_ext
41058 cat >>conftest.$ac_ext <<_ACEOF
41059 /* end confdefs.h.  */
41060
41061 /* Override any GCC internal prototype to avoid an error.
41062    Use char because int might match the return type of a GCC
41063    builtin and then its argument prototype would still apply.  */
41064 #ifdef __cplusplus
41065 extern "C"
41066 #endif
41067 char acl_totext ();
41068 int
41069 main ()
41070 {
41071 return acl_totext ();
41072   ;
41073   return 0;
41074 }
41075 _ACEOF
41076 rm -f conftest.$ac_objext conftest$ac_exeext
41077 if { (ac_try="$ac_link"
41078 case "(($ac_try" in
41079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41080   *) ac_try_echo=$ac_try;;
41081 esac
41082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41083   (eval "$ac_link") 2>conftest.er1
41084   ac_status=$?
41085   grep -v '^ *+' conftest.er1 >conftest.err
41086   rm -f conftest.er1
41087   cat conftest.err >&5
41088   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41089   (exit $ac_status); } && {
41090          test -z "$ac_c_werror_flag" ||
41091          test ! -s conftest.err
41092        } && test -s conftest$ac_exeext &&
41093        $as_test_x conftest$ac_exeext; then
41094   ac_cv_lib_sec_acl_totext=yes
41095 else
41096   echo "$as_me: failed program was:" >&5
41097 sed 's/^/| /' conftest.$ac_ext >&5
41098
41099         ac_cv_lib_sec_acl_totext=no
41100 fi
41101
41102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41103       conftest$ac_exeext conftest.$ac_ext
41104 LIBS=$ac_check_lib_save_LIBS
41105 fi
41106 { echo "$as_me:$LINENO: result: $ac_cv_lib_sec_acl_totext" >&5
41107 echo "${ECHO_T}$ac_cv_lib_sec_acl_totext" >&6; }
41108 if test $ac_cv_lib_sec_acl_totext = yes; then
41109
41110                                       have_extended_acl=yes
41111
41112
41113 fi
41114
41115
41116
41117 fi
41118
41119
41120
41121 fi
41122
41123
41124
41125 fi
41126
41127
41128
41129 fi
41130
41131
41132    if test x$support_acl = xyes -a $have_acl != yes; then
41133       { { echo "$as_me:$LINENO: error: acl support explicitly enabled but no supported acl implementation found,
41134   please either load the acl libraries or rerun configure without --enable-acl" >&5
41135 echo "$as_me: error: acl support explicitly enabled but no supported acl implementation found,
41136   please either load the acl libraries or rerun configure without --enable-acl" >&2;}
41137    { (exit 1); exit 1; }; }
41138    else
41139       if test $have_acl = yes; then
41140
41141 cat >>confdefs.h <<\_ACEOF
41142 #define HAVE_ACL
41143 _ACEOF
41144
41145       fi
41146
41147       if test $have_extended_acl = yes; then
41148
41149 cat >>confdefs.h <<\_ACEOF
41150 #define HAVE_EXTENDED_ACL
41151 _ACEOF
41152
41153       fi
41154    fi
41155 fi
41156
41157 support_xattr=auto
41158 # Check whether --enable-xattr was given.
41159 if test "${enable_xattr+set}" = set; then
41160   enableval=$enable_xattr;
41161        if test x$enableval = xyes; then
41162           support_xattr=yes
41163        elif test x$enableval = xno; then
41164           support_xattr=no
41165        fi
41166
41167
41168 fi
41169
41170
41171 have_xattr=no
41172 if test x$support_xattr = xyes -o x$support_xattr = xauto; then
41173    if test "${ac_cv_header_sys_xattr_h+set}" = set; then
41174   { echo "$as_me:$LINENO: checking for sys/xattr.h" >&5
41175 echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; }
41176 if test "${ac_cv_header_sys_xattr_h+set}" = set; then
41177   echo $ECHO_N "(cached) $ECHO_C" >&6
41178 fi
41179 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5
41180 echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; }
41181 else
41182   # Is the header compilable?
41183 { echo "$as_me:$LINENO: checking sys/xattr.h usability" >&5
41184 echo $ECHO_N "checking sys/xattr.h usability... $ECHO_C" >&6; }
41185 cat >conftest.$ac_ext <<_ACEOF
41186 /* confdefs.h.  */
41187 _ACEOF
41188 cat confdefs.h >>conftest.$ac_ext
41189 cat >>conftest.$ac_ext <<_ACEOF
41190 /* end confdefs.h.  */
41191 $ac_includes_default
41192 #include <sys/xattr.h>
41193 _ACEOF
41194 rm -f conftest.$ac_objext
41195 if { (ac_try="$ac_compile"
41196 case "(($ac_try" in
41197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41198   *) ac_try_echo=$ac_try;;
41199 esac
41200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41201   (eval "$ac_compile") 2>conftest.er1
41202   ac_status=$?
41203   grep -v '^ *+' conftest.er1 >conftest.err
41204   rm -f conftest.er1
41205   cat conftest.err >&5
41206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41207   (exit $ac_status); } && {
41208          test -z "$ac_c_werror_flag" ||
41209          test ! -s conftest.err
41210        } && test -s conftest.$ac_objext; then
41211   ac_header_compiler=yes
41212 else
41213   echo "$as_me: failed program was:" >&5
41214 sed 's/^/| /' conftest.$ac_ext >&5
41215
41216         ac_header_compiler=no
41217 fi
41218
41219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41220 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41221 echo "${ECHO_T}$ac_header_compiler" >&6; }
41222
41223 # Is the header present?
41224 { echo "$as_me:$LINENO: checking sys/xattr.h presence" >&5
41225 echo $ECHO_N "checking sys/xattr.h presence... $ECHO_C" >&6; }
41226 cat >conftest.$ac_ext <<_ACEOF
41227 /* confdefs.h.  */
41228 _ACEOF
41229 cat confdefs.h >>conftest.$ac_ext
41230 cat >>conftest.$ac_ext <<_ACEOF
41231 /* end confdefs.h.  */
41232 #include <sys/xattr.h>
41233 _ACEOF
41234 if { (ac_try="$ac_cpp conftest.$ac_ext"
41235 case "(($ac_try" in
41236   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41237   *) ac_try_echo=$ac_try;;
41238 esac
41239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41240   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41241   ac_status=$?
41242   grep -v '^ *+' conftest.er1 >conftest.err
41243   rm -f conftest.er1
41244   cat conftest.err >&5
41245   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41246   (exit $ac_status); } >/dev/null && {
41247          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41248          test ! -s conftest.err
41249        }; then
41250   ac_header_preproc=yes
41251 else
41252   echo "$as_me: failed program was:" >&5
41253 sed 's/^/| /' conftest.$ac_ext >&5
41254
41255   ac_header_preproc=no
41256 fi
41257
41258 rm -f conftest.err conftest.$ac_ext
41259 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41260 echo "${ECHO_T}$ac_header_preproc" >&6; }
41261
41262 # So?  What about this header?
41263 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41264   yes:no: )
41265     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&5
41266 echo "$as_me: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41267     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the compiler's result" >&5
41268 echo "$as_me: WARNING: sys/xattr.h: proceeding with the compiler's result" >&2;}
41269     ac_header_preproc=yes
41270     ;;
41271   no:yes:* )
41272     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: present but cannot be compiled" >&5
41273 echo "$as_me: WARNING: sys/xattr.h: present but cannot be compiled" >&2;}
41274     { echo "$as_me:$LINENO: WARNING: sys/xattr.h:     check for missing prerequisite headers?" >&5
41275 echo "$as_me: WARNING: sys/xattr.h:     check for missing prerequisite headers?" >&2;}
41276     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: see the Autoconf documentation" >&5
41277 echo "$as_me: WARNING: sys/xattr.h: see the Autoconf documentation" >&2;}
41278     { echo "$as_me:$LINENO: WARNING: sys/xattr.h:     section \"Present But Cannot Be Compiled\"" >&5
41279 echo "$as_me: WARNING: sys/xattr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41280     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&5
41281 echo "$as_me: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&2;}
41282     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&5
41283 echo "$as_me: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&2;}
41284
41285     ;;
41286 esac
41287 { echo "$as_me:$LINENO: checking for sys/xattr.h" >&5
41288 echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; }
41289 if test "${ac_cv_header_sys_xattr_h+set}" = set; then
41290   echo $ECHO_N "(cached) $ECHO_C" >&6
41291 else
41292   ac_cv_header_sys_xattr_h=$ac_header_preproc
41293 fi
41294 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5
41295 echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; }
41296
41297 fi
41298 if test $ac_cv_header_sys_xattr_h = yes; then
41299
41300 cat >>confdefs.h <<\_ACEOF
41301 #define HAVE_SYS_XATTR_H 1
41302 _ACEOF
41303
41304 fi
41305
41306
41307
41308
41309
41310 for ac_func in llistxattr lgetxattr lsetxattr
41311 do
41312 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41313 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41314 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41315 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41316   echo $ECHO_N "(cached) $ECHO_C" >&6
41317 else
41318   cat >conftest.$ac_ext <<_ACEOF
41319 /* confdefs.h.  */
41320 _ACEOF
41321 cat confdefs.h >>conftest.$ac_ext
41322 cat >>conftest.$ac_ext <<_ACEOF
41323 /* end confdefs.h.  */
41324 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41325    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41326 #define $ac_func innocuous_$ac_func
41327
41328 /* System header to define __stub macros and hopefully few prototypes,
41329     which can conflict with char $ac_func (); below.
41330     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41331     <limits.h> exists even on freestanding compilers.  */
41332
41333 #ifdef __STDC__
41334 # include <limits.h>
41335 #else
41336 # include <assert.h>
41337 #endif
41338
41339 #undef $ac_func
41340
41341 /* Override any GCC internal prototype to avoid an error.
41342    Use char because int might match the return type of a GCC
41343    builtin and then its argument prototype would still apply.  */
41344 #ifdef __cplusplus
41345 extern "C"
41346 #endif
41347 char $ac_func ();
41348 /* The GNU C library defines this for functions which it implements
41349     to always fail with ENOSYS.  Some functions are actually named
41350     something starting with __ and the normal name is an alias.  */
41351 #if defined __stub_$ac_func || defined __stub___$ac_func
41352 choke me
41353 #endif
41354
41355 int
41356 main ()
41357 {
41358 return $ac_func ();
41359   ;
41360   return 0;
41361 }
41362 _ACEOF
41363 rm -f conftest.$ac_objext conftest$ac_exeext
41364 if { (ac_try="$ac_link"
41365 case "(($ac_try" in
41366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41367   *) ac_try_echo=$ac_try;;
41368 esac
41369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41370   (eval "$ac_link") 2>conftest.er1
41371   ac_status=$?
41372   grep -v '^ *+' conftest.er1 >conftest.err
41373   rm -f conftest.er1
41374   cat conftest.err >&5
41375   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41376   (exit $ac_status); } && {
41377          test -z "$ac_c_werror_flag" ||
41378          test ! -s conftest.err
41379        } && test -s conftest$ac_exeext &&
41380        $as_test_x conftest$ac_exeext; then
41381   eval "$as_ac_var=yes"
41382 else
41383   echo "$as_me: failed program was:" >&5
41384 sed 's/^/| /' conftest.$ac_ext >&5
41385
41386         eval "$as_ac_var=no"
41387 fi
41388
41389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41390       conftest$ac_exeext conftest.$ac_ext
41391 fi
41392 ac_res=`eval echo '${'$as_ac_var'}'`
41393                { echo "$as_me:$LINENO: result: $ac_res" >&5
41394 echo "${ECHO_T}$ac_res" >&6; }
41395 if test `eval echo '${'$as_ac_var'}'` = yes; then
41396   cat >>confdefs.h <<_ACEOF
41397 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41398 _ACEOF
41399
41400           have_xattr=yes
41401
41402 cat >>confdefs.h <<\_ACEOF
41403 #define HAVE_LLISTXATTR
41404 _ACEOF
41405
41406
41407 cat >>confdefs.h <<\_ACEOF
41408 #define HAVE_LGETXATTR
41409 _ACEOF
41410
41411
41412 cat >>confdefs.h <<\_ACEOF
41413 #define HAVE_LSETXATTR
41414 _ACEOF
41415
41416
41417
41418 fi
41419 done
41420
41421
41422    #
41423    # OSX specific
41424    #
41425    if test $have_xattr = no; then
41426
41427
41428
41429 for ac_func in listxattr getxattr setxattr
41430 do
41431 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41432 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41433 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41434 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41435   echo $ECHO_N "(cached) $ECHO_C" >&6
41436 else
41437   cat >conftest.$ac_ext <<_ACEOF
41438 /* confdefs.h.  */
41439 _ACEOF
41440 cat confdefs.h >>conftest.$ac_ext
41441 cat >>conftest.$ac_ext <<_ACEOF
41442 /* end confdefs.h.  */
41443 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41444    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41445 #define $ac_func innocuous_$ac_func
41446
41447 /* System header to define __stub macros and hopefully few prototypes,
41448     which can conflict with char $ac_func (); below.
41449     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41450     <limits.h> exists even on freestanding compilers.  */
41451
41452 #ifdef __STDC__
41453 # include <limits.h>
41454 #else
41455 # include <assert.h>
41456 #endif
41457
41458 #undef $ac_func
41459
41460 /* Override any GCC internal prototype to avoid an error.
41461    Use char because int might match the return type of a GCC
41462    builtin and then its argument prototype would still apply.  */
41463 #ifdef __cplusplus
41464 extern "C"
41465 #endif
41466 char $ac_func ();
41467 /* The GNU C library defines this for functions which it implements
41468     to always fail with ENOSYS.  Some functions are actually named
41469     something starting with __ and the normal name is an alias.  */
41470 #if defined __stub_$ac_func || defined __stub___$ac_func
41471 choke me
41472 #endif
41473
41474 int
41475 main ()
41476 {
41477 return $ac_func ();
41478   ;
41479   return 0;
41480 }
41481 _ACEOF
41482 rm -f conftest.$ac_objext conftest$ac_exeext
41483 if { (ac_try="$ac_link"
41484 case "(($ac_try" in
41485   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41486   *) ac_try_echo=$ac_try;;
41487 esac
41488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41489   (eval "$ac_link") 2>conftest.er1
41490   ac_status=$?
41491   grep -v '^ *+' conftest.er1 >conftest.err
41492   rm -f conftest.er1
41493   cat conftest.err >&5
41494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41495   (exit $ac_status); } && {
41496          test -z "$ac_c_werror_flag" ||
41497          test ! -s conftest.err
41498        } && test -s conftest$ac_exeext &&
41499        $as_test_x conftest$ac_exeext; then
41500   eval "$as_ac_var=yes"
41501 else
41502   echo "$as_me: failed program was:" >&5
41503 sed 's/^/| /' conftest.$ac_ext >&5
41504
41505         eval "$as_ac_var=no"
41506 fi
41507
41508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41509       conftest$ac_exeext conftest.$ac_ext
41510 fi
41511 ac_res=`eval echo '${'$as_ac_var'}'`
41512                { echo "$as_me:$LINENO: result: $ac_res" >&5
41513 echo "${ECHO_T}$ac_res" >&6; }
41514 if test `eval echo '${'$as_ac_var'}'` = yes; then
41515   cat >>confdefs.h <<_ACEOF
41516 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41517 _ACEOF
41518
41519              have_xattr=yes
41520
41521 cat >>confdefs.h <<\_ACEOF
41522 #define HAVE_LLISTXATTR
41523 _ACEOF
41524
41525
41526 cat >>confdefs.h <<\_ACEOF
41527 #define HAVE_LGETXATTR
41528 _ACEOF
41529
41530
41531 cat >>confdefs.h <<\_ACEOF
41532 #define HAVE_LSETXATTR
41533 _ACEOF
41534
41535
41536
41537 fi
41538 done
41539
41540    fi
41541
41542    #
41543    # Solaris specific
41544    #
41545    if test $have_xattr = no; then
41546       if test "${ac_cv_header_sys_attr_h+set}" = set; then
41547   { echo "$as_me:$LINENO: checking for sys/attr.h" >&5
41548 echo $ECHO_N "checking for sys/attr.h... $ECHO_C" >&6; }
41549 if test "${ac_cv_header_sys_attr_h+set}" = set; then
41550   echo $ECHO_N "(cached) $ECHO_C" >&6
41551 fi
41552 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_attr_h" >&5
41553 echo "${ECHO_T}$ac_cv_header_sys_attr_h" >&6; }
41554 else
41555   # Is the header compilable?
41556 { echo "$as_me:$LINENO: checking sys/attr.h usability" >&5
41557 echo $ECHO_N "checking sys/attr.h usability... $ECHO_C" >&6; }
41558 cat >conftest.$ac_ext <<_ACEOF
41559 /* confdefs.h.  */
41560 _ACEOF
41561 cat confdefs.h >>conftest.$ac_ext
41562 cat >>conftest.$ac_ext <<_ACEOF
41563 /* end confdefs.h.  */
41564 $ac_includes_default
41565 #include <sys/attr.h>
41566 _ACEOF
41567 rm -f conftest.$ac_objext
41568 if { (ac_try="$ac_compile"
41569 case "(($ac_try" in
41570   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41571   *) ac_try_echo=$ac_try;;
41572 esac
41573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41574   (eval "$ac_compile") 2>conftest.er1
41575   ac_status=$?
41576   grep -v '^ *+' conftest.er1 >conftest.err
41577   rm -f conftest.er1
41578   cat conftest.err >&5
41579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41580   (exit $ac_status); } && {
41581          test -z "$ac_c_werror_flag" ||
41582          test ! -s conftest.err
41583        } && test -s conftest.$ac_objext; then
41584   ac_header_compiler=yes
41585 else
41586   echo "$as_me: failed program was:" >&5
41587 sed 's/^/| /' conftest.$ac_ext >&5
41588
41589         ac_header_compiler=no
41590 fi
41591
41592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41593 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41594 echo "${ECHO_T}$ac_header_compiler" >&6; }
41595
41596 # Is the header present?
41597 { echo "$as_me:$LINENO: checking sys/attr.h presence" >&5
41598 echo $ECHO_N "checking sys/attr.h presence... $ECHO_C" >&6; }
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 #include <sys/attr.h>
41606 _ACEOF
41607 if { (ac_try="$ac_cpp conftest.$ac_ext"
41608 case "(($ac_try" in
41609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41610   *) ac_try_echo=$ac_try;;
41611 esac
41612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41613   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41614   ac_status=$?
41615   grep -v '^ *+' conftest.er1 >conftest.err
41616   rm -f conftest.er1
41617   cat conftest.err >&5
41618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41619   (exit $ac_status); } >/dev/null && {
41620          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41621          test ! -s conftest.err
41622        }; then
41623   ac_header_preproc=yes
41624 else
41625   echo "$as_me: failed program was:" >&5
41626 sed 's/^/| /' conftest.$ac_ext >&5
41627
41628   ac_header_preproc=no
41629 fi
41630
41631 rm -f conftest.err conftest.$ac_ext
41632 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41633 echo "${ECHO_T}$ac_header_preproc" >&6; }
41634
41635 # So?  What about this header?
41636 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41637   yes:no: )
41638     { echo "$as_me:$LINENO: WARNING: sys/attr.h: accepted by the compiler, rejected by the preprocessor!" >&5
41639 echo "$as_me: WARNING: sys/attr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41640     { echo "$as_me:$LINENO: WARNING: sys/attr.h: proceeding with the compiler's result" >&5
41641 echo "$as_me: WARNING: sys/attr.h: proceeding with the compiler's result" >&2;}
41642     ac_header_preproc=yes
41643     ;;
41644   no:yes:* )
41645     { echo "$as_me:$LINENO: WARNING: sys/attr.h: present but cannot be compiled" >&5
41646 echo "$as_me: WARNING: sys/attr.h: present but cannot be compiled" >&2;}
41647     { echo "$as_me:$LINENO: WARNING: sys/attr.h:     check for missing prerequisite headers?" >&5
41648 echo "$as_me: WARNING: sys/attr.h:     check for missing prerequisite headers?" >&2;}
41649     { echo "$as_me:$LINENO: WARNING: sys/attr.h: see the Autoconf documentation" >&5
41650 echo "$as_me: WARNING: sys/attr.h: see the Autoconf documentation" >&2;}
41651     { echo "$as_me:$LINENO: WARNING: sys/attr.h:     section \"Present But Cannot Be Compiled\"" >&5
41652 echo "$as_me: WARNING: sys/attr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41653     { echo "$as_me:$LINENO: WARNING: sys/attr.h: proceeding with the preprocessor's result" >&5
41654 echo "$as_me: WARNING: sys/attr.h: proceeding with the preprocessor's result" >&2;}
41655     { echo "$as_me:$LINENO: WARNING: sys/attr.h: in the future, the compiler will take precedence" >&5
41656 echo "$as_me: WARNING: sys/attr.h: in the future, the compiler will take precedence" >&2;}
41657
41658     ;;
41659 esac
41660 { echo "$as_me:$LINENO: checking for sys/attr.h" >&5
41661 echo $ECHO_N "checking for sys/attr.h... $ECHO_C" >&6; }
41662 if test "${ac_cv_header_sys_attr_h+set}" = set; then
41663   echo $ECHO_N "(cached) $ECHO_C" >&6
41664 else
41665   ac_cv_header_sys_attr_h=$ac_header_preproc
41666 fi
41667 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_attr_h" >&5
41668 echo "${ECHO_T}$ac_cv_header_sys_attr_h" >&6; }
41669
41670 fi
41671 if test $ac_cv_header_sys_attr_h = yes; then
41672
41673 cat >>confdefs.h <<\_ACEOF
41674 #define HAVE_SYS_ATTR_H 1
41675 _ACEOF
41676
41677 fi
41678
41679
41680       if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
41681   { echo "$as_me:$LINENO: checking for sys/nvpair.h" >&5
41682 echo $ECHO_N "checking for sys/nvpair.h... $ECHO_C" >&6; }
41683 if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
41684   echo $ECHO_N "(cached) $ECHO_C" >&6
41685 fi
41686 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_nvpair_h" >&5
41687 echo "${ECHO_T}$ac_cv_header_sys_nvpair_h" >&6; }
41688 else
41689   # Is the header compilable?
41690 { echo "$as_me:$LINENO: checking sys/nvpair.h usability" >&5
41691 echo $ECHO_N "checking sys/nvpair.h usability... $ECHO_C" >&6; }
41692 cat >conftest.$ac_ext <<_ACEOF
41693 /* confdefs.h.  */
41694 _ACEOF
41695 cat confdefs.h >>conftest.$ac_ext
41696 cat >>conftest.$ac_ext <<_ACEOF
41697 /* end confdefs.h.  */
41698 $ac_includes_default
41699 #include <sys/nvpair.h>
41700 _ACEOF
41701 rm -f conftest.$ac_objext
41702 if { (ac_try="$ac_compile"
41703 case "(($ac_try" in
41704   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41705   *) ac_try_echo=$ac_try;;
41706 esac
41707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41708   (eval "$ac_compile") 2>conftest.er1
41709   ac_status=$?
41710   grep -v '^ *+' conftest.er1 >conftest.err
41711   rm -f conftest.er1
41712   cat conftest.err >&5
41713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41714   (exit $ac_status); } && {
41715          test -z "$ac_c_werror_flag" ||
41716          test ! -s conftest.err
41717        } && test -s conftest.$ac_objext; then
41718   ac_header_compiler=yes
41719 else
41720   echo "$as_me: failed program was:" >&5
41721 sed 's/^/| /' conftest.$ac_ext >&5
41722
41723         ac_header_compiler=no
41724 fi
41725
41726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41727 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41728 echo "${ECHO_T}$ac_header_compiler" >&6; }
41729
41730 # Is the header present?
41731 { echo "$as_me:$LINENO: checking sys/nvpair.h presence" >&5
41732 echo $ECHO_N "checking sys/nvpair.h presence... $ECHO_C" >&6; }
41733 cat >conftest.$ac_ext <<_ACEOF
41734 /* confdefs.h.  */
41735 _ACEOF
41736 cat confdefs.h >>conftest.$ac_ext
41737 cat >>conftest.$ac_ext <<_ACEOF
41738 /* end confdefs.h.  */
41739 #include <sys/nvpair.h>
41740 _ACEOF
41741 if { (ac_try="$ac_cpp conftest.$ac_ext"
41742 case "(($ac_try" in
41743   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41744   *) ac_try_echo=$ac_try;;
41745 esac
41746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41747   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41748   ac_status=$?
41749   grep -v '^ *+' conftest.er1 >conftest.err
41750   rm -f conftest.er1
41751   cat conftest.err >&5
41752   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41753   (exit $ac_status); } >/dev/null && {
41754          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41755          test ! -s conftest.err
41756        }; then
41757   ac_header_preproc=yes
41758 else
41759   echo "$as_me: failed program was:" >&5
41760 sed 's/^/| /' conftest.$ac_ext >&5
41761
41762   ac_header_preproc=no
41763 fi
41764
41765 rm -f conftest.err conftest.$ac_ext
41766 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41767 echo "${ECHO_T}$ac_header_preproc" >&6; }
41768
41769 # So?  What about this header?
41770 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41771   yes:no: )
41772     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: accepted by the compiler, rejected by the preprocessor!" >&5
41773 echo "$as_me: WARNING: sys/nvpair.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41774     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: proceeding with the compiler's result" >&5
41775 echo "$as_me: WARNING: sys/nvpair.h: proceeding with the compiler's result" >&2;}
41776     ac_header_preproc=yes
41777     ;;
41778   no:yes:* )
41779     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: present but cannot be compiled" >&5
41780 echo "$as_me: WARNING: sys/nvpair.h: present but cannot be compiled" >&2;}
41781     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h:     check for missing prerequisite headers?" >&5
41782 echo "$as_me: WARNING: sys/nvpair.h:     check for missing prerequisite headers?" >&2;}
41783     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: see the Autoconf documentation" >&5
41784 echo "$as_me: WARNING: sys/nvpair.h: see the Autoconf documentation" >&2;}
41785     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h:     section \"Present But Cannot Be Compiled\"" >&5
41786 echo "$as_me: WARNING: sys/nvpair.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41787     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: proceeding with the preprocessor's result" >&5
41788 echo "$as_me: WARNING: sys/nvpair.h: proceeding with the preprocessor's result" >&2;}
41789     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: in the future, the compiler will take precedence" >&5
41790 echo "$as_me: WARNING: sys/nvpair.h: in the future, the compiler will take precedence" >&2;}
41791
41792     ;;
41793 esac
41794 { echo "$as_me:$LINENO: checking for sys/nvpair.h" >&5
41795 echo $ECHO_N "checking for sys/nvpair.h... $ECHO_C" >&6; }
41796 if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
41797   echo $ECHO_N "(cached) $ECHO_C" >&6
41798 else
41799   ac_cv_header_sys_nvpair_h=$ac_header_preproc
41800 fi
41801 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_nvpair_h" >&5
41802 echo "${ECHO_T}$ac_cv_header_sys_nvpair_h" >&6; }
41803
41804 fi
41805 if test $ac_cv_header_sys_nvpair_h = yes; then
41806
41807 cat >>confdefs.h <<\_ACEOF
41808 #define HAVE_SYS_NVPAIR_H 1
41809 _ACEOF
41810
41811 fi
41812
41813
41814       if test "${ac_cv_header_attr_h+set}" = set; then
41815   { echo "$as_me:$LINENO: checking for attr.h" >&5
41816 echo $ECHO_N "checking for attr.h... $ECHO_C" >&6; }
41817 if test "${ac_cv_header_attr_h+set}" = set; then
41818   echo $ECHO_N "(cached) $ECHO_C" >&6
41819 fi
41820 { echo "$as_me:$LINENO: result: $ac_cv_header_attr_h" >&5
41821 echo "${ECHO_T}$ac_cv_header_attr_h" >&6; }
41822 else
41823   # Is the header compilable?
41824 { echo "$as_me:$LINENO: checking attr.h usability" >&5
41825 echo $ECHO_N "checking attr.h usability... $ECHO_C" >&6; }
41826 cat >conftest.$ac_ext <<_ACEOF
41827 /* confdefs.h.  */
41828 _ACEOF
41829 cat confdefs.h >>conftest.$ac_ext
41830 cat >>conftest.$ac_ext <<_ACEOF
41831 /* end confdefs.h.  */
41832 $ac_includes_default
41833 #include <attr.h>
41834 _ACEOF
41835 rm -f conftest.$ac_objext
41836 if { (ac_try="$ac_compile"
41837 case "(($ac_try" in
41838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41839   *) ac_try_echo=$ac_try;;
41840 esac
41841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41842   (eval "$ac_compile") 2>conftest.er1
41843   ac_status=$?
41844   grep -v '^ *+' conftest.er1 >conftest.err
41845   rm -f conftest.er1
41846   cat conftest.err >&5
41847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41848   (exit $ac_status); } && {
41849          test -z "$ac_c_werror_flag" ||
41850          test ! -s conftest.err
41851        } && test -s conftest.$ac_objext; then
41852   ac_header_compiler=yes
41853 else
41854   echo "$as_me: failed program was:" >&5
41855 sed 's/^/| /' conftest.$ac_ext >&5
41856
41857         ac_header_compiler=no
41858 fi
41859
41860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41861 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41862 echo "${ECHO_T}$ac_header_compiler" >&6; }
41863
41864 # Is the header present?
41865 { echo "$as_me:$LINENO: checking attr.h presence" >&5
41866 echo $ECHO_N "checking attr.h presence... $ECHO_C" >&6; }
41867 cat >conftest.$ac_ext <<_ACEOF
41868 /* confdefs.h.  */
41869 _ACEOF
41870 cat confdefs.h >>conftest.$ac_ext
41871 cat >>conftest.$ac_ext <<_ACEOF
41872 /* end confdefs.h.  */
41873 #include <attr.h>
41874 _ACEOF
41875 if { (ac_try="$ac_cpp conftest.$ac_ext"
41876 case "(($ac_try" in
41877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41878   *) ac_try_echo=$ac_try;;
41879 esac
41880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41881   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41882   ac_status=$?
41883   grep -v '^ *+' conftest.er1 >conftest.err
41884   rm -f conftest.er1
41885   cat conftest.err >&5
41886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41887   (exit $ac_status); } >/dev/null && {
41888          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41889          test ! -s conftest.err
41890        }; then
41891   ac_header_preproc=yes
41892 else
41893   echo "$as_me: failed program was:" >&5
41894 sed 's/^/| /' conftest.$ac_ext >&5
41895
41896   ac_header_preproc=no
41897 fi
41898
41899 rm -f conftest.err conftest.$ac_ext
41900 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41901 echo "${ECHO_T}$ac_header_preproc" >&6; }
41902
41903 # So?  What about this header?
41904 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41905   yes:no: )
41906     { echo "$as_me:$LINENO: WARNING: attr.h: accepted by the compiler, rejected by the preprocessor!" >&5
41907 echo "$as_me: WARNING: attr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41908     { echo "$as_me:$LINENO: WARNING: attr.h: proceeding with the compiler's result" >&5
41909 echo "$as_me: WARNING: attr.h: proceeding with the compiler's result" >&2;}
41910     ac_header_preproc=yes
41911     ;;
41912   no:yes:* )
41913     { echo "$as_me:$LINENO: WARNING: attr.h: present but cannot be compiled" >&5
41914 echo "$as_me: WARNING: attr.h: present but cannot be compiled" >&2;}
41915     { echo "$as_me:$LINENO: WARNING: attr.h:     check for missing prerequisite headers?" >&5
41916 echo "$as_me: WARNING: attr.h:     check for missing prerequisite headers?" >&2;}
41917     { echo "$as_me:$LINENO: WARNING: attr.h: see the Autoconf documentation" >&5
41918 echo "$as_me: WARNING: attr.h: see the Autoconf documentation" >&2;}
41919     { echo "$as_me:$LINENO: WARNING: attr.h:     section \"Present But Cannot Be Compiled\"" >&5
41920 echo "$as_me: WARNING: attr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41921     { echo "$as_me:$LINENO: WARNING: attr.h: proceeding with the preprocessor's result" >&5
41922 echo "$as_me: WARNING: attr.h: proceeding with the preprocessor's result" >&2;}
41923     { echo "$as_me:$LINENO: WARNING: attr.h: in the future, the compiler will take precedence" >&5
41924 echo "$as_me: WARNING: attr.h: in the future, the compiler will take precedence" >&2;}
41925
41926     ;;
41927 esac
41928 { echo "$as_me:$LINENO: checking for attr.h" >&5
41929 echo $ECHO_N "checking for attr.h... $ECHO_C" >&6; }
41930 if test "${ac_cv_header_attr_h+set}" = set; then
41931   echo $ECHO_N "(cached) $ECHO_C" >&6
41932 else
41933   ac_cv_header_attr_h=$ac_header_preproc
41934 fi
41935 { echo "$as_me:$LINENO: result: $ac_cv_header_attr_h" >&5
41936 echo "${ECHO_T}$ac_cv_header_attr_h" >&6; }
41937
41938 fi
41939 if test $ac_cv_header_attr_h = yes; then
41940
41941 cat >>confdefs.h <<\_ACEOF
41942 #define HAVE_ATTR_H 1
41943 _ACEOF
41944
41945 fi
41946
41947
41948
41949
41950
41951
41952
41953
41954 for ac_func in openat fstatat unlinkat fchownat futimesat
41955 do
41956 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41957 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41958 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41959 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41960   echo $ECHO_N "(cached) $ECHO_C" >&6
41961 else
41962   cat >conftest.$ac_ext <<_ACEOF
41963 /* confdefs.h.  */
41964 _ACEOF
41965 cat confdefs.h >>conftest.$ac_ext
41966 cat >>conftest.$ac_ext <<_ACEOF
41967 /* end confdefs.h.  */
41968 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41969    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41970 #define $ac_func innocuous_$ac_func
41971
41972 /* System header to define __stub macros and hopefully few prototypes,
41973     which can conflict with char $ac_func (); below.
41974     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41975     <limits.h> exists even on freestanding compilers.  */
41976
41977 #ifdef __STDC__
41978 # include <limits.h>
41979 #else
41980 # include <assert.h>
41981 #endif
41982
41983 #undef $ac_func
41984
41985 /* Override any GCC internal prototype to avoid an error.
41986    Use char because int might match the return type of a GCC
41987    builtin and then its argument prototype would still apply.  */
41988 #ifdef __cplusplus
41989 extern "C"
41990 #endif
41991 char $ac_func ();
41992 /* The GNU C library defines this for functions which it implements
41993     to always fail with ENOSYS.  Some functions are actually named
41994     something starting with __ and the normal name is an alias.  */
41995 #if defined __stub_$ac_func || defined __stub___$ac_func
41996 choke me
41997 #endif
41998
41999 int
42000 main ()
42001 {
42002 return $ac_func ();
42003   ;
42004   return 0;
42005 }
42006 _ACEOF
42007 rm -f conftest.$ac_objext conftest$ac_exeext
42008 if { (ac_try="$ac_link"
42009 case "(($ac_try" in
42010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42011   *) ac_try_echo=$ac_try;;
42012 esac
42013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42014   (eval "$ac_link") 2>conftest.er1
42015   ac_status=$?
42016   grep -v '^ *+' conftest.er1 >conftest.err
42017   rm -f conftest.er1
42018   cat conftest.err >&5
42019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42020   (exit $ac_status); } && {
42021          test -z "$ac_c_werror_flag" ||
42022          test ! -s conftest.err
42023        } && test -s conftest$ac_exeext &&
42024        $as_test_x conftest$ac_exeext; then
42025   eval "$as_ac_var=yes"
42026 else
42027   echo "$as_me: failed program was:" >&5
42028 sed 's/^/| /' conftest.$ac_ext >&5
42029
42030         eval "$as_ac_var=no"
42031 fi
42032
42033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42034       conftest$ac_exeext conftest.$ac_ext
42035 fi
42036 ac_res=`eval echo '${'$as_ac_var'}'`
42037                { echo "$as_me:$LINENO: result: $ac_res" >&5
42038 echo "${ECHO_T}$ac_res" >&6; }
42039 if test `eval echo '${'$as_ac_var'}'` = yes; then
42040   cat >>confdefs.h <<_ACEOF
42041 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42042 _ACEOF
42043
42044              have_xattr=yes
42045
42046 cat >>confdefs.h <<\_ACEOF
42047 #define HAVE_OPENAT
42048 _ACEOF
42049
42050
42051 cat >>confdefs.h <<\_ACEOF
42052 #define HAVE_FSTATAT
42053 _ACEOF
42054
42055
42056 cat >>confdefs.h <<\_ACEOF
42057 #define HAVE_UNLINKAT
42058 _ACEOF
42059
42060
42061 cat >>confdefs.h <<\_ACEOF
42062 #define HAVE_FCHOWNAT
42063 _ACEOF
42064
42065
42066 cat >>confdefs.h <<\_ACEOF
42067 #define HAVE_FUTIMESAT
42068 _ACEOF
42069
42070
42071
42072 fi
42073 done
42074
42075
42076       if test $have_xattr = yes; then
42077          { echo "$as_me:$LINENO: checking for nvlist_next_nvpair in -lnvpair" >&5
42078 echo $ECHO_N "checking for nvlist_next_nvpair in -lnvpair... $ECHO_C" >&6; }
42079 if test "${ac_cv_lib_nvpair_nvlist_next_nvpair+set}" = set; then
42080   echo $ECHO_N "(cached) $ECHO_C" >&6
42081 else
42082   ac_check_lib_save_LIBS=$LIBS
42083 LIBS="-lnvpair  $LIBS"
42084 cat >conftest.$ac_ext <<_ACEOF
42085 /* confdefs.h.  */
42086 _ACEOF
42087 cat confdefs.h >>conftest.$ac_ext
42088 cat >>conftest.$ac_ext <<_ACEOF
42089 /* end confdefs.h.  */
42090
42091 /* Override any GCC internal prototype to avoid an error.
42092    Use char because int might match the return type of a GCC
42093    builtin and then its argument prototype would still apply.  */
42094 #ifdef __cplusplus
42095 extern "C"
42096 #endif
42097 char nvlist_next_nvpair ();
42098 int
42099 main ()
42100 {
42101 return nvlist_next_nvpair ();
42102   ;
42103   return 0;
42104 }
42105 _ACEOF
42106 rm -f conftest.$ac_objext conftest$ac_exeext
42107 if { (ac_try="$ac_link"
42108 case "(($ac_try" in
42109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42110   *) ac_try_echo=$ac_try;;
42111 esac
42112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42113   (eval "$ac_link") 2>conftest.er1
42114   ac_status=$?
42115   grep -v '^ *+' conftest.er1 >conftest.err
42116   rm -f conftest.er1
42117   cat conftest.err >&5
42118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42119   (exit $ac_status); } && {
42120          test -z "$ac_c_werror_flag" ||
42121          test ! -s conftest.err
42122        } && test -s conftest$ac_exeext &&
42123        $as_test_x conftest$ac_exeext; then
42124   ac_cv_lib_nvpair_nvlist_next_nvpair=yes
42125 else
42126   echo "$as_me: failed program was:" >&5
42127 sed 's/^/| /' conftest.$ac_ext >&5
42128
42129         ac_cv_lib_nvpair_nvlist_next_nvpair=no
42130 fi
42131
42132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42133       conftest$ac_exeext conftest.$ac_ext
42134 LIBS=$ac_check_lib_save_LIBS
42135 fi
42136 { echo "$as_me:$LINENO: result: $ac_cv_lib_nvpair_nvlist_next_nvpair" >&5
42137 echo "${ECHO_T}$ac_cv_lib_nvpair_nvlist_next_nvpair" >&6; }
42138 if test $ac_cv_lib_nvpair_nvlist_next_nvpair = yes; then
42139
42140                 FDLIBS="-lnvpair $FDLIBS"
42141
42142
42143 fi
42144
42145       fi
42146    fi
42147
42148    if test x$support_xattr = xyes -a $have_xattr != yes; then
42149       { { echo "$as_me:$LINENO: error: xattr support explicitly enabled but no supported xattr implementation found,
42150   please either load the xattr libraries or rerun configure without --enable-xatt" >&5
42151 echo "$as_me: error: xattr support explicitly enabled but no supported xattr implementation found,
42152   please either load the xattr libraries or rerun configure without --enable-xatt" >&2;}
42153    { (exit 1); exit 1; }; }
42154    else
42155       if test $have_xattr = yes; then
42156
42157 cat >>confdefs.h <<\_ACEOF
42158 #define HAVE_XATTR
42159 _ACEOF
42160
42161       fi
42162    fi
42163 fi
42164
42165 PTHREAD_LIB=""
42166 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
42167 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
42168 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
42169   echo $ECHO_N "(cached) $ECHO_C" >&6
42170 else
42171   ac_check_lib_save_LIBS=$LIBS
42172 LIBS="-lpthread  $LIBS"
42173 cat >conftest.$ac_ext <<_ACEOF
42174 /* confdefs.h.  */
42175 _ACEOF
42176 cat confdefs.h >>conftest.$ac_ext
42177 cat >>conftest.$ac_ext <<_ACEOF
42178 /* end confdefs.h.  */
42179
42180 /* Override any GCC internal prototype to avoid an error.
42181    Use char because int might match the return type of a GCC
42182    builtin and then its argument prototype would still apply.  */
42183 #ifdef __cplusplus
42184 extern "C"
42185 #endif
42186 char pthread_create ();
42187 int
42188 main ()
42189 {
42190 return pthread_create ();
42191   ;
42192   return 0;
42193 }
42194 _ACEOF
42195 rm -f conftest.$ac_objext conftest$ac_exeext
42196 if { (ac_try="$ac_link"
42197 case "(($ac_try" in
42198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42199   *) ac_try_echo=$ac_try;;
42200 esac
42201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42202   (eval "$ac_link") 2>conftest.er1
42203   ac_status=$?
42204   grep -v '^ *+' conftest.er1 >conftest.err
42205   rm -f conftest.er1
42206   cat conftest.err >&5
42207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42208   (exit $ac_status); } && {
42209          test -z "$ac_c_werror_flag" ||
42210          test ! -s conftest.err
42211        } && test -s conftest$ac_exeext &&
42212        $as_test_x conftest$ac_exeext; then
42213   ac_cv_lib_pthread_pthread_create=yes
42214 else
42215   echo "$as_me: failed program was:" >&5
42216 sed 's/^/| /' conftest.$ac_ext >&5
42217
42218         ac_cv_lib_pthread_pthread_create=no
42219 fi
42220
42221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42222       conftest$ac_exeext conftest.$ac_ext
42223 LIBS=$ac_check_lib_save_LIBS
42224 fi
42225 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
42226 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
42227 if test $ac_cv_lib_pthread_pthread_create = yes; then
42228   PTHREAD_LIB="-lpthread"
42229 else
42230
42231        { echo "$as_me:$LINENO: checking for pthread_create in -lpthreads" >&5
42232 echo $ECHO_N "checking for pthread_create in -lpthreads... $ECHO_C" >&6; }
42233 if test "${ac_cv_lib_pthreads_pthread_create+set}" = set; then
42234   echo $ECHO_N "(cached) $ECHO_C" >&6
42235 else
42236   ac_check_lib_save_LIBS=$LIBS
42237 LIBS="-lpthreads  $LIBS"
42238 cat >conftest.$ac_ext <<_ACEOF
42239 /* confdefs.h.  */
42240 _ACEOF
42241 cat confdefs.h >>conftest.$ac_ext
42242 cat >>conftest.$ac_ext <<_ACEOF
42243 /* end confdefs.h.  */
42244
42245 /* Override any GCC internal prototype to avoid an error.
42246    Use char because int might match the return type of a GCC
42247    builtin and then its argument prototype would still apply.  */
42248 #ifdef __cplusplus
42249 extern "C"
42250 #endif
42251 char pthread_create ();
42252 int
42253 main ()
42254 {
42255 return pthread_create ();
42256   ;
42257   return 0;
42258 }
42259 _ACEOF
42260 rm -f conftest.$ac_objext conftest$ac_exeext
42261 if { (ac_try="$ac_link"
42262 case "(($ac_try" in
42263   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42264   *) ac_try_echo=$ac_try;;
42265 esac
42266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42267   (eval "$ac_link") 2>conftest.er1
42268   ac_status=$?
42269   grep -v '^ *+' conftest.er1 >conftest.err
42270   rm -f conftest.er1
42271   cat conftest.err >&5
42272   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42273   (exit $ac_status); } && {
42274          test -z "$ac_c_werror_flag" ||
42275          test ! -s conftest.err
42276        } && test -s conftest$ac_exeext &&
42277        $as_test_x conftest$ac_exeext; then
42278   ac_cv_lib_pthreads_pthread_create=yes
42279 else
42280   echo "$as_me: failed program was:" >&5
42281 sed 's/^/| /' conftest.$ac_ext >&5
42282
42283         ac_cv_lib_pthreads_pthread_create=no
42284 fi
42285
42286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42287       conftest$ac_exeext conftest.$ac_ext
42288 LIBS=$ac_check_lib_save_LIBS
42289 fi
42290 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_create" >&5
42291 echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_create" >&6; }
42292 if test $ac_cv_lib_pthreads_pthread_create = yes; then
42293   PTHREAD_LIB="-lpthreads"
42294 else
42295
42296               { echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5
42297 echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6; }
42298 if test "${ac_cv_lib_c_r_pthread_create+set}" = set; then
42299   echo $ECHO_N "(cached) $ECHO_C" >&6
42300 else
42301   ac_check_lib_save_LIBS=$LIBS
42302 LIBS="-lc_r  $LIBS"
42303 cat >conftest.$ac_ext <<_ACEOF
42304 /* confdefs.h.  */
42305 _ACEOF
42306 cat confdefs.h >>conftest.$ac_ext
42307 cat >>conftest.$ac_ext <<_ACEOF
42308 /* end confdefs.h.  */
42309
42310 /* Override any GCC internal prototype to avoid an error.
42311    Use char because int might match the return type of a GCC
42312    builtin and then its argument prototype would still apply.  */
42313 #ifdef __cplusplus
42314 extern "C"
42315 #endif
42316 char pthread_create ();
42317 int
42318 main ()
42319 {
42320 return pthread_create ();
42321   ;
42322   return 0;
42323 }
42324 _ACEOF
42325 rm -f conftest.$ac_objext conftest$ac_exeext
42326 if { (ac_try="$ac_link"
42327 case "(($ac_try" in
42328   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42329   *) ac_try_echo=$ac_try;;
42330 esac
42331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42332   (eval "$ac_link") 2>conftest.er1
42333   ac_status=$?
42334   grep -v '^ *+' conftest.er1 >conftest.err
42335   rm -f conftest.er1
42336   cat conftest.err >&5
42337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42338   (exit $ac_status); } && {
42339          test -z "$ac_c_werror_flag" ||
42340          test ! -s conftest.err
42341        } && test -s conftest$ac_exeext &&
42342        $as_test_x conftest$ac_exeext; then
42343   ac_cv_lib_c_r_pthread_create=yes
42344 else
42345   echo "$as_me: failed program was:" >&5
42346 sed 's/^/| /' conftest.$ac_ext >&5
42347
42348         ac_cv_lib_c_r_pthread_create=no
42349 fi
42350
42351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42352       conftest$ac_exeext conftest.$ac_ext
42353 LIBS=$ac_check_lib_save_LIBS
42354 fi
42355 { echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_create" >&5
42356 echo "${ECHO_T}$ac_cv_lib_c_r_pthread_create" >&6; }
42357 if test $ac_cv_lib_c_r_pthread_create = yes; then
42358   PTHREAD_LIB="-lc_r"
42359 else
42360
42361                      { echo "$as_me:$LINENO: checking for pthread_create" >&5
42362 echo $ECHO_N "checking for pthread_create... $ECHO_C" >&6; }
42363 if test "${ac_cv_func_pthread_create+set}" = set; then
42364   echo $ECHO_N "(cached) $ECHO_C" >&6
42365 else
42366   cat >conftest.$ac_ext <<_ACEOF
42367 /* confdefs.h.  */
42368 _ACEOF
42369 cat confdefs.h >>conftest.$ac_ext
42370 cat >>conftest.$ac_ext <<_ACEOF
42371 /* end confdefs.h.  */
42372 /* Define pthread_create to an innocuous variant, in case <limits.h> declares pthread_create.
42373    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42374 #define pthread_create innocuous_pthread_create
42375
42376 /* System header to define __stub macros and hopefully few prototypes,
42377     which can conflict with char pthread_create (); below.
42378     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42379     <limits.h> exists even on freestanding compilers.  */
42380
42381 #ifdef __STDC__
42382 # include <limits.h>
42383 #else
42384 # include <assert.h>
42385 #endif
42386
42387 #undef pthread_create
42388
42389 /* Override any GCC internal prototype to avoid an error.
42390    Use char because int might match the return type of a GCC
42391    builtin and then its argument prototype would still apply.  */
42392 #ifdef __cplusplus
42393 extern "C"
42394 #endif
42395 char pthread_create ();
42396 /* The GNU C library defines this for functions which it implements
42397     to always fail with ENOSYS.  Some functions are actually named
42398     something starting with __ and the normal name is an alias.  */
42399 #if defined __stub_pthread_create || defined __stub___pthread_create
42400 choke me
42401 #endif
42402
42403 int
42404 main ()
42405 {
42406 return pthread_create ();
42407   ;
42408   return 0;
42409 }
42410 _ACEOF
42411 rm -f conftest.$ac_objext conftest$ac_exeext
42412 if { (ac_try="$ac_link"
42413 case "(($ac_try" in
42414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42415   *) ac_try_echo=$ac_try;;
42416 esac
42417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42418   (eval "$ac_link") 2>conftest.er1
42419   ac_status=$?
42420   grep -v '^ *+' conftest.er1 >conftest.err
42421   rm -f conftest.er1
42422   cat conftest.err >&5
42423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42424   (exit $ac_status); } && {
42425          test -z "$ac_c_werror_flag" ||
42426          test ! -s conftest.err
42427        } && test -s conftest$ac_exeext &&
42428        $as_test_x conftest$ac_exeext; then
42429   ac_cv_func_pthread_create=yes
42430 else
42431   echo "$as_me: failed program was:" >&5
42432 sed 's/^/| /' conftest.$ac_ext >&5
42433
42434         ac_cv_func_pthread_create=no
42435 fi
42436
42437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42438       conftest$ac_exeext conftest.$ac_ext
42439 fi
42440 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_create" >&5
42441 echo "${ECHO_T}$ac_cv_func_pthread_create" >&6; }
42442
42443
42444
42445 fi
42446
42447
42448
42449 fi
42450
42451
42452
42453 fi
42454
42455
42456
42457 cat >>confdefs.h <<\_ACEOF
42458 #define FDLIBS 1
42459 _ACEOF
42460
42461
42462 CFLAGS=${CFLAGS--O}
42463
42464 if test x$have_gcc = xyes ; then
42465    CPPFLAGS="$CPPFLAGS -fno-strict-aliasing -fno-exceptions -fno-rtti"
42466    CFLAGS="$CFLAGS -fno-strict-aliasing -fno-exceptions -fno-rtti"
42467 fi
42468 LDFLAGS=${LDFLAGS--O}
42469 DB_LIBS="${SQL_LFLAGS}"
42470 CPPFLAGS="$CPPFLAGS"
42471 CFLAGS="$CFLAGS"
42472
42473
42474
42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488 OBJLIST=
42489
42490
42491 lld="lld"
42492 llu="llu"
42493
42494 WCFLAGS=
42495 WLDFLAGS=
42496
42497 PFILES="platforms/Makefile"
42498 PSCMD="ps -e"
42499 WIN32=
42500 MACOSX=
42501
42502 hostname=`uname -n | cut -d '.' -f 1`
42503 if test x${hostname} = x ; then
42504    hostname="localhost"
42505 fi
42506 ping -c 1 $hostname 2>/dev/null 1>/dev/null
42507 if test ! $? = 0; then
42508   hostname="localhost"
42509 fi
42510
42511 case "$DISTNAME" in
42512 aix)
42513    DISTVER=`uname -r`
42514    PSCMD="ps -e -o pid,comm"
42515    PFILES="${PFILES} \
42516       platforms/aix/Makefile"
42517    TAPEDRIVE="/dev/rmt0.1"
42518   ;;
42519 alpha)
42520    DISTVER=`uname -r`
42521    PTHREAD_LIB="-lpthread -lexc"
42522    if test "${CC}" = "gcc" ; then
42523       lld="lld"
42524       llu="llu"
42525    else
42526       lld="ld"
42527       llu="lu"
42528    fi
42529    TAPEDRIVE="/dev/nrmt0"
42530   ;;
42531 bsdi)
42532    DISTVER=`uname -a |awk '{print $3}'`
42533    TAPEDRIVE="/dev/nrmt0"
42534    PTHREAD_LIB="-pthread"
42535    CFLAGS="${CFLAGS} -pthread"
42536    PSCMD="ps -ax -o pid,command"
42537    lld="qd"
42538    llu="qu"
42539    PFILES="${PFILES} \
42540        platforms/bsdi/Makefile \
42541        platforms/bsdi/bacula-fd \
42542        platforms/bsdi/bacula-sd \
42543        platforms/bsdi/bacula-dir"
42544    largefile_support="yes"
42545   ;;
42546 cygwin)
42547    DISTVER=`uname -a |awk '{print $3}'`
42548    TAPEDRIVE="/dev/nrst0"
42549    WIN32=win32
42550    WCFLAGS="-mwindows"
42551    WLDFLAGS="-mwindows"
42552   ;;
42553 darwin)
42554    DISTVER=`uname -r`
42555    TAPEDRIVE="/dev/nst0"
42556    PSCMD="ps -e -o pid,command"
42557    MACOSX=macosx
42558    PFILES="${PFILES} \
42559       platforms/darwin/Makefile"
42560   ;;
42561 osx)
42562    DISTVER=`uname -r`
42563    TAPEDRIVE="/dev/nst0"
42564    PSCMD="ps -e -o pid,command"
42565    MACOSX=macosx
42566    PFILES="${PFILES} \
42567       platforms/osx/Makefile"
42568   ;;
42569 debian)
42570    if `test -f /etc/apt/sources.list && grep -q ubuntu /etc/apt/sources.list`; then
42571       DISTNAME="ubuntu"
42572    fi
42573    DISTVER=`cat /etc/debian_version`
42574    if test -f /etc/lsb-release ; then
42575       . /etc/lsb-release
42576       if test "x$DISTRIB_ID" != "x" ; then
42577          DISTNAME=$DISTRIB_ID
42578       fi
42579       if test "x$DISTRIB_RELEASE" != "x" ; then
42580          DISTVER=$DISTRIB_RELEASE
42581       fi
42582    fi
42583    if test "$DISTNAME" = "Ubuntu" ; then
42584       DISTNAME="ubuntu"
42585    fi
42586    TAPEDRIVE="/dev/nst0"
42587    PSCMD="ps -e -o pid,command"
42588    if test "$DISTNAME" = "ubuntu" ; then
42589       PFILES="${PFILES} \
42590          platforms/ubuntu/Makefile \
42591          platforms/ubuntu/bacula-fd \
42592          platforms/ubuntu/bacula-sd \
42593          platforms/ubuntu/bacula-dir"
42594    else
42595       PFILES="${PFILES} \
42596          platforms/debian/Makefile \
42597          platforms/debian/bacula-fd \
42598          platforms/debian/bacula-sd \
42599          platforms/debian/bacula-dir"
42600    fi
42601   ;;
42602 freebsd)
42603    DISTVER=`uname -a |awk '{print $3}'`
42604    VER=`echo $DISTVER | cut -c 1`
42605    if test x$VER = x4 ; then
42606       PTHREAD_LIB="${PTHREAD_LIBS:--pthread}"
42607       CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS:--pthread}"
42608    fi
42609    lld="qd"
42610    llu="qu"
42611    TAPEDRIVE="/dev/nrsa0"
42612    PSCMD="ps -ax -o pid,command"
42613    PFILES="${PFILES} \
42614        platforms/freebsd/Makefile \
42615        platforms/freebsd/bacula-fd \
42616        platforms/freebsd/bacula-sd \
42617        platforms/freebsd/bacula-dir"
42618    largefile_support="yes"
42619   ;;
42620 hpux)
42621    PSCMD="UNIX95=1; ps -e -o pid,comm"
42622    CFLAGS="${CFLAGS} -D_XOPEN_SOURCE_EXTENDED=1"
42623    DISTVER=`uname -r`
42624    TAPEDRIVE="/dev/rmt/0hnb"
42625    PTHREAD_LIB="-lpthread"
42626    cat >>confdefs.h <<\_ACEOF
42627 #define _INCLUDE_LONGLONG 1
42628 _ACEOF
42629
42630   ;;
42631 irix)
42632    DISTVER=`uname -r`
42633    TAPEDRIVE="/dev/rmt/0cbn"
42634    PSCMD="ps -e -o pid,comm"
42635    PFILES="${PFILES} \
42636        platforms/irix/Makefile \
42637        platforms/irix/bacula-fd \
42638        platforms/irix/bacula-sd \
42639        platforms/irix/bacula-dir"
42640   ;;
42641 netbsd)
42642    DISTVER=`uname -a |awk '{print $3}'`
42643    lld="qd"
42644    llu="qu"
42645    TAPEDRIVE="/dev/nrst0"
42646    PSCMD="ps -ax -o pid,command"
42647    PTHREAD_LIB="-pthread"
42648    CFLAGS="${CFLAGS} -pthread"
42649   ;;
42650 openbsd)
42651    DISTVER=`uname -a |awk '{print $3}'`
42652    lld="qd"
42653    llu="qu"
42654    TAPEDRIVE="/dev/nrst0"
42655    PSCMD="ps -ax -o pid,command"
42656    PTHREAD_LIB="-pthread"
42657    CFLAGS="${CFLAGS} -pthread"
42658    PFILES="${PFILES} \
42659        platforms/openbsd/Makefile \
42660        platforms/openbsd/bacula-fd \
42661        platforms/openbsd/bacula-sd \
42662        platforms/openbsd/bacula-dir"
42663   ;;
42664 redhat)
42665    if test -f /etc/whitebox-release ; then
42666       f=/etc/whitebox-release
42667    else
42668       f=/etc/redhat-release
42669    fi
42670    if test `cat $f | grep release |\
42671          cut -f 3 -d ' '`x = "Enterprise"x ; then
42672       DISTVER="Enterprise "`cat $f | grep release |\
42673           cut -f 6 -d ' '`
42674    else
42675        DISTVER=`cat /etc/redhat-release | grep release |\
42676            cut -f 5 -d ' '`
42677    fi
42678    TAPEDRIVE="/dev/nst0"
42679    PSCMD="ps -e -o pid,command"
42680    PFILES="${PFILES} \
42681        platforms/redhat/Makefile \
42682        platforms/redhat/bacula-fd \
42683        platforms/redhat/bacula-sd \
42684        platforms/redhat/bacula-dir
42685        "
42686   ;;
42687 mandrake)
42688    DISTVER=`cat /etc/mandrake-release | grep release |\
42689       cut -f 5 -d ' '`
42690    TAPEDRIVE="/dev/nst0"
42691    PSCMD="ps -e -o pid,command"
42692    PFILES="${PFILES} \
42693        platforms/mandrake/Makefile \
42694        platforms/mandrake/bacula-fd \
42695        platforms/mandrake/bacula-sd \
42696        platforms/mandrake/bacula-dir \
42697        platforms/mandrake/bacula.spec \
42698        "
42699   ;;
42700 gentoo)
42701    DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
42702    TAPEDRIVE="/dev/nst0"
42703    PSCMD="ps -e -o pid,command"
42704    PFILES="${PFILES} \
42705        platforms/gentoo/Makefile \
42706     platforms/gentoo/bacula-init \
42707        platforms/gentoo/bacula-fd \
42708        platforms/gentoo/bacula-sd \
42709        platforms/gentoo/bacula-dir"
42710   ;;
42711 slackware)
42712    DISTVER=`cat /etc/slackware-version`
42713    TAPEDRIVE="/dev/nst0"
42714    PSCMD="ps -e -o pid,command"
42715    PFILES="${PFILES} \
42716        platforms/slackware/Makefile \
42717        platforms/slackware/rc.bacula-fd \
42718        platforms/slackware/rc.bacula-sd \
42719        platforms/slackware/rc.bacula-dir\
42720        platforms/slackware/functions.bacula"
42721   ;;
42722 solaris)
42723    DISTVER=`uname -r`
42724    TAPEDRIVE="/dev/rmt/0cbn"
42725    PSCMD="ps -e -o pid,comm"
42726    PFILES="${PFILES} \
42727        platforms/solaris/Makefile \
42728        platforms/solaris/bacula-fd \
42729        platforms/solaris/bacula-sd \
42730        platforms/solaris/bacula-dir"
42731    if test x$DISTVER = x5.6 ; then
42732        cat >>confdefs.h <<\_ACEOF
42733 #define HAVE_OLD_SOCKOPT 1
42734 _ACEOF
42735
42736    fi
42737    LIBS="$LIBS -lresolv"
42738   ;;
42739 suse)
42740    DISTVER=`cat /etc/SuSE-release |grep VERSION|\
42741        cut -f 3 -d ' '`
42742    TAPEDRIVE="/dev/nst0"
42743    PSCMD="ps -e -o pid,command"
42744    PFILES="${PFILES} \
42745        platforms/suse/Makefile \
42746        platforms/suse/bacula-fd \
42747        platforms/suse/bacula-sd \
42748        platforms/suse/bacula-dir \
42749        platforms/suse/bacula \
42750        platforms/suse/bacula.spec"
42751   ;;
42752 suse5)
42753    DISTNAME=suse
42754    DISTVER=5.x
42755    TAPEDRIVE="/dev/nst0"
42756    PSCMD="ps -e -o pid,command"
42757    PFILES="${PFILES} \
42758        platforms/suse/Makefile \
42759        platforms/suse/bacula-fd \
42760        platforms/suse/bacula-sd \
42761        platforms/suse/bacula-dir"
42762   ;;
42763 unknown)
42764    DISTVER=unknown
42765    TAPEDRIVE="/dev/nst0"
42766   ;;
42767 *)
42768   echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
42769   ;;
42770 esac
42771
42772
42773
42774 LIBS="$PTHREAD_LIB $LIBS"
42775
42776 cat >>confdefs.h <<_ACEOF
42777 #define lld "$lld"
42778 _ACEOF
42779
42780 cat >>confdefs.h <<_ACEOF
42781 #define llu "$llu"
42782 _ACEOF
42783
42784
42785
42786
42787
42788
42789
42790
42791 MCOMMON=./autoconf/Make.common
42792
42793
42794 if test "x${subsysdir}" = "x${sbindir}" ; then
42795    echo " "
42796    echo " "
42797    echo "You have set both --sbindir and --with-subsys-dir"
42798    echo "  equal to: ${subsysdir} "
42799    echo "This is not permitted. Please reconfigure."
42800    echo " "
42801    echo "Aborting configuration ..."
42802    echo " "
42803    echo " "
42804    exit 1
42805 fi
42806
42807 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/gnome2-console/Makefile src/gnome2-console/bgnome-console.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 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_sqlite_database src/cats/update_sqlite_tables src/cats/make_sqlite_tables src/cats/grant_sqlite_privileges src/cats/drop_sqlite_tables src/cats/drop_sqlite_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/sqlite src/cats/mysql src/cats/create_bdb_database src/cats/update_bdb_tables src/cats/make_bdb_tables src/cats/grant_bdb_privileges src/cats/drop_bdb_tables src/cats/drop_bdb_database src/cats/create_bacula_database src/cats/update_bacula_tables src/cats/grant_bacula_privileges src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/drop_bacula_database src/findlib/Makefile src/tools/Makefile src/plugins/fd/Makefile src/plugins/sd/Makefile src/plugins/dir/Makefile src/win32/Makefile.inc po/Makefile.in updatedb/update_mysql_tables_9_to_10 updatedb/update_sqlite3_tables_9_to_10 updatedb/update_postgresql_tables_9_to_10 updatedb/update_sqlite_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 updatedb/update_sqlite_tables_10_to_11 $PFILES"
42808
42809 ac_config_commands="$ac_config_commands default"
42810
42811 cat >confcache <<\_ACEOF
42812 # This file is a shell script that caches the results of configure
42813 # tests run on this system so they can be shared between configure
42814 # scripts and configure runs, see configure's option --config-cache.
42815 # It is not useful on other systems.  If it contains results you don't
42816 # want to keep, you may remove or edit it.
42817 #
42818 # config.status only pays attention to the cache file if you give it
42819 # the --recheck option to rerun configure.
42820 #
42821 # `ac_cv_env_foo' variables (set or unset) will be overridden when
42822 # loading this file, other *unset* `ac_cv_foo' will be assigned the
42823 # following values.
42824
42825 _ACEOF
42826
42827 # The following way of writing the cache mishandles newlines in values,
42828 # but we know of no workaround that is simple, portable, and efficient.
42829 # So, we kill variables containing newlines.
42830 # Ultrix sh set writes to stderr and can't be redirected directly,
42831 # and sets the high bit in the cache file unless we assign to the vars.
42832 (
42833   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
42834     eval ac_val=\$$ac_var
42835     case $ac_val in #(
42836     *${as_nl}*)
42837       case $ac_var in #(
42838       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
42839 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
42840       esac
42841       case $ac_var in #(
42842       _ | IFS | as_nl) ;; #(
42843       *) $as_unset $ac_var ;;
42844       esac ;;
42845     esac
42846   done
42847
42848   (set) 2>&1 |
42849     case $as_nl`(ac_space=' '; set) 2>&1` in #(
42850     *${as_nl}ac_space=\ *)
42851       # `set' does not quote correctly, so add quotes (double-quote
42852       # substitution turns \\\\ into \\, and sed turns \\ into \).
42853       sed -n \
42854         "s/'/'\\\\''/g;
42855           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
42856       ;; #(
42857     *)
42858       # `set' quotes correctly as required by POSIX, so do not add quotes.
42859       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42860       ;;
42861     esac |
42862     sort
42863 ) |
42864   sed '
42865      /^ac_cv_env_/b end
42866      t clear
42867      :clear
42868      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
42869      t end
42870      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
42871      :end' >>confcache
42872 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
42873   if test -w "$cache_file"; then
42874     test "x$cache_file" != "x/dev/null" &&
42875       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
42876 echo "$as_me: updating cache $cache_file" >&6;}
42877     cat confcache >$cache_file
42878   else
42879     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
42880 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42881   fi
42882 fi
42883 rm -f confcache
42884
42885 test "x$prefix" = xNONE && prefix=$ac_default_prefix
42886 # Let make expand exec_prefix.
42887 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
42888
42889 DEFS=-DHAVE_CONFIG_H
42890
42891 ac_libobjs=
42892 ac_ltlibobjs=
42893 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
42894   # 1. Remove the extension, and $U if already installed.
42895   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
42896   ac_i=`echo "$ac_i" | sed "$ac_script"`
42897   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
42898   #    will be set to the directory where LIBOBJS objects are built.
42899   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
42900   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
42901 done
42902 LIBOBJS=$ac_libobjs
42903
42904 LTLIBOBJS=$ac_ltlibobjs
42905
42906
42907
42908 : ${CONFIG_STATUS=./config.status}
42909 ac_clean_files_save=$ac_clean_files
42910 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
42911 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
42912 echo "$as_me: creating $CONFIG_STATUS" >&6;}
42913 cat >$CONFIG_STATUS <<_ACEOF
42914 #! $SHELL
42915 # Generated by $as_me.
42916 # Run this file to recreate the current configuration.
42917 # Compiler output produced by configure, useful for debugging
42918 # configure, is in config.log if it exists.
42919
42920 debug=false
42921 ac_cs_recheck=false
42922 ac_cs_silent=false
42923 SHELL=\${CONFIG_SHELL-$SHELL}
42924 _ACEOF
42925
42926 cat >>$CONFIG_STATUS <<\_ACEOF
42927 ## --------------------- ##
42928 ## M4sh Initialization.  ##
42929 ## --------------------- ##
42930
42931 # Be more Bourne compatible
42932 DUALCASE=1; export DUALCASE # for MKS sh
42933 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
42934   emulate sh
42935   NULLCMD=:
42936   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
42937   # is contrary to our usage.  Disable this feature.
42938   alias -g '${1+"$@"}'='"$@"'
42939   setopt NO_GLOB_SUBST
42940 else
42941   case `(set -o) 2>/dev/null` in
42942   *posix*) set -o posix ;;
42943 esac
42944
42945 fi
42946
42947
42948
42949
42950 # PATH needs CR
42951 # Avoid depending upon Character Ranges.
42952 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
42953 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
42954 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
42955 as_cr_digits='0123456789'
42956 as_cr_alnum=$as_cr_Letters$as_cr_digits
42957
42958 # The user is always right.
42959 if test "${PATH_SEPARATOR+set}" != set; then
42960   echo "#! /bin/sh" >conf$$.sh
42961   echo  "exit 0"   >>conf$$.sh
42962   chmod +x conf$$.sh
42963   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
42964     PATH_SEPARATOR=';'
42965   else
42966     PATH_SEPARATOR=:
42967   fi
42968   rm -f conf$$.sh
42969 fi
42970
42971 # Support unset when possible.
42972 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
42973   as_unset=unset
42974 else
42975   as_unset=false
42976 fi
42977
42978
42979 # IFS
42980 # We need space, tab and new line, in precisely that order.  Quoting is
42981 # there to prevent editors from complaining about space-tab.
42982 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
42983 # splitting by setting IFS to empty value.)
42984 as_nl='
42985 '
42986 IFS=" ""        $as_nl"
42987
42988 # Find who we are.  Look in the path if we contain no directory separator.
42989 case $0 in
42990   *[\\/]* ) as_myself=$0 ;;
42991   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42992 for as_dir in $PATH
42993 do
42994   IFS=$as_save_IFS
42995   test -z "$as_dir" && as_dir=.
42996   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
42997 done
42998 IFS=$as_save_IFS
42999
43000      ;;
43001 esac
43002 # We did not find ourselves, most probably we were run as `sh COMMAND'
43003 # in which case we are not to be found in the path.
43004 if test "x$as_myself" = x; then
43005   as_myself=$0
43006 fi
43007 if test ! -f "$as_myself"; then
43008   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
43009   { (exit 1); exit 1; }
43010 fi
43011
43012 # Work around bugs in pre-3.0 UWIN ksh.
43013 for as_var in ENV MAIL MAILPATH
43014 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
43015 done
43016 PS1='$ '
43017 PS2='> '
43018 PS4='+ '
43019
43020 # NLS nuisances.
43021 for as_var in \
43022   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43023   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43024   LC_TELEPHONE LC_TIME
43025 do
43026   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
43027     eval $as_var=C; export $as_var
43028   else
43029     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
43030   fi
43031 done
43032
43033 # Required to use basename.
43034 if expr a : '\(a\)' >/dev/null 2>&1 &&
43035    test "X`expr 00001 : '.*\(...\)'`" = X001; then
43036   as_expr=expr
43037 else
43038   as_expr=false
43039 fi
43040
43041 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
43042   as_basename=basename
43043 else
43044   as_basename=false
43045 fi
43046
43047
43048 # Name of the executable.
43049 as_me=`$as_basename -- "$0" ||
43050 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
43051          X"$0" : 'X\(//\)$' \| \
43052          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
43053 echo X/"$0" |
43054     sed '/^.*\/\([^/][^/]*\)\/*$/{
43055             s//\1/
43056             q
43057           }
43058           /^X\/\(\/\/\)$/{
43059             s//\1/
43060             q
43061           }
43062           /^X\/\(\/\).*/{
43063             s//\1/
43064             q
43065           }
43066           s/.*/./; q'`
43067
43068 # CDPATH.
43069 $as_unset CDPATH
43070
43071
43072
43073   as_lineno_1=$LINENO
43074   as_lineno_2=$LINENO
43075   test "x$as_lineno_1" != "x$as_lineno_2" &&
43076   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
43077
43078   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
43079   # uniformly replaced by the line number.  The first 'sed' inserts a
43080   # line-number line after each line using $LINENO; the second 'sed'
43081   # does the real work.  The second script uses 'N' to pair each
43082   # line-number line with the line containing $LINENO, and appends
43083   # trailing '-' during substitution so that $LINENO is not a special
43084   # case at line end.
43085   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
43086   # scripts with optimization help from Paolo Bonzini.  Blame Lee
43087   # E. McMahon (1931-1989) for sed's syntax.  :-)
43088   sed -n '
43089     p
43090     /[$]LINENO/=
43091   ' <$as_myself |
43092     sed '
43093       s/[$]LINENO.*/&-/
43094       t lineno
43095       b
43096       :lineno
43097       N
43098       :loop
43099       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
43100       t loop
43101       s/-\n.*//
43102     ' >$as_me.lineno &&
43103   chmod +x "$as_me.lineno" ||
43104     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
43105    { (exit 1); exit 1; }; }
43106
43107   # Don't try to exec as it changes $[0], causing all sort of problems
43108   # (the dirname of $[0] is not the place where we might find the
43109   # original and so on.  Autoconf is especially sensitive to this).
43110   . "./$as_me.lineno"
43111   # Exit status is that of the last command.
43112   exit
43113 }
43114
43115
43116 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
43117   as_dirname=dirname
43118 else
43119   as_dirname=false
43120 fi
43121
43122 ECHO_C= ECHO_N= ECHO_T=
43123 case `echo -n x` in
43124 -n*)
43125   case `echo 'x\c'` in
43126   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
43127   *)   ECHO_C='\c';;
43128   esac;;
43129 *)
43130   ECHO_N='-n';;
43131 esac
43132
43133 if expr a : '\(a\)' >/dev/null 2>&1 &&
43134    test "X`expr 00001 : '.*\(...\)'`" = X001; then
43135   as_expr=expr
43136 else
43137   as_expr=false
43138 fi
43139
43140 rm -f conf$$ conf$$.exe conf$$.file
43141 if test -d conf$$.dir; then
43142   rm -f conf$$.dir/conf$$.file
43143 else
43144   rm -f conf$$.dir
43145   mkdir conf$$.dir
43146 fi
43147 echo >conf$$.file
43148 if ln -s conf$$.file conf$$ 2>/dev/null; then
43149   as_ln_s='ln -s'
43150   # ... but there are two gotchas:
43151   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
43152   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
43153   # In both cases, we have to default to `cp -p'.
43154   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
43155     as_ln_s='cp -p'
43156 elif ln conf$$.file conf$$ 2>/dev/null; then
43157   as_ln_s=ln
43158 else
43159   as_ln_s='cp -p'
43160 fi
43161 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
43162 rmdir conf$$.dir 2>/dev/null
43163
43164 if mkdir -p . 2>/dev/null; then
43165   as_mkdir_p=:
43166 else
43167   test -d ./-p && rmdir ./-p
43168   as_mkdir_p=false
43169 fi
43170
43171 if test -x / >/dev/null 2>&1; then
43172   as_test_x='test -x'
43173 else
43174   if ls -dL / >/dev/null 2>&1; then
43175     as_ls_L_option=L
43176   else
43177     as_ls_L_option=
43178   fi
43179   as_test_x='
43180     eval sh -c '\''
43181       if test -d "$1"; then
43182         test -d "$1/.";
43183       else
43184         case $1 in
43185         -*)set "./$1";;
43186         esac;
43187         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
43188         ???[sx]*):;;*)false;;esac;fi
43189     '\'' sh
43190   '
43191 fi
43192 as_executable_p=$as_test_x
43193
43194 # Sed expression to map a string onto a valid CPP name.
43195 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
43196
43197 # Sed expression to map a string onto a valid variable name.
43198 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
43199
43200
43201 exec 6>&1
43202
43203 # Save the log message, to keep $[0] and so on meaningful, and to
43204 # report actual input values of CONFIG_FILES etc. instead of their
43205 # values after options handling.
43206 ac_log="
43207 This file was extended by $as_me, which was
43208 generated by GNU Autoconf 2.61.  Invocation command line was
43209
43210   CONFIG_FILES    = $CONFIG_FILES
43211   CONFIG_HEADERS  = $CONFIG_HEADERS
43212   CONFIG_LINKS    = $CONFIG_LINKS
43213   CONFIG_COMMANDS = $CONFIG_COMMANDS
43214   $ $0 $@
43215
43216 on `(hostname || uname -n) 2>/dev/null | sed 1q`
43217 "
43218
43219 _ACEOF
43220
43221 cat >>$CONFIG_STATUS <<_ACEOF
43222 # Files that config.status was made for.
43223 config_files="$ac_config_files"
43224 config_headers="$ac_config_headers"
43225 config_commands="$ac_config_commands"
43226
43227 _ACEOF
43228
43229 cat >>$CONFIG_STATUS <<\_ACEOF
43230 ac_cs_usage="\
43231 \`$as_me' instantiates files from templates according to the
43232 current configuration.
43233
43234 Usage: $0 [OPTIONS] [FILE]...
43235
43236   -h, --help       print this help, then exit
43237   -V, --version    print version number and configuration settings, then exit
43238   -q, --quiet      do not print progress messages
43239   -d, --debug      don't remove temporary files
43240       --recheck    update $as_me by reconfiguring in the same conditions
43241   --file=FILE[:TEMPLATE]
43242                    instantiate the configuration file FILE
43243   --header=FILE[:TEMPLATE]
43244                    instantiate the configuration header FILE
43245
43246 Configuration files:
43247 $config_files
43248
43249 Configuration headers:
43250 $config_headers
43251
43252 Configuration commands:
43253 $config_commands
43254
43255 Report bugs to <bug-autoconf@gnu.org>."
43256
43257 _ACEOF
43258 cat >>$CONFIG_STATUS <<_ACEOF
43259 ac_cs_version="\\
43260 config.status
43261 configured by $0, generated by GNU Autoconf 2.61,
43262   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
43263
43264 Copyright (C) 2006 Free Software Foundation, Inc.
43265 This config.status script is free software; the Free Software Foundation
43266 gives unlimited permission to copy, distribute and modify it."
43267
43268 ac_pwd='$ac_pwd'
43269 srcdir='$srcdir'
43270 INSTALL='$INSTALL'
43271 _ACEOF
43272
43273 cat >>$CONFIG_STATUS <<\_ACEOF
43274 # If no file are specified by the user, then we need to provide default
43275 # value.  By we need to know if files were specified by the user.
43276 ac_need_defaults=:
43277 while test $# != 0
43278 do
43279   case $1 in
43280   --*=*)
43281     ac_option=`expr "X$1" : 'X\([^=]*\)='`
43282     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
43283     ac_shift=:
43284     ;;
43285   *)
43286     ac_option=$1
43287     ac_optarg=$2
43288     ac_shift=shift
43289     ;;
43290   esac
43291
43292   case $ac_option in
43293   # Handling of the options.
43294   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
43295     ac_cs_recheck=: ;;
43296   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
43297     echo "$ac_cs_version"; exit ;;
43298   --debug | --debu | --deb | --de | --d | -d )
43299     debug=: ;;
43300   --file | --fil | --fi | --f )
43301     $ac_shift
43302     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
43303     ac_need_defaults=false;;
43304   --header | --heade | --head | --hea )
43305     $ac_shift
43306     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
43307     ac_need_defaults=false;;
43308   --he | --h)
43309     # Conflict between --help and --header
43310     { echo "$as_me: error: ambiguous option: $1
43311 Try \`$0 --help' for more information." >&2
43312    { (exit 1); exit 1; }; };;
43313   --help | --hel | -h )
43314     echo "$ac_cs_usage"; exit ;;
43315   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
43316   | -silent | --silent | --silen | --sile | --sil | --si | --s)
43317     ac_cs_silent=: ;;
43318
43319   # This is an error.
43320   -*) { echo "$as_me: error: unrecognized option: $1
43321 Try \`$0 --help' for more information." >&2
43322    { (exit 1); exit 1; }; } ;;
43323
43324   *) ac_config_targets="$ac_config_targets $1"
43325      ac_need_defaults=false ;;
43326
43327   esac
43328   shift
43329 done
43330
43331 ac_configure_extra_args=
43332
43333 if $ac_cs_silent; then
43334   exec 6>/dev/null
43335   ac_configure_extra_args="$ac_configure_extra_args --silent"
43336 fi
43337
43338 _ACEOF
43339 cat >>$CONFIG_STATUS <<_ACEOF
43340 if \$ac_cs_recheck; then
43341   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
43342   CONFIG_SHELL=$SHELL
43343   export CONFIG_SHELL
43344   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
43345 fi
43346
43347 _ACEOF
43348 cat >>$CONFIG_STATUS <<\_ACEOF
43349 exec 5>>config.log
43350 {
43351   echo
43352   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
43353 ## Running $as_me. ##
43354 _ASBOX
43355   echo "$ac_log"
43356 } >&5
43357
43358 _ACEOF
43359 cat >>$CONFIG_STATUS <<_ACEOF
43360 #
43361 # INIT-COMMANDS
43362 #
43363
43364
43365 # The HP-UX ksh and POSIX shell print the target directory to stdout
43366 # if CDPATH is set.
43367 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
43368
43369 sed_quote_subst='$sed_quote_subst'
43370 double_quote_subst='$double_quote_subst'
43371 delay_variable_subst='$delay_variable_subst'
43372 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
43373 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
43374 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
43375 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
43376 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
43377 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
43378 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
43379 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
43380 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
43381 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
43382 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
43383 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
43384 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
43385 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
43386 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
43387 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
43388 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
43389 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
43390 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
43391 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
43392 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
43393 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
43394 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
43395 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
43396 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
43397 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
43398 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
43399 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43400 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
43401 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
43402 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
43403 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
43404 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
43405 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
43406 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
43407 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43408 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43409 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43410 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
43411 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
43412 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
43413 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
43414 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
43415 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
43416 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"`'
43417 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"`'
43418 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
43419 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
43420 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
43421 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
43422 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
43423 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
43424 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
43425 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
43426 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
43427 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
43428 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
43429 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
43430 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
43431 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
43432 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
43433 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
43434 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43435 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43436 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
43437 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
43438 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
43439 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
43440 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
43441 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43442 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43443 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43444 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43445 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43446 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43447 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
43448 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
43449 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
43450 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
43451 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
43452 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
43453 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
43454 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
43455 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
43456 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
43457 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
43458 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
43459 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
43460 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
43461 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
43462 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43463 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
43464 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
43465 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43466 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
43467 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
43468 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
43469 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
43470 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
43471 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
43472 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
43473 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
43474 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
43475 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
43476 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
43477 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43478 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43479 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
43480 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
43481 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
43482 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
43483 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
43484 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
43485 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
43486 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
43487 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
43488 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
43489 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
43490 compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
43491 predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
43492 postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
43493 predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
43494 postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
43495 compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
43496 LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43497 old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43498 compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43499 GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43500 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43501 lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43502 lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43503 lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43504 lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43505 archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43506 enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43507 export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43508 whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43509 compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43510 old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43511 old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43512 archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43513 archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43514 module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43515 module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43516 with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43517 allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43518 no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43519 hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43520 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43521 hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43522 hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43523 hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43524 hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43525 hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43526 hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43527 inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43528 link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43529 fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43530 always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43531 export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43532 exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43533 include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43534 prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43535 file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43536 hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43537 compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43538 predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43539 postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43540 predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43541 postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43542 compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
43543
43544 LTCC='$LTCC'
43545 LTCFLAGS='$LTCFLAGS'
43546 compiler='$compiler_DEFAULT'
43547
43548 # Quote evaled strings.
43549 for var in SED \
43550 GREP \
43551 EGREP \
43552 FGREP \
43553 LD \
43554 NM \
43555 LN_S \
43556 lt_SP2NL \
43557 lt_NL2SP \
43558 reload_flag \
43559 OBJDUMP \
43560 deplibs_check_method \
43561 file_magic_cmd \
43562 AR \
43563 AR_FLAGS \
43564 STRIP \
43565 RANLIB \
43566 CC \
43567 CFLAGS \
43568 compiler \
43569 lt_cv_sys_global_symbol_pipe \
43570 lt_cv_sys_global_symbol_to_cdecl \
43571 lt_cv_sys_global_symbol_to_c_name_address \
43572 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
43573 SHELL \
43574 ECHO \
43575 lt_prog_compiler_no_builtin_flag \
43576 lt_prog_compiler_wl \
43577 lt_prog_compiler_pic \
43578 lt_prog_compiler_static \
43579 lt_cv_prog_compiler_c_o \
43580 need_locks \
43581 DSYMUTIL \
43582 NMEDIT \
43583 LIPO \
43584 OTOOL \
43585 OTOOL64 \
43586 shrext_cmds \
43587 export_dynamic_flag_spec \
43588 whole_archive_flag_spec \
43589 compiler_needs_object \
43590 with_gnu_ld \
43591 allow_undefined_flag \
43592 no_undefined_flag \
43593 hardcode_libdir_flag_spec \
43594 hardcode_libdir_flag_spec_ld \
43595 hardcode_libdir_separator \
43596 fix_srcfile_path \
43597 exclude_expsyms \
43598 include_expsyms \
43599 file_list_spec \
43600 variables_saved_for_relink \
43601 libname_spec \
43602 library_names_spec \
43603 soname_spec \
43604 finish_eval \
43605 old_striplib \
43606 striplib \
43607 compiler_lib_search_dirs \
43608 predep_objects \
43609 postdep_objects \
43610 predeps \
43611 postdeps \
43612 compiler_lib_search_path \
43613 LD_CXX \
43614 compiler_CXX \
43615 lt_prog_compiler_no_builtin_flag_CXX \
43616 lt_prog_compiler_wl_CXX \
43617 lt_prog_compiler_pic_CXX \
43618 lt_prog_compiler_static_CXX \
43619 lt_cv_prog_compiler_c_o_CXX \
43620 export_dynamic_flag_spec_CXX \
43621 whole_archive_flag_spec_CXX \
43622 compiler_needs_object_CXX \
43623 with_gnu_ld_CXX \
43624 allow_undefined_flag_CXX \
43625 no_undefined_flag_CXX \
43626 hardcode_libdir_flag_spec_CXX \
43627 hardcode_libdir_flag_spec_ld_CXX \
43628 hardcode_libdir_separator_CXX \
43629 fix_srcfile_path_CXX \
43630 exclude_expsyms_CXX \
43631 include_expsyms_CXX \
43632 file_list_spec_CXX \
43633 compiler_lib_search_dirs_CXX \
43634 predep_objects_CXX \
43635 postdep_objects_CXX \
43636 predeps_CXX \
43637 postdeps_CXX \
43638 compiler_lib_search_path_CXX; do
43639     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
43640     *[\\\\\\\`\\"\\\$]*)
43641       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
43642       ;;
43643     *)
43644       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
43645       ;;
43646     esac
43647 done
43648
43649 # Double-quote double-evaled strings.
43650 for var in reload_cmds \
43651 old_postinstall_cmds \
43652 old_postuninstall_cmds \
43653 old_archive_cmds \
43654 extract_expsyms_cmds \
43655 old_archive_from_new_cmds \
43656 old_archive_from_expsyms_cmds \
43657 archive_cmds \
43658 archive_expsym_cmds \
43659 module_cmds \
43660 module_expsym_cmds \
43661 export_symbols_cmds \
43662 prelink_cmds \
43663 postinstall_cmds \
43664 postuninstall_cmds \
43665 finish_cmds \
43666 sys_lib_search_path_spec \
43667 sys_lib_dlsearch_path_spec \
43668 old_archive_cmds_CXX \
43669 old_archive_from_new_cmds_CXX \
43670 old_archive_from_expsyms_cmds_CXX \
43671 archive_cmds_CXX \
43672 archive_expsym_cmds_CXX \
43673 module_cmds_CXX \
43674 module_expsym_cmds_CXX \
43675 export_symbols_cmds_CXX \
43676 prelink_cmds_CXX; do
43677     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
43678     *[\\\\\\\`\\"\\\$]*)
43679       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
43680       ;;
43681     *)
43682       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
43683       ;;
43684     esac
43685 done
43686
43687 # Fix-up fallback echo if it was mangled by the above quoting rules.
43688 case \$lt_ECHO in
43689 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
43690   ;;
43691 esac
43692
43693 ac_aux_dir='$ac_aux_dir'
43694 xsi_shell='$xsi_shell'
43695 lt_shell_append='$lt_shell_append'
43696
43697 # See if we are running on zsh, and set the options which allow our
43698 # commands through without removal of \ escapes INIT.
43699 if test -n "\${ZSH_VERSION+set}" ; then
43700    setopt NO_GLOB_SUBST
43701 fi
43702
43703
43704     PACKAGE='$PACKAGE'
43705     VERSION='$VERSION'
43706     TIMESTAMP='$TIMESTAMP'
43707     RM='$RM'
43708     ofile='$ofile'
43709
43710
43711
43712
43713
43714 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
43715     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
43716     # from automake.
43717     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
43718     # Capture the value of LINGUAS because we need it to compute CATALOGS.
43719     LINGUAS="${LINGUAS-%UNSET%}"
43720
43721
43722 _ACEOF
43723
43724 cat >>$CONFIG_STATUS <<\_ACEOF
43725
43726 # Handling of arguments.
43727 for ac_config_target in $ac_config_targets
43728 do
43729   case $ac_config_target in
43730     "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:autoconf/config.h.in" ;;
43731     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
43732     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
43733     "autoconf/Make.common") CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
43734     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
43735     "manpages/Makefile") CONFIG_FILES="$CONFIG_FILES manpages/Makefile" ;;
43736     "scripts/startmysql") CONFIG_FILES="$CONFIG_FILES scripts/startmysql" ;;
43737     "scripts/stopmysql") CONFIG_FILES="$CONFIG_FILES scripts/stopmysql" ;;
43738     "scripts/btraceback") CONFIG_FILES="$CONFIG_FILES scripts/btraceback" ;;
43739     "scripts/startit") CONFIG_FILES="$CONFIG_FILES scripts/startit" ;;
43740     "scripts/stopit") CONFIG_FILES="$CONFIG_FILES scripts/stopit" ;;
43741     "scripts/bconsole") CONFIG_FILES="$CONFIG_FILES scripts/bconsole" ;;
43742     "scripts/gconsole") CONFIG_FILES="$CONFIG_FILES scripts/gconsole" ;;
43743     "scripts/bacula") CONFIG_FILES="$CONFIG_FILES scripts/bacula" ;;
43744     "scripts/bacula-ctl-dir") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-dir" ;;
43745     "scripts/bacula-ctl-fd") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-fd" ;;
43746     "scripts/bacula-ctl-sd") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-sd" ;;
43747     "scripts/devel_bacula") CONFIG_FILES="$CONFIG_FILES scripts/devel_bacula" ;;
43748     "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
43749     "scripts/logrotate") CONFIG_FILES="$CONFIG_FILES scripts/logrotate" ;;
43750     "scripts/bacula.desktop.gnome1") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1" ;;
43751     "scripts/bacula.desktop.gnome2") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2" ;;
43752     "scripts/bacula.desktop.gnome1.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1.consolehelper" ;;
43753     "scripts/bacula.desktop.gnome2.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2.consolehelper" ;;
43754     "scripts/bacula.desktop.gnome1.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1.xsu" ;;
43755     "scripts/bacula.desktop.gnome2.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2.xsu" ;;
43756     "scripts/bgnome-console.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/bgnome-console.console_apps" ;;
43757     "scripts/mtx-changer") CONFIG_FILES="$CONFIG_FILES scripts/mtx-changer" ;;
43758     "scripts/disk-changer") CONFIG_FILES="$CONFIG_FILES scripts/disk-changer" ;;
43759     "scripts/dvd-handler") CONFIG_FILES="$CONFIG_FILES scripts/dvd-handler" ;;
43760     "scripts/dvd-simulator") CONFIG_FILES="$CONFIG_FILES scripts/dvd-simulator" ;;
43761     "scripts/bacula-tray-monitor.desktop") CONFIG_FILES="$CONFIG_FILES scripts/bacula-tray-monitor.desktop" ;;
43762     "scripts/logwatch/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/logwatch/Makefile" ;;
43763     "scripts/logwatch/logfile.bacula.conf") CONFIG_FILES="$CONFIG_FILES scripts/logwatch/logfile.bacula.conf" ;;
43764     "scripts/wxconsole.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.console_apps" ;;
43765     "scripts/wxconsole.desktop.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.desktop.consolehelper" ;;
43766     "scripts/wxconsole.desktop.xsu") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.desktop.xsu" ;;
43767     "scripts/bat.desktop") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop" ;;
43768     "scripts/bat.desktop.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.xsu" ;;
43769     "scripts/bat.desktop.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.consolehelper" ;;
43770     "scripts/bat.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/bat.console_apps" ;;
43771     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
43772     "src/host.h") CONFIG_FILES="$CONFIG_FILES src/host.h" ;;
43773     "src/console/Makefile") CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;;
43774     "src/console/bconsole.conf") CONFIG_FILES="$CONFIG_FILES src/console/bconsole.conf" ;;
43775     "src/gnome2-console/Makefile") CONFIG_FILES="$CONFIG_FILES src/gnome2-console/Makefile" ;;
43776     "src/gnome2-console/bgnome-console.conf") CONFIG_FILES="$CONFIG_FILES src/gnome2-console/bgnome-console.conf" ;;
43777     "src/qt-console/bat.conf") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.conf" ;;
43778     "src/qt-console/bat.pro") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.pro" ;;
43779     "src/qt-console/bat.pro.mingw32") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.pro.mingw32" ;;
43780     "src/qt-console/install_conf_file") CONFIG_FILES="$CONFIG_FILES src/qt-console/install_conf_file" ;;
43781     "src/wx-console/Makefile") CONFIG_FILES="$CONFIG_FILES src/wx-console/Makefile" ;;
43782     "src/wx-console/bwx-console.conf") CONFIG_FILES="$CONFIG_FILES src/wx-console/bwx-console.conf" ;;
43783     "src/tray-monitor/Makefile") CONFIG_FILES="$CONFIG_FILES src/tray-monitor/Makefile" ;;
43784     "src/tray-monitor/tray-monitor.conf") CONFIG_FILES="$CONFIG_FILES src/tray-monitor/tray-monitor.conf" ;;
43785     "src/dird/Makefile") CONFIG_FILES="$CONFIG_FILES src/dird/Makefile" ;;
43786     "src/dird/bacula-dir.conf") CONFIG_FILES="$CONFIG_FILES src/dird/bacula-dir.conf" ;;
43787     "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
43788     "src/stored/Makefile") CONFIG_FILES="$CONFIG_FILES src/stored/Makefile" ;;
43789     "src/stored/bacula-sd.conf") CONFIG_FILES="$CONFIG_FILES src/stored/bacula-sd.conf" ;;
43790     "src/filed/Makefile") CONFIG_FILES="$CONFIG_FILES src/filed/Makefile" ;;
43791     "src/filed/bacula-fd.conf") CONFIG_FILES="$CONFIG_FILES src/filed/bacula-fd.conf" ;;
43792     "src/cats/Makefile") CONFIG_FILES="$CONFIG_FILES src/cats/Makefile" ;;
43793     "src/cats/make_catalog_backup") CONFIG_FILES="$CONFIG_FILES src/cats/make_catalog_backup" ;;
43794     "src/cats/delete_catalog_backup") CONFIG_FILES="$CONFIG_FILES src/cats/delete_catalog_backup" ;;
43795     "src/cats/create_postgresql_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_postgresql_database" ;;
43796     "src/cats/update_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_postgresql_tables" ;;
43797     "src/cats/make_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_postgresql_tables" ;;
43798     "src/cats/grant_postgresql_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_postgresql_privileges" ;;
43799     "src/cats/drop_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_tables" ;;
43800     "src/cats/drop_postgresql_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_database" ;;
43801     "src/cats/create_mysql_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_mysql_database" ;;
43802     "src/cats/update_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_mysql_tables" ;;
43803     "src/cats/make_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_mysql_tables" ;;
43804     "src/cats/grant_mysql_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_mysql_privileges" ;;
43805     "src/cats/drop_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_tables" ;;
43806     "src/cats/drop_mysql_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_database" ;;
43807     "src/cats/create_sqlite_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_sqlite_database" ;;
43808     "src/cats/update_sqlite_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_sqlite_tables" ;;
43809     "src/cats/make_sqlite_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_sqlite_tables" ;;
43810     "src/cats/grant_sqlite_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_sqlite_privileges" ;;
43811     "src/cats/drop_sqlite_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite_tables" ;;
43812     "src/cats/drop_sqlite_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite_database" ;;
43813     "src/cats/create_sqlite3_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_sqlite3_database" ;;
43814     "src/cats/update_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_sqlite3_tables" ;;
43815     "src/cats/make_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_sqlite3_tables" ;;
43816     "src/cats/grant_sqlite3_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_sqlite3_privileges" ;;
43817     "src/cats/drop_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite3_tables" ;;
43818     "src/cats/drop_sqlite3_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite3_database" ;;
43819     "src/cats/sqlite") CONFIG_FILES="$CONFIG_FILES src/cats/sqlite" ;;
43820     "src/cats/mysql") CONFIG_FILES="$CONFIG_FILES src/cats/mysql" ;;
43821     "src/cats/create_bdb_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_bdb_database" ;;
43822     "src/cats/update_bdb_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_bdb_tables" ;;
43823     "src/cats/make_bdb_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_bdb_tables" ;;
43824     "src/cats/grant_bdb_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_bdb_privileges" ;;
43825     "src/cats/drop_bdb_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bdb_tables" ;;
43826     "src/cats/drop_bdb_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bdb_database" ;;
43827     "src/cats/create_bacula_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_bacula_database" ;;
43828     "src/cats/update_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_bacula_tables" ;;
43829     "src/cats/grant_bacula_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_bacula_privileges" ;;
43830     "src/cats/make_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_bacula_tables" ;;
43831     "src/cats/drop_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_tables" ;;
43832     "src/cats/drop_bacula_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_database" ;;
43833     "src/findlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/findlib/Makefile" ;;
43834     "src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;;
43835     "src/plugins/fd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/fd/Makefile" ;;
43836     "src/plugins/sd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sd/Makefile" ;;
43837     "src/plugins/dir/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/dir/Makefile" ;;
43838     "src/win32/Makefile.inc") CONFIG_FILES="$CONFIG_FILES src/win32/Makefile.inc" ;;
43839     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
43840     "updatedb/update_mysql_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_9_to_10" ;;
43841     "updatedb/update_sqlite3_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite3_tables_9_to_10" ;;
43842     "updatedb/update_postgresql_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_9_to_10" ;;
43843     "updatedb/update_sqlite_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite_tables_9_to_10" ;;
43844     "updatedb/update_mysql_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_10_to_11" ;;
43845     "updatedb/update_sqlite3_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite3_tables_10_to_11" ;;
43846     "updatedb/update_postgresql_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_10_to_11" ;;
43847     "updatedb/update_sqlite_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite_tables_10_to_11" ;;
43848     "$PFILES") CONFIG_FILES="$CONFIG_FILES $PFILES" ;;
43849     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
43850
43851   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
43852 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
43853    { (exit 1); exit 1; }; };;
43854   esac
43855 done
43856
43857
43858 # If the user did not use the arguments to specify the items to instantiate,
43859 # then the envvar interface is used.  Set only those that are not.
43860 # We use the long form for the default assignment because of an extremely
43861 # bizarre bug on SunOS 4.1.3.
43862 if $ac_need_defaults; then
43863   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
43864   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
43865   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
43866 fi
43867
43868 # Have a temporary directory for convenience.  Make it in the build tree
43869 # simply because there is no reason against having it here, and in addition,
43870 # creating and moving files from /tmp can sometimes cause problems.
43871 # Hook for its removal unless debugging.
43872 # Note that there is a small window in which the directory will not be cleaned:
43873 # after its creation but before its name has been assigned to `$tmp'.
43874 $debug ||
43875 {
43876   tmp=
43877   trap 'exit_status=$?
43878   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
43879 ' 0
43880   trap '{ (exit 1); exit 1; }' 1 2 13 15
43881 }
43882 # Create a (secure) tmp directory for tmp files.
43883
43884 {
43885   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
43886   test -n "$tmp" && test -d "$tmp"
43887 }  ||
43888 {
43889   tmp=./conf$$-$RANDOM
43890   (umask 077 && mkdir "$tmp")
43891 } ||
43892 {
43893    echo "$me: cannot create a temporary directory in ." >&2
43894    { (exit 1); exit 1; }
43895 }
43896
43897 #
43898 # Set up the sed scripts for CONFIG_FILES section.
43899 #
43900
43901 # No need to generate the scripts if there are no CONFIG_FILES.
43902 # This happens for instance when ./config.status config.h
43903 if test -n "$CONFIG_FILES"; then
43904
43905 _ACEOF
43906
43907 # Create sed commands to just substitute file output variables.
43908
43909 # Remaining file output variables are in a fragment that also has non-file
43910 # output varibles.
43911
43912
43913
43914 ac_delim='%!_!# '
43915 for ac_last_try in false false false false false :; do
43916   cat >conf$$subs.sed <<_ACEOF
43917 SHELL!$SHELL$ac_delim
43918 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
43919 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
43920 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
43921 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
43922 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
43923 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
43924 exec_prefix!$exec_prefix$ac_delim
43925 prefix!$prefix$ac_delim
43926 program_transform_name!$program_transform_name$ac_delim
43927 bindir!$bindir$ac_delim
43928 sbindir!$sbindir$ac_delim
43929 libexecdir!$libexecdir$ac_delim
43930 datarootdir!$datarootdir$ac_delim
43931 datadir!$datadir$ac_delim
43932 sysconfdir!$sysconfdir$ac_delim
43933 sharedstatedir!$sharedstatedir$ac_delim
43934 localstatedir!$localstatedir$ac_delim
43935 includedir!$includedir$ac_delim
43936 oldincludedir!$oldincludedir$ac_delim
43937 docdir!$docdir$ac_delim
43938 infodir!$infodir$ac_delim
43939 htmldir!$htmldir$ac_delim
43940 dvidir!$dvidir$ac_delim
43941 pdfdir!$pdfdir$ac_delim
43942 psdir!$psdir$ac_delim
43943 libdir!$libdir$ac_delim
43944 localedir!$localedir$ac_delim
43945 mandir!$mandir$ac_delim
43946 DEFS!$DEFS$ac_delim
43947 ECHO_C!$ECHO_C$ac_delim
43948 ECHO_N!$ECHO_N$ac_delim
43949 ECHO_T!$ECHO_T$ac_delim
43950 LIBS!$LIBS$ac_delim
43951 build_alias!$build_alias$ac_delim
43952 host_alias!$host_alias$ac_delim
43953 target_alias!$target_alias$ac_delim
43954 BUILD_DIR!$BUILD_DIR$ac_delim
43955 TOP_DIR!$TOP_DIR$ac_delim
43956 WIN32BUILDDIR!$WIN32BUILDDIR$ac_delim
43957 WIN32MAINDIR!$WIN32MAINDIR$ac_delim
43958 WIN32TOPDIR!$WIN32TOPDIR$ac_delim
43959 TRUEPRG!$TRUEPRG$ac_delim
43960 FALSEPRG!$FALSEPRG$ac_delim
43961 VERSION!$VERSION$ac_delim
43962 DATE!$DATE$ac_delim
43963 LSMDATE!$LSMDATE$ac_delim
43964 BACULA!$BACULA$ac_delim
43965 post_host!$post_host$ac_delim
43966 CC!$CC$ac_delim
43967 CFLAGS!$CFLAGS$ac_delim
43968 LDFLAGS!$LDFLAGS$ac_delim
43969 CPPFLAGS!$CPPFLAGS$ac_delim
43970 ac_ct_CC!$ac_ct_CC$ac_delim
43971 EXEEXT!$EXEEXT$ac_delim
43972 OBJEXT!$OBJEXT$ac_delim
43973 CXX!$CXX$ac_delim
43974 CXXFLAGS!$CXXFLAGS$ac_delim
43975 ac_ct_CXX!$ac_ct_CXX$ac_delim
43976 CPP!$CPP$ac_delim
43977 GREP!$GREP$ac_delim
43978 EGREP!$EGREP$ac_delim
43979 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
43980 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
43981 INSTALL_DATA!$INSTALL_DATA$ac_delim
43982 MV!$MV$ac_delim
43983 REMOVE!$REMOVE$ac_delim
43984 CP!$CP$ac_delim
43985 SED!$SED$ac_delim
43986 ECHO!$ECHO$ac_delim
43987 CMP!$CMP$ac_delim
43988 TBL!$TBL$ac_delim
43989 AR!$AR$ac_delim
43990 OPENSSL!$OPENSSL$ac_delim
43991 MTX!$MTX$ac_delim
43992 DD!$DD$ac_delim
43993 MKISOFS!$MKISOFS$ac_delim
43994 PYTHON!$PYTHON$ac_delim
43995 GROWISOFS!$GROWISOFS$ac_delim
43996 DVDRWMEDIAINFO!$DVDRWMEDIAINFO$ac_delim
43997 DVDRWFORMAT!$DVDRWFORMAT$ac_delim
43998 PKGCONFIG!$PKGCONFIG$ac_delim
43999 QMAKE!$QMAKE$ac_delim
44000 QMAKEQT4!$QMAKEQT4$ac_delim
44001 GMAKE!$GMAKE$ac_delim
44002 WXCONFIG!$WXCONFIG$ac_delim
44003 WXFLAGS!$WXFLAGS$ac_delim
44004 CDRECORD!$CDRECORD$ac_delim
44005 PIDOF!$PIDOF$ac_delim
44006 AWK!$AWK$ac_delim
44007 ARFLAGS!$ARFLAGS$ac_delim
44008 MAKE_SHELL!$MAKE_SHELL$ac_delim
44009 LOCAL_LIBS!$LOCAL_LIBS$ac_delim
44010 LOCAL_CFLAGS!$LOCAL_CFLAGS$ac_delim
44011 _ACEOF
44012
44013   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 94; then
44014     break
44015   elif $ac_last_try; then
44016     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
44017 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
44018    { (exit 1); exit 1; }; }
44019   else
44020     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
44021   fi
44022 done
44023
44024 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
44025 if test -n "$ac_eof"; then
44026   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
44027   ac_eof=`expr $ac_eof + 1`
44028 fi
44029
44030 cat >>$CONFIG_STATUS <<_ACEOF
44031 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
44032 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
44033 /^[      ]*@MCOMMON@[    ]*$/{
44034 r $MCOMMON
44035 d
44036 }
44037 _ACEOF
44038 sed '
44039 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
44040 s/^/s,@/; s/!/@,|#_!!_#|/
44041 :n
44042 t n
44043 s/'"$ac_delim"'$/,g/; t
44044 s/$/\\/; p
44045 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
44046 ' >>$CONFIG_STATUS <conf$$subs.sed
44047 rm -f conf$$subs.sed
44048 cat >>$CONFIG_STATUS <<_ACEOF
44049 CEOF$ac_eof
44050 _ACEOF
44051
44052
44053 ac_delim='%!_!# '
44054 for ac_last_try in false false false false false :; do
44055   cat >conf$$subs.sed <<_ACEOF
44056 LOCAL_LDFLAGS!$LOCAL_LDFLAGS$ac_delim
44057 LOCAL_DEFS!$LOCAL_DEFS$ac_delim
44058 LIBTOOL!$LIBTOOL$ac_delim
44059 build!$build$ac_delim
44060 build_cpu!$build_cpu$ac_delim
44061 build_vendor!$build_vendor$ac_delim
44062 build_os!$build_os$ac_delim
44063 host!$host$ac_delim
44064 host_cpu!$host_cpu$ac_delim
44065 host_vendor!$host_vendor$ac_delim
44066 host_os!$host_os$ac_delim
44067 FGREP!$FGREP$ac_delim
44068 LD!$LD$ac_delim
44069 DUMPBIN!$DUMPBIN$ac_delim
44070 ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
44071 NM!$NM$ac_delim
44072 LN_S!$LN_S$ac_delim
44073 OBJDUMP!$OBJDUMP$ac_delim
44074 STRIP!$STRIP$ac_delim
44075 RANLIB!$RANLIB$ac_delim
44076 lt_ECHO!$lt_ECHO$ac_delim
44077 DSYMUTIL!$DSYMUTIL$ac_delim
44078 NMEDIT!$NMEDIT$ac_delim
44079 LIPO!$LIPO$ac_delim
44080 OTOOL!$OTOOL$ac_delim
44081 OTOOL64!$OTOOL64$ac_delim
44082 CXXCPP!$CXXCPP$ac_delim
44083 DEFAULT_OBJECT_TYPE!$DEFAULT_OBJECT_TYPE$ac_delim
44084 DEFAULT_ARCHIVE_TYPE!$DEFAULT_ARCHIVE_TYPE$ac_delim
44085 DEFAULT_SHARED_OBJECT_TYPE!$DEFAULT_SHARED_OBJECT_TYPE$ac_delim
44086 LIBTOOL_INSTALL_TARGET!$LIBTOOL_INSTALL_TARGET$ac_delim
44087 LIBTOOL_UNINSTALL_TARGET!$LIBTOOL_UNINSTALL_TARGET$ac_delim
44088 LIBTOOL_CLEAN_TARGET!$LIBTOOL_CLEAN_TARGET$ac_delim
44089 QMAKE_LIBTOOL!$QMAKE_LIBTOOL$ac_delim
44090 INCLUDE_INSTALL_TARGET!$INCLUDE_INSTALL_TARGET$ac_delim
44091 INCLUDE_UNINSTALL_TARGET!$INCLUDE_UNINSTALL_TARGET$ac_delim
44092 HAVE_SUN_OS_TRUE!$HAVE_SUN_OS_TRUE$ac_delim
44093 HAVE_SUN_OS_FALSE!$HAVE_SUN_OS_FALSE$ac_delim
44094 HAVE_OSF1_OS_TRUE!$HAVE_OSF1_OS_TRUE$ac_delim
44095 HAVE_OSF1_OS_FALSE!$HAVE_OSF1_OS_FALSE$ac_delim
44096 HAVE_AIX_OS_TRUE!$HAVE_AIX_OS_TRUE$ac_delim
44097 HAVE_AIX_OS_FALSE!$HAVE_AIX_OS_FALSE$ac_delim
44098 HAVE_HPUX_OS_TRUE!$HAVE_HPUX_OS_TRUE$ac_delim
44099 HAVE_HPUX_OS_FALSE!$HAVE_HPUX_OS_FALSE$ac_delim
44100 HAVE_LINUX_OS_TRUE!$HAVE_LINUX_OS_TRUE$ac_delim
44101 HAVE_LINUX_OS_FALSE!$HAVE_LINUX_OS_FALSE$ac_delim
44102 HAVE_FREEBSD_OS_TRUE!$HAVE_FREEBSD_OS_TRUE$ac_delim
44103 HAVE_FREEBSD_OS_FALSE!$HAVE_FREEBSD_OS_FALSE$ac_delim
44104 HAVE_NETBSD_OS_TRUE!$HAVE_NETBSD_OS_TRUE$ac_delim
44105 HAVE_NETBSD_OS_FALSE!$HAVE_NETBSD_OS_FALSE$ac_delim
44106 HAVE_OPENBSD_OS_TRUE!$HAVE_OPENBSD_OS_TRUE$ac_delim
44107 HAVE_OPENBSD_OS_FALSE!$HAVE_OPENBSD_OS_FALSE$ac_delim
44108 HAVE_BSDI_OS_TRUE!$HAVE_BSDI_OS_TRUE$ac_delim
44109 HAVE_BSDI_OS_FALSE!$HAVE_BSDI_OS_FALSE$ac_delim
44110 HAVE_SGI_OS_TRUE!$HAVE_SGI_OS_TRUE$ac_delim
44111 HAVE_SGI_OS_FALSE!$HAVE_SGI_OS_FALSE$ac_delim
44112 HAVE_IRIX_OS_TRUE!$HAVE_IRIX_OS_TRUE$ac_delim
44113 HAVE_IRIX_OS_FALSE!$HAVE_IRIX_OS_FALSE$ac_delim
44114 HAVE_DARWIN_OS_TRUE!$HAVE_DARWIN_OS_TRUE$ac_delim
44115 HAVE_DARWIN_OS_FALSE!$HAVE_DARWIN_OS_FALSE$ac_delim
44116 SET_MAKE!$SET_MAKE$ac_delim
44117 MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
44118 USE_NLS!$USE_NLS$ac_delim
44119 MSGFMT!$MSGFMT$ac_delim
44120 GMSGFMT!$GMSGFMT$ac_delim
44121 XGETTEXT!$XGETTEXT$ac_delim
44122 MSGMERGE!$MSGMERGE$ac_delim
44123 INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
44124 LIBICONV!$LIBICONV$ac_delim
44125 LTLIBICONV!$LTLIBICONV$ac_delim
44126 INTLLIBS!$INTLLIBS$ac_delim
44127 LIBINTL!$LIBINTL$ac_delim
44128 LTLIBINTL!$LTLIBINTL$ac_delim
44129 POSUB!$POSUB$ac_delim
44130 GLIBC2!$GLIBC2$ac_delim
44131 ALLOCA!$ALLOCA$ac_delim
44132 GLIBC21!$GLIBC21$ac_delim
44133 HAVE_POSIX_PRINTF!$HAVE_POSIX_PRINTF$ac_delim
44134 HAVE_ASPRINTF!$HAVE_ASPRINTF$ac_delim
44135 HAVE_SNPRINTF!$HAVE_SNPRINTF$ac_delim
44136 HAVE_WPRINTF!$HAVE_WPRINTF$ac_delim
44137 INTLBISON!$INTLBISON$ac_delim
44138 BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim
44139 USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim
44140 CATOBJEXT!$CATOBJEXT$ac_delim
44141 DATADIRNAME!$DATADIRNAME$ac_delim
44142 INSTOBJEXT!$INSTOBJEXT$ac_delim
44143 GENCAT!$GENCAT$ac_delim
44144 INTLOBJS!$INTLOBJS$ac_delim
44145 INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim
44146 GNOME_INCLUDEDIR!$GNOME_INCLUDEDIR$ac_delim
44147 GNOMEUI_LIBS!$GNOMEUI_LIBS$ac_delim
44148 GNOME_LIBDIR!$GNOME_LIBDIR$ac_delim
44149 GNOME_LIBS!$GNOME_LIBS$ac_delim
44150 GNOME_DIR!$GNOME_DIR$ac_delim
44151 BAT_DIR!$BAT_DIR$ac_delim
44152 QWT_INC!$QWT_INC$ac_delim
44153 _ACEOF
44154
44155   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
44156     break
44157   elif $ac_last_try; then
44158     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
44159 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
44160    { (exit 1); exit 1; }; }
44161   else
44162     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
44163   fi
44164 done
44165
44166 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
44167 if test -n "$ac_eof"; then
44168   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
44169   ac_eof=`expr $ac_eof + 1`
44170 fi
44171
44172 cat >>$CONFIG_STATUS <<_ACEOF
44173 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
44174 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
44175 _ACEOF
44176 sed '
44177 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
44178 s/^/s,@/; s/!/@,|#_!!_#|/
44179 :n
44180 t n
44181 s/'"$ac_delim"'$/,g/; t
44182 s/$/\\/; p
44183 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
44184 ' >>$CONFIG_STATUS <conf$$subs.sed
44185 rm -f conf$$subs.sed
44186 cat >>$CONFIG_STATUS <<_ACEOF
44187 CEOF$ac_eof
44188 _ACEOF
44189
44190
44191 ac_delim='%!_!# '
44192 for ac_last_try in false false false false false :; do
44193   cat >conf$$subs.sed <<_ACEOF
44194 QWT_LDFLAGS!$QWT_LDFLAGS$ac_delim
44195 QWT_LIB!$QWT_LIB$ac_delim
44196 QWT!$QWT$ac_delim
44197 WXCONS_CPPFLAGS!$WXCONS_CPPFLAGS$ac_delim
44198 WXCONS_LDFLAGS!$WXCONS_LDFLAGS$ac_delim
44199 WX_DIR!$WX_DIR$ac_delim
44200 TRAY_MONITOR_CPPFLAGS!$TRAY_MONITOR_CPPFLAGS$ac_delim
44201 TRAY_MONITOR_LDFLAGS!$TRAY_MONITOR_LDFLAGS$ac_delim
44202 TRAY_MONITOR_DIR!$TRAY_MONITOR_DIR$ac_delim
44203 TTOOL_LDFLAGS!$TTOOL_LDFLAGS$ac_delim
44204 STATIC_FD!$STATIC_FD$ac_delim
44205 STATIC_SD!$STATIC_SD$ac_delim
44206 STATIC_DIR!$STATIC_DIR$ac_delim
44207 STATIC_CONS!$STATIC_CONS$ac_delim
44208 STATIC_GNOME_CONS!$STATIC_GNOME_CONS$ac_delim
44209 STATIC_WX_CONS!$STATIC_WX_CONS$ac_delim
44210 ALL_DIRS!$ALL_DIRS$ac_delim
44211 DIRD_DIR!$DIRD_DIR$ac_delim
44212 DIR_TOOLS!$DIR_TOOLS$ac_delim
44213 STORED_DIR!$STORED_DIR$ac_delim
44214 CONS_INC!$CONS_INC$ac_delim
44215 CONS_OBJ!$CONS_OBJ$ac_delim
44216 CONS_SRC!$CONS_SRC$ac_delim
44217 CONS_LIBS!$CONS_LIBS$ac_delim
44218 CONS_LDFLAGS!$CONS_LDFLAGS$ac_delim
44219 READLINE_SRC!$READLINE_SRC$ac_delim
44220 PYTHON_LIBS!$PYTHON_LIBS$ac_delim
44221 PYTHON_INCDIR!$PYTHON_INCDIR$ac_delim
44222 OPENSSL_LIBS!$OPENSSL_LIBS$ac_delim
44223 OPENSSL_INC!$OPENSSL_INC$ac_delim
44224 working_dir!$working_dir$ac_delim
44225 archivedir!$archivedir$ac_delim
44226 basename!$basename$ac_delim
44227 hostname!$hostname$ac_delim
44228 scriptdir!$scriptdir$ac_delim
44229 bsrdir!$bsrdir$ac_delim
44230 logdir!$logdir$ac_delim
44231 plugindir!$plugindir$ac_delim
44232 dump_email!$dump_email$ac_delim
44233 job_email!$job_email$ac_delim
44234 smtp_host!$smtp_host$ac_delim
44235 piddir!$piddir$ac_delim
44236 subsysdir!$subsysdir$ac_delim
44237 baseport!$baseport$ac_delim
44238 dir_port!$dir_port$ac_delim
44239 fd_port!$fd_port$ac_delim
44240 sd_port!$sd_port$ac_delim
44241 dir_password!$dir_password$ac_delim
44242 fd_password!$fd_password$ac_delim
44243 sd_password!$sd_password$ac_delim
44244 mon_dir_password!$mon_dir_password$ac_delim
44245 mon_fd_password!$mon_fd_password$ac_delim
44246 mon_sd_password!$mon_sd_password$ac_delim
44247 db_name!$db_name$ac_delim
44248 db_user!$db_user$ac_delim
44249 db_password!$db_password$ac_delim
44250 db_port!$db_port$ac_delim
44251 dir_user!$dir_user$ac_delim
44252 dir_group!$dir_group$ac_delim
44253 sd_user!$sd_user$ac_delim
44254 sd_group!$sd_group$ac_delim
44255 fd_user!$fd_user$ac_delim
44256 fd_group!$fd_group$ac_delim
44257 SBINPERM!$SBINPERM$ac_delim
44258 SQL_LFLAGS!$SQL_LFLAGS$ac_delim
44259 SQL_INCLUDE!$SQL_INCLUDE$ac_delim
44260 SQL_BINDIR!$SQL_BINDIR$ac_delim
44261 DBI_DBD_DRIVERDIR!$DBI_DBD_DRIVERDIR$ac_delim
44262 uncomment_dbi!$uncomment_dbi$ac_delim
44263 DB_PROG!$DB_PROG$ac_delim
44264 DB_PROG_LIB!$DB_PROG_LIB$ac_delim
44265 cats!$cats$ac_delim
44266 DB_TYPE!$DB_TYPE$ac_delim
44267 GETCONF!$GETCONF$ac_delim
44268 XMKMF!$XMKMF$ac_delim
44269 X_CFLAGS!$X_CFLAGS$ac_delim
44270 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
44271 X_LIBS!$X_LIBS$ac_delim
44272 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
44273 LIBOBJS!$LIBOBJS$ac_delim
44274 FDLIBS!$FDLIBS$ac_delim
44275 DEBUG!$DEBUG$ac_delim
44276 DINCLUDE!$DINCLUDE$ac_delim
44277 DLIB!$DLIB$ac_delim
44278 DB_LIBS!$DB_LIBS$ac_delim
44279 WCFLAGS!$WCFLAGS$ac_delim
44280 WLDFLAGS!$WLDFLAGS$ac_delim
44281 WRAPLIBS!$WRAPLIBS$ac_delim
44282 OBJLIST!$OBJLIST$ac_delim
44283 TAPEDRIVE!$TAPEDRIVE$ac_delim
44284 PSCMD!$PSCMD$ac_delim
44285 WIN32!$WIN32$ac_delim
44286 MACOSX!$MACOSX$ac_delim
44287 DISTNAME!$DISTNAME$ac_delim
44288 DISTVER!$DISTVER$ac_delim
44289 LTLIBOBJS!$LTLIBOBJS$ac_delim
44290 _ACEOF
44291
44292   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 96; then
44293     break
44294   elif $ac_last_try; then
44295     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
44296 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
44297    { (exit 1); exit 1; }; }
44298   else
44299     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
44300   fi
44301 done
44302
44303 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
44304 if test -n "$ac_eof"; then
44305   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
44306   ac_eof=`expr $ac_eof + 1`
44307 fi
44308
44309 cat >>$CONFIG_STATUS <<_ACEOF
44310 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
44311 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
44312 _ACEOF
44313 sed '
44314 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
44315 s/^/s,@/; s/!/@,|#_!!_#|/
44316 :n
44317 t n
44318 s/'"$ac_delim"'$/,g/; t
44319 s/$/\\/; p
44320 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
44321 ' >>$CONFIG_STATUS <conf$$subs.sed
44322 rm -f conf$$subs.sed
44323 cat >>$CONFIG_STATUS <<_ACEOF
44324 CEOF$ac_eof
44325 _ACEOF
44326
44327
44328 # VPATH may cause trouble with some makes, so we remove $(srcdir),
44329 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
44330 # trailing colons and then remove the whole line if VPATH becomes empty
44331 # (actually we leave an empty line to preserve line numbers).
44332 if test "x$srcdir" = x.; then
44333   ac_vpsub='/^[  ]*VPATH[        ]*=/{
44334 s/:*\$(srcdir):*/:/
44335 s/:*\${srcdir}:*/:/
44336 s/:*@srcdir@:*/:/
44337 s/^\([^=]*=[     ]*\):*/\1/
44338 s/:*$//
44339 s/^[^=]*=[       ]*$//
44340 }'
44341 fi
44342
44343 cat >>$CONFIG_STATUS <<\_ACEOF
44344 fi # test -n "$CONFIG_FILES"
44345
44346
44347 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
44348 do
44349   case $ac_tag in
44350   :[FHLC]) ac_mode=$ac_tag; continue;;
44351   esac
44352   case $ac_mode$ac_tag in
44353   :[FHL]*:*);;
44354   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
44355 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
44356    { (exit 1); exit 1; }; };;
44357   :[FH]-) ac_tag=-:-;;
44358   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
44359   esac
44360   ac_save_IFS=$IFS
44361   IFS=:
44362   set x $ac_tag
44363   IFS=$ac_save_IFS
44364   shift
44365   ac_file=$1
44366   shift
44367
44368   case $ac_mode in
44369   :L) ac_source=$1;;
44370   :[FH])
44371     ac_file_inputs=
44372     for ac_f
44373     do
44374       case $ac_f in
44375       -) ac_f="$tmp/stdin";;
44376       *) # Look for the file first in the build tree, then in the source tree
44377          # (if the path is not absolute).  The absolute path cannot be DOS-style,
44378          # because $ac_f cannot contain `:'.
44379          test -f "$ac_f" ||
44380            case $ac_f in
44381            [\\/$]*) false;;
44382            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
44383            esac ||
44384            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
44385 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
44386    { (exit 1); exit 1; }; };;
44387       esac
44388       ac_file_inputs="$ac_file_inputs $ac_f"
44389     done
44390
44391     # Let's still pretend it is `configure' which instantiates (i.e., don't
44392     # use $as_me), people would be surprised to read:
44393     #    /* config.h.  Generated by config.status.  */
44394     configure_input="Generated from "`IFS=:
44395           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
44396     if test x"$ac_file" != x-; then
44397       configure_input="$ac_file.  $configure_input"
44398       { echo "$as_me:$LINENO: creating $ac_file" >&5
44399 echo "$as_me: creating $ac_file" >&6;}
44400     fi
44401
44402     case $ac_tag in
44403     *:-:* | *:-) cat >"$tmp/stdin";;
44404     esac
44405     ;;
44406   esac
44407
44408   ac_dir=`$as_dirname -- "$ac_file" ||
44409 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44410          X"$ac_file" : 'X\(//\)[^/]' \| \
44411          X"$ac_file" : 'X\(//\)$' \| \
44412          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
44413 echo X"$ac_file" |
44414     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
44415             s//\1/
44416             q
44417           }
44418           /^X\(\/\/\)[^/].*/{
44419             s//\1/
44420             q
44421           }
44422           /^X\(\/\/\)$/{
44423             s//\1/
44424             q
44425           }
44426           /^X\(\/\).*/{
44427             s//\1/
44428             q
44429           }
44430           s/.*/./; q'`
44431   { as_dir="$ac_dir"
44432   case $as_dir in #(
44433   -*) as_dir=./$as_dir;;
44434   esac
44435   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
44436     as_dirs=
44437     while :; do
44438       case $as_dir in #(
44439       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
44440       *) as_qdir=$as_dir;;
44441       esac
44442       as_dirs="'$as_qdir' $as_dirs"
44443       as_dir=`$as_dirname -- "$as_dir" ||
44444 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44445          X"$as_dir" : 'X\(//\)[^/]' \| \
44446          X"$as_dir" : 'X\(//\)$' \| \
44447          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
44448 echo X"$as_dir" |
44449     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
44450             s//\1/
44451             q
44452           }
44453           /^X\(\/\/\)[^/].*/{
44454             s//\1/
44455             q
44456           }
44457           /^X\(\/\/\)$/{
44458             s//\1/
44459             q
44460           }
44461           /^X\(\/\).*/{
44462             s//\1/
44463             q
44464           }
44465           s/.*/./; q'`
44466       test -d "$as_dir" && break
44467     done
44468     test -z "$as_dirs" || eval "mkdir $as_dirs"
44469   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
44470 echo "$as_me: error: cannot create directory $as_dir" >&2;}
44471    { (exit 1); exit 1; }; }; }
44472   ac_builddir=.
44473
44474 case "$ac_dir" in
44475 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
44476 *)
44477   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
44478   # A ".." for each directory in $ac_dir_suffix.
44479   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
44480   case $ac_top_builddir_sub in
44481   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
44482   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
44483   esac ;;
44484 esac
44485 ac_abs_top_builddir=$ac_pwd
44486 ac_abs_builddir=$ac_pwd$ac_dir_suffix
44487 # for backward compatibility:
44488 ac_top_builddir=$ac_top_build_prefix
44489
44490 case $srcdir in
44491   .)  # We are building in place.
44492     ac_srcdir=.
44493     ac_top_srcdir=$ac_top_builddir_sub
44494     ac_abs_top_srcdir=$ac_pwd ;;
44495   [\\/]* | ?:[\\/]* )  # Absolute name.
44496     ac_srcdir=$srcdir$ac_dir_suffix;
44497     ac_top_srcdir=$srcdir
44498     ac_abs_top_srcdir=$srcdir ;;
44499   *) # Relative name.
44500     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
44501     ac_top_srcdir=$ac_top_build_prefix$srcdir
44502     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
44503 esac
44504 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
44505
44506
44507   case $ac_mode in
44508   :F)
44509   #
44510   # CONFIG_FILE
44511   #
44512
44513   case $INSTALL in
44514   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
44515   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
44516   esac
44517 _ACEOF
44518
44519 cat >>$CONFIG_STATUS <<\_ACEOF
44520 # If the template does not know about datarootdir, expand it.
44521 # FIXME: This hack should be removed a few years after 2.60.
44522 ac_datarootdir_hack=; ac_datarootdir_seen=
44523
44524 case `sed -n '/datarootdir/ {
44525   p
44526   q
44527 }
44528 /@datadir@/p
44529 /@docdir@/p
44530 /@infodir@/p
44531 /@localedir@/p
44532 /@mandir@/p
44533 ' $ac_file_inputs` in
44534 *datarootdir*) ac_datarootdir_seen=yes;;
44535 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
44536   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
44537 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
44538 _ACEOF
44539 cat >>$CONFIG_STATUS <<_ACEOF
44540   ac_datarootdir_hack='
44541   s&@datadir@&$datadir&g
44542   s&@docdir@&$docdir&g
44543   s&@infodir@&$infodir&g
44544   s&@localedir@&$localedir&g
44545   s&@mandir@&$mandir&g
44546     s&\\\${datarootdir}&$datarootdir&g' ;;
44547 esac
44548 _ACEOF
44549
44550 # Neutralize VPATH when `$srcdir' = `.'.
44551 # Shell code in configure.ac might set extrasub.
44552 # FIXME: do we really want to maintain this feature?
44553 cat >>$CONFIG_STATUS <<_ACEOF
44554   sed "$ac_vpsub
44555 $extrasub
44556 _ACEOF
44557 cat >>$CONFIG_STATUS <<\_ACEOF
44558 :t
44559 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
44560 s&@configure_input@&$configure_input&;t t
44561 s&@top_builddir@&$ac_top_builddir_sub&;t t
44562 s&@srcdir@&$ac_srcdir&;t t
44563 s&@abs_srcdir@&$ac_abs_srcdir&;t t
44564 s&@top_srcdir@&$ac_top_srcdir&;t t
44565 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
44566 s&@builddir@&$ac_builddir&;t t
44567 s&@abs_builddir@&$ac_abs_builddir&;t t
44568 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
44569 s&@INSTALL@&$ac_INSTALL&;t t
44570 $ac_datarootdir_hack
44571 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed 's/|#_!!_#|//g' >$tmp/out
44572
44573 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
44574   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
44575   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
44576   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
44577 which seems to be undefined.  Please make sure it is defined." >&5
44578 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
44579 which seems to be undefined.  Please make sure it is defined." >&2;}
44580
44581   rm -f "$tmp/stdin"
44582   case $ac_file in
44583   -) cat "$tmp/out"; rm -f "$tmp/out";;
44584   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
44585   esac
44586  ;;
44587   :H)
44588   #
44589   # CONFIG_HEADER
44590   #
44591 _ACEOF
44592
44593 # Transform confdefs.h into a sed script `conftest.defines', that
44594 # substitutes the proper values into config.h.in to produce config.h.
44595 rm -f conftest.defines conftest.tail
44596 # First, append a space to every undef/define line, to ease matching.
44597 echo 's/$/ /' >conftest.defines
44598 # Then, protect against being on the right side of a sed subst, or in
44599 # an unquoted here document, in config.status.  If some macros were
44600 # called several times there might be several #defines for the same
44601 # symbol, which is useless.  But do not sort them, since the last
44602 # AC_DEFINE must be honored.
44603 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
44604 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
44605 # NAME is the cpp macro being defined, VALUE is the value it is being given.
44606 # PARAMS is the parameter list in the macro definition--in most cases, it's
44607 # just an empty string.
44608 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
44609 ac_dB='\\)[      (].*,\\1define\\2'
44610 ac_dC=' '
44611 ac_dD=' ,'
44612
44613 uniq confdefs.h |
44614   sed -n '
44615         t rset
44616         :rset
44617         s/^[     ]*#[    ]*define[       ][      ]*//
44618         t ok
44619         d
44620         :ok
44621         s/[\\&,]/\\&/g
44622         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
44623         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
44624   ' >>conftest.defines
44625
44626 # Remove the space that was appended to ease matching.
44627 # Then replace #undef with comments.  This is necessary, for
44628 # example, in the case of _POSIX_SOURCE, which is predefined and required
44629 # on some systems where configure will not decide to define it.
44630 # (The regexp can be short, since the line contains either #define or #undef.)
44631 echo 's/ $//
44632 s,^[     #]*u.*,/* & */,' >>conftest.defines
44633
44634 # Break up conftest.defines:
44635 ac_max_sed_lines=50
44636
44637 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
44638 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
44639 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
44640 # et cetera.
44641 ac_in='$ac_file_inputs'
44642 ac_out='"$tmp/out1"'
44643 ac_nxt='"$tmp/out2"'
44644
44645 while :
44646 do
44647   # Write a here document:
44648     cat >>$CONFIG_STATUS <<_ACEOF
44649     # First, check the format of the line:
44650     cat >"\$tmp/defines.sed" <<\\CEOF
44651 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
44652 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
44653 b
44654 :def
44655 _ACEOF
44656   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
44657   echo 'CEOF
44658     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
44659   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
44660   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
44661   grep . conftest.tail >/dev/null || break
44662   rm -f conftest.defines
44663   mv conftest.tail conftest.defines
44664 done
44665 rm -f conftest.defines conftest.tail
44666
44667 echo "ac_result=$ac_in" >>$CONFIG_STATUS
44668 cat >>$CONFIG_STATUS <<\_ACEOF
44669   if test x"$ac_file" != x-; then
44670     echo "/* $configure_input  */" >"$tmp/config.h"
44671     cat "$ac_result" >>"$tmp/config.h"
44672     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
44673       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
44674 echo "$as_me: $ac_file is unchanged" >&6;}
44675     else
44676       rm -f $ac_file
44677       mv "$tmp/config.h" $ac_file
44678     fi
44679   else
44680     echo "/* $configure_input  */"
44681     cat "$ac_result"
44682   fi
44683   rm -f "$tmp/out12"
44684  ;;
44685
44686   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
44687 echo "$as_me: executing $ac_file commands" >&6;}
44688  ;;
44689   esac
44690
44691
44692   case $ac_file$ac_mode in
44693     "libtool":C)
44694
44695     # See if we are running on zsh, and set the options which allow our
44696     # commands through without removal of \ escapes.
44697     if test -n "${ZSH_VERSION+set}" ; then
44698       setopt NO_GLOB_SUBST
44699     fi
44700
44701     cfgfile="${ofile}T"
44702     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
44703     $RM "$cfgfile"
44704
44705     cat <<_LT_EOF >> "$cfgfile"
44706 #! $SHELL
44707
44708 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
44709 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
44710 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
44711 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
44712 #
44713 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
44714 #                 2006, 2007, 2008 Free Software Foundation, Inc.
44715 #   Written by Gordon Matzigkeit, 1996
44716 #
44717 #   This file is part of GNU Libtool.
44718 #
44719 # GNU Libtool is free software; you can redistribute it and/or
44720 # modify it under the terms of the GNU General Public License as
44721 # published by the Free Software Foundation; either version 2 of
44722 # the License, or (at your option) any later version.
44723 #
44724 # As a special exception to the GNU General Public License,
44725 # if you distribute this file as part of a program or library that
44726 # is built using GNU Libtool, you may include this file under the
44727 # same distribution terms that you use for the rest of that program.
44728 #
44729 # GNU Libtool is distributed in the hope that it will be useful,
44730 # but WITHOUT ANY WARRANTY; without even the implied warranty of
44731 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
44732 # GNU General Public License for more details.
44733 #
44734 # You should have received a copy of the GNU General Public License
44735 # along with GNU Libtool; see the file COPYING.  If not, a copy
44736 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
44737 # obtained by writing to the Free Software Foundation, Inc.,
44738 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
44739
44740
44741 # The names of the tagged configurations supported by this script.
44742 available_tags="CXX "
44743
44744 # ### BEGIN LIBTOOL CONFIG
44745
44746 # Which release of libtool.m4 was used?
44747 macro_version=$macro_version
44748 macro_revision=$macro_revision
44749
44750 # Whether or not to build shared libraries.
44751 build_libtool_libs=$enable_shared
44752
44753 # Whether or not to build static libraries.
44754 build_old_libs=$enable_static
44755
44756 # What type of objects to build.
44757 pic_mode=$pic_mode
44758
44759 # Whether or not to optimize for fast installation.
44760 fast_install=$enable_fast_install
44761
44762 # The host system.
44763 host_alias=$host_alias
44764 host=$host
44765 host_os=$host_os
44766
44767 # The build system.
44768 build_alias=$build_alias
44769 build=$build
44770 build_os=$build_os
44771
44772 # A sed program that does not truncate output.
44773 SED=$lt_SED
44774
44775 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
44776 Xsed="\$SED -e 1s/^X//"
44777
44778 # A grep program that handles long lines.
44779 GREP=$lt_GREP
44780
44781 # An ERE matcher.
44782 EGREP=$lt_EGREP
44783
44784 # A literal string matcher.
44785 FGREP=$lt_FGREP
44786
44787 # A BSD- or MS-compatible name lister.
44788 NM=$lt_NM
44789
44790 # Whether we need soft or hard links.
44791 LN_S=$lt_LN_S
44792
44793 # What is the maximum length of a command?
44794 max_cmd_len=$max_cmd_len
44795
44796 # Object file suffix (normally "o").
44797 objext=$ac_objext
44798
44799 # Executable file suffix (normally "").
44800 exeext=$exeext
44801
44802 # whether the shell understands "unset".
44803 lt_unset=$lt_unset
44804
44805 # turn spaces into newlines.
44806 SP2NL=$lt_lt_SP2NL
44807
44808 # turn newlines into spaces.
44809 NL2SP=$lt_lt_NL2SP
44810
44811 # How to create reloadable object files.
44812 reload_flag=$lt_reload_flag
44813 reload_cmds=$lt_reload_cmds
44814
44815 # An object symbol dumper.
44816 OBJDUMP=$lt_OBJDUMP
44817
44818 # Method to check whether dependent libraries are shared objects.
44819 deplibs_check_method=$lt_deplibs_check_method
44820
44821 # Command to use when deplibs_check_method == "file_magic".
44822 file_magic_cmd=$lt_file_magic_cmd
44823
44824 # The archiver.
44825 AR=$lt_AR
44826 AR_FLAGS=$lt_AR_FLAGS
44827
44828 # A symbol stripping program.
44829 STRIP=$lt_STRIP
44830
44831 # Commands used to install an old-style archive.
44832 RANLIB=$lt_RANLIB
44833 old_postinstall_cmds=$lt_old_postinstall_cmds
44834 old_postuninstall_cmds=$lt_old_postuninstall_cmds
44835
44836 # A C compiler.
44837 LTCC=$lt_CC
44838
44839 # LTCC compiler flags.
44840 LTCFLAGS=$lt_CFLAGS
44841
44842 # Take the output of nm and produce a listing of raw symbols and C names.
44843 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
44844
44845 # Transform the output of nm in a proper C declaration.
44846 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
44847
44848 # Transform the output of nm in a C name address pair.
44849 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
44850
44851 # Transform the output of nm in a C name address pair when lib prefix is needed.
44852 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
44853
44854 # The name of the directory that contains temporary libtool files.
44855 objdir=$objdir
44856
44857 # Shell to use when invoking shell scripts.
44858 SHELL=$lt_SHELL
44859
44860 # An echo program that does not interpret backslashes.
44861 ECHO=$lt_ECHO
44862
44863 # Used to examine libraries when file_magic_cmd begins with "file".
44864 MAGIC_CMD=$MAGIC_CMD
44865
44866 # Must we lock files when doing compilation?
44867 need_locks=$lt_need_locks
44868
44869 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
44870 DSYMUTIL=$lt_DSYMUTIL
44871
44872 # Tool to change global to local symbols on Mac OS X.
44873 NMEDIT=$lt_NMEDIT
44874
44875 # Tool to manipulate fat objects and archives on Mac OS X.
44876 LIPO=$lt_LIPO
44877
44878 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
44879 OTOOL=$lt_OTOOL
44880
44881 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
44882 OTOOL64=$lt_OTOOL64
44883
44884 # Old archive suffix (normally "a").
44885 libext=$libext
44886
44887 # Shared library suffix (normally ".so").
44888 shrext_cmds=$lt_shrext_cmds
44889
44890 # The commands to extract the exported symbol list from a shared archive.
44891 extract_expsyms_cmds=$lt_extract_expsyms_cmds
44892
44893 # Variables whose values should be saved in libtool wrapper scripts and
44894 # restored at link time.
44895 variables_saved_for_relink=$lt_variables_saved_for_relink
44896
44897 # Do we need the "lib" prefix for modules?
44898 need_lib_prefix=$need_lib_prefix
44899
44900 # Do we need a version for libraries?
44901 need_version=$need_version
44902
44903 # Library versioning type.
44904 version_type=$version_type
44905
44906 # Shared library runtime path variable.
44907 runpath_var=$runpath_var
44908
44909 # Shared library path variable.
44910 shlibpath_var=$shlibpath_var
44911
44912 # Is shlibpath searched before the hard-coded library search path?
44913 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
44914
44915 # Format of library name prefix.
44916 libname_spec=$lt_libname_spec
44917
44918 # List of archive names.  First name is the real one, the rest are links.
44919 # The last name is the one that the linker finds with -lNAME
44920 library_names_spec=$lt_library_names_spec
44921
44922 # The coded name of the library, if different from the real name.
44923 soname_spec=$lt_soname_spec
44924
44925 # Command to use after installation of a shared archive.
44926 postinstall_cmds=$lt_postinstall_cmds
44927
44928 # Command to use after uninstallation of a shared archive.
44929 postuninstall_cmds=$lt_postuninstall_cmds
44930
44931 # Commands used to finish a libtool library installation in a directory.
44932 finish_cmds=$lt_finish_cmds
44933
44934 # As "finish_cmds", except a single script fragment to be evaled but
44935 # not shown.
44936 finish_eval=$lt_finish_eval
44937
44938 # Whether we should hardcode library paths into libraries.
44939 hardcode_into_libs=$hardcode_into_libs
44940
44941 # Compile-time system search path for libraries.
44942 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
44943
44944 # Run-time system search path for libraries.
44945 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
44946
44947 # Whether dlopen is supported.
44948 dlopen_support=$enable_dlopen
44949
44950 # Whether dlopen of programs is supported.
44951 dlopen_self=$enable_dlopen_self
44952
44953 # Whether dlopen of statically linked programs is supported.
44954 dlopen_self_static=$enable_dlopen_self_static
44955
44956 # Commands to strip libraries.
44957 old_striplib=$lt_old_striplib
44958 striplib=$lt_striplib
44959
44960
44961 # The linker used to build libraries.
44962 LD=$lt_LD
44963
44964 # Commands used to build an old-style archive.
44965 old_archive_cmds=$lt_old_archive_cmds
44966
44967 # A language specific compiler.
44968 CC=$lt_compiler
44969
44970 # Is the compiler the GNU compiler?
44971 with_gcc=$GCC
44972
44973 # Compiler flag to turn off builtin functions.
44974 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
44975
44976 # How to pass a linker flag through the compiler.
44977 wl=$lt_lt_prog_compiler_wl
44978
44979 # Additional compiler flags for building library objects.
44980 pic_flag=$lt_lt_prog_compiler_pic
44981
44982 # Compiler flag to prevent dynamic linking.
44983 link_static_flag=$lt_lt_prog_compiler_static
44984
44985 # Does compiler simultaneously support -c and -o options?
44986 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
44987
44988 # Whether or not to add -lc for building shared libraries.
44989 build_libtool_need_lc=$archive_cmds_need_lc
44990
44991 # Whether or not to disallow shared libs when runtime libs are static.
44992 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
44993
44994 # Compiler flag to allow reflexive dlopens.
44995 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
44996
44997 # Compiler flag to generate shared objects directly from archives.
44998 whole_archive_flag_spec=$lt_whole_archive_flag_spec
44999
45000 # Whether the compiler copes with passing no objects directly.
45001 compiler_needs_object=$lt_compiler_needs_object
45002
45003 # Create an old-style archive from a shared archive.
45004 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
45005
45006 # Create a temporary old-style archive to link instead of a shared archive.
45007 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
45008
45009 # Commands used to build a shared archive.
45010 archive_cmds=$lt_archive_cmds
45011 archive_expsym_cmds=$lt_archive_expsym_cmds
45012
45013 # Commands used to build a loadable module if different from building
45014 # a shared archive.
45015 module_cmds=$lt_module_cmds
45016 module_expsym_cmds=$lt_module_expsym_cmds
45017
45018 # Whether we are building with GNU ld or not.
45019 with_gnu_ld=$lt_with_gnu_ld
45020
45021 # Flag that allows shared libraries with undefined symbols to be built.
45022 allow_undefined_flag=$lt_allow_undefined_flag
45023
45024 # Flag that enforces no undefined symbols.
45025 no_undefined_flag=$lt_no_undefined_flag
45026
45027 # Flag to hardcode \$libdir into a binary during linking.
45028 # This must work even if \$libdir does not exist
45029 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
45030
45031 # If ld is used when linking, flag to hardcode \$libdir into a binary
45032 # during linking.  This must work even if \$libdir does not exist.
45033 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
45034
45035 # Whether we need a single "-rpath" flag with a separated argument.
45036 hardcode_libdir_separator=$lt_hardcode_libdir_separator
45037
45038 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
45039 # DIR into the resulting binary.
45040 hardcode_direct=$hardcode_direct
45041
45042 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
45043 # DIR into the resulting binary and the resulting library dependency is
45044 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
45045 # library is relocated.
45046 hardcode_direct_absolute=$hardcode_direct_absolute
45047
45048 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
45049 # into the resulting binary.
45050 hardcode_minus_L=$hardcode_minus_L
45051
45052 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
45053 # into the resulting binary.
45054 hardcode_shlibpath_var=$hardcode_shlibpath_var
45055
45056 # Set to "yes" if building a shared library automatically hardcodes DIR
45057 # into the library and all subsequent libraries and executables linked
45058 # against it.
45059 hardcode_automatic=$hardcode_automatic
45060
45061 # Set to yes if linker adds runtime paths of dependent libraries
45062 # to runtime path list.
45063 inherit_rpath=$inherit_rpath
45064
45065 # Whether libtool must link a program against all its dependency libraries.
45066 link_all_deplibs=$link_all_deplibs
45067
45068 # Fix the shell variable \$srcfile for the compiler.
45069 fix_srcfile_path=$lt_fix_srcfile_path
45070
45071 # Set to "yes" if exported symbols are required.
45072 always_export_symbols=$always_export_symbols
45073
45074 # The commands to list exported symbols.
45075 export_symbols_cmds=$lt_export_symbols_cmds
45076
45077 # Symbols that should not be listed in the preloaded symbols.
45078 exclude_expsyms=$lt_exclude_expsyms
45079
45080 # Symbols that must always be exported.
45081 include_expsyms=$lt_include_expsyms
45082
45083 # Commands necessary for linking programs (against libraries) with templates.
45084 prelink_cmds=$lt_prelink_cmds
45085
45086 # Specify filename containing input files.
45087 file_list_spec=$lt_file_list_spec
45088
45089 # How to hardcode a shared library path into an executable.
45090 hardcode_action=$hardcode_action
45091
45092 # The directories searched by this compiler when creating a shared library.
45093 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
45094
45095 # Dependencies to place before and after the objects being linked to
45096 # create a shared library.
45097 predep_objects=$lt_predep_objects
45098 postdep_objects=$lt_postdep_objects
45099 predeps=$lt_predeps
45100 postdeps=$lt_postdeps
45101
45102 # The library search path used internally by the compiler when linking
45103 # a shared library.
45104 compiler_lib_search_path=$lt_compiler_lib_search_path
45105
45106 # ### END LIBTOOL CONFIG
45107
45108 _LT_EOF
45109
45110   case $host_os in
45111   aix3*)
45112     cat <<\_LT_EOF >> "$cfgfile"
45113 # AIX sometimes has problems with the GCC collect2 program.  For some
45114 # reason, if we set the COLLECT_NAMES environment variable, the problems
45115 # vanish in a puff of smoke.
45116 if test "X${COLLECT_NAMES+set}" != Xset; then
45117   COLLECT_NAMES=
45118   export COLLECT_NAMES
45119 fi
45120 _LT_EOF
45121     ;;
45122   esac
45123
45124
45125 ltmain="$ac_aux_dir/ltmain.sh"
45126
45127
45128   # We use sed instead of cat because bash on DJGPP gets confused if
45129   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
45130   # text mode, it properly converts lines to CR/LF.  This bash problem
45131   # is reportedly fixed, but why not run on old versions too?
45132   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
45133     || (rm -f "$cfgfile"; exit 1)
45134
45135   case $xsi_shell in
45136   yes)
45137     cat << \_LT_EOF >> "$cfgfile"
45138
45139 # func_dirname file append nondir_replacement
45140 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
45141 # otherwise set result to NONDIR_REPLACEMENT.
45142 func_dirname ()
45143 {
45144   case ${1} in
45145     */*) func_dirname_result="${1%/*}${2}" ;;
45146     *  ) func_dirname_result="${3}" ;;
45147   esac
45148 }
45149
45150 # func_basename file
45151 func_basename ()
45152 {
45153   func_basename_result="${1##*/}"
45154 }
45155
45156 # func_dirname_and_basename file append nondir_replacement
45157 # perform func_basename and func_dirname in a single function
45158 # call:
45159 #   dirname:  Compute the dirname of FILE.  If nonempty,
45160 #             add APPEND to the result, otherwise set result
45161 #             to NONDIR_REPLACEMENT.
45162 #             value returned in "$func_dirname_result"
45163 #   basename: Compute filename of FILE.
45164 #             value retuned in "$func_basename_result"
45165 # Implementation must be kept synchronized with func_dirname
45166 # and func_basename. For efficiency, we do not delegate to
45167 # those functions but instead duplicate the functionality here.
45168 func_dirname_and_basename ()
45169 {
45170   case ${1} in
45171     */*) func_dirname_result="${1%/*}${2}" ;;
45172     *  ) func_dirname_result="${3}" ;;
45173   esac
45174   func_basename_result="${1##*/}"
45175 }
45176
45177 # func_stripname prefix suffix name
45178 # strip PREFIX and SUFFIX off of NAME.
45179 # PREFIX and SUFFIX must not contain globbing or regex special
45180 # characters, hashes, percent signs, but SUFFIX may contain a leading
45181 # dot (in which case that matches only a dot).
45182 func_stripname ()
45183 {
45184   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
45185   # positional parameters, so assign one to ordinary parameter first.
45186   func_stripname_result=${3}
45187   func_stripname_result=${func_stripname_result#"${1}"}
45188   func_stripname_result=${func_stripname_result%"${2}"}
45189 }
45190
45191 # func_opt_split
45192 func_opt_split ()
45193 {
45194   func_opt_split_opt=${1%%=*}
45195   func_opt_split_arg=${1#*=}
45196 }
45197
45198 # func_lo2o object
45199 func_lo2o ()
45200 {
45201   case ${1} in
45202     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
45203     *)    func_lo2o_result=${1} ;;
45204   esac
45205 }
45206
45207 # func_xform libobj-or-source
45208 func_xform ()
45209 {
45210   func_xform_result=${1%.*}.lo
45211 }
45212
45213 # func_arith arithmetic-term...
45214 func_arith ()
45215 {
45216   func_arith_result=$(( $* ))
45217 }
45218
45219 # func_len string
45220 # STRING may not start with a hyphen.
45221 func_len ()
45222 {
45223   func_len_result=${#1}
45224 }
45225
45226 _LT_EOF
45227     ;;
45228   *) # Bourne compatible functions.
45229     cat << \_LT_EOF >> "$cfgfile"
45230
45231 # func_dirname file append nondir_replacement
45232 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
45233 # otherwise set result to NONDIR_REPLACEMENT.
45234 func_dirname ()
45235 {
45236   # Extract subdirectory from the argument.
45237   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
45238   if test "X$func_dirname_result" = "X${1}"; then
45239     func_dirname_result="${3}"
45240   else
45241     func_dirname_result="$func_dirname_result${2}"
45242   fi
45243 }
45244
45245 # func_basename file
45246 func_basename ()
45247 {
45248   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
45249 }
45250
45251
45252 # func_stripname prefix suffix name
45253 # strip PREFIX and SUFFIX off of NAME.
45254 # PREFIX and SUFFIX must not contain globbing or regex special
45255 # characters, hashes, percent signs, but SUFFIX may contain a leading
45256 # dot (in which case that matches only a dot).
45257 # func_strip_suffix prefix name
45258 func_stripname ()
45259 {
45260   case ${2} in
45261     .*) func_stripname_result=`$ECHO "X${3}" \
45262            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
45263     *)  func_stripname_result=`$ECHO "X${3}" \
45264            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
45265   esac
45266 }
45267
45268 # sed scripts:
45269 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
45270 my_sed_long_arg='1s/^-[^=]*=//'
45271
45272 # func_opt_split
45273 func_opt_split ()
45274 {
45275   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
45276   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
45277 }
45278
45279 # func_lo2o object
45280 func_lo2o ()
45281 {
45282   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
45283 }
45284
45285 # func_xform libobj-or-source
45286 func_xform ()
45287 {
45288   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
45289 }
45290
45291 # func_arith arithmetic-term...
45292 func_arith ()
45293 {
45294   func_arith_result=`expr "$@"`
45295 }
45296
45297 # func_len string
45298 # STRING may not start with a hyphen.
45299 func_len ()
45300 {
45301   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
45302 }
45303
45304 _LT_EOF
45305 esac
45306
45307 case $lt_shell_append in
45308   yes)
45309     cat << \_LT_EOF >> "$cfgfile"
45310
45311 # func_append var value
45312 # Append VALUE to the end of shell variable VAR.
45313 func_append ()
45314 {
45315   eval "$1+=\$2"
45316 }
45317 _LT_EOF
45318     ;;
45319   *)
45320     cat << \_LT_EOF >> "$cfgfile"
45321
45322 # func_append var value
45323 # Append VALUE to the end of shell variable VAR.
45324 func_append ()
45325 {
45326   eval "$1=\$$1\$2"
45327 }
45328
45329 _LT_EOF
45330     ;;
45331   esac
45332
45333
45334   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
45335     || (rm -f "$cfgfile"; exit 1)
45336
45337   mv -f "$cfgfile" "$ofile" ||
45338     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
45339   chmod +x "$ofile"
45340
45341
45342     cat <<_LT_EOF >> "$ofile"
45343
45344 # ### BEGIN LIBTOOL TAG CONFIG: CXX
45345
45346 # The linker used to build libraries.
45347 LD=$lt_LD_CXX
45348
45349 # Commands used to build an old-style archive.
45350 old_archive_cmds=$lt_old_archive_cmds_CXX
45351
45352 # A language specific compiler.
45353 CC=$lt_compiler_CXX
45354
45355 # Is the compiler the GNU compiler?
45356 with_gcc=$GCC_CXX
45357
45358 # Compiler flag to turn off builtin functions.
45359 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
45360
45361 # How to pass a linker flag through the compiler.
45362 wl=$lt_lt_prog_compiler_wl_CXX
45363
45364 # Additional compiler flags for building library objects.
45365 pic_flag=$lt_lt_prog_compiler_pic_CXX
45366
45367 # Compiler flag to prevent dynamic linking.
45368 link_static_flag=$lt_lt_prog_compiler_static_CXX
45369
45370 # Does compiler simultaneously support -c and -o options?
45371 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
45372
45373 # Whether or not to add -lc for building shared libraries.
45374 build_libtool_need_lc=$archive_cmds_need_lc_CXX
45375
45376 # Whether or not to disallow shared libs when runtime libs are static.
45377 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
45378
45379 # Compiler flag to allow reflexive dlopens.
45380 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
45381
45382 # Compiler flag to generate shared objects directly from archives.
45383 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
45384
45385 # Whether the compiler copes with passing no objects directly.
45386 compiler_needs_object=$lt_compiler_needs_object_CXX
45387
45388 # Create an old-style archive from a shared archive.
45389 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
45390
45391 # Create a temporary old-style archive to link instead of a shared archive.
45392 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
45393
45394 # Commands used to build a shared archive.
45395 archive_cmds=$lt_archive_cmds_CXX
45396 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
45397
45398 # Commands used to build a loadable module if different from building
45399 # a shared archive.
45400 module_cmds=$lt_module_cmds_CXX
45401 module_expsym_cmds=$lt_module_expsym_cmds_CXX
45402
45403 # Whether we are building with GNU ld or not.
45404 with_gnu_ld=$lt_with_gnu_ld_CXX
45405
45406 # Flag that allows shared libraries with undefined symbols to be built.
45407 allow_undefined_flag=$lt_allow_undefined_flag_CXX
45408
45409 # Flag that enforces no undefined symbols.
45410 no_undefined_flag=$lt_no_undefined_flag_CXX
45411
45412 # Flag to hardcode \$libdir into a binary during linking.
45413 # This must work even if \$libdir does not exist
45414 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
45415
45416 # If ld is used when linking, flag to hardcode \$libdir into a binary
45417 # during linking.  This must work even if \$libdir does not exist.
45418 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
45419
45420 # Whether we need a single "-rpath" flag with a separated argument.
45421 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
45422
45423 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
45424 # DIR into the resulting binary.
45425 hardcode_direct=$hardcode_direct_CXX
45426
45427 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
45428 # DIR into the resulting binary and the resulting library dependency is
45429 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
45430 # library is relocated.
45431 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
45432
45433 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
45434 # into the resulting binary.
45435 hardcode_minus_L=$hardcode_minus_L_CXX
45436
45437 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
45438 # into the resulting binary.
45439 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
45440
45441 # Set to "yes" if building a shared library automatically hardcodes DIR
45442 # into the library and all subsequent libraries and executables linked
45443 # against it.
45444 hardcode_automatic=$hardcode_automatic_CXX
45445
45446 # Set to yes if linker adds runtime paths of dependent libraries
45447 # to runtime path list.
45448 inherit_rpath=$inherit_rpath_CXX
45449
45450 # Whether libtool must link a program against all its dependency libraries.
45451 link_all_deplibs=$link_all_deplibs_CXX
45452
45453 # Fix the shell variable \$srcfile for the compiler.
45454 fix_srcfile_path=$lt_fix_srcfile_path_CXX
45455
45456 # Set to "yes" if exported symbols are required.
45457 always_export_symbols=$always_export_symbols_CXX
45458
45459 # The commands to list exported symbols.
45460 export_symbols_cmds=$lt_export_symbols_cmds_CXX
45461
45462 # Symbols that should not be listed in the preloaded symbols.
45463 exclude_expsyms=$lt_exclude_expsyms_CXX
45464
45465 # Symbols that must always be exported.
45466 include_expsyms=$lt_include_expsyms_CXX
45467
45468 # Commands necessary for linking programs (against libraries) with templates.
45469 prelink_cmds=$lt_prelink_cmds_CXX
45470
45471 # Specify filename containing input files.
45472 file_list_spec=$lt_file_list_spec_CXX
45473
45474 # How to hardcode a shared library path into an executable.
45475 hardcode_action=$hardcode_action_CXX
45476
45477 # The directories searched by this compiler when creating a shared library.
45478 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
45479
45480 # Dependencies to place before and after the objects being linked to
45481 # create a shared library.
45482 predep_objects=$lt_predep_objects_CXX
45483 postdep_objects=$lt_postdep_objects_CXX
45484 predeps=$lt_predeps_CXX
45485 postdeps=$lt_postdeps_CXX
45486
45487 # The library search path used internally by the compiler when linking
45488 # a shared library.
45489 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
45490
45491 # ### END LIBTOOL TAG CONFIG: CXX
45492 _LT_EOF
45493
45494  ;;
45495     "default-1":C)
45496     for ac_file in $CONFIG_FILES; do
45497       # Support "outfile[:infile[:infile...]]"
45498       case "$ac_file" in
45499         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
45500       esac
45501       # PO directories have a Makefile.in generated from Makefile.in.in.
45502       case "$ac_file" in */Makefile.in)
45503         # Adjust a relative srcdir.
45504         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
45505         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
45506         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
45507         # In autoconf-2.13 it is called $ac_given_srcdir.
45508         # In autoconf-2.50 it is called $srcdir.
45509         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
45510         case "$ac_given_srcdir" in
45511           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
45512           /*) top_srcdir="$ac_given_srcdir" ;;
45513           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
45514         esac
45515         # Treat a directory as a PO directory if and only if it has a
45516         # POTFILES.in file. This allows packages to have multiple PO
45517         # directories under different names or in different locations.
45518         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
45519           rm -f "$ac_dir/POTFILES"
45520           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
45521           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
45522           POMAKEFILEDEPS="POTFILES.in"
45523           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
45524           # on $ac_dir but don't depend on user-specified configuration
45525           # parameters.
45526           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
45527             # The LINGUAS file contains the set of available languages.
45528             if test -n "$OBSOLETE_ALL_LINGUAS"; then
45529               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
45530             fi
45531             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
45532             # Hide the ALL_LINGUAS assigment from automake.
45533             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
45534             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
45535           else
45536             # The set of available languages was given in configure.in.
45537             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
45538           fi
45539           # Compute POFILES
45540           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
45541           # Compute UPDATEPOFILES
45542           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
45543           # Compute DUMMYPOFILES
45544           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
45545           # Compute GMOFILES
45546           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
45547           case "$ac_given_srcdir" in
45548             .) srcdirpre= ;;
45549             *) srcdirpre='$(srcdir)/' ;;
45550           esac
45551           POFILES=
45552           UPDATEPOFILES=
45553           DUMMYPOFILES=
45554           GMOFILES=
45555           for lang in $ALL_LINGUAS; do
45556             POFILES="$POFILES $srcdirpre$lang.po"
45557             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
45558             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
45559             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
45560           done
45561           # CATALOGS depends on both $ac_dir and the user's LINGUAS
45562           # environment variable.
45563           INST_LINGUAS=
45564           if test -n "$ALL_LINGUAS"; then
45565             for presentlang in $ALL_LINGUAS; do
45566               useit=no
45567               if test "%UNSET%" != "$LINGUAS"; then
45568                 desiredlanguages="$LINGUAS"
45569               else
45570                 desiredlanguages="$ALL_LINGUAS"
45571               fi
45572               for desiredlang in $desiredlanguages; do
45573                 # Use the presentlang catalog if desiredlang is
45574                 #   a. equal to presentlang, or
45575                 #   b. a variant of presentlang (because in this case,
45576                 #      presentlang can be used as a fallback for messages
45577                 #      which are not translated in the desiredlang catalog).
45578                 case "$desiredlang" in
45579                   "$presentlang"*) useit=yes;;
45580                 esac
45581               done
45582               if test $useit = yes; then
45583                 INST_LINGUAS="$INST_LINGUAS $presentlang"
45584               fi
45585             done
45586           fi
45587           CATALOGS=
45588           if test -n "$INST_LINGUAS"; then
45589             for lang in $INST_LINGUAS; do
45590               CATALOGS="$CATALOGS $lang.gmo"
45591             done
45592           fi
45593           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
45594           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"
45595           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
45596             if test -f "$f"; then
45597               case "$f" in
45598                 *.orig | *.bak | *~) ;;
45599                 *) cat "$f" >> "$ac_dir/Makefile" ;;
45600               esac
45601             fi
45602           done
45603         fi
45604         ;;
45605       esac
45606     done ;;
45607     "default":C)
45608  ;;
45609
45610   esac
45611 done # for ac_tag
45612
45613
45614 { (exit 0); exit 0; }
45615 _ACEOF
45616 chmod +x $CONFIG_STATUS
45617 ac_clean_files=$ac_clean_files_save
45618
45619
45620 # configure is writing to config.log, and then calls config.status.
45621 # config.status does its own redirection, appending to config.log.
45622 # Unfortunately, on DOS this fails, as config.log is still kept open
45623 # by configure, so config.status won't be able to write to it; its
45624 # output is simply discarded.  So we exec the FD to /dev/null,
45625 # effectively closing config.log, so it can be properly (re)opened and
45626 # appended to by config.status.  When coming back to configure, we
45627 # need to make the FD available again.
45628 if test "$no_create" != yes; then
45629   ac_cs_success=:
45630   ac_config_status_args=
45631   test "$silent" = yes &&
45632     ac_config_status_args="$ac_config_status_args --quiet"
45633   exec 5>/dev/null
45634   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
45635   exec 5>>config.log
45636   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
45637   # would make configure fail if this is the last instruction.
45638   $ac_cs_success || { (exit 1); exit 1; }
45639 fi
45640
45641
45642 if test "${support_bat}" = "yes" ; then
45643    if test "x$QMAKE" = "xnone" && test "x$QMAKEQT4" = "xnone"; then
45644       { { echo "$as_me:$LINENO: error: Could not find qmake or qmake-qt4 in $PATH. Check your Qt installation" >&5
45645 echo "$as_me: error: Could not find qmake or qmake-qt4 in $PATH. Check your Qt installation" >&2;}
45646    { (exit 1); exit 1; }; }
45647    fi
45648
45649    QMAKEBIN="qmake"
45650
45651    if test "x$QMAKEQT4" != "xnone"; then
45652        QMAKEBIN=qmake-qt4
45653    fi
45654
45655    cd src/qt-console
45656    echo "Creating bat Makefile"
45657    touch bat
45658    chmod 755 bat
45659    $QMAKEBIN
45660    make clean
45661    cd ${BUILD_DIR}
45662 fi
45663
45664 if test X"$GCC" = "Xyes" ; then
45665   echo "Doing make of dependencies"
45666   ${MAKE:-make} depend
45667 fi
45668
45669 cd src/qt-console
45670 chmod 755 install_conf_file build-depkgs-qt-console
45671 cd ${BUILD_DIR}
45672
45673 cd scripts
45674 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
45675 chmod 755 dvd-handler dvd-simulator
45676 chmod 755 bconsole gconsole mtx-changer devel_bacula logrotate
45677 cd ..
45678
45679 c=updatedb
45680 chmod 755 $c/update_mysql_tables_10_to_11   $c/update_sqlite3_tables_10_to_11
45681 chmod 755 $c/update_postgresql_tables_10_to_11   $c/update_sqlite_tables_10_to_11
45682
45683 c=src/cats
45684
45685 chmod 755 $c/create_bacula_database   $c/update_bacula_tables  $c/make_bacula_tables
45686 chmod 755 $c/grant_bacula_privileges  $c/drop_bacula_tables    $c/drop_bacula_database
45687
45688 chmod 755 $c/create_bdb_database      $c/update_bdb_tables     $c/make_bdb_tables
45689 chmod 755 $c/grant_bdb_privileges     $c/drop_bdb_tables       $c/drop_bdb_database
45690
45691 chmod 755 $c/create_mysql_database    $c/update_mysql_tables   $c/make_mysql_tables
45692 chmod 755 $c/grant_mysql_privileges   $c/drop_mysql_tables     $c/drop_mysql_database
45693
45694 chmod 755 $c/create_sqlite_database   $c/update_sqlite_tables  $c/make_sqlite_tables
45695 chmod 755 $c/grant_sqlite_privileges  $c/drop_sqlite_tables    $c/drop_sqlite_database
45696
45697 chmod 755 $c/create_sqlite3_database   $c/update_sqlite3_tables  $c/make_sqlite3_tables
45698 chmod 755 $c/grant_sqlite3_privileges  $c/drop_sqlite3_tables    $c/drop_sqlite3_database
45699
45700 chmod 755 $c/create_postgresql_database  $c/update_postgresql_tables $c/make_postgresql_tables
45701 chmod 755 $c/grant_postgresql_privileges $c/drop_postgresql_tables   $c/drop_postgresql_database
45702
45703 chmod 755 $c/make_catalog_backup $c/delete_catalog_backup
45704 chmod 755 $c/sqlite
45705 chmod 755 $c/mysql
45706
45707 chmod 755 src/win32/build-depkgs-mingw32
45708
45709 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
45710    largefile_support="yes"
45711 fi
45712
45713 if test X"$GCC" = "Xyes" ; then
45714                CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 3 -d ' '`
45715    if test "x${CCVERSION}" = "x" ; then
45716       CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 1 -d ' '`
45717    fi
45718    CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 3 -d ' '`
45719    if test x"${CXXVERSION}" = x ; then
45720       CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 1 -d ' '`
45721    fi
45722 fi
45723
45724 # clean up any old junk
45725 echo " "
45726 echo "Cleaning up"
45727 echo " "
45728 make clean
45729
45730 if test "x${db_type}" = "xInternal" ; then
45731    echo " "
45732    echo " "
45733    echo "You have not specified either --enable-client-only or one of the"
45734    echo "  supported databases: MySQL, PostgreSQL, SQLite3, SQLite or DBI."
45735    echo "  This is not permitted. Please reconfigure."
45736    echo " "
45737    echo "Aborting the configuration ..."
45738    echo " "
45739    echo " "
45740    exit 1
45741 fi
45742
45743 echo "
45744 Configuration on `date`:
45745
45746    Host:                    ${host}${post_host} -- ${DISTNAME} ${DISTVER}
45747    Bacula version:          ${BACULA} ${VERSION} (${DATE})
45748    Source code location:    ${srcdir}
45749    Install binaries:        ${sbindir}
45750    Install libraries:       ${libdir}
45751    Install config files:    ${sysconfdir}
45752    Scripts directory:       ${scriptdir}
45753    Archive directory:       ${archivedir}
45754    Working directory:       ${working_dir}
45755    PID directory:           ${piddir}
45756    Subsys directory:        ${subsysdir}
45757    Man directory:           ${mandir}
45758    Data directory:          ${datarootdir}
45759    Plugin directory:        ${plugindir}
45760    C Compiler:              ${CC} ${CCVERSION}
45761    C++ Compiler:            ${CXX} ${CXXVERSION}
45762    Compiler flags:          ${WCFLAGS} ${CFLAGS}
45763    Linker flags:            ${WLDFLAGS} ${LDFLAGS}
45764    Libraries:               ${LIBS}
45765    Statically Linked Tools: ${support_static_tools}
45766    Statically Linked FD:    ${support_static_fd}
45767    Statically Linked SD:    ${support_static_sd}
45768    Statically Linked DIR:   ${support_static_dir}
45769    Statically Linked CONS:  ${support_static_cons}
45770    Database type:           ${db_type}
45771    Database port:           ${db_port}
45772    Database lib:            ${DB_LIBS}
45773    Database name:           ${db_name}
45774    Database user:           ${db_user}
45775
45776    Job Output Email:        ${job_email}
45777    Traceback Email:         ${dump_email}
45778    SMTP Host Address:       ${smtp_host}
45779
45780    Director Port:           ${dir_port}
45781    File daemon Port:        ${fd_port}
45782    Storage daemon Port:     ${sd_port}
45783
45784    Director User:           ${dir_user}
45785    Director Group:          ${dir_group}
45786    Storage Daemon User:     ${sd_user}
45787    Storage DaemonGroup:     ${sd_group}
45788    File Daemon User:        ${fd_user}
45789    File Daemon Group:       ${fd_group}
45790
45791    SQL binaries Directory   ${SQL_BINDIR}
45792
45793    Large file support:      $largefile_support
45794    Bacula conio support:    ${got_conio} ${CONS_LIBS}
45795    readline support:        ${got_readline} ${PRTREADLINE_SRC}
45796    TCP Wrappers support:    ${TCPW_MSG} ${WRAPLIBS}
45797    TLS support:             ${support_tls}
45798    Encryption support:      ${support_crypto}
45799    ZLIB support:            ${have_zlib}
45800    enable-smartalloc:       ${support_smartalloc}
45801    enable-lockmgr:          ${support_lockmgr}
45802    bat support:             ${support_bat} ${QWT_LDFLAGS}
45803    enable-gnome:            ${support_gnome} ${gnome_version}
45804    enable-bwx-console:      ${support_wx_console} ${wx_version}
45805    enable-tray-monitor:     ${support_tray_monitor}
45806    client-only:             ${build_client_only}
45807    build-dird:              ${build_dird}
45808    build-stored:            ${build_stored}
45809    ACL support:             ${have_acl}
45810    XATTR support:           ${have_xattr}
45811    Python support:          ${support_python} ${PYTHON_LIBS}
45812    Batch insert enabled:    ${support_batch_insert}
45813
45814   " > config.out
45815
45816 cat config.out