source: indexers/trunk/configure@ 19897

Last change on this file since 19897 was 19897, checked in by oranfry, 15 years ago

regenerated configure script after uncommenting JAVAC and JAVA

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 92.3 KB
Line 
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
14DUALCASE=1; export DUALCASE # for MKS sh
15if 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
22else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25esac
26
27fi
28
29
30
31
32# PATH needs CR
33# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789'
38as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40# The user is always right.
41if 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
51fi
52
53# Support unset when possible.
54if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56else
57 as_unset=false
58fi
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.)
66as_nl='
67'
68IFS=" "" $as_nl"
69
70# Find who we are. Look in the path if we contain no directory separator.
71case $0 in
72 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74for as_dir in $PATH
75do
76 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=.
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79done
80IFS=$as_save_IFS
81
82 ;;
83esac
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.
86if test "x$as_myself" = x; then
87 as_myself=$0
88fi
89if 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; }
92fi
93
94# Work around bugs in pre-3.0 UWIN ksh.
95for as_var in ENV MAIL MAILPATH
96do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97done
98PS1='$ '
99PS2='> '
100PS4='+ '
101
102# NLS nuisances.
103for 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
107do
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
113done
114
115# Required to use basename.
116if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
119else
120 as_expr=false
121fi
122
123if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125else
126 as_basename=false
127fi
128
129
130# Name of the executable.
131as_me=`$as_basename -- "$0" ||
132$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135echo 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
154if test "x$CONFIG_SHELL" = x; then
155 if (eval ":") 2>/dev/null; then
156 as_have_required=yes
157else
158 as_have_required=no
159fi
160
161 if test $as_have_required = yes && (eval ":
162(as_func_return () {
163 (exit \$1)
164}
165as_func_success () {
166 as_func_return 0
167}
168as_func_failure () {
169 as_func_return 1
170}
171as_func_ret_success () {
172 return 0
173}
174as_func_ret_failure () {
175 return 1
176}
177
178exitcode=0
179if as_func_success; then
180 :
181else
182 exitcode=1
183 echo as_func_success failed.
184fi
185
186if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
189fi
190
191if as_func_ret_success; then
192 :
193else
194 exitcode=1
195 echo as_func_ret_success failed.
196fi
197
198if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
201fi
202
203if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204 :
205else
206 exitcode=1
207 echo positional parameters were not saved.
208fi
209
210test \$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 :
219else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223do
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
232done
233IFS=$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
240if 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
247else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250esac
251
252fi
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
261if 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
268else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271esac
272
273fi
274
275
276:
277(as_func_return () {
278 (exit $1)
279}
280as_func_success () {
281 as_func_return 0
282}
283as_func_failure () {
284 as_func_return 1
285}
286as_func_ret_success () {
287 return 0
288}
289as_func_ret_failure () {
290 return 1
291}
292
293exitcode=0
294if as_func_success; then
295 :
296else
297 exitcode=1
298 echo as_func_success failed.
299fi
300
301if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
304fi
305
306if as_func_ret_success; then
307 :
308else
309 exitcode=1
310 echo as_func_ret_success failed.
311fi
312
313if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
316fi
317
318if ( set x; as_func_ret_success y && test x = "$1" ); then
319 :
320else
321 exitcode=1
322 echo positional parameters were not saved.
323fi
324
325test $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
336fi
337
338fi
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+"$@"}
348fi
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; }
357fi
358
359
360fi
361
362fi
363
364
365
366(eval "as_func_return () {
367 (exit \$1)
368}
369as_func_success () {
370 as_func_return 0
371}
372as_func_failure () {
373 as_func_return 1
374}
375as_func_ret_success () {
376 return 0
377}
378as_func_ret_failure () {
379 return 1
380}
381
382exitcode=0
383if as_func_success; then
384 :
385else
386 exitcode=1
387 echo as_func_success failed.
388fi
389
390if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
393fi
394
395if as_func_ret_success; then
396 :
397else
398 exitcode=1
399 echo as_func_ret_success failed.
400fi
401
402if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
405fi
406
407if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408 :
409else
410 exitcode=1
411 echo positional parameters were not saved.
412fi
413
414test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell [email protected] 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
466if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467 as_dirname=dirname
468else
469 as_dirname=false
470fi
471
472ECHO_C= ECHO_N= ECHO_T=
473case `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';;
481esac
482
483if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
486else
487 as_expr=false
488fi
489
490rm -f conf$$ conf$$.exe conf$$.file
491if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file
493else
494 rm -f conf$$.dir
495 mkdir conf$$.dir
496fi
497echo >conf$$.file
498if 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'
506elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
508else
509 as_ln_s='cp -p'
510fi
511rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512rmdir conf$$.dir 2>/dev/null
513
514if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=:
516else
517 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false
519fi
520
521if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x'
523else
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 '
541fi
542as_executable_p=$as_test_x
543
544# Sed expression to map a string onto a valid CPP name.
545as_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.
548as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
550
551
552exec 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.
557ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558
559#
560# Initializations.
561#
562ac_default_prefix=/usr/local
563ac_clean_files=
564ac_config_libobj_dir=.
565LIBOBJS=
566cross_compiling=no
567subdirs=
568MFLAGS=
569MAKEFLAGS=
570SHELL=${CONFIG_SHELL-/bin/sh}
571
572# Identity of this package.
573PACKAGE_NAME=
574PACKAGE_TARNAME=
575PACKAGE_VERSION=
576PACKAGE_STRING=
577PACKAGE_BUGREPORT=
578
579ac_unique_file="mgpp/text/MGQuery.cpp"
580ac_subst_vars='SHELL
581PATH_SEPARATOR
582PACKAGE_NAME
583PACKAGE_TARNAME
584PACKAGE_VERSION
585PACKAGE_STRING
586PACKAGE_BUGREPORT
587exec_prefix
588prefix
589program_transform_name
590bindir
591sbindir
592libexecdir
593datarootdir
594datadir
595sysconfdir
596sharedstatedir
597localstatedir
598includedir
599oldincludedir
600docdir
601infodir
602htmldir
603dvidir
604pdfdir
605psdir
606libdir
607localedir
608mandir
609DEFS
610ECHO_C
611ECHO_N
612ECHO_T
613LIBS
614build_alias
615host_alias
616target_alias
617ENABLE_ACCENTFOLD
618COMPAT32BITFLAGS
619JAVAC
620JAVA
621uudecode
622subdirs
623LIBOBJS
624LTLIBOBJS'
625ac_subst_files=''
626 ac_precious_vars='build_alias
627host_alias
628target_alias'
629ac_subdirs_all='packages/unac
630mg mgpp'
631
632# Initialize some variables set by options.
633ac_init_help=
634ac_init_version=false
635# The variables have the same names as the options, with
636# dashes changed to underlines.
637cache_file=/dev/null
638exec_prefix=NONE
639no_create=
640no_recursion=
641prefix=NONE
642program_prefix=NONE
643program_suffix=NONE
644program_transform_name=s,x,x,
645silent=
646site=
647srcdir=
648verbose=
649x_includes=NONE
650x_libraries=NONE
651
652# Installation directory options.
653# These are left unexpanded so users can "make install exec_prefix=/foo"
654# and all the variables that are supposed to be based on exec_prefix
655# by default will actually change.
656# Use braces instead of parens because sh, perl, etc. also accept them.
657# (The list follows the same order as the GNU Coding Standards.)
658bindir='${exec_prefix}/bin'
659sbindir='${exec_prefix}/sbin'
660libexecdir='${exec_prefix}/libexec'
661datarootdir='${prefix}/share'
662datadir='${datarootdir}'
663sysconfdir='${prefix}/etc'
664sharedstatedir='${prefix}/com'
665localstatedir='${prefix}/var'
666includedir='${prefix}/include'
667oldincludedir='/usr/include'
668docdir='${datarootdir}/doc/${PACKAGE}'
669infodir='${datarootdir}/info'
670htmldir='${docdir}'
671dvidir='${docdir}'
672pdfdir='${docdir}'
673psdir='${docdir}'
674libdir='${exec_prefix}/lib'
675localedir='${datarootdir}/locale'
676mandir='${datarootdir}/man'
677
678ac_prev=
679ac_dashdash=
680for ac_option
681do
682 # If the previous option needs an argument, assign it.
683 if test -n "$ac_prev"; then
684 eval $ac_prev=\$ac_option
685 ac_prev=
686 continue
687 fi
688
689 case $ac_option in
690 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
691 *) ac_optarg=yes ;;
692 esac
693
694 # Accept the important Cygnus configure options, so we can diagnose typos.
695
696 case $ac_dashdash$ac_option in
697 --)
698 ac_dashdash=yes ;;
699
700 -bindir | --bindir | --bindi | --bind | --bin | --bi)
701 ac_prev=bindir ;;
702 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
703 bindir=$ac_optarg ;;
704
705 -build | --build | --buil | --bui | --bu)
706 ac_prev=build_alias ;;
707 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
708 build_alias=$ac_optarg ;;
709
710 -cache-file | --cache-file | --cache-fil | --cache-fi \
711 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
712 ac_prev=cache_file ;;
713 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
714 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
715 cache_file=$ac_optarg ;;
716
717 --config-cache | -C)
718 cache_file=config.cache ;;
719
720 -datadir | --datadir | --datadi | --datad)
721 ac_prev=datadir ;;
722 -datadir=* | --datadir=* | --datadi=* | --datad=*)
723 datadir=$ac_optarg ;;
724
725 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
726 | --dataroo | --dataro | --datar)
727 ac_prev=datarootdir ;;
728 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
729 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
730 datarootdir=$ac_optarg ;;
731
732 -disable-* | --disable-*)
733 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
734 # Reject names that are not valid shell variable names.
735 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
736 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
737 { (exit 1); exit 1; }; }
738 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
739 eval enable_$ac_feature=no ;;
740
741 -docdir | --docdir | --docdi | --doc | --do)
742 ac_prev=docdir ;;
743 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
744 docdir=$ac_optarg ;;
745
746 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
747 ac_prev=dvidir ;;
748 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
749 dvidir=$ac_optarg ;;
750
751 -enable-* | --enable-*)
752 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
753 # Reject names that are not valid shell variable names.
754 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
755 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
756 { (exit 1); exit 1; }; }
757 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
758 eval enable_$ac_feature=\$ac_optarg ;;
759
760 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
761 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
762 | --exec | --exe | --ex)
763 ac_prev=exec_prefix ;;
764 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
765 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
766 | --exec=* | --exe=* | --ex=*)
767 exec_prefix=$ac_optarg ;;
768
769 -gas | --gas | --ga | --g)
770 # Obsolete; use --with-gas.
771 with_gas=yes ;;
772
773 -help | --help | --hel | --he | -h)
774 ac_init_help=long ;;
775 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
776 ac_init_help=recursive ;;
777 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
778 ac_init_help=short ;;
779
780 -host | --host | --hos | --ho)
781 ac_prev=host_alias ;;
782 -host=* | --host=* | --hos=* | --ho=*)
783 host_alias=$ac_optarg ;;
784
785 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
786 ac_prev=htmldir ;;
787 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
788 | --ht=*)
789 htmldir=$ac_optarg ;;
790
791 -includedir | --includedir | --includedi | --included | --include \
792 | --includ | --inclu | --incl | --inc)
793 ac_prev=includedir ;;
794 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
795 | --includ=* | --inclu=* | --incl=* | --inc=*)
796 includedir=$ac_optarg ;;
797
798 -infodir | --infodir | --infodi | --infod | --info | --inf)
799 ac_prev=infodir ;;
800 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
801 infodir=$ac_optarg ;;
802
803 -libdir | --libdir | --libdi | --libd)
804 ac_prev=libdir ;;
805 -libdir=* | --libdir=* | --libdi=* | --libd=*)
806 libdir=$ac_optarg ;;
807
808 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
809 | --libexe | --libex | --libe)
810 ac_prev=libexecdir ;;
811 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
812 | --libexe=* | --libex=* | --libe=*)
813 libexecdir=$ac_optarg ;;
814
815 -localedir | --localedir | --localedi | --localed | --locale)
816 ac_prev=localedir ;;
817 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
818 localedir=$ac_optarg ;;
819
820 -localstatedir | --localstatedir | --localstatedi | --localstated \
821 | --localstate | --localstat | --localsta | --localst | --locals)
822 ac_prev=localstatedir ;;
823 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
824 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
825 localstatedir=$ac_optarg ;;
826
827 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
828 ac_prev=mandir ;;
829 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
830 mandir=$ac_optarg ;;
831
832 -nfp | --nfp | --nf)
833 # Obsolete; use --without-fp.
834 with_fp=no ;;
835
836 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
837 | --no-cr | --no-c | -n)
838 no_create=yes ;;
839
840 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
841 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
842 no_recursion=yes ;;
843
844 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
845 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
846 | --oldin | --oldi | --old | --ol | --o)
847 ac_prev=oldincludedir ;;
848 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
849 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
850 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
851 oldincludedir=$ac_optarg ;;
852
853 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
854 ac_prev=prefix ;;
855 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
856 prefix=$ac_optarg ;;
857
858 -program-prefix | --program-prefix | --program-prefi | --program-pref \
859 | --program-pre | --program-pr | --program-p)
860 ac_prev=program_prefix ;;
861 -program-prefix=* | --program-prefix=* | --program-prefi=* \
862 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
863 program_prefix=$ac_optarg ;;
864
865 -program-suffix | --program-suffix | --program-suffi | --program-suff \
866 | --program-suf | --program-su | --program-s)
867 ac_prev=program_suffix ;;
868 -program-suffix=* | --program-suffix=* | --program-suffi=* \
869 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
870 program_suffix=$ac_optarg ;;
871
872 -program-transform-name | --program-transform-name \
873 | --program-transform-nam | --program-transform-na \
874 | --program-transform-n | --program-transform- \
875 | --program-transform | --program-transfor \
876 | --program-transfo | --program-transf \
877 | --program-trans | --program-tran \
878 | --progr-tra | --program-tr | --program-t)
879 ac_prev=program_transform_name ;;
880 -program-transform-name=* | --program-transform-name=* \
881 | --program-transform-nam=* | --program-transform-na=* \
882 | --program-transform-n=* | --program-transform-=* \
883 | --program-transform=* | --program-transfor=* \
884 | --program-transfo=* | --program-transf=* \
885 | --program-trans=* | --program-tran=* \
886 | --progr-tra=* | --program-tr=* | --program-t=*)
887 program_transform_name=$ac_optarg ;;
888
889 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
890 ac_prev=pdfdir ;;
891 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
892 pdfdir=$ac_optarg ;;
893
894 -psdir | --psdir | --psdi | --psd | --ps)
895 ac_prev=psdir ;;
896 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
897 psdir=$ac_optarg ;;
898
899 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
900 | -silent | --silent | --silen | --sile | --sil)
901 silent=yes ;;
902
903 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
904 ac_prev=sbindir ;;
905 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
906 | --sbi=* | --sb=*)
907 sbindir=$ac_optarg ;;
908
909 -sharedstatedir | --sharedstatedir | --sharedstatedi \
910 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
911 | --sharedst | --shareds | --shared | --share | --shar \
912 | --sha | --sh)
913 ac_prev=sharedstatedir ;;
914 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
915 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
916 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
917 | --sha=* | --sh=*)
918 sharedstatedir=$ac_optarg ;;
919
920 -site | --site | --sit)
921 ac_prev=site ;;
922 -site=* | --site=* | --sit=*)
923 site=$ac_optarg ;;
924
925 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
926 ac_prev=srcdir ;;
927 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
928 srcdir=$ac_optarg ;;
929
930 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
931 | --syscon | --sysco | --sysc | --sys | --sy)
932 ac_prev=sysconfdir ;;
933 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
934 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
935 sysconfdir=$ac_optarg ;;
936
937 -target | --target | --targe | --targ | --tar | --ta | --t)
938 ac_prev=target_alias ;;
939 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
940 target_alias=$ac_optarg ;;
941
942 -v | -verbose | --verbose | --verbos | --verbo | --verb)
943 verbose=yes ;;
944
945 -version | --version | --versio | --versi | --vers | -V)
946 ac_init_version=: ;;
947
948 -with-* | --with-*)
949 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
950 # Reject names that are not valid shell variable names.
951 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
952 { echo "$as_me: error: invalid package name: $ac_package" >&2
953 { (exit 1); exit 1; }; }
954 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
955 eval with_$ac_package=\$ac_optarg ;;
956
957 -without-* | --without-*)
958 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
959 # Reject names that are not valid shell variable names.
960 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
961 { echo "$as_me: error: invalid package name: $ac_package" >&2
962 { (exit 1); exit 1; }; }
963 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
964 eval with_$ac_package=no ;;
965
966 --x)
967 # Obsolete; use --with-x.
968 with_x=yes ;;
969
970 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
971 | --x-incl | --x-inc | --x-in | --x-i)
972 ac_prev=x_includes ;;
973 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
974 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
975 x_includes=$ac_optarg ;;
976
977 -x-libraries | --x-libraries | --x-librarie | --x-librari \
978 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
979 ac_prev=x_libraries ;;
980 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
981 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
982 x_libraries=$ac_optarg ;;
983
984 -*) { echo "$as_me: error: unrecognized option: $ac_option
985Try \`$0 --help' for more information." >&2
986 { (exit 1); exit 1; }; }
987 ;;
988
989 *=*)
990 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
991 # Reject names that are not valid shell variable names.
992 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
993 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
994 { (exit 1); exit 1; }; }
995 eval $ac_envvar=\$ac_optarg
996 export $ac_envvar ;;
997
998 *)
999 # FIXME: should be removed in autoconf 3.0.
1000 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1001 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1002 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1003 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1004 ;;
1005
1006 esac
1007done
1008
1009if test -n "$ac_prev"; then
1010 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1011 { echo "$as_me: error: missing argument to $ac_option" >&2
1012 { (exit 1); exit 1; }; }
1013fi
1014
1015# Be sure to have absolute directory names.
1016for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1017 datadir sysconfdir sharedstatedir localstatedir includedir \
1018 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1019 libdir localedir mandir
1020do
1021 eval ac_val=\$$ac_var
1022 case $ac_val in
1023 [\\/$]* | ?:[\\/]* ) continue;;
1024 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1025 esac
1026 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1027 { (exit 1); exit 1; }; }
1028done
1029
1030# There might be people who depend on the old broken behavior: `$host'
1031# used to hold the argument of --host etc.
1032# FIXME: To remove some day.
1033build=$build_alias
1034host=$host_alias
1035target=$target_alias
1036
1037# FIXME: To remove some day.
1038if test "x$host_alias" != x; then
1039 if test "x$build_alias" = x; then
1040 cross_compiling=maybe
1041 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1042 If a cross compiler is detected then cross compile mode will be used." >&2
1043 elif test "x$build_alias" != "x$host_alias"; then
1044 cross_compiling=yes
1045 fi
1046fi
1047
1048ac_tool_prefix=
1049test -n "$host_alias" && ac_tool_prefix=$host_alias-
1050
1051test "$silent" = yes && exec 6>/dev/null
1052
1053
1054ac_pwd=`pwd` && test -n "$ac_pwd" &&
1055ac_ls_di=`ls -di .` &&
1056ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1057 { echo "$as_me: error: Working directory cannot be determined" >&2
1058 { (exit 1); exit 1; }; }
1059test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1060 { echo "$as_me: error: pwd does not report name of working directory" >&2
1061 { (exit 1); exit 1; }; }
1062
1063
1064# Find the source files, if location was not specified.
1065if test -z "$srcdir"; then
1066 ac_srcdir_defaulted=yes
1067 # Try the directory containing this script, then the parent directory.
1068 ac_confdir=`$as_dirname -- "$0" ||
1069$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1070 X"$0" : 'X\(//\)[^/]' \| \
1071 X"$0" : 'X\(//\)$' \| \
1072 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1073echo X"$0" |
1074 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1075 s//\1/
1076 q
1077 }
1078 /^X\(\/\/\)[^/].*/{
1079 s//\1/
1080 q
1081 }
1082 /^X\(\/\/\)$/{
1083 s//\1/
1084 q
1085 }
1086 /^X\(\/\).*/{
1087 s//\1/
1088 q
1089 }
1090 s/.*/./; q'`
1091 srcdir=$ac_confdir
1092 if test ! -r "$srcdir/$ac_unique_file"; then
1093 srcdir=..
1094 fi
1095else
1096 ac_srcdir_defaulted=no
1097fi
1098if test ! -r "$srcdir/$ac_unique_file"; then
1099 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1100 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1101 { (exit 1); exit 1; }; }
1102fi
1103ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1104ac_abs_confdir=`(
1105 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1106 { (exit 1); exit 1; }; }
1107 pwd)`
1108# When building in place, set srcdir=.
1109if test "$ac_abs_confdir" = "$ac_pwd"; then
1110 srcdir=.
1111fi
1112# Remove unnecessary trailing slashes from srcdir.
1113# Double slashes in file names in object file debugging info
1114# mess up M-x gdb in Emacs.
1115case $srcdir in
1116*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1117esac
1118for ac_var in $ac_precious_vars; do
1119 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1120 eval ac_env_${ac_var}_value=\$${ac_var}
1121 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1122 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1123done
1124
1125#
1126# Report the --help message.
1127#
1128if test "$ac_init_help" = "long"; then
1129 # Omit some internal or obsolete options to make the list less imposing.
1130 # This message is too long to be a string in the A/UX 3.1 sh.
1131 cat <<_ACEOF
1132\`configure' configures this package to adapt to many kinds of systems.
1133
1134Usage: $0 [OPTION]... [VAR=VALUE]...
1135
1136To assign environment variables (e.g., CC, CFLAGS...), specify them as
1137VAR=VALUE. See below for descriptions of some of the useful variables.
1138
1139Defaults for the options are specified in brackets.
1140
1141Configuration:
1142 -h, --help display this help and exit
1143 --help=short display options specific to this package
1144 --help=recursive display the short help of all the included packages
1145 -V, --version display version information and exit
1146 -q, --quiet, --silent do not print \`checking...' messages
1147 --cache-file=FILE cache test results in FILE [disabled]
1148 -C, --config-cache alias for \`--cache-file=config.cache'
1149 -n, --no-create do not create output files
1150 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1151
1152Installation directories:
1153 --prefix=PREFIX install architecture-independent files in PREFIX
1154 [$ac_default_prefix]
1155 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1156 [PREFIX]
1157
1158By default, \`make install' will install all the files in
1159\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1160an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1161for instance \`--prefix=\$HOME'.
1162
1163For better control, use the options below.
1164
1165Fine tuning of the installation directories:
1166 --bindir=DIR user executables [EPREFIX/bin]
1167 --sbindir=DIR system admin executables [EPREFIX/sbin]
1168 --libexecdir=DIR program executables [EPREFIX/libexec]
1169 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1170 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1171 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1172 --libdir=DIR object code libraries [EPREFIX/lib]
1173 --includedir=DIR C header files [PREFIX/include]
1174 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1175 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1176 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1177 --infodir=DIR info documentation [DATAROOTDIR/info]
1178 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1179 --mandir=DIR man documentation [DATAROOTDIR/man]
1180 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1181 --htmldir=DIR html documentation [DOCDIR]
1182 --dvidir=DIR dvi documentation [DOCDIR]
1183 --pdfdir=DIR pdf documentation [DOCDIR]
1184 --psdir=DIR ps documentation [DOCDIR]
1185_ACEOF
1186
1187 cat <<\_ACEOF
1188_ACEOF
1189fi
1190
1191if test -n "$ac_init_help"; then
1192
1193 cat <<\_ACEOF
1194
1195Optional Features:
1196 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1197 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1198 --disable-accentfold Disable Accent Folding support
1199
1200Optional Packages:
1201 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1202 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1203 --with-unac=dir Use specified unac directory
1204
1205_ACEOF
1206ac_status=$?
1207fi
1208
1209if test "$ac_init_help" = "recursive"; then
1210 # If there are subdirs, report their specific --help.
1211 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1212 test -d "$ac_dir" || continue
1213 ac_builddir=.
1214
1215case "$ac_dir" in
1216.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1217*)
1218 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1219 # A ".." for each directory in $ac_dir_suffix.
1220 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1221 case $ac_top_builddir_sub in
1222 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1223 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1224 esac ;;
1225esac
1226ac_abs_top_builddir=$ac_pwd
1227ac_abs_builddir=$ac_pwd$ac_dir_suffix
1228# for backward compatibility:
1229ac_top_builddir=$ac_top_build_prefix
1230
1231case $srcdir in
1232 .) # We are building in place.
1233 ac_srcdir=.
1234 ac_top_srcdir=$ac_top_builddir_sub
1235 ac_abs_top_srcdir=$ac_pwd ;;
1236 [\\/]* | ?:[\\/]* ) # Absolute name.
1237 ac_srcdir=$srcdir$ac_dir_suffix;
1238 ac_top_srcdir=$srcdir
1239 ac_abs_top_srcdir=$srcdir ;;
1240 *) # Relative name.
1241 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1242 ac_top_srcdir=$ac_top_build_prefix$srcdir
1243 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1244esac
1245ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1246
1247 cd "$ac_dir" || { ac_status=$?; continue; }
1248 # Check for guested configure.
1249 if test -f "$ac_srcdir/configure.gnu"; then
1250 echo &&
1251 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1252 elif test -f "$ac_srcdir/configure"; then
1253 echo &&
1254 $SHELL "$ac_srcdir/configure" --help=recursive
1255 else
1256 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1257 fi || ac_status=$?
1258 cd "$ac_pwd" || { ac_status=$?; break; }
1259 done
1260fi
1261
1262test -n "$ac_init_help" && exit $ac_status
1263if $ac_init_version; then
1264 cat <<\_ACEOF
1265configure
1266generated by GNU Autoconf 2.61
1267
1268Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
12692002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1270This configure script is free software; the Free Software Foundation
1271gives unlimited permission to copy, distribute and modify it.
1272_ACEOF
1273 exit
1274fi
1275cat >config.log <<_ACEOF
1276This file contains any messages produced by compilers while
1277running configure, to aid debugging if configure makes a mistake.
1278
1279It was created by $as_me, which was
1280generated by GNU Autoconf 2.61. Invocation command line was
1281
1282 $ $0 $@
1283
1284_ACEOF
1285exec 5>>config.log
1286{
1287cat <<_ASUNAME
1288## --------- ##
1289## Platform. ##
1290## --------- ##
1291
1292hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1293uname -m = `(uname -m) 2>/dev/null || echo unknown`
1294uname -r = `(uname -r) 2>/dev/null || echo unknown`
1295uname -s = `(uname -s) 2>/dev/null || echo unknown`
1296uname -v = `(uname -v) 2>/dev/null || echo unknown`
1297
1298/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1299/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1300
1301/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1302/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1303/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1304/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1305/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1306/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1307/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1308
1309_ASUNAME
1310
1311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1312for as_dir in $PATH
1313do
1314 IFS=$as_save_IFS
1315 test -z "$as_dir" && as_dir=.
1316 echo "PATH: $as_dir"
1317done
1318IFS=$as_save_IFS
1319
1320} >&5
1321
1322cat >&5 <<_ACEOF
1323
1324
1325## ----------- ##
1326## Core tests. ##
1327## ----------- ##
1328
1329_ACEOF
1330
1331
1332# Keep a trace of the command line.
1333# Strip out --no-create and --no-recursion so they do not pile up.
1334# Strip out --silent because we don't want to record it for future runs.
1335# Also quote any args containing shell meta-characters.
1336# Make two passes to allow for proper duplicate-argument suppression.
1337ac_configure_args=
1338ac_configure_args0=
1339ac_configure_args1=
1340ac_must_keep_next=false
1341for ac_pass in 1 2
1342do
1343 for ac_arg
1344 do
1345 case $ac_arg in
1346 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1347 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1348 | -silent | --silent | --silen | --sile | --sil)
1349 continue ;;
1350 *\'*)
1351 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1352 esac
1353 case $ac_pass in
1354 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1355 2)
1356 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1357 if test $ac_must_keep_next = true; then
1358 ac_must_keep_next=false # Got value, back to normal.
1359 else
1360 case $ac_arg in
1361 *=* | --config-cache | -C | -disable-* | --disable-* \
1362 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1363 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1364 | -with-* | --with-* | -without-* | --without-* | --x)
1365 case "$ac_configure_args0 " in
1366 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1367 esac
1368 ;;
1369 -* ) ac_must_keep_next=true ;;
1370 esac
1371 fi
1372 ac_configure_args="$ac_configure_args '$ac_arg'"
1373 ;;
1374 esac
1375 done
1376done
1377$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1378$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1379
1380# When interrupted or exit'd, cleanup temporary files, and complete
1381# config.log. We remove comments because anyway the quotes in there
1382# would cause problems or look ugly.
1383# WARNING: Use '\'' to represent an apostrophe within the trap.
1384# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1385trap 'exit_status=$?
1386 # Save into config.log some information that might help in debugging.
1387 {
1388 echo
1389
1390 cat <<\_ASBOX
1391## ---------------- ##
1392## Cache variables. ##
1393## ---------------- ##
1394_ASBOX
1395 echo
1396 # The following way of writing the cache mishandles newlines in values,
1397(
1398 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1399 eval ac_val=\$$ac_var
1400 case $ac_val in #(
1401 *${as_nl}*)
1402 case $ac_var in #(
1403 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1404echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1405 esac
1406 case $ac_var in #(
1407 _ | IFS | as_nl) ;; #(
1408 *) $as_unset $ac_var ;;
1409 esac ;;
1410 esac
1411 done
1412 (set) 2>&1 |
1413 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1414 *${as_nl}ac_space=\ *)
1415 sed -n \
1416 "s/'\''/'\''\\\\'\'''\''/g;
1417 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1418 ;; #(
1419 *)
1420 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1421 ;;
1422 esac |
1423 sort
1424)
1425 echo
1426
1427 cat <<\_ASBOX
1428## ----------------- ##
1429## Output variables. ##
1430## ----------------- ##
1431_ASBOX
1432 echo
1433 for ac_var in $ac_subst_vars
1434 do
1435 eval ac_val=\$$ac_var
1436 case $ac_val in
1437 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1438 esac
1439 echo "$ac_var='\''$ac_val'\''"
1440 done | sort
1441 echo
1442
1443 if test -n "$ac_subst_files"; then
1444 cat <<\_ASBOX
1445## ------------------- ##
1446## File substitutions. ##
1447## ------------------- ##
1448_ASBOX
1449 echo
1450 for ac_var in $ac_subst_files
1451 do
1452 eval ac_val=\$$ac_var
1453 case $ac_val in
1454 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1455 esac
1456 echo "$ac_var='\''$ac_val'\''"
1457 done | sort
1458 echo
1459 fi
1460
1461 if test -s confdefs.h; then
1462 cat <<\_ASBOX
1463## ----------- ##
1464## confdefs.h. ##
1465## ----------- ##
1466_ASBOX
1467 echo
1468 cat confdefs.h
1469 echo
1470 fi
1471 test "$ac_signal" != 0 &&
1472 echo "$as_me: caught signal $ac_signal"
1473 echo "$as_me: exit $exit_status"
1474 } >&5
1475 rm -f core *.core core.conftest.* &&
1476 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1477 exit $exit_status
1478' 0
1479for ac_signal in 1 2 13 15; do
1480 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1481done
1482ac_signal=0
1483
1484# confdefs.h avoids OS command line length limits that DEFS can exceed.
1485rm -f -r conftest* confdefs.h
1486
1487# Predefined preprocessor variables.
1488
1489cat >>confdefs.h <<_ACEOF
1490#define PACKAGE_NAME "$PACKAGE_NAME"
1491_ACEOF
1492
1493
1494cat >>confdefs.h <<_ACEOF
1495#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1496_ACEOF
1497
1498
1499cat >>confdefs.h <<_ACEOF
1500#define PACKAGE_VERSION "$PACKAGE_VERSION"
1501_ACEOF
1502
1503
1504cat >>confdefs.h <<_ACEOF
1505#define PACKAGE_STRING "$PACKAGE_STRING"
1506_ACEOF
1507
1508
1509cat >>confdefs.h <<_ACEOF
1510#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1511_ACEOF
1512
1513
1514# Let the site file select an alternate cache file if it wants to.
1515# Prefer explicitly selected file to automatically selected ones.
1516if test -n "$CONFIG_SITE"; then
1517 set x "$CONFIG_SITE"
1518elif test "x$prefix" != xNONE; then
1519 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1520else
1521 set x "$ac_default_prefix/share/config.site" \
1522 "$ac_default_prefix/etc/config.site"
1523fi
1524shift
1525for ac_site_file
1526do
1527 if test -r "$ac_site_file"; then
1528 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1529echo "$as_me: loading site script $ac_site_file" >&6;}
1530 sed 's/^/| /' "$ac_site_file" >&5
1531 . "$ac_site_file"
1532 fi
1533done
1534
1535if test -r "$cache_file"; then
1536 # Some versions of bash will fail to source /dev/null (special
1537 # files actually), so we avoid doing that.
1538 if test -f "$cache_file"; then
1539 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1540echo "$as_me: loading cache $cache_file" >&6;}
1541 case $cache_file in
1542 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1543 *) . "./$cache_file";;
1544 esac
1545 fi
1546else
1547 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1548echo "$as_me: creating cache $cache_file" >&6;}
1549 >$cache_file
1550fi
1551
1552# Check that the precious variables saved in the cache have kept the same
1553# value.
1554ac_cache_corrupted=false
1555for ac_var in $ac_precious_vars; do
1556 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1557 eval ac_new_set=\$ac_env_${ac_var}_set
1558 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1559 eval ac_new_val=\$ac_env_${ac_var}_value
1560 case $ac_old_set,$ac_new_set in
1561 set,)
1562 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1563echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1564 ac_cache_corrupted=: ;;
1565 ,set)
1566 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1567echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1568 ac_cache_corrupted=: ;;
1569 ,);;
1570 *)
1571 if test "x$ac_old_val" != "x$ac_new_val"; then
1572 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1573echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1574 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1575echo "$as_me: former value: $ac_old_val" >&2;}
1576 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1577echo "$as_me: current value: $ac_new_val" >&2;}
1578 ac_cache_corrupted=:
1579 fi;;
1580 esac
1581 # Pass precious variables to config.status.
1582 if test "$ac_new_set" = set; then
1583 case $ac_new_val in
1584 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1585 *) ac_arg=$ac_var=$ac_new_val ;;
1586 esac
1587 case " $ac_configure_args " in
1588 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1589 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1590 esac
1591 fi
1592done
1593if $ac_cache_corrupted; then
1594 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1595echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1596 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1597echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1598 { (exit 1); exit 1; }; }
1599fi
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617ac_ext=c
1618ac_cpp='$CPP $CPPFLAGS'
1619ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1620ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1621ac_compiler_gnu=$ac_cv_c_compiler_gnu
1622
1623
1624# Check whether --enable-accentfolding was given.
1625if test "${enable_accentfolding+set}" = set; then
1626 enableval=$enable_accentfolding; ENABLE_ACCENTFOLD=0
1627else
1628 ENABLE_ACCENTFOLD=1
1629fi
1630
1631cat >>confdefs.h <<_ACEOF
1632#define ENABLE_ACCENTFOLD $ENABLE_ACCENTFOLD
1633_ACEOF
1634
1635
1636
1637cat >>confdefs.h <<_ACEOF
1638#define COMPAT32BITFLAGS $COMPAT32BITFLAGS
1639_ACEOF
1640
1641
1642
1643echo "***** CWD = " `pwd`
1644echo "***** PATH = $PATH"
1645echo "**** java: " `which java`
1646echo "*** javac: " `which javac`
1647
1648
1649
1650if test "x$JAVAPREFIX" = x; then
1651 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1652do
1653 # Extract the first word of "$ac_prog", so it can be a program name with args.
1654set dummy $ac_prog; ac_word=$2
1655{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1656echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1657if test "${ac_cv_prog_JAVAC+set}" = set; then
1658 echo $ECHO_N "(cached) $ECHO_C" >&6
1659else
1660 if test -n "$JAVAC"; then
1661 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
1662else
1663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1664for as_dir in $PATH
1665do
1666 IFS=$as_save_IFS
1667 test -z "$as_dir" && as_dir=.
1668 for ac_exec_ext in '' $ac_executable_extensions; do
1669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1670 ac_cv_prog_JAVAC="$ac_prog"
1671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1672 break 2
1673 fi
1674done
1675done
1676IFS=$as_save_IFS
1677
1678fi
1679fi
1680JAVAC=$ac_cv_prog_JAVAC
1681if test -n "$JAVAC"; then
1682 { echo "$as_me:$LINENO: result: $JAVAC" >&5
1683echo "${ECHO_T}$JAVAC" >&6; }
1684else
1685 { echo "$as_me:$LINENO: result: no" >&5
1686echo "${ECHO_T}no" >&6; }
1687fi
1688
1689
1690 test -n "$JAVAC" && break
1691done
1692
1693else
1694 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1695do
1696 # Extract the first word of "$ac_prog", so it can be a program name with args.
1697set dummy $ac_prog; ac_word=$2
1698{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1699echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1700if test "${ac_cv_prog_JAVAC+set}" = set; then
1701 echo $ECHO_N "(cached) $ECHO_C" >&6
1702else
1703 if test -n "$JAVAC"; then
1704 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
1705else
1706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1707for as_dir in $PATH
1708do
1709 IFS=$as_save_IFS
1710 test -z "$as_dir" && as_dir=.
1711 for ac_exec_ext in '' $ac_executable_extensions; do
1712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1713 ac_cv_prog_JAVAC="$ac_prog"
1714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1715 break 2
1716 fi
1717done
1718done
1719IFS=$as_save_IFS
1720
1721fi
1722fi
1723JAVAC=$ac_cv_prog_JAVAC
1724if test -n "$JAVAC"; then
1725 { echo "$as_me:$LINENO: result: $JAVAC" >&5
1726echo "${ECHO_T}$JAVAC" >&6; }
1727else
1728 { echo "$as_me:$LINENO: result: no" >&5
1729echo "${ECHO_T}no" >&6; }
1730fi
1731
1732
1733 test -n "$JAVAC" && break
1734done
1735test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
1736
1737fi
1738test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
1739echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
1740 { (exit 1); exit 1; }; }
1741
1742{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
1743echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
1744if test "${ac_cv_prog_javac_works+set}" = set; then
1745 echo $ECHO_N "(cached) $ECHO_C" >&6
1746else
1747
1748JAVA_TEST=Test.java
1749CLASS_TEST=Test.class
1750cat << \EOF > $JAVA_TEST
1751/* #line 1751 "configure" */
1752public class Test {
1753}
1754EOF
1755if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
1756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1757 (eval $ac_try) 2>&5
1758 ac_status=$?
1759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1760 (exit $ac_status); }; } >/dev/null 2>&1; then
1761 ac_cv_prog_javac_works=yes
1762else
1763 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
1764echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
1765 { (exit 1); exit 1; }; }
1766 echo "configure: failed program was:" >&5
1767 cat $JAVA_TEST >&5
1768fi
1769rm -f $JAVA_TEST $CLASS_TEST
1770
1771fi
1772{ echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
1773echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; }
1774
1775
1776
1777if test x$JAVAPREFIX = x; then
1778 test x$JAVA = x && for ac_prog in java$EXEEXT
1779do
1780 # Extract the first word of "$ac_prog", so it can be a program name with args.
1781set dummy $ac_prog; ac_word=$2
1782{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1783echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1784if test "${ac_cv_prog_JAVA+set}" = set; then
1785 echo $ECHO_N "(cached) $ECHO_C" >&6
1786else
1787 if test -n "$JAVA"; then
1788 ac_cv_prog_JAVA="$JAVA" # Let the user override the test.
1789else
1790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1791for as_dir in $PATH
1792do
1793 IFS=$as_save_IFS
1794 test -z "$as_dir" && as_dir=.
1795 for ac_exec_ext in '' $ac_executable_extensions; do
1796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1797 ac_cv_prog_JAVA="$ac_prog"
1798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1799 break 2
1800 fi
1801done
1802done
1803IFS=$as_save_IFS
1804
1805fi
1806fi
1807JAVA=$ac_cv_prog_JAVA
1808if test -n "$JAVA"; then
1809 { echo "$as_me:$LINENO: result: $JAVA" >&5
1810echo "${ECHO_T}$JAVA" >&6; }
1811else
1812 { echo "$as_me:$LINENO: result: no" >&5
1813echo "${ECHO_T}no" >&6; }
1814fi
1815
1816
1817 test -n "$JAVA" && break
1818done
1819
1820else
1821 test x$JAVA = x && for ac_prog in java$EXEEXT
1822do
1823 # Extract the first word of "$ac_prog", so it can be a program name with args.
1824set dummy $ac_prog; ac_word=$2
1825{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1826echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1827if test "${ac_cv_prog_JAVA+set}" = set; then
1828 echo $ECHO_N "(cached) $ECHO_C" >&6
1829else
1830 if test -n "$JAVA"; then
1831 ac_cv_prog_JAVA="$JAVA" # Let the user override the test.
1832else
1833as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1834for as_dir in $PATH
1835do
1836 IFS=$as_save_IFS
1837 test -z "$as_dir" && as_dir=.
1838 for ac_exec_ext in '' $ac_executable_extensions; do
1839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1840 ac_cv_prog_JAVA="$ac_prog"
1841 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1842 break 2
1843 fi
1844done
1845done
1846IFS=$as_save_IFS
1847
1848fi
1849fi
1850JAVA=$ac_cv_prog_JAVA
1851if test -n "$JAVA"; then
1852 { echo "$as_me:$LINENO: result: $JAVA" >&5
1853echo "${ECHO_T}$JAVA" >&6; }
1854else
1855 { echo "$as_me:$LINENO: result: no" >&5
1856echo "${ECHO_T}no" >&6; }
1857fi
1858
1859
1860 test -n "$JAVA" && break
1861done
1862test -n "$JAVA" || JAVA="$JAVAPREFIX"
1863
1864fi
1865test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
1866echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
1867 { (exit 1); exit 1; }; }
1868
1869# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
1870set dummy uudecode$EXEEXT; ac_word=$2
1871{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1872echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1873if test "${ac_cv_prog_uudecode+set}" = set; then
1874 echo $ECHO_N "(cached) $ECHO_C" >&6
1875else
1876 if test -n "$uudecode"; then
1877 ac_cv_prog_uudecode="$uudecode" # Let the user override the test.
1878else
1879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1880for as_dir in $PATH
1881do
1882 IFS=$as_save_IFS
1883 test -z "$as_dir" && as_dir=.
1884 for ac_exec_ext in '' $ac_executable_extensions; do
1885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1886 ac_cv_prog_uudecode="yes"
1887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1888 break 2
1889 fi
1890done
1891done
1892IFS=$as_save_IFS
1893
1894fi
1895fi
1896uudecode=$ac_cv_prog_uudecode
1897if test -n "$uudecode"; then
1898 { echo "$as_me:$LINENO: result: $uudecode" >&5
1899echo "${ECHO_T}$uudecode" >&6; }
1900else
1901 { echo "$as_me:$LINENO: result: no" >&5
1902echo "${ECHO_T}no" >&6; }
1903fi
1904
1905
1906if test x$uudecode = xyes; then
1907{ echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
1908echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6; }
1909if test "${ac_cv_prog_uudecode_base64+set}" = set; then
1910 echo $ECHO_N "(cached) $ECHO_C" >&6
1911else
1912
1913cat << \EOF > Test.uue
1914begin-base64 644 Test.class
1915yv66vgADAC0AFQcAAgEABFRlc3QHAAQBABBqYXZhL2xhbmcvT2JqZWN0AQAE
1916bWFpbgEAFihbTGphdmEvbGFuZy9TdHJpbmc7KVYBAARDb2RlAQAPTGluZU51
1917bWJlclRhYmxlDAAKAAsBAARleGl0AQAEKEkpVgoADQAJBwAOAQAQamF2YS9s
1918YW5nL1N5c3RlbQEABjxpbml0PgEAAygpVgwADwAQCgADABEBAApTb3VyY2VG
1919aWxlAQAJVGVzdC5qYXZhACEAAQADAAAAAAACAAkABQAGAAEABwAAACEAAQAB
1920AAAABQO4AAyxAAAAAQAIAAAACgACAAAACgAEAAsAAQAPABAAAQAHAAAAIQAB
1921AAEAAAAFKrcAErEAAAABAAgAAAAKAAIAAAAEAAQABAABABMAAAACABQ=
1922====
1923EOF
1924if uudecode$EXEEXT Test.uue; then
1925 ac_cv_prog_uudecode_base64=yes
1926else
1927 echo "configure: 1927: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
1928 echo "configure: failed file was:" >&5
1929 cat Test.uue >&5
1930 ac_cv_prog_uudecode_base64=no
1931fi
1932rm -f Test.uue
1933fi
1934{ echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
1935echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6; }
1936fi
1937if test x$ac_cv_prog_uudecode_base64 != xyes; then
1938 rm -f Test.class
1939 { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
1940echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
1941 if test x$ac_cv_prog_javac_works = xno; then
1942 { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
1943echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
1944 { (exit 1); exit 1; }; }
1945 fi
1946 if test x$ac_cv_prog_javac_works = x; then
1947
1948if test "x$JAVAPREFIX" = x; then
1949 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1950do
1951 # Extract the first word of "$ac_prog", so it can be a program name with args.
1952set dummy $ac_prog; ac_word=$2
1953{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1954echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1955if test "${ac_cv_prog_JAVAC+set}" = set; then
1956 echo $ECHO_N "(cached) $ECHO_C" >&6
1957else
1958 if test -n "$JAVAC"; then
1959 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
1960else
1961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1962for as_dir in $PATH
1963do
1964 IFS=$as_save_IFS
1965 test -z "$as_dir" && as_dir=.
1966 for ac_exec_ext in '' $ac_executable_extensions; do
1967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1968 ac_cv_prog_JAVAC="$ac_prog"
1969 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1970 break 2
1971 fi
1972done
1973done
1974IFS=$as_save_IFS
1975
1976fi
1977fi
1978JAVAC=$ac_cv_prog_JAVAC
1979if test -n "$JAVAC"; then
1980 { echo "$as_me:$LINENO: result: $JAVAC" >&5
1981echo "${ECHO_T}$JAVAC" >&6; }
1982else
1983 { echo "$as_me:$LINENO: result: no" >&5
1984echo "${ECHO_T}no" >&6; }
1985fi
1986
1987
1988 test -n "$JAVAC" && break
1989done
1990
1991else
1992 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1993do
1994 # Extract the first word of "$ac_prog", so it can be a program name with args.
1995set dummy $ac_prog; ac_word=$2
1996{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1997echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1998if test "${ac_cv_prog_JAVAC+set}" = set; then
1999 echo $ECHO_N "(cached) $ECHO_C" >&6
2000else
2001 if test -n "$JAVAC"; then
2002 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
2003else
2004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2005for as_dir in $PATH
2006do
2007 IFS=$as_save_IFS
2008 test -z "$as_dir" && as_dir=.
2009 for ac_exec_ext in '' $ac_executable_extensions; do
2010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2011 ac_cv_prog_JAVAC="$ac_prog"
2012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2013 break 2
2014 fi
2015done
2016done
2017IFS=$as_save_IFS
2018
2019fi
2020fi
2021JAVAC=$ac_cv_prog_JAVAC
2022if test -n "$JAVAC"; then
2023 { echo "$as_me:$LINENO: result: $JAVAC" >&5
2024echo "${ECHO_T}$JAVAC" >&6; }
2025else
2026 { echo "$as_me:$LINENO: result: no" >&5
2027echo "${ECHO_T}no" >&6; }
2028fi
2029
2030
2031 test -n "$JAVAC" && break
2032done
2033test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
2034
2035fi
2036test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
2037echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
2038 { (exit 1); exit 1; }; }
2039
2040{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
2041echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
2042if test "${ac_cv_prog_javac_works+set}" = set; then
2043 echo $ECHO_N "(cached) $ECHO_C" >&6
2044else
2045
2046JAVA_TEST=Test.java
2047CLASS_TEST=Test.class
2048cat << \EOF > $JAVA_TEST
2049/* #line 2049 "configure" */
2050public class Test {
2051}
2052EOF
2053if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
2054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2055 (eval $ac_try) 2>&5
2056 ac_status=$?
2057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2058 (exit $ac_status); }; } >/dev/null 2>&1; then
2059 ac_cv_prog_javac_works=yes
2060else
2061 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
2062echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
2063 { (exit 1); exit 1; }; }
2064 echo "configure: failed program was:" >&5
2065 cat $JAVA_TEST >&5
2066fi
2067rm -f $JAVA_TEST $CLASS_TEST
2068
2069fi
2070{ echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
2071echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; }
2072
2073
2074 fi
2075fi
2076{ echo "$as_me:$LINENO: checking if $JAVA works" >&5
2077echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6; }
2078if test "${ac_cv_prog_java_works+set}" = set; then
2079 echo $ECHO_N "(cached) $ECHO_C" >&6
2080else
2081
2082JAVA_TEST=Test.java
2083CLASS_TEST=Test.class
2084TEST=Test
2085cat << \EOF > $JAVA_TEST
2086/* [#]line 2086 "configure" */
2087public class Test {
2088public static void main (String args[]) {
2089 System.exit (0);
2090} }
2091EOF
2092if test x$ac_cv_prog_uudecode_base64 != xyes; then
2093 if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
2094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2095 (eval $ac_try) 2>&5
2096 ac_status=$?
2097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2098 (exit $ac_status); }; } && test -s $CLASS_TEST; then
2099 :
2100 else
2101 echo "configure: failed program was:" >&5
2102 cat $JAVA_TEST >&5
2103 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
2104echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
2105 { (exit 1); exit 1; }; }
2106 fi
2107fi
2108if { ac_try='$JAVA $JAVAFLAGS $TEST'
2109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2110 (eval $ac_try) 2>&5
2111 ac_status=$?
2112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2113 (exit $ac_status); }; } >/dev/null 2>&1; then
2114 ac_cv_prog_java_works=yes
2115else
2116 echo "configure: failed program was:" >&5
2117 cat $JAVA_TEST >&5
2118 { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
2119echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
2120 { (exit 1); exit 1; }; }
2121fi
2122rm -fr $JAVA_TEST $CLASS_TEST Test.uue
2123
2124fi
2125{ echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
2126echo "${ECHO_T}$ac_cv_prog_java_works" >&6; }
2127
2128
2129
2130
2131
2132# Check whether --with-unac was given.
2133if test "${with_unac+set}" = set; then
2134 withval=$with_unac; UNAC_DIR=$withval
2135fi
2136
2137
2138if test $ENABLE_ACCENTFOLD = 1; then
2139ac_aux_dir=
2140for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2141 if test -f "$ac_dir/install-sh"; then
2142 ac_aux_dir=$ac_dir
2143 ac_install_sh="$ac_aux_dir/install-sh -c"
2144 break
2145 elif test -f "$ac_dir/install.sh"; then
2146 ac_aux_dir=$ac_dir
2147 ac_install_sh="$ac_aux_dir/install.sh -c"
2148 break
2149 elif test -f "$ac_dir/shtool"; then
2150 ac_aux_dir=$ac_dir
2151 ac_install_sh="$ac_aux_dir/shtool install -c"
2152 break
2153 fi
2154done
2155if test -z "$ac_aux_dir"; then
2156 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2157echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2158 { (exit 1); exit 1; }; }
2159fi
2160
2161# These three variables are undocumented and unsupported,
2162# and are intended to be withdrawn in a future Autoconf release.
2163# They can cause serious problems if a builder's source tree is in a directory
2164# whose full name contains unusual characters.
2165ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2166ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2167ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2168
2169
2170subdirs="$subdirs packages/unac"
2171
2172fi
2173
2174subdirs="$subdirs mg mgpp"
2175
2176
2177ac_config_files="$ac_config_files Makefile"
2178
2179cat >confcache <<\_ACEOF
2180# This file is a shell script that caches the results of configure
2181# tests run on this system so they can be shared between configure
2182# scripts and configure runs, see configure's option --config-cache.
2183# It is not useful on other systems. If it contains results you don't
2184# want to keep, you may remove or edit it.
2185#
2186# config.status only pays attention to the cache file if you give it
2187# the --recheck option to rerun configure.
2188#
2189# `ac_cv_env_foo' variables (set or unset) will be overridden when
2190# loading this file, other *unset* `ac_cv_foo' will be assigned the
2191# following values.
2192
2193_ACEOF
2194
2195# The following way of writing the cache mishandles newlines in values,
2196# but we know of no workaround that is simple, portable, and efficient.
2197# So, we kill variables containing newlines.
2198# Ultrix sh set writes to stderr and can't be redirected directly,
2199# and sets the high bit in the cache file unless we assign to the vars.
2200(
2201 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2202 eval ac_val=\$$ac_var
2203 case $ac_val in #(
2204 *${as_nl}*)
2205 case $ac_var in #(
2206 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2207echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2208 esac
2209 case $ac_var in #(
2210 _ | IFS | as_nl) ;; #(
2211 *) $as_unset $ac_var ;;
2212 esac ;;
2213 esac
2214 done
2215
2216 (set) 2>&1 |
2217 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2218 *${as_nl}ac_space=\ *)
2219 # `set' does not quote correctly, so add quotes (double-quote
2220 # substitution turns \\\\ into \\, and sed turns \\ into \).
2221 sed -n \
2222 "s/'/'\\\\''/g;
2223 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2224 ;; #(
2225 *)
2226 # `set' quotes correctly as required by POSIX, so do not add quotes.
2227 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2228 ;;
2229 esac |
2230 sort
2231) |
2232 sed '
2233 /^ac_cv_env_/b end
2234 t clear
2235 :clear
2236 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2237 t end
2238 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2239 :end' >>confcache
2240if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2241 if test -w "$cache_file"; then
2242 test "x$cache_file" != "x/dev/null" &&
2243 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2244echo "$as_me: updating cache $cache_file" >&6;}
2245 cat confcache >$cache_file
2246 else
2247 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2248echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2249 fi
2250fi
2251rm -f confcache
2252
2253test "x$prefix" = xNONE && prefix=$ac_default_prefix
2254# Let make expand exec_prefix.
2255test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2256
2257# Transform confdefs.h into DEFS.
2258# Protect against shell expansion while executing Makefile rules.
2259# Protect against Makefile macro expansion.
2260#
2261# If the first sed substitution is executed (which looks for macros that
2262# take arguments), then branch to the quote section. Otherwise,
2263# look for a macro that doesn't take arguments.
2264ac_script='
2265t clear
2266:clear
2267s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2268t quote
2269s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2270t quote
2271b any
2272:quote
2273s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2274s/\[/\\&/g
2275s/\]/\\&/g
2276s/\$/$$/g
2277H
2278:any
2279${
2280 g
2281 s/^\n//
2282 s/\n/ /g
2283 p
2284}
2285'
2286DEFS=`sed -n "$ac_script" confdefs.h`
2287
2288
2289ac_libobjs=
2290ac_ltlibobjs=
2291for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2292 # 1. Remove the extension, and $U if already installed.
2293 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2294 ac_i=`echo "$ac_i" | sed "$ac_script"`
2295 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2296 # will be set to the directory where LIBOBJS objects are built.
2297 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2298 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2299done
2300LIBOBJS=$ac_libobjs
2301
2302LTLIBOBJS=$ac_ltlibobjs
2303
2304
2305
2306: ${CONFIG_STATUS=./config.status}
2307ac_clean_files_save=$ac_clean_files
2308ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2309{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2310echo "$as_me: creating $CONFIG_STATUS" >&6;}
2311cat >$CONFIG_STATUS <<_ACEOF
2312#! $SHELL
2313# Generated by $as_me.
2314# Run this file to recreate the current configuration.
2315# Compiler output produced by configure, useful for debugging
2316# configure, is in config.log if it exists.
2317
2318debug=false
2319ac_cs_recheck=false
2320ac_cs_silent=false
2321SHELL=\${CONFIG_SHELL-$SHELL}
2322_ACEOF
2323
2324cat >>$CONFIG_STATUS <<\_ACEOF
2325## --------------------- ##
2326## M4sh Initialization. ##
2327## --------------------- ##
2328
2329# Be more Bourne compatible
2330DUALCASE=1; export DUALCASE # for MKS sh
2331if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2332 emulate sh
2333 NULLCMD=:
2334 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2335 # is contrary to our usage. Disable this feature.
2336 alias -g '${1+"$@"}'='"$@"'
2337 setopt NO_GLOB_SUBST
2338else
2339 case `(set -o) 2>/dev/null` in
2340 *posix*) set -o posix ;;
2341esac
2342
2343fi
2344
2345
2346
2347
2348# PATH needs CR
2349# Avoid depending upon Character Ranges.
2350as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2351as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2352as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2353as_cr_digits='0123456789'
2354as_cr_alnum=$as_cr_Letters$as_cr_digits
2355
2356# The user is always right.
2357if test "${PATH_SEPARATOR+set}" != set; then
2358 echo "#! /bin/sh" >conf$$.sh
2359 echo "exit 0" >>conf$$.sh
2360 chmod +x conf$$.sh
2361 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2362 PATH_SEPARATOR=';'
2363 else
2364 PATH_SEPARATOR=:
2365 fi
2366 rm -f conf$$.sh
2367fi
2368
2369# Support unset when possible.
2370if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2371 as_unset=unset
2372else
2373 as_unset=false
2374fi
2375
2376
2377# IFS
2378# We need space, tab and new line, in precisely that order. Quoting is
2379# there to prevent editors from complaining about space-tab.
2380# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2381# splitting by setting IFS to empty value.)
2382as_nl='
2383'
2384IFS=" "" $as_nl"
2385
2386# Find who we are. Look in the path if we contain no directory separator.
2387case $0 in
2388 *[\\/]* ) as_myself=$0 ;;
2389 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
2394 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2395done
2396IFS=$as_save_IFS
2397
2398 ;;
2399esac
2400# We did not find ourselves, most probably we were run as `sh COMMAND'
2401# in which case we are not to be found in the path.
2402if test "x$as_myself" = x; then
2403 as_myself=$0
2404fi
2405if test ! -f "$as_myself"; then
2406 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2407 { (exit 1); exit 1; }
2408fi
2409
2410# Work around bugs in pre-3.0 UWIN ksh.
2411for as_var in ENV MAIL MAILPATH
2412do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2413done
2414PS1='$ '
2415PS2='> '
2416PS4='+ '
2417
2418# NLS nuisances.
2419for as_var in \
2420 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2421 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2422 LC_TELEPHONE LC_TIME
2423do
2424 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2425 eval $as_var=C; export $as_var
2426 else
2427 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2428 fi
2429done
2430
2431# Required to use basename.
2432if expr a : '\(a\)' >/dev/null 2>&1 &&
2433 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2434 as_expr=expr
2435else
2436 as_expr=false
2437fi
2438
2439if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2440 as_basename=basename
2441else
2442 as_basename=false
2443fi
2444
2445
2446# Name of the executable.
2447as_me=`$as_basename -- "$0" ||
2448$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2449 X"$0" : 'X\(//\)$' \| \
2450 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2451echo X/"$0" |
2452 sed '/^.*\/\([^/][^/]*\)\/*$/{
2453 s//\1/
2454 q
2455 }
2456 /^X\/\(\/\/\)$/{
2457 s//\1/
2458 q
2459 }
2460 /^X\/\(\/\).*/{
2461 s//\1/
2462 q
2463 }
2464 s/.*/./; q'`
2465
2466# CDPATH.
2467$as_unset CDPATH
2468
2469
2470
2471 as_lineno_1=$LINENO
2472 as_lineno_2=$LINENO
2473 test "x$as_lineno_1" != "x$as_lineno_2" &&
2474 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2475
2476 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2477 # uniformly replaced by the line number. The first 'sed' inserts a
2478 # line-number line after each line using $LINENO; the second 'sed'
2479 # does the real work. The second script uses 'N' to pair each
2480 # line-number line with the line containing $LINENO, and appends
2481 # trailing '-' during substitution so that $LINENO is not a special
2482 # case at line end.
2483 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2484 # scripts with optimization help from Paolo Bonzini. Blame Lee
2485 # E. McMahon (1931-1989) for sed's syntax. :-)
2486 sed -n '
2487 p
2488 /[$]LINENO/=
2489 ' <$as_myself |
2490 sed '
2491 s/[$]LINENO.*/&-/
2492 t lineno
2493 b
2494 :lineno
2495 N
2496 :loop
2497 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2498 t loop
2499 s/-\n.*//
2500 ' >$as_me.lineno &&
2501 chmod +x "$as_me.lineno" ||
2502 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2503 { (exit 1); exit 1; }; }
2504
2505 # Don't try to exec as it changes $[0], causing all sort of problems
2506 # (the dirname of $[0] is not the place where we might find the
2507 # original and so on. Autoconf is especially sensitive to this).
2508 . "./$as_me.lineno"
2509 # Exit status is that of the last command.
2510 exit
2511}
2512
2513
2514if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2515 as_dirname=dirname
2516else
2517 as_dirname=false
2518fi
2519
2520ECHO_C= ECHO_N= ECHO_T=
2521case `echo -n x` in
2522-n*)
2523 case `echo 'x\c'` in
2524 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2525 *) ECHO_C='\c';;
2526 esac;;
2527*)
2528 ECHO_N='-n';;
2529esac
2530
2531if expr a : '\(a\)' >/dev/null 2>&1 &&
2532 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2533 as_expr=expr
2534else
2535 as_expr=false
2536fi
2537
2538rm -f conf$$ conf$$.exe conf$$.file
2539if test -d conf$$.dir; then
2540 rm -f conf$$.dir/conf$$.file
2541else
2542 rm -f conf$$.dir
2543 mkdir conf$$.dir
2544fi
2545echo >conf$$.file
2546if ln -s conf$$.file conf$$ 2>/dev/null; then
2547 as_ln_s='ln -s'
2548 # ... but there are two gotchas:
2549 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2550 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2551 # In both cases, we have to default to `cp -p'.
2552 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2553 as_ln_s='cp -p'
2554elif ln conf$$.file conf$$ 2>/dev/null; then
2555 as_ln_s=ln
2556else
2557 as_ln_s='cp -p'
2558fi
2559rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2560rmdir conf$$.dir 2>/dev/null
2561
2562if mkdir -p . 2>/dev/null; then
2563 as_mkdir_p=:
2564else
2565 test -d ./-p && rmdir ./-p
2566 as_mkdir_p=false
2567fi
2568
2569if test -x / >/dev/null 2>&1; then
2570 as_test_x='test -x'
2571else
2572 if ls -dL / >/dev/null 2>&1; then
2573 as_ls_L_option=L
2574 else
2575 as_ls_L_option=
2576 fi
2577 as_test_x='
2578 eval sh -c '\''
2579 if test -d "$1"; then
2580 test -d "$1/.";
2581 else
2582 case $1 in
2583 -*)set "./$1";;
2584 esac;
2585 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2586 ???[sx]*):;;*)false;;esac;fi
2587 '\'' sh
2588 '
2589fi
2590as_executable_p=$as_test_x
2591
2592# Sed expression to map a string onto a valid CPP name.
2593as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2594
2595# Sed expression to map a string onto a valid variable name.
2596as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2597
2598
2599exec 6>&1
2600
2601# Save the log message, to keep $[0] and so on meaningful, and to
2602# report actual input values of CONFIG_FILES etc. instead of their
2603# values after options handling.
2604ac_log="
2605This file was extended by $as_me, which was
2606generated by GNU Autoconf 2.61. Invocation command line was
2607
2608 CONFIG_FILES = $CONFIG_FILES
2609 CONFIG_HEADERS = $CONFIG_HEADERS
2610 CONFIG_LINKS = $CONFIG_LINKS
2611 CONFIG_COMMANDS = $CONFIG_COMMANDS
2612 $ $0 $@
2613
2614on `(hostname || uname -n) 2>/dev/null | sed 1q`
2615"
2616
2617_ACEOF
2618
2619cat >>$CONFIG_STATUS <<_ACEOF
2620# Files that config.status was made for.
2621config_files="$ac_config_files"
2622
2623_ACEOF
2624
2625cat >>$CONFIG_STATUS <<\_ACEOF
2626ac_cs_usage="\
2627\`$as_me' instantiates files from templates according to the
2628current configuration.
2629
2630Usage: $0 [OPTIONS] [FILE]...
2631
2632 -h, --help print this help, then exit
2633 -V, --version print version number and configuration settings, then exit
2634 -q, --quiet do not print progress messages
2635 -d, --debug don't remove temporary files
2636 --recheck update $as_me by reconfiguring in the same conditions
2637 --file=FILE[:TEMPLATE]
2638 instantiate the configuration file FILE
2639
2640Configuration files:
2641$config_files
2642
2643Report bugs to <[email protected]>."
2644
2645_ACEOF
2646cat >>$CONFIG_STATUS <<_ACEOF
2647ac_cs_version="\\
2648config.status
2649configured by $0, generated by GNU Autoconf 2.61,
2650 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2651
2652Copyright (C) 2006 Free Software Foundation, Inc.
2653This config.status script is free software; the Free Software Foundation
2654gives unlimited permission to copy, distribute and modify it."
2655
2656ac_pwd='$ac_pwd'
2657srcdir='$srcdir'
2658_ACEOF
2659
2660cat >>$CONFIG_STATUS <<\_ACEOF
2661# If no file are specified by the user, then we need to provide default
2662# value. By we need to know if files were specified by the user.
2663ac_need_defaults=:
2664while test $# != 0
2665do
2666 case $1 in
2667 --*=*)
2668 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2669 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2670 ac_shift=:
2671 ;;
2672 *)
2673 ac_option=$1
2674 ac_optarg=$2
2675 ac_shift=shift
2676 ;;
2677 esac
2678
2679 case $ac_option in
2680 # Handling of the options.
2681 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2682 ac_cs_recheck=: ;;
2683 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2684 echo "$ac_cs_version"; exit ;;
2685 --debug | --debu | --deb | --de | --d | -d )
2686 debug=: ;;
2687 --file | --fil | --fi | --f )
2688 $ac_shift
2689 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2690 ac_need_defaults=false;;
2691 --he | --h | --help | --hel | -h )
2692 echo "$ac_cs_usage"; exit ;;
2693 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2694 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2695 ac_cs_silent=: ;;
2696
2697 # This is an error.
2698 -*) { echo "$as_me: error: unrecognized option: $1
2699Try \`$0 --help' for more information." >&2
2700 { (exit 1); exit 1; }; } ;;
2701
2702 *) ac_config_targets="$ac_config_targets $1"
2703 ac_need_defaults=false ;;
2704
2705 esac
2706 shift
2707done
2708
2709ac_configure_extra_args=
2710
2711if $ac_cs_silent; then
2712 exec 6>/dev/null
2713 ac_configure_extra_args="$ac_configure_extra_args --silent"
2714fi
2715
2716_ACEOF
2717cat >>$CONFIG_STATUS <<_ACEOF
2718if \$ac_cs_recheck; then
2719 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2720 CONFIG_SHELL=$SHELL
2721 export CONFIG_SHELL
2722 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2723fi
2724
2725_ACEOF
2726cat >>$CONFIG_STATUS <<\_ACEOF
2727exec 5>>config.log
2728{
2729 echo
2730 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2731## Running $as_me. ##
2732_ASBOX
2733 echo "$ac_log"
2734} >&5
2735
2736_ACEOF
2737cat >>$CONFIG_STATUS <<_ACEOF
2738_ACEOF
2739
2740cat >>$CONFIG_STATUS <<\_ACEOF
2741
2742# Handling of arguments.
2743for ac_config_target in $ac_config_targets
2744do
2745 case $ac_config_target in
2746 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2747
2748 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2749echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2750 { (exit 1); exit 1; }; };;
2751 esac
2752done
2753
2754
2755# If the user did not use the arguments to specify the items to instantiate,
2756# then the envvar interface is used. Set only those that are not.
2757# We use the long form for the default assignment because of an extremely
2758# bizarre bug on SunOS 4.1.3.
2759if $ac_need_defaults; then
2760 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2761fi
2762
2763# Have a temporary directory for convenience. Make it in the build tree
2764# simply because there is no reason against having it here, and in addition,
2765# creating and moving files from /tmp can sometimes cause problems.
2766# Hook for its removal unless debugging.
2767# Note that there is a small window in which the directory will not be cleaned:
2768# after its creation but before its name has been assigned to `$tmp'.
2769$debug ||
2770{
2771 tmp=
2772 trap 'exit_status=$?
2773 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2774' 0
2775 trap '{ (exit 1); exit 1; }' 1 2 13 15
2776}
2777# Create a (secure) tmp directory for tmp files.
2778
2779{
2780 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2781 test -n "$tmp" && test -d "$tmp"
2782} ||
2783{
2784 tmp=./conf$$-$RANDOM
2785 (umask 077 && mkdir "$tmp")
2786} ||
2787{
2788 echo "$me: cannot create a temporary directory in ." >&2
2789 { (exit 1); exit 1; }
2790}
2791
2792#
2793# Set up the sed scripts for CONFIG_FILES section.
2794#
2795
2796# No need to generate the scripts if there are no CONFIG_FILES.
2797# This happens for instance when ./config.status config.h
2798if test -n "$CONFIG_FILES"; then
2799
2800_ACEOF
2801
2802
2803
2804ac_delim='%!_!# '
2805for ac_last_try in false false false false false :; do
2806 cat >conf$$subs.sed <<_ACEOF
2807SHELL!$SHELL$ac_delim
2808PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
2809PACKAGE_NAME!$PACKAGE_NAME$ac_delim
2810PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
2811PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
2812PACKAGE_STRING!$PACKAGE_STRING$ac_delim
2813PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
2814exec_prefix!$exec_prefix$ac_delim
2815prefix!$prefix$ac_delim
2816program_transform_name!$program_transform_name$ac_delim
2817bindir!$bindir$ac_delim
2818sbindir!$sbindir$ac_delim
2819libexecdir!$libexecdir$ac_delim
2820datarootdir!$datarootdir$ac_delim
2821datadir!$datadir$ac_delim
2822sysconfdir!$sysconfdir$ac_delim
2823sharedstatedir!$sharedstatedir$ac_delim
2824localstatedir!$localstatedir$ac_delim
2825includedir!$includedir$ac_delim
2826oldincludedir!$oldincludedir$ac_delim
2827docdir!$docdir$ac_delim
2828infodir!$infodir$ac_delim
2829htmldir!$htmldir$ac_delim
2830dvidir!$dvidir$ac_delim
2831pdfdir!$pdfdir$ac_delim
2832psdir!$psdir$ac_delim
2833libdir!$libdir$ac_delim
2834localedir!$localedir$ac_delim
2835mandir!$mandir$ac_delim
2836DEFS!$DEFS$ac_delim
2837ECHO_C!$ECHO_C$ac_delim
2838ECHO_N!$ECHO_N$ac_delim
2839ECHO_T!$ECHO_T$ac_delim
2840LIBS!$LIBS$ac_delim
2841build_alias!$build_alias$ac_delim
2842host_alias!$host_alias$ac_delim
2843target_alias!$target_alias$ac_delim
2844ENABLE_ACCENTFOLD!$ENABLE_ACCENTFOLD$ac_delim
2845COMPAT32BITFLAGS!$COMPAT32BITFLAGS$ac_delim
2846JAVAC!$JAVAC$ac_delim
2847JAVA!$JAVA$ac_delim
2848uudecode!$uudecode$ac_delim
2849subdirs!$subdirs$ac_delim
2850LIBOBJS!$LIBOBJS$ac_delim
2851LTLIBOBJS!$LTLIBOBJS$ac_delim
2852_ACEOF
2853
2854 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 45; then
2855 break
2856 elif $ac_last_try; then
2857 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2858echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2859 { (exit 1); exit 1; }; }
2860 else
2861 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2862 fi
2863done
2864
2865ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
2866if test -n "$ac_eof"; then
2867 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
2868 ac_eof=`expr $ac_eof + 1`
2869fi
2870
2871cat >>$CONFIG_STATUS <<_ACEOF
2872cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
2873/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
2874_ACEOF
2875sed '
2876s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
2877s/^/s,@/; s/!/@,|#_!!_#|/
2878:n
2879t n
2880s/'"$ac_delim"'$/,g/; t
2881s/$/\\/; p
2882N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
2883' >>$CONFIG_STATUS <conf$$subs.sed
2884rm -f conf$$subs.sed
2885cat >>$CONFIG_STATUS <<_ACEOF
2886:end
2887s/|#_!!_#|//g
2888CEOF$ac_eof
2889_ACEOF
2890
2891
2892# VPATH may cause trouble with some makes, so we remove $(srcdir),
2893# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2894# trailing colons and then remove the whole line if VPATH becomes empty
2895# (actually we leave an empty line to preserve line numbers).
2896if test "x$srcdir" = x.; then
2897 ac_vpsub='/^[ ]*VPATH[ ]*=/{
2898s/:*\$(srcdir):*/:/
2899s/:*\${srcdir}:*/:/
2900s/:*@srcdir@:*/:/
2901s/^\([^=]*=[ ]*\):*/\1/
2902s/:*$//
2903s/^[^=]*=[ ]*$//
2904}'
2905fi
2906
2907cat >>$CONFIG_STATUS <<\_ACEOF
2908fi # test -n "$CONFIG_FILES"
2909
2910
2911for ac_tag in :F $CONFIG_FILES
2912do
2913 case $ac_tag in
2914 :[FHLC]) ac_mode=$ac_tag; continue;;
2915 esac
2916 case $ac_mode$ac_tag in
2917 :[FHL]*:*);;
2918 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
2919echo "$as_me: error: Invalid tag $ac_tag." >&2;}
2920 { (exit 1); exit 1; }; };;
2921 :[FH]-) ac_tag=-:-;;
2922 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2923 esac
2924 ac_save_IFS=$IFS
2925 IFS=:
2926 set x $ac_tag
2927 IFS=$ac_save_IFS
2928 shift
2929 ac_file=$1
2930 shift
2931
2932 case $ac_mode in
2933 :L) ac_source=$1;;
2934 :[FH])
2935 ac_file_inputs=
2936 for ac_f
2937 do
2938 case $ac_f in
2939 -) ac_f="$tmp/stdin";;
2940 *) # Look for the file first in the build tree, then in the source tree
2941 # (if the path is not absolute). The absolute path cannot be DOS-style,
2942 # because $ac_f cannot contain `:'.
2943 test -f "$ac_f" ||
2944 case $ac_f in
2945 [\\/$]*) false;;
2946 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2947 esac ||
2948 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
2949echo "$as_me: error: cannot find input file: $ac_f" >&2;}
2950 { (exit 1); exit 1; }; };;
2951 esac
2952 ac_file_inputs="$ac_file_inputs $ac_f"
2953 done
2954
2955 # Let's still pretend it is `configure' which instantiates (i.e., don't
2956 # use $as_me), people would be surprised to read:
2957 # /* config.h. Generated by config.status. */
2958 configure_input="Generated from "`IFS=:
2959 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
2960 if test x"$ac_file" != x-; then
2961 configure_input="$ac_file. $configure_input"
2962 { echo "$as_me:$LINENO: creating $ac_file" >&5
2963echo "$as_me: creating $ac_file" >&6;}
2964 fi
2965
2966 case $ac_tag in
2967 *:-:* | *:-) cat >"$tmp/stdin";;
2968 esac
2969 ;;
2970 esac
2971
2972 ac_dir=`$as_dirname -- "$ac_file" ||
2973$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2974 X"$ac_file" : 'X\(//\)[^/]' \| \
2975 X"$ac_file" : 'X\(//\)$' \| \
2976 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2977echo X"$ac_file" |
2978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2979 s//\1/
2980 q
2981 }
2982 /^X\(\/\/\)[^/].*/{
2983 s//\1/
2984 q
2985 }
2986 /^X\(\/\/\)$/{
2987 s//\1/
2988 q
2989 }
2990 /^X\(\/\).*/{
2991 s//\1/
2992 q
2993 }
2994 s/.*/./; q'`
2995 { as_dir="$ac_dir"
2996 case $as_dir in #(
2997 -*) as_dir=./$as_dir;;
2998 esac
2999 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3000 as_dirs=
3001 while :; do
3002 case $as_dir in #(
3003 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3004 *) as_qdir=$as_dir;;
3005 esac
3006 as_dirs="'$as_qdir' $as_dirs"
3007 as_dir=`$as_dirname -- "$as_dir" ||
3008$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3009 X"$as_dir" : 'X\(//\)[^/]' \| \
3010 X"$as_dir" : 'X\(//\)$' \| \
3011 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3012echo X"$as_dir" |
3013 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3014 s//\1/
3015 q
3016 }
3017 /^X\(\/\/\)[^/].*/{
3018 s//\1/
3019 q
3020 }
3021 /^X\(\/\/\)$/{
3022 s//\1/
3023 q
3024 }
3025 /^X\(\/\).*/{
3026 s//\1/
3027 q
3028 }
3029 s/.*/./; q'`
3030 test -d "$as_dir" && break
3031 done
3032 test -z "$as_dirs" || eval "mkdir $as_dirs"
3033 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3034echo "$as_me: error: cannot create directory $as_dir" >&2;}
3035 { (exit 1); exit 1; }; }; }
3036 ac_builddir=.
3037
3038case "$ac_dir" in
3039.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3040*)
3041 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3042 # A ".." for each directory in $ac_dir_suffix.
3043 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3044 case $ac_top_builddir_sub in
3045 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3046 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3047 esac ;;
3048esac
3049ac_abs_top_builddir=$ac_pwd
3050ac_abs_builddir=$ac_pwd$ac_dir_suffix
3051# for backward compatibility:
3052ac_top_builddir=$ac_top_build_prefix
3053
3054case $srcdir in
3055 .) # We are building in place.
3056 ac_srcdir=.
3057 ac_top_srcdir=$ac_top_builddir_sub
3058 ac_abs_top_srcdir=$ac_pwd ;;
3059 [\\/]* | ?:[\\/]* ) # Absolute name.
3060 ac_srcdir=$srcdir$ac_dir_suffix;
3061 ac_top_srcdir=$srcdir
3062 ac_abs_top_srcdir=$srcdir ;;
3063 *) # Relative name.
3064 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3065 ac_top_srcdir=$ac_top_build_prefix$srcdir
3066 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3067esac
3068ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3069
3070
3071 case $ac_mode in
3072 :F)
3073 #
3074 # CONFIG_FILE
3075 #
3076
3077_ACEOF
3078
3079cat >>$CONFIG_STATUS <<\_ACEOF
3080# If the template does not know about datarootdir, expand it.
3081# FIXME: This hack should be removed a few years after 2.60.
3082ac_datarootdir_hack=; ac_datarootdir_seen=
3083
3084case `sed -n '/datarootdir/ {
3085 p
3086 q
3087}
3088/@datadir@/p
3089/@docdir@/p
3090/@infodir@/p
3091/@localedir@/p
3092/@mandir@/p
3093' $ac_file_inputs` in
3094*datarootdir*) ac_datarootdir_seen=yes;;
3095*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3096 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3097echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3098_ACEOF
3099cat >>$CONFIG_STATUS <<_ACEOF
3100 ac_datarootdir_hack='
3101 s&@datadir@&$datadir&g
3102 s&@docdir@&$docdir&g
3103 s&@infodir@&$infodir&g
3104 s&@localedir@&$localedir&g
3105 s&@mandir@&$mandir&g
3106 s&\\\${datarootdir}&$datarootdir&g' ;;
3107esac
3108_ACEOF
3109
3110# Neutralize VPATH when `$srcdir' = `.'.
3111# Shell code in configure.ac might set extrasub.
3112# FIXME: do we really want to maintain this feature?
3113cat >>$CONFIG_STATUS <<_ACEOF
3114 sed "$ac_vpsub
3115$extrasub
3116_ACEOF
3117cat >>$CONFIG_STATUS <<\_ACEOF
3118:t
3119/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3120s&@configure_input@&$configure_input&;t t
3121s&@top_builddir@&$ac_top_builddir_sub&;t t
3122s&@srcdir@&$ac_srcdir&;t t
3123s&@abs_srcdir@&$ac_abs_srcdir&;t t
3124s&@top_srcdir@&$ac_top_srcdir&;t t
3125s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3126s&@builddir@&$ac_builddir&;t t
3127s&@abs_builddir@&$ac_abs_builddir&;t t
3128s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3129$ac_datarootdir_hack
3130" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3131
3132test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3133 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3134 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3135 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3136which seems to be undefined. Please make sure it is defined." >&5
3137echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3138which seems to be undefined. Please make sure it is defined." >&2;}
3139
3140 rm -f "$tmp/stdin"
3141 case $ac_file in
3142 -) cat "$tmp/out"; rm -f "$tmp/out";;
3143 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3144 esac
3145 ;;
3146
3147
3148
3149 esac
3150
3151done # for ac_tag
3152
3153
3154{ (exit 0); exit 0; }
3155_ACEOF
3156chmod +x $CONFIG_STATUS
3157ac_clean_files=$ac_clean_files_save
3158
3159
3160# configure is writing to config.log, and then calls config.status.
3161# config.status does its own redirection, appending to config.log.
3162# Unfortunately, on DOS this fails, as config.log is still kept open
3163# by configure, so config.status won't be able to write to it; its
3164# output is simply discarded. So we exec the FD to /dev/null,
3165# effectively closing config.log, so it can be properly (re)opened and
3166# appended to by config.status. When coming back to configure, we
3167# need to make the FD available again.
3168if test "$no_create" != yes; then
3169 ac_cs_success=:
3170 ac_config_status_args=
3171 test "$silent" = yes &&
3172 ac_config_status_args="$ac_config_status_args --quiet"
3173 exec 5>/dev/null
3174 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3175 exec 5>>config.log
3176 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3177 # would make configure fail if this is the last instruction.
3178 $ac_cs_success || { (exit 1); exit 1; }
3179fi
3180
3181#
3182# CONFIG_SUBDIRS section.
3183#
3184if test "$no_recursion" != yes; then
3185
3186 # Remove --cache-file and --srcdir arguments so they do not pile up.
3187 ac_sub_configure_args=
3188 ac_prev=
3189 eval "set x $ac_configure_args"
3190 shift
3191 for ac_arg
3192 do
3193 if test -n "$ac_prev"; then
3194 ac_prev=
3195 continue
3196 fi
3197 case $ac_arg in
3198 -cache-file | --cache-file | --cache-fil | --cache-fi \
3199 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3200 ac_prev=cache_file ;;
3201 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3202 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
3203 | --c=*)
3204 ;;
3205 --config-cache | -C)
3206 ;;
3207 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3208 ac_prev=srcdir ;;
3209 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3210 ;;
3211 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
3212 ac_prev=prefix ;;
3213 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3214 ;;
3215 *)
3216 case $ac_arg in
3217 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3218 esac
3219 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
3220 esac
3221 done
3222
3223 # Always prepend --prefix to ensure using the same prefix
3224 # in subdir configurations.
3225 ac_arg="--prefix=$prefix"
3226 case $ac_arg in
3227 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3228 esac
3229 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
3230
3231 # Pass --silent
3232 if test "$silent" = yes; then
3233 ac_sub_configure_args="--silent $ac_sub_configure_args"
3234 fi
3235
3236 ac_popdir=`pwd`
3237 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
3238
3239 # Do not complain, so a configure script can configure whichever
3240 # parts of a large source tree are present.
3241 test -d "$srcdir/$ac_dir" || continue
3242
3243 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
3244 echo "$as_me:$LINENO: $ac_msg" >&5
3245 echo "$ac_msg" >&6
3246 { as_dir="$ac_dir"
3247 case $as_dir in #(
3248 -*) as_dir=./$as_dir;;
3249 esac
3250 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3251 as_dirs=
3252 while :; do
3253 case $as_dir in #(
3254 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3255 *) as_qdir=$as_dir;;
3256 esac
3257 as_dirs="'$as_qdir' $as_dirs"
3258 as_dir=`$as_dirname -- "$as_dir" ||
3259$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3260 X"$as_dir" : 'X\(//\)[^/]' \| \
3261 X"$as_dir" : 'X\(//\)$' \| \
3262 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3263echo X"$as_dir" |
3264 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3265 s//\1/
3266 q
3267 }
3268 /^X\(\/\/\)[^/].*/{
3269 s//\1/
3270 q
3271 }
3272 /^X\(\/\/\)$/{
3273 s//\1/
3274 q
3275 }
3276 /^X\(\/\).*/{
3277 s//\1/
3278 q
3279 }
3280 s/.*/./; q'`
3281 test -d "$as_dir" && break
3282 done
3283 test -z "$as_dirs" || eval "mkdir $as_dirs"
3284 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3285echo "$as_me: error: cannot create directory $as_dir" >&2;}
3286 { (exit 1); exit 1; }; }; }
3287 ac_builddir=.
3288
3289case "$ac_dir" in
3290.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3291*)
3292 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3293 # A ".." for each directory in $ac_dir_suffix.
3294 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3295 case $ac_top_builddir_sub in
3296 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3297 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3298 esac ;;
3299esac
3300ac_abs_top_builddir=$ac_pwd
3301ac_abs_builddir=$ac_pwd$ac_dir_suffix
3302# for backward compatibility:
3303ac_top_builddir=$ac_top_build_prefix
3304
3305case $srcdir in
3306 .) # We are building in place.
3307 ac_srcdir=.
3308 ac_top_srcdir=$ac_top_builddir_sub
3309 ac_abs_top_srcdir=$ac_pwd ;;
3310 [\\/]* | ?:[\\/]* ) # Absolute name.
3311 ac_srcdir=$srcdir$ac_dir_suffix;
3312 ac_top_srcdir=$srcdir
3313 ac_abs_top_srcdir=$srcdir ;;
3314 *) # Relative name.
3315 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3316 ac_top_srcdir=$ac_top_build_prefix$srcdir
3317 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3318esac
3319ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3320
3321
3322 cd "$ac_dir"
3323
3324 # Check for guested configure; otherwise get Cygnus style configure.
3325 if test -f "$ac_srcdir/configure.gnu"; then
3326 ac_sub_configure=$ac_srcdir/configure.gnu
3327 elif test -f "$ac_srcdir/configure"; then
3328 ac_sub_configure=$ac_srcdir/configure
3329 elif test -f "$ac_srcdir/configure.in"; then
3330 # This should be Cygnus configure.
3331 ac_sub_configure=$ac_aux_dir/configure
3332 else
3333 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
3334echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
3335 ac_sub_configure=
3336 fi
3337
3338 # The recursion is here.
3339 if test -n "$ac_sub_configure"; then
3340 # Make the cache file name correct relative to the subdirectory.
3341 case $cache_file in
3342 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
3343 *) # Relative name.
3344 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
3345 esac
3346
3347 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
3348echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
3349 # The eval makes quoting arguments work.
3350 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
3351 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
3352 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
3353echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
3354 { (exit 1); exit 1; }; }
3355 fi
3356
3357 cd "$ac_popdir"
3358 done
3359fi
3360
Note: See TracBrowser for help on using the repository browser.