gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change never return...
[gnus] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65.
4 #
5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8 # Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 case $0 in #((
93   *[\\/]* ) as_myself=$0 ;;
94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97   IFS=$as_save_IFS
98   test -z "$as_dir" && as_dir=.
99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there.  '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 if test "x$CONFIG_SHELL" = x; then
137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138   emulate sh
139   NULLCMD=:
140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141   # is contrary to our usage.  Disable this feature.
142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
143   setopt NO_GLOB_SUBST
144 else
145   case \`(set -o) 2>/dev/null\` in #(
146   *posix*) :
147     set -o posix ;; #(
148   *) :
149      ;;
150 esac
151 fi
152 "
153   as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
158
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166 else
167   exitcode=1; echo positional parameters were not saved.
168 fi
169 test x\$exitcode = x0 || exit 1"
170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
174   if (eval "$as_required") 2>/dev/null; then :
175   as_have_required=yes
176 else
177   as_have_required=no
178 fi
179   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180
181 else
182   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183 as_found=false
184 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185 do
186   IFS=$as_save_IFS
187   test -z "$as_dir" && as_dir=.
188   as_found=:
189   case $as_dir in #(
190          /*)
191            for as_base in sh bash ksh sh5; do
192              # Try only shells that exist, to save several forks.
193              as_shell=$as_dir/$as_base
194              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
195                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
196   CONFIG_SHELL=$as_shell as_have_required=yes
197                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
198   break 2
199 fi
200 fi
201            done;;
202        esac
203   as_found=false
204 done
205 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
206               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
207   CONFIG_SHELL=$SHELL as_have_required=yes
208 fi; }
209 IFS=$as_save_IFS
210
211
212       if test "x$CONFIG_SHELL" != x; then :
213   # We cannot yet assume a decent shell, so we have to provide a
214         # neutralization value for shells without unset; and this also
215         # works around shells that cannot unset nonexistent variables.
216         BASH_ENV=/dev/null
217         ENV=/dev/null
218         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219         export CONFIG_SHELL
220         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
221 fi
222
223     if test x$as_have_required = xno; then :
224   $as_echo "$0: This script requires a shell more modern than all"
225   $as_echo "$0: the shells that I found on your system."
226   if test x${ZSH_VERSION+set} = xset ; then
227     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
228     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229   else
230     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
231 $0: including any error possibly output before this
232 $0: message. Then install a modern shell, or manually run
233 $0: the script under such a shell if you do have one."
234   fi
235   exit 1
236 fi
237 fi
238 fi
239 SHELL=${CONFIG_SHELL-/bin/sh}
240 export SHELL
241 # Unset more variables known to interfere with behavior of common tools.
242 CLICOLOR_FORCE= GREP_OPTIONS=
243 unset CLICOLOR_FORCE GREP_OPTIONS
244
245 ## --------------------- ##
246 ## M4sh Shell Functions. ##
247 ## --------------------- ##
248 # as_fn_unset VAR
249 # ---------------
250 # Portably unset VAR.
251 as_fn_unset ()
252 {
253   { eval $1=; unset $1;}
254 }
255 as_unset=as_fn_unset
256
257 # as_fn_set_status STATUS
258 # -----------------------
259 # Set $? to STATUS, without forking.
260 as_fn_set_status ()
261 {
262   return $1
263 } # as_fn_set_status
264
265 # as_fn_exit STATUS
266 # -----------------
267 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
268 as_fn_exit ()
269 {
270   set +e
271   as_fn_set_status $1
272   exit $1
273 } # as_fn_exit
274
275 # as_fn_mkdir_p
276 # -------------
277 # Create "$as_dir" as a directory, including parents if necessary.
278 as_fn_mkdir_p ()
279 {
280
281   case $as_dir in #(
282   -*) as_dir=./$as_dir;;
283   esac
284   test -d "$as_dir" || eval $as_mkdir_p || {
285     as_dirs=
286     while :; do
287       case $as_dir in #(
288       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
289       *) as_qdir=$as_dir;;
290       esac
291       as_dirs="'$as_qdir' $as_dirs"
292       as_dir=`$as_dirname -- "$as_dir" ||
293 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
294          X"$as_dir" : 'X\(//\)[^/]' \| \
295          X"$as_dir" : 'X\(//\)$' \| \
296          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
297 $as_echo X"$as_dir" |
298     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
299             s//\1/
300             q
301           }
302           /^X\(\/\/\)[^/].*/{
303             s//\1/
304             q
305           }
306           /^X\(\/\/\)$/{
307             s//\1/
308             q
309           }
310           /^X\(\/\).*/{
311             s//\1/
312             q
313           }
314           s/.*/./; q'`
315       test -d "$as_dir" && break
316     done
317     test -z "$as_dirs" || eval "mkdir $as_dirs"
318   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
319
320
321 } # as_fn_mkdir_p
322 # as_fn_append VAR VALUE
323 # ----------------------
324 # Append the text in VALUE to the end of the definition contained in VAR. Take
325 # advantage of any shell optimizations that allow amortized linear growth over
326 # repeated appends, instead of the typical quadratic growth present in naive
327 # implementations.
328 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
329   eval 'as_fn_append ()
330   {
331     eval $1+=\$2
332   }'
333 else
334   as_fn_append ()
335   {
336     eval $1=\$$1\$2
337   }
338 fi # as_fn_append
339
340 # as_fn_arith ARG...
341 # ------------------
342 # Perform arithmetic evaluation on the ARGs, and store the result in the
343 # global $as_val. Take advantage of shells that can avoid forks. The arguments
344 # must be portable across $(()) and expr.
345 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
346   eval 'as_fn_arith ()
347   {
348     as_val=$(( $* ))
349   }'
350 else
351   as_fn_arith ()
352   {
353     as_val=`expr "$@" || test $? -eq 1`
354   }
355 fi # as_fn_arith
356
357
358 # as_fn_error ERROR [LINENO LOG_FD]
359 # ---------------------------------
360 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
361 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
362 # script with status $?, using 1 if that was 0.
363 as_fn_error ()
364 {
365   as_status=$?; test $as_status -eq 0 && as_status=1
366   if test "$3"; then
367     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
368     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369   fi
370   $as_echo "$as_me: error: $1" >&2
371   as_fn_exit $as_status
372 } # as_fn_error
373
374 if expr a : '\(a\)' >/dev/null 2>&1 &&
375    test "X`expr 00001 : '.*\(...\)'`" = X001; then
376   as_expr=expr
377 else
378   as_expr=false
379 fi
380
381 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
382   as_basename=basename
383 else
384   as_basename=false
385 fi
386
387 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
388   as_dirname=dirname
389 else
390   as_dirname=false
391 fi
392
393 as_me=`$as_basename -- "$0" ||
394 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
395          X"$0" : 'X\(//\)$' \| \
396          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 $as_echo X/"$0" |
398     sed '/^.*\/\([^/][^/]*\)\/*$/{
399             s//\1/
400             q
401           }
402           /^X\/\(\/\/\)$/{
403             s//\1/
404             q
405           }
406           /^X\/\(\/\).*/{
407             s//\1/
408             q
409           }
410           s/.*/./; q'`
411
412 # Avoid depending upon Character Ranges.
413 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
414 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
415 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
416 as_cr_digits='0123456789'
417 as_cr_alnum=$as_cr_Letters$as_cr_digits
418
419
420   as_lineno_1=$LINENO as_lineno_1a=$LINENO
421   as_lineno_2=$LINENO as_lineno_2a=$LINENO
422   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
423   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
424   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
425   sed -n '
426     p
427     /[$]LINENO/=
428   ' <$as_myself |
429     sed '
430       s/[$]LINENO.*/&-/
431       t lineno
432       b
433       :lineno
434       N
435       :loop
436       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
437       t loop
438       s/-\n.*//
439     ' >$as_me.lineno &&
440   chmod +x "$as_me.lineno" ||
441     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442
443   # Don't try to exec as it changes $[0], causing all sort of problems
444   # (the dirname of $[0] is not the place where we might find the
445   # original and so on.  Autoconf is especially sensitive to this).
446   . "./$as_me.lineno"
447   # Exit status is that of the last command.
448   exit
449 }
450
451 ECHO_C= ECHO_N= ECHO_T=
452 case `echo -n x` in #(((((
453 -n*)
454   case `echo 'xy\c'` in
455   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
456   xy)  ECHO_C='\c';;
457   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
458        ECHO_T=' ';;
459   esac;;
460 *)
461   ECHO_N='-n';;
462 esac
463
464 rm -f conf$$ conf$$.exe conf$$.file
465 if test -d conf$$.dir; then
466   rm -f conf$$.dir/conf$$.file
467 else
468   rm -f conf$$.dir
469   mkdir conf$$.dir 2>/dev/null
470 fi
471 if (echo >conf$$.file) 2>/dev/null; then
472   if ln -s conf$$.file conf$$ 2>/dev/null; then
473     as_ln_s='ln -s'
474     # ... but there are two gotchas:
475     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
476     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
477     # In both cases, we have to default to `cp -p'.
478     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479       as_ln_s='cp -p'
480   elif ln conf$$.file conf$$ 2>/dev/null; then
481     as_ln_s=ln
482   else
483     as_ln_s='cp -p'
484   fi
485 else
486   as_ln_s='cp -p'
487 fi
488 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
489 rmdir conf$$.dir 2>/dev/null
490
491 if mkdir -p . 2>/dev/null; then
492   as_mkdir_p='mkdir -p "$as_dir"'
493 else
494   test -d ./-p && rmdir ./-p
495   as_mkdir_p=false
496 fi
497
498 if test -x / >/dev/null 2>&1; then
499   as_test_x='test -x'
500 else
501   if ls -dL / >/dev/null 2>&1; then
502     as_ls_L_option=L
503   else
504     as_ls_L_option=
505   fi
506   as_test_x='
507     eval sh -c '\''
508       if test -d "$1"; then
509         test -d "$1/.";
510       else
511         case $1 in #(
512         -*)set "./$1";;
513         esac;
514         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
515         ???[sx]*):;;*)false;;esac;fi
516     '\'' sh
517   '
518 fi
519 as_executable_p=$as_test_x
520
521 # Sed expression to map a string onto a valid CPP name.
522 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523
524 # Sed expression to map a string onto a valid variable name.
525 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
526
527
528 test -n "$DJDIR" || exec 7<&0 </dev/null
529 exec 6>&1
530
531 # Name of the host.
532 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
533 # so uname gets run too.
534 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
535
536 #
537 # Initializations.
538 #
539 ac_default_prefix=/usr/local
540 ac_clean_files=
541 ac_config_libobj_dir=.
542 LIBOBJS=
543 cross_compiling=no
544 subdirs=
545 MFLAGS=
546 MAKEFLAGS=
547
548 # Identity of this package.
549 PACKAGE_NAME=
550 PACKAGE_TARNAME=
551 PACKAGE_VERSION=
552 PACKAGE_STRING=
553 PACKAGE_BUGREPORT=
554 PACKAGE_URL=
555
556 ac_unique_file="lisp/gnus.el"
557 ac_subst_vars='LTLIBOBJS
558 LIBOBJS
559 USE_FONTS
560 WITHOUT_FONTS_bcr
561 WITH_FONTS_bcr
562 WITHOUT_FONTS_pfu
563 WITH_FONTS_pfu
564 WITHOUT_FONTS_bembo
565 WITH_FONTS_bembo
566 LATEX
567 FLAGS
568 W3
569 HAVE_w3_forms
570 URL
571 HAVE_url
572 info_dir
573 etcdir
574 lispdir
575 EMACS_FLAVOR
576 XEMACS
577 EMACS
578 MAKEINFO
579 INSTALL_DATA
580 INSTALL_SCRIPT
581 INSTALL_PROGRAM
582 SET_MAKE
583 target_alias
584 host_alias
585 build_alias
586 LIBS
587 ECHO_T
588 ECHO_N
589 ECHO_C
590 DEFS
591 mandir
592 localedir
593 libdir
594 psdir
595 pdfdir
596 dvidir
597 htmldir
598 infodir
599 docdir
600 oldincludedir
601 includedir
602 localstatedir
603 sharedstatedir
604 sysconfdir
605 datadir
606 datarootdir
607 libexecdir
608 sbindir
609 bindir
610 program_transform_name
611 prefix
612 exec_prefix
613 PACKAGE_URL
614 PACKAGE_BUGREPORT
615 PACKAGE_STRING
616 PACKAGE_VERSION
617 PACKAGE_TARNAME
618 PACKAGE_NAME
619 PATH_SEPARATOR
620 SHELL'
621 ac_subst_files=''
622 ac_user_opts='
623 enable_option_checking
624 with_xemacs
625 with_emacs
626 with_lispdir
627 with_etcdir
628 with_url
629 with_w3
630 with_fonts
631 '
632       ac_precious_vars='build_alias
633 host_alias
634 target_alias'
635
636
637 # Initialize some variables set by options.
638 ac_init_help=
639 ac_init_version=false
640 ac_unrecognized_opts=
641 ac_unrecognized_sep=
642 # The variables have the same names as the options, with
643 # dashes changed to underlines.
644 cache_file=/dev/null
645 exec_prefix=NONE
646 no_create=
647 no_recursion=
648 prefix=NONE
649 program_prefix=NONE
650 program_suffix=NONE
651 program_transform_name=s,x,x,
652 silent=
653 site=
654 srcdir=
655 verbose=
656 x_includes=NONE
657 x_libraries=NONE
658
659 # Installation directory options.
660 # These are left unexpanded so users can "make install exec_prefix=/foo"
661 # and all the variables that are supposed to be based on exec_prefix
662 # by default will actually change.
663 # Use braces instead of parens because sh, perl, etc. also accept them.
664 # (The list follows the same order as the GNU Coding Standards.)
665 bindir='${exec_prefix}/bin'
666 sbindir='${exec_prefix}/sbin'
667 libexecdir='${exec_prefix}/libexec'
668 datarootdir='${prefix}/share'
669 datadir='${datarootdir}'
670 sysconfdir='${prefix}/etc'
671 sharedstatedir='${prefix}/com'
672 localstatedir='${prefix}/var'
673 includedir='${prefix}/include'
674 oldincludedir='/usr/include'
675 docdir='${datarootdir}/doc/${PACKAGE}'
676 infodir='${datarootdir}/info'
677 htmldir='${docdir}'
678 dvidir='${docdir}'
679 pdfdir='${docdir}'
680 psdir='${docdir}'
681 libdir='${exec_prefix}/lib'
682 localedir='${datarootdir}/locale'
683 mandir='${datarootdir}/man'
684
685 ac_prev=
686 ac_dashdash=
687 for ac_option
688 do
689   # If the previous option needs an argument, assign it.
690   if test -n "$ac_prev"; then
691     eval $ac_prev=\$ac_option
692     ac_prev=
693     continue
694   fi
695
696   case $ac_option in
697   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
698   *)    ac_optarg=yes ;;
699   esac
700
701   # Accept the important Cygnus configure options, so we can diagnose typos.
702
703   case $ac_dashdash$ac_option in
704   --)
705     ac_dashdash=yes ;;
706
707   -bindir | --bindir | --bindi | --bind | --bin | --bi)
708     ac_prev=bindir ;;
709   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
710     bindir=$ac_optarg ;;
711
712   -build | --build | --buil | --bui | --bu)
713     ac_prev=build_alias ;;
714   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
715     build_alias=$ac_optarg ;;
716
717   -cache-file | --cache-file | --cache-fil | --cache-fi \
718   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
719     ac_prev=cache_file ;;
720   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
721   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
722     cache_file=$ac_optarg ;;
723
724   --config-cache | -C)
725     cache_file=config.cache ;;
726
727   -datadir | --datadir | --datadi | --datad)
728     ac_prev=datadir ;;
729   -datadir=* | --datadir=* | --datadi=* | --datad=*)
730     datadir=$ac_optarg ;;
731
732   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
733   | --dataroo | --dataro | --datar)
734     ac_prev=datarootdir ;;
735   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
736   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
737     datarootdir=$ac_optarg ;;
738
739   -disable-* | --disable-*)
740     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
741     # Reject names that are not valid shell variable names.
742     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
743       as_fn_error "invalid feature name: $ac_useropt"
744     ac_useropt_orig=$ac_useropt
745     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
746     case $ac_user_opts in
747       *"
748 "enable_$ac_useropt"
749 "*) ;;
750       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
751          ac_unrecognized_sep=', ';;
752     esac
753     eval enable_$ac_useropt=no ;;
754
755   -docdir | --docdir | --docdi | --doc | --do)
756     ac_prev=docdir ;;
757   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
758     docdir=$ac_optarg ;;
759
760   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
761     ac_prev=dvidir ;;
762   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
763     dvidir=$ac_optarg ;;
764
765   -enable-* | --enable-*)
766     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
767     # Reject names that are not valid shell variable names.
768     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
769       as_fn_error "invalid feature name: $ac_useropt"
770     ac_useropt_orig=$ac_useropt
771     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
772     case $ac_user_opts in
773       *"
774 "enable_$ac_useropt"
775 "*) ;;
776       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
777          ac_unrecognized_sep=', ';;
778     esac
779     eval enable_$ac_useropt=\$ac_optarg ;;
780
781   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
782   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
783   | --exec | --exe | --ex)
784     ac_prev=exec_prefix ;;
785   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
786   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
787   | --exec=* | --exe=* | --ex=*)
788     exec_prefix=$ac_optarg ;;
789
790   -gas | --gas | --ga | --g)
791     # Obsolete; use --with-gas.
792     with_gas=yes ;;
793
794   -help | --help | --hel | --he | -h)
795     ac_init_help=long ;;
796   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
797     ac_init_help=recursive ;;
798   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
799     ac_init_help=short ;;
800
801   -host | --host | --hos | --ho)
802     ac_prev=host_alias ;;
803   -host=* | --host=* | --hos=* | --ho=*)
804     host_alias=$ac_optarg ;;
805
806   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
807     ac_prev=htmldir ;;
808   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
809   | --ht=*)
810     htmldir=$ac_optarg ;;
811
812   -includedir | --includedir | --includedi | --included | --include \
813   | --includ | --inclu | --incl | --inc)
814     ac_prev=includedir ;;
815   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
816   | --includ=* | --inclu=* | --incl=* | --inc=*)
817     includedir=$ac_optarg ;;
818
819   -infodir | --infodir | --infodi | --infod | --info | --inf)
820     ac_prev=infodir ;;
821   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
822     infodir=$ac_optarg ;;
823
824   -libdir | --libdir | --libdi | --libd)
825     ac_prev=libdir ;;
826   -libdir=* | --libdir=* | --libdi=* | --libd=*)
827     libdir=$ac_optarg ;;
828
829   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
830   | --libexe | --libex | --libe)
831     ac_prev=libexecdir ;;
832   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
833   | --libexe=* | --libex=* | --libe=*)
834     libexecdir=$ac_optarg ;;
835
836   -localedir | --localedir | --localedi | --localed | --locale)
837     ac_prev=localedir ;;
838   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
839     localedir=$ac_optarg ;;
840
841   -localstatedir | --localstatedir | --localstatedi | --localstated \
842   | --localstate | --localstat | --localsta | --localst | --locals)
843     ac_prev=localstatedir ;;
844   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
845   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
846     localstatedir=$ac_optarg ;;
847
848   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
849     ac_prev=mandir ;;
850   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
851     mandir=$ac_optarg ;;
852
853   -nfp | --nfp | --nf)
854     # Obsolete; use --without-fp.
855     with_fp=no ;;
856
857   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
858   | --no-cr | --no-c | -n)
859     no_create=yes ;;
860
861   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
862   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
863     no_recursion=yes ;;
864
865   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
866   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
867   | --oldin | --oldi | --old | --ol | --o)
868     ac_prev=oldincludedir ;;
869   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
870   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
871   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
872     oldincludedir=$ac_optarg ;;
873
874   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
875     ac_prev=prefix ;;
876   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
877     prefix=$ac_optarg ;;
878
879   -program-prefix | --program-prefix | --program-prefi | --program-pref \
880   | --program-pre | --program-pr | --program-p)
881     ac_prev=program_prefix ;;
882   -program-prefix=* | --program-prefix=* | --program-prefi=* \
883   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
884     program_prefix=$ac_optarg ;;
885
886   -program-suffix | --program-suffix | --program-suffi | --program-suff \
887   | --program-suf | --program-su | --program-s)
888     ac_prev=program_suffix ;;
889   -program-suffix=* | --program-suffix=* | --program-suffi=* \
890   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
891     program_suffix=$ac_optarg ;;
892
893   -program-transform-name | --program-transform-name \
894   | --program-transform-nam | --program-transform-na \
895   | --program-transform-n | --program-transform- \
896   | --program-transform | --program-transfor \
897   | --program-transfo | --program-transf \
898   | --program-trans | --program-tran \
899   | --progr-tra | --program-tr | --program-t)
900     ac_prev=program_transform_name ;;
901   -program-transform-name=* | --program-transform-name=* \
902   | --program-transform-nam=* | --program-transform-na=* \
903   | --program-transform-n=* | --program-transform-=* \
904   | --program-transform=* | --program-transfor=* \
905   | --program-transfo=* | --program-transf=* \
906   | --program-trans=* | --program-tran=* \
907   | --progr-tra=* | --program-tr=* | --program-t=*)
908     program_transform_name=$ac_optarg ;;
909
910   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
911     ac_prev=pdfdir ;;
912   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
913     pdfdir=$ac_optarg ;;
914
915   -psdir | --psdir | --psdi | --psd | --ps)
916     ac_prev=psdir ;;
917   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
918     psdir=$ac_optarg ;;
919
920   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
921   | -silent | --silent | --silen | --sile | --sil)
922     silent=yes ;;
923
924   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
925     ac_prev=sbindir ;;
926   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
927   | --sbi=* | --sb=*)
928     sbindir=$ac_optarg ;;
929
930   -sharedstatedir | --sharedstatedir | --sharedstatedi \
931   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
932   | --sharedst | --shareds | --shared | --share | --shar \
933   | --sha | --sh)
934     ac_prev=sharedstatedir ;;
935   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
936   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
937   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
938   | --sha=* | --sh=*)
939     sharedstatedir=$ac_optarg ;;
940
941   -site | --site | --sit)
942     ac_prev=site ;;
943   -site=* | --site=* | --sit=*)
944     site=$ac_optarg ;;
945
946   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
947     ac_prev=srcdir ;;
948   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
949     srcdir=$ac_optarg ;;
950
951   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
952   | --syscon | --sysco | --sysc | --sys | --sy)
953     ac_prev=sysconfdir ;;
954   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
955   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
956     sysconfdir=$ac_optarg ;;
957
958   -target | --target | --targe | --targ | --tar | --ta | --t)
959     ac_prev=target_alias ;;
960   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
961     target_alias=$ac_optarg ;;
962
963   -v | -verbose | --verbose | --verbos | --verbo | --verb)
964     verbose=yes ;;
965
966   -version | --version | --versio | --versi | --vers | -V)
967     ac_init_version=: ;;
968
969   -with-* | --with-*)
970     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
971     # Reject names that are not valid shell variable names.
972     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
973       as_fn_error "invalid package name: $ac_useropt"
974     ac_useropt_orig=$ac_useropt
975     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976     case $ac_user_opts in
977       *"
978 "with_$ac_useropt"
979 "*) ;;
980       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
981          ac_unrecognized_sep=', ';;
982     esac
983     eval with_$ac_useropt=\$ac_optarg ;;
984
985   -without-* | --without-*)
986     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
987     # Reject names that are not valid shell variable names.
988     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
989       as_fn_error "invalid package name: $ac_useropt"
990     ac_useropt_orig=$ac_useropt
991     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
992     case $ac_user_opts in
993       *"
994 "with_$ac_useropt"
995 "*) ;;
996       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
997          ac_unrecognized_sep=', ';;
998     esac
999     eval with_$ac_useropt=no ;;
1000
1001   --x)
1002     # Obsolete; use --with-x.
1003     with_x=yes ;;
1004
1005   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1006   | --x-incl | --x-inc | --x-in | --x-i)
1007     ac_prev=x_includes ;;
1008   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1009   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1010     x_includes=$ac_optarg ;;
1011
1012   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1013   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1014     ac_prev=x_libraries ;;
1015   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1016   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1017     x_libraries=$ac_optarg ;;
1018
1019   -*) as_fn_error "unrecognized option: \`$ac_option'
1020 Try \`$0 --help' for more information."
1021     ;;
1022
1023   *=*)
1024     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1025     # Reject names that are not valid shell variable names.
1026     case $ac_envvar in #(
1027       '' | [0-9]* | *[!_$as_cr_alnum]* )
1028       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1029     esac
1030     eval $ac_envvar=\$ac_optarg
1031     export $ac_envvar ;;
1032
1033   *)
1034     # FIXME: should be removed in autoconf 3.0.
1035     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1036     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1037       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1038     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1039     ;;
1040
1041   esac
1042 done
1043
1044 if test -n "$ac_prev"; then
1045   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1046   as_fn_error "missing argument to $ac_option"
1047 fi
1048
1049 if test -n "$ac_unrecognized_opts"; then
1050   case $enable_option_checking in
1051     no) ;;
1052     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1053     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1054   esac
1055 fi
1056
1057 # Check all directory arguments for consistency.
1058 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1059                 datadir sysconfdir sharedstatedir localstatedir includedir \
1060                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1061                 libdir localedir mandir
1062 do
1063   eval ac_val=\$$ac_var
1064   # Remove trailing slashes.
1065   case $ac_val in
1066     */ )
1067       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1068       eval $ac_var=\$ac_val;;
1069   esac
1070   # Be sure to have absolute directory names.
1071   case $ac_val in
1072     [\\/$]* | ?:[\\/]* )  continue;;
1073     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1074   esac
1075   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1076 done
1077
1078 # There might be people who depend on the old broken behavior: `$host'
1079 # used to hold the argument of --host etc.
1080 # FIXME: To remove some day.
1081 build=$build_alias
1082 host=$host_alias
1083 target=$target_alias
1084
1085 # FIXME: To remove some day.
1086 if test "x$host_alias" != x; then
1087   if test "x$build_alias" = x; then
1088     cross_compiling=maybe
1089     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1090     If a cross compiler is detected then cross compile mode will be used." >&2
1091   elif test "x$build_alias" != "x$host_alias"; then
1092     cross_compiling=yes
1093   fi
1094 fi
1095
1096 ac_tool_prefix=
1097 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1098
1099 test "$silent" = yes && exec 6>/dev/null
1100
1101
1102 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1103 ac_ls_di=`ls -di .` &&
1104 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1105   as_fn_error "working directory cannot be determined"
1106 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1107   as_fn_error "pwd does not report name of working directory"
1108
1109
1110 # Find the source files, if location was not specified.
1111 if test -z "$srcdir"; then
1112   ac_srcdir_defaulted=yes
1113   # Try the directory containing this script, then the parent directory.
1114   ac_confdir=`$as_dirname -- "$as_myself" ||
1115 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1116          X"$as_myself" : 'X\(//\)[^/]' \| \
1117          X"$as_myself" : 'X\(//\)$' \| \
1118          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1119 $as_echo X"$as_myself" |
1120     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1121             s//\1/
1122             q
1123           }
1124           /^X\(\/\/\)[^/].*/{
1125             s//\1/
1126             q
1127           }
1128           /^X\(\/\/\)$/{
1129             s//\1/
1130             q
1131           }
1132           /^X\(\/\).*/{
1133             s//\1/
1134             q
1135           }
1136           s/.*/./; q'`
1137   srcdir=$ac_confdir
1138   if test ! -r "$srcdir/$ac_unique_file"; then
1139     srcdir=..
1140   fi
1141 else
1142   ac_srcdir_defaulted=no
1143 fi
1144 if test ! -r "$srcdir/$ac_unique_file"; then
1145   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1146   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1147 fi
1148 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1149 ac_abs_confdir=`(
1150         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1151         pwd)`
1152 # When building in place, set srcdir=.
1153 if test "$ac_abs_confdir" = "$ac_pwd"; then
1154   srcdir=.
1155 fi
1156 # Remove unnecessary trailing slashes from srcdir.
1157 # Double slashes in file names in object file debugging info
1158 # mess up M-x gdb in Emacs.
1159 case $srcdir in
1160 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1161 esac
1162 for ac_var in $ac_precious_vars; do
1163   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1164   eval ac_env_${ac_var}_value=\$${ac_var}
1165   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1166   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1167 done
1168
1169 #
1170 # Report the --help message.
1171 #
1172 if test "$ac_init_help" = "long"; then
1173   # Omit some internal or obsolete options to make the list less imposing.
1174   # This message is too long to be a string in the A/UX 3.1 sh.
1175   cat <<_ACEOF
1176 \`configure' configures this package to adapt to many kinds of systems.
1177
1178 Usage: $0 [OPTION]... [VAR=VALUE]...
1179
1180 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1181 VAR=VALUE.  See below for descriptions of some of the useful variables.
1182
1183 Defaults for the options are specified in brackets.
1184
1185 Configuration:
1186   -h, --help              display this help and exit
1187       --help=short        display options specific to this package
1188       --help=recursive    display the short help of all the included packages
1189   -V, --version           display version information and exit
1190   -q, --quiet, --silent   do not print \`checking...' messages
1191       --cache-file=FILE   cache test results in FILE [disabled]
1192   -C, --config-cache      alias for \`--cache-file=config.cache'
1193   -n, --no-create         do not create output files
1194       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1195
1196 Installation directories:
1197   --prefix=PREFIX         install architecture-independent files in PREFIX
1198                           [$ac_default_prefix]
1199   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1200                           [PREFIX]
1201
1202 By default, \`make install' will install all the files in
1203 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1204 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1205 for instance \`--prefix=\$HOME'.
1206
1207 For better control, use the options below.
1208
1209 Fine tuning of the installation directories:
1210   --bindir=DIR            user executables [EPREFIX/bin]
1211   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1212   --libexecdir=DIR        program executables [EPREFIX/libexec]
1213   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1214   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1215   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1216   --libdir=DIR            object code libraries [EPREFIX/lib]
1217   --includedir=DIR        C header files [PREFIX/include]
1218   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1219   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1220   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1221   --infodir=DIR           info documentation [DATAROOTDIR/info]
1222   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1223   --mandir=DIR            man documentation [DATAROOTDIR/man]
1224   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1225   --htmldir=DIR           html documentation [DOCDIR]
1226   --dvidir=DIR            dvi documentation [DOCDIR]
1227   --pdfdir=DIR            pdf documentation [DOCDIR]
1228   --psdir=DIR             ps documentation [DOCDIR]
1229 _ACEOF
1230
1231   cat <<\_ACEOF
1232 _ACEOF
1233 fi
1234
1235 if test -n "$ac_init_help"; then
1236
1237   cat <<\_ACEOF
1238
1239 Optional Packages:
1240   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1241   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1242   --with-xemacs[=PROG]    use XEmacs to build (default: PROG=xemacs)
1243   --with-emacs[=PROG]     use Emacs to build (default: PROG=emacs)
1244   --with-lispdir=DIR      Where to install lisp files
1245   --with-etcdir=DIR       Where to install etc files
1246   --with-url=DIR          Specify where to find the url package
1247   --with-w3=DIR           Specify where to find the w3 package
1248   --with-fonts            Assume all fonts required are available
1249
1250 Report bugs to the package provider.
1251 _ACEOF
1252 ac_status=$?
1253 fi
1254
1255 if test "$ac_init_help" = "recursive"; then
1256   # If there are subdirs, report their specific --help.
1257   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1258     test -d "$ac_dir" ||
1259       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1260       continue
1261     ac_builddir=.
1262
1263 case "$ac_dir" in
1264 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1265 *)
1266   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1267   # A ".." for each directory in $ac_dir_suffix.
1268   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1269   case $ac_top_builddir_sub in
1270   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1271   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1272   esac ;;
1273 esac
1274 ac_abs_top_builddir=$ac_pwd
1275 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1276 # for backward compatibility:
1277 ac_top_builddir=$ac_top_build_prefix
1278
1279 case $srcdir in
1280   .)  # We are building in place.
1281     ac_srcdir=.
1282     ac_top_srcdir=$ac_top_builddir_sub
1283     ac_abs_top_srcdir=$ac_pwd ;;
1284   [\\/]* | ?:[\\/]* )  # Absolute name.
1285     ac_srcdir=$srcdir$ac_dir_suffix;
1286     ac_top_srcdir=$srcdir
1287     ac_abs_top_srcdir=$srcdir ;;
1288   *) # Relative name.
1289     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1290     ac_top_srcdir=$ac_top_build_prefix$srcdir
1291     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1292 esac
1293 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1294
1295     cd "$ac_dir" || { ac_status=$?; continue; }
1296     # Check for guested configure.
1297     if test -f "$ac_srcdir/configure.gnu"; then
1298       echo &&
1299       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1300     elif test -f "$ac_srcdir/configure"; then
1301       echo &&
1302       $SHELL "$ac_srcdir/configure" --help=recursive
1303     else
1304       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1305     fi || ac_status=$?
1306     cd "$ac_pwd" || { ac_status=$?; break; }
1307   done
1308 fi
1309
1310 test -n "$ac_init_help" && exit $ac_status
1311 if $ac_init_version; then
1312   cat <<\_ACEOF
1313 configure
1314 generated by GNU Autoconf 2.65
1315
1316 Copyright (C) 2009 Free Software Foundation, Inc.
1317 This configure script is free software; the Free Software Foundation
1318 gives unlimited permission to copy, distribute and modify it.
1319 _ACEOF
1320   exit
1321 fi
1322
1323 ## ------------------------ ##
1324 ## Autoconf initialization. ##
1325 ## ------------------------ ##
1326 cat >config.log <<_ACEOF
1327 This file contains any messages produced by compilers while
1328 running configure, to aid debugging if configure makes a mistake.
1329
1330 It was created by $as_me, which was
1331 generated by GNU Autoconf 2.65.  Invocation command line was
1332
1333   $ $0 $@
1334
1335 _ACEOF
1336 exec 5>>config.log
1337 {
1338 cat <<_ASUNAME
1339 ## --------- ##
1340 ## Platform. ##
1341 ## --------- ##
1342
1343 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1344 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1345 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1346 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1347 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1348
1349 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1350 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1351
1352 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1353 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1354 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1355 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1356 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1357 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1358 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1359
1360 _ASUNAME
1361
1362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1363 for as_dir in $PATH
1364 do
1365   IFS=$as_save_IFS
1366   test -z "$as_dir" && as_dir=.
1367     $as_echo "PATH: $as_dir"
1368   done
1369 IFS=$as_save_IFS
1370
1371 } >&5
1372
1373 cat >&5 <<_ACEOF
1374
1375
1376 ## ----------- ##
1377 ## Core tests. ##
1378 ## ----------- ##
1379
1380 _ACEOF
1381
1382
1383 # Keep a trace of the command line.
1384 # Strip out --no-create and --no-recursion so they do not pile up.
1385 # Strip out --silent because we don't want to record it for future runs.
1386 # Also quote any args containing shell meta-characters.
1387 # Make two passes to allow for proper duplicate-argument suppression.
1388 ac_configure_args=
1389 ac_configure_args0=
1390 ac_configure_args1=
1391 ac_must_keep_next=false
1392 for ac_pass in 1 2
1393 do
1394   for ac_arg
1395   do
1396     case $ac_arg in
1397     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1398     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1399     | -silent | --silent | --silen | --sile | --sil)
1400       continue ;;
1401     *\'*)
1402       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1403     esac
1404     case $ac_pass in
1405     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1406     2)
1407       as_fn_append ac_configure_args1 " '$ac_arg'"
1408       if test $ac_must_keep_next = true; then
1409         ac_must_keep_next=false # Got value, back to normal.
1410       else
1411         case $ac_arg in
1412           *=* | --config-cache | -C | -disable-* | --disable-* \
1413           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1414           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1415           | -with-* | --with-* | -without-* | --without-* | --x)
1416             case "$ac_configure_args0 " in
1417               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1418             esac
1419             ;;
1420           -* ) ac_must_keep_next=true ;;
1421         esac
1422       fi
1423       as_fn_append ac_configure_args " '$ac_arg'"
1424       ;;
1425     esac
1426   done
1427 done
1428 { ac_configure_args0=; unset ac_configure_args0;}
1429 { ac_configure_args1=; unset ac_configure_args1;}
1430
1431 # When interrupted or exit'd, cleanup temporary files, and complete
1432 # config.log.  We remove comments because anyway the quotes in there
1433 # would cause problems or look ugly.
1434 # WARNING: Use '\'' to represent an apostrophe within the trap.
1435 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1436 trap 'exit_status=$?
1437   # Save into config.log some information that might help in debugging.
1438   {
1439     echo
1440
1441     cat <<\_ASBOX
1442 ## ---------------- ##
1443 ## Cache variables. ##
1444 ## ---------------- ##
1445 _ASBOX
1446     echo
1447     # The following way of writing the cache mishandles newlines in values,
1448 (
1449   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1450     eval ac_val=\$$ac_var
1451     case $ac_val in #(
1452     *${as_nl}*)
1453       case $ac_var in #(
1454       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1455 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1456       esac
1457       case $ac_var in #(
1458       _ | IFS | as_nl) ;; #(
1459       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1460       *) { eval $ac_var=; unset $ac_var;} ;;
1461       esac ;;
1462     esac
1463   done
1464   (set) 2>&1 |
1465     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1466     *${as_nl}ac_space=\ *)
1467       sed -n \
1468         "s/'\''/'\''\\\\'\'''\''/g;
1469           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1470       ;; #(
1471     *)
1472       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1473       ;;
1474     esac |
1475     sort
1476 )
1477     echo
1478
1479     cat <<\_ASBOX
1480 ## ----------------- ##
1481 ## Output variables. ##
1482 ## ----------------- ##
1483 _ASBOX
1484     echo
1485     for ac_var in $ac_subst_vars
1486     do
1487       eval ac_val=\$$ac_var
1488       case $ac_val in
1489       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1490       esac
1491       $as_echo "$ac_var='\''$ac_val'\''"
1492     done | sort
1493     echo
1494
1495     if test -n "$ac_subst_files"; then
1496       cat <<\_ASBOX
1497 ## ------------------- ##
1498 ## File substitutions. ##
1499 ## ------------------- ##
1500 _ASBOX
1501       echo
1502       for ac_var in $ac_subst_files
1503       do
1504         eval ac_val=\$$ac_var
1505         case $ac_val in
1506         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1507         esac
1508         $as_echo "$ac_var='\''$ac_val'\''"
1509       done | sort
1510       echo
1511     fi
1512
1513     if test -s confdefs.h; then
1514       cat <<\_ASBOX
1515 ## ----------- ##
1516 ## confdefs.h. ##
1517 ## ----------- ##
1518 _ASBOX
1519       echo
1520       cat confdefs.h
1521       echo
1522     fi
1523     test "$ac_signal" != 0 &&
1524       $as_echo "$as_me: caught signal $ac_signal"
1525     $as_echo "$as_me: exit $exit_status"
1526   } >&5
1527   rm -f core *.core core.conftest.* &&
1528     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1529     exit $exit_status
1530 ' 0
1531 for ac_signal in 1 2 13 15; do
1532   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1533 done
1534 ac_signal=0
1535
1536 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1537 rm -f -r conftest* confdefs.h
1538
1539 $as_echo "/* confdefs.h */" > confdefs.h
1540
1541 # Predefined preprocessor variables.
1542
1543 cat >>confdefs.h <<_ACEOF
1544 #define PACKAGE_NAME "$PACKAGE_NAME"
1545 _ACEOF
1546
1547 cat >>confdefs.h <<_ACEOF
1548 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1549 _ACEOF
1550
1551 cat >>confdefs.h <<_ACEOF
1552 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1553 _ACEOF
1554
1555 cat >>confdefs.h <<_ACEOF
1556 #define PACKAGE_STRING "$PACKAGE_STRING"
1557 _ACEOF
1558
1559 cat >>confdefs.h <<_ACEOF
1560 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1561 _ACEOF
1562
1563 cat >>confdefs.h <<_ACEOF
1564 #define PACKAGE_URL "$PACKAGE_URL"
1565 _ACEOF
1566
1567
1568 # Let the site file select an alternate cache file if it wants to.
1569 # Prefer an explicitly selected file to automatically selected ones.
1570 ac_site_file1=NONE
1571 ac_site_file2=NONE
1572 if test -n "$CONFIG_SITE"; then
1573   ac_site_file1=$CONFIG_SITE
1574 elif test "x$prefix" != xNONE; then
1575   ac_site_file1=$prefix/share/config.site
1576   ac_site_file2=$prefix/etc/config.site
1577 else
1578   ac_site_file1=$ac_default_prefix/share/config.site
1579   ac_site_file2=$ac_default_prefix/etc/config.site
1580 fi
1581 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1582 do
1583   test "x$ac_site_file" = xNONE && continue
1584   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1585     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1586 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1587     sed 's/^/| /' "$ac_site_file" >&5
1588     . "$ac_site_file"
1589   fi
1590 done
1591
1592 if test -r "$cache_file"; then
1593   # Some versions of bash will fail to source /dev/null (special files
1594   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1595   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1596     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1597 $as_echo "$as_me: loading cache $cache_file" >&6;}
1598     case $cache_file in
1599       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1600       *)                      . "./$cache_file";;
1601     esac
1602   fi
1603 else
1604   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1605 $as_echo "$as_me: creating cache $cache_file" >&6;}
1606   >$cache_file
1607 fi
1608
1609 # Check that the precious variables saved in the cache have kept the same
1610 # value.
1611 ac_cache_corrupted=false
1612 for ac_var in $ac_precious_vars; do
1613   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1614   eval ac_new_set=\$ac_env_${ac_var}_set
1615   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1616   eval ac_new_val=\$ac_env_${ac_var}_value
1617   case $ac_old_set,$ac_new_set in
1618     set,)
1619       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1620 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1621       ac_cache_corrupted=: ;;
1622     ,set)
1623       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1624 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1625       ac_cache_corrupted=: ;;
1626     ,);;
1627     *)
1628       if test "x$ac_old_val" != "x$ac_new_val"; then
1629         # differences in whitespace do not lead to failure.
1630         ac_old_val_w=`echo x $ac_old_val`
1631         ac_new_val_w=`echo x $ac_new_val`
1632         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1633           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1634 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1635           ac_cache_corrupted=:
1636         else
1637           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1638 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1639           eval $ac_var=\$ac_old_val
1640         fi
1641         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1642 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1643         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1644 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1645       fi;;
1646   esac
1647   # Pass precious variables to config.status.
1648   if test "$ac_new_set" = set; then
1649     case $ac_new_val in
1650     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1651     *) ac_arg=$ac_var=$ac_new_val ;;
1652     esac
1653     case " $ac_configure_args " in
1654       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1655       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1656     esac
1657   fi
1658 done
1659 if $ac_cache_corrupted; then
1660   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1661 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1662   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1663 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1664   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1665 fi
1666 ## -------------------- ##
1667 ## Main body of script. ##
1668 ## -------------------- ##
1669
1670 ac_ext=c
1671 ac_cpp='$CPP $CPPFLAGS'
1672 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1673 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1674 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1675
1676
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1678 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
1679 set x ${MAKE-make}
1680 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1681 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
1682   $as_echo_n "(cached) " >&6
1683 else
1684   cat >conftest.make <<\_ACEOF
1685 SHELL = /bin/sh
1686 all:
1687         @echo '@@@%%%=$(MAKE)=@@@%%%'
1688 _ACEOF
1689 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1690 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1691   *@@@%%%=?*=@@@%%%*)
1692     eval ac_cv_prog_make_${ac_make}_set=yes;;
1693   *)
1694     eval ac_cv_prog_make_${ac_make}_set=no;;
1695 esac
1696 rm -f conftest.make
1697 fi
1698 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1700 $as_echo "yes" >&6; }
1701   SET_MAKE=
1702 else
1703   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1704 $as_echo "no" >&6; }
1705   SET_MAKE="MAKE=${MAKE-make}"
1706 fi
1707
1708 ac_aux_dir=
1709 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1710   for ac_t in install-sh install.sh shtool; do
1711     if test -f "$ac_dir/$ac_t"; then
1712       ac_aux_dir=$ac_dir
1713       ac_install_sh="$ac_aux_dir/$ac_t -c"
1714       break 2
1715     fi
1716   done
1717 done
1718 if test -z "$ac_aux_dir"; then
1719   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1720 fi
1721
1722 # These three variables are undocumented and unsupported,
1723 # and are intended to be withdrawn in a future Autoconf release.
1724 # They can cause serious problems if a builder's source tree is in a directory
1725 # whose full name contains unusual characters.
1726 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1727 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1728 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1729
1730
1731 # Find a good install program.  We prefer a C program (faster),
1732 # so one script is as good as another.  But avoid the broken or
1733 # incompatible versions:
1734 # SysV /etc/install, /usr/sbin/install
1735 # SunOS /usr/etc/install
1736 # IRIX /sbin/install
1737 # AIX /bin/install
1738 # AmigaOS /C/install, which installs bootblocks on floppy discs