"Initial commit to Gerrit"
[profile/ivi/xorg-utils.git] / appres / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for appres 1.0.2.
4 #
5 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175 if test "x$CONFIG_SHELL" = x; then
176   if (eval ":") 2>/dev/null; then
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181
182   if test $as_have_required = yes &&     (eval ":
183 (as_func_return () {
184   (exit \$1)
185 }
186 as_func_success () {
187   as_func_return 0
188 }
189 as_func_failure () {
190   as_func_return 1
191 }
192 as_func_ret_success () {
193   return 0
194 }
195 as_func_ret_failure () {
196   return 1
197 }
198
199 exitcode=0
200 if as_func_success; then
201   :
202 else
203   exitcode=1
204   echo as_func_success failed.
205 fi
206
207 if as_func_failure; then
208   exitcode=1
209   echo as_func_failure succeeded.
210 fi
211
212 if as_func_ret_success; then
213   :
214 else
215   exitcode=1
216   echo as_func_ret_success failed.
217 fi
218
219 if as_func_ret_failure; then
220   exitcode=1
221   echo as_func_ret_failure succeeded.
222 fi
223
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225   :
226 else
227   exitcode=1
228   echo positional parameters were not saved.
229 fi
230
231 test \$exitcode = 0) || { (exit 1); exit 1; }
232
233 (
234   as_lineno_1=\$LINENO
235   as_lineno_2=\$LINENO
236   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
239   :
240 else
241   as_candidate_shells=
242     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 do
245   IFS=$as_save_IFS
246   test -z "$as_dir" && as_dir=.
247   case $as_dir in
248          /*)
249            for as_base in sh bash ksh sh5; do
250              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251            done;;
252        esac
253 done
254 IFS=$as_save_IFS
255
256
257       for as_shell in $as_candidate_shells $SHELL; do
258          # Try only shells that exist, to save several forks.
259          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260                 { ("$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   # Pre-4.2 versions of Zsh do 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 _ASEOF
278 }; then
279   CONFIG_SHELL=$as_shell
280                as_have_required=yes
281                if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283   emulate sh
284   NULLCMD=:
285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286   # is contrary to our usage.  Disable this feature.
287   alias -g '${1+"$@"}'='"$@"'
288   setopt NO_GLOB_SUBST
289 else
290   case `(set -o) 2>/dev/null` in
291   *posix*) set -o posix ;;
292 esac
293
294 fi
295
296
297 :
298 (as_func_return () {
299   (exit $1)
300 }
301 as_func_success () {
302   as_func_return 0
303 }
304 as_func_failure () {
305   as_func_return 1
306 }
307 as_func_ret_success () {
308   return 0
309 }
310 as_func_ret_failure () {
311   return 1
312 }
313
314 exitcode=0
315 if as_func_success; then
316   :
317 else
318   exitcode=1
319   echo as_func_success failed.
320 fi
321
322 if as_func_failure; then
323   exitcode=1
324   echo as_func_failure succeeded.
325 fi
326
327 if as_func_ret_success; then
328   :
329 else
330   exitcode=1
331   echo as_func_ret_success failed.
332 fi
333
334 if as_func_ret_failure; then
335   exitcode=1
336   echo as_func_ret_failure succeeded.
337 fi
338
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
340   :
341 else
342   exitcode=1
343   echo positional parameters were not saved.
344 fi
345
346 test $exitcode = 0) || { (exit 1); exit 1; }
347
348 (
349   as_lineno_1=$LINENO
350   as_lineno_2=$LINENO
351   test "x$as_lineno_1" != "x$as_lineno_2" &&
352   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
354 _ASEOF
355 }; then
356   break
357 fi
358
359 fi
360
361       done
362
363       if test "x$CONFIG_SHELL" != x; then
364   for as_var in BASH_ENV ENV
365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366         done
367         export CONFIG_SHELL
368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369 fi
370
371
372     if test $as_have_required = no; then
373   echo This script requires a shell more modern than all the
374       echo shells that I found on your system.  Please install a
375       echo modern shell, or manually run the script under such a
376       echo shell if you do have one.
377       { (exit 1); exit 1; }
378 fi
379
380
381 fi
382
383 fi
384
385
386
387 (eval "as_func_return () {
388   (exit \$1)
389 }
390 as_func_success () {
391   as_func_return 0
392 }
393 as_func_failure () {
394   as_func_return 1
395 }
396 as_func_ret_success () {
397   return 0
398 }
399 as_func_ret_failure () {
400   return 1
401 }
402
403 exitcode=0
404 if as_func_success; then
405   :
406 else
407   exitcode=1
408   echo as_func_success failed.
409 fi
410
411 if as_func_failure; then
412   exitcode=1
413   echo as_func_failure succeeded.
414 fi
415
416 if as_func_ret_success; then
417   :
418 else
419   exitcode=1
420   echo as_func_ret_success failed.
421 fi
422
423 if as_func_ret_failure; then
424   exitcode=1
425   echo as_func_ret_failure succeeded.
426 fi
427
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429   :
430 else
431   exitcode=1
432   echo positional parameters were not saved.
433 fi
434
435 test \$exitcode = 0") || {
436   echo No shell found that supports shell functions.
437   echo Please tell bug-autoconf@gnu.org about your system,
438   echo including any error possibly output before this message.
439   echo This can help us improve future autoconf versions.
440   echo Configuration will now proceed without shell functions.
441 }
442
443
444
445   as_lineno_1=$LINENO
446   as_lineno_2=$LINENO
447   test "x$as_lineno_1" != "x$as_lineno_2" &&
448   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
450   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451   # uniformly replaced by the line number.  The first 'sed' inserts a
452   # line-number line after each line using $LINENO; the second 'sed'
453   # does the real work.  The second script uses 'N' to pair each
454   # line-number line with the line containing $LINENO, and appends
455   # trailing '-' during substitution so that $LINENO is not a special
456   # case at line end.
457   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458   # scripts with optimization help from Paolo Bonzini.  Blame Lee
459   # E. McMahon (1931-1989) for sed's syntax.  :-)
460   sed -n '
461     p
462     /[$]LINENO/=
463   ' <$as_myself |
464     sed '
465       s/[$]LINENO.*/&-/
466       t lineno
467       b
468       :lineno
469       N
470       :loop
471       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472       t loop
473       s/-\n.*//
474     ' >$as_me.lineno &&
475   chmod +x "$as_me.lineno" ||
476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477    { (exit 1); exit 1; }; }
478
479   # Don't try to exec as it changes $[0], causing all sort of problems
480   # (the dirname of $[0] is not the place where we might find the
481   # original and so on.  Autoconf is especially sensitive to this).
482   . "./$as_me.lineno"
483   # Exit status is that of the last command.
484   exit
485 }
486
487
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489   as_dirname=dirname
490 else
491   as_dirname=false
492 fi
493
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497   case `echo 'x\c'` in
498   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499   *)   ECHO_C='\c';;
500   esac;;
501 *)
502   ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505    test "X`expr 00001 : '.*\(...\)'`" = X001; then
506   as_expr=expr
507 else
508   as_expr=false
509 fi
510
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513   rm -f conf$$.dir/conf$$.file
514 else
515   rm -f conf$$.dir
516   mkdir conf$$.dir 2>/dev/null
517 fi
518 if (echo >conf$$.file) 2>/dev/null; then
519   if ln -s conf$$.file conf$$ 2>/dev/null; then
520     as_ln_s='ln -s'
521     # ... but there are two gotchas:
522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524     # In both cases, we have to default to `cp -p'.
525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526       as_ln_s='cp -p'
527   elif ln conf$$.file conf$$ 2>/dev/null; then
528     as_ln_s=ln
529   else
530     as_ln_s='cp -p'
531   fi
532 else
533   as_ln_s='cp -p'
534 fi
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
537
538 if mkdir -p . 2>/dev/null; then
539   as_mkdir_p=:
540 else
541   test -d ./-p && rmdir ./-p
542   as_mkdir_p=false
543 fi
544
545 if test -x / >/dev/null 2>&1; then
546   as_test_x='test -x'
547 else
548   if ls -dL / >/dev/null 2>&1; then
549     as_ls_L_option=L
550   else
551     as_ls_L_option=
552   fi
553   as_test_x='
554     eval sh -c '\''
555       if test -d "$1"; then
556         test -d "$1/.";
557       else
558         case $1 in
559         -*)set "./$1";;
560         esac;
561         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562         ???[sx]*):;;*)false;;esac;fi
563     '\'' sh
564   '
565 fi
566 as_executable_p=$as_test_x
567
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
570
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
574
575
576 exec 7<&0 </dev/null 6>&1
577
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
583 #
584 # Initializations.
585 #
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
595
596 # Identity of this package.
597 PACKAGE_NAME='appres'
598 PACKAGE_TARNAME='appres'
599 PACKAGE_VERSION='1.0.2'
600 PACKAGE_STRING='appres 1.0.2'
601 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
602
603 # Factoring default headers for most tests.
604 ac_includes_default="\
605 #include <stdio.h>
606 #ifdef HAVE_SYS_TYPES_H
607 # include <sys/types.h>
608 #endif
609 #ifdef HAVE_SYS_STAT_H
610 # include <sys/stat.h>
611 #endif
612 #ifdef STDC_HEADERS
613 # include <stdlib.h>
614 # include <stddef.h>
615 #else
616 # ifdef HAVE_STDLIB_H
617 #  include <stdlib.h>
618 # endif
619 #endif
620 #ifdef HAVE_STRING_H
621 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
622 #  include <memory.h>
623 # endif
624 # include <string.h>
625 #endif
626 #ifdef HAVE_STRINGS_H
627 # include <strings.h>
628 #endif
629 #ifdef HAVE_INTTYPES_H
630 # include <inttypes.h>
631 #endif
632 #ifdef HAVE_STDINT_H
633 # include <stdint.h>
634 #endif
635 #ifdef HAVE_UNISTD_H
636 # include <unistd.h>
637 #endif"
638
639 ac_subst_vars='am__EXEEXT_FALSE
640 am__EXEEXT_TRUE
641 LTLIBOBJS
642 LIBOBJS
643 APPRES_LIBS
644 APPRES_CFLAGS
645 PKG_CONFIG
646 ADMIN_MAN_DIR
647 DRIVER_MAN_DIR
648 MISC_MAN_DIR
649 FILE_MAN_DIR
650 LIB_MAN_DIR
651 APP_MAN_DIR
652 ADMIN_MAN_SUFFIX
653 DRIVER_MAN_SUFFIX
654 MISC_MAN_SUFFIX
655 FILE_MAN_SUFFIX
656 LIB_MAN_SUFFIX
657 APP_MAN_SUFFIX
658 host_os
659 host_vendor
660 host_cpu
661 host
662 build_os
663 build_vendor
664 build_cpu
665 build
666 distcleancheck_listfiles
667 CHANGELOG_CMD
668 AM_BACKSLASH
669 AM_DEFAULT_VERBOSITY
670 CWARNFLAGS
671 EGREP
672 GREP
673 CPP
674 am__fastdepCC_FALSE
675 am__fastdepCC_TRUE
676 CCDEPMODE
677 AMDEPBACKSLASH
678 AMDEP_FALSE
679 AMDEP_TRUE
680 am__quote
681 am__include
682 DEPDIR
683 OBJEXT
684 EXEEXT
685 ac_ct_CC
686 CPPFLAGS
687 LDFLAGS
688 CFLAGS
689 CC
690 MAINT
691 MAINTAINER_MODE_FALSE
692 MAINTAINER_MODE_TRUE
693 am__untar
694 am__tar
695 AMTAR
696 am__leading_dot
697 SET_MAKE
698 AWK
699 mkdir_p
700 MKDIR_P
701 INSTALL_STRIP_PROGRAM
702 STRIP
703 install_sh
704 MAKEINFO
705 AUTOHEADER
706 AUTOMAKE
707 AUTOCONF
708 ACLOCAL
709 VERSION
710 PACKAGE
711 CYGPATH_W
712 am__isrc
713 INSTALL_DATA
714 INSTALL_SCRIPT
715 INSTALL_PROGRAM
716 target_alias
717 host_alias
718 build_alias
719 LIBS
720 ECHO_T
721 ECHO_N
722 ECHO_C
723 DEFS
724 mandir
725 localedir
726 libdir
727 psdir
728 pdfdir
729 dvidir
730 htmldir
731 infodir
732 docdir
733 oldincludedir
734 includedir
735 localstatedir
736 sharedstatedir
737 sysconfdir
738 datadir
739 datarootdir
740 libexecdir
741 sbindir
742 bindir
743 program_transform_name
744 prefix
745 exec_prefix
746 PACKAGE_BUGREPORT
747 PACKAGE_STRING
748 PACKAGE_VERSION
749 PACKAGE_TARNAME
750 PACKAGE_NAME
751 PATH_SEPARATOR
752 SHELL'
753 ac_subst_files=''
754 ac_user_opts='
755 enable_option_checking
756 enable_maintainer_mode
757 enable_dependency_tracking
758 enable_silent_rules
759 enable_strict_compilation
760 with_release_version
761 '
762       ac_precious_vars='build_alias
763 host_alias
764 target_alias
765 CC
766 CFLAGS
767 LDFLAGS
768 LIBS
769 CPPFLAGS
770 CPP
771 PKG_CONFIG
772 APPRES_CFLAGS
773 APPRES_LIBS'
774
775
776 # Initialize some variables set by options.
777 ac_init_help=
778 ac_init_version=false
779 ac_unrecognized_opts=
780 ac_unrecognized_sep=
781 # The variables have the same names as the options, with
782 # dashes changed to underlines.
783 cache_file=/dev/null
784 exec_prefix=NONE
785 no_create=
786 no_recursion=
787 prefix=NONE
788 program_prefix=NONE
789 program_suffix=NONE
790 program_transform_name=s,x,x,
791 silent=
792 site=
793 srcdir=
794 verbose=
795 x_includes=NONE
796 x_libraries=NONE
797
798 # Installation directory options.
799 # These are left unexpanded so users can "make install exec_prefix=/foo"
800 # and all the variables that are supposed to be based on exec_prefix
801 # by default will actually change.
802 # Use braces instead of parens because sh, perl, etc. also accept them.
803 # (The list follows the same order as the GNU Coding Standards.)
804 bindir='${exec_prefix}/bin'
805 sbindir='${exec_prefix}/sbin'
806 libexecdir='${exec_prefix}/libexec'
807 datarootdir='${prefix}/share'
808 datadir='${datarootdir}'
809 sysconfdir='${prefix}/etc'
810 sharedstatedir='${prefix}/com'
811 localstatedir='${prefix}/var'
812 includedir='${prefix}/include'
813 oldincludedir='/usr/include'
814 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
815 infodir='${datarootdir}/info'
816 htmldir='${docdir}'
817 dvidir='${docdir}'
818 pdfdir='${docdir}'
819 psdir='${docdir}'
820 libdir='${exec_prefix}/lib'
821 localedir='${datarootdir}/locale'
822 mandir='${datarootdir}/man'
823
824 ac_prev=
825 ac_dashdash=
826 for ac_option
827 do
828   # If the previous option needs an argument, assign it.
829   if test -n "$ac_prev"; then
830     eval $ac_prev=\$ac_option
831     ac_prev=
832     continue
833   fi
834
835   case $ac_option in
836   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
837   *)    ac_optarg=yes ;;
838   esac
839
840   # Accept the important Cygnus configure options, so we can diagnose typos.
841
842   case $ac_dashdash$ac_option in
843   --)
844     ac_dashdash=yes ;;
845
846   -bindir | --bindir | --bindi | --bind | --bin | --bi)
847     ac_prev=bindir ;;
848   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
849     bindir=$ac_optarg ;;
850
851   -build | --build | --buil | --bui | --bu)
852     ac_prev=build_alias ;;
853   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
854     build_alias=$ac_optarg ;;
855
856   -cache-file | --cache-file | --cache-fil | --cache-fi \
857   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
858     ac_prev=cache_file ;;
859   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
860   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
861     cache_file=$ac_optarg ;;
862
863   --config-cache | -C)
864     cache_file=config.cache ;;
865
866   -datadir | --datadir | --datadi | --datad)
867     ac_prev=datadir ;;
868   -datadir=* | --datadir=* | --datadi=* | --datad=*)
869     datadir=$ac_optarg ;;
870
871   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
872   | --dataroo | --dataro | --datar)
873     ac_prev=datarootdir ;;
874   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
875   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
876     datarootdir=$ac_optarg ;;
877
878   -disable-* | --disable-*)
879     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
880     # Reject names that are not valid shell variable names.
881     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
882       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
883    { (exit 1); exit 1; }; }
884     ac_useropt_orig=$ac_useropt
885     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
886     case $ac_user_opts in
887       *"
888 "enable_$ac_useropt"
889 "*) ;;
890       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
891          ac_unrecognized_sep=', ';;
892     esac
893     eval enable_$ac_useropt=no ;;
894
895   -docdir | --docdir | --docdi | --doc | --do)
896     ac_prev=docdir ;;
897   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
898     docdir=$ac_optarg ;;
899
900   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
901     ac_prev=dvidir ;;
902   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
903     dvidir=$ac_optarg ;;
904
905   -enable-* | --enable-*)
906     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
907     # Reject names that are not valid shell variable names.
908     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
909       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
910    { (exit 1); exit 1; }; }
911     ac_useropt_orig=$ac_useropt
912     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
913     case $ac_user_opts in
914       *"
915 "enable_$ac_useropt"
916 "*) ;;
917       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
918          ac_unrecognized_sep=', ';;
919     esac
920     eval enable_$ac_useropt=\$ac_optarg ;;
921
922   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
923   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
924   | --exec | --exe | --ex)
925     ac_prev=exec_prefix ;;
926   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
927   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
928   | --exec=* | --exe=* | --ex=*)
929     exec_prefix=$ac_optarg ;;
930
931   -gas | --gas | --ga | --g)
932     # Obsolete; use --with-gas.
933     with_gas=yes ;;
934
935   -help | --help | --hel | --he | -h)
936     ac_init_help=long ;;
937   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
938     ac_init_help=recursive ;;
939   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
940     ac_init_help=short ;;
941
942   -host | --host | --hos | --ho)
943     ac_prev=host_alias ;;
944   -host=* | --host=* | --hos=* | --ho=*)
945     host_alias=$ac_optarg ;;
946
947   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
948     ac_prev=htmldir ;;
949   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
950   | --ht=*)
951     htmldir=$ac_optarg ;;
952
953   -includedir | --includedir | --includedi | --included | --include \
954   | --includ | --inclu | --incl | --inc)
955     ac_prev=includedir ;;
956   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
957   | --includ=* | --inclu=* | --incl=* | --inc=*)
958     includedir=$ac_optarg ;;
959
960   -infodir | --infodir | --infodi | --infod | --info | --inf)
961     ac_prev=infodir ;;
962   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
963     infodir=$ac_optarg ;;
964
965   -libdir | --libdir | --libdi | --libd)
966     ac_prev=libdir ;;
967   -libdir=* | --libdir=* | --libdi=* | --libd=*)
968     libdir=$ac_optarg ;;
969
970   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
971   | --libexe | --libex | --libe)
972     ac_prev=libexecdir ;;
973   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
974   | --libexe=* | --libex=* | --libe=*)
975     libexecdir=$ac_optarg ;;
976
977   -localedir | --localedir | --localedi | --localed | --locale)
978     ac_prev=localedir ;;
979   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
980     localedir=$ac_optarg ;;
981
982   -localstatedir | --localstatedir | --localstatedi | --localstated \
983   | --localstate | --localstat | --localsta | --localst | --locals)
984     ac_prev=localstatedir ;;
985   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
986   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
987     localstatedir=$ac_optarg ;;
988
989   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
990     ac_prev=mandir ;;
991   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
992     mandir=$ac_optarg ;;
993
994   -nfp | --nfp | --nf)
995     # Obsolete; use --without-fp.
996     with_fp=no ;;
997
998   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
999   | --no-cr | --no-c | -n)
1000     no_create=yes ;;
1001
1002   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1003   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1004     no_recursion=yes ;;
1005
1006   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1007   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1008   | --oldin | --oldi | --old | --ol | --o)
1009     ac_prev=oldincludedir ;;
1010   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1011   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1012   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1013     oldincludedir=$ac_optarg ;;
1014
1015   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1016     ac_prev=prefix ;;
1017   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1018     prefix=$ac_optarg ;;
1019
1020   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1021   | --program-pre | --program-pr | --program-p)
1022     ac_prev=program_prefix ;;
1023   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1024   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1025     program_prefix=$ac_optarg ;;
1026
1027   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1028   | --program-suf | --program-su | --program-s)
1029     ac_prev=program_suffix ;;
1030   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1031   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1032     program_suffix=$ac_optarg ;;
1033
1034   -program-transform-name | --program-transform-name \
1035   | --program-transform-nam | --program-transform-na \
1036   | --program-transform-n | --program-transform- \
1037   | --program-transform | --program-transfor \
1038   | --program-transfo | --program-transf \
1039   | --program-trans | --program-tran \
1040   | --progr-tra | --program-tr | --program-t)
1041     ac_prev=program_transform_name ;;
1042   -program-transform-name=* | --program-transform-name=* \
1043   | --program-transform-nam=* | --program-transform-na=* \
1044   | --program-transform-n=* | --program-transform-=* \
1045   | --program-transform=* | --program-transfor=* \
1046   | --program-transfo=* | --program-transf=* \
1047   | --program-trans=* | --program-tran=* \
1048   | --progr-tra=* | --program-tr=* | --program-t=*)
1049     program_transform_name=$ac_optarg ;;
1050
1051   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1052     ac_prev=pdfdir ;;
1053   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1054     pdfdir=$ac_optarg ;;
1055
1056   -psdir | --psdir | --psdi | --psd | --ps)
1057     ac_prev=psdir ;;
1058   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1059     psdir=$ac_optarg ;;
1060
1061   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1062   | -silent | --silent | --silen | --sile | --sil)
1063     silent=yes ;;
1064
1065   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1066     ac_prev=sbindir ;;
1067   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1068   | --sbi=* | --sb=*)
1069     sbindir=$ac_optarg ;;
1070
1071   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1072   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1073   | --sharedst | --shareds | --shared | --share | --shar \
1074   | --sha | --sh)
1075     ac_prev=sharedstatedir ;;
1076   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1077   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1078   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1079   | --sha=* | --sh=*)
1080     sharedstatedir=$ac_optarg ;;
1081
1082   -site | --site | --sit)
1083     ac_prev=site ;;
1084   -site=* | --site=* | --sit=*)
1085     site=$ac_optarg ;;
1086
1087   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1088     ac_prev=srcdir ;;
1089   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1090     srcdir=$ac_optarg ;;
1091
1092   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1093   | --syscon | --sysco | --sysc | --sys | --sy)
1094     ac_prev=sysconfdir ;;
1095   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1096   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1097     sysconfdir=$ac_optarg ;;
1098
1099   -target | --target | --targe | --targ | --tar | --ta | --t)
1100     ac_prev=target_alias ;;
1101   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1102     target_alias=$ac_optarg ;;
1103
1104   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1105     verbose=yes ;;
1106
1107   -version | --version | --versio | --versi | --vers | -V)
1108     ac_init_version=: ;;
1109
1110   -with-* | --with-*)
1111     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1112     # Reject names that are not valid shell variable names.
1113     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1114       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1115    { (exit 1); exit 1; }; }
1116     ac_useropt_orig=$ac_useropt
1117     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1118     case $ac_user_opts in
1119       *"
1120 "with_$ac_useropt"
1121 "*) ;;
1122       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1123          ac_unrecognized_sep=', ';;
1124     esac
1125     eval with_$ac_useropt=\$ac_optarg ;;
1126
1127   -without-* | --without-*)
1128     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1129     # Reject names that are not valid shell variable names.
1130     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1131       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1132    { (exit 1); exit 1; }; }
1133     ac_useropt_orig=$ac_useropt
1134     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135     case $ac_user_opts in
1136       *"
1137 "with_$ac_useropt"
1138 "*) ;;
1139       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1140          ac_unrecognized_sep=', ';;
1141     esac
1142     eval with_$ac_useropt=no ;;
1143
1144   --x)
1145     # Obsolete; use --with-x.
1146     with_x=yes ;;
1147
1148   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149   | --x-incl | --x-inc | --x-in | --x-i)
1150     ac_prev=x_includes ;;
1151   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153     x_includes=$ac_optarg ;;
1154
1155   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157     ac_prev=x_libraries ;;
1158   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160     x_libraries=$ac_optarg ;;
1161
1162   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164    { (exit 1); exit 1; }; }
1165     ;;
1166
1167   *=*)
1168     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169     # Reject names that are not valid shell variable names.
1170     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172    { (exit 1); exit 1; }; }
1173     eval $ac_envvar=\$ac_optarg
1174     export $ac_envvar ;;
1175
1176   *)
1177     # FIXME: should be removed in autoconf 3.0.
1178     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182     ;;
1183
1184   esac
1185 done
1186
1187 if test -n "$ac_prev"; then
1188   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1190    { (exit 1); exit 1; }; }
1191 fi
1192
1193 if test -n "$ac_unrecognized_opts"; then
1194   case $enable_option_checking in
1195     no) ;;
1196     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1197    { (exit 1); exit 1; }; } ;;
1198     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1199   esac
1200 fi
1201
1202 # Check all directory arguments for consistency.
1203 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1204                 datadir sysconfdir sharedstatedir localstatedir includedir \
1205                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1206                 libdir localedir mandir
1207 do
1208   eval ac_val=\$$ac_var
1209   # Remove trailing slashes.
1210   case $ac_val in
1211     */ )
1212       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1213       eval $ac_var=\$ac_val;;
1214   esac
1215   # Be sure to have absolute directory names.
1216   case $ac_val in
1217     [\\/$]* | ?:[\\/]* )  continue;;
1218     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1219   esac
1220   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1221    { (exit 1); exit 1; }; }
1222 done
1223
1224 # There might be people who depend on the old broken behavior: `$host'
1225 # used to hold the argument of --host etc.
1226 # FIXME: To remove some day.
1227 build=$build_alias
1228 host=$host_alias
1229 target=$target_alias
1230
1231 # FIXME: To remove some day.
1232 if test "x$host_alias" != x; then
1233   if test "x$build_alias" = x; then
1234     cross_compiling=maybe
1235     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1236     If a cross compiler is detected then cross compile mode will be used." >&2
1237   elif test "x$build_alias" != "x$host_alias"; then
1238     cross_compiling=yes
1239   fi
1240 fi
1241
1242 ac_tool_prefix=
1243 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1244
1245 test "$silent" = yes && exec 6>/dev/null
1246
1247
1248 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1249 ac_ls_di=`ls -di .` &&
1250 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1251   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1252    { (exit 1); exit 1; }; }
1253 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1254   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1255    { (exit 1); exit 1; }; }
1256
1257
1258 # Find the source files, if location was not specified.
1259 if test -z "$srcdir"; then
1260   ac_srcdir_defaulted=yes
1261   # Try the directory containing this script, then the parent directory.
1262   ac_confdir=`$as_dirname -- "$as_myself" ||
1263 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1264          X"$as_myself" : 'X\(//\)[^/]' \| \
1265          X"$as_myself" : 'X\(//\)$' \| \
1266          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1267 $as_echo X"$as_myself" |
1268     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1269             s//\1/
1270             q
1271           }
1272           /^X\(\/\/\)[^/].*/{
1273             s//\1/
1274             q
1275           }
1276           /^X\(\/\/\)$/{
1277             s//\1/
1278             q
1279           }
1280           /^X\(\/\).*/{
1281             s//\1/
1282             q
1283           }
1284           s/.*/./; q'`
1285   srcdir=$ac_confdir
1286   if test ! -r "$srcdir/$ac_unique_file"; then
1287     srcdir=..
1288   fi
1289 else
1290   ac_srcdir_defaulted=no
1291 fi
1292 if test ! -r "$srcdir/$ac_unique_file"; then
1293   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1294   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1295    { (exit 1); exit 1; }; }
1296 fi
1297 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1298 ac_abs_confdir=`(
1299         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1300    { (exit 1); exit 1; }; }
1301         pwd)`
1302 # When building in place, set srcdir=.
1303 if test "$ac_abs_confdir" = "$ac_pwd"; then
1304   srcdir=.
1305 fi
1306 # Remove unnecessary trailing slashes from srcdir.
1307 # Double slashes in file names in object file debugging info
1308 # mess up M-x gdb in Emacs.
1309 case $srcdir in
1310 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1311 esac
1312 for ac_var in $ac_precious_vars; do
1313   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1314   eval ac_env_${ac_var}_value=\$${ac_var}
1315   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1316   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1317 done
1318
1319 #
1320 # Report the --help message.
1321 #
1322 if test "$ac_init_help" = "long"; then
1323   # Omit some internal or obsolete options to make the list less imposing.
1324   # This message is too long to be a string in the A/UX 3.1 sh.
1325   cat <<_ACEOF
1326 \`configure' configures appres 1.0.2 to adapt to many kinds of systems.
1327
1328 Usage: $0 [OPTION]... [VAR=VALUE]...
1329
1330 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331 VAR=VALUE.  See below for descriptions of some of the useful variables.
1332
1333 Defaults for the options are specified in brackets.
1334
1335 Configuration:
1336   -h, --help              display this help and exit
1337       --help=short        display options specific to this package
1338       --help=recursive    display the short help of all the included packages
1339   -V, --version           display version information and exit
1340   -q, --quiet, --silent   do not print \`checking...' messages
1341       --cache-file=FILE   cache test results in FILE [disabled]
1342   -C, --config-cache      alias for \`--cache-file=config.cache'
1343   -n, --no-create         do not create output files
1344       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1345
1346 Installation directories:
1347   --prefix=PREFIX         install architecture-independent files in PREFIX
1348                           [$ac_default_prefix]
1349   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1350                           [PREFIX]
1351
1352 By default, \`make install' will install all the files in
1353 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1354 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1355 for instance \`--prefix=\$HOME'.
1356
1357 For better control, use the options below.
1358
1359 Fine tuning of the installation directories:
1360   --bindir=DIR            user executables [EPREFIX/bin]
1361   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1362   --libexecdir=DIR        program executables [EPREFIX/libexec]
1363   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1364   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1365   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1366   --libdir=DIR            object code libraries [EPREFIX/lib]
1367   --includedir=DIR        C header files [PREFIX/include]
1368   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1369   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1370   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1371   --infodir=DIR           info documentation [DATAROOTDIR/info]
1372   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1373   --mandir=DIR            man documentation [DATAROOTDIR/man]
1374   --docdir=DIR            documentation root [DATAROOTDIR/doc/appres]
1375   --htmldir=DIR           html documentation [DOCDIR]
1376   --dvidir=DIR            dvi documentation [DOCDIR]
1377   --pdfdir=DIR            pdf documentation [DOCDIR]
1378   --psdir=DIR             ps documentation [DOCDIR]
1379 _ACEOF
1380
1381   cat <<\_ACEOF
1382
1383 Program names:
1384   --program-prefix=PREFIX            prepend PREFIX to installed program names
1385   --program-suffix=SUFFIX            append SUFFIX to installed program names
1386   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1387
1388 System types:
1389   --build=BUILD     configure for building on BUILD [guessed]
1390   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1391 _ACEOF
1392 fi
1393
1394 if test -n "$ac_init_help"; then
1395   case $ac_init_help in
1396      short | recursive ) echo "Configuration of appres 1.0.2:";;
1397    esac
1398   cat <<\_ACEOF
1399
1400 Optional Features:
1401   --disable-option-checking  ignore unrecognized --enable/--with options
1402   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1403   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1404   --enable-maintainer-mode  enable make rules and dependencies not useful
1405                           (and sometimes confusing) to the casual installer
1406   --disable-dependency-tracking  speeds up one-time build
1407   --enable-dependency-tracking   do not reject slow dependency extractors
1408   --enable-silent-rules          less verbose build output (undo: `make V=1')
1409   --disable-silent-rules         verbose build output (undo: `make V=0')
1410   --enable-strict-compilation
1411                           Enable all warnings from compiler and make them
1412                           errors (default: disabled)
1413
1414 Optional Packages:
1415   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1416   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1417   --with-release-version=STRING
1418                           Use release version string in package name
1419
1420 Some influential environment variables:
1421   CC          C compiler command
1422   CFLAGS      C compiler flags
1423   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1424               nonstandard directory <lib dir>
1425   LIBS        libraries to pass to the linker, e.g. -l<library>
1426   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1427               you have headers in a nonstandard directory <include dir>
1428   CPP         C preprocessor
1429   PKG_CONFIG  path to pkg-config utility
1430   APPRES_CFLAGS
1431               C compiler flags for APPRES, overriding pkg-config
1432   APPRES_LIBS linker flags for APPRES, overriding pkg-config
1433
1434 Use these variables to override the choices made by `configure' or to help
1435 it to find libraries and programs with nonstandard names/locations.
1436
1437 Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
1438 _ACEOF
1439 ac_status=$?
1440 fi
1441
1442 if test "$ac_init_help" = "recursive"; then
1443   # If there are subdirs, report their specific --help.
1444   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1445     test -d "$ac_dir" ||
1446       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1447       continue
1448     ac_builddir=.
1449
1450 case "$ac_dir" in
1451 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1452 *)
1453   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1454   # A ".." for each directory in $ac_dir_suffix.
1455   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1456   case $ac_top_builddir_sub in
1457   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1459   esac ;;
1460 esac
1461 ac_abs_top_builddir=$ac_pwd
1462 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1463 # for backward compatibility:
1464 ac_top_builddir=$ac_top_build_prefix
1465
1466 case $srcdir in
1467   .)  # We are building in place.
1468     ac_srcdir=.
1469     ac_top_srcdir=$ac_top_builddir_sub
1470     ac_abs_top_srcdir=$ac_pwd ;;
1471   [\\/]* | ?:[\\/]* )  # Absolute name.
1472     ac_srcdir=$srcdir$ac_dir_suffix;
1473     ac_top_srcdir=$srcdir
1474     ac_abs_top_srcdir=$srcdir ;;
1475   *) # Relative name.
1476     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1477     ac_top_srcdir=$ac_top_build_prefix$srcdir
1478     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1479 esac
1480 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1481
1482     cd "$ac_dir" || { ac_status=$?; continue; }
1483     # Check for guested configure.
1484     if test -f "$ac_srcdir/configure.gnu"; then
1485       echo &&
1486       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1487     elif test -f "$ac_srcdir/configure"; then
1488       echo &&
1489       $SHELL "$ac_srcdir/configure" --help=recursive
1490     else
1491       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1492     fi || ac_status=$?
1493     cd "$ac_pwd" || { ac_status=$?; break; }
1494   done
1495 fi
1496
1497 test -n "$ac_init_help" && exit $ac_status
1498 if $ac_init_version; then
1499   cat <<\_ACEOF
1500 appres configure 1.0.2
1501 generated by GNU Autoconf 2.63
1502
1503 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1504 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1505 This configure script is free software; the Free Software Foundation
1506 gives unlimited permission to copy, distribute and modify it.
1507 _ACEOF
1508   exit
1509 fi
1510 cat >config.log <<_ACEOF
1511 This file contains any messages produced by compilers while
1512 running configure, to aid debugging if configure makes a mistake.
1513
1514 It was created by appres $as_me 1.0.2, which was
1515 generated by GNU Autoconf 2.63.  Invocation command line was
1516
1517   $ $0 $@
1518
1519 _ACEOF
1520 exec 5>>config.log
1521 {
1522 cat <<_ASUNAME
1523 ## --------- ##
1524 ## Platform. ##
1525 ## --------- ##
1526
1527 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1528 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1529 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1530 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1531 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1532
1533 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1534 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1535
1536 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1537 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1538 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1539 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1540 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1541 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1542 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1543
1544 _ASUNAME
1545
1546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1547 for as_dir in $PATH
1548 do
1549   IFS=$as_save_IFS
1550   test -z "$as_dir" && as_dir=.
1551   $as_echo "PATH: $as_dir"
1552 done
1553 IFS=$as_save_IFS
1554
1555 } >&5
1556
1557 cat >&5 <<_ACEOF
1558
1559
1560 ## ----------- ##
1561 ## Core tests. ##
1562 ## ----------- ##
1563
1564 _ACEOF
1565
1566
1567 # Keep a trace of the command line.
1568 # Strip out --no-create and --no-recursion so they do not pile up.
1569 # Strip out --silent because we don't want to record it for future runs.
1570 # Also quote any args containing shell meta-characters.
1571 # Make two passes to allow for proper duplicate-argument suppression.
1572 ac_configure_args=
1573 ac_configure_args0=
1574 ac_configure_args1=
1575 ac_must_keep_next=false
1576 for ac_pass in 1 2
1577 do
1578   for ac_arg
1579   do
1580     case $ac_arg in
1581     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1582     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1583     | -silent | --silent | --silen | --sile | --sil)
1584       continue ;;
1585     *\'*)
1586       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1587     esac
1588     case $ac_pass in
1589     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1590     2)
1591       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1592       if test $ac_must_keep_next = true; then
1593         ac_must_keep_next=false # Got value, back to normal.
1594       else
1595         case $ac_arg in
1596           *=* | --config-cache | -C | -disable-* | --disable-* \
1597           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1598           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1599           | -with-* | --with-* | -without-* | --without-* | --x)
1600             case "$ac_configure_args0 " in
1601               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1602             esac
1603             ;;
1604           -* ) ac_must_keep_next=true ;;
1605         esac
1606       fi
1607       ac_configure_args="$ac_configure_args '$ac_arg'"
1608       ;;
1609     esac
1610   done
1611 done
1612 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1613 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1614
1615 # When interrupted or exit'd, cleanup temporary files, and complete
1616 # config.log.  We remove comments because anyway the quotes in there
1617 # would cause problems or look ugly.
1618 # WARNING: Use '\'' to represent an apostrophe within the trap.
1619 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1620 trap 'exit_status=$?
1621   # Save into config.log some information that might help in debugging.
1622   {
1623     echo
1624
1625     cat <<\_ASBOX
1626 ## ---------------- ##
1627 ## Cache variables. ##
1628 ## ---------------- ##
1629 _ASBOX
1630     echo
1631     # The following way of writing the cache mishandles newlines in values,
1632 (
1633   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1634     eval ac_val=\$$ac_var
1635     case $ac_val in #(
1636     *${as_nl}*)
1637       case $ac_var in #(
1638       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1639 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1640       esac
1641       case $ac_var in #(
1642       _ | IFS | as_nl) ;; #(
1643       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1644       *) $as_unset $ac_var ;;
1645       esac ;;
1646     esac
1647   done
1648   (set) 2>&1 |
1649     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1650     *${as_nl}ac_space=\ *)
1651       sed -n \
1652         "s/'\''/'\''\\\\'\'''\''/g;
1653           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1654       ;; #(
1655     *)
1656       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1657       ;;
1658     esac |
1659     sort
1660 )
1661     echo
1662
1663     cat <<\_ASBOX
1664 ## ----------------- ##
1665 ## Output variables. ##
1666 ## ----------------- ##
1667 _ASBOX
1668     echo
1669     for ac_var in $ac_subst_vars
1670     do
1671       eval ac_val=\$$ac_var
1672       case $ac_val in
1673       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1674       esac
1675       $as_echo "$ac_var='\''$ac_val'\''"
1676     done | sort
1677     echo
1678
1679     if test -n "$ac_subst_files"; then
1680       cat <<\_ASBOX
1681 ## ------------------- ##
1682 ## File substitutions. ##
1683 ## ------------------- ##
1684 _ASBOX
1685       echo
1686       for ac_var in $ac_subst_files
1687       do
1688         eval ac_val=\$$ac_var
1689         case $ac_val in
1690         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1691         esac
1692         $as_echo "$ac_var='\''$ac_val'\''"
1693       done | sort
1694       echo
1695     fi
1696
1697     if test -s confdefs.h; then
1698       cat <<\_ASBOX
1699 ## ----------- ##
1700 ## confdefs.h. ##
1701 ## ----------- ##
1702 _ASBOX
1703       echo
1704       cat confdefs.h
1705       echo
1706     fi
1707     test "$ac_signal" != 0 &&
1708       $as_echo "$as_me: caught signal $ac_signal"
1709     $as_echo "$as_me: exit $exit_status"
1710   } >&5
1711   rm -f core *.core core.conftest.* &&
1712     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1713     exit $exit_status
1714 ' 0
1715 for ac_signal in 1 2 13 15; do
1716   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1717 done
1718 ac_signal=0
1719
1720 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1721 rm -f -r conftest* confdefs.h
1722
1723 # Predefined preprocessor variables.
1724
1725 cat >>confdefs.h <<_ACEOF
1726 #define PACKAGE_NAME "$PACKAGE_NAME"
1727 _ACEOF
1728
1729
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1732 _ACEOF
1733
1734
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1737 _ACEOF
1738
1739
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_STRING "$PACKAGE_STRING"
1742 _ACEOF
1743
1744
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1747 _ACEOF
1748
1749
1750 # Let the site file select an alternate cache file if it wants to.
1751 # Prefer an explicitly selected file to automatically selected ones.
1752 ac_site_file1=NONE
1753 ac_site_file2=NONE
1754 if test -n "$CONFIG_SITE"; then
1755   ac_site_file1=$CONFIG_SITE
1756 elif test "x$prefix" != xNONE; then
1757   ac_site_file1=$prefix/share/config.site
1758   ac_site_file2=$prefix/etc/config.site
1759 else
1760   ac_site_file1=$ac_default_prefix/share/config.site
1761   ac_site_file2=$ac_default_prefix/etc/config.site
1762 fi
1763 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1764 do
1765   test "x$ac_site_file" = xNONE && continue
1766   if test -r "$ac_site_file"; then
1767     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1768 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1769     sed 's/^/| /' "$ac_site_file" >&5
1770     . "$ac_site_file"
1771   fi
1772 done
1773
1774 if test -r "$cache_file"; then
1775   # Some versions of bash will fail to source /dev/null (special
1776   # files actually), so we avoid doing that.
1777   if test -f "$cache_file"; then
1778     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1779 $as_echo "$as_me: loading cache $cache_file" >&6;}
1780     case $cache_file in
1781       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1782       *)                      . "./$cache_file";;
1783     esac
1784   fi
1785 else
1786   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1787 $as_echo "$as_me: creating cache $cache_file" >&6;}
1788   >$cache_file
1789 fi
1790
1791 # Check that the precious variables saved in the cache have kept the same
1792 # value.
1793 ac_cache_corrupted=false
1794 for ac_var in $ac_precious_vars; do
1795   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1796   eval ac_new_set=\$ac_env_${ac_var}_set
1797   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1798   eval ac_new_val=\$ac_env_${ac_var}_value
1799   case $ac_old_set,$ac_new_set in
1800     set,)
1801       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1802 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1803       ac_cache_corrupted=: ;;
1804     ,set)
1805       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1806 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1807       ac_cache_corrupted=: ;;
1808     ,);;
1809     *)
1810       if test "x$ac_old_val" != "x$ac_new_val"; then
1811         # differences in whitespace do not lead to failure.
1812         ac_old_val_w=`echo x $ac_old_val`
1813         ac_new_val_w=`echo x $ac_new_val`
1814         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1815           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1816 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1817           ac_cache_corrupted=:
1818         else
1819           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1820 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1821           eval $ac_var=\$ac_old_val
1822         fi
1823         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1824 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1825         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1826 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1827       fi;;
1828   esac
1829   # Pass precious variables to config.status.
1830   if test "$ac_new_set" = set; then
1831     case $ac_new_val in
1832     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1833     *) ac_arg=$ac_var=$ac_new_val ;;
1834     esac
1835     case " $ac_configure_args " in
1836       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1837       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1838     esac
1839   fi
1840 done
1841 if $ac_cache_corrupted; then
1842   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1843 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1844   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1845 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1846   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1847 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1848    { (exit 1); exit 1; }; }
1849 fi
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875 ac_ext=c
1876 ac_cpp='$CPP $CPPFLAGS'
1877 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1878 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1879 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1880
1881
1882 am__api_version='1.11'
1883
1884 ac_aux_dir=
1885 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1886   if test -f "$ac_dir/install-sh"; then
1887     ac_aux_dir=$ac_dir
1888     ac_install_sh="$ac_aux_dir/install-sh -c"
1889     break
1890   elif test -f "$ac_dir/install.sh"; then
1891     ac_aux_dir=$ac_dir
1892     ac_install_sh="$ac_aux_dir/install.sh -c"
1893     break
1894   elif test -f "$ac_dir/shtool"; then
1895     ac_aux_dir=$ac_dir
1896     ac_install_sh="$ac_aux_dir/shtool install -c"
1897     break
1898   fi
1899 done
1900 if test -z "$ac_aux_dir"; then
1901   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1902 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1903    { (exit 1); exit 1; }; }
1904 fi
1905
1906 # These three variables are undocumented and unsupported,
1907 # and are intended to be withdrawn in a future Autoconf release.
1908 # They can cause serious problems if a builder's source tree is in a directory
1909 # whose full name contains unusual characters.
1910 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1911 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1912 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1913
1914
1915 # Find a good install program.  We prefer a C program (faster),
1916 # so one script is as good as another.  But avoid the broken or
1917 # incompatible versions:
1918 # SysV /etc/install, /usr/sbin/install
1919 # SunOS /usr/etc/install
1920 # IRIX /sbin/install
1921 # AIX /bin/install
1922 # AmigaOS /C/install, which installs bootblocks on floppy discs
1923 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1924 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1925 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1926 # OS/2's system install, which has a completely different semantic
1927 # ./install, which can be erroneously created by make from ./install.sh.
1928 # Reject install programs that cannot install multiple files.
1929 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1930 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1931 if test -z "$INSTALL"; then
1932 if test "${ac_cv_path_install+set}" = set; then
1933   $as_echo_n "(cached) " >&6
1934 else
1935   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1936 for as_dir in $PATH
1937 do
1938   IFS=$as_save_IFS
1939   test -z "$as_dir" && as_dir=.
1940   # Account for people who put trailing slashes in PATH elements.
1941 case $as_dir/ in
1942   ./ | .// | /cC/* | \
1943   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1944   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1945   /usr/ucb/* ) ;;
1946   *)
1947     # OSF1 and SCO ODT 3.0 have their own names for install.
1948     # Don't use installbsd from OSF since it installs stuff as root
1949     # by default.
1950     for ac_prog in ginstall scoinst install; do
1951       for ac_exec_ext in '' $ac_executable_extensions; do
1952         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1953           if test $ac_prog = install &&
1954             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1955             # AIX install.  It has an incompatible calling convention.
1956             :
1957           elif test $ac_prog = install &&
1958             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1959             # program-specific install script used by HP pwplus--don't use.
1960             :
1961           else
1962             rm -rf conftest.one conftest.two conftest.dir
1963             echo one > conftest.one
1964             echo two > conftest.two
1965             mkdir conftest.dir
1966             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1967               test -s conftest.one && test -s conftest.two &&
1968               test -s conftest.dir/conftest.one &&
1969               test -s conftest.dir/conftest.two
1970             then
1971               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1972               break 3
1973             fi
1974           fi
1975         fi
1976       done
1977     done
1978     ;;
1979 esac
1980
1981 done
1982 IFS=$as_save_IFS
1983
1984 rm -rf conftest.one conftest.two conftest.dir
1985
1986 fi
1987   if test "${ac_cv_path_install+set}" = set; then
1988     INSTALL=$ac_cv_path_install
1989   else
1990     # As a last resort, use the slow shell script.  Don't cache a
1991     # value for INSTALL within a source directory, because that will
1992     # break other packages using the cache if that directory is
1993     # removed, or if the value is a relative name.
1994     INSTALL=$ac_install_sh
1995   fi
1996 fi
1997 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
1998 $as_echo "$INSTALL" >&6; }
1999
2000 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2001 # It thinks the first close brace ends the variable substitution.
2002 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2003
2004 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2005
2006 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2007
2008 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2009 $as_echo_n "checking whether build environment is sane... " >&6; }
2010 # Just in case
2011 sleep 1
2012 echo timestamp > conftest.file
2013 # Reject unsafe characters in $srcdir or the absolute working directory
2014 # name.  Accept space and tab only in the latter.
2015 am_lf='
2016 '
2017 case `pwd` in
2018   *[\\\"\#\$\&\'\`$am_lf]*)
2019     { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2020 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2021    { (exit 1); exit 1; }; };;
2022 esac
2023 case $srcdir in
2024   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2025     { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2026 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2027    { (exit 1); exit 1; }; };;
2028 esac
2029
2030 # Do `set' in a subshell so we don't clobber the current shell's
2031 # arguments.  Must try -L first in case configure is actually a
2032 # symlink; some systems play weird games with the mod time of symlinks
2033 # (eg FreeBSD returns the mod time of the symlink's containing
2034 # directory).
2035 if (
2036    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2037    if test "$*" = "X"; then
2038       # -L didn't work.
2039       set X `ls -t "$srcdir/configure" conftest.file`
2040    fi
2041    rm -f conftest.file
2042    if test "$*" != "X $srcdir/configure conftest.file" \
2043       && test "$*" != "X conftest.file $srcdir/configure"; then
2044
2045       # If neither matched, then we have a broken ls.  This can happen
2046       # if, for instance, CONFIG_SHELL is bash and it inherits a
2047       # broken ls alias from the environment.  This has actually
2048       # happened.  Such a system could not be considered "sane".
2049       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2050 alias in your environment" >&5
2051 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2052 alias in your environment" >&2;}
2053    { (exit 1); exit 1; }; }
2054    fi
2055
2056    test "$2" = conftest.file
2057    )
2058 then
2059    # Ok.
2060    :
2061 else
2062    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2063 Check your system clock" >&5
2064 $as_echo "$as_me: error: newly created file is older than distributed files!
2065 Check your system clock" >&2;}
2066    { (exit 1); exit 1; }; }
2067 fi
2068 { $as_echo "$as_me:$LINENO: result: yes" >&5
2069 $as_echo "yes" >&6; }
2070 test "$program_prefix" != NONE &&
2071   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2072 # Use a double $ so make ignores it.
2073 test "$program_suffix" != NONE &&
2074   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2075 # Double any \ or $.
2076 # By default was `s,x,x', remove it if useless.
2077 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2078 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2079
2080 # expand $ac_aux_dir to an absolute path
2081 am_aux_dir=`cd $ac_aux_dir && pwd`
2082
2083 if test x"${MISSING+set}" != xset; then
2084   case $am_aux_dir in
2085   *\ * | *\     *)
2086     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2087   *)
2088     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2089   esac
2090 fi
2091 # Use eval to expand $SHELL
2092 if eval "$MISSING --run true"; then
2093   am_missing_run="$MISSING --run "
2094 else
2095   am_missing_run=
2096   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2097 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2098 fi
2099
2100 if test x"${install_sh}" != xset; then
2101   case $am_aux_dir in
2102   *\ * | *\     *)
2103     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2104   *)
2105     install_sh="\${SHELL} $am_aux_dir/install-sh"
2106   esac
2107 fi
2108
2109 # Installed binaries are usually stripped using `strip' when the user
2110 # run `make install-strip'.  However `strip' might not be the right
2111 # tool to use in cross-compilation environments, therefore Automake
2112 # will honor the `STRIP' environment variable to overrule this program.
2113 if test "$cross_compiling" != no; then
2114   if test -n "$ac_tool_prefix"; then
2115   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2116 set dummy ${ac_tool_prefix}strip; ac_word=$2
2117 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2118 $as_echo_n "checking for $ac_word... " >&6; }
2119 if test "${ac_cv_prog_STRIP+set}" = set; then
2120   $as_echo_n "(cached) " >&6
2121 else
2122   if test -n "$STRIP"; then
2123   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2124 else
2125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2126 for as_dir in $PATH
2127 do
2128   IFS=$as_save_IFS
2129   test -z "$as_dir" && as_dir=.
2130   for ac_exec_ext in '' $ac_executable_extensions; do
2131   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2132     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2133     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2134     break 2
2135   fi
2136 done
2137 done
2138 IFS=$as_save_IFS
2139
2140 fi
2141 fi
2142 STRIP=$ac_cv_prog_STRIP
2143 if test -n "$STRIP"; then
2144   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2145 $as_echo "$STRIP" >&6; }
2146 else
2147   { $as_echo "$as_me:$LINENO: result: no" >&5
2148 $as_echo "no" >&6; }
2149 fi
2150
2151
2152 fi
2153 if test -z "$ac_cv_prog_STRIP"; then
2154   ac_ct_STRIP=$STRIP
2155   # Extract the first word of "strip", so it can be a program name with args.
2156 set dummy strip; ac_word=$2
2157 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2158 $as_echo_n "checking for $ac_word... " >&6; }
2159 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2160   $as_echo_n "(cached) " >&6
2161 else
2162   if test -n "$ac_ct_STRIP"; then
2163   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2164 else
2165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2166 for as_dir in $PATH
2167 do
2168   IFS=$as_save_IFS
2169   test -z "$as_dir" && as_dir=.
2170   for ac_exec_ext in '' $ac_executable_extensions; do
2171   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2172     ac_cv_prog_ac_ct_STRIP="strip"
2173     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2174     break 2
2175   fi
2176 done
2177 done
2178 IFS=$as_save_IFS
2179
2180 fi
2181 fi
2182 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2183 if test -n "$ac_ct_STRIP"; then
2184   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2185 $as_echo "$ac_ct_STRIP" >&6; }
2186 else
2187   { $as_echo "$as_me:$LINENO: result: no" >&5
2188 $as_echo "no" >&6; }
2189 fi
2190
2191   if test "x$ac_ct_STRIP" = x; then
2192     STRIP=":"
2193   else
2194     case $cross_compiling:$ac_tool_warned in
2195 yes:)
2196 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2197 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2198 ac_tool_warned=yes ;;
2199 esac
2200     STRIP=$ac_ct_STRIP
2201   fi
2202 else
2203   STRIP="$ac_cv_prog_STRIP"
2204 fi
2205
2206 fi
2207 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2208
2209 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2210 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2211 if test -z "$MKDIR_P"; then
2212   if test "${ac_cv_path_mkdir+set}" = set; then
2213   $as_echo_n "(cached) " >&6
2214 else
2215   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2216 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2217 do
2218   IFS=$as_save_IFS
2219   test -z "$as_dir" && as_dir=.
2220   for ac_prog in mkdir gmkdir; do
2221          for ac_exec_ext in '' $ac_executable_extensions; do
2222            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2223            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2224              'mkdir (GNU coreutils) '* | \
2225              'mkdir (coreutils) '* | \
2226              'mkdir (fileutils) '4.1*)
2227                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2228                break 3;;
2229            esac
2230          done
2231        done
2232 done
2233 IFS=$as_save_IFS
2234
2235 fi
2236
2237   if test "${ac_cv_path_mkdir+set}" = set; then
2238     MKDIR_P="$ac_cv_path_mkdir -p"
2239   else
2240     # As a last resort, use the slow shell script.  Don't cache a
2241     # value for MKDIR_P within a source directory, because that will
2242     # break other packages using the cache if that directory is
2243     # removed, or if the value is a relative name.
2244     test -d ./--version && rmdir ./--version
2245     MKDIR_P="$ac_install_sh -d"
2246   fi
2247 fi
2248 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2249 $as_echo "$MKDIR_P" >&6; }
2250
2251 mkdir_p="$MKDIR_P"
2252 case $mkdir_p in
2253   [\\/$]* | ?:[\\/]*) ;;
2254   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2255 esac
2256
2257 for ac_prog in gawk mawk nawk awk
2258 do
2259   # Extract the first word of "$ac_prog", so it can be a program name with args.
2260 set dummy $ac_prog; ac_word=$2
2261 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2262 $as_echo_n "checking for $ac_word... " >&6; }
2263 if test "${ac_cv_prog_AWK+set}" = set; then
2264   $as_echo_n "(cached) " >&6
2265 else
2266   if test -n "$AWK"; then
2267   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2268 else
2269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2270 for as_dir in $PATH
2271 do
2272   IFS=$as_save_IFS
2273   test -z "$as_dir" && as_dir=.
2274   for ac_exec_ext in '' $ac_executable_extensions; do
2275   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2276     ac_cv_prog_AWK="$ac_prog"
2277     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2278     break 2
2279   fi
2280 done
2281 done
2282 IFS=$as_save_IFS
2283
2284 fi
2285 fi
2286 AWK=$ac_cv_prog_AWK
2287 if test -n "$AWK"; then
2288   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2289 $as_echo "$AWK" >&6; }
2290 else
2291   { $as_echo "$as_me:$LINENO: result: no" >&5
2292 $as_echo "no" >&6; }
2293 fi
2294
2295
2296   test -n "$AWK" && break
2297 done
2298
2299 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2300 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2301 set x ${MAKE-make}
2302 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2303 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2304   $as_echo_n "(cached) " >&6
2305 else
2306   cat >conftest.make <<\_ACEOF
2307 SHELL = /bin/sh
2308 all:
2309         @echo '@@@%%%=$(MAKE)=@@@%%%'
2310 _ACEOF
2311 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2312 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2313   *@@@%%%=?*=@@@%%%*)
2314     eval ac_cv_prog_make_${ac_make}_set=yes;;
2315   *)
2316     eval ac_cv_prog_make_${ac_make}_set=no;;
2317 esac
2318 rm -f conftest.make
2319 fi
2320 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2321   { $as_echo "$as_me:$LINENO: result: yes" >&5
2322 $as_echo "yes" >&6; }
2323   SET_MAKE=
2324 else
2325   { $as_echo "$as_me:$LINENO: result: no" >&5
2326 $as_echo "no" >&6; }
2327   SET_MAKE="MAKE=${MAKE-make}"
2328 fi
2329
2330 rm -rf .tst 2>/dev/null
2331 mkdir .tst 2>/dev/null
2332 if test -d .tst; then
2333   am__leading_dot=.
2334 else
2335   am__leading_dot=_
2336 fi
2337 rmdir .tst 2>/dev/null
2338
2339 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2340   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2341   # is not polluted with repeated "-I."
2342   am__isrc=' -I$(srcdir)'
2343   # test to see if srcdir already configured
2344   if test -f $srcdir/config.status; then
2345     { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2346 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2347    { (exit 1); exit 1; }; }
2348   fi
2349 fi
2350
2351 # test whether we have cygpath
2352 if test -z "$CYGPATH_W"; then
2353   if (cygpath --version) >/dev/null 2>/dev/null; then
2354     CYGPATH_W='cygpath -w'
2355   else
2356     CYGPATH_W=echo
2357   fi
2358 fi
2359
2360
2361 # Define the identity of the package.
2362  PACKAGE='appres'
2363  VERSION='1.0.2'
2364
2365
2366 cat >>confdefs.h <<_ACEOF
2367 #define PACKAGE "$PACKAGE"
2368 _ACEOF
2369
2370
2371 cat >>confdefs.h <<_ACEOF
2372 #define VERSION "$VERSION"
2373 _ACEOF
2374
2375 # Some tools Automake needs.
2376
2377 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2378
2379
2380 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2381
2382
2383 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2384
2385
2386 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2387
2388
2389 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2390
2391 # We need awk for the "check" target.  The system "awk" is bad on
2392 # some platforms.
2393 # Always define AMTAR for backward compatibility.
2394
2395 AMTAR=${AMTAR-"${am_missing_run}tar"}
2396
2397 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2398
2399
2400
2401
2402
2403
2404 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2405 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2406     # Check whether --enable-maintainer-mode was given.
2407 if test "${enable_maintainer_mode+set}" = set; then
2408   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2409 else
2410   USE_MAINTAINER_MODE=no
2411 fi
2412
2413   { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2414 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2415    if test $USE_MAINTAINER_MODE = yes; then
2416   MAINTAINER_MODE_TRUE=
2417   MAINTAINER_MODE_FALSE='#'
2418 else
2419   MAINTAINER_MODE_TRUE='#'
2420   MAINTAINER_MODE_FALSE=
2421 fi
2422
2423   MAINT=$MAINTAINER_MODE_TRUE
2424
2425
2426
2427 ac_config_headers="$ac_config_headers config.h"
2428
2429
2430 # Require xorg-macros: XORG_DEFAULT_OPTIONS
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443 ac_ext=c
2444 ac_cpp='$CPP $CPPFLAGS'
2445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2448 if test -n "$ac_tool_prefix"; then
2449   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2450 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2451 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2452 $as_echo_n "checking for $ac_word... " >&6; }
2453 if test "${ac_cv_prog_CC+set}" = set; then
2454   $as_echo_n "(cached) " >&6
2455 else
2456   if test -n "$CC"; then
2457   ac_cv_prog_CC="$CC" # Let the user override the test.
2458 else
2459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460 for as_dir in $PATH
2461 do
2462   IFS=$as_save_IFS
2463   test -z "$as_dir" && as_dir=.
2464   for ac_exec_ext in '' $ac_executable_extensions; do
2465   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2466     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2467     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2468     break 2
2469   fi
2470 done
2471 done
2472 IFS=$as_save_IFS
2473
2474 fi
2475 fi
2476 CC=$ac_cv_prog_CC
2477 if test -n "$CC"; then
2478   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2479 $as_echo "$CC" >&6; }
2480 else
2481   { $as_echo "$as_me:$LINENO: result: no" >&5
2482 $as_echo "no" >&6; }
2483 fi
2484
2485
2486 fi
2487 if test -z "$ac_cv_prog_CC"; then
2488   ac_ct_CC=$CC
2489   # Extract the first word of "gcc", so it can be a program name with args.
2490 set dummy gcc; ac_word=$2
2491 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2492 $as_echo_n "checking for $ac_word... " >&6; }
2493 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2494   $as_echo_n "(cached) " >&6
2495 else
2496   if test -n "$ac_ct_CC"; then
2497   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2498 else
2499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2500 for as_dir in $PATH
2501 do
2502   IFS=$as_save_IFS
2503   test -z "$as_dir" && as_dir=.
2504   for ac_exec_ext in '' $ac_executable_extensions; do
2505   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2506     ac_cv_prog_ac_ct_CC="gcc"
2507     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2508     break 2
2509   fi
2510 done
2511 done
2512 IFS=$as_save_IFS
2513
2514 fi
2515 fi
2516 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2517 if test -n "$ac_ct_CC"; then
2518   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2519 $as_echo "$ac_ct_CC" >&6; }
2520 else
2521   { $as_echo "$as_me:$LINENO: result: no" >&5
2522 $as_echo "no" >&6; }
2523 fi
2524
2525   if test "x$ac_ct_CC" = x; then
2526     CC=""
2527   else
2528     case $cross_compiling:$ac_tool_warned in
2529 yes:)
2530 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2531 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2532 ac_tool_warned=yes ;;
2533 esac
2534     CC=$ac_ct_CC
2535   fi
2536 else
2537   CC="$ac_cv_prog_CC"
2538 fi
2539
2540 if test -z "$CC"; then
2541           if test -n "$ac_tool_prefix"; then
2542     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2543 set dummy ${ac_tool_prefix}cc; ac_word=$2
2544 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2545 $as_echo_n "checking for $ac_word... " >&6; }
2546 if test "${ac_cv_prog_CC+set}" = set; then
2547   $as_echo_n "(cached) " >&6
2548 else
2549   if test -n "$CC"; then
2550   ac_cv_prog_CC="$CC" # Let the user override the test.
2551 else
2552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2553 for as_dir in $PATH
2554 do
2555   IFS=$as_save_IFS
2556   test -z "$as_dir" && as_dir=.
2557   for ac_exec_ext in '' $ac_executable_extensions; do
2558   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2559     ac_cv_prog_CC="${ac_tool_prefix}cc"
2560     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2561     break 2
2562   fi
2563 done
2564 done
2565 IFS=$as_save_IFS
2566
2567 fi
2568 fi
2569 CC=$ac_cv_prog_CC
2570 if test -n "$CC"; then
2571   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2572 $as_echo "$CC" >&6; }
2573 else
2574   { $as_echo "$as_me:$LINENO: result: no" >&5
2575 $as_echo "no" >&6; }
2576 fi
2577
2578
2579   fi
2580 fi
2581 if test -z "$CC"; then
2582   # Extract the first word of "cc", so it can be a program name with args.
2583 set dummy cc; ac_word=$2
2584 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2585 $as_echo_n "checking for $ac_word... " >&6; }
2586 if test "${ac_cv_prog_CC+set}" = set; then
2587   $as_echo_n "(cached) " >&6
2588 else
2589   if test -n "$CC"; then
2590   ac_cv_prog_CC="$CC" # Let the user override the test.
2591 else
2592   ac_prog_rejected=no
2593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2594 for as_dir in $PATH
2595 do
2596   IFS=$as_save_IFS
2597   test -z "$as_dir" && as_dir=.
2598   for ac_exec_ext in '' $ac_executable_extensions; do
2599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2600     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2601        ac_prog_rejected=yes
2602        continue
2603      fi
2604     ac_cv_prog_CC="cc"
2605     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2606     break 2
2607   fi
2608 done
2609 done
2610 IFS=$as_save_IFS
2611
2612 if test $ac_prog_rejected = yes; then
2613   # We found a bogon in the path, so make sure we never use it.
2614   set dummy $ac_cv_prog_CC
2615   shift
2616   if test $# != 0; then
2617     # We chose a different compiler from the bogus one.
2618     # However, it has the same basename, so the bogon will be chosen
2619     # first if we set CC to just the basename; use the full file name.
2620     shift
2621     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2622   fi
2623 fi
2624 fi
2625 fi
2626 CC=$ac_cv_prog_CC
2627 if test -n "$CC"; then
2628   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2629 $as_echo "$CC" >&6; }
2630 else
2631   { $as_echo "$as_me:$LINENO: result: no" >&5
2632 $as_echo "no" >&6; }
2633 fi
2634
2635
2636 fi
2637 if test -z "$CC"; then
2638   if test -n "$ac_tool_prefix"; then
2639   for ac_prog in cl.exe
2640   do
2641     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2642 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2644 $as_echo_n "checking for $ac_word... " >&6; }
2645 if test "${ac_cv_prog_CC+set}" = set; then
2646   $as_echo_n "(cached) " >&6
2647 else
2648   if test -n "$CC"; then
2649   ac_cv_prog_CC="$CC" # Let the user override the test.
2650 else
2651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2652 for as_dir in $PATH
2653 do
2654   IFS=$as_save_IFS
2655   test -z "$as_dir" && as_dir=.
2656   for ac_exec_ext in '' $ac_executable_extensions; do
2657   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2658     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2659     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2660     break 2
2661   fi
2662 done
2663 done
2664 IFS=$as_save_IFS
2665
2666 fi
2667 fi
2668 CC=$ac_cv_prog_CC
2669 if test -n "$CC"; then
2670   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2671 $as_echo "$CC" >&6; }
2672 else
2673   { $as_echo "$as_me:$LINENO: result: no" >&5
2674 $as_echo "no" >&6; }
2675 fi
2676
2677
2678     test -n "$CC" && break
2679   done
2680 fi
2681 if test -z "$CC"; then
2682   ac_ct_CC=$CC
2683   for ac_prog in cl.exe
2684 do
2685   # Extract the first word of "$ac_prog", so it can be a program name with args.
2686 set dummy $ac_prog; ac_word=$2
2687 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2688 $as_echo_n "checking for $ac_word... " >&6; }
2689 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2690   $as_echo_n "(cached) " >&6
2691 else
2692   if test -n "$ac_ct_CC"; then
2693   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2694 else
2695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2696 for as_dir in $PATH
2697 do
2698   IFS=$as_save_IFS
2699   test -z "$as_dir" && as_dir=.
2700   for ac_exec_ext in '' $ac_executable_extensions; do
2701   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2702     ac_cv_prog_ac_ct_CC="$ac_prog"
2703     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2704     break 2
2705   fi
2706 done
2707 done
2708 IFS=$as_save_IFS
2709
2710 fi
2711 fi
2712 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2713 if test -n "$ac_ct_CC"; then
2714   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2715 $as_echo "$ac_ct_CC" >&6; }
2716 else
2717   { $as_echo "$as_me:$LINENO: result: no" >&5
2718 $as_echo "no" >&6; }
2719 fi
2720
2721
2722   test -n "$ac_ct_CC" && break
2723 done
2724
2725   if test "x$ac_ct_CC" = x; then
2726     CC=""
2727   else
2728     case $cross_compiling:$ac_tool_warned in
2729 yes:)
2730 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2731 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2732 ac_tool_warned=yes ;;
2733 esac
2734     CC=$ac_ct_CC
2735   fi
2736 fi
2737
2738 fi
2739
2740
2741 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2742 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2743 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2744 See \`config.log' for more details." >&5
2745 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2746 See \`config.log' for more details." >&2;}
2747    { (exit 1); exit 1; }; }; }
2748
2749 # Provide some information about the compiler.
2750 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2751 set X $ac_compile
2752 ac_compiler=$2
2753 { (ac_try="$ac_compiler --version >&5"
2754 case "(($ac_try" in
2755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2756   *) ac_try_echo=$ac_try;;
2757 esac
2758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2759 $as_echo "$ac_try_echo") >&5
2760   (eval "$ac_compiler --version >&5") 2>&5
2761   ac_status=$?
2762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763   (exit $ac_status); }
2764 { (ac_try="$ac_compiler -v >&5"
2765 case "(($ac_try" in
2766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2767   *) ac_try_echo=$ac_try;;
2768 esac
2769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2770 $as_echo "$ac_try_echo") >&5
2771   (eval "$ac_compiler -v >&5") 2>&5
2772   ac_status=$?
2773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2774   (exit $ac_status); }
2775 { (ac_try="$ac_compiler -V >&5"
2776 case "(($ac_try" in
2777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2778   *) ac_try_echo=$ac_try;;
2779 esac
2780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2781 $as_echo "$ac_try_echo") >&5
2782   (eval "$ac_compiler -V >&5") 2>&5
2783   ac_status=$?
2784   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785   (exit $ac_status); }
2786
2787 cat >conftest.$ac_ext <<_ACEOF
2788 /* confdefs.h.  */
2789 _ACEOF
2790 cat confdefs.h >>conftest.$ac_ext
2791 cat >>conftest.$ac_ext <<_ACEOF
2792 /* end confdefs.h.  */
2793
2794 int
2795 main ()
2796 {
2797
2798   ;
2799   return 0;
2800 }
2801 _ACEOF
2802 ac_clean_files_save=$ac_clean_files
2803 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2804 # Try to create an executable without -o first, disregard a.out.
2805 # It will help us diagnose broken compilers, and finding out an intuition
2806 # of exeext.
2807 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2808 $as_echo_n "checking for C compiler default output file name... " >&6; }
2809 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2810
2811 # The possible output files:
2812 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2813
2814 ac_rmfiles=
2815 for ac_file in $ac_files
2816 do
2817   case $ac_file in
2818     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2819     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2820   esac
2821 done
2822 rm -f $ac_rmfiles
2823
2824 if { (ac_try="$ac_link_default"
2825 case "(($ac_try" in
2826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2827   *) ac_try_echo=$ac_try;;
2828 esac
2829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2830 $as_echo "$ac_try_echo") >&5
2831   (eval "$ac_link_default") 2>&5
2832   ac_status=$?
2833   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2834   (exit $ac_status); }; then
2835   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2836 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2837 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2838 # so that the user can short-circuit this test for compilers unknown to
2839 # Autoconf.
2840 for ac_file in $ac_files ''
2841 do
2842   test -f "$ac_file" || continue
2843   case $ac_file in
2844     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2845         ;;
2846     [ab].out )
2847         # We found the default executable, but exeext='' is most
2848         # certainly right.
2849         break;;
2850     *.* )
2851         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2852         then :; else
2853            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2854         fi
2855         # We set ac_cv_exeext here because the later test for it is not
2856         # safe: cross compilers may not add the suffix if given an `-o'
2857         # argument, so we may need to know it at that point already.
2858         # Even if this section looks crufty: it has the advantage of
2859         # actually working.
2860         break;;
2861     * )
2862         break;;
2863   esac
2864 done
2865 test "$ac_cv_exeext" = no && ac_cv_exeext=
2866
2867 else
2868   ac_file=''
2869 fi
2870
2871 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2872 $as_echo "$ac_file" >&6; }
2873 if test -z "$ac_file"; then
2874   $as_echo "$as_me: failed program was:" >&5
2875 sed 's/^/| /' conftest.$ac_ext >&5
2876
2877 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2878 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2879 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2880 See \`config.log' for more details." >&5
2881 $as_echo "$as_me: error: C compiler cannot create executables
2882 See \`config.log' for more details." >&2;}
2883    { (exit 77); exit 77; }; }; }
2884 fi
2885
2886 ac_exeext=$ac_cv_exeext
2887
2888 # Check that the compiler produces executables we can run.  If not, either
2889 # the compiler is broken, or we cross compile.
2890 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2891 $as_echo_n "checking whether the C compiler works... " >&6; }
2892 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2893 # If not cross compiling, check that we can run a simple program.
2894 if test "$cross_compiling" != yes; then
2895   if { ac_try='./$ac_file'
2896   { (case "(($ac_try" in
2897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2898   *) ac_try_echo=$ac_try;;
2899 esac
2900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2901 $as_echo "$ac_try_echo") >&5
2902   (eval "$ac_try") 2>&5
2903   ac_status=$?
2904   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2905   (exit $ac_status); }; }; then
2906     cross_compiling=no
2907   else
2908     if test "$cross_compiling" = maybe; then
2909         cross_compiling=yes
2910     else
2911         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2912 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2913 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2914 If you meant to cross compile, use \`--host'.
2915 See \`config.log' for more details." >&5
2916 $as_echo "$as_me: error: cannot run C compiled programs.
2917 If you meant to cross compile, use \`--host'.
2918 See \`config.log' for more details." >&2;}
2919    { (exit 1); exit 1; }; }; }
2920     fi
2921   fi
2922 fi
2923 { $as_echo "$as_me:$LINENO: result: yes" >&5
2924 $as_echo "yes" >&6; }
2925
2926 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2927 ac_clean_files=$ac_clean_files_save
2928 # Check that the compiler produces executables we can run.  If not, either
2929 # the compiler is broken, or we cross compile.
2930 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2931 $as_echo_n "checking whether we are cross compiling... " >&6; }
2932 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2933 $as_echo "$cross_compiling" >&6; }
2934
2935 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2936 $as_echo_n "checking for suffix of executables... " >&6; }
2937 if { (ac_try="$ac_link"
2938 case "(($ac_try" in
2939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2940   *) ac_try_echo=$ac_try;;
2941 esac
2942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2943 $as_echo "$ac_try_echo") >&5
2944   (eval "$ac_link") 2>&5
2945   ac_status=$?
2946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947   (exit $ac_status); }; then
2948   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2949 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2950 # work properly (i.e., refer to `conftest.exe'), while it won't with
2951 # `rm'.
2952 for ac_file in conftest.exe conftest conftest.*; do
2953   test -f "$ac_file" || continue
2954   case $ac_file in
2955     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2956     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2957           break;;
2958     * ) break;;
2959   esac
2960 done
2961 else
2962   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2963 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2964 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2965 See \`config.log' for more details." >&5
2966 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2967 See \`config.log' for more details." >&2;}
2968    { (exit 1); exit 1; }; }; }
2969 fi
2970
2971 rm -f conftest$ac_cv_exeext
2972 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2973 $as_echo "$ac_cv_exeext" >&6; }
2974
2975 rm -f conftest.$ac_ext
2976 EXEEXT=$ac_cv_exeext
2977 ac_exeext=$EXEEXT
2978 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2979 $as_echo_n "checking for suffix of object files... " >&6; }
2980 if test "${ac_cv_objext+set}" = set; then
2981   $as_echo_n "(cached) " >&6
2982 else
2983   cat >conftest.$ac_ext <<_ACEOF
2984 /* confdefs.h.  */
2985 _ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h.  */
2989
2990 int
2991 main ()
2992 {
2993
2994   ;
2995   return 0;
2996 }
2997 _ACEOF
2998 rm -f conftest.o conftest.obj
2999 if { (ac_try="$ac_compile"
3000 case "(($ac_try" in
3001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002   *) ac_try_echo=$ac_try;;
3003 esac
3004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3005 $as_echo "$ac_try_echo") >&5
3006   (eval "$ac_compile") 2>&5
3007   ac_status=$?
3008   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009   (exit $ac_status); }; then
3010   for ac_file in conftest.o conftest.obj conftest.*; do
3011   test -f "$ac_file" || continue;
3012   case $ac_file in
3013     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3014     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3015        break;;
3016   esac
3017 done
3018 else
3019   $as_echo "$as_me: failed program was:" >&5
3020 sed 's/^/| /' conftest.$ac_ext >&5
3021
3022 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3023 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3024 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3025 See \`config.log' for more details." >&5
3026 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3027 See \`config.log' for more details." >&2;}
3028    { (exit 1); exit 1; }; }; }
3029 fi
3030
3031 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3032 fi
3033 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3034 $as_echo "$ac_cv_objext" >&6; }
3035 OBJEXT=$ac_cv_objext
3036 ac_objext=$OBJEXT
3037 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3038 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3039 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3040   $as_echo_n "(cached) " >&6
3041 else
3042   cat >conftest.$ac_ext <<_ACEOF
3043 /* confdefs.h.  */
3044 _ACEOF
3045 cat confdefs.h >>conftest.$ac_ext
3046 cat >>conftest.$ac_ext <<_ACEOF
3047 /* end confdefs.h.  */
3048
3049 int
3050 main ()
3051 {
3052 #ifndef __GNUC__
3053        choke me
3054 #endif
3055
3056   ;
3057   return 0;
3058 }
3059 _ACEOF
3060 rm -f conftest.$ac_objext
3061 if { (ac_try="$ac_compile"
3062 case "(($ac_try" in
3063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3064   *) ac_try_echo=$ac_try;;
3065 esac
3066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3067 $as_echo "$ac_try_echo") >&5
3068   (eval "$ac_compile") 2>conftest.er1
3069   ac_status=$?
3070   grep -v '^ *+' conftest.er1 >conftest.err
3071   rm -f conftest.er1
3072   cat conftest.err >&5
3073   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3074   (exit $ac_status); } && {
3075          test -z "$ac_c_werror_flag" ||
3076          test ! -s conftest.err
3077        } && test -s conftest.$ac_objext; then
3078   ac_compiler_gnu=yes
3079 else
3080   $as_echo "$as_me: failed program was:" >&5
3081 sed 's/^/| /' conftest.$ac_ext >&5
3082
3083         ac_compiler_gnu=no
3084 fi
3085
3086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3087 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3088
3089 fi
3090 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3091 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3092 if test $ac_compiler_gnu = yes; then
3093   GCC=yes
3094 else
3095   GCC=
3096 fi
3097 ac_test_CFLAGS=${CFLAGS+set}
3098 ac_save_CFLAGS=$CFLAGS
3099 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3100 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3101 if test "${ac_cv_prog_cc_g+set}" = set; then
3102   $as_echo_n "(cached) " >&6
3103 else
3104   ac_save_c_werror_flag=$ac_c_werror_flag
3105    ac_c_werror_flag=yes
3106    ac_cv_prog_cc_g=no
3107    CFLAGS="-g"
3108    cat >conftest.$ac_ext <<_ACEOF
3109 /* confdefs.h.  */
3110 _ACEOF
3111 cat confdefs.h >>conftest.$ac_ext
3112 cat >>conftest.$ac_ext <<_ACEOF
3113 /* end confdefs.h.  */
3114
3115 int
3116 main ()
3117 {
3118
3119   ;
3120   return 0;
3121 }
3122 _ACEOF
3123 rm -f conftest.$ac_objext
3124 if { (ac_try="$ac_compile"
3125 case "(($ac_try" in
3126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3127   *) ac_try_echo=$ac_try;;
3128 esac
3129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3130 $as_echo "$ac_try_echo") >&5
3131   (eval "$ac_compile") 2>conftest.er1
3132   ac_status=$?
3133   grep -v '^ *+' conftest.er1 >conftest.err
3134   rm -f conftest.er1
3135   cat conftest.err >&5
3136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3137   (exit $ac_status); } && {
3138          test -z "$ac_c_werror_flag" ||
3139          test ! -s conftest.err
3140        } && test -s conftest.$ac_objext; then
3141   ac_cv_prog_cc_g=yes
3142 else
3143   $as_echo "$as_me: failed program was:" >&5
3144 sed 's/^/| /' conftest.$ac_ext >&5
3145
3146         CFLAGS=""
3147       cat >conftest.$ac_ext <<_ACEOF
3148 /* confdefs.h.  */
3149 _ACEOF
3150 cat confdefs.h >>conftest.$ac_ext
3151 cat >>conftest.$ac_ext <<_ACEOF
3152 /* end confdefs.h.  */
3153
3154 int
3155 main ()
3156 {
3157
3158   ;
3159   return 0;
3160 }
3161 _ACEOF
3162 rm -f conftest.$ac_objext
3163 if { (ac_try="$ac_compile"
3164 case "(($ac_try" in
3165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3166   *) ac_try_echo=$ac_try;;
3167 esac
3168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3169 $as_echo "$ac_try_echo") >&5
3170   (eval "$ac_compile") 2>conftest.er1
3171   ac_status=$?
3172   grep -v '^ *+' conftest.er1 >conftest.err
3173   rm -f conftest.er1
3174   cat conftest.err >&5
3175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3176   (exit $ac_status); } && {
3177          test -z "$ac_c_werror_flag" ||
3178          test ! -s conftest.err
3179        } && test -s conftest.$ac_objext; then
3180   :
3181 else
3182   $as_echo "$as_me: failed program was:" >&5
3183 sed 's/^/| /' conftest.$ac_ext >&5
3184
3185         ac_c_werror_flag=$ac_save_c_werror_flag
3186          CFLAGS="-g"
3187          cat >conftest.$ac_ext <<_ACEOF
3188 /* confdefs.h.  */
3189 _ACEOF
3190 cat confdefs.h >>conftest.$ac_ext
3191 cat >>conftest.$ac_ext <<_ACEOF
3192 /* end confdefs.h.  */
3193
3194 int
3195 main ()
3196 {
3197
3198   ;
3199   return 0;
3200 }
3201 _ACEOF
3202 rm -f conftest.$ac_objext
3203 if { (ac_try="$ac_compile"
3204 case "(($ac_try" in
3205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3206   *) ac_try_echo=$ac_try;;
3207 esac
3208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3209 $as_echo "$ac_try_echo") >&5
3210   (eval "$ac_compile") 2>conftest.er1
3211   ac_status=$?
3212   grep -v '^ *+' conftest.er1 >conftest.err
3213   rm -f conftest.er1
3214   cat conftest.err >&5
3215   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3216   (exit $ac_status); } && {
3217          test -z "$ac_c_werror_flag" ||
3218          test ! -s conftest.err
3219        } && test -s conftest.$ac_objext; then
3220   ac_cv_prog_cc_g=yes
3221 else
3222   $as_echo "$as_me: failed program was:" >&5
3223 sed 's/^/| /' conftest.$ac_ext >&5
3224
3225
3226 fi
3227
3228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3229 fi
3230
3231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3232 fi
3233
3234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3235    ac_c_werror_flag=$ac_save_c_werror_flag
3236 fi
3237 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3238 $as_echo "$ac_cv_prog_cc_g" >&6; }
3239 if test "$ac_test_CFLAGS" = set; then
3240   CFLAGS=$ac_save_CFLAGS
3241 elif test $ac_cv_prog_cc_g = yes; then
3242   if test "$GCC" = yes; then
3243     CFLAGS="-g -O2"
3244   else
3245     CFLAGS="-g"
3246   fi
3247 else
3248   if test "$GCC" = yes; then
3249     CFLAGS="-O2"
3250   else
3251     CFLAGS=
3252   fi
3253 fi
3254 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3255 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3256 if test "${ac_cv_prog_cc_c89+set}" = set; then
3257   $as_echo_n "(cached) " >&6
3258 else
3259   ac_cv_prog_cc_c89=no
3260 ac_save_CC=$CC
3261 cat >conftest.$ac_ext <<_ACEOF
3262 /* confdefs.h.  */
3263 _ACEOF
3264 cat confdefs.h >>conftest.$ac_ext
3265 cat >>conftest.$ac_ext <<_ACEOF
3266 /* end confdefs.h.  */
3267 #include <stdarg.h>
3268 #include <stdio.h>
3269 #include <sys/types.h>
3270 #include <sys/stat.h>
3271 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3272 struct buf { int x; };
3273 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3274 static char *e (p, i)
3275      char **p;
3276      int i;
3277 {
3278   return p[i];
3279 }
3280 static char *f (char * (*g) (char **, int), char **p, ...)
3281 {
3282   char *s;
3283   va_list v;
3284   va_start (v,p);
3285   s = g (p, va_arg (v,int));
3286   va_end (v);
3287   return s;
3288 }
3289
3290 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3291    function prototypes and stuff, but not '\xHH' hex character constants.
3292    These don't provoke an error unfortunately, instead are silently treated
3293    as 'x'.  The following induces an error, until -std is added to get
3294    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3295    array size at least.  It's necessary to write '\x00'==0 to get something
3296    that's true only with -std.  */
3297 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3298
3299 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3300    inside strings and character constants.  */
3301 #define FOO(x) 'x'
3302 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3303
3304 int test (int i, double x);
3305 struct s1 {int (*f) (int a);};
3306 struct s2 {int (*f) (double a);};
3307 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3308 int argc;
3309 char **argv;
3310 int
3311 main ()
3312 {
3313 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3314   ;
3315   return 0;
3316 }
3317 _ACEOF
3318 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3319         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3320 do
3321   CC="$ac_save_CC $ac_arg"
3322   rm -f conftest.$ac_objext
3323 if { (ac_try="$ac_compile"
3324 case "(($ac_try" in
3325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326   *) ac_try_echo=$ac_try;;
3327 esac
3328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3329 $as_echo "$ac_try_echo") >&5
3330   (eval "$ac_compile") 2>conftest.er1
3331   ac_status=$?
3332   grep -v '^ *+' conftest.er1 >conftest.err
3333   rm -f conftest.er1
3334   cat conftest.err >&5
3335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336   (exit $ac_status); } && {
3337          test -z "$ac_c_werror_flag" ||
3338          test ! -s conftest.err
3339        } && test -s conftest.$ac_objext; then
3340   ac_cv_prog_cc_c89=$ac_arg
3341 else
3342   $as_echo "$as_me: failed program was:" >&5
3343 sed 's/^/| /' conftest.$ac_ext >&5
3344
3345
3346 fi
3347
3348 rm -f core conftest.err conftest.$ac_objext
3349   test "x$ac_cv_prog_cc_c89" != "xno" && break
3350 done
3351 rm -f conftest.$ac_ext
3352 CC=$ac_save_CC
3353
3354 fi
3355 # AC_CACHE_VAL
3356 case "x$ac_cv_prog_cc_c89" in
3357   x)
3358     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3359 $as_echo "none needed" >&6; } ;;
3360   xno)
3361     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3362 $as_echo "unsupported" >&6; } ;;
3363   *)
3364     CC="$CC $ac_cv_prog_cc_c89"
3365     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3366 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3367 esac
3368
3369
3370 ac_ext=c
3371 ac_cpp='$CPP $CPPFLAGS'
3372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3375 DEPDIR="${am__leading_dot}deps"
3376
3377 ac_config_commands="$ac_config_commands depfiles"
3378
3379
3380 am_make=${MAKE-make}
3381 cat > confinc << 'END'
3382 am__doit:
3383         @echo this is the am__doit target
3384 .PHONY: am__doit
3385 END
3386 # If we don't find an include directive, just comment out the code.
3387 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3388 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3389 am__include="#"
3390 am__quote=
3391 _am_result=none
3392 # First try GNU make style include.
3393 echo "include confinc" > confmf
3394 # Ignore all kinds of additional output from `make'.
3395 case `$am_make -s -f confmf 2> /dev/null` in #(
3396 *the\ am__doit\ target*)
3397   am__include=include
3398   am__quote=
3399   _am_result=GNU
3400   ;;
3401 esac
3402 # Now try BSD make style include.
3403 if test "$am__include" = "#"; then
3404    echo '.include "confinc"' > confmf
3405    case `$am_make -s -f confmf 2> /dev/null` in #(
3406    *the\ am__doit\ target*)
3407      am__include=.include
3408      am__quote="\""
3409      _am_result=BSD
3410      ;;
3411    esac
3412 fi
3413
3414
3415 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3416 $as_echo "$_am_result" >&6; }
3417 rm -f confinc confmf
3418
3419 # Check whether --enable-dependency-tracking was given.
3420 if test "${enable_dependency_tracking+set}" = set; then
3421   enableval=$enable_dependency_tracking;
3422 fi
3423
3424 if test "x$enable_dependency_tracking" != xno; then
3425   am_depcomp="$ac_aux_dir/depcomp"
3426   AMDEPBACKSLASH='\'
3427 fi
3428  if test "x$enable_dependency_tracking" != xno; then
3429   AMDEP_TRUE=
3430   AMDEP_FALSE='#'
3431 else
3432   AMDEP_TRUE='#'
3433   AMDEP_FALSE=
3434 fi
3435
3436
3437
3438 depcc="$CC"   am_compiler_list=
3439
3440 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3441 $as_echo_n "checking dependency style of $depcc... " >&6; }
3442 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3443   $as_echo_n "(cached) " >&6
3444 else
3445   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3446   # We make a subdir and do the tests there.  Otherwise we can end up
3447   # making bogus files that we don't know about and never remove.  For
3448   # instance it was reported that on HP-UX the gcc test will end up
3449   # making a dummy file named `D' -- because `-MD' means `put the output
3450   # in D'.
3451   mkdir conftest.dir
3452   # Copy depcomp to subdir because otherwise we won't find it if we're
3453   # using a relative directory.
3454   cp "$am_depcomp" conftest.dir
3455   cd conftest.dir
3456   # We will build objects and dependencies in a subdirectory because
3457   # it helps to detect inapplicable dependency modes.  For instance
3458   # both Tru64's cc and ICC support -MD to output dependencies as a
3459   # side effect of compilation, but ICC will put the dependencies in
3460   # the current directory while Tru64 will put them in the object
3461   # directory.
3462   mkdir sub
3463
3464   am_cv_CC_dependencies_compiler_type=none
3465   if test "$am_compiler_list" = ""; then
3466      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3467   fi
3468   am__universal=false
3469   case " $depcc " in #(
3470      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3471      esac
3472
3473   for depmode in $am_compiler_list; do
3474     # Setup a source with many dependencies, because some compilers
3475     # like to wrap large dependency lists on column 80 (with \), and
3476     # we should not choose a depcomp mode which is confused by this.
3477     #
3478     # We need to recreate these files for each test, as the compiler may
3479     # overwrite some of them when testing with obscure command lines.
3480     # This happens at least with the AIX C compiler.
3481     : > sub/conftest.c
3482     for i in 1 2 3 4 5 6; do
3483       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3484       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3485       # Solaris 8's {/usr,}/bin/sh.
3486       touch sub/conftst$i.h
3487     done
3488     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3489
3490     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3491     # mode.  It turns out that the SunPro C++ compiler does not properly
3492     # handle `-M -o', and we need to detect this.  Also, some Intel
3493     # versions had trouble with output in subdirs
3494     am__obj=sub/conftest.${OBJEXT-o}
3495     am__minus_obj="-o $am__obj"
3496     case $depmode in
3497     gcc)
3498       # This depmode causes a compiler race in universal mode.
3499       test "$am__universal" = false || continue
3500       ;;
3501     nosideeffect)
3502       # after this tag, mechanisms are not by side-effect, so they'll
3503       # only be used when explicitly requested
3504       if test "x$enable_dependency_tracking" = xyes; then
3505         continue
3506       else
3507         break
3508       fi
3509       ;;
3510     msvisualcpp | msvcmsys)
3511       # This compiler won't grok `-c -o', but also, the minuso test has
3512       # not run yet.  These depmodes are late enough in the game, and
3513       # so weak that their functioning should not be impacted.
3514       am__obj=conftest.${OBJEXT-o}
3515       am__minus_obj=
3516       ;;
3517     none) break ;;
3518     esac
3519     if depmode=$depmode \
3520        source=sub/conftest.c object=$am__obj \
3521        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3522        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3523          >/dev/null 2>conftest.err &&
3524        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3525        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3526        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3527        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3528       # icc doesn't choke on unknown options, it will just issue warnings
3529       # or remarks (even with -Werror).  So we grep stderr for any message
3530       # that says an option was ignored or not supported.
3531       # When given -MP, icc 7.0 and 7.1 complain thusly:
3532       #   icc: Command line warning: ignoring option '-M'; no argument required
3533       # The diagnosis changed in icc 8.0:
3534       #   icc: Command line remark: option '-MP' not supported
3535       if (grep 'ignoring option' conftest.err ||
3536           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3537         am_cv_CC_dependencies_compiler_type=$depmode
3538         break
3539       fi
3540     fi
3541   done
3542
3543   cd ..
3544   rm -rf conftest.dir
3545 else
3546   am_cv_CC_dependencies_compiler_type=none
3547 fi
3548
3549 fi
3550 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3551 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3552 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3553
3554  if
3555   test "x$enable_dependency_tracking" != xno \
3556   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3557   am__fastdepCC_TRUE=
3558   am__fastdepCC_FALSE='#'
3559 else
3560   am__fastdepCC_TRUE='#'
3561   am__fastdepCC_FALSE=
3562 fi
3563
3564
3565 # Find a good install program.  We prefer a C program (faster),
3566 # so one script is as good as another.  But avoid the broken or
3567 # incompatible versions:
3568 # SysV /etc/install, /usr/sbin/install
3569 # SunOS /usr/etc/install
3570 # IRIX /sbin/install
3571 # AIX /bin/install
3572 # AmigaOS /C/install, which installs bootblocks on floppy discs
3573 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3574 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3575 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3576 # OS/2's system install, which has a completely different semantic
3577 # ./install, which can be erroneously created by make from ./install.sh.
3578 # Reject install programs that cannot install multiple files.
3579 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3580 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3581 if test -z "$INSTALL"; then
3582 if test "${ac_cv_path_install+set}" = set; then
3583   $as_echo_n "(cached) " >&6
3584 else
3585   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3586 for as_dir in $PATH
3587 do
3588   IFS=$as_save_IFS
3589   test -z "$as_dir" && as_dir=.
3590   # Account for people who put trailing slashes in PATH elements.
3591 case $as_dir/ in
3592   ./ | .// | /cC/* | \
3593   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3594   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3595   /usr/ucb/* ) ;;
3596   *)
3597     # OSF1 and SCO ODT 3.0 have their own names for install.
3598     # Don't use installbsd from OSF since it installs stuff as root
3599     # by default.
3600     for ac_prog in ginstall scoinst install; do
3601       for ac_exec_ext in '' $ac_executable_extensions; do
3602         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3603           if test $ac_prog = install &&
3604             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3605             # AIX install.  It has an incompatible calling convention.
3606             :
3607           elif test $ac_prog = install &&
3608             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3609             # program-specific install script used by HP pwplus--don't use.
3610             :
3611           else
3612             rm -rf conftest.one conftest.two conftest.dir
3613             echo one > conftest.one
3614             echo two > conftest.two
3615             mkdir conftest.dir
3616             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3617               test -s conftest.one && test -s conftest.two &&
3618               test -s conftest.dir/conftest.one &&
3619               test -s conftest.dir/conftest.two
3620             then
3621               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3622               break 3
3623             fi
3624           fi
3625         fi
3626       done
3627     done
3628     ;;
3629 esac
3630
3631 done
3632 IFS=$as_save_IFS
3633
3634 rm -rf conftest.one conftest.two conftest.dir
3635
3636 fi
3637   if test "${ac_cv_path_install+set}" = set; then
3638     INSTALL=$ac_cv_path_install
3639   else
3640     # As a last resort, use the slow shell script.  Don't cache a
3641     # value for INSTALL within a source directory, because that will
3642     # break other packages using the cache if that directory is
3643     # removed, or if the value is a relative name.
3644     INSTALL=$ac_install_sh
3645   fi
3646 fi
3647 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3648 $as_echo "$INSTALL" >&6; }
3649
3650 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3651 # It thinks the first close brace ends the variable substitution.
3652 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3653
3654 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3655
3656 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3657
3658
3659
3660 ac_ext=c
3661 ac_cpp='$CPP $CPPFLAGS'
3662 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3665 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3666 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3667 # On Suns, sometimes $CPP names a directory.
3668 if test -n "$CPP" && test -d "$CPP"; then
3669   CPP=
3670 fi
3671 if test -z "$CPP"; then
3672   if test "${ac_cv_prog_CPP+set}" = set; then
3673   $as_echo_n "(cached) " >&6
3674 else
3675       # Double quotes because CPP needs to be expanded
3676     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3677     do
3678       ac_preproc_ok=false
3679 for ac_c_preproc_warn_flag in '' yes
3680 do
3681   # Use a header file that comes with gcc, so configuring glibc
3682   # with a fresh cross-compiler works.
3683   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3684   # <limits.h> exists even on freestanding compilers.
3685   # On the NeXT, cc -E runs the code through the compiler's parser,
3686   # not just through cpp. "Syntax error" is here to catch this case.
3687   cat >conftest.$ac_ext <<_ACEOF
3688 /* confdefs.h.  */
3689 _ACEOF
3690 cat confdefs.h >>conftest.$ac_ext
3691 cat >>conftest.$ac_ext <<_ACEOF
3692 /* end confdefs.h.  */
3693 #ifdef __STDC__
3694 # include <limits.h>
3695 #else
3696 # include <assert.h>
3697 #endif
3698                      Syntax error
3699 _ACEOF
3700 if { (ac_try="$ac_cpp conftest.$ac_ext"
3701 case "(($ac_try" in
3702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3703   *) ac_try_echo=$ac_try;;
3704 esac
3705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3706 $as_echo "$ac_try_echo") >&5
3707   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3708   ac_status=$?
3709   grep -v '^ *+' conftest.er1 >conftest.err
3710   rm -f conftest.er1
3711   cat conftest.err >&5
3712   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713   (exit $ac_status); } >/dev/null && {
3714          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3715          test ! -s conftest.err
3716        }; then
3717   :
3718 else
3719   $as_echo "$as_me: failed program was:" >&5
3720 sed 's/^/| /' conftest.$ac_ext >&5
3721
3722   # Broken: fails on valid input.
3723 continue
3724 fi
3725
3726 rm -f conftest.err conftest.$ac_ext
3727
3728   # OK, works on sane cases.  Now check whether nonexistent headers
3729   # can be detected and how.
3730   cat >conftest.$ac_ext <<_ACEOF
3731 /* confdefs.h.  */
3732 _ACEOF
3733 cat confdefs.h >>conftest.$ac_ext
3734 cat >>conftest.$ac_ext <<_ACEOF
3735 /* end confdefs.h.  */
3736 #include <ac_nonexistent.h>
3737 _ACEOF
3738 if { (ac_try="$ac_cpp conftest.$ac_ext"
3739 case "(($ac_try" in
3740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3741   *) ac_try_echo=$ac_try;;
3742 esac
3743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3744 $as_echo "$ac_try_echo") >&5
3745   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3746   ac_status=$?
3747   grep -v '^ *+' conftest.er1 >conftest.err
3748   rm -f conftest.er1
3749   cat conftest.err >&5
3750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3751   (exit $ac_status); } >/dev/null && {
3752          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3753          test ! -s conftest.err
3754        }; then
3755   # Broken: success on invalid input.
3756 continue
3757 else
3758   $as_echo "$as_me: failed program was:" >&5
3759 sed 's/^/| /' conftest.$ac_ext >&5
3760
3761   # Passes both tests.
3762 ac_preproc_ok=:
3763 break
3764 fi
3765
3766 rm -f conftest.err conftest.$ac_ext
3767
3768 done
3769 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3770 rm -f conftest.err conftest.$ac_ext
3771 if $ac_preproc_ok; then
3772   break
3773 fi
3774
3775     done
3776     ac_cv_prog_CPP=$CPP
3777
3778 fi
3779   CPP=$ac_cv_prog_CPP
3780 else
3781   ac_cv_prog_CPP=$CPP
3782 fi
3783 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
3784 $as_echo "$CPP" >&6; }
3785 ac_preproc_ok=false
3786 for ac_c_preproc_warn_flag in '' yes
3787 do
3788   # Use a header file that comes with gcc, so configuring glibc
3789   # with a fresh cross-compiler works.
3790   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3791   # <limits.h> exists even on freestanding compilers.
3792   # On the NeXT, cc -E runs the code through the compiler's parser,
3793   # not just through cpp. "Syntax error" is here to catch this case.
3794   cat >conftest.$ac_ext <<_ACEOF
3795 /* confdefs.h.  */
3796 _ACEOF
3797 cat confdefs.h >>conftest.$ac_ext
3798 cat >>conftest.$ac_ext <<_ACEOF
3799 /* end confdefs.h.  */
3800 #ifdef __STDC__
3801 # include <limits.h>
3802 #else
3803 # include <assert.h>
3804 #endif
3805                      Syntax error
3806 _ACEOF
3807 if { (ac_try="$ac_cpp conftest.$ac_ext"
3808 case "(($ac_try" in
3809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3810   *) ac_try_echo=$ac_try;;
3811 esac
3812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3813 $as_echo "$ac_try_echo") >&5
3814   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3815   ac_status=$?
3816   grep -v '^ *+' conftest.er1 >conftest.err
3817   rm -f conftest.er1
3818   cat conftest.err >&5
3819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3820   (exit $ac_status); } >/dev/null && {
3821          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3822          test ! -s conftest.err
3823        }; then
3824   :
3825 else
3826   $as_echo "$as_me: failed program was:" >&5
3827 sed 's/^/| /' conftest.$ac_ext >&5
3828
3829   # Broken: fails on valid input.
3830 continue
3831 fi
3832
3833 rm -f conftest.err conftest.$ac_ext
3834
3835   # OK, works on sane cases.  Now check whether nonexistent headers
3836   # can be detected and how.
3837   cat >conftest.$ac_ext <<_ACEOF
3838 /* confdefs.h.  */
3839 _ACEOF
3840 cat confdefs.h >>conftest.$ac_ext
3841 cat >>conftest.$ac_ext <<_ACEOF
3842 /* end confdefs.h.  */
3843 #include <ac_nonexistent.h>
3844 _ACEOF
3845 if { (ac_try="$ac_cpp conftest.$ac_ext"
3846 case "(($ac_try" in
3847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848   *) ac_try_echo=$ac_try;;
3849 esac
3850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3851 $as_echo "$ac_try_echo") >&5
3852   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3853   ac_status=$?
3854   grep -v '^ *+' conftest.er1 >conftest.err
3855   rm -f conftest.er1
3856   cat conftest.err >&5
3857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3858   (exit $ac_status); } >/dev/null && {
3859          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3860          test ! -s conftest.err
3861        }; then
3862   # Broken: success on invalid input.
3863 continue
3864 else
3865   $as_echo "$as_me: failed program was:" >&5
3866 sed 's/^/| /' conftest.$ac_ext >&5
3867
3868   # Passes both tests.
3869 ac_preproc_ok=:
3870 break
3871 fi
3872
3873 rm -f conftest.err conftest.$ac_ext
3874
3875 done
3876 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3877 rm -f conftest.err conftest.$ac_ext
3878 if $ac_preproc_ok; then
3879   :
3880 else
3881   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3882 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3883 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3884 See \`config.log' for more details." >&5
3885 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3886 See \`config.log' for more details." >&2;}
3887    { (exit 1); exit 1; }; }; }
3888 fi
3889
3890 ac_ext=c
3891 ac_cpp='$CPP $CPPFLAGS'
3892 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3893 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3894 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3895
3896
3897 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3898 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3899 if test "${ac_cv_path_GREP+set}" = set; then
3900   $as_echo_n "(cached) " >&6
3901 else
3902   if test -z "$GREP"; then
3903   ac_path_GREP_found=false
3904   # Loop through the user's path and test for each of PROGNAME-LIST
3905   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3906 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3907 do
3908   IFS=$as_save_IFS
3909   test -z "$as_dir" && as_dir=.
3910   for ac_prog in grep ggrep; do
3911     for ac_exec_ext in '' $ac_executable_extensions; do
3912       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3913       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3914 # Check for GNU ac_path_GREP and select it if it is found.
3915   # Check for GNU $ac_path_GREP
3916 case `"$ac_path_GREP" --version 2>&1` in
3917 *GNU*)
3918   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3919 *)
3920   ac_count=0
3921   $as_echo_n 0123456789 >"conftest.in"
3922   while :
3923   do
3924     cat "conftest.in" "conftest.in" >"conftest.tmp"
3925     mv "conftest.tmp" "conftest.in"
3926     cp "conftest.in" "conftest.nl"
3927     $as_echo 'GREP' >> "conftest.nl"
3928     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3929     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3930     ac_count=`expr $ac_count + 1`
3931     if test $ac_count -gt ${ac_path_GREP_max-0}; then
3932       # Best one so far, save it but keep looking for a better one
3933       ac_cv_path_GREP="$ac_path_GREP"
3934       ac_path_GREP_max=$ac_count
3935     fi
3936     # 10*(2^10) chars as input seems more than enough
3937     test $ac_count -gt 10 && break
3938   done
3939   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3940 esac
3941
3942       $ac_path_GREP_found && break 3
3943     done
3944   done
3945 done
3946 IFS=$as_save_IFS
3947   if test -z "$ac_cv_path_GREP"; then
3948     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3949 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3950    { (exit 1); exit 1; }; }
3951   fi
3952 else
3953   ac_cv_path_GREP=$GREP
3954 fi
3955
3956 fi
3957 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3958 $as_echo "$ac_cv_path_GREP" >&6; }
3959  GREP="$ac_cv_path_GREP"
3960
3961
3962 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
3963 $as_echo_n "checking for egrep... " >&6; }
3964 if test "${ac_cv_path_EGREP+set}" = set; then
3965   $as_echo_n "(cached) " >&6
3966 else
3967   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3968    then ac_cv_path_EGREP="$GREP -E"
3969    else
3970      if test -z "$EGREP"; then
3971   ac_path_EGREP_found=false
3972   # Loop through the user's path and test for each of PROGNAME-LIST
3973   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3974 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3975 do
3976   IFS=$as_save_IFS
3977   test -z "$as_dir" && as_dir=.
3978   for ac_prog in egrep; do
3979     for ac_exec_ext in '' $ac_executable_extensions; do
3980       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3981       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3982 # Check for GNU ac_path_EGREP and select it if it is found.
3983   # Check for GNU $ac_path_EGREP
3984 case `"$ac_path_EGREP" --version 2>&1` in
3985 *GNU*)
3986   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3987 *)
3988   ac_count=0
3989   $as_echo_n 0123456789 >"conftest.in"
3990   while :
3991   do
3992     cat "conftest.in" "conftest.in" >"conftest.tmp"
3993     mv "conftest.tmp" "conftest.in"
3994     cp "conftest.in" "conftest.nl"
3995     $as_echo 'EGREP' >> "conftest.nl"
3996     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3997     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3998     ac_count=`expr $ac_count + 1`
3999     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4000       # Best one so far, save it but keep looking for a better one
4001       ac_cv_path_EGREP="$ac_path_EGREP"
4002       ac_path_EGREP_max=$ac_count
4003     fi
4004     # 10*(2^10) chars as input seems more than enough
4005     test $ac_count -gt 10 && break
4006   done
4007   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4008 esac
4009
4010       $ac_path_EGREP_found && break 3
4011     done
4012   done
4013 done
4014 IFS=$as_save_IFS
4015   if test -z "$ac_cv_path_EGREP"; then
4016     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4017 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4018    { (exit 1); exit 1; }; }
4019   fi
4020 else
4021   ac_cv_path_EGREP=$EGREP
4022 fi
4023
4024    fi
4025 fi
4026 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4027 $as_echo "$ac_cv_path_EGREP" >&6; }
4028  EGREP="$ac_cv_path_EGREP"
4029
4030
4031 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4032 $as_echo_n "checking for ANSI C header files... " >&6; }
4033 if test "${ac_cv_header_stdc+set}" = set; then
4034   $as_echo_n "(cached) " >&6
4035 else
4036   cat >conftest.$ac_ext <<_ACEOF
4037 /* confdefs.h.  */
4038 _ACEOF
4039 cat confdefs.h >>conftest.$ac_ext
4040 cat >>conftest.$ac_ext <<_ACEOF
4041 /* end confdefs.h.  */
4042 #include <stdlib.h>
4043 #include <stdarg.h>
4044 #include <string.h>
4045 #include <float.h>
4046
4047 int
4048 main ()
4049 {
4050
4051   ;
4052   return 0;
4053 }
4054 _ACEOF
4055 rm -f conftest.$ac_objext
4056 if { (ac_try="$ac_compile"
4057 case "(($ac_try" in
4058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4059   *) ac_try_echo=$ac_try;;
4060 esac
4061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4062 $as_echo "$ac_try_echo") >&5
4063   (eval "$ac_compile") 2>conftest.er1
4064   ac_status=$?
4065   grep -v '^ *+' conftest.er1 >conftest.err
4066   rm -f conftest.er1
4067   cat conftest.err >&5
4068   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069   (exit $ac_status); } && {
4070          test -z "$ac_c_werror_flag" ||
4071          test ! -s conftest.err
4072        } && test -s conftest.$ac_objext; then
4073   ac_cv_header_stdc=yes
4074 else
4075   $as_echo "$as_me: failed program was:" >&5
4076 sed 's/^/| /' conftest.$ac_ext >&5
4077
4078         ac_cv_header_stdc=no
4079 fi
4080
4081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4082
4083 if test $ac_cv_header_stdc = yes; then
4084   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4085   cat >conftest.$ac_ext <<_ACEOF
4086 /* confdefs.h.  */
4087 _ACEOF
4088 cat confdefs.h >>conftest.$ac_ext
4089 cat >>conftest.$ac_ext <<_ACEOF
4090 /* end confdefs.h.  */
4091 #include <string.h>
4092
4093 _ACEOF
4094 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4095   $EGREP "memchr" >/dev/null 2>&1; then
4096   :
4097 else
4098   ac_cv_header_stdc=no
4099 fi
4100 rm -f conftest*
4101
4102 fi
4103
4104 if test $ac_cv_header_stdc = yes; then
4105   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4106   cat >conftest.$ac_ext <<_ACEOF
4107 /* confdefs.h.  */
4108 _ACEOF
4109 cat confdefs.h >>conftest.$ac_ext
4110 cat >>conftest.$ac_ext <<_ACEOF
4111 /* end confdefs.h.  */
4112 #include <stdlib.h>
4113
4114 _ACEOF
4115 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4116   $EGREP "free" >/dev/null 2>&1; then
4117   :
4118 else
4119   ac_cv_header_stdc=no
4120 fi
4121 rm -f conftest*
4122
4123 fi
4124
4125 if test $ac_cv_header_stdc = yes; then
4126   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4127   if test "$cross_compiling" = yes; then
4128   :
4129 else
4130   cat >conftest.$ac_ext <<_ACEOF
4131 /* confdefs.h.  */
4132 _ACEOF
4133 cat confdefs.h >>conftest.$ac_ext
4134 cat >>conftest.$ac_ext <<_ACEOF
4135 /* end confdefs.h.  */
4136 #include <ctype.h>
4137 #include <stdlib.h>
4138 #if ((' ' & 0x0FF) == 0x020)
4139 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4140 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4141 #else
4142 # define ISLOWER(c) \
4143                    (('a' <= (c) && (c) <= 'i') \
4144                      || ('j' <= (c) && (c) <= 'r') \
4145                      || ('s' <= (c) && (c) <= 'z'))
4146 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4147 #endif
4148
4149 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4150 int
4151 main ()
4152 {
4153   int i;
4154   for (i = 0; i < 256; i++)
4155     if (XOR (islower (i), ISLOWER (i))
4156         || toupper (i) != TOUPPER (i))
4157       return 2;
4158   return 0;
4159 }
4160 _ACEOF
4161 rm -f conftest$ac_exeext
4162 if { (ac_try="$ac_link"
4163 case "(($ac_try" in
4164   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4165   *) ac_try_echo=$ac_try;;
4166 esac
4167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4168 $as_echo "$ac_try_echo") >&5
4169   (eval "$ac_link") 2>&5
4170   ac_status=$?
4171   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4172   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4173   { (case "(($ac_try" in
4174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4175   *) ac_try_echo=$ac_try;;
4176 esac
4177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4178 $as_echo "$ac_try_echo") >&5
4179   (eval "$ac_try") 2>&5
4180   ac_status=$?
4181   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182   (exit $ac_status); }; }; then
4183   :
4184 else
4185   $as_echo "$as_me: program exited with status $ac_status" >&5
4186 $as_echo "$as_me: failed program was:" >&5
4187 sed 's/^/| /' conftest.$ac_ext >&5
4188
4189 ( exit $ac_status )
4190 ac_cv_header_stdc=no
4191 fi
4192 rm -rf conftest.dSYM
4193 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4194 fi
4195
4196
4197 fi
4198 fi
4199 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4200 $as_echo "$ac_cv_header_stdc" >&6; }
4201 if test $ac_cv_header_stdc = yes; then
4202
4203 cat >>confdefs.h <<\_ACEOF
4204 #define STDC_HEADERS 1
4205 _ACEOF
4206
4207 fi
4208
4209 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4220                   inttypes.h stdint.h unistd.h
4221 do
4222 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4223 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4224 $as_echo_n "checking for $ac_header... " >&6; }
4225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4226   $as_echo_n "(cached) " >&6
4227 else
4228   cat >conftest.$ac_ext <<_ACEOF
4229 /* confdefs.h.  */
4230 _ACEOF
4231 cat confdefs.h >>conftest.$ac_ext
4232 cat >>conftest.$ac_ext <<_ACEOF
4233 /* end confdefs.h.  */
4234 $ac_includes_default
4235
4236 #include <$ac_header>
4237 _ACEOF
4238 rm -f conftest.$ac_objext
4239 if { (ac_try="$ac_compile"
4240 case "(($ac_try" in
4241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4242   *) ac_try_echo=$ac_try;;
4243 esac
4244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4245 $as_echo "$ac_try_echo") >&5
4246   (eval "$ac_compile") 2>conftest.er1
4247   ac_status=$?
4248   grep -v '^ *+' conftest.er1 >conftest.err
4249   rm -f conftest.er1
4250   cat conftest.err >&5
4251   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4252   (exit $ac_status); } && {
4253          test -z "$ac_c_werror_flag" ||
4254          test ! -s conftest.err
4255        } && test -s conftest.$ac_objext; then
4256   eval "$as_ac_Header=yes"
4257 else
4258   $as_echo "$as_me: failed program was:" >&5
4259 sed 's/^/| /' conftest.$ac_ext >&5
4260
4261         eval "$as_ac_Header=no"
4262 fi
4263
4264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4265 fi
4266 ac_res=`eval 'as_val=${'$as_ac_Header'}
4267                  $as_echo "$as_val"'`
4268                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
4269 $as_echo "$ac_res" >&6; }
4270 as_val=`eval 'as_val=${'$as_ac_Header'}
4271                  $as_echo "$as_val"'`
4272    if test "x$as_val" = x""yes; then
4273   cat >>confdefs.h <<_ACEOF
4274 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4275 _ACEOF
4276
4277 fi
4278
4279 done
4280
4281
4282    { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C99" >&5
4283 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
4284 if test "${ac_cv_prog_cc_c99+set}" = set; then
4285   $as_echo_n "(cached) " >&6
4286 else
4287   ac_cv_prog_cc_c99=no
4288 ac_save_CC=$CC
4289 cat >conftest.$ac_ext <<_ACEOF
4290 /* confdefs.h.  */
4291 _ACEOF
4292 cat confdefs.h >>conftest.$ac_ext
4293 cat >>conftest.$ac_ext <<_ACEOF
4294 /* end confdefs.h.  */
4295 #include <stdarg.h>
4296 #include <stdbool.h>
4297 #include <stdlib.h>
4298 #include <wchar.h>
4299 #include <stdio.h>
4300
4301 // Check varargs macros.  These examples are taken from C99 6.10.3.5.
4302 #define debug(...) fprintf (stderr, __VA_ARGS__)
4303 #define showlist(...) puts (#__VA_ARGS__)
4304 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
4305 static void
4306 test_varargs_macros (void)
4307 {
4308   int x = 1234;
4309   int y = 5678;
4310   debug ("Flag");
4311   debug ("X = %d\n", x);
4312   showlist (The first, second, and third items.);
4313   report (x>y, "x is %d but y is %d", x, y);
4314 }
4315
4316 // Check long long types.
4317 #define BIG64 18446744073709551615ull
4318 #define BIG32 4294967295ul
4319 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
4320 #if !BIG_OK
4321   your preprocessor is broken;
4322 #endif
4323 #if BIG_OK
4324 #else
4325   your preprocessor is broken;
4326 #endif
4327 static long long int bignum = -9223372036854775807LL;
4328 static unsigned long long int ubignum = BIG64;
4329
4330 struct incomplete_array
4331 {
4332   int datasize;
4333   double data[];
4334 };
4335
4336 struct named_init {
4337   int number;
4338   const wchar_t *name;
4339   double average;
4340 };
4341
4342 typedef const char *ccp;
4343
4344 static inline int
4345 test_restrict (ccp restrict text)
4346 {
4347   // See if C++-style comments work.
4348   // Iterate through items via the restricted pointer.
4349   // Also check for declarations in for loops.
4350   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
4351     continue;
4352   return 0;
4353 }
4354
4355 // Check varargs and va_copy.
4356 static void
4357 test_varargs (const char *format, ...)
4358 {
4359   va_list args;
4360   va_start (args, format);
4361   va_list args_copy;
4362   va_copy (args_copy, args);
4363
4364   const char *str;
4365   int number;
4366   float fnumber;
4367
4368   while (*format)
4369     {
4370       switch (*format++)
4371         {
4372         case 's': // string
4373           str = va_arg (args_copy, const char *);
4374           break;
4375         case 'd': // int
4376           number = va_arg (args_copy, int);
4377           break;
4378         case 'f': // float
4379           fnumber = va_arg (args_copy, double);
4380           break;
4381         default:
4382           break;
4383         }
4384     }
4385   va_end (args_copy);
4386   va_end (args);
4387 }
4388
4389 int
4390 main ()
4391 {
4392
4393   // Check bool.
4394   _Bool success = false;
4395
4396   // Check restrict.
4397   if (test_restrict ("String literal") == 0)
4398     success = true;
4399   char *restrict newvar = "Another string";
4400
4401   // Check varargs.
4402   test_varargs ("s, d' f .", "string", 65, 34.234);
4403   test_varargs_macros ();
4404
4405   // Check flexible array members.
4406   struct incomplete_array *ia =
4407     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
4408   ia->datasize = 10;
4409   for (int i = 0; i < ia->datasize; ++i)
4410     ia->data[i] = i * 1.234;
4411
4412   // Check named initializers.
4413   struct named_init ni = {
4414     .number = 34,
4415     .name = L"Test wide string",
4416     .average = 543.34343,
4417   };
4418
4419   ni.number = 58;
4420
4421   int dynamic_array[ni.number];
4422   dynamic_array[ni.number - 1] = 543;
4423
4424   // work around unused variable warnings
4425   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
4426           || dynamic_array[ni.number - 1] != 543);
4427
4428   ;
4429   return 0;
4430 }
4431 _ACEOF
4432 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4433 do
4434   CC="$ac_save_CC $ac_arg"
4435   rm -f conftest.$ac_objext
4436 if { (ac_try="$ac_compile"
4437 case "(($ac_try" in
4438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4439   *) ac_try_echo=$ac_try;;
4440 esac
4441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4442 $as_echo "$ac_try_echo") >&5
4443   (eval "$ac_compile") 2>conftest.er1
4444   ac_status=$?
4445   grep -v '^ *+' conftest.er1 >conftest.err
4446   rm -f conftest.er1
4447   cat conftest.err >&5
4448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4449   (exit $ac_status); } && {
4450          test -z "$ac_c_werror_flag" ||
4451          test ! -s conftest.err
4452        } && test -s conftest.$ac_objext; then
4453   ac_cv_prog_cc_c99=$ac_arg
4454 else
4455   $as_echo "$as_me: failed program was:" >&5
4456 sed 's/^/| /' conftest.$ac_ext >&5
4457
4458
4459 fi
4460
4461 rm -f core conftest.err conftest.$ac_objext
4462   test "x$ac_cv_prog_cc_c99" != "xno" && break
4463 done
4464 rm -f conftest.$ac_ext
4465 CC=$ac_save_CC
4466
4467 fi
4468 # AC_CACHE_VAL
4469 case "x$ac_cv_prog_cc_c99" in
4470   x)
4471     { $as_echo "$as_me:$LINENO: result: none needed" >&5
4472 $as_echo "none needed" >&6; } ;;
4473   xno)
4474     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4475 $as_echo "unsupported" >&6; } ;;
4476   *)
4477     CC="$CC $ac_cv_prog_cc_c99"
4478     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c99" >&5
4479 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
4480 esac
4481
4482
4483
4484 # Make sure we can run config.sub.
4485 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4486   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4487 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
4488    { (exit 1); exit 1; }; }
4489
4490 { $as_echo "$as_me:$LINENO: checking build system type" >&5
4491 $as_echo_n "checking build system type... " >&6; }
4492 if test "${ac_cv_build+set}" = set; then
4493   $as_echo_n "(cached) " >&6
4494 else
4495   ac_build_alias=$build_alias
4496 test "x$ac_build_alias" = x &&
4497   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4498 test "x$ac_build_alias" = x &&
4499   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4500 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4501    { (exit 1); exit 1; }; }
4502 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4503   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4504 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
4505    { (exit 1); exit 1; }; }
4506
4507 fi
4508 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4509 $as_echo "$ac_cv_build" >&6; }
4510 case $ac_cv_build in
4511 *-*-*) ;;
4512 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4513 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
4514    { (exit 1); exit 1; }; };;
4515 esac
4516 build=$ac_cv_build
4517 ac_save_IFS=$IFS; IFS='-'
4518 set x $ac_cv_build
4519 shift
4520 build_cpu=$1
4521 build_vendor=$2
4522 shift; shift
4523 # Remember, the first character of IFS is used to create $*,
4524 # except with old shells:
4525 build_os=$*
4526 IFS=$ac_save_IFS
4527 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4528
4529
4530 { $as_echo "$as_me:$LINENO: checking host system type" >&5
4531 $as_echo_n "checking host system type... " >&6; }
4532 if test "${ac_cv_host+set}" = set; then
4533   $as_echo_n "(cached) " >&6
4534 else
4535   if test "x$host_alias" = x; then
4536   ac_cv_host=$ac_cv_build
4537 else
4538   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4539     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4540 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
4541    { (exit 1); exit 1; }; }
4542 fi
4543
4544 fi
4545 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4546 $as_echo "$ac_cv_host" >&6; }
4547 case $ac_cv_host in
4548 *-*-*) ;;
4549 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4550 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
4551    { (exit 1); exit 1; }; };;
4552 esac
4553 host=$ac_cv_host
4554 ac_save_IFS=$IFS; IFS='-'
4555 set x $ac_cv_host
4556 shift
4557 host_cpu=$1
4558 host_vendor=$2
4559 shift; shift
4560 # Remember, the first character of IFS is used to create $*,
4561 # except with old shells:
4562 host_os=$*
4563 IFS=$ac_save_IFS
4564 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4565
4566
4567
4568
4569
4570 if  test "x$GCC" = xyes ; then
4571     CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
4572 -Wmissing-declarations -Wnested-externs -fno-strict-aliasing \
4573 -Wbad-function-cast"
4574     case `$CC -dumpversion` in
4575     3.4.* | 4.*)
4576         CWARNFLAGS="$CWARNFLAGS -Wold-style-definition -Wdeclaration-after-statement"
4577         ;;
4578     esac
4579 else
4580     { $as_echo "$as_me:$LINENO: checking whether __SUNPRO_C is declared" >&5
4581 $as_echo_n "checking whether __SUNPRO_C is declared... " >&6; }
4582 if test "${ac_cv_have_decl___SUNPRO_C+set}" = set; then
4583   $as_echo_n "(cached) " >&6
4584 else
4585   cat >conftest.$ac_ext <<_ACEOF
4586 /* confdefs.h.  */
4587 _ACEOF
4588 cat confdefs.h >>conftest.$ac_ext
4589 cat >>conftest.$ac_ext <<_ACEOF
4590 /* end confdefs.h.  */
4591 $ac_includes_default
4592 int
4593 main ()
4594 {
4595 #ifndef __SUNPRO_C
4596   (void) __SUNPRO_C;
4597 #endif
4598
4599   ;
4600   return 0;
4601 }
4602 _ACEOF
4603 rm -f conftest.$ac_objext
4604 if { (ac_try="$ac_compile"
4605 case "(($ac_try" in
4606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4607   *) ac_try_echo=$ac_try;;
4608 esac
4609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4610 $as_echo "$ac_try_echo") >&5
4611   (eval "$ac_compile") 2>conftest.er1
4612   ac_status=$?
4613   grep -v '^ *+' conftest.er1 >conftest.err
4614   rm -f conftest.er1
4615   cat conftest.err >&5
4616   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4617   (exit $ac_status); } && {
4618          test -z "$ac_c_werror_flag" ||
4619          test ! -s conftest.err
4620        } && test -s conftest.$ac_objext; then
4621   ac_cv_have_decl___SUNPRO_C=yes
4622 else
4623   $as_echo "$as_me: failed program was:" >&5
4624 sed 's/^/| /' conftest.$ac_ext >&5
4625
4626         ac_cv_have_decl___SUNPRO_C=no
4627 fi
4628
4629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4630 fi
4631 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl___SUNPRO_C" >&5
4632 $as_echo "$ac_cv_have_decl___SUNPRO_C" >&6; }
4633 if test "x$ac_cv_have_decl___SUNPRO_C" = x""yes; then
4634   SUNCC="yes"
4635 else
4636   SUNCC="no"
4637 fi
4638
4639     if test "x$SUNCC" = "xyes"; then
4640         CWARNFLAGS="-v"
4641     fi
4642 fi
4643
4644 # Check whether --enable-silent-rules was given.
4645 if test "${enable_silent_rules+set}" = set; then
4646   enableval=$enable_silent_rules;
4647 fi
4648
4649 case $enable_silent_rules in
4650 yes) AM_DEFAULT_VERBOSITY=0;;
4651 no)  AM_DEFAULT_VERBOSITY=1;;
4652 *)   AM_DEFAULT_VERBOSITY=0;;
4653 esac
4654 AM_BACKSLASH='\'
4655
4656
4657
4658
4659
4660
4661
4662 # Check whether --enable-strict-compilation was given.
4663 if test "${enable_strict_compilation+set}" = set; then
4664   enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
4665 else
4666   STRICT_COMPILE=no
4667 fi
4668
4669 if test "x$STRICT_COMPILE" = "xyes"; then
4670         { $as_echo "$as_me:$LINENO: checking whether __SUNPRO_C is declared" >&5
4671 $as_echo_n "checking whether __SUNPRO_C is declared... " >&6; }
4672 if test "${ac_cv_have_decl___SUNPRO_C+set}" = set; then
4673   $as_echo_n "(cached) " >&6
4674 else
4675   cat >conftest.$ac_ext <<_ACEOF
4676 /* confdefs.h.  */
4677 _ACEOF
4678 cat confdefs.h >>conftest.$ac_ext
4679 cat >>conftest.$ac_ext <<_ACEOF
4680 /* end confdefs.h.  */
4681 $ac_includes_default
4682 int
4683 main ()
4684 {
4685 #ifndef __SUNPRO_C
4686   (void) __SUNPRO_C;
4687 #endif
4688
4689   ;
4690   return 0;
4691 }
4692 _ACEOF
4693 rm -f conftest.$ac_objext
4694 if { (ac_try="$ac_compile"
4695 case "(($ac_try" in
4696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4697   *) ac_try_echo=$ac_try;;
4698 esac
4699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4700 $as_echo "$ac_try_echo") >&5
4701   (eval "$ac_compile") 2>conftest.er1
4702   ac_status=$?
4703   grep -v '^ *+' conftest.er1 >conftest.err
4704   rm -f conftest.er1
4705   cat conftest.err >&5
4706   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4707   (exit $ac_status); } && {
4708          test -z "$ac_c_werror_flag" ||
4709          test ! -s conftest.err
4710        } && test -s conftest.$ac_objext; then
4711   ac_cv_have_decl___SUNPRO_C=yes
4712 else
4713   $as_echo "$as_me: failed program was:" >&5
4714 sed 's/^/| /' conftest.$ac_ext >&5
4715
4716         ac_cv_have_decl___SUNPRO_C=no
4717 fi
4718
4719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4720 fi
4721 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl___SUNPRO_C" >&5
4722 $as_echo "$ac_cv_have_decl___SUNPRO_C" >&6; }
4723 if test "x$ac_cv_have_decl___SUNPRO_C" = x""yes; then
4724   SUNCC="yes"
4725 else
4726   SUNCC="no"
4727 fi
4728
4729         { $as_echo "$as_me:$LINENO: checking whether __INTEL_COMPILER is declared" >&5
4730 $as_echo_n "checking whether __INTEL_COMPILER is declared... " >&6; }
4731 if test "${ac_cv_have_decl___INTEL_COMPILER+set}" = set; then
4732   $as_echo_n "(cached) " >&6
4733 else
4734   cat >conftest.$ac_ext <<_ACEOF
4735 /* confdefs.h.  */
4736 _ACEOF
4737 cat confdefs.h >>conftest.$ac_ext
4738 cat >>conftest.$ac_ext <<_ACEOF
4739 /* end confdefs.h.  */
4740 $ac_includes_default
4741 int
4742 main ()
4743 {
4744 #ifndef __INTEL_COMPILER
4745   (void) __INTEL_COMPILER;
4746 #endif
4747
4748   ;
4749   return 0;
4750 }
4751 _ACEOF
4752 rm -f conftest.$ac_objext
4753 if { (ac_try="$ac_compile"
4754 case "(($ac_try" in
4755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4756   *) ac_try_echo=$ac_try;;
4757 esac
4758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4759 $as_echo "$ac_try_echo") >&5
4760   (eval "$ac_compile") 2>conftest.er1
4761   ac_status=$?
4762   grep -v '^ *+' conftest.er1 >conftest.err
4763   rm -f conftest.er1
4764   cat conftest.err >&5
4765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4766   (exit $ac_status); } && {
4767          test -z "$ac_c_werror_flag" ||
4768          test ! -s conftest.err
4769        } && test -s conftest.$ac_objext; then
4770   ac_cv_have_decl___INTEL_COMPILER=yes
4771 else
4772   $as_echo "$as_me: failed program was:" >&5
4773 sed 's/^/| /' conftest.$ac_ext >&5
4774
4775         ac_cv_have_decl___INTEL_COMPILER=no
4776 fi
4777
4778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4779 fi
4780 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl___INTEL_COMPILER" >&5
4781 $as_echo "$ac_cv_have_decl___INTEL_COMPILER" >&6; }
4782 if test "x$ac_cv_have_decl___INTEL_COMPILER" = x""yes; then
4783   INTELCC="yes"
4784 else
4785   INTELCC="no"
4786 fi
4787
4788         if test "x$GCC" = xyes ; then
4789                 STRICT_CFLAGS="-pedantic -Werror"
4790         elif test "x$SUNCC" = "xyes"; then
4791                 STRICT_CFLAGS="-errwarn"
4792     elif test "x$INTELCC" = "xyes"; then
4793                 STRICT_CFLAGS="-Werror"
4794         fi
4795 fi
4796 CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
4797
4798
4799
4800
4801 # Check whether --with-release-version was given.
4802 if test "${with_release_version+set}" = set; then
4803   withval=$with_release_version; RELEASE_VERSION="$withval"
4804 else
4805   RELEASE_VERSION=""
4806 fi
4807
4808         if test "x$RELEASE_VERSION" != "x"; then
4809                 PACKAGE="$PACKAGE-$RELEASE_VERSION"
4810                 PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
4811                 { $as_echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
4812 $as_echo "$as_me: Building with package name set to $PACKAGE" >&6;}
4813         fi
4814
4815 cat >>confdefs.h <<_ACEOF
4816 #define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
4817 _ACEOF
4818
4819         PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
4820         if test "x$PVM" = "x"; then
4821                 PVM="0"
4822         fi
4823
4824 cat >>confdefs.h <<_ACEOF
4825 #define PACKAGE_VERSION_MINOR $PVM
4826 _ACEOF
4827
4828         PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
4829         if test "x$PVP" = "x"; then
4830                 PVP="0"
4831         fi
4832
4833 cat >>confdefs.h <<_ACEOF
4834 #define PACKAGE_VERSION_PATCHLEVEL $PVP
4835 _ACEOF
4836
4837
4838
4839 CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > .changelog.tmp && \
4840 mv .changelog.tmp ChangeLog) || (rm -f .changelog.tmp; touch ChangeLog; \
4841 echo 'git directory not found: installing possibly empty changelog.' >&2)"
4842
4843 distcleancheck_listfiles='find . -type f ! -name ChangeLog -print'
4844
4845
4846
4847
4848
4849 if test x$APP_MAN_SUFFIX = x    ; then
4850     APP_MAN_SUFFIX=1
4851 fi
4852 if test x$APP_MAN_DIR = x    ; then
4853     APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
4854 fi
4855
4856 if test x$LIB_MAN_SUFFIX = x    ; then
4857     LIB_MAN_SUFFIX=3
4858 fi
4859 if test x$LIB_MAN_DIR = x    ; then
4860     LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
4861 fi
4862
4863 if test x$FILE_MAN_SUFFIX = x    ; then
4864     case $host_os in
4865         solaris*)       FILE_MAN_SUFFIX=4  ;;
4866         *)              FILE_MAN_SUFFIX=5  ;;
4867     esac
4868 fi
4869 if test x$FILE_MAN_DIR = x    ; then
4870     FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
4871 fi
4872
4873 if test x$MISC_MAN_SUFFIX = x    ; then
4874     case $host_os in
4875         solaris*)       MISC_MAN_SUFFIX=5  ;;
4876         *)              MISC_MAN_SUFFIX=7  ;;
4877     esac
4878 fi
4879 if test x$MISC_MAN_DIR = x    ; then
4880     MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
4881 fi
4882
4883 if test x$DRIVER_MAN_SUFFIX = x    ; then
4884     case $host_os in
4885         solaris*)       DRIVER_MAN_SUFFIX=7  ;;
4886         *)              DRIVER_MAN_SUFFIX=4  ;;
4887     esac
4888 fi
4889 if test x$DRIVER_MAN_DIR = x    ; then
4890     DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
4891 fi
4892
4893 if test x$ADMIN_MAN_SUFFIX = x    ; then
4894     case $host_os in
4895         solaris*)       ADMIN_MAN_SUFFIX=1m ;;
4896         *)              ADMIN_MAN_SUFFIX=8  ;;
4897     esac
4898 fi
4899 if test x$ADMIN_MAN_DIR = x    ; then
4900     ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
4901 fi
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919 # Checks for pkg-config packages
4920
4921
4922 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
4923         if test -n "$ac_tool_prefix"; then
4924   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
4925 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
4926 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4927 $as_echo_n "checking for $ac_word... " >&6; }
4928 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
4929   $as_echo_n "(cached) " >&6
4930 else
4931   case $PKG_CONFIG in
4932   [\\/]* | ?:[\\/]*)
4933   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4934   ;;
4935   *)
4936   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4937 for as_dir in $PATH
4938 do
4939   IFS=$as_save_IFS
4940   test -z "$as_dir" && as_dir=.
4941   for ac_exec_ext in '' $ac_executable_extensions; do
4942   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4943     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4944     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4945     break 2
4946   fi
4947 done
4948 done
4949 IFS=$as_save_IFS
4950
4951   ;;
4952 esac
4953 fi
4954 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4955 if test -n "$PKG_CONFIG"; then
4956   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4957 $as_echo "$PKG_CONFIG" >&6; }
4958 else
4959   { $as_echo "$as_me:$LINENO: result: no" >&5
4960 $as_echo "no" >&6; }
4961 fi
4962
4963
4964 fi
4965 if test -z "$ac_cv_path_PKG_CONFIG"; then
4966   ac_pt_PKG_CONFIG=$PKG_CONFIG
4967   # Extract the first word of "pkg-config", so it can be a program name with args.
4968 set dummy pkg-config; ac_word=$2
4969 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4970 $as_echo_n "checking for $ac_word... " >&6; }
4971 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
4972   $as_echo_n "(cached) " >&6
4973 else
4974   case $ac_pt_PKG_CONFIG in
4975   [\\/]* | ?:[\\/]*)
4976   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
4977   ;;
4978   *)
4979   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4980 for as_dir in $PATH
4981 do
4982   IFS=$as_save_IFS
4983   test -z "$as_dir" && as_dir=.
4984   for ac_exec_ext in '' $ac_executable_extensions; do
4985   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4986     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4987     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4988     break 2
4989   fi
4990 done
4991 done
4992 IFS=$as_save_IFS
4993
4994   ;;
4995 esac
4996 fi
4997 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
4998 if test -n "$ac_pt_PKG_CONFIG"; then
4999   { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
5000 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
5001 else
5002   { $as_echo "$as_me:$LINENO: result: no" >&5
5003 $as_echo "no" >&6; }
5004 fi
5005
5006   if test "x$ac_pt_PKG_CONFIG" = x; then
5007     PKG_CONFIG=""
5008   else
5009     case $cross_compiling:$ac_tool_warned in
5010 yes:)
5011 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5012 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5013 ac_tool_warned=yes ;;
5014 esac
5015     PKG_CONFIG=$ac_pt_PKG_CONFIG
5016   fi
5017 else
5018   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
5019 fi
5020
5021 fi
5022 if test -n "$PKG_CONFIG"; then
5023         _pkg_min_version=0.9.0
5024         { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
5025 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
5026         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
5027                 { $as_echo "$as_me:$LINENO: result: yes" >&5
5028 $as_echo "yes" >&6; }
5029         else
5030                 { $as_echo "$as_me:$LINENO: result: no" >&5
5031 $as_echo "no" >&6; }
5032                 PKG_CONFIG=""
5033         fi
5034
5035 fi
5036
5037 pkg_failed=no
5038 { $as_echo "$as_me:$LINENO: checking for APPRES" >&5
5039 $as_echo_n "checking for APPRES... " >&6; }
5040
5041 if test -n "$APPRES_CFLAGS"; then
5042     pkg_cv_APPRES_CFLAGS="$APPRES_CFLAGS"
5043  elif test -n "$PKG_CONFIG"; then
5044     if test -n "$PKG_CONFIG" && \
5045     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xt\"") >&5
5046   ($PKG_CONFIG --exists --print-errors "x11 xt") 2>&5
5047   ac_status=$?
5048   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5049   (exit $ac_status); }; then
5050   pkg_cv_APPRES_CFLAGS=`$PKG_CONFIG --cflags "x11 xt" 2>/dev/null`
5051 else
5052   pkg_failed=yes
5053 fi
5054  else
5055     pkg_failed=untried
5056 fi
5057 if test -n "$APPRES_LIBS"; then
5058     pkg_cv_APPRES_LIBS="$APPRES_LIBS"
5059  elif test -n "$PKG_CONFIG"; then
5060     if test -n "$PKG_CONFIG" && \
5061     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xt\"") >&5
5062   ($PKG_CONFIG --exists --print-errors "x11 xt") 2>&5
5063   ac_status=$?
5064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065   (exit $ac_status); }; then
5066   pkg_cv_APPRES_LIBS=`$PKG_CONFIG --libs "x11 xt" 2>/dev/null`
5067 else
5068   pkg_failed=yes
5069 fi
5070  else
5071     pkg_failed=untried
5072 fi
5073
5074
5075
5076 if test $pkg_failed = yes; then
5077
5078 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5079         _pkg_short_errors_supported=yes
5080 else
5081         _pkg_short_errors_supported=no
5082 fi
5083         if test $_pkg_short_errors_supported = yes; then
5084                 APPRES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11 xt" 2>&1`
5085         else
5086                 APPRES_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11 xt" 2>&1`
5087         fi
5088         # Put the nasty error message in config.log where it belongs
5089         echo "$APPRES_PKG_ERRORS" >&5
5090
5091         { { $as_echo "$as_me:$LINENO: error: Package requirements (x11 xt) were not met:
5092
5093 $APPRES_PKG_ERRORS
5094
5095 Consider adjusting the PKG_CONFIG_PATH environment variable if you
5096 installed software in a non-standard prefix.
5097
5098 Alternatively, you may set the environment variables APPRES_CFLAGS
5099 and APPRES_LIBS to avoid the need to call pkg-config.
5100 See the pkg-config man page for more details.
5101 " >&5
5102 $as_echo "$as_me: error: Package requirements (x11 xt) were not met:
5103
5104 $APPRES_PKG_ERRORS
5105
5106 Consider adjusting the PKG_CONFIG_PATH environment variable if you
5107 installed software in a non-standard prefix.
5108
5109 Alternatively, you may set the environment variables APPRES_CFLAGS
5110 and APPRES_LIBS to avoid the need to call pkg-config.
5111 See the pkg-config man page for more details.
5112 " >&2;}
5113    { (exit 1); exit 1; }; }
5114 elif test $pkg_failed = untried; then
5115         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5116 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5117 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
5118 is in your PATH or set the PKG_CONFIG environment variable to the full
5119 path to pkg-config.
5120
5121 Alternatively, you may set the environment variables APPRES_CFLAGS
5122 and APPRES_LIBS to avoid the need to call pkg-config.
5123 See the pkg-config man page for more details.
5124
5125 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
5126 See \`config.log' for more details." >&5
5127 $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
5128 is in your PATH or set the PKG_CONFIG environment variable to the full
5129 path to pkg-config.
5130
5131 Alternatively, you may set the environment variables APPRES_CFLAGS
5132 and APPRES_LIBS to avoid the need to call pkg-config.
5133 See the pkg-config man page for more details.
5134
5135 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
5136 See \`config.log' for more details." >&2;}
5137    { (exit 1); exit 1; }; }; }
5138 else
5139         APPRES_CFLAGS=$pkg_cv_APPRES_CFLAGS
5140         APPRES_LIBS=$pkg_cv_APPRES_LIBS
5141         { $as_echo "$as_me:$LINENO: result: yes" >&5
5142 $as_echo "yes" >&6; }
5143         :
5144 fi
5145
5146
5147
5148 ac_config_files="$ac_config_files Makefile"
5149
5150 cat >confcache <<\_ACEOF
5151 # This file is a shell script that caches the results of configure
5152 # tests run on this system so they can be shared between configure
5153 # scripts and configure runs, see configure's option --config-cache.
5154 # It is not useful on other systems.  If it contains results you don't
5155 # want to keep, you may remove or edit it.
5156 #
5157 # config.status only pays attention to the cache file if you give it
5158 # the --recheck option to rerun configure.
5159 #
5160 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5161 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5162 # following values.
5163
5164 _ACEOF
5165
5166 # The following way of writing the cache mishandles newlines in values,
5167 # but we know of no workaround that is simple, portable, and efficient.
5168 # So, we kill variables containing newlines.
5169 # Ultrix sh set writes to stderr and can't be redirected directly,
5170 # and sets the high bit in the cache file unless we assign to the vars.
5171 (
5172   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5173     eval ac_val=\$$ac_var
5174     case $ac_val in #(
5175     *${as_nl}*)
5176       case $ac_var in #(
5177       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
5178 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5179       esac
5180       case $ac_var in #(
5181       _ | IFS | as_nl) ;; #(
5182       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5183       *) $as_unset $ac_var ;;
5184       esac ;;
5185     esac
5186   done
5187
5188   (set) 2>&1 |
5189     case $as_nl`(ac_space=' '; set) 2>&1` in #(
5190     *${as_nl}ac_space=\ *)
5191       # `set' does not quote correctly, so add quotes (double-quote
5192       # substitution turns \\\\ into \\, and sed turns \\ into \).
5193       sed -n \
5194         "s/'/'\\\\''/g;
5195           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5196       ;; #(
5197     *)
5198       # `set' quotes correctly as required by POSIX, so do not add quotes.
5199       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5200       ;;
5201     esac |
5202     sort
5203 ) |
5204   sed '
5205      /^ac_cv_env_/b end
5206      t clear
5207      :clear
5208      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5209      t end
5210      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5211      :end' >>confcache
5212 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5213   if test -w "$cache_file"; then
5214     test "x$cache_file" != "x/dev/null" &&
5215       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
5216 $as_echo "$as_me: updating cache $cache_file" >&6;}
5217     cat confcache >$cache_file
5218   else
5219     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
5220 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5221   fi
5222 fi
5223 rm -f confcache
5224
5225 test "x$prefix" = xNONE && prefix=$ac_default_prefix
5226 # Let make expand exec_prefix.
5227 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5228
5229 DEFS=-DHAVE_CONFIG_H
5230
5231 ac_libobjs=
5232 ac_ltlibobjs=
5233 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5234   # 1. Remove the extension, and $U if already installed.
5235   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5236   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5237   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
5238   #    will be set to the directory where LIBOBJS objects are built.
5239   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5240   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
5241 done
5242 LIBOBJS=$ac_libobjs
5243
5244 LTLIBOBJS=$ac_ltlibobjs
5245
5246
5247  if test -n "$EXEEXT"; then
5248   am__EXEEXT_TRUE=
5249   am__EXEEXT_FALSE='#'
5250 else
5251   am__EXEEXT_TRUE='#'
5252   am__EXEEXT_FALSE=
5253 fi
5254
5255 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5256   { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
5257 Usually this means the macro was only invoked conditionally." >&5
5258 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
5259 Usually this means the macro was only invoked conditionally." >&2;}
5260    { (exit 1); exit 1; }; }
5261 fi
5262 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5263   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
5264 Usually this means the macro was only invoked conditionally." >&5
5265 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
5266 Usually this means the macro was only invoked conditionally." >&2;}
5267    { (exit 1); exit 1; }; }
5268 fi
5269 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5270   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
5271 Usually this means the macro was only invoked conditionally." >&5
5272 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
5273 Usually this means the macro was only invoked conditionally." >&2;}
5274    { (exit 1); exit 1; }; }
5275 fi
5276
5277 : ${CONFIG_STATUS=./config.status}
5278 ac_write_fail=0
5279 ac_clean_files_save=$ac_clean_files
5280 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5281 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5282 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5283 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5284 #! $SHELL
5285 # Generated by $as_me.
5286 # Run this file to recreate the current configuration.
5287 # Compiler output produced by configure, useful for debugging
5288 # configure, is in config.log if it exists.
5289
5290 debug=false
5291 ac_cs_recheck=false
5292 ac_cs_silent=false
5293 SHELL=\${CONFIG_SHELL-$SHELL}
5294 _ACEOF
5295
5296 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5297 ## --------------------- ##
5298 ## M4sh Initialization.  ##
5299 ## --------------------- ##
5300
5301 # Be more Bourne compatible
5302 DUALCASE=1; export DUALCASE # for MKS sh
5303 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5304   emulate sh
5305   NULLCMD=:
5306   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5307   # is contrary to our usage.  Disable this feature.
5308   alias -g '${1+"$@"}'='"$@"'
5309   setopt NO_GLOB_SUBST
5310 else
5311   case `(set -o) 2>/dev/null` in
5312   *posix*) set -o posix ;;
5313 esac
5314
5315 fi
5316
5317
5318
5319
5320 # PATH needs CR
5321 # Avoid depending upon Character Ranges.
5322 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5323 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5324 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5325 as_cr_digits='0123456789'
5326 as_cr_alnum=$as_cr_Letters$as_cr_digits
5327
5328 as_nl='
5329 '
5330 export as_nl
5331 # Printing a long string crashes Solaris 7 /usr/bin/printf.
5332 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5333 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5334 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5335 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5336   as_echo='printf %s\n'
5337   as_echo_n='printf %s'
5338 else
5339   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5340     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5341     as_echo_n='/usr/ucb/echo -n'
5342   else
5343     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5344     as_echo_n_body='eval
5345       arg=$1;
5346       case $arg in
5347       *"$as_nl"*)
5348         expr "X$arg" : "X\\(.*\\)$as_nl";
5349         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5350       esac;
5351       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5352     '
5353     export as_echo_n_body
5354     as_echo_n='sh -c $as_echo_n_body as_echo'
5355   fi
5356   export as_echo_body
5357   as_echo='sh -c $as_echo_body as_echo'
5358 fi
5359
5360 # The user is always right.
5361 if test "${PATH_SEPARATOR+set}" != set; then
5362   PATH_SEPARATOR=:
5363   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5364     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5365       PATH_SEPARATOR=';'
5366   }
5367 fi
5368
5369 # Support unset when possible.
5370 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5371   as_unset=unset
5372 else
5373   as_unset=false
5374 fi
5375
5376
5377 # IFS
5378 # We need space, tab and new line, in precisely that order.  Quoting is
5379 # there to prevent editors from complaining about space-tab.
5380 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
5381 # splitting by setting IFS to empty value.)
5382 IFS=" ""        $as_nl"
5383
5384 # Find who we are.  Look in the path if we contain no directory separator.
5385 case $0 in
5386   *[\\/]* ) as_myself=$0 ;;
5387   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5388 for as_dir in $PATH
5389 do
5390   IFS=$as_save_IFS
5391   test -z "$as_dir" && as_dir=.
5392   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5393 done
5394 IFS=$as_save_IFS
5395
5396      ;;
5397 esac
5398 # We did not find ourselves, most probably we were run as `sh COMMAND'
5399 # in which case we are not to be found in the path.
5400 if test "x$as_myself" = x; then
5401   as_myself=$0
5402 fi
5403 if test ! -f "$as_myself"; then
5404   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5405   { (exit 1); exit 1; }
5406 fi
5407
5408 # Work around bugs in pre-3.0 UWIN ksh.
5409 for as_var in ENV MAIL MAILPATH
5410 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
5411 done
5412 PS1='$ '
5413 PS2='> '
5414 PS4='+ '
5415
5416 # NLS nuisances.
5417 LC_ALL=C
5418 export LC_ALL
5419 LANGUAGE=C
5420 export LANGUAGE
5421
5422 # Required to use basename.
5423 if expr a : '\(a\)' >/dev/null 2>&1 &&
5424    test "X`expr 00001 : '.*\(...\)'`" = X001; then
5425   as_expr=expr
5426 else
5427   as_expr=false
5428 fi
5429
5430 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5431   as_basename=basename
5432 else
5433   as_basename=false
5434 fi
5435
5436
5437 # Name of the executable.
5438 as_me=`$as_basename -- "$0" ||
5439 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5440          X"$0" : 'X\(//\)$' \| \
5441          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5442 $as_echo X/"$0" |
5443     sed '/^.*\/\([^/][^/]*\)\/*$/{
5444             s//\1/
5445             q
5446           }
5447           /^X\/\(\/\/\)$/{
5448             s//\1/
5449             q
5450           }
5451           /^X\/\(\/\).*/{
5452             s//\1/
5453             q
5454           }
5455           s/.*/./; q'`
5456
5457 # CDPATH.
5458 $as_unset CDPATH
5459
5460
5461
5462   as_lineno_1=$LINENO
5463   as_lineno_2=$LINENO
5464   test "x$as_lineno_1" != "x$as_lineno_2" &&
5465   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
5466
5467   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5468   # uniformly replaced by the line number.  The first 'sed' inserts a
5469   # line-number line after each line using $LINENO; the second 'sed'
5470   # does the real work.  The second script uses 'N' to pair each
5471   # line-number line with the line containing $LINENO, and appends
5472   # trailing '-' during substitution so that $LINENO is not a special
5473   # case at line end.
5474   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5475   # scripts with optimization help from Paolo Bonzini.  Blame Lee
5476   # E. McMahon (1931-1989) for sed's syntax.  :-)
5477   sed -n '
5478     p
5479     /[$]LINENO/=
5480   ' <$as_myself |
5481     sed '
5482       s/[$]LINENO.*/&-/
5483       t lineno
5484       b
5485       :lineno
5486       N
5487       :loop
5488       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
5489       t loop
5490       s/-\n.*//
5491     ' >$as_me.lineno &&
5492   chmod +x "$as_me.lineno" ||
5493     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
5494    { (exit 1); exit 1; }; }
5495
5496   # Don't try to exec as it changes $[0], causing all sort of problems
5497   # (the dirname of $[0] is not the place where we might find the
5498   # original and so on.  Autoconf is especially sensitive to this).
5499   . "./$as_me.lineno"
5500   # Exit status is that of the last command.
5501   exit
5502 }
5503
5504
5505 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5506   as_dirname=dirname
5507 else
5508   as_dirname=false
5509 fi
5510
5511 ECHO_C= ECHO_N= ECHO_T=
5512 case `echo -n x` in
5513 -n*)
5514   case `echo 'x\c'` in
5515   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
5516   *)   ECHO_C='\c';;
5517   esac;;
5518 *)
5519   ECHO_N='-n';;
5520 esac
5521 if expr a : '\(a\)' >/dev/null 2>&1 &&
5522    test "X`expr 00001 : '.*\(...\)'`" = X001; then
5523   as_expr=expr
5524 else
5525   as_expr=false
5526 fi
5527
5528 rm -f conf$$ conf$$.exe conf$$.file
5529 if test -d conf$$.dir; then
5530   rm -f conf$$.dir/conf$$.file
5531 else
5532   rm -f conf$$.dir
5533   mkdir conf$$.dir 2>/dev/null
5534 fi
5535 if (echo >conf$$.file) 2>/dev/null; then
5536   if ln -s conf$$.file conf$$ 2>/dev/null; then
5537     as_ln_s='ln -s'
5538     # ... but there are two gotchas:
5539     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5540     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5541     # In both cases, we have to default to `cp -p'.
5542     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5543       as_ln_s='cp -p'
5544   elif ln conf$$.file conf$$ 2>/dev/null; then
5545     as_ln_s=ln
5546   else
5547     as_ln_s='cp -p'
5548   fi
5549 else
5550   as_ln_s='cp -p'
5551 fi
5552 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5553 rmdir conf$$.dir 2>/dev/null
5554
5555 if mkdir -p . 2>/dev/null; then
5556   as_mkdir_p=:
5557 else
5558   test -d ./-p && rmdir ./-p
5559   as_mkdir_p=false
5560 fi
5561
5562 if test -x / >/dev/null 2>&1; then
5563   as_test_x='test -x'
5564 else
5565   if ls -dL / >/dev/null 2>&1; then
5566     as_ls_L_option=L
5567   else
5568     as_ls_L_option=
5569   fi
5570   as_test_x='
5571     eval sh -c '\''
5572       if test -d "$1"; then
5573         test -d "$1/.";
5574       else
5575         case $1 in
5576         -*)set "./$1";;
5577         esac;
5578         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
5579         ???[sx]*):;;*)false;;esac;fi
5580     '\'' sh
5581   '
5582 fi
5583 as_executable_p=$as_test_x
5584
5585 # Sed expression to map a string onto a valid CPP name.
5586 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5587
5588 # Sed expression to map a string onto a valid variable name.
5589 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5590
5591
5592 exec 6>&1
5593
5594 # Save the log message, to keep $[0] and so on meaningful, and to
5595 # report actual input values of CONFIG_FILES etc. instead of their
5596 # values after options handling.
5597 ac_log="
5598 This file was extended by appres $as_me 1.0.2, which was
5599 generated by GNU Autoconf 2.63.  Invocation command line was
5600
5601   CONFIG_FILES    = $CONFIG_FILES
5602   CONFIG_HEADERS  = $CONFIG_HEADERS
5603   CONFIG_LINKS    = $CONFIG_LINKS
5604   CONFIG_COMMANDS = $CONFIG_COMMANDS
5605   $ $0 $@
5606
5607 on `(hostname || uname -n) 2>/dev/null | sed 1q`
5608 "
5609
5610 _ACEOF
5611
5612 case $ac_config_files in *"
5613 "*) set x $ac_config_files; shift; ac_config_files=$*;;
5614 esac
5615
5616 case $ac_config_headers in *"
5617 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5618 esac
5619
5620
5621 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5622 # Files that config.status was made for.
5623 config_files="$ac_config_files"
5624 config_headers="$ac_config_headers"
5625 config_commands="$ac_config_commands"
5626
5627 _ACEOF
5628
5629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5630 ac_cs_usage="\
5631 \`$as_me' instantiates files from templates according to the
5632 current configuration.
5633
5634 Usage: $0 [OPTION]... [FILE]...
5635
5636   -h, --help       print this help, then exit
5637   -V, --version    print version number and configuration settings, then exit
5638   -q, --quiet, --silent
5639                    do not print progress messages
5640   -d, --debug      don't remove temporary files
5641       --recheck    update $as_me by reconfiguring in the same conditions
5642       --file=FILE[:TEMPLATE]
5643                    instantiate the configuration file FILE
5644       --header=FILE[:TEMPLATE]
5645                    instantiate the configuration header FILE
5646
5647 Configuration files:
5648 $config_files
5649
5650 Configuration headers:
5651 $config_headers
5652
5653 Configuration commands:
5654 $config_commands
5655
5656 Report bugs to <bug-autoconf@gnu.org>."
5657
5658 _ACEOF
5659 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5660 ac_cs_version="\\
5661 appres config.status 1.0.2
5662 configured by $0, generated by GNU Autoconf 2.63,
5663   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5664
5665 Copyright (C) 2008 Free Software Foundation, Inc.
5666 This config.status script is free software; the Free Software Foundation
5667 gives unlimited permission to copy, distribute and modify it."
5668
5669 ac_pwd='$ac_pwd'
5670 srcdir='$srcdir'
5671 INSTALL='$INSTALL'
5672 MKDIR_P='$MKDIR_P'
5673 AWK='$AWK'
5674 test -n "\$AWK" || AWK=awk
5675 _ACEOF
5676
5677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5678 # The default lists apply if the user does not specify any file.
5679 ac_need_defaults=:
5680 while test $# != 0
5681 do
5682   case $1 in
5683   --*=*)
5684     ac_option=`expr "X$1" : 'X\([^=]*\)='`
5685     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5686     ac_shift=:
5687     ;;
5688   *)
5689     ac_option=$1
5690     ac_optarg=$2
5691     ac_shift=shift
5692     ;;
5693   esac
5694
5695   case $ac_option in
5696   # Handling of the options.
5697   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5698     ac_cs_recheck=: ;;
5699   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5700     $as_echo "$ac_cs_version"; exit ;;
5701   --debug | --debu | --deb | --de | --d | -d )
5702     debug=: ;;
5703   --file | --fil | --fi | --f )
5704     $ac_shift
5705     case $ac_optarg in
5706     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5707     esac
5708     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
5709     ac_need_defaults=false;;
5710   --header | --heade | --head | --hea )
5711     $ac_shift
5712     case $ac_optarg in
5713     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5714     esac
5715     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
5716     ac_need_defaults=false;;
5717   --he | --h)
5718     # Conflict between --help and --header
5719     { $as_echo "$as_me: error: ambiguous option: $1
5720 Try \`$0 --help' for more information." >&2
5721    { (exit 1); exit 1; }; };;
5722   --help | --hel | -h )
5723     $as_echo "$ac_cs_usage"; exit ;;
5724   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5725   | -silent | --silent | --silen | --sile | --sil | --si | --s)
5726     ac_cs_silent=: ;;
5727
5728   # This is an error.
5729   -*) { $as_echo "$as_me: error: unrecognized option: $1
5730 Try \`$0 --help' for more information." >&2
5731    { (exit 1); exit 1; }; } ;;
5732
5733   *) ac_config_targets="$ac_config_targets $1"
5734      ac_need_defaults=false ;;
5735
5736   esac
5737   shift
5738 done
5739
5740 ac_configure_extra_args=
5741
5742 if $ac_cs_silent; then
5743   exec 6>/dev/null
5744   ac_configure_extra_args="$ac_configure_extra_args --silent"
5745 fi
5746
5747 _ACEOF
5748 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5749 if \$ac_cs_recheck; then
5750   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5751   shift
5752   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5753   CONFIG_SHELL='$SHELL'
5754   export CONFIG_SHELL
5755   exec "\$@"
5756 fi
5757
5758 _ACEOF
5759 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5760 exec 5>>config.log
5761 {
5762   echo
5763   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5764 ## Running $as_me. ##
5765 _ASBOX
5766   $as_echo "$ac_log"
5767 } >&5
5768
5769 _ACEOF
5770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5771 #
5772 # INIT-COMMANDS
5773 #
5774 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
5775
5776 _ACEOF
5777
5778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5779
5780 # Handling of arguments.
5781 for ac_config_target in $ac_config_targets
5782 do
5783   case $ac_config_target in
5784     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5785     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5786     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5787
5788   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5789 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5790    { (exit 1); exit 1; }; };;
5791   esac
5792 done
5793
5794
5795 # If the user did not use the arguments to specify the items to instantiate,
5796 # then the envvar interface is used.  Set only those that are not.
5797 # We use the long form for the default assignment because of an extremely
5798 # bizarre bug on SunOS 4.1.3.
5799 if $ac_need_defaults; then
5800   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5801   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5802   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5803 fi
5804
5805 # Have a temporary directory for convenience.  Make it in the build tree
5806 # simply because there is no reason against having it here, and in addition,
5807 # creating and moving files from /tmp can sometimes cause problems.
5808 # Hook for its removal unless debugging.
5809 # Note that there is a small window in which the directory will not be cleaned:
5810 # after its creation but before its name has been assigned to `$tmp'.
5811 $debug ||
5812 {
5813   tmp=
5814   trap 'exit_status=$?
5815   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
5816 ' 0
5817   trap '{ (exit 1); exit 1; }' 1 2 13 15
5818 }
5819 # Create a (secure) tmp directory for tmp files.
5820
5821 {
5822   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5823   test -n "$tmp" && test -d "$tmp"
5824 }  ||
5825 {
5826   tmp=./conf$$-$RANDOM
5827   (umask 077 && mkdir "$tmp")
5828 } ||
5829 {
5830    $as_echo "$as_me: cannot create a temporary directory in ." >&2
5831    { (exit 1); exit 1; }
5832 }
5833
5834 # Set up the scripts for CONFIG_FILES section.
5835 # No need to generate them if there are no CONFIG_FILES.
5836 # This happens for instance with `./config.status config.h'.
5837 if test -n "$CONFIG_FILES"; then
5838
5839
5840 ac_cr='\r'
5841 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5842 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5843   ac_cs_awk_cr='\\r'
5844 else
5845   ac_cs_awk_cr=$ac_cr
5846 fi
5847
5848 echo 'BEGIN {' >"$tmp/subs1.awk" &&
5849 _ACEOF
5850
5851
5852 {
5853   echo "cat >conf$$subs.awk <<_ACEOF" &&
5854   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5855   echo "_ACEOF"
5856 } >conf$$subs.sh ||
5857   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5858 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5859    { (exit 1); exit 1; }; }
5860 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5861 ac_delim='%!_!# '
5862 for ac_last_try in false false false false false :; do
5863   . ./conf$$subs.sh ||
5864     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5865 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5866    { (exit 1); exit 1; }; }
5867
5868   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5869   if test $ac_delim_n = $ac_delim_num; then
5870     break
5871   elif $ac_last_try; then
5872     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5873 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5874    { (exit 1); exit 1; }; }
5875   else
5876     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5877   fi
5878 done
5879 rm -f conf$$subs.sh
5880
5881 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5882 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
5883 _ACEOF
5884 sed -n '
5885 h
5886 s/^/S["/; s/!.*/"]=/
5887 p
5888 g
5889 s/^[^!]*!//
5890 :repl
5891 t repl
5892 s/'"$ac_delim"'$//
5893 t delim
5894 :nl
5895 h
5896 s/\(.\{148\}\).*/\1/
5897 t more1
5898 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5899 p
5900 n
5901 b repl
5902 :more1
5903 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5904 p
5905 g
5906 s/.\{148\}//
5907 t nl
5908 :delim
5909 h
5910 s/\(.\{148\}\).*/\1/
5911 t more2
5912 s/["\\]/\\&/g; s/^/"/; s/$/"/
5913 p
5914 b
5915 :more2
5916 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5917 p
5918 g
5919 s/.\{148\}//
5920 t delim
5921 ' <conf$$subs.awk | sed '
5922 /^[^""]/{
5923   N
5924   s/\n//
5925 }
5926 ' >>$CONFIG_STATUS || ac_write_fail=1
5927 rm -f conf$$subs.awk
5928 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5929 _ACAWK
5930 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
5931   for (key in S) S_is_set[key] = 1
5932   FS = "\a"
5933
5934 }
5935 {
5936   line = $ 0
5937   nfields = split(line, field, "@")
5938   substed = 0
5939   len = length(field[1])
5940   for (i = 2; i < nfields; i++) {
5941     key = field[i]
5942     keylen = length(key)
5943     if (S_is_set[key]) {
5944       value = S[key]
5945       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5946       len += length(value) + length(field[++i])
5947       substed = 1
5948     } else
5949       len += 1 + keylen
5950   }
5951
5952   print line
5953 }
5954
5955 _ACAWK
5956 _ACEOF
5957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5958 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5959   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5960 else
5961   cat
5962 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5963   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
5964 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
5965    { (exit 1); exit 1; }; }
5966 _ACEOF
5967
5968 # VPATH may cause trouble with some makes, so we remove $(srcdir),
5969 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5970 # trailing colons and then remove the whole line if VPATH becomes empty
5971 # (actually we leave an empty line to preserve line numbers).
5972 if test "x$srcdir" = x.; then
5973   ac_vpsub='/^[  ]*VPATH[        ]*=/{
5974 s/:*\$(srcdir):*/:/
5975 s/:*\${srcdir}:*/:/
5976 s/:*@srcdir@:*/:/
5977 s/^\([^=]*=[     ]*\):*/\1/
5978 s/:*$//
5979 s/^[^=]*=[       ]*$//
5980 }'
5981 fi
5982
5983 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5984 fi # test -n "$CONFIG_FILES"
5985
5986 # Set up the scripts for CONFIG_HEADERS section.
5987 # No need to generate them if there are no CONFIG_HEADERS.
5988 # This happens for instance with `./config.status Makefile'.
5989 if test -n "$CONFIG_HEADERS"; then
5990 cat >"$tmp/defines.awk" <<\_ACAWK ||
5991 BEGIN {
5992 _ACEOF
5993
5994 # Transform confdefs.h into an awk script `defines.awk', embedded as
5995 # here-document in config.status, that substitutes the proper values into
5996 # config.h.in to produce config.h.
5997
5998 # Create a delimiter string that does not exist in confdefs.h, to ease
5999 # handling of long lines.
6000 ac_delim='%!_!# '
6001 for ac_last_try in false false :; do
6002   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6003   if test -z "$ac_t"; then
6004     break
6005   elif $ac_last_try; then
6006     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
6007 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
6008    { (exit 1); exit 1; }; }
6009   else
6010     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6011   fi
6012 done
6013
6014 # For the awk script, D is an array of macro values keyed by name,
6015 # likewise P contains macro parameters if any.  Preserve backslash
6016 # newline sequences.
6017
6018 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6019 sed -n '
6020 s/.\{148\}/&'"$ac_delim"'/g
6021 t rset
6022 :rset
6023 s/^[     ]*#[    ]*define[       ][      ]*/ /
6024 t def
6025 d
6026 :def
6027 s/\\$//
6028 t bsnl
6029 s/["\\]/\\&/g
6030 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
6031 D["\1"]=" \3"/p
6032 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
6033 d
6034 :bsnl
6035 s/["\\]/\\&/g
6036 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
6037 D["\1"]=" \3\\\\\\n"\\/p
6038 t cont
6039 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
6040 t cont
6041 d
6042 :cont
6043 n
6044 s/.\{148\}/&'"$ac_delim"'/g
6045 t clear
6046 :clear
6047 s/\\$//
6048 t bsnlc
6049 s/["\\]/\\&/g; s/^/"/; s/$/"/p
6050 d
6051 :bsnlc
6052 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
6053 b cont
6054 ' <confdefs.h | sed '
6055 s/'"$ac_delim"'/"\\\
6056 "/g' >>$CONFIG_STATUS || ac_write_fail=1
6057
6058 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6059   for (key in D) D_is_set[key] = 1
6060   FS = "\a"
6061 }
6062 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6063   line = \$ 0
6064   split(line, arg, " ")
6065   if (arg[1] == "#") {
6066     defundef = arg[2]
6067     mac1 = arg[3]
6068   } else {
6069     defundef = substr(arg[1], 2)
6070     mac1 = arg[2]
6071   }
6072   split(mac1, mac2, "(") #)
6073   macro = mac2[1]
6074   prefix = substr(line, 1, index(line, defundef) - 1)
6075   if (D_is_set[macro]) {
6076     # Preserve the white space surrounding the "#".
6077     print prefix "define", macro P[macro] D[macro]
6078     next
6079   } else {
6080     # Replace #undef with comments.  This is necessary, for example,
6081     # in the case of _POSIX_SOURCE, which is predefined and required
6082     # on some systems where configure will not decide to define it.
6083     if (defundef == "undef") {
6084       print "/*", prefix defundef, macro, "*/"
6085       next
6086     }
6087   }
6088 }
6089 { print }
6090 _ACAWK
6091 _ACEOF
6092 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6093   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
6094 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
6095    { (exit 1); exit 1; }; }
6096 fi # test -n "$CONFIG_HEADERS"
6097
6098
6099 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
6100 shift
6101 for ac_tag
6102 do
6103   case $ac_tag in
6104   :[FHLC]) ac_mode=$ac_tag; continue;;
6105   esac
6106   case $ac_mode$ac_tag in
6107   :[FHL]*:*);;
6108   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
6109 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
6110    { (exit 1); exit 1; }; };;
6111   :[FH]-) ac_tag=-:-;;
6112   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6113   esac
6114   ac_save_IFS=$IFS
6115   IFS=:
6116   set x $ac_tag
6117   IFS=$ac_save_IFS
6118   shift
6119   ac_file=$1
6120   shift
6121
6122   case $ac_mode in
6123   :L) ac_source=$1;;
6124   :[FH])
6125     ac_file_inputs=
6126     for ac_f
6127     do
6128       case $ac_f in
6129       -) ac_f="$tmp/stdin";;
6130       *) # Look for the file first in the build tree, then in the source tree
6131          # (if the path is not absolute).  The absolute path cannot be DOS-style,
6132          # because $ac_f cannot contain `:'.
6133          test -f "$ac_f" ||
6134            case $ac_f in
6135            [\\/$]*) false;;
6136            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6137            esac ||
6138            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
6139 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
6140    { (exit 1); exit 1; }; };;
6141       esac
6142       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6143       ac_file_inputs="$ac_file_inputs '$ac_f'"
6144     done
6145
6146     # Let's still pretend it is `configure' which instantiates (i.e., don't
6147     # use $as_me), people would be surprised to read:
6148     #    /* config.h.  Generated by config.status.  */
6149     configure_input='Generated from '`
6150           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6151         `' by configure.'
6152     if test x"$ac_file" != x-; then
6153       configure_input="$ac_file.  $configure_input"
6154       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
6155 $as_echo "$as_me: creating $ac_file" >&6;}
6156     fi
6157     # Neutralize special characters interpreted by sed in replacement strings.
6158     case $configure_input in #(
6159     *\&* | *\|* | *\\* )
6160        ac_sed_conf_input=`$as_echo "$configure_input" |
6161        sed 's/[\\\\&|]/\\\\&/g'`;; #(
6162     *) ac_sed_conf_input=$configure_input;;
6163     esac
6164
6165     case $ac_tag in
6166     *:-:* | *:-) cat >"$tmp/stdin" \
6167       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6168 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6169    { (exit 1); exit 1; }; } ;;
6170     esac
6171     ;;
6172   esac
6173
6174   ac_dir=`$as_dirname -- "$ac_file" ||
6175 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6176          X"$ac_file" : 'X\(//\)[^/]' \| \
6177          X"$ac_file" : 'X\(//\)$' \| \
6178          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6179 $as_echo X"$ac_file" |
6180     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6181             s//\1/
6182             q
6183           }
6184           /^X\(\/\/\)[^/].*/{
6185             s//\1/
6186             q
6187           }
6188           /^X\(\/\/\)$/{
6189             s//\1/
6190             q
6191           }
6192           /^X\(\/\).*/{
6193             s//\1/
6194             q
6195           }
6196           s/.*/./; q'`
6197   { as_dir="$ac_dir"
6198   case $as_dir in #(
6199   -*) as_dir=./$as_dir;;
6200   esac
6201   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
6202     as_dirs=
6203     while :; do
6204       case $as_dir in #(
6205       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6206       *) as_qdir=$as_dir;;
6207       esac
6208       as_dirs="'$as_qdir' $as_dirs"
6209       as_dir=`$as_dirname -- "$as_dir" ||
6210 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6211          X"$as_dir" : 'X\(//\)[^/]' \| \
6212          X"$as_dir" : 'X\(//\)$' \| \
6213          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6214 $as_echo X"$as_dir" |
6215     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6216             s//\1/
6217             q
6218           }
6219           /^X\(\/\/\)[^/].*/{
6220             s//\1/
6221             q
6222           }
6223           /^X\(\/\/\)$/{
6224             s//\1/
6225             q
6226           }
6227           /^X\(\/\).*/{
6228             s//\1/
6229             q
6230           }
6231           s/.*/./; q'`
6232       test -d "$as_dir" && break
6233     done
6234     test -z "$as_dirs" || eval "mkdir $as_dirs"
6235   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
6236 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
6237    { (exit 1); exit 1; }; }; }
6238   ac_builddir=.
6239
6240 case "$ac_dir" in
6241 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
6242 *)
6243   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
6244   # A ".." for each directory in $ac_dir_suffix.
6245   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
6246   case $ac_top_builddir_sub in
6247   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
6248   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
6249   esac ;;
6250 esac
6251 ac_abs_top_builddir=$ac_pwd
6252 ac_abs_builddir=$ac_pwd$ac_dir_suffix
6253 # for backward compatibility:
6254 ac_top_builddir=$ac_top_build_prefix
6255
6256 case $srcdir in
6257   .)  # We are building in place.
6258     ac_srcdir=.
6259     ac_top_srcdir=$ac_top_builddir_sub
6260     ac_abs_top_srcdir=$ac_pwd ;;
6261   [\\/]* | ?:[\\/]* )  # Absolute name.
6262     ac_srcdir=$srcdir$ac_dir_suffix;
6263     ac_top_srcdir=$srcdir
6264     ac_abs_top_srcdir=$srcdir ;;
6265   *) # Relative name.
6266     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
6267     ac_top_srcdir=$ac_top_build_prefix$srcdir
6268     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
6269 esac
6270 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
6271
6272
6273   case $ac_mode in
6274   :F)
6275   #
6276   # CONFIG_FILE
6277   #
6278
6279   case $INSTALL in
6280   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6281   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
6282   esac
6283   ac_MKDIR_P=$MKDIR_P
6284   case $MKDIR_P in
6285   [\\/$]* | ?:[\\/]* ) ;;
6286   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6287   esac
6288 _ACEOF
6289
6290 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6291 # If the template does not know about datarootdir, expand it.
6292 # FIXME: This hack should be removed a few years after 2.60.
6293 ac_datarootdir_hack=; ac_datarootdir_seen=
6294
6295 ac_sed_dataroot='
6296 /datarootdir/ {
6297   p
6298   q
6299 }
6300 /@datadir@/p
6301 /@docdir@/p
6302 /@infodir@/p
6303 /@localedir@/p
6304 /@mandir@/p
6305 '
6306 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6307 *datarootdir*) ac_datarootdir_seen=yes;;
6308 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6309   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6310 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6311 _ACEOF
6312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6313   ac_datarootdir_hack='
6314   s&@datadir@&$datadir&g
6315   s&@docdir@&$docdir&g
6316   s&@infodir@&$infodir&g
6317   s&@localedir@&$localedir&g
6318   s&@mandir@&$mandir&g
6319     s&\\\${datarootdir}&$datarootdir&g' ;;
6320 esac
6321 _ACEOF
6322
6323 # Neutralize VPATH when `$srcdir' = `.'.
6324 # Shell code in configure.ac might set extrasub.
6325 # FIXME: do we really want to maintain this feature?
6326 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6327 ac_sed_extra="$ac_vpsub
6328 $extrasub
6329 _ACEOF
6330 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6331 :t
6332 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6333 s|@configure_input@|$ac_sed_conf_input|;t t
6334 s&@top_builddir@&$ac_top_builddir_sub&;t t
6335 s&@top_build_prefix@&$ac_top_build_prefix&;t t
6336 s&@srcdir@&$ac_srcdir&;t t
6337 s&@abs_srcdir@&$ac_abs_srcdir&;t t
6338 s&@top_srcdir@&$ac_top_srcdir&;t t
6339 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
6340 s&@builddir@&$ac_builddir&;t t
6341 s&@abs_builddir@&$ac_abs_builddir&;t t
6342 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6343 s&@INSTALL@&$ac_INSTALL&;t t
6344 s&@MKDIR_P@&$ac_MKDIR_P&;t t
6345 $ac_datarootdir_hack
6346 "
6347 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6348   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6349 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6350    { (exit 1); exit 1; }; }
6351
6352 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6353   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6354   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6355   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6356 which seems to be undefined.  Please make sure it is defined." >&5
6357 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6358 which seems to be undefined.  Please make sure it is defined." >&2;}
6359
6360   rm -f "$tmp/stdin"
6361   case $ac_file in
6362   -) cat "$tmp/out" && rm -f "$tmp/out";;
6363   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6364   esac \
6365   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6366 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6367    { (exit 1); exit 1; }; }
6368  ;;
6369   :H)
6370   #
6371   # CONFIG_HEADER
6372   #
6373   if test x"$ac_file" != x-; then
6374     {
6375       $as_echo "/* $configure_input  */" \
6376       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6377     } >"$tmp/config.h" \
6378       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6379 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6380    { (exit 1); exit 1; }; }
6381     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6382       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6383 $as_echo "$as_me: $ac_file is unchanged" >&6;}
6384     else
6385       rm -f "$ac_file"
6386       mv "$tmp/config.h" "$ac_file" \
6387         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6388 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6389    { (exit 1); exit 1; }; }
6390     fi
6391   else
6392     $as_echo "/* $configure_input  */" \
6393       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6394       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
6395 $as_echo "$as_me: error: could not create -" >&2;}
6396    { (exit 1); exit 1; }; }
6397   fi
6398 # Compute "$ac_file"'s index in $config_headers.
6399 _am_arg="$ac_file"
6400 _am_stamp_count=1
6401 for _am_header in $config_headers :; do
6402   case $_am_header in
6403     $_am_arg | $_am_arg:* )
6404       break ;;
6405     * )
6406       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6407   esac
6408 done
6409 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
6410 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6411          X"$_am_arg" : 'X\(//\)[^/]' \| \
6412          X"$_am_arg" : 'X\(//\)$' \| \
6413          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
6414 $as_echo X"$_am_arg" |
6415     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6416             s//\1/
6417             q
6418           }
6419           /^X\(\/\/\)[^/].*/{
6420             s//\1/
6421             q
6422           }
6423           /^X\(\/\/\)$/{
6424             s//\1/
6425             q
6426           }
6427           /^X\(\/\).*/{
6428             s//\1/
6429             q
6430           }
6431           s/.*/./; q'`/stamp-h$_am_stamp_count
6432  ;;
6433
6434   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
6435 $as_echo "$as_me: executing $ac_file commands" >&6;}
6436  ;;
6437   esac
6438
6439
6440   case $ac_file$ac_mode in
6441     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
6442   # Autoconf 2.62 quotes --file arguments for eval, but not when files
6443   # are listed without --file.  Let's play safe and only enable the eval
6444   # if we detect the quoting.
6445   case $CONFIG_FILES in
6446   *\'*) eval set x "$CONFIG_FILES" ;;
6447   *)   set x $CONFIG_FILES ;;
6448   esac
6449   shift
6450   for mf
6451   do
6452     # Strip MF so we end up with the name of the file.
6453     mf=`echo "$mf" | sed -e 's/:.*$//'`
6454     # Check whether this is an Automake generated Makefile or not.
6455     # We used to match only the files named `Makefile.in', but
6456     # some people rename them; so instead we look at the file content.
6457     # Grep'ing the first line is not enough: some people post-process
6458     # each Makefile.in and add a new line on top of each file to say so.
6459     # Grep'ing the whole file is not good either: AIX grep has a line
6460     # limit of 2048, but all sed's we know have understand at least 4000.
6461     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6462       dirpart=`$as_dirname -- "$mf" ||
6463 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6464          X"$mf" : 'X\(//\)[^/]' \| \
6465          X"$mf" : 'X\(//\)$' \| \
6466          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
6467 $as_echo X"$mf" |
6468     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6469             s//\1/
6470             q
6471           }
6472           /^X\(\/\/\)[^/].*/{
6473             s//\1/
6474             q
6475           }
6476           /^X\(\/\/\)$/{
6477             s//\1/
6478             q
6479           }
6480           /^X\(\/\).*/{
6481             s//\1/
6482             q
6483           }
6484           s/.*/./; q'`
6485     else
6486       continue
6487     fi
6488     # Extract the definition of DEPDIR, am__include, and am__quote
6489     # from the Makefile without running `make'.
6490     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6491     test -z "$DEPDIR" && continue
6492     am__include=`sed -n 's/^am__include = //p' < "$mf"`
6493     test -z "am__include" && continue
6494     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6495     # When using ansi2knr, U may be empty or an underscore; expand it
6496     U=`sed -n 's/^U = //p' < "$mf"`
6497     # Find all dependency output files, they are included files with
6498     # $(DEPDIR) in their names.  We invoke sed twice because it is the
6499     # simplest approach to changing $(DEPDIR) to its actual value in the
6500     # expansion.
6501     for file in `sed -n "
6502       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6503          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6504       # Make sure the directory exists.
6505       test -f "$dirpart/$file" && continue
6506       fdir=`$as_dirname -- "$file" ||
6507 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6508          X"$file" : 'X\(//\)[^/]' \| \
6509          X"$file" : 'X\(//\)$' \| \
6510          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
6511 $as_echo X"$file" |
6512     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6513             s//\1/
6514             q
6515           }
6516           /^X\(\/\/\)[^/].*/{
6517             s//\1/
6518             q
6519           }
6520           /^X\(\/\/\)$/{
6521             s//\1/
6522             q
6523           }
6524           /^X\(\/\).*/{
6525             s//\1/
6526             q
6527           }
6528           s/.*/./; q'`
6529       { as_dir=$dirpart/$fdir
6530   case $as_dir in #(
6531   -*) as_dir=./$as_dir;;
6532   esac
6533   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
6534     as_dirs=
6535     while :; do
6536       case $as_dir in #(
6537       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6538       *) as_qdir=$as_dir;;
6539       esac
6540       as_dirs="'$as_qdir' $as_dirs"
6541       as_dir=`$as_dirname -- "$as_dir" ||
6542 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6543          X"$as_dir" : 'X\(//\)[^/]' \| \
6544          X"$as_dir" : 'X\(//\)$' \| \
6545          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6546 $as_echo X"$as_dir" |
6547     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6548             s//\1/
6549             q
6550           }
6551           /^X\(\/\/\)[^/].*/{
6552             s//\1/
6553             q
6554           }
6555           /^X\(\/\/\)$/{
6556             s//\1/
6557             q
6558           }
6559           /^X\(\/\).*/{
6560             s//\1/
6561             q
6562           }
6563           s/.*/./; q'`
6564       test -d "$as_dir" && break
6565     done
6566     test -z "$as_dirs" || eval "mkdir $as_dirs"
6567   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
6568 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
6569    { (exit 1); exit 1; }; }; }
6570       # echo "creating $dirpart/$file"
6571       echo '# dummy' > "$dirpart/$file"
6572     done
6573   done
6574 }
6575  ;;
6576
6577   esac
6578 done # for ac_tag
6579
6580
6581 { (exit 0); exit 0; }
6582 _ACEOF
6583 chmod +x $CONFIG_STATUS
6584 ac_clean_files=$ac_clean_files_save
6585
6586 test $ac_write_fail = 0 ||
6587   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
6588 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
6589    { (exit 1); exit 1; }; }
6590
6591
6592 # configure is writing to config.log, and then calls config.status.
6593 # config.status does its own redirection, appending to config.log.
6594 # Unfortunately, on DOS this fails, as config.log is still kept open
6595 # by configure, so config.status won't be able to write to it; its
6596 # output is simply discarded.  So we exec the FD to /dev/null,
6597 # effectively closing config.log, so it can be properly (re)opened and
6598 # appended to by config.status.  When coming back to configure, we
6599 # need to make the FD available again.
6600 if test "$no_create" != yes; then
6601   ac_cs_success=:
6602   ac_config_status_args=
6603   test "$silent" = yes &&
6604     ac_config_status_args="$ac_config_status_args --quiet"
6605   exec 5>/dev/null
6606   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6607   exec 5>>config.log
6608   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6609   # would make configure fail if this is the last instruction.
6610   $ac_cs_success || { (exit 1); exit 1; }
6611 fi
6612 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6613   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6614 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6615 fi
6616