chiark / gitweb /
split program compiles
[inn-innduct.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization.  ##
11 ## --------------------- ##
12
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16   emulate sh
17   NULLCMD=:
18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19   # is contrary to our usage.  Disable this feature.
20   alias -g '${1+"$@"}'='"$@"'
21   setopt NO_GLOB_SUBST
22 else
23   case `(set -o) 2>/dev/null` in
24   *posix*) set -o posix ;;
25 esac
26
27 fi
28
29
30
31
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42   echo "#! /bin/sh" >conf$$.sh
43   echo  "exit 0"   >>conf$$.sh
44   chmod +x conf$$.sh
45   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46     PATH_SEPARATOR=';'
47   else
48     PATH_SEPARATOR=:
49   fi
50   rm -f conf$$.sh
51 fi
52
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55   as_unset=unset
56 else
57   as_unset=false
58 fi
59
60
61 # IFS
62 # We need space, tab and new line, in precisely that order.  Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
66 as_nl='
67 '
68 IFS=" ""        $as_nl"
69
70 # Find who we are.  Look in the path if we contain no directory separator.
71 case $0 in
72   *[\\/]* ) as_myself=$0 ;;
73   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74 for as_dir in $PATH
75 do
76   IFS=$as_save_IFS
77   test -z "$as_dir" && as_dir=.
78   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79 done
80 IFS=$as_save_IFS
81
82      ;;
83 esac
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then
87   as_myself=$0
88 fi
89 if test ! -f "$as_myself"; then
90   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91   { (exit 1); exit 1; }
92 fi
93
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 PS1='$ '
99 PS2='> '
100 PS4='+ '
101
102 # NLS nuisances.
103 for as_var in \
104   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106   LC_TELEPHONE LC_TIME
107 do
108   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109     eval $as_var=C; export $as_var
110   else
111     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112   fi
113 done
114
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117    test "X`expr 00001 : '.*\(...\)'`" = X001; then
118   as_expr=expr
119 else
120   as_expr=false
121 fi
122
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124   as_basename=basename
125 else
126   as_basename=false
127 fi
128
129
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133          X"$0" : 'X\(//\)$' \| \
134          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136     sed '/^.*\/\([^/][^/]*\)\/*$/{
137             s//\1/
138             q
139           }
140           /^X\/\(\/\/\)$/{
141             s//\1/
142             q
143           }
144           /^X\/\(\/\).*/{
145             s//\1/
146             q
147           }
148           s/.*/./; q'`
149
150 # CDPATH.
151 $as_unset CDPATH
152
153
154 if test "x$CONFIG_SHELL" = x; then
155   if (eval ":") 2>/dev/null; then
156   as_have_required=yes
157 else
158   as_have_required=no
159 fi
160
161   if test $as_have_required = yes &&     (eval ":
162 (as_func_return () {
163   (exit \$1)
164 }
165 as_func_success () {
166   as_func_return 0
167 }
168 as_func_failure () {
169   as_func_return 1
170 }
171 as_func_ret_success () {
172   return 0
173 }
174 as_func_ret_failure () {
175   return 1
176 }
177
178 exitcode=0
179 if as_func_success; then
180   :
181 else
182   exitcode=1
183   echo as_func_success failed.
184 fi
185
186 if as_func_failure; then
187   exitcode=1
188   echo as_func_failure succeeded.
189 fi
190
191 if as_func_ret_success; then
192   :
193 else
194   exitcode=1
195   echo as_func_ret_success failed.
196 fi
197
198 if as_func_ret_failure; then
199   exitcode=1
200   echo as_func_ret_failure succeeded.
201 fi
202
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204   :
205 else
206   exitcode=1
207   echo positional parameters were not saved.
208 fi
209
210 test \$exitcode = 0) || { (exit 1); exit 1; }
211
212 (
213   as_lineno_1=\$LINENO
214   as_lineno_2=\$LINENO
215   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev/null; then
218   :
219 else
220   as_candidate_shells=
221     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223 do
224   IFS=$as_save_IFS
225   test -z "$as_dir" && as_dir=.
226   case $as_dir in
227          /*)
228            for as_base in sh bash ksh sh5; do
229              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230            done;;
231        esac
232 done
233 IFS=$as_save_IFS
234
235
236       for as_shell in $as_candidate_shells $SHELL; do
237          # Try only shells that exist, to save several forks.
238          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239                 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241   emulate sh
242   NULLCMD=:
243   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244   # is contrary to our usage.  Disable this feature.
245   alias -g '${1+"$@"}'='"$@"'
246   setopt NO_GLOB_SUBST
247 else
248   case `(set -o) 2>/dev/null` in
249   *posix*) set -o posix ;;
250 esac
251
252 fi
253
254
255 :
256 _ASEOF
257 }; then
258   CONFIG_SHELL=$as_shell
259                as_have_required=yes
260                if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 (as_func_return () {
278   (exit $1)
279 }
280 as_func_success () {
281   as_func_return 0
282 }
283 as_func_failure () {
284   as_func_return 1
285 }
286 as_func_ret_success () {
287   return 0
288 }
289 as_func_ret_failure () {
290   return 1
291 }
292
293 exitcode=0
294 if as_func_success; then
295   :
296 else
297   exitcode=1
298   echo as_func_success failed.
299 fi
300
301 if as_func_failure; then
302   exitcode=1
303   echo as_func_failure succeeded.
304 fi
305
306 if as_func_ret_success; then
307   :
308 else
309   exitcode=1
310   echo as_func_ret_success failed.
311 fi
312
313 if as_func_ret_failure; then
314   exitcode=1
315   echo as_func_ret_failure succeeded.
316 fi
317
318 if ( set x; as_func_ret_success y && test x = "$1" ); then
319   :
320 else
321   exitcode=1
322   echo positional parameters were not saved.
323 fi
324
325 test $exitcode = 0) || { (exit 1); exit 1; }
326
327 (
328   as_lineno_1=$LINENO
329   as_lineno_2=$LINENO
330   test "x$as_lineno_1" != "x$as_lineno_2" &&
331   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332
333 _ASEOF
334 }; then
335   break
336 fi
337
338 fi
339
340       done
341
342       if test "x$CONFIG_SHELL" != x; then
343   for as_var in BASH_ENV ENV
344         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345         done
346         export CONFIG_SHELL
347         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348 fi
349
350
351     if test $as_have_required = no; then
352   echo This script requires a shell more modern than all the
353       echo shells that I found on your system.  Please install a
354       echo modern shell, or manually run the script under such a
355       echo shell if you do have one.
356       { (exit 1); exit 1; }
357 fi
358
359
360 fi
361
362 fi
363
364
365
366 (eval "as_func_return () {
367   (exit \$1)
368 }
369 as_func_success () {
370   as_func_return 0
371 }
372 as_func_failure () {
373   as_func_return 1
374 }
375 as_func_ret_success () {
376   return 0
377 }
378 as_func_ret_failure () {
379   return 1
380 }
381
382 exitcode=0
383 if as_func_success; then
384   :
385 else
386   exitcode=1
387   echo as_func_success failed.
388 fi
389
390 if as_func_failure; then
391   exitcode=1
392   echo as_func_failure succeeded.
393 fi
394
395 if as_func_ret_success; then
396   :
397 else
398   exitcode=1
399   echo as_func_ret_success failed.
400 fi
401
402 if as_func_ret_failure; then
403   exitcode=1
404   echo as_func_ret_failure succeeded.
405 fi
406
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408   :
409 else
410   exitcode=1
411   echo positional parameters were not saved.
412 fi
413
414 test \$exitcode = 0") || {
415   echo No shell found that supports shell functions.
416   echo Please tell autoconf@gnu.org about your system,
417   echo including any error possibly output before this
418   echo message
419 }
420
421
422
423   as_lineno_1=$LINENO
424   as_lineno_2=$LINENO
425   test "x$as_lineno_1" != "x$as_lineno_2" &&
426   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427
428   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429   # uniformly replaced by the line number.  The first 'sed' inserts a
430   # line-number line after each line using $LINENO; the second 'sed'
431   # does the real work.  The second script uses 'N' to pair each
432   # line-number line with the line containing $LINENO, and appends
433   # trailing '-' during substitution so that $LINENO is not a special
434   # case at line end.
435   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436   # scripts with optimization help from Paolo Bonzini.  Blame Lee
437   # E. McMahon (1931-1989) for sed's syntax.  :-)
438   sed -n '
439     p
440     /[$]LINENO/=
441   ' <$as_myself |
442     sed '
443       s/[$]LINENO.*/&-/
444       t lineno
445       b
446       :lineno
447       N
448       :loop
449       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450       t loop
451       s/-\n.*//
452     ' >$as_me.lineno &&
453   chmod +x "$as_me.lineno" ||
454     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455    { (exit 1); exit 1; }; }
456
457   # Don't try to exec as it changes $[0], causing all sort of problems
458   # (the dirname of $[0] is not the place where we might find the
459   # original and so on.  Autoconf is especially sensitive to this).
460   . "./$as_me.lineno"
461   # Exit status is that of the last command.
462   exit
463 }
464
465
466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467   as_dirname=dirname
468 else
469   as_dirname=false
470 fi
471
472 ECHO_C= ECHO_N= ECHO_T=
473 case `echo -n x` in
474 -n*)
475   case `echo 'x\c'` in
476   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
477   *)   ECHO_C='\c';;
478   esac;;
479 *)
480   ECHO_N='-n';;
481 esac
482
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484    test "X`expr 00001 : '.*\(...\)'`" = X001; then
485   as_expr=expr
486 else
487   as_expr=false
488 fi
489
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492   rm -f conf$$.dir/conf$$.file
493 else
494   rm -f conf$$.dir
495   mkdir conf$$.dir
496 fi
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499   as_ln_s='ln -s'
500   # ... but there are two gotchas:
501   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503   # In both cases, we have to default to `cp -p'.
504   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505     as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507   as_ln_s=ln
508 else
509   as_ln_s='cp -p'
510 fi
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
513
514 if mkdir -p . 2>/dev/null; then
515   as_mkdir_p=:
516 else
517   test -d ./-p && rmdir ./-p
518   as_mkdir_p=false
519 fi
520
521 if test -x / >/dev/null 2>&1; then
522   as_test_x='test -x'
523 else
524   if ls -dL / >/dev/null 2>&1; then
525     as_ls_L_option=L
526   else
527     as_ls_L_option=
528   fi
529   as_test_x='
530     eval sh -c '\''
531       if test -d "$1"; then
532         test -d "$1/.";
533       else
534         case $1 in
535         -*)set "./$1";;
536         esac;
537         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538         ???[sx]*):;;*)false;;esac;fi
539     '\'' sh
540   '
541 fi
542 as_executable_p=$as_test_x
543
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
550
551
552 exec 7<&0 </dev/null 6>&1
553
554 # Name of the host.
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558
559 #
560 # Initializations.
561 #
562 ac_default_prefix=/usr/local
563 ac_clean_files=
564 ac_config_libobj_dir=.
565 LIBOBJS=
566 cross_compiling=no
567 subdirs=
568 MFLAGS=
569 MAKEFLAGS=
570 SHELL=${CONFIG_SHELL-/bin/sh}
571
572 # Identity of this package.
573 PACKAGE_NAME=
574 PACKAGE_TARNAME=
575 PACKAGE_VERSION=
576 PACKAGE_STRING=
577 PACKAGE_BUGREPORT=
578
579 ac_unique_file="innduct.c"
580 ac_subst_vars='SHELL
581 PATH_SEPARATOR
582 PACKAGE_NAME
583 PACKAGE_TARNAME
584 PACKAGE_VERSION
585 PACKAGE_STRING
586 PACKAGE_BUGREPORT
587 exec_prefix
588 prefix
589 program_transform_name
590 bindir
591 sbindir
592 libexecdir
593 datarootdir
594 datadir
595 sysconfdir
596 sharedstatedir
597 localstatedir
598 includedir
599 oldincludedir
600 docdir
601 infodir
602 htmldir
603 dvidir
604 pdfdir
605 psdir
606 libdir
607 localedir
608 mandir
609 DEFS
610 ECHO_C
611 ECHO_N
612 ECHO_T
613 LIBS
614 build_alias
615 host_alias
616 target_alias
617 INSTALL_PROGRAM
618 INSTALL_SCRIPT
619 INSTALL_DATA
620 PACKAGE
621 VERSION
622 ACLOCAL
623 AUTOCONF
624 AUTOMAKE
625 AUTOHEADER
626 MAKEINFO
627 SET_MAKE
628 CC
629 CFLAGS
630 LDFLAGS
631 CPPFLAGS
632 ac_ct_CC
633 EXEEXT
634 OBJEXT
635 LIBOBJS
636 LTLIBOBJS'
637 ac_subst_files=''
638       ac_precious_vars='build_alias
639 host_alias
640 target_alias
641 CC
642 CFLAGS
643 LDFLAGS
644 LIBS
645 CPPFLAGS'
646
647
648 # Initialize some variables set by options.
649 ac_init_help=
650 ac_init_version=false
651 # The variables have the same names as the options, with
652 # dashes changed to underlines.
653 cache_file=/dev/null
654 exec_prefix=NONE
655 no_create=
656 no_recursion=
657 prefix=NONE
658 program_prefix=NONE
659 program_suffix=NONE
660 program_transform_name=s,x,x,
661 silent=
662 site=
663 srcdir=
664 verbose=
665 x_includes=NONE
666 x_libraries=NONE
667
668 # Installation directory options.
669 # These are left unexpanded so users can "make install exec_prefix=/foo"
670 # and all the variables that are supposed to be based on exec_prefix
671 # by default will actually change.
672 # Use braces instead of parens because sh, perl, etc. also accept them.
673 # (The list follows the same order as the GNU Coding Standards.)
674 bindir='${exec_prefix}/bin'
675 sbindir='${exec_prefix}/sbin'
676 libexecdir='${exec_prefix}/libexec'
677 datarootdir='${prefix}/share'
678 datadir='${datarootdir}'
679 sysconfdir='${prefix}/etc'
680 sharedstatedir='${prefix}/com'
681 localstatedir='${prefix}/var'
682 includedir='${prefix}/include'
683 oldincludedir='/usr/include'
684 docdir='${datarootdir}/doc/${PACKAGE}'
685 infodir='${datarootdir}/info'
686 htmldir='${docdir}'
687 dvidir='${docdir}'
688 pdfdir='${docdir}'
689 psdir='${docdir}'
690 libdir='${exec_prefix}/lib'
691 localedir='${datarootdir}/locale'
692 mandir='${datarootdir}/man'
693
694 ac_prev=
695 ac_dashdash=
696 for ac_option
697 do
698   # If the previous option needs an argument, assign it.
699   if test -n "$ac_prev"; then
700     eval $ac_prev=\$ac_option
701     ac_prev=
702     continue
703   fi
704
705   case $ac_option in
706   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
707   *)    ac_optarg=yes ;;
708   esac
709
710   # Accept the important Cygnus configure options, so we can diagnose typos.
711
712   case $ac_dashdash$ac_option in
713   --)
714     ac_dashdash=yes ;;
715
716   -bindir | --bindir | --bindi | --bind | --bin | --bi)
717     ac_prev=bindir ;;
718   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
719     bindir=$ac_optarg ;;
720
721   -build | --build | --buil | --bui | --bu)
722     ac_prev=build_alias ;;
723   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
724     build_alias=$ac_optarg ;;
725
726   -cache-file | --cache-file | --cache-fil | --cache-fi \
727   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
728     ac_prev=cache_file ;;
729   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
730   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
731     cache_file=$ac_optarg ;;
732
733   --config-cache | -C)
734     cache_file=config.cache ;;
735
736   -datadir | --datadir | --datadi | --datad)
737     ac_prev=datadir ;;
738   -datadir=* | --datadir=* | --datadi=* | --datad=*)
739     datadir=$ac_optarg ;;
740
741   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
742   | --dataroo | --dataro | --datar)
743     ac_prev=datarootdir ;;
744   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
745   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
746     datarootdir=$ac_optarg ;;
747
748   -disable-* | --disable-*)
749     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
750     # Reject names that are not valid shell variable names.
751     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
752       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
753    { (exit 1); exit 1; }; }
754     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
755     eval enable_$ac_feature=no ;;
756
757   -docdir | --docdir | --docdi | --doc | --do)
758     ac_prev=docdir ;;
759   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
760     docdir=$ac_optarg ;;
761
762   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
763     ac_prev=dvidir ;;
764   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
765     dvidir=$ac_optarg ;;
766
767   -enable-* | --enable-*)
768     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
769     # Reject names that are not valid shell variable names.
770     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
771       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
772    { (exit 1); exit 1; }; }
773     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
774     eval enable_$ac_feature=\$ac_optarg ;;
775
776   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
777   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
778   | --exec | --exe | --ex)
779     ac_prev=exec_prefix ;;
780   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
781   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
782   | --exec=* | --exe=* | --ex=*)
783     exec_prefix=$ac_optarg ;;
784
785   -gas | --gas | --ga | --g)
786     # Obsolete; use --with-gas.
787     with_gas=yes ;;
788
789   -help | --help | --hel | --he | -h)
790     ac_init_help=long ;;
791   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
792     ac_init_help=recursive ;;
793   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
794     ac_init_help=short ;;
795
796   -host | --host | --hos | --ho)
797     ac_prev=host_alias ;;
798   -host=* | --host=* | --hos=* | --ho=*)
799     host_alias=$ac_optarg ;;
800
801   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
802     ac_prev=htmldir ;;
803   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
804   | --ht=*)
805     htmldir=$ac_optarg ;;
806
807   -includedir | --includedir | --includedi | --included | --include \
808   | --includ | --inclu | --incl | --inc)
809     ac_prev=includedir ;;
810   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
811   | --includ=* | --inclu=* | --incl=* | --inc=*)
812     includedir=$ac_optarg ;;
813
814   -infodir | --infodir | --infodi | --infod | --info | --inf)
815     ac_prev=infodir ;;
816   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
817     infodir=$ac_optarg ;;
818
819   -libdir | --libdir | --libdi | --libd)
820     ac_prev=libdir ;;
821   -libdir=* | --libdir=* | --libdi=* | --libd=*)
822     libdir=$ac_optarg ;;
823
824   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
825   | --libexe | --libex | --libe)
826     ac_prev=libexecdir ;;
827   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
828   | --libexe=* | --libex=* | --libe=*)
829     libexecdir=$ac_optarg ;;
830
831   -localedir | --localedir | --localedi | --localed | --locale)
832     ac_prev=localedir ;;
833   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
834     localedir=$ac_optarg ;;
835
836   -localstatedir | --localstatedir | --localstatedi | --localstated \
837   | --localstate | --localstat | --localsta | --localst | --locals)
838     ac_prev=localstatedir ;;
839   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
840   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
841     localstatedir=$ac_optarg ;;
842
843   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
844     ac_prev=mandir ;;
845   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
846     mandir=$ac_optarg ;;
847
848   -nfp | --nfp | --nf)
849     # Obsolete; use --without-fp.
850     with_fp=no ;;
851
852   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
853   | --no-cr | --no-c | -n)
854     no_create=yes ;;
855
856   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
857   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
858     no_recursion=yes ;;
859
860   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
861   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
862   | --oldin | --oldi | --old | --ol | --o)
863     ac_prev=oldincludedir ;;
864   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
865   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
866   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
867     oldincludedir=$ac_optarg ;;
868
869   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
870     ac_prev=prefix ;;
871   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
872     prefix=$ac_optarg ;;
873
874   -program-prefix | --program-prefix | --program-prefi | --program-pref \
875   | --program-pre | --program-pr | --program-p)
876     ac_prev=program_prefix ;;
877   -program-prefix=* | --program-prefix=* | --program-prefi=* \
878   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
879     program_prefix=$ac_optarg ;;
880
881   -program-suffix | --program-suffix | --program-suffi | --program-suff \
882   | --program-suf | --program-su | --program-s)
883     ac_prev=program_suffix ;;
884   -program-suffix=* | --program-suffix=* | --program-suffi=* \
885   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
886     program_suffix=$ac_optarg ;;
887
888   -program-transform-name | --program-transform-name \
889   | --program-transform-nam | --program-transform-na \
890   | --program-transform-n | --program-transform- \
891   | --program-transform | --program-transfor \
892   | --program-transfo | --program-transf \
893   | --program-trans | --program-tran \
894   | --progr-tra | --program-tr | --program-t)
895     ac_prev=program_transform_name ;;
896   -program-transform-name=* | --program-transform-name=* \
897   | --program-transform-nam=* | --program-transform-na=* \
898   | --program-transform-n=* | --program-transform-=* \
899   | --program-transform=* | --program-transfor=* \
900   | --program-transfo=* | --program-transf=* \
901   | --program-trans=* | --program-tran=* \
902   | --progr-tra=* | --program-tr=* | --program-t=*)
903     program_transform_name=$ac_optarg ;;
904
905   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
906     ac_prev=pdfdir ;;
907   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
908     pdfdir=$ac_optarg ;;
909
910   -psdir | --psdir | --psdi | --psd | --ps)
911     ac_prev=psdir ;;
912   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
913     psdir=$ac_optarg ;;
914
915   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
916   | -silent | --silent | --silen | --sile | --sil)
917     silent=yes ;;
918
919   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
920     ac_prev=sbindir ;;
921   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
922   | --sbi=* | --sb=*)
923     sbindir=$ac_optarg ;;
924
925   -sharedstatedir | --sharedstatedir | --sharedstatedi \
926   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
927   | --sharedst | --shareds | --shared | --share | --shar \
928   | --sha | --sh)
929     ac_prev=sharedstatedir ;;
930   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
931   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
932   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
933   | --sha=* | --sh=*)
934     sharedstatedir=$ac_optarg ;;
935
936   -site | --site | --sit)
937     ac_prev=site ;;
938   -site=* | --site=* | --sit=*)
939     site=$ac_optarg ;;
940
941   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
942     ac_prev=srcdir ;;
943   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
944     srcdir=$ac_optarg ;;
945
946   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
947   | --syscon | --sysco | --sysc | --sys | --sy)
948     ac_prev=sysconfdir ;;
949   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
950   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
951     sysconfdir=$ac_optarg ;;
952
953   -target | --target | --targe | --targ | --tar | --ta | --t)
954     ac_prev=target_alias ;;
955   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
956     target_alias=$ac_optarg ;;
957
958   -v | -verbose | --verbose | --verbos | --verbo | --verb)
959     verbose=yes ;;
960
961   -version | --version | --versio | --versi | --vers | -V)
962     ac_init_version=: ;;
963
964   -with-* | --with-*)
965     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
966     # Reject names that are not valid shell variable names.
967     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
968       { echo "$as_me: error: invalid package name: $ac_package" >&2
969    { (exit 1); exit 1; }; }
970     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
971     eval with_$ac_package=\$ac_optarg ;;
972
973   -without-* | --without-*)
974     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
975     # Reject names that are not valid shell variable names.
976     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
977       { echo "$as_me: error: invalid package name: $ac_package" >&2
978    { (exit 1); exit 1; }; }
979     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
980     eval with_$ac_package=no ;;
981
982   --x)
983     # Obsolete; use --with-x.
984     with_x=yes ;;
985
986   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
987   | --x-incl | --x-inc | --x-in | --x-i)
988     ac_prev=x_includes ;;
989   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
990   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
991     x_includes=$ac_optarg ;;
992
993   -x-libraries | --x-libraries | --x-librarie | --x-librari \
994   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
995     ac_prev=x_libraries ;;
996   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
997   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
998     x_libraries=$ac_optarg ;;
999
1000   -*) { echo "$as_me: error: unrecognized option: $ac_option
1001 Try \`$0 --help' for more information." >&2
1002    { (exit 1); exit 1; }; }
1003     ;;
1004
1005   *=*)
1006     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1007     # Reject names that are not valid shell variable names.
1008     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1009       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1010    { (exit 1); exit 1; }; }
1011     eval $ac_envvar=\$ac_optarg
1012     export $ac_envvar ;;
1013
1014   *)
1015     # FIXME: should be removed in autoconf 3.0.
1016     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1017     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1018       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1019     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1020     ;;
1021
1022   esac
1023 done
1024
1025 if test -n "$ac_prev"; then
1026   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1027   { echo "$as_me: error: missing argument to $ac_option" >&2
1028    { (exit 1); exit 1; }; }
1029 fi
1030
1031 # Be sure to have absolute directory names.
1032 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1033                 datadir sysconfdir sharedstatedir localstatedir includedir \
1034                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1035                 libdir localedir mandir
1036 do
1037   eval ac_val=\$$ac_var
1038   case $ac_val in
1039     [\\/$]* | ?:[\\/]* )  continue;;
1040     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1041   esac
1042   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1043    { (exit 1); exit 1; }; }
1044 done
1045
1046 # There might be people who depend on the old broken behavior: `$host'
1047 # used to hold the argument of --host etc.
1048 # FIXME: To remove some day.
1049 build=$build_alias
1050 host=$host_alias
1051 target=$target_alias
1052
1053 # FIXME: To remove some day.
1054 if test "x$host_alias" != x; then
1055   if test "x$build_alias" = x; then
1056     cross_compiling=maybe
1057     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1058     If a cross compiler is detected then cross compile mode will be used." >&2
1059   elif test "x$build_alias" != "x$host_alias"; then
1060     cross_compiling=yes
1061   fi
1062 fi
1063
1064 ac_tool_prefix=
1065 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1066
1067 test "$silent" = yes && exec 6>/dev/null
1068
1069
1070 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1071 ac_ls_di=`ls -di .` &&
1072 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1073   { echo "$as_me: error: Working directory cannot be determined" >&2
1074    { (exit 1); exit 1; }; }
1075 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1076   { echo "$as_me: error: pwd does not report name of working directory" >&2
1077    { (exit 1); exit 1; }; }
1078
1079
1080 # Find the source files, if location was not specified.
1081 if test -z "$srcdir"; then
1082   ac_srcdir_defaulted=yes
1083   # Try the directory containing this script, then the parent directory.
1084   ac_confdir=`$as_dirname -- "$0" ||
1085 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1086          X"$0" : 'X\(//\)[^/]' \| \
1087          X"$0" : 'X\(//\)$' \| \
1088          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1089 echo X"$0" |
1090     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1091             s//\1/
1092             q
1093           }
1094           /^X\(\/\/\)[^/].*/{
1095             s//\1/
1096             q
1097           }
1098           /^X\(\/\/\)$/{
1099             s//\1/
1100             q
1101           }
1102           /^X\(\/\).*/{
1103             s//\1/
1104             q
1105           }
1106           s/.*/./; q'`
1107   srcdir=$ac_confdir
1108   if test ! -r "$srcdir/$ac_unique_file"; then
1109     srcdir=..
1110   fi
1111 else
1112   ac_srcdir_defaulted=no
1113 fi
1114 if test ! -r "$srcdir/$ac_unique_file"; then
1115   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1116   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1117    { (exit 1); exit 1; }; }
1118 fi
1119 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1120 ac_abs_confdir=`(
1121         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1122    { (exit 1); exit 1; }; }
1123         pwd)`
1124 # When building in place, set srcdir=.
1125 if test "$ac_abs_confdir" = "$ac_pwd"; then
1126   srcdir=.
1127 fi
1128 # Remove unnecessary trailing slashes from srcdir.
1129 # Double slashes in file names in object file debugging info
1130 # mess up M-x gdb in Emacs.
1131 case $srcdir in
1132 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1133 esac
1134 for ac_var in $ac_precious_vars; do
1135   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1136   eval ac_env_${ac_var}_value=\$${ac_var}
1137   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1138   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1139 done
1140
1141 #
1142 # Report the --help message.
1143 #
1144 if test "$ac_init_help" = "long"; then
1145   # Omit some internal or obsolete options to make the list less imposing.
1146   # This message is too long to be a string in the A/UX 3.1 sh.
1147   cat <<_ACEOF
1148 \`configure' configures this package to adapt to many kinds of systems.
1149
1150 Usage: $0 [OPTION]... [VAR=VALUE]...
1151
1152 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1153 VAR=VALUE.  See below for descriptions of some of the useful variables.
1154
1155 Defaults for the options are specified in brackets.
1156
1157 Configuration:
1158   -h, --help              display this help and exit
1159       --help=short        display options specific to this package
1160       --help=recursive    display the short help of all the included packages
1161   -V, --version           display version information and exit
1162   -q, --quiet, --silent   do not print \`checking...' messages
1163       --cache-file=FILE   cache test results in FILE [disabled]
1164   -C, --config-cache      alias for \`--cache-file=config.cache'
1165   -n, --no-create         do not create output files
1166       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1167
1168 Installation directories:
1169   --prefix=PREFIX         install architecture-independent files in PREFIX
1170                           [$ac_default_prefix]
1171   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1172                           [PREFIX]
1173
1174 By default, \`make install' will install all the files in
1175 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1176 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1177 for instance \`--prefix=\$HOME'.
1178
1179 For better control, use the options below.
1180
1181 Fine tuning of the installation directories:
1182   --bindir=DIR           user executables [EPREFIX/bin]
1183   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1184   --libexecdir=DIR       program executables [EPREFIX/libexec]
1185   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1186   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1187   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1188   --libdir=DIR           object code libraries [EPREFIX/lib]
1189   --includedir=DIR       C header files [PREFIX/include]
1190   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1191   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1192   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1193   --infodir=DIR          info documentation [DATAROOTDIR/info]
1194   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1195   --mandir=DIR           man documentation [DATAROOTDIR/man]
1196   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1197   --htmldir=DIR          html documentation [DOCDIR]
1198   --dvidir=DIR           dvi documentation [DOCDIR]
1199   --pdfdir=DIR           pdf documentation [DOCDIR]
1200   --psdir=DIR            ps documentation [DOCDIR]
1201 _ACEOF
1202
1203   cat <<\_ACEOF
1204
1205 Program names:
1206   --program-prefix=PREFIX            prepend PREFIX to installed program names
1207   --program-suffix=SUFFIX            append SUFFIX to installed program names
1208   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1209 _ACEOF
1210 fi
1211
1212 if test -n "$ac_init_help"; then
1213
1214   cat <<\_ACEOF
1215
1216 Some influential environment variables:
1217   CC          C compiler command
1218   CFLAGS      C compiler flags
1219   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1220               nonstandard directory <lib dir>
1221   LIBS        libraries to pass to the linker, e.g. -l<library>
1222   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1223               you have headers in a nonstandard directory <include dir>
1224
1225 Use these variables to override the choices made by `configure' or to help
1226 it to find libraries and programs with nonstandard names/locations.
1227
1228 _ACEOF
1229 ac_status=$?
1230 fi
1231
1232 if test "$ac_init_help" = "recursive"; then
1233   # If there are subdirs, report their specific --help.
1234   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1235     test -d "$ac_dir" || continue
1236     ac_builddir=.
1237
1238 case "$ac_dir" in
1239 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1240 *)
1241   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1242   # A ".." for each directory in $ac_dir_suffix.
1243   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1244   case $ac_top_builddir_sub in
1245   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1246   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1247   esac ;;
1248 esac
1249 ac_abs_top_builddir=$ac_pwd
1250 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1251 # for backward compatibility:
1252 ac_top_builddir=$ac_top_build_prefix
1253
1254 case $srcdir in
1255   .)  # We are building in place.
1256     ac_srcdir=.
1257     ac_top_srcdir=$ac_top_builddir_sub
1258     ac_abs_top_srcdir=$ac_pwd ;;
1259   [\\/]* | ?:[\\/]* )  # Absolute name.
1260     ac_srcdir=$srcdir$ac_dir_suffix;
1261     ac_top_srcdir=$srcdir
1262     ac_abs_top_srcdir=$srcdir ;;
1263   *) # Relative name.
1264     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1265     ac_top_srcdir=$ac_top_build_prefix$srcdir
1266     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1267 esac
1268 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1269
1270     cd "$ac_dir" || { ac_status=$?; continue; }
1271     # Check for guested configure.
1272     if test -f "$ac_srcdir/configure.gnu"; then
1273       echo &&
1274       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1275     elif test -f "$ac_srcdir/configure"; then
1276       echo &&
1277       $SHELL "$ac_srcdir/configure" --help=recursive
1278     else
1279       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1280     fi || ac_status=$?
1281     cd "$ac_pwd" || { ac_status=$?; break; }
1282   done
1283 fi
1284
1285 test -n "$ac_init_help" && exit $ac_status
1286 if $ac_init_version; then
1287   cat <<\_ACEOF
1288 configure
1289 generated by GNU Autoconf 2.61
1290
1291 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1292 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1293 This configure script is free software; the Free Software Foundation
1294 gives unlimited permission to copy, distribute and modify it.
1295 _ACEOF
1296   exit
1297 fi
1298 cat >config.log <<_ACEOF
1299 This file contains any messages produced by compilers while
1300 running configure, to aid debugging if configure makes a mistake.
1301
1302 It was created by $as_me, which was
1303 generated by GNU Autoconf 2.61.  Invocation command line was
1304
1305   $ $0 $@
1306
1307 _ACEOF
1308 exec 5>>config.log
1309 {
1310 cat <<_ASUNAME
1311 ## --------- ##
1312 ## Platform. ##
1313 ## --------- ##
1314
1315 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1316 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1317 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1318 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1319 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1320
1321 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1322 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1323
1324 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1325 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1326 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1327 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1328 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1329 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1330 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1331
1332 _ASUNAME
1333
1334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1335 for as_dir in $PATH
1336 do
1337   IFS=$as_save_IFS
1338   test -z "$as_dir" && as_dir=.
1339   echo "PATH: $as_dir"
1340 done
1341 IFS=$as_save_IFS
1342
1343 } >&5
1344
1345 cat >&5 <<_ACEOF
1346
1347
1348 ## ----------- ##
1349 ## Core tests. ##
1350 ## ----------- ##
1351
1352 _ACEOF
1353
1354
1355 # Keep a trace of the command line.
1356 # Strip out --no-create and --no-recursion so they do not pile up.
1357 # Strip out --silent because we don't want to record it for future runs.
1358 # Also quote any args containing shell meta-characters.
1359 # Make two passes to allow for proper duplicate-argument suppression.
1360 ac_configure_args=
1361 ac_configure_args0=
1362 ac_configure_args1=
1363 ac_must_keep_next=false
1364 for ac_pass in 1 2
1365 do
1366   for ac_arg
1367   do
1368     case $ac_arg in
1369     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1370     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1371     | -silent | --silent | --silen | --sile | --sil)
1372       continue ;;
1373     *\'*)
1374       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1375     esac
1376     case $ac_pass in
1377     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1378     2)
1379       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1380       if test $ac_must_keep_next = true; then
1381         ac_must_keep_next=false # Got value, back to normal.
1382       else
1383         case $ac_arg in
1384           *=* | --config-cache | -C | -disable-* | --disable-* \
1385           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1386           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1387           | -with-* | --with-* | -without-* | --without-* | --x)
1388             case "$ac_configure_args0 " in
1389               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1390             esac
1391             ;;
1392           -* ) ac_must_keep_next=true ;;
1393         esac
1394       fi
1395       ac_configure_args="$ac_configure_args '$ac_arg'"
1396       ;;
1397     esac
1398   done
1399 done
1400 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1401 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1402
1403 # When interrupted or exit'd, cleanup temporary files, and complete
1404 # config.log.  We remove comments because anyway the quotes in there
1405 # would cause problems or look ugly.
1406 # WARNING: Use '\'' to represent an apostrophe within the trap.
1407 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1408 trap 'exit_status=$?
1409   # Save into config.log some information that might help in debugging.
1410   {
1411     echo
1412
1413     cat <<\_ASBOX
1414 ## ---------------- ##
1415 ## Cache variables. ##
1416 ## ---------------- ##
1417 _ASBOX
1418     echo
1419     # The following way of writing the cache mishandles newlines in values,
1420 (
1421   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1422     eval ac_val=\$$ac_var
1423     case $ac_val in #(
1424     *${as_nl}*)
1425       case $ac_var in #(
1426       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1427 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1428       esac
1429       case $ac_var in #(
1430       _ | IFS | as_nl) ;; #(
1431       *) $as_unset $ac_var ;;
1432       esac ;;
1433     esac
1434   done
1435   (set) 2>&1 |
1436     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1437     *${as_nl}ac_space=\ *)
1438       sed -n \
1439         "s/'\''/'\''\\\\'\'''\''/g;
1440           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1441       ;; #(
1442     *)
1443       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1444       ;;
1445     esac |
1446     sort
1447 )
1448     echo
1449
1450     cat <<\_ASBOX
1451 ## ----------------- ##
1452 ## Output variables. ##
1453 ## ----------------- ##
1454 _ASBOX
1455     echo
1456     for ac_var in $ac_subst_vars
1457     do
1458       eval ac_val=\$$ac_var
1459       case $ac_val in
1460       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1461       esac
1462       echo "$ac_var='\''$ac_val'\''"
1463     done | sort
1464     echo
1465
1466     if test -n "$ac_subst_files"; then
1467       cat <<\_ASBOX
1468 ## ------------------- ##
1469 ## File substitutions. ##
1470 ## ------------------- ##
1471 _ASBOX
1472       echo
1473       for ac_var in $ac_subst_files
1474       do
1475         eval ac_val=\$$ac_var
1476         case $ac_val in
1477         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1478         esac
1479         echo "$ac_var='\''$ac_val'\''"
1480       done | sort
1481       echo
1482     fi
1483
1484     if test -s confdefs.h; then
1485       cat <<\_ASBOX
1486 ## ----------- ##
1487 ## confdefs.h. ##
1488 ## ----------- ##
1489 _ASBOX
1490       echo
1491       cat confdefs.h
1492       echo
1493     fi
1494     test "$ac_signal" != 0 &&
1495       echo "$as_me: caught signal $ac_signal"
1496     echo "$as_me: exit $exit_status"
1497   } >&5
1498   rm -f core *.core core.conftest.* &&
1499     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1500     exit $exit_status
1501 ' 0
1502 for ac_signal in 1 2 13 15; do
1503   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1504 done
1505 ac_signal=0
1506
1507 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1508 rm -f -r conftest* confdefs.h
1509
1510 # Predefined preprocessor variables.
1511
1512 cat >>confdefs.h <<_ACEOF
1513 #define PACKAGE_NAME "$PACKAGE_NAME"
1514 _ACEOF
1515
1516
1517 cat >>confdefs.h <<_ACEOF
1518 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1519 _ACEOF
1520
1521
1522 cat >>confdefs.h <<_ACEOF
1523 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1524 _ACEOF
1525
1526
1527 cat >>confdefs.h <<_ACEOF
1528 #define PACKAGE_STRING "$PACKAGE_STRING"
1529 _ACEOF
1530
1531
1532 cat >>confdefs.h <<_ACEOF
1533 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1534 _ACEOF
1535
1536
1537 # Let the site file select an alternate cache file if it wants to.
1538 # Prefer explicitly selected file to automatically selected ones.
1539 if test -n "$CONFIG_SITE"; then
1540   set x "$CONFIG_SITE"
1541 elif test "x$prefix" != xNONE; then
1542   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1543 else
1544   set x "$ac_default_prefix/share/config.site" \
1545         "$ac_default_prefix/etc/config.site"
1546 fi
1547 shift
1548 for ac_site_file
1549 do
1550   if test -r "$ac_site_file"; then
1551     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1552 echo "$as_me: loading site script $ac_site_file" >&6;}
1553     sed 's/^/| /' "$ac_site_file" >&5
1554     . "$ac_site_file"
1555   fi
1556 done
1557
1558 if test -r "$cache_file"; then
1559   # Some versions of bash will fail to source /dev/null (special
1560   # files actually), so we avoid doing that.
1561   if test -f "$cache_file"; then
1562     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1563 echo "$as_me: loading cache $cache_file" >&6;}
1564     case $cache_file in
1565       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1566       *)                      . "./$cache_file";;
1567     esac
1568   fi
1569 else
1570   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1571 echo "$as_me: creating cache $cache_file" >&6;}
1572   >$cache_file
1573 fi
1574
1575 # Check that the precious variables saved in the cache have kept the same
1576 # value.
1577 ac_cache_corrupted=false
1578 for ac_var in $ac_precious_vars; do
1579   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1580   eval ac_new_set=\$ac_env_${ac_var}_set
1581   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1582   eval ac_new_val=\$ac_env_${ac_var}_value
1583   case $ac_old_set,$ac_new_set in
1584     set,)
1585       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1586 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1587       ac_cache_corrupted=: ;;
1588     ,set)
1589       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1590 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1591       ac_cache_corrupted=: ;;
1592     ,);;
1593     *)
1594       if test "x$ac_old_val" != "x$ac_new_val"; then
1595         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1596 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1597         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1598 echo "$as_me:   former value:  $ac_old_val" >&2;}
1599         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1600 echo "$as_me:   current value: $ac_new_val" >&2;}
1601         ac_cache_corrupted=:
1602       fi;;
1603   esac
1604   # Pass precious variables to config.status.
1605   if test "$ac_new_set" = set; then
1606     case $ac_new_val in
1607     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1608     *) ac_arg=$ac_var=$ac_new_val ;;
1609     esac
1610     case " $ac_configure_args " in
1611       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1612       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1613     esac
1614   fi
1615 done
1616 if $ac_cache_corrupted; then
1617   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1618 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1619   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1620 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1621    { (exit 1); exit 1; }; }
1622 fi
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640 ac_ext=c
1641 ac_cpp='$CPP $CPPFLAGS'
1642 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1643 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1644 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1645
1646
1647 ac_aux_dir=
1648 for ac_dir in autoconf-aux "$srcdir"/autoconf-aux; do
1649   if test -f "$ac_dir/install-sh"; then
1650     ac_aux_dir=$ac_dir
1651     ac_install_sh="$ac_aux_dir/install-sh -c"
1652     break
1653   elif test -f "$ac_dir/install.sh"; then
1654     ac_aux_dir=$ac_dir
1655     ac_install_sh="$ac_aux_dir/install.sh -c"
1656     break
1657   elif test -f "$ac_dir/shtool"; then
1658     ac_aux_dir=$ac_dir
1659     ac_install_sh="$ac_aux_dir/shtool install -c"
1660     break
1661   fi
1662 done
1663 if test -z "$ac_aux_dir"; then
1664   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf-aux \"$srcdir\"/autoconf-aux" >&5
1665 echo "$as_me: error: cannot find install-sh or install.sh in autoconf-aux \"$srcdir\"/autoconf-aux" >&2;}
1666    { (exit 1); exit 1; }; }
1667 fi
1668
1669 # These three variables are undocumented and unsupported,
1670 # and are intended to be withdrawn in a future Autoconf release.
1671 # They can cause serious problems if a builder's source tree is in a directory
1672 # whose full name contains unusual characters.
1673 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1674 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1675 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1676
1677
1678 am__api_version="1.4"
1679 # Find a good install program.  We prefer a C program (faster),
1680 # so one script is as good as another.  But avoid the broken or
1681 # incompatible versions:
1682 # SysV /etc/install, /usr/sbin/install
1683 # SunOS /usr/etc/install
1684 # IRIX /sbin/install
1685 # AIX /bin/install
1686 # AmigaOS /C/install, which installs bootblocks on floppy discs
1687 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1688 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1689 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1690 # OS/2's system install, which has a completely different semantic
1691 # ./install, which can be erroneously created by make from ./install.sh.
1692 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1693 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1694 if test -z "$INSTALL"; then
1695 if test "${ac_cv_path_install+set}" = set; then
1696   echo $ECHO_N "(cached) $ECHO_C" >&6
1697 else
1698   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1699 for as_dir in $PATH
1700 do
1701   IFS=$as_save_IFS
1702   test -z "$as_dir" && as_dir=.
1703   # Account for people who put trailing slashes in PATH elements.
1704 case $as_dir/ in
1705   ./ | .// | /cC/* | \
1706   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1707   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1708   /usr/ucb/* ) ;;
1709   *)
1710     # OSF1 and SCO ODT 3.0 have their own names for install.
1711     # Don't use installbsd from OSF since it installs stuff as root
1712     # by default.
1713     for ac_prog in ginstall scoinst install; do
1714       for ac_exec_ext in '' $ac_executable_extensions; do
1715         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1716           if test $ac_prog = install &&
1717             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1718             # AIX install.  It has an incompatible calling convention.
1719             :
1720           elif test $ac_prog = install &&
1721             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1722             # program-specific install script used by HP pwplus--don't use.
1723             :
1724           else
1725             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1726             break 3
1727           fi
1728         fi
1729       done
1730     done
1731     ;;
1732 esac
1733 done
1734 IFS=$as_save_IFS
1735
1736
1737 fi
1738   if test "${ac_cv_path_install+set}" = set; then
1739     INSTALL=$ac_cv_path_install
1740   else
1741     # As a last resort, use the slow shell script.  Don't cache a
1742     # value for INSTALL within a source directory, because that will
1743     # break other packages using the cache if that directory is
1744     # removed, or if the value is a relative name.
1745     INSTALL=$ac_install_sh
1746   fi
1747 fi
1748 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1749 echo "${ECHO_T}$INSTALL" >&6; }
1750
1751 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1752 # It thinks the first close brace ends the variable substitution.
1753 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1754
1755 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1756
1757 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1758
1759 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1760 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1761 # Just in case
1762 sleep 1
1763 echo timestamp > conftestfile
1764 # Do `set' in a subshell so we don't clobber the current shell's
1765 # arguments.  Must try -L first in case configure is actually a
1766 # symlink; some systems play weird games with the mod time of symlinks
1767 # (eg FreeBSD returns the mod time of the symlink's containing
1768 # directory).
1769 if (
1770    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1771    if test "$*" = "X"; then
1772       # -L didn't work.
1773       set X `ls -t $srcdir/configure conftestfile`
1774    fi
1775    if test "$*" != "X $srcdir/configure conftestfile" \
1776       && test "$*" != "X conftestfile $srcdir/configure"; then
1777
1778       # If neither matched, then we have a broken ls.  This can happen
1779       # if, for instance, CONFIG_SHELL is bash and it inherits a
1780       # broken ls alias from the environment.  This has actually
1781       # happened.  Such a system could not be considered "sane".
1782       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1783 alias in your environment" >&5
1784 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1785 alias in your environment" >&2;}
1786    { (exit 1); exit 1; }; }
1787    fi
1788
1789    test "$2" = conftestfile
1790    )
1791 then
1792    # Ok.
1793    :
1794 else
1795    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1796 Check your system clock" >&5
1797 echo "$as_me: error: newly created file is older than distributed files!
1798 Check your system clock" >&2;}
1799    { (exit 1); exit 1; }; }
1800 fi
1801 rm -f conftest*
1802 { echo "$as_me:$LINENO: result: yes" >&5
1803 echo "${ECHO_T}yes" >&6; }
1804 test "$program_prefix" != NONE &&
1805   program_transform_name="s&^&$program_prefix&;$program_transform_name"
1806 # Use a double $ so make ignores it.
1807 test "$program_suffix" != NONE &&
1808   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1809 # Double any \ or $.  echo might interpret backslashes.
1810 # By default was `s,x,x', remove it if useless.
1811 cat <<\_ACEOF >conftest.sed
1812 s/[\\$]/&&/g;s/;s,x,x,$//
1813 _ACEOF
1814 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1815 rm -f conftest.sed
1816
1817 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1818 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1819 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1820 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1821   echo $ECHO_N "(cached) $ECHO_C" >&6
1822 else
1823   cat >conftest.make <<\_ACEOF
1824 SHELL = /bin/sh
1825 all:
1826         @echo '@@@%%%=$(MAKE)=@@@%%%'
1827 _ACEOF
1828 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1829 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1830   *@@@%%%=?*=@@@%%%*)
1831     eval ac_cv_prog_make_${ac_make}_set=yes;;
1832   *)
1833     eval ac_cv_prog_make_${ac_make}_set=no;;
1834 esac
1835 rm -f conftest.make
1836 fi
1837 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1838   { echo "$as_me:$LINENO: result: yes" >&5
1839 echo "${ECHO_T}yes" >&6; }
1840   SET_MAKE=
1841 else
1842   { echo "$as_me:$LINENO: result: no" >&5
1843 echo "${ECHO_T}no" >&6; }
1844   SET_MAKE="MAKE=${MAKE-make}"
1845 fi
1846
1847
1848 PACKAGE=innduct
1849
1850 VERSION=1.0
1851
1852 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1853   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1854 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1855    { (exit 1); exit 1; }; }
1856 fi
1857
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE "$PACKAGE"
1860 _ACEOF
1861
1862
1863 cat >>confdefs.h <<_ACEOF
1864 #define VERSION "$VERSION"
1865 _ACEOF
1866
1867
1868
1869 missing_dir=`cd $ac_aux_dir && pwd`
1870 { echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
1871 echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
1872 # Run test in a subshell; some versions of sh will print an error if
1873 # an executable is not found, even if stderr is redirected.
1874 # Redirect stdin to placate older versions of autoconf.  Sigh.
1875 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1876    ACLOCAL=aclocal-${am__api_version}
1877    { echo "$as_me:$LINENO: result: found" >&5
1878 echo "${ECHO_T}found" >&6; }
1879 else
1880    ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
1881    { echo "$as_me:$LINENO: result: missing" >&5
1882 echo "${ECHO_T}missing" >&6; }
1883 fi
1884
1885 { echo "$as_me:$LINENO: checking for working autoconf" >&5
1886 echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
1887 # Run test in a subshell; some versions of sh will print an error if
1888 # an executable is not found, even if stderr is redirected.
1889 # Redirect stdin to placate older versions of autoconf.  Sigh.
1890 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1891    AUTOCONF=autoconf
1892    { echo "$as_me:$LINENO: result: found" >&5
1893 echo "${ECHO_T}found" >&6; }
1894 else
1895    AUTOCONF="$missing_dir/missing autoconf"
1896    { echo "$as_me:$LINENO: result: missing" >&5
1897 echo "${ECHO_T}missing" >&6; }
1898 fi
1899
1900 { echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
1901 echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
1902 # Run test in a subshell; some versions of sh will print an error if
1903 # an executable is not found, even if stderr is redirected.
1904 # Redirect stdin to placate older versions of autoconf.  Sigh.
1905 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1906    AUTOMAKE=automake-${am__api_version}
1907    { echo "$as_me:$LINENO: result: found" >&5
1908 echo "${ECHO_T}found" >&6; }
1909 else
1910    AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
1911    { echo "$as_me:$LINENO: result: missing" >&5
1912 echo "${ECHO_T}missing" >&6; }
1913 fi
1914
1915 { echo "$as_me:$LINENO: checking for working autoheader" >&5
1916 echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
1917 # Run test in a subshell; some versions of sh will print an error if
1918 # an executable is not found, even if stderr is redirected.
1919 # Redirect stdin to placate older versions of autoconf.  Sigh.
1920 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1921    AUTOHEADER=autoheader
1922    { echo "$as_me:$LINENO: result: found" >&5
1923 echo "${ECHO_T}found" >&6; }
1924 else
1925    AUTOHEADER="$missing_dir/missing autoheader"
1926    { echo "$as_me:$LINENO: result: missing" >&5
1927 echo "${ECHO_T}missing" >&6; }
1928 fi
1929
1930 { echo "$as_me:$LINENO: checking for working makeinfo" >&5
1931 echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
1932 # Run test in a subshell; some versions of sh will print an error if
1933 # an executable is not found, even if stderr is redirected.
1934 # Redirect stdin to placate older versions of autoconf.  Sigh.
1935 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1936    MAKEINFO=makeinfo
1937    { echo "$as_me:$LINENO: result: found" >&5
1938 echo "${ECHO_T}found" >&6; }
1939 else
1940    MAKEINFO="$missing_dir/missing makeinfo"
1941    { echo "$as_me:$LINENO: result: missing" >&5
1942 echo "${ECHO_T}missing" >&6; }
1943 fi
1944
1945
1946
1947 ac_ext=c
1948 ac_cpp='$CPP $CPPFLAGS'
1949 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1950 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1951 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1952 if test -n "$ac_tool_prefix"; then
1953   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1954 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1955 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1957 if test "${ac_cv_prog_CC+set}" = set; then
1958   echo $ECHO_N "(cached) $ECHO_C" >&6
1959 else
1960   if test -n "$CC"; then
1961   ac_cv_prog_CC="$CC" # Let the user override the test.
1962 else
1963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1964 for as_dir in $PATH
1965 do
1966   IFS=$as_save_IFS
1967   test -z "$as_dir" && as_dir=.
1968   for ac_exec_ext in '' $ac_executable_extensions; do
1969   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1970     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1971     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1972     break 2
1973   fi
1974 done
1975 done
1976 IFS=$as_save_IFS
1977
1978 fi
1979 fi
1980 CC=$ac_cv_prog_CC
1981 if test -n "$CC"; then
1982   { echo "$as_me:$LINENO: result: $CC" >&5
1983 echo "${ECHO_T}$CC" >&6; }
1984 else
1985   { echo "$as_me:$LINENO: result: no" >&5
1986 echo "${ECHO_T}no" >&6; }
1987 fi
1988
1989
1990 fi
1991 if test -z "$ac_cv_prog_CC"; then
1992   ac_ct_CC=$CC
1993   # Extract the first word of "gcc", so it can be a program name with args.
1994 set dummy gcc; ac_word=$2
1995 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1996 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1997 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1998   echo $ECHO_N "(cached) $ECHO_C" >&6
1999 else
2000   if test -n "$ac_ct_CC"; then
2001   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2002 else
2003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2004 for as_dir in $PATH
2005 do
2006   IFS=$as_save_IFS
2007   test -z "$as_dir" && as_dir=.
2008   for ac_exec_ext in '' $ac_executable_extensions; do
2009   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2010     ac_cv_prog_ac_ct_CC="gcc"
2011     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2012     break 2
2013   fi
2014 done
2015 done
2016 IFS=$as_save_IFS
2017
2018 fi
2019 fi
2020 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2021 if test -n "$ac_ct_CC"; then
2022   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2023 echo "${ECHO_T}$ac_ct_CC" >&6; }
2024 else
2025   { echo "$as_me:$LINENO: result: no" >&5
2026 echo "${ECHO_T}no" >&6; }
2027 fi
2028
2029   if test "x$ac_ct_CC" = x; then
2030     CC=""
2031   else
2032     case $cross_compiling:$ac_tool_warned in
2033 yes:)
2034 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2035 whose name does not start with the host triplet.  If you think this
2036 configuration is useful to you, please write to autoconf@gnu.org." >&5
2037 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2038 whose name does not start with the host triplet.  If you think this
2039 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2040 ac_tool_warned=yes ;;
2041 esac
2042     CC=$ac_ct_CC
2043   fi
2044 else
2045   CC="$ac_cv_prog_CC"
2046 fi
2047
2048 if test -z "$CC"; then
2049           if test -n "$ac_tool_prefix"; then
2050     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2051 set dummy ${ac_tool_prefix}cc; ac_word=$2
2052 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2053 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2054 if test "${ac_cv_prog_CC+set}" = set; then
2055   echo $ECHO_N "(cached) $ECHO_C" >&6
2056 else
2057   if test -n "$CC"; then
2058   ac_cv_prog_CC="$CC" # Let the user override the test.
2059 else
2060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2061 for as_dir in $PATH
2062 do
2063   IFS=$as_save_IFS
2064   test -z "$as_dir" && as_dir=.
2065   for ac_exec_ext in '' $ac_executable_extensions; do
2066   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2067     ac_cv_prog_CC="${ac_tool_prefix}cc"
2068     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2069     break 2
2070   fi
2071 done
2072 done
2073 IFS=$as_save_IFS
2074
2075 fi
2076 fi
2077 CC=$ac_cv_prog_CC
2078 if test -n "$CC"; then
2079   { echo "$as_me:$LINENO: result: $CC" >&5
2080 echo "${ECHO_T}$CC" >&6; }
2081 else
2082   { echo "$as_me:$LINENO: result: no" >&5
2083 echo "${ECHO_T}no" >&6; }
2084 fi
2085
2086
2087   fi
2088 fi
2089 if test -z "$CC"; then
2090   # Extract the first word of "cc", so it can be a program name with args.
2091 set dummy cc; ac_word=$2
2092 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2094 if test "${ac_cv_prog_CC+set}" = set; then
2095   echo $ECHO_N "(cached) $ECHO_C" >&6
2096 else
2097   if test -n "$CC"; then
2098   ac_cv_prog_CC="$CC" # Let the user override the test.
2099 else
2100   ac_prog_rejected=no
2101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2102 for as_dir in $PATH
2103 do
2104   IFS=$as_save_IFS
2105   test -z "$as_dir" && as_dir=.
2106   for ac_exec_ext in '' $ac_executable_extensions; do
2107   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2108     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2109        ac_prog_rejected=yes
2110        continue
2111      fi
2112     ac_cv_prog_CC="cc"
2113     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2114     break 2
2115   fi
2116 done
2117 done
2118 IFS=$as_save_IFS
2119
2120 if test $ac_prog_rejected = yes; then
2121   # We found a bogon in the path, so make sure we never use it.
2122   set dummy $ac_cv_prog_CC
2123   shift
2124   if test $# != 0; then
2125     # We chose a different compiler from the bogus one.
2126     # However, it has the same basename, so the bogon will be chosen
2127     # first if we set CC to just the basename; use the full file name.
2128     shift
2129     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2130   fi
2131 fi
2132 fi
2133 fi
2134 CC=$ac_cv_prog_CC
2135 if test -n "$CC"; then
2136   { echo "$as_me:$LINENO: result: $CC" >&5
2137 echo "${ECHO_T}$CC" >&6; }
2138 else
2139   { echo "$as_me:$LINENO: result: no" >&5
2140 echo "${ECHO_T}no" >&6; }
2141 fi
2142
2143
2144 fi
2145 if test -z "$CC"; then
2146   if test -n "$ac_tool_prefix"; then
2147   for ac_prog in cl.exe
2148   do
2149     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2150 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2151 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2152 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2153 if test "${ac_cv_prog_CC+set}" = set; then
2154   echo $ECHO_N "(cached) $ECHO_C" >&6
2155 else
2156   if test -n "$CC"; then
2157   ac_cv_prog_CC="$CC" # Let the user override the test.
2158 else
2159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2160 for as_dir in $PATH
2161 do
2162   IFS=$as_save_IFS
2163   test -z "$as_dir" && as_dir=.
2164   for ac_exec_ext in '' $ac_executable_extensions; do
2165   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2166     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2167     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2168     break 2
2169   fi
2170 done
2171 done
2172 IFS=$as_save_IFS
2173
2174 fi
2175 fi
2176 CC=$ac_cv_prog_CC
2177 if test -n "$CC"; then
2178   { echo "$as_me:$LINENO: result: $CC" >&5
2179 echo "${ECHO_T}$CC" >&6; }
2180 else
2181   { echo "$as_me:$LINENO: result: no" >&5
2182 echo "${ECHO_T}no" >&6; }
2183 fi
2184
2185
2186     test -n "$CC" && break
2187   done
2188 fi
2189 if test -z "$CC"; then
2190   ac_ct_CC=$CC
2191   for ac_prog in cl.exe
2192 do
2193   # Extract the first word of "$ac_prog", so it can be a program name with args.
2194 set dummy $ac_prog; ac_word=$2
2195 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2196 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2197 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2198   echo $ECHO_N "(cached) $ECHO_C" >&6
2199 else
2200   if test -n "$ac_ct_CC"; then
2201   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2202 else
2203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2204 for as_dir in $PATH
2205 do
2206   IFS=$as_save_IFS
2207   test -z "$as_dir" && as_dir=.
2208   for ac_exec_ext in '' $ac_executable_extensions; do
2209   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2210     ac_cv_prog_ac_ct_CC="$ac_prog"
2211     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2212     break 2
2213   fi
2214 done
2215 done
2216 IFS=$as_save_IFS
2217
2218 fi
2219 fi
2220 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2221 if test -n "$ac_ct_CC"; then
2222   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2223 echo "${ECHO_T}$ac_ct_CC" >&6; }
2224 else
2225   { echo "$as_me:$LINENO: result: no" >&5
2226 echo "${ECHO_T}no" >&6; }
2227 fi
2228
2229
2230   test -n "$ac_ct_CC" && break
2231 done
2232
2233   if test "x$ac_ct_CC" = x; then
2234     CC=""
2235   else
2236     case $cross_compiling:$ac_tool_warned in
2237 yes:)
2238 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2239 whose name does not start with the host triplet.  If you think this
2240 configuration is useful to you, please write to autoconf@gnu.org." >&5
2241 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2242 whose name does not start with the host triplet.  If you think this
2243 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2244 ac_tool_warned=yes ;;
2245 esac
2246     CC=$ac_ct_CC
2247   fi
2248 fi
2249
2250 fi
2251
2252
2253 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2254 See \`config.log' for more details." >&5
2255 echo "$as_me: error: no acceptable C compiler found in \$PATH
2256 See \`config.log' for more details." >&2;}
2257    { (exit 1); exit 1; }; }
2258
2259 # Provide some information about the compiler.
2260 echo "$as_me:$LINENO: checking for C compiler version" >&5
2261 ac_compiler=`set X $ac_compile; echo $2`
2262 { (ac_try="$ac_compiler --version >&5"
2263 case "(($ac_try" in
2264   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2265   *) ac_try_echo=$ac_try;;
2266 esac
2267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2268   (eval "$ac_compiler --version >&5") 2>&5
2269   ac_status=$?
2270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2271   (exit $ac_status); }
2272 { (ac_try="$ac_compiler -v >&5"
2273 case "(($ac_try" in
2274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2275   *) ac_try_echo=$ac_try;;
2276 esac
2277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2278   (eval "$ac_compiler -v >&5") 2>&5
2279   ac_status=$?
2280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2281   (exit $ac_status); }
2282 { (ac_try="$ac_compiler -V >&5"
2283 case "(($ac_try" in
2284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2285   *) ac_try_echo=$ac_try;;
2286 esac
2287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2288   (eval "$ac_compiler -V >&5") 2>&5
2289   ac_status=$?
2290   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2291   (exit $ac_status); }
2292
2293 cat >conftest.$ac_ext <<_ACEOF
2294 /* confdefs.h.  */
2295 _ACEOF
2296 cat confdefs.h >>conftest.$ac_ext
2297 cat >>conftest.$ac_ext <<_ACEOF
2298 /* end confdefs.h.  */
2299
2300 int
2301 main ()
2302 {
2303
2304   ;
2305   return 0;
2306 }
2307 _ACEOF
2308 ac_clean_files_save=$ac_clean_files
2309 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2310 # Try to create an executable without -o first, disregard a.out.
2311 # It will help us diagnose broken compilers, and finding out an intuition
2312 # of exeext.
2313 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2314 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2315 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2316 #
2317 # List of possible output files, starting from the most likely.
2318 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2319 # only as a last resort.  b.out is created by i960 compilers.
2320 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2321 #
2322 # The IRIX 6 linker writes into existing files which may not be
2323 # executable, retaining their permissions.  Remove them first so a
2324 # subsequent execution test works.
2325 ac_rmfiles=
2326 for ac_file in $ac_files
2327 do
2328   case $ac_file in
2329     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2330     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2331   esac
2332 done
2333 rm -f $ac_rmfiles
2334
2335 if { (ac_try="$ac_link_default"
2336 case "(($ac_try" in
2337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2338   *) ac_try_echo=$ac_try;;
2339 esac
2340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2341   (eval "$ac_link_default") 2>&5
2342   ac_status=$?
2343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2344   (exit $ac_status); }; then
2345   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2346 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2347 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2348 # so that the user can short-circuit this test for compilers unknown to
2349 # Autoconf.
2350 for ac_file in $ac_files ''
2351 do
2352   test -f "$ac_file" || continue
2353   case $ac_file in
2354     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2355         ;;
2356     [ab].out )
2357         # We found the default executable, but exeext='' is most
2358         # certainly right.
2359         break;;
2360     *.* )
2361         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2362         then :; else
2363            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2364         fi
2365         # We set ac_cv_exeext here because the later test for it is not
2366         # safe: cross compilers may not add the suffix if given an `-o'
2367         # argument, so we may need to know it at that point already.
2368         # Even if this section looks crufty: it has the advantage of
2369         # actually working.
2370         break;;
2371     * )
2372         break;;
2373   esac
2374 done
2375 test "$ac_cv_exeext" = no && ac_cv_exeext=
2376
2377 else
2378   ac_file=''
2379 fi
2380
2381 { echo "$as_me:$LINENO: result: $ac_file" >&5
2382 echo "${ECHO_T}$ac_file" >&6; }
2383 if test -z "$ac_file"; then
2384   echo "$as_me: failed program was:" >&5
2385 sed 's/^/| /' conftest.$ac_ext >&5
2386
2387 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2388 See \`config.log' for more details." >&5
2389 echo "$as_me: error: C compiler cannot create executables
2390 See \`config.log' for more details." >&2;}
2391    { (exit 77); exit 77; }; }
2392 fi
2393
2394 ac_exeext=$ac_cv_exeext
2395
2396 # Check that the compiler produces executables we can run.  If not, either
2397 # the compiler is broken, or we cross compile.
2398 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2399 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2400 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2401 # If not cross compiling, check that we can run a simple program.
2402 if test "$cross_compiling" != yes; then
2403   if { ac_try='./$ac_file'
2404   { (case "(($ac_try" in
2405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2406   *) ac_try_echo=$ac_try;;
2407 esac
2408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2409   (eval "$ac_try") 2>&5
2410   ac_status=$?
2411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2412   (exit $ac_status); }; }; then
2413     cross_compiling=no
2414   else
2415     if test "$cross_compiling" = maybe; then
2416         cross_compiling=yes
2417     else
2418         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2419 If you meant to cross compile, use \`--host'.
2420 See \`config.log' for more details." >&5
2421 echo "$as_me: error: cannot run C compiled programs.
2422 If you meant to cross compile, use \`--host'.
2423 See \`config.log' for more details." >&2;}
2424    { (exit 1); exit 1; }; }
2425     fi
2426   fi
2427 fi
2428 { echo "$as_me:$LINENO: result: yes" >&5
2429 echo "${ECHO_T}yes" >&6; }
2430
2431 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2432 ac_clean_files=$ac_clean_files_save
2433 # Check that the compiler produces executables we can run.  If not, either
2434 # the compiler is broken, or we cross compile.
2435 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2436 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2437 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2438 echo "${ECHO_T}$cross_compiling" >&6; }
2439
2440 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2441 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2442 if { (ac_try="$ac_link"
2443 case "(($ac_try" in
2444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2445   *) ac_try_echo=$ac_try;;
2446 esac
2447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2448   (eval "$ac_link") 2>&5
2449   ac_status=$?
2450   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2451   (exit $ac_status); }; then
2452   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2453 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2454 # work properly (i.e., refer to `conftest.exe'), while it won't with
2455 # `rm'.
2456 for ac_file in conftest.exe conftest conftest.*; do
2457   test -f "$ac_file" || continue
2458   case $ac_file in
2459     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2460     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2461           break;;
2462     * ) break;;
2463   esac
2464 done
2465 else
2466   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2467 See \`config.log' for more details." >&5
2468 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2469 See \`config.log' for more details." >&2;}
2470    { (exit 1); exit 1; }; }
2471 fi
2472
2473 rm -f conftest$ac_cv_exeext
2474 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2475 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2476
2477 rm -f conftest.$ac_ext
2478 EXEEXT=$ac_cv_exeext
2479 ac_exeext=$EXEEXT
2480 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2481 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2482 if test "${ac_cv_objext+set}" = set; then
2483   echo $ECHO_N "(cached) $ECHO_C" >&6
2484 else
2485   cat >conftest.$ac_ext <<_ACEOF
2486 /* confdefs.h.  */
2487 _ACEOF
2488 cat confdefs.h >>conftest.$ac_ext
2489 cat >>conftest.$ac_ext <<_ACEOF
2490 /* end confdefs.h.  */
2491
2492 int
2493 main ()
2494 {
2495
2496   ;
2497   return 0;
2498 }
2499 _ACEOF
2500 rm -f conftest.o conftest.obj
2501 if { (ac_try="$ac_compile"
2502 case "(($ac_try" in
2503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2504   *) ac_try_echo=$ac_try;;
2505 esac
2506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2507   (eval "$ac_compile") 2>&5
2508   ac_status=$?
2509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2510   (exit $ac_status); }; then
2511   for ac_file in conftest.o conftest.obj conftest.*; do
2512   test -f "$ac_file" || continue;
2513   case $ac_file in
2514     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2515     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2516        break;;
2517   esac
2518 done
2519 else
2520   echo "$as_me: failed program was:" >&5
2521 sed 's/^/| /' conftest.$ac_ext >&5
2522
2523 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2524 See \`config.log' for more details." >&5
2525 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2526 See \`config.log' for more details." >&2;}
2527    { (exit 1); exit 1; }; }
2528 fi
2529
2530 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2531 fi
2532 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2533 echo "${ECHO_T}$ac_cv_objext" >&6; }
2534 OBJEXT=$ac_cv_objext
2535 ac_objext=$OBJEXT
2536 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2537 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2538 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2539   echo $ECHO_N "(cached) $ECHO_C" >&6
2540 else
2541   cat >conftest.$ac_ext <<_ACEOF
2542 /* confdefs.h.  */
2543 _ACEOF
2544 cat confdefs.h >>conftest.$ac_ext
2545 cat >>conftest.$ac_ext <<_ACEOF
2546 /* end confdefs.h.  */
2547
2548 int
2549 main ()
2550 {
2551 #ifndef __GNUC__
2552        choke me
2553 #endif
2554
2555   ;
2556   return 0;
2557 }
2558 _ACEOF
2559 rm -f conftest.$ac_objext
2560 if { (ac_try="$ac_compile"
2561 case "(($ac_try" in
2562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2563   *) ac_try_echo=$ac_try;;
2564 esac
2565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2566   (eval "$ac_compile") 2>conftest.er1
2567   ac_status=$?
2568   grep -v '^ *+' conftest.er1 >conftest.err
2569   rm -f conftest.er1
2570   cat conftest.err >&5
2571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2572   (exit $ac_status); } && {
2573          test -z "$ac_c_werror_flag" ||
2574          test ! -s conftest.err
2575        } && test -s conftest.$ac_objext; then
2576   ac_compiler_gnu=yes
2577 else
2578   echo "$as_me: failed program was:" >&5
2579 sed 's/^/| /' conftest.$ac_ext >&5
2580
2581         ac_compiler_gnu=no
2582 fi
2583
2584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2585 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2586
2587 fi
2588 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2589 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2590 GCC=`test $ac_compiler_gnu = yes && echo yes`
2591 ac_test_CFLAGS=${CFLAGS+set}
2592 ac_save_CFLAGS=$CFLAGS
2593 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2594 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2595 if test "${ac_cv_prog_cc_g+set}" = set; then
2596   echo $ECHO_N "(cached) $ECHO_C" >&6
2597 else
2598   ac_save_c_werror_flag=$ac_c_werror_flag
2599    ac_c_werror_flag=yes
2600    ac_cv_prog_cc_g=no
2601    CFLAGS="-g"
2602    cat >conftest.$ac_ext <<_ACEOF
2603 /* confdefs.h.  */
2604 _ACEOF
2605 cat confdefs.h >>conftest.$ac_ext
2606 cat >>conftest.$ac_ext <<_ACEOF
2607 /* end confdefs.h.  */
2608
2609 int
2610 main ()
2611 {
2612
2613   ;
2614   return 0;
2615 }
2616 _ACEOF
2617 rm -f conftest.$ac_objext
2618 if { (ac_try="$ac_compile"
2619 case "(($ac_try" in
2620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2621   *) ac_try_echo=$ac_try;;
2622 esac
2623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2624   (eval "$ac_compile") 2>conftest.er1
2625   ac_status=$?
2626   grep -v '^ *+' conftest.er1 >conftest.err
2627   rm -f conftest.er1
2628   cat conftest.err >&5
2629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630   (exit $ac_status); } && {
2631          test -z "$ac_c_werror_flag" ||
2632          test ! -s conftest.err
2633        } && test -s conftest.$ac_objext; then
2634   ac_cv_prog_cc_g=yes
2635 else
2636   echo "$as_me: failed program was:" >&5
2637 sed 's/^/| /' conftest.$ac_ext >&5
2638
2639         CFLAGS=""
2640       cat >conftest.$ac_ext <<_ACEOF
2641 /* confdefs.h.  */
2642 _ACEOF
2643 cat confdefs.h >>conftest.$ac_ext
2644 cat >>conftest.$ac_ext <<_ACEOF
2645 /* end confdefs.h.  */
2646
2647 int
2648 main ()
2649 {
2650
2651   ;
2652   return 0;
2653 }
2654 _ACEOF
2655 rm -f conftest.$ac_objext
2656 if { (ac_try="$ac_compile"
2657 case "(($ac_try" in
2658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2659   *) ac_try_echo=$ac_try;;
2660 esac
2661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2662   (eval "$ac_compile") 2>conftest.er1
2663   ac_status=$?
2664   grep -v '^ *+' conftest.er1 >conftest.err
2665   rm -f conftest.er1
2666   cat conftest.err >&5
2667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2668   (exit $ac_status); } && {
2669          test -z "$ac_c_werror_flag" ||
2670          test ! -s conftest.err
2671        } && test -s conftest.$ac_objext; then
2672   :
2673 else
2674   echo "$as_me: failed program was:" >&5
2675 sed 's/^/| /' conftest.$ac_ext >&5
2676
2677         ac_c_werror_flag=$ac_save_c_werror_flag
2678          CFLAGS="-g"
2679          cat >conftest.$ac_ext <<_ACEOF
2680 /* confdefs.h.  */
2681 _ACEOF
2682 cat confdefs.h >>conftest.$ac_ext
2683 cat >>conftest.$ac_ext <<_ACEOF
2684 /* end confdefs.h.  */
2685
2686 int
2687 main ()
2688 {
2689
2690   ;
2691   return 0;
2692 }
2693 _ACEOF
2694 rm -f conftest.$ac_objext
2695 if { (ac_try="$ac_compile"
2696 case "(($ac_try" in
2697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2698   *) ac_try_echo=$ac_try;;
2699 esac
2700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2701   (eval "$ac_compile") 2>conftest.er1
2702   ac_status=$?
2703   grep -v '^ *+' conftest.er1 >conftest.err
2704   rm -f conftest.er1
2705   cat conftest.err >&5
2706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707   (exit $ac_status); } && {
2708          test -z "$ac_c_werror_flag" ||
2709          test ! -s conftest.err
2710        } && test -s conftest.$ac_objext; then
2711   ac_cv_prog_cc_g=yes
2712 else
2713   echo "$as_me: failed program was:" >&5
2714 sed 's/^/| /' conftest.$ac_ext >&5
2715
2716
2717 fi
2718
2719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2720 fi
2721
2722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2723 fi
2724
2725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2726    ac_c_werror_flag=$ac_save_c_werror_flag
2727 fi
2728 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2729 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2730 if test "$ac_test_CFLAGS" = set; then
2731   CFLAGS=$ac_save_CFLAGS
2732 elif test $ac_cv_prog_cc_g = yes; then
2733   if test "$GCC" = yes; then
2734     CFLAGS="-g -O2"
2735   else
2736     CFLAGS="-g"
2737   fi
2738 else
2739   if test "$GCC" = yes; then
2740     CFLAGS="-O2"
2741   else
2742     CFLAGS=
2743   fi
2744 fi
2745 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2746 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2747 if test "${ac_cv_prog_cc_c89+set}" = set; then
2748   echo $ECHO_N "(cached) $ECHO_C" >&6
2749 else
2750   ac_cv_prog_cc_c89=no
2751 ac_save_CC=$CC
2752 cat >conftest.$ac_ext <<_ACEOF
2753 /* confdefs.h.  */
2754 _ACEOF
2755 cat confdefs.h >>conftest.$ac_ext
2756 cat >>conftest.$ac_ext <<_ACEOF
2757 /* end confdefs.h.  */
2758 #include <stdarg.h>
2759 #include <stdio.h>
2760 #include <sys/types.h>
2761 #include <sys/stat.h>
2762 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2763 struct buf { int x; };
2764 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2765 static char *e (p, i)
2766      char **p;
2767      int i;
2768 {
2769   return p[i];
2770 }
2771 static char *f (char * (*g) (char **, int), char **p, ...)
2772 {
2773   char *s;
2774   va_list v;
2775   va_start (v,p);
2776   s = g (p, va_arg (v,int));
2777   va_end (v);
2778   return s;
2779 }
2780
2781 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2782    function prototypes and stuff, but not '\xHH' hex character constants.
2783    These don't provoke an error unfortunately, instead are silently treated
2784    as 'x'.  The following induces an error, until -std is added to get
2785    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2786    array size at least.  It's necessary to write '\x00'==0 to get something
2787    that's true only with -std.  */
2788 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2789
2790 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2791    inside strings and character constants.  */
2792 #define FOO(x) 'x'
2793 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2794
2795 int test (int i, double x);
2796 struct s1 {int (*f) (int a);};
2797 struct s2 {int (*f) (double a);};
2798 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2799 int argc;
2800 char **argv;
2801 int
2802 main ()
2803 {
2804 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2805   ;
2806   return 0;
2807 }
2808 _ACEOF
2809 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2810         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2811 do
2812   CC="$ac_save_CC $ac_arg"
2813   rm -f conftest.$ac_objext
2814 if { (ac_try="$ac_compile"
2815 case "(($ac_try" in
2816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2817   *) ac_try_echo=$ac_try;;
2818 esac
2819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2820   (eval "$ac_compile") 2>conftest.er1
2821   ac_status=$?
2822   grep -v '^ *+' conftest.er1 >conftest.err
2823   rm -f conftest.er1
2824   cat conftest.err >&5
2825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826   (exit $ac_status); } && {
2827          test -z "$ac_c_werror_flag" ||
2828          test ! -s conftest.err
2829        } && test -s conftest.$ac_objext; then
2830   ac_cv_prog_cc_c89=$ac_arg
2831 else
2832   echo "$as_me: failed program was:" >&5
2833 sed 's/^/| /' conftest.$ac_ext >&5
2834
2835
2836 fi
2837
2838 rm -f core conftest.err conftest.$ac_objext
2839   test "x$ac_cv_prog_cc_c89" != "xno" && break
2840 done
2841 rm -f conftest.$ac_ext
2842 CC=$ac_save_CC
2843
2844 fi
2845 # AC_CACHE_VAL
2846 case "x$ac_cv_prog_cc_c89" in
2847   x)
2848     { echo "$as_me:$LINENO: result: none needed" >&5
2849 echo "${ECHO_T}none needed" >&6; } ;;
2850   xno)
2851     { echo "$as_me:$LINENO: result: unsupported" >&5
2852 echo "${ECHO_T}unsupported" >&6; } ;;
2853   *)
2854     CC="$CC $ac_cv_prog_cc_c89"
2855     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2856 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2857 esac
2858
2859
2860 ac_ext=c
2861 ac_cpp='$CPP $CPPFLAGS'
2862 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2863 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2864 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2865
2866
2867
2868 ac_config_headers="$ac_config_headers config.h"
2869
2870 ac_config_commands="$ac_config_commands default-1"
2871
2872 ac_config_files="$ac_config_files Makefile"
2873
2874 cat >confcache <<\_ACEOF
2875 # This file is a shell script that caches the results of configure
2876 # tests run on this system so they can be shared between configure
2877 # scripts and configure runs, see configure's option --config-cache.
2878 # It is not useful on other systems.  If it contains results you don't
2879 # want to keep, you may remove or edit it.
2880 #
2881 # config.status only pays attention to the cache file if you give it
2882 # the --recheck option to rerun configure.
2883 #
2884 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2885 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2886 # following values.
2887
2888 _ACEOF
2889
2890 # The following way of writing the cache mishandles newlines in values,
2891 # but we know of no workaround that is simple, portable, and efficient.
2892 # So, we kill variables containing newlines.
2893 # Ultrix sh set writes to stderr and can't be redirected directly,
2894 # and sets the high bit in the cache file unless we assign to the vars.
2895 (
2896   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2897     eval ac_val=\$$ac_var
2898     case $ac_val in #(
2899     *${as_nl}*)
2900       case $ac_var in #(
2901       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2902 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2903       esac
2904       case $ac_var in #(
2905       _ | IFS | as_nl) ;; #(
2906       *) $as_unset $ac_var ;;
2907       esac ;;
2908     esac
2909   done
2910
2911   (set) 2>&1 |
2912     case $as_nl`(ac_space=' '; set) 2>&1` in #(
2913     *${as_nl}ac_space=\ *)
2914       # `set' does not quote correctly, so add quotes (double-quote
2915       # substitution turns \\\\ into \\, and sed turns \\ into \).
2916       sed -n \
2917         "s/'/'\\\\''/g;
2918           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2919       ;; #(
2920     *)
2921       # `set' quotes correctly as required by POSIX, so do not add quotes.
2922       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2923       ;;
2924     esac |
2925     sort
2926 ) |
2927   sed '
2928      /^ac_cv_env_/b end
2929      t clear
2930      :clear
2931      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2932      t end
2933      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2934      :end' >>confcache
2935 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2936   if test -w "$cache_file"; then
2937     test "x$cache_file" != "x/dev/null" &&
2938       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2939 echo "$as_me: updating cache $cache_file" >&6;}
2940     cat confcache >$cache_file
2941   else
2942     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2943 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2944   fi
2945 fi
2946 rm -f confcache
2947
2948 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2949 # Let make expand exec_prefix.
2950 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2951
2952 DEFS=-DHAVE_CONFIG_H
2953
2954 ac_libobjs=
2955 ac_ltlibobjs=
2956 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2957   # 1. Remove the extension, and $U if already installed.
2958   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2959   ac_i=`echo "$ac_i" | sed "$ac_script"`
2960   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2961   #    will be set to the directory where LIBOBJS objects are built.
2962   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2963   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2964 done
2965 LIBOBJS=$ac_libobjs
2966
2967 LTLIBOBJS=$ac_ltlibobjs
2968
2969
2970
2971 : ${CONFIG_STATUS=./config.status}
2972 ac_clean_files_save=$ac_clean_files
2973 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2974 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2975 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2976 cat >$CONFIG_STATUS <<_ACEOF
2977 #! $SHELL
2978 # Generated by $as_me.
2979 # Run this file to recreate the current configuration.
2980 # Compiler output produced by configure, useful for debugging
2981 # configure, is in config.log if it exists.
2982
2983 debug=false
2984 ac_cs_recheck=false
2985 ac_cs_silent=false
2986 SHELL=\${CONFIG_SHELL-$SHELL}
2987 _ACEOF
2988
2989 cat >>$CONFIG_STATUS <<\_ACEOF
2990 ## --------------------- ##
2991 ## M4sh Initialization.  ##
2992 ## --------------------- ##
2993
2994 # Be more Bourne compatible
2995 DUALCASE=1; export DUALCASE # for MKS sh
2996 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2997   emulate sh
2998   NULLCMD=:
2999   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3000   # is contrary to our usage.  Disable this feature.
3001   alias -g '${1+"$@"}'='"$@"'
3002   setopt NO_GLOB_SUBST
3003 else
3004   case `(set -o) 2>/dev/null` in
3005   *posix*) set -o posix ;;
3006 esac
3007
3008 fi
3009
3010
3011
3012
3013 # PATH needs CR
3014 # Avoid depending upon Character Ranges.
3015 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3016 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3017 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3018 as_cr_digits='0123456789'
3019 as_cr_alnum=$as_cr_Letters$as_cr_digits
3020
3021 # The user is always right.
3022 if test "${PATH_SEPARATOR+set}" != set; then
3023   echo "#! /bin/sh" >conf$$.sh
3024   echo  "exit 0"   >>conf$$.sh
3025   chmod +x conf$$.sh
3026   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3027     PATH_SEPARATOR=';'
3028   else
3029     PATH_SEPARATOR=:
3030   fi
3031   rm -f conf$$.sh
3032 fi
3033
3034 # Support unset when possible.
3035 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3036   as_unset=unset
3037 else
3038   as_unset=false
3039 fi
3040
3041
3042 # IFS
3043 # We need space, tab and new line, in precisely that order.  Quoting is
3044 # there to prevent editors from complaining about space-tab.
3045 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3046 # splitting by setting IFS to empty value.)
3047 as_nl='
3048 '
3049 IFS=" ""        $as_nl"
3050
3051 # Find who we are.  Look in the path if we contain no directory separator.
3052 case $0 in
3053   *[\\/]* ) as_myself=$0 ;;
3054   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 for as_dir in $PATH
3056 do
3057   IFS=$as_save_IFS
3058   test -z "$as_dir" && as_dir=.
3059   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3060 done
3061 IFS=$as_save_IFS
3062
3063      ;;
3064 esac
3065 # We did not find ourselves, most probably we were run as `sh COMMAND'
3066 # in which case we are not to be found in the path.
3067 if test "x$as_myself" = x; then
3068   as_myself=$0
3069 fi
3070 if test ! -f "$as_myself"; then
3071   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3072   { (exit 1); exit 1; }
3073 fi
3074
3075 # Work around bugs in pre-3.0 UWIN ksh.
3076 for as_var in ENV MAIL MAILPATH
3077 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3078 done
3079 PS1='$ '
3080 PS2='> '
3081 PS4='+ '
3082
3083 # NLS nuisances.
3084 for as_var in \
3085   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3086   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3087   LC_TELEPHONE LC_TIME
3088 do
3089   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3090     eval $as_var=C; export $as_var
3091   else
3092     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3093   fi
3094 done
3095
3096 # Required to use basename.
3097 if expr a : '\(a\)' >/dev/null 2>&1 &&
3098    test "X`expr 00001 : '.*\(...\)'`" = X001; then
3099   as_expr=expr
3100 else
3101   as_expr=false
3102 fi
3103
3104 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3105   as_basename=basename
3106 else
3107   as_basename=false
3108 fi
3109
3110
3111 # Name of the executable.
3112 as_me=`$as_basename -- "$0" ||
3113 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3114          X"$0" : 'X\(//\)$' \| \
3115          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3116 echo X/"$0" |
3117     sed '/^.*\/\([^/][^/]*\)\/*$/{
3118             s//\1/
3119             q
3120           }
3121           /^X\/\(\/\/\)$/{
3122             s//\1/
3123             q
3124           }
3125           /^X\/\(\/\).*/{
3126             s//\1/
3127             q
3128           }
3129           s/.*/./; q'`
3130
3131 # CDPATH.
3132 $as_unset CDPATH
3133
3134
3135
3136   as_lineno_1=$LINENO
3137   as_lineno_2=$LINENO
3138   test "x$as_lineno_1" != "x$as_lineno_2" &&
3139   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3140
3141   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3142   # uniformly replaced by the line number.  The first 'sed' inserts a
3143   # line-number line after each line using $LINENO; the second 'sed'
3144   # does the real work.  The second script uses 'N' to pair each
3145   # line-number line with the line containing $LINENO, and appends
3146   # trailing '-' during substitution so that $LINENO is not a special
3147   # case at line end.
3148   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3149   # scripts with optimization help from Paolo Bonzini.  Blame Lee
3150   # E. McMahon (1931-1989) for sed's syntax.  :-)
3151   sed -n '
3152     p
3153     /[$]LINENO/=
3154   ' <$as_myself |
3155     sed '
3156       s/[$]LINENO.*/&-/
3157       t lineno
3158       b
3159       :lineno
3160       N
3161       :loop
3162       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3163       t loop
3164       s/-\n.*//
3165     ' >$as_me.lineno &&
3166   chmod +x "$as_me.lineno" ||
3167     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3168    { (exit 1); exit 1; }; }
3169
3170   # Don't try to exec as it changes $[0], causing all sort of problems
3171   # (the dirname of $[0] is not the place where we might find the
3172   # original and so on.  Autoconf is especially sensitive to this).
3173   . "./$as_me.lineno"
3174   # Exit status is that of the last command.
3175   exit
3176 }
3177
3178
3179 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3180   as_dirname=dirname
3181 else
3182   as_dirname=false
3183 fi
3184
3185 ECHO_C= ECHO_N= ECHO_T=
3186 case `echo -n x` in
3187 -n*)
3188   case `echo 'x\c'` in
3189   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3190   *)   ECHO_C='\c';;
3191   esac;;
3192 *)
3193   ECHO_N='-n';;
3194 esac
3195
3196 if expr a : '\(a\)' >/dev/null 2>&1 &&
3197    test "X`expr 00001 : '.*\(...\)'`" = X001; then
3198   as_expr=expr
3199 else
3200   as_expr=false
3201 fi
3202
3203 rm -f conf$$ conf$$.exe conf$$.file
3204 if test -d conf$$.dir; then
3205   rm -f conf$$.dir/conf$$.file
3206 else
3207   rm -f conf$$.dir
3208   mkdir conf$$.dir
3209 fi
3210 echo >conf$$.file
3211 if ln -s conf$$.file conf$$ 2>/dev/null; then
3212   as_ln_s='ln -s'
3213   # ... but there are two gotchas:
3214   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3215   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3216   # In both cases, we have to default to `cp -p'.
3217   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3218     as_ln_s='cp -p'
3219 elif ln conf$$.file conf$$ 2>/dev/null; then
3220   as_ln_s=ln
3221 else
3222   as_ln_s='cp -p'
3223 fi
3224 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3225 rmdir conf$$.dir 2>/dev/null
3226
3227 if mkdir -p . 2>/dev/null; then
3228   as_mkdir_p=:
3229 else
3230   test -d ./-p && rmdir ./-p
3231   as_mkdir_p=false
3232 fi
3233
3234 if test -x / >/dev/null 2>&1; then
3235   as_test_x='test -x'
3236 else
3237   if ls -dL / >/dev/null 2>&1; then
3238     as_ls_L_option=L
3239   else
3240     as_ls_L_option=
3241   fi
3242   as_test_x='
3243     eval sh -c '\''
3244       if test -d "$1"; then
3245         test -d "$1/.";
3246       else
3247         case $1 in
3248         -*)set "./$1";;
3249         esac;
3250         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3251         ???[sx]*):;;*)false;;esac;fi
3252     '\'' sh
3253   '
3254 fi
3255 as_executable_p=$as_test_x
3256
3257 # Sed expression to map a string onto a valid CPP name.
3258 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3259
3260 # Sed expression to map a string onto a valid variable name.
3261 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3262
3263
3264 exec 6>&1
3265
3266 # Save the log message, to keep $[0] and so on meaningful, and to
3267 # report actual input values of CONFIG_FILES etc. instead of their
3268 # values after options handling.
3269 ac_log="
3270 This file was extended by $as_me, which was
3271 generated by GNU Autoconf 2.61.  Invocation command line was
3272
3273   CONFIG_FILES    = $CONFIG_FILES
3274   CONFIG_HEADERS  = $CONFIG_HEADERS
3275   CONFIG_LINKS    = $CONFIG_LINKS
3276   CONFIG_COMMANDS = $CONFIG_COMMANDS
3277   $ $0 $@
3278
3279 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3280 "
3281
3282 _ACEOF
3283
3284 cat >>$CONFIG_STATUS <<_ACEOF
3285 # Files that config.status was made for.
3286 config_files="$ac_config_files"
3287 config_headers="$ac_config_headers"
3288 config_commands="$ac_config_commands"
3289
3290 _ACEOF
3291
3292 cat >>$CONFIG_STATUS <<\_ACEOF
3293 ac_cs_usage="\
3294 \`$as_me' instantiates files from templates according to the
3295 current configuration.
3296
3297 Usage: $0 [OPTIONS] [FILE]...
3298
3299   -h, --help       print this help, then exit
3300   -V, --version    print version number and configuration settings, then exit
3301   -q, --quiet      do not print progress messages
3302   -d, --debug      don't remove temporary files
3303       --recheck    update $as_me by reconfiguring in the same conditions
3304   --file=FILE[:TEMPLATE]
3305                    instantiate the configuration file FILE
3306   --header=FILE[:TEMPLATE]
3307                    instantiate the configuration header FILE
3308
3309 Configuration files:
3310 $config_files
3311
3312 Configuration headers:
3313 $config_headers
3314
3315 Configuration commands:
3316 $config_commands
3317
3318 Report bugs to <bug-autoconf@gnu.org>."
3319
3320 _ACEOF
3321 cat >>$CONFIG_STATUS <<_ACEOF
3322 ac_cs_version="\\
3323 config.status
3324 configured by $0, generated by GNU Autoconf 2.61,
3325   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3326
3327 Copyright (C) 2006 Free Software Foundation, Inc.
3328 This config.status script is free software; the Free Software Foundation
3329 gives unlimited permission to copy, distribute and modify it."
3330
3331 ac_pwd='$ac_pwd'
3332 srcdir='$srcdir'
3333 INSTALL='$INSTALL'
3334 _ACEOF
3335
3336 cat >>$CONFIG_STATUS <<\_ACEOF
3337 # If no file are specified by the user, then we need to provide default
3338 # value.  By we need to know if files were specified by the user.
3339 ac_need_defaults=:
3340 while test $# != 0
3341 do
3342   case $1 in
3343   --*=*)
3344     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3345     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3346     ac_shift=:
3347     ;;
3348   *)
3349     ac_option=$1
3350     ac_optarg=$2
3351     ac_shift=shift
3352     ;;
3353   esac
3354
3355   case $ac_option in
3356   # Handling of the options.
3357   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3358     ac_cs_recheck=: ;;
3359   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3360     echo "$ac_cs_version"; exit ;;
3361   --debug | --debu | --deb | --de | --d | -d )
3362     debug=: ;;
3363   --file | --fil | --fi | --f )
3364     $ac_shift
3365     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3366     ac_need_defaults=false;;
3367   --header | --heade | --head | --hea )
3368     $ac_shift
3369     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3370     ac_need_defaults=false;;
3371   --he | --h)
3372     # Conflict between --help and --header
3373     { echo "$as_me: error: ambiguous option: $1
3374 Try \`$0 --help' for more information." >&2
3375    { (exit 1); exit 1; }; };;
3376   --help | --hel | -h )
3377     echo "$ac_cs_usage"; exit ;;
3378   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3379   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3380     ac_cs_silent=: ;;
3381
3382   # This is an error.
3383   -*) { echo "$as_me: error: unrecognized option: $1
3384 Try \`$0 --help' for more information." >&2
3385    { (exit 1); exit 1; }; } ;;
3386
3387   *) ac_config_targets="$ac_config_targets $1"
3388      ac_need_defaults=false ;;
3389
3390   esac
3391   shift
3392 done
3393
3394 ac_configure_extra_args=
3395
3396 if $ac_cs_silent; then
3397   exec 6>/dev/null
3398   ac_configure_extra_args="$ac_configure_extra_args --silent"
3399 fi
3400
3401 _ACEOF
3402 cat >>$CONFIG_STATUS <<_ACEOF
3403 if \$ac_cs_recheck; then
3404   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3405   CONFIG_SHELL=$SHELL
3406   export CONFIG_SHELL
3407   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3408 fi
3409
3410 _ACEOF
3411 cat >>$CONFIG_STATUS <<\_ACEOF
3412 exec 5>>config.log
3413 {
3414   echo
3415   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3416 ## Running $as_me. ##
3417 _ASBOX
3418   echo "$ac_log"
3419 } >&5
3420
3421 _ACEOF
3422 cat >>$CONFIG_STATUS <<_ACEOF
3423 #
3424 # INIT-COMMANDS
3425 #
3426
3427
3428 _ACEOF
3429
3430 cat >>$CONFIG_STATUS <<\_ACEOF
3431
3432 # Handling of arguments.
3433 for ac_config_target in $ac_config_targets
3434 do
3435   case $ac_config_target in
3436     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
3437     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
3438     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3439
3440   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3441 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3442    { (exit 1); exit 1; }; };;
3443   esac
3444 done
3445
3446
3447 # If the user did not use the arguments to specify the items to instantiate,
3448 # then the envvar interface is used.  Set only those that are not.
3449 # We use the long form for the default assignment because of an extremely
3450 # bizarre bug on SunOS 4.1.3.
3451 if $ac_need_defaults; then
3452   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3453   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3454   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3455 fi
3456
3457 # Have a temporary directory for convenience.  Make it in the build tree
3458 # simply because there is no reason against having it here, and in addition,
3459 # creating and moving files from /tmp can sometimes cause problems.
3460 # Hook for its removal unless debugging.
3461 # Note that there is a small window in which the directory will not be cleaned:
3462 # after its creation but before its name has been assigned to `$tmp'.
3463 $debug ||
3464 {
3465   tmp=
3466   trap 'exit_status=$?
3467   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3468 ' 0
3469   trap '{ (exit 1); exit 1; }' 1 2 13 15
3470 }
3471 # Create a (secure) tmp directory for tmp files.
3472
3473 {
3474   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3475   test -n "$tmp" && test -d "$tmp"
3476 }  ||
3477 {
3478   tmp=./conf$$-$RANDOM
3479   (umask 077 && mkdir "$tmp")
3480 } ||
3481 {
3482    echo "$me: cannot create a temporary directory in ." >&2
3483    { (exit 1); exit 1; }
3484 }
3485
3486 #
3487 # Set up the sed scripts for CONFIG_FILES section.
3488 #
3489
3490 # No need to generate the scripts if there are no CONFIG_FILES.
3491 # This happens for instance when ./config.status config.h
3492 if test -n "$CONFIG_FILES"; then
3493
3494 _ACEOF
3495
3496
3497
3498 ac_delim='%!_!# '
3499 for ac_last_try in false false false false false :; do
3500   cat >conf$$subs.sed <<_ACEOF
3501 SHELL!$SHELL$ac_delim
3502 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3503 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3504 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3505 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3506 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3507 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3508 exec_prefix!$exec_prefix$ac_delim
3509 prefix!$prefix$ac_delim
3510 program_transform_name!$program_transform_name$ac_delim
3511 bindir!$bindir$ac_delim
3512 sbindir!$sbindir$ac_delim
3513 libexecdir!$libexecdir$ac_delim
3514 datarootdir!$datarootdir$ac_delim
3515 datadir!$datadir$ac_delim
3516 sysconfdir!$sysconfdir$ac_delim
3517 sharedstatedir!$sharedstatedir$ac_delim
3518 localstatedir!$localstatedir$ac_delim
3519 includedir!$includedir$ac_delim
3520 oldincludedir!$oldincludedir$ac_delim
3521 docdir!$docdir$ac_delim
3522 infodir!$infodir$ac_delim
3523 htmldir!$htmldir$ac_delim
3524 dvidir!$dvidir$ac_delim
3525 pdfdir!$pdfdir$ac_delim
3526 psdir!$psdir$ac_delim
3527 libdir!$libdir$ac_delim
3528 localedir!$localedir$ac_delim
3529 mandir!$mandir$ac_delim
3530 DEFS!$DEFS$ac_delim
3531 ECHO_C!$ECHO_C$ac_delim
3532 ECHO_N!$ECHO_N$ac_delim
3533 ECHO_T!$ECHO_T$ac_delim
3534 LIBS!$LIBS$ac_delim
3535 build_alias!$build_alias$ac_delim
3536 host_alias!$host_alias$ac_delim
3537 target_alias!$target_alias$ac_delim
3538 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3539 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3540 INSTALL_DATA!$INSTALL_DATA$ac_delim
3541 PACKAGE!$PACKAGE$ac_delim
3542 VERSION!$VERSION$ac_delim
3543 ACLOCAL!$ACLOCAL$ac_delim
3544 AUTOCONF!$AUTOCONF$ac_delim
3545 AUTOMAKE!$AUTOMAKE$ac_delim
3546 AUTOHEADER!$AUTOHEADER$ac_delim
3547 MAKEINFO!$MAKEINFO$ac_delim
3548 SET_MAKE!$SET_MAKE$ac_delim
3549 CC!$CC$ac_delim
3550 CFLAGS!$CFLAGS$ac_delim
3551 LDFLAGS!$LDFLAGS$ac_delim
3552 CPPFLAGS!$CPPFLAGS$ac_delim
3553 ac_ct_CC!$ac_ct_CC$ac_delim
3554 EXEEXT!$EXEEXT$ac_delim
3555 OBJEXT!$OBJEXT$ac_delim
3556 LIBOBJS!$LIBOBJS$ac_delim
3557 LTLIBOBJS!$LTLIBOBJS$ac_delim
3558 _ACEOF
3559
3560   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 57; then
3561     break
3562   elif $ac_last_try; then
3563     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3564 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3565    { (exit 1); exit 1; }; }
3566   else
3567     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3568   fi
3569 done
3570
3571 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3572 if test -n "$ac_eof"; then
3573   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3574   ac_eof=`expr $ac_eof + 1`
3575 fi
3576
3577 cat >>$CONFIG_STATUS <<_ACEOF
3578 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3579 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3580 _ACEOF
3581 sed '
3582 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3583 s/^/s,@/; s/!/@,|#_!!_#|/
3584 :n
3585 t n
3586 s/'"$ac_delim"'$/,g/; t
3587 s/$/\\/; p
3588 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3589 ' >>$CONFIG_STATUS <conf$$subs.sed
3590 rm -f conf$$subs.sed
3591 cat >>$CONFIG_STATUS <<_ACEOF
3592 :end
3593 s/|#_!!_#|//g
3594 CEOF$ac_eof
3595 _ACEOF
3596
3597
3598 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3599 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3600 # trailing colons and then remove the whole line if VPATH becomes empty
3601 # (actually we leave an empty line to preserve line numbers).
3602 if test "x$srcdir" = x.; then
3603   ac_vpsub='/^[  ]*VPATH[        ]*=/{
3604 s/:*\$(srcdir):*/:/
3605 s/:*\${srcdir}:*/:/
3606 s/:*@srcdir@:*/:/
3607 s/^\([^=]*=[     ]*\):*/\1/
3608 s/:*$//
3609 s/^[^=]*=[       ]*$//
3610 }'
3611 fi
3612
3613 cat >>$CONFIG_STATUS <<\_ACEOF
3614 fi # test -n "$CONFIG_FILES"
3615
3616
3617 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
3618 do
3619   case $ac_tag in
3620   :[FHLC]) ac_mode=$ac_tag; continue;;
3621   esac
3622   case $ac_mode$ac_tag in
3623   :[FHL]*:*);;
3624   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3625 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3626    { (exit 1); exit 1; }; };;
3627   :[FH]-) ac_tag=-:-;;
3628   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3629   esac
3630   ac_save_IFS=$IFS
3631   IFS=:
3632   set x $ac_tag
3633   IFS=$ac_save_IFS
3634   shift
3635   ac_file=$1
3636   shift
3637
3638   case $ac_mode in
3639   :L) ac_source=$1;;
3640   :[FH])
3641     ac_file_inputs=
3642     for ac_f
3643     do
3644       case $ac_f in
3645       -) ac_f="$tmp/stdin";;
3646       *) # Look for the file first in the build tree, then in the source tree
3647          # (if the path is not absolute).  The absolute path cannot be DOS-style,
3648          # because $ac_f cannot contain `:'.
3649          test -f "$ac_f" ||
3650            case $ac_f in
3651            [\\/$]*) false;;
3652            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3653            esac ||
3654            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3655 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3656    { (exit 1); exit 1; }; };;
3657       esac
3658       ac_file_inputs="$ac_file_inputs $ac_f"
3659     done
3660
3661     # Let's still pretend it is `configure' which instantiates (i.e., don't
3662     # use $as_me), people would be surprised to read:
3663     #    /* config.h.  Generated by config.status.  */
3664     configure_input="Generated from "`IFS=:
3665           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3666     if test x"$ac_file" != x-; then
3667       configure_input="$ac_file.  $configure_input"
3668       { echo "$as_me:$LINENO: creating $ac_file" >&5
3669 echo "$as_me: creating $ac_file" >&6;}
3670     fi
3671
3672     case $ac_tag in
3673     *:-:* | *:-) cat >"$tmp/stdin";;
3674     esac
3675     ;;
3676   esac
3677
3678   ac_dir=`$as_dirname -- "$ac_file" ||
3679 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3680          X"$ac_file" : 'X\(//\)[^/]' \| \
3681          X"$ac_file" : 'X\(//\)$' \| \
3682          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3683 echo X"$ac_file" |
3684     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3685             s//\1/
3686             q
3687           }
3688           /^X\(\/\/\)[^/].*/{
3689             s//\1/
3690             q
3691           }
3692           /^X\(\/\/\)$/{
3693             s//\1/
3694             q
3695           }
3696           /^X\(\/\).*/{
3697             s//\1/
3698             q
3699           }
3700           s/.*/./; q'`
3701   { as_dir="$ac_dir"
3702   case $as_dir in #(
3703   -*) as_dir=./$as_dir;;
3704   esac
3705   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3706     as_dirs=
3707     while :; do
3708       case $as_dir in #(
3709       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3710       *) as_qdir=$as_dir;;
3711       esac
3712       as_dirs="'$as_qdir' $as_dirs"
3713       as_dir=`$as_dirname -- "$as_dir" ||
3714 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3715          X"$as_dir" : 'X\(//\)[^/]' \| \
3716          X"$as_dir" : 'X\(//\)$' \| \
3717          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3718 echo X"$as_dir" |
3719     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3720             s//\1/
3721             q
3722           }
3723           /^X\(\/\/\)[^/].*/{
3724             s//\1/
3725             q
3726           }
3727           /^X\(\/\/\)$/{
3728             s//\1/
3729             q
3730           }
3731           /^X\(\/\).*/{
3732             s//\1/
3733             q
3734           }
3735           s/.*/./; q'`
3736       test -d "$as_dir" && break
3737     done
3738     test -z "$as_dirs" || eval "mkdir $as_dirs"
3739   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3740 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3741    { (exit 1); exit 1; }; }; }
3742   ac_builddir=.
3743
3744 case "$ac_dir" in
3745 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3746 *)
3747   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3748   # A ".." for each directory in $ac_dir_suffix.
3749   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3750   case $ac_top_builddir_sub in
3751   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3752   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3753   esac ;;
3754 esac
3755 ac_abs_top_builddir=$ac_pwd
3756 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3757 # for backward compatibility:
3758 ac_top_builddir=$ac_top_build_prefix
3759
3760 case $srcdir in
3761   .)  # We are building in place.
3762     ac_srcdir=.
3763     ac_top_srcdir=$ac_top_builddir_sub
3764     ac_abs_top_srcdir=$ac_pwd ;;
3765   [\\/]* | ?:[\\/]* )  # Absolute name.
3766     ac_srcdir=$srcdir$ac_dir_suffix;
3767     ac_top_srcdir=$srcdir
3768     ac_abs_top_srcdir=$srcdir ;;
3769   *) # Relative name.
3770     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3771     ac_top_srcdir=$ac_top_build_prefix$srcdir
3772     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3773 esac
3774 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3775
3776
3777   case $ac_mode in
3778   :F)
3779   #
3780   # CONFIG_FILE
3781   #
3782
3783   case $INSTALL in
3784   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3785   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3786   esac
3787 _ACEOF
3788
3789 cat >>$CONFIG_STATUS <<\_ACEOF
3790 # If the template does not know about datarootdir, expand it.
3791 # FIXME: This hack should be removed a few years after 2.60.
3792 ac_datarootdir_hack=; ac_datarootdir_seen=
3793
3794 case `sed -n '/datarootdir/ {
3795   p
3796   q
3797 }
3798 /@datadir@/p
3799 /@docdir@/p
3800 /@infodir@/p
3801 /@localedir@/p
3802 /@mandir@/p
3803 ' $ac_file_inputs` in
3804 *datarootdir*) ac_datarootdir_seen=yes;;
3805 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3806   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3807 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3808 _ACEOF
3809 cat >>$CONFIG_STATUS <<_ACEOF
3810   ac_datarootdir_hack='
3811   s&@datadir@&$datadir&g
3812   s&@docdir@&$docdir&g
3813   s&@infodir@&$infodir&g
3814   s&@localedir@&$localedir&g
3815   s&@mandir@&$mandir&g
3816     s&\\\${datarootdir}&$datarootdir&g' ;;
3817 esac
3818 _ACEOF
3819
3820 # Neutralize VPATH when `$srcdir' = `.'.
3821 # Shell code in configure.ac might set extrasub.
3822 # FIXME: do we really want to maintain this feature?
3823 cat >>$CONFIG_STATUS <<_ACEOF
3824   sed "$ac_vpsub
3825 $extrasub
3826 _ACEOF
3827 cat >>$CONFIG_STATUS <<\_ACEOF
3828 :t
3829 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3830 s&@configure_input@&$configure_input&;t t
3831 s&@top_builddir@&$ac_top_builddir_sub&;t t
3832 s&@srcdir@&$ac_srcdir&;t t
3833 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3834 s&@top_srcdir@&$ac_top_srcdir&;t t
3835 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3836 s&@builddir@&$ac_builddir&;t t
3837 s&@abs_builddir@&$ac_abs_builddir&;t t
3838 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3839 s&@INSTALL@&$ac_INSTALL&;t t
3840 $ac_datarootdir_hack
3841 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3842
3843 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3844   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3845   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3846   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3847 which seems to be undefined.  Please make sure it is defined." >&5
3848 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3849 which seems to be undefined.  Please make sure it is defined." >&2;}
3850
3851   rm -f "$tmp/stdin"
3852   case $ac_file in
3853   -) cat "$tmp/out"; rm -f "$tmp/out";;
3854   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3855   esac
3856  ;;
3857   :H)
3858   #
3859   # CONFIG_HEADER
3860   #
3861 _ACEOF
3862
3863 # Transform confdefs.h into a sed script `conftest.defines', that
3864 # substitutes the proper values into config.h.in to produce config.h.
3865 rm -f conftest.defines conftest.tail
3866 # First, append a space to every undef/define line, to ease matching.
3867 echo 's/$/ /' >conftest.defines
3868 # Then, protect against being on the right side of a sed subst, or in
3869 # an unquoted here document, in config.status.  If some macros were
3870 # called several times there might be several #defines for the same
3871 # symbol, which is useless.  But do not sort them, since the last
3872 # AC_DEFINE must be honored.
3873 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
3874 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
3875 # NAME is the cpp macro being defined, VALUE is the value it is being given.
3876 # PARAMS is the parameter list in the macro definition--in most cases, it's
3877 # just an empty string.
3878 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
3879 ac_dB='\\)[      (].*,\\1define\\2'
3880 ac_dC=' '
3881 ac_dD=' ,'
3882
3883 uniq confdefs.h |
3884   sed -n '
3885         t rset
3886         :rset
3887         s/^[     ]*#[    ]*define[       ][      ]*//
3888         t ok
3889         d
3890         :ok
3891         s/[\\&,]/\\&/g
3892         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
3893         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
3894   ' >>conftest.defines
3895
3896 # Remove the space that was appended to ease matching.
3897 # Then replace #undef with comments.  This is necessary, for
3898 # example, in the case of _POSIX_SOURCE, which is predefined and required
3899 # on some systems where configure will not decide to define it.
3900 # (The regexp can be short, since the line contains either #define or #undef.)
3901 echo 's/ $//
3902 s,^[     #]*u.*,/* & */,' >>conftest.defines
3903
3904 # Break up conftest.defines:
3905 ac_max_sed_lines=50
3906
3907 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
3908 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
3909 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
3910 # et cetera.
3911 ac_in='$ac_file_inputs'
3912 ac_out='"$tmp/out1"'
3913 ac_nxt='"$tmp/out2"'
3914
3915 while :
3916 do
3917   # Write a here document:
3918     cat >>$CONFIG_STATUS <<_ACEOF
3919     # First, check the format of the line:
3920     cat >"\$tmp/defines.sed" <<\\CEOF
3921 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
3922 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
3923 b
3924 :def
3925 _ACEOF
3926   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
3927   echo 'CEOF
3928     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
3929   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
3930   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
3931   grep . conftest.tail >/dev/null || break
3932   rm -f conftest.defines
3933   mv conftest.tail conftest.defines
3934 done
3935 rm -f conftest.defines conftest.tail
3936
3937 echo "ac_result=$ac_in" >>$CONFIG_STATUS
3938 cat >>$CONFIG_STATUS <<\_ACEOF
3939   if test x"$ac_file" != x-; then
3940     echo "/* $configure_input  */" >"$tmp/config.h"
3941     cat "$ac_result" >>"$tmp/config.h"
3942     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
3943       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
3944 echo "$as_me: $ac_file is unchanged" >&6;}
3945     else
3946       rm -f $ac_file
3947       mv "$tmp/config.h" $ac_file
3948     fi
3949   else
3950     echo "/* $configure_input  */"
3951     cat "$ac_result"
3952   fi
3953   rm -f "$tmp/out12"
3954  ;;
3955
3956   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
3957 echo "$as_me: executing $ac_file commands" >&6;}
3958  ;;
3959   esac
3960
3961
3962   case $ac_file$ac_mode in
3963     "default-1":C) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
3964
3965   esac
3966 done # for ac_tag
3967
3968
3969 { (exit 0); exit 0; }
3970 _ACEOF
3971 chmod +x $CONFIG_STATUS
3972 ac_clean_files=$ac_clean_files_save
3973
3974
3975 # configure is writing to config.log, and then calls config.status.
3976 # config.status does its own redirection, appending to config.log.
3977 # Unfortunately, on DOS this fails, as config.log is still kept open
3978 # by configure, so config.status won't be able to write to it; its
3979 # output is simply discarded.  So we exec the FD to /dev/null,
3980 # effectively closing config.log, so it can be properly (re)opened and
3981 # appended to by config.status.  When coming back to configure, we
3982 # need to make the FD available again.
3983 if test "$no_create" != yes; then
3984   ac_cs_success=:
3985   ac_config_status_args=
3986   test "$silent" = yes &&
3987     ac_config_status_args="$ac_config_status_args --quiet"
3988   exec 5>/dev/null
3989   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3990   exec 5>>config.log
3991   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3992   # would make configure fail if this is the last instruction.
3993   $ac_cs_success || { (exit 1); exit 1; }
3994 fi
3995