source: indexers/trunk/configure@ 19802

Last change on this file since 19802 was 19802, checked in by mdewsnip, 15 years ago

Added checks for Javac and Java to the configure script, and removed usage of "JAVA_HOME" from the Makefiles (this is often not set -- simpler just to expect javac and java are on the path).

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 84.4 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59.
4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
11
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
244# Name of the host.
245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246# so uname gets run too.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249exec 6>&1
250
251#
252# Initializations.
253#
254ac_default_prefix=/usr/local
255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${CONFIG_SHELL-/bin/sh}
261
262# Maximum number of lines to put in a shell here document.
263# This variable seems obsolete. It should probably be removed, and
264# only ac_max_sed_lines should be used.
265: ${ac_max_here_lines=38}
266
267# Identity of this package.
268PACKAGE_NAME=
269PACKAGE_TARNAME=
270PACKAGE_VERSION=
271PACKAGE_STRING=
272PACKAGE_BUGREPORT=
273
274ac_unique_file="mgpp/text/MGQuery.cpp"
275ac_subdirs_all="$ac_subdirs_all packages/unac"
276ac_subdirs_all="$ac_subdirs_all mg mgpp"
277ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ENABLE_ACCENTFOLD COMPAT32BITFLAGS JAVAC JAVA uudecode subdirs LIBOBJS LTLIBOBJS'
278ac_subst_files=''
279
280# Initialize some variables set by options.
281ac_init_help=
282ac_init_version=false
283# The variables have the same names as the options, with
284# dashes changed to underlines.
285cache_file=/dev/null
286exec_prefix=NONE
287no_create=
288no_recursion=
289prefix=NONE
290program_prefix=NONE
291program_suffix=NONE
292program_transform_name=s,x,x,
293silent=
294site=
295srcdir=
296verbose=
297x_includes=NONE
298x_libraries=NONE
299
300# Installation directory options.
301# These are left unexpanded so users can "make install exec_prefix=/foo"
302# and all the variables that are supposed to be based on exec_prefix
303# by default will actually change.
304# Use braces instead of parens because sh, perl, etc. also accept them.
305bindir='${exec_prefix}/bin'
306sbindir='${exec_prefix}/sbin'
307libexecdir='${exec_prefix}/libexec'
308datadir='${prefix}/share'
309sysconfdir='${prefix}/etc'
310sharedstatedir='${prefix}/com'
311localstatedir='${prefix}/var'
312libdir='${exec_prefix}/lib'
313includedir='${prefix}/include'
314oldincludedir='/usr/include'
315infodir='${prefix}/info'
316mandir='${prefix}/man'
317
318ac_prev=
319for ac_option
320do
321 # If the previous option needs an argument, assign it.
322 if test -n "$ac_prev"; then
323 eval "$ac_prev=\$ac_option"
324 ac_prev=
325 continue
326 fi
327
328 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
329
330 # Accept the important Cygnus configure options, so we can diagnose typos.
331
332 case $ac_option in
333
334 -bindir | --bindir | --bindi | --bind | --bin | --bi)
335 ac_prev=bindir ;;
336 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
337 bindir=$ac_optarg ;;
338
339 -build | --build | --buil | --bui | --bu)
340 ac_prev=build_alias ;;
341 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
342 build_alias=$ac_optarg ;;
343
344 -cache-file | --cache-file | --cache-fil | --cache-fi \
345 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
346 ac_prev=cache_file ;;
347 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
348 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
349 cache_file=$ac_optarg ;;
350
351 --config-cache | -C)
352 cache_file=config.cache ;;
353
354 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
355 ac_prev=datadir ;;
356 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
357 | --da=*)
358 datadir=$ac_optarg ;;
359
360 -disable-* | --disable-*)
361 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
362 # Reject names that are not valid shell variable names.
363 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
364 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
365 { (exit 1); exit 1; }; }
366 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
367 eval "enable_$ac_feature=no" ;;
368
369 -enable-* | --enable-*)
370 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
371 # Reject names that are not valid shell variable names.
372 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
373 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
374 { (exit 1); exit 1; }; }
375 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
376 case $ac_option in
377 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 *) ac_optarg=yes ;;
379 esac
380 eval "enable_$ac_feature='$ac_optarg'" ;;
381
382 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
383 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
384 | --exec | --exe | --ex)
385 ac_prev=exec_prefix ;;
386 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
387 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
388 | --exec=* | --exe=* | --ex=*)
389 exec_prefix=$ac_optarg ;;
390
391 -gas | --gas | --ga | --g)
392 # Obsolete; use --with-gas.
393 with_gas=yes ;;
394
395 -help | --help | --hel | --he | -h)
396 ac_init_help=long ;;
397 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
398 ac_init_help=recursive ;;
399 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
400 ac_init_help=short ;;
401
402 -host | --host | --hos | --ho)
403 ac_prev=host_alias ;;
404 -host=* | --host=* | --hos=* | --ho=*)
405 host_alias=$ac_optarg ;;
406
407 -includedir | --includedir | --includedi | --included | --include \
408 | --includ | --inclu | --incl | --inc)
409 ac_prev=includedir ;;
410 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
411 | --includ=* | --inclu=* | --incl=* | --inc=*)
412 includedir=$ac_optarg ;;
413
414 -infodir | --infodir | --infodi | --infod | --info | --inf)
415 ac_prev=infodir ;;
416 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
417 infodir=$ac_optarg ;;
418
419 -libdir | --libdir | --libdi | --libd)
420 ac_prev=libdir ;;
421 -libdir=* | --libdir=* | --libdi=* | --libd=*)
422 libdir=$ac_optarg ;;
423
424 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
425 | --libexe | --libex | --libe)
426 ac_prev=libexecdir ;;
427 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
428 | --libexe=* | --libex=* | --libe=*)
429 libexecdir=$ac_optarg ;;
430
431 -localstatedir | --localstatedir | --localstatedi | --localstated \
432 | --localstate | --localstat | --localsta | --localst \
433 | --locals | --local | --loca | --loc | --lo)
434 ac_prev=localstatedir ;;
435 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
436 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
437 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
438 localstatedir=$ac_optarg ;;
439
440 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
441 ac_prev=mandir ;;
442 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
443 mandir=$ac_optarg ;;
444
445 -nfp | --nfp | --nf)
446 # Obsolete; use --without-fp.
447 with_fp=no ;;
448
449 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
450 | --no-cr | --no-c | -n)
451 no_create=yes ;;
452
453 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
454 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
455 no_recursion=yes ;;
456
457 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
458 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
459 | --oldin | --oldi | --old | --ol | --o)
460 ac_prev=oldincludedir ;;
461 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
462 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
463 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
464 oldincludedir=$ac_optarg ;;
465
466 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
467 ac_prev=prefix ;;
468 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
469 prefix=$ac_optarg ;;
470
471 -program-prefix | --program-prefix | --program-prefi | --program-pref \
472 | --program-pre | --program-pr | --program-p)
473 ac_prev=program_prefix ;;
474 -program-prefix=* | --program-prefix=* | --program-prefi=* \
475 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
476 program_prefix=$ac_optarg ;;
477
478 -program-suffix | --program-suffix | --program-suffi | --program-suff \
479 | --program-suf | --program-su | --program-s)
480 ac_prev=program_suffix ;;
481 -program-suffix=* | --program-suffix=* | --program-suffi=* \
482 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
483 program_suffix=$ac_optarg ;;
484
485 -program-transform-name | --program-transform-name \
486 | --program-transform-nam | --program-transform-na \
487 | --program-transform-n | --program-transform- \
488 | --program-transform | --program-transfor \
489 | --program-transfo | --program-transf \
490 | --program-trans | --program-tran \
491 | --progr-tra | --program-tr | --program-t)
492 ac_prev=program_transform_name ;;
493 -program-transform-name=* | --program-transform-name=* \
494 | --program-transform-nam=* | --program-transform-na=* \
495 | --program-transform-n=* | --program-transform-=* \
496 | --program-transform=* | --program-transfor=* \
497 | --program-transfo=* | --program-transf=* \
498 | --program-trans=* | --program-tran=* \
499 | --progr-tra=* | --program-tr=* | --program-t=*)
500 program_transform_name=$ac_optarg ;;
501
502 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
503 | -silent | --silent | --silen | --sile | --sil)
504 silent=yes ;;
505
506 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
507 ac_prev=sbindir ;;
508 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
509 | --sbi=* | --sb=*)
510 sbindir=$ac_optarg ;;
511
512 -sharedstatedir | --sharedstatedir | --sharedstatedi \
513 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
514 | --sharedst | --shareds | --shared | --share | --shar \
515 | --sha | --sh)
516 ac_prev=sharedstatedir ;;
517 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
518 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
519 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
520 | --sha=* | --sh=*)
521 sharedstatedir=$ac_optarg ;;
522
523 -site | --site | --sit)
524 ac_prev=site ;;
525 -site=* | --site=* | --sit=*)
526 site=$ac_optarg ;;
527
528 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
529 ac_prev=srcdir ;;
530 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
531 srcdir=$ac_optarg ;;
532
533 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
534 | --syscon | --sysco | --sysc | --sys | --sy)
535 ac_prev=sysconfdir ;;
536 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
537 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
538 sysconfdir=$ac_optarg ;;
539
540 -target | --target | --targe | --targ | --tar | --ta | --t)
541 ac_prev=target_alias ;;
542 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
543 target_alias=$ac_optarg ;;
544
545 -v | -verbose | --verbose | --verbos | --verbo | --verb)
546 verbose=yes ;;
547
548 -version | --version | --versio | --versi | --vers | -V)
549 ac_init_version=: ;;
550
551 -with-* | --with-*)
552 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
553 # Reject names that are not valid shell variable names.
554 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
555 { echo "$as_me: error: invalid package name: $ac_package" >&2
556 { (exit 1); exit 1; }; }
557 ac_package=`echo $ac_package| sed 's/-/_/g'`
558 case $ac_option in
559 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 *) ac_optarg=yes ;;
561 esac
562 eval "with_$ac_package='$ac_optarg'" ;;
563
564 -without-* | --without-*)
565 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
566 # Reject names that are not valid shell variable names.
567 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
568 { echo "$as_me: error: invalid package name: $ac_package" >&2
569 { (exit 1); exit 1; }; }
570 ac_package=`echo $ac_package | sed 's/-/_/g'`
571 eval "with_$ac_package=no" ;;
572
573 --x)
574 # Obsolete; use --with-x.
575 with_x=yes ;;
576
577 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
578 | --x-incl | --x-inc | --x-in | --x-i)
579 ac_prev=x_includes ;;
580 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
581 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
582 x_includes=$ac_optarg ;;
583
584 -x-libraries | --x-libraries | --x-librarie | --x-librari \
585 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
586 ac_prev=x_libraries ;;
587 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
588 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
589 x_libraries=$ac_optarg ;;
590
591 -*) { echo "$as_me: error: unrecognized option: $ac_option
592Try \`$0 --help' for more information." >&2
593 { (exit 1); exit 1; }; }
594 ;;
595
596 *=*)
597 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
598 # Reject names that are not valid shell variable names.
599 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
600 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
601 { (exit 1); exit 1; }; }
602 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
603 eval "$ac_envvar='$ac_optarg'"
604 export $ac_envvar ;;
605
606 *)
607 # FIXME: should be removed in autoconf 3.0.
608 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
609 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
610 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
611 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
612 ;;
613
614 esac
615done
616
617if test -n "$ac_prev"; then
618 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
619 { echo "$as_me: error: missing argument to $ac_option" >&2
620 { (exit 1); exit 1; }; }
621fi
622
623# Be sure to have absolute paths.
624for ac_var in exec_prefix prefix
625do
626 eval ac_val=$`echo $ac_var`
627 case $ac_val in
628 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
629 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
630 { (exit 1); exit 1; }; };;
631 esac
632done
633
634# Be sure to have absolute paths.
635for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
636 localstatedir libdir includedir oldincludedir infodir mandir
637do
638 eval ac_val=$`echo $ac_var`
639 case $ac_val in
640 [\\/$]* | ?:[\\/]* ) ;;
641 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
642 { (exit 1); exit 1; }; };;
643 esac
644done
645
646# There might be people who depend on the old broken behavior: `$host'
647# used to hold the argument of --host etc.
648# FIXME: To remove some day.
649build=$build_alias
650host=$host_alias
651target=$target_alias
652
653# FIXME: To remove some day.
654if test "x$host_alias" != x; then
655 if test "x$build_alias" = x; then
656 cross_compiling=maybe
657 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
658 If a cross compiler is detected then cross compile mode will be used." >&2
659 elif test "x$build_alias" != "x$host_alias"; then
660 cross_compiling=yes
661 fi
662fi
663
664ac_tool_prefix=
665test -n "$host_alias" && ac_tool_prefix=$host_alias-
666
667test "$silent" = yes && exec 6>/dev/null
668
669
670# Find the source files, if location was not specified.
671if test -z "$srcdir"; then
672 ac_srcdir_defaulted=yes
673 # Try the directory containing this script, then its parent.
674 ac_confdir=`(dirname "$0") 2>/dev/null ||
675$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
676 X"$0" : 'X\(//\)[^/]' \| \
677 X"$0" : 'X\(//\)$' \| \
678 X"$0" : 'X\(/\)' \| \
679 . : '\(.\)' 2>/dev/null ||
680echo X"$0" |
681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
682 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
683 /^X\(\/\/\)$/{ s//\1/; q; }
684 /^X\(\/\).*/{ s//\1/; q; }
685 s/.*/./; q'`
686 srcdir=$ac_confdir
687 if test ! -r $srcdir/$ac_unique_file; then
688 srcdir=..
689 fi
690else
691 ac_srcdir_defaulted=no
692fi
693if test ! -r $srcdir/$ac_unique_file; then
694 if test "$ac_srcdir_defaulted" = yes; then
695 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
696 { (exit 1); exit 1; }; }
697 else
698 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
699 { (exit 1); exit 1; }; }
700 fi
701fi
702(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
703 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
704 { (exit 1); exit 1; }; }
705srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
706ac_env_build_alias_set=${build_alias+set}
707ac_env_build_alias_value=$build_alias
708ac_cv_env_build_alias_set=${build_alias+set}
709ac_cv_env_build_alias_value=$build_alias
710ac_env_host_alias_set=${host_alias+set}
711ac_env_host_alias_value=$host_alias
712ac_cv_env_host_alias_set=${host_alias+set}
713ac_cv_env_host_alias_value=$host_alias
714ac_env_target_alias_set=${target_alias+set}
715ac_env_target_alias_value=$target_alias
716ac_cv_env_target_alias_set=${target_alias+set}
717ac_cv_env_target_alias_value=$target_alias
718
719#
720# Report the --help message.
721#
722if test "$ac_init_help" = "long"; then
723 # Omit some internal or obsolete options to make the list less imposing.
724 # This message is too long to be a string in the A/UX 3.1 sh.
725 cat <<_ACEOF
726\`configure' configures this package to adapt to many kinds of systems.
727
728Usage: $0 [OPTION]... [VAR=VALUE]...
729
730To assign environment variables (e.g., CC, CFLAGS...), specify them as
731VAR=VALUE. See below for descriptions of some of the useful variables.
732
733Defaults for the options are specified in brackets.
734
735Configuration:
736 -h, --help display this help and exit
737 --help=short display options specific to this package
738 --help=recursive display the short help of all the included packages
739 -V, --version display version information and exit
740 -q, --quiet, --silent do not print \`checking...' messages
741 --cache-file=FILE cache test results in FILE [disabled]
742 -C, --config-cache alias for \`--cache-file=config.cache'
743 -n, --no-create do not create output files
744 --srcdir=DIR find the sources in DIR [configure dir or \`..']
745
746_ACEOF
747
748 cat <<_ACEOF
749Installation directories:
750 --prefix=PREFIX install architecture-independent files in PREFIX
751 [$ac_default_prefix]
752 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
753 [PREFIX]
754
755By default, \`make install' will install all the files in
756\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
757an installation prefix other than \`$ac_default_prefix' using \`--prefix',
758for instance \`--prefix=\$HOME'.
759
760For better control, use the options below.
761
762Fine tuning of the installation directories:
763 --bindir=DIR user executables [EPREFIX/bin]
764 --sbindir=DIR system admin executables [EPREFIX/sbin]
765 --libexecdir=DIR program executables [EPREFIX/libexec]
766 --datadir=DIR read-only architecture-independent data [PREFIX/share]
767 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
768 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
769 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
770 --libdir=DIR object code libraries [EPREFIX/lib]
771 --includedir=DIR C header files [PREFIX/include]
772 --oldincludedir=DIR C header files for non-gcc [/usr/include]
773 --infodir=DIR info documentation [PREFIX/info]
774 --mandir=DIR man documentation [PREFIX/man]
775_ACEOF
776
777 cat <<\_ACEOF
778_ACEOF
779fi
780
781if test -n "$ac_init_help"; then
782
783 cat <<\_ACEOF
784
785Optional Features:
786 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
787 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
788 --disable-accentfold Disable Accent Folding support
789
790Optional Packages:
791 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
792 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
793 --with-unac=dir Use specified unac directory
794
795_ACEOF
796fi
797
798if test "$ac_init_help" = "recursive"; then
799 # If there are subdirs, report their specific --help.
800 ac_popdir=`pwd`
801 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
802 test -d $ac_dir || continue
803 ac_builddir=.
804
805if test "$ac_dir" != .; then
806 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
807 # A "../" for each directory in $ac_dir_suffix.
808 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
809else
810 ac_dir_suffix= ac_top_builddir=
811fi
812
813case $srcdir in
814 .) # No --srcdir option. We are building in place.
815 ac_srcdir=.
816 if test -z "$ac_top_builddir"; then
817 ac_top_srcdir=.
818 else
819 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
820 fi ;;
821 [\\/]* | ?:[\\/]* ) # Absolute path.
822 ac_srcdir=$srcdir$ac_dir_suffix;
823 ac_top_srcdir=$srcdir ;;
824 *) # Relative path.
825 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
826 ac_top_srcdir=$ac_top_builddir$srcdir ;;
827esac
828
829# Do not use `cd foo && pwd` to compute absolute paths, because
830# the directories may not exist.
831case `pwd` in
832.) ac_abs_builddir="$ac_dir";;
833*)
834 case "$ac_dir" in
835 .) ac_abs_builddir=`pwd`;;
836 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
837 *) ac_abs_builddir=`pwd`/"$ac_dir";;
838 esac;;
839esac
840case $ac_abs_builddir in
841.) ac_abs_top_builddir=${ac_top_builddir}.;;
842*)
843 case ${ac_top_builddir}. in
844 .) ac_abs_top_builddir=$ac_abs_builddir;;
845 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
846 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
847 esac;;
848esac
849case $ac_abs_builddir in
850.) ac_abs_srcdir=$ac_srcdir;;
851*)
852 case $ac_srcdir in
853 .) ac_abs_srcdir=$ac_abs_builddir;;
854 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
855 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
856 esac;;
857esac
858case $ac_abs_builddir in
859.) ac_abs_top_srcdir=$ac_top_srcdir;;
860*)
861 case $ac_top_srcdir in
862 .) ac_abs_top_srcdir=$ac_abs_builddir;;
863 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
864 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
865 esac;;
866esac
867
868 cd $ac_dir
869 # Check for guested configure; otherwise get Cygnus style configure.
870 if test -f $ac_srcdir/configure.gnu; then
871 echo
872 $SHELL $ac_srcdir/configure.gnu --help=recursive
873 elif test -f $ac_srcdir/configure; then
874 echo
875 $SHELL $ac_srcdir/configure --help=recursive
876 elif test -f $ac_srcdir/configure.ac ||
877 test -f $ac_srcdir/configure.in; then
878 echo
879 $ac_configure --help
880 else
881 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
882 fi
883 cd $ac_popdir
884 done
885fi
886
887test -n "$ac_init_help" && exit 0
888if $ac_init_version; then
889 cat <<\_ACEOF
890
891Copyright (C) 2003 Free Software Foundation, Inc.
892This configure script is free software; the Free Software Foundation
893gives unlimited permission to copy, distribute and modify it.
894_ACEOF
895 exit 0
896fi
897exec 5>config.log
898cat >&5 <<_ACEOF
899This file contains any messages produced by compilers while
900running configure, to aid debugging if configure makes a mistake.
901
902It was created by $as_me, which was
903generated by GNU Autoconf 2.59. Invocation command line was
904
905 $ $0 $@
906
907_ACEOF
908{
909cat <<_ASUNAME
910## --------- ##
911## Platform. ##
912## --------- ##
913
914hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
915uname -m = `(uname -m) 2>/dev/null || echo unknown`
916uname -r = `(uname -r) 2>/dev/null || echo unknown`
917uname -s = `(uname -s) 2>/dev/null || echo unknown`
918uname -v = `(uname -v) 2>/dev/null || echo unknown`
919
920/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
921/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
922
923/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
924/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
925/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
926hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
927/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
928/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
929/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
930
931_ASUNAME
932
933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
934for as_dir in $PATH
935do
936 IFS=$as_save_IFS
937 test -z "$as_dir" && as_dir=.
938 echo "PATH: $as_dir"
939done
940
941} >&5
942
943cat >&5 <<_ACEOF
944
945
946## ----------- ##
947## Core tests. ##
948## ----------- ##
949
950_ACEOF
951
952
953# Keep a trace of the command line.
954# Strip out --no-create and --no-recursion so they do not pile up.
955# Strip out --silent because we don't want to record it for future runs.
956# Also quote any args containing shell meta-characters.
957# Make two passes to allow for proper duplicate-argument suppression.
958ac_configure_args=
959ac_configure_args0=
960ac_configure_args1=
961ac_sep=
962ac_must_keep_next=false
963for ac_pass in 1 2
964do
965 for ac_arg
966 do
967 case $ac_arg in
968 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
969 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
970 | -silent | --silent | --silen | --sile | --sil)
971 continue ;;
972 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
973 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
974 esac
975 case $ac_pass in
976 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
977 2)
978 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
979 if test $ac_must_keep_next = true; then
980 ac_must_keep_next=false # Got value, back to normal.
981 else
982 case $ac_arg in
983 *=* | --config-cache | -C | -disable-* | --disable-* \
984 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
985 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
986 | -with-* | --with-* | -without-* | --without-* | --x)
987 case "$ac_configure_args0 " in
988 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
989 esac
990 ;;
991 -* ) ac_must_keep_next=true ;;
992 esac
993 fi
994 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
995 # Get rid of the leading space.
996 ac_sep=" "
997 ;;
998 esac
999 done
1000done
1001$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1002$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1003
1004# When interrupted or exit'd, cleanup temporary files, and complete
1005# config.log. We remove comments because anyway the quotes in there
1006# would cause problems or look ugly.
1007# WARNING: Be sure not to use single quotes in there, as some shells,
1008# such as our DU 5.0 friend, will then `close' the trap.
1009trap 'exit_status=$?
1010 # Save into config.log some information that might help in debugging.
1011 {
1012 echo
1013
1014 cat <<\_ASBOX
1015## ---------------- ##
1016## Cache variables. ##
1017## ---------------- ##
1018_ASBOX
1019 echo
1020 # The following way of writing the cache mishandles newlines in values,
1021{
1022 (set) 2>&1 |
1023 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1024 *ac_space=\ *)
1025 sed -n \
1026 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1027 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1028 ;;
1029 *)
1030 sed -n \
1031 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1032 ;;
1033 esac;
1034}
1035 echo
1036
1037 cat <<\_ASBOX
1038## ----------------- ##
1039## Output variables. ##
1040## ----------------- ##
1041_ASBOX
1042 echo
1043 for ac_var in $ac_subst_vars
1044 do
1045 eval ac_val=$`echo $ac_var`
1046 echo "$ac_var='"'"'$ac_val'"'"'"
1047 done | sort
1048 echo
1049
1050 if test -n "$ac_subst_files"; then
1051 cat <<\_ASBOX
1052## ------------- ##
1053## Output files. ##
1054## ------------- ##
1055_ASBOX
1056 echo
1057 for ac_var in $ac_subst_files
1058 do
1059 eval ac_val=$`echo $ac_var`
1060 echo "$ac_var='"'"'$ac_val'"'"'"
1061 done | sort
1062 echo
1063 fi
1064
1065 if test -s confdefs.h; then
1066 cat <<\_ASBOX
1067## ----------- ##
1068## confdefs.h. ##
1069## ----------- ##
1070_ASBOX
1071 echo
1072 sed "/^$/d" confdefs.h | sort
1073 echo
1074 fi
1075 test "$ac_signal" != 0 &&
1076 echo "$as_me: caught signal $ac_signal"
1077 echo "$as_me: exit $exit_status"
1078 } >&5
1079 rm -f core *.core &&
1080 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1081 exit $exit_status
1082 ' 0
1083for ac_signal in 1 2 13 15; do
1084 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1085done
1086ac_signal=0
1087
1088# confdefs.h avoids OS command line length limits that DEFS can exceed.
1089rm -rf conftest* confdefs.h
1090# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1091echo >confdefs.h
1092
1093# Predefined preprocessor variables.
1094
1095cat >>confdefs.h <<_ACEOF
1096#define PACKAGE_NAME "$PACKAGE_NAME"
1097_ACEOF
1098
1099
1100cat >>confdefs.h <<_ACEOF
1101#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1102_ACEOF
1103
1104
1105cat >>confdefs.h <<_ACEOF
1106#define PACKAGE_VERSION "$PACKAGE_VERSION"
1107_ACEOF
1108
1109
1110cat >>confdefs.h <<_ACEOF
1111#define PACKAGE_STRING "$PACKAGE_STRING"
1112_ACEOF
1113
1114
1115cat >>confdefs.h <<_ACEOF
1116#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1117_ACEOF
1118
1119
1120# Let the site file select an alternate cache file if it wants to.
1121# Prefer explicitly selected file to automatically selected ones.
1122if test -z "$CONFIG_SITE"; then
1123 if test "x$prefix" != xNONE; then
1124 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1125 else
1126 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1127 fi
1128fi
1129for ac_site_file in $CONFIG_SITE; do
1130 if test -r "$ac_site_file"; then
1131 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1132echo "$as_me: loading site script $ac_site_file" >&6;}
1133 sed 's/^/| /' "$ac_site_file" >&5
1134 . "$ac_site_file"
1135 fi
1136done
1137
1138if test -r "$cache_file"; then
1139 # Some versions of bash will fail to source /dev/null (special
1140 # files actually), so we avoid doing that.
1141 if test -f "$cache_file"; then
1142 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1143echo "$as_me: loading cache $cache_file" >&6;}
1144 case $cache_file in
1145 [\\/]* | ?:[\\/]* ) . $cache_file;;
1146 *) . ./$cache_file;;
1147 esac
1148 fi
1149else
1150 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1151echo "$as_me: creating cache $cache_file" >&6;}
1152 >$cache_file
1153fi
1154
1155# Check that the precious variables saved in the cache have kept the same
1156# value.
1157ac_cache_corrupted=false
1158for ac_var in `(set) 2>&1 |
1159 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1160 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1161 eval ac_new_set=\$ac_env_${ac_var}_set
1162 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1163 eval ac_new_val="\$ac_env_${ac_var}_value"
1164 case $ac_old_set,$ac_new_set in
1165 set,)
1166 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1167echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1168 ac_cache_corrupted=: ;;
1169 ,set)
1170 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1171echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1172 ac_cache_corrupted=: ;;
1173 ,);;
1174 *)
1175 if test "x$ac_old_val" != "x$ac_new_val"; then
1176 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1177echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1178 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1179echo "$as_me: former value: $ac_old_val" >&2;}
1180 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1181echo "$as_me: current value: $ac_new_val" >&2;}
1182 ac_cache_corrupted=:
1183 fi;;
1184 esac
1185 # Pass precious variables to config.status.
1186 if test "$ac_new_set" = set; then
1187 case $ac_new_val in
1188 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1189 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1190 *) ac_arg=$ac_var=$ac_new_val ;;
1191 esac
1192 case " $ac_configure_args " in
1193 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1194 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1195 esac
1196 fi
1197done
1198if $ac_cache_corrupted; then
1199 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1200echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1201 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1202echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1203 { (exit 1); exit 1; }; }
1204fi
1205
1206ac_ext=c
1207ac_cpp='$CPP $CPPFLAGS'
1208ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1209ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1210ac_compiler_gnu=$ac_cv_c_compiler_gnu
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230# Check whether --enable-accentfolding or --disable-accentfolding was given.
1231if test "${enable_accentfolding+set}" = set; then
1232 enableval="$enable_accentfolding"
1233 ENABLE_ACCENTFOLD=0
1234else
1235 ENABLE_ACCENTFOLD=1
1236fi;
1237cat >>confdefs.h <<_ACEOF
1238#define ENABLE_ACCENTFOLD $ENABLE_ACCENTFOLD
1239_ACEOF
1240
1241
1242
1243cat >>confdefs.h <<_ACEOF
1244#define COMPAT32BITFLAGS $COMPAT32BITFLAGS
1245_ACEOF
1246
1247
1248
1249
1250
1251if test "x$JAVAPREFIX" = x; then
1252 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1253do
1254 # Extract the first word of "$ac_prog", so it can be a program name with args.
1255set dummy $ac_prog; ac_word=$2
1256echo "$as_me:$LINENO: checking for $ac_word" >&5
1257echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1258if test "${ac_cv_prog_JAVAC+set}" = set; then
1259 echo $ECHO_N "(cached) $ECHO_C" >&6
1260else
1261 if test -n "$JAVAC"; then
1262 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
1263else
1264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1265for as_dir in $PATH
1266do
1267 IFS=$as_save_IFS
1268 test -z "$as_dir" && as_dir=.
1269 for ac_exec_ext in '' $ac_executable_extensions; do
1270 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1271 ac_cv_prog_JAVAC="$ac_prog"
1272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1273 break 2
1274 fi
1275done
1276done
1277
1278fi
1279fi
1280JAVAC=$ac_cv_prog_JAVAC
1281if test -n "$JAVAC"; then
1282 echo "$as_me:$LINENO: result: $JAVAC" >&5
1283echo "${ECHO_T}$JAVAC" >&6
1284else
1285 echo "$as_me:$LINENO: result: no" >&5
1286echo "${ECHO_T}no" >&6
1287fi
1288
1289 test -n "$JAVAC" && break
1290done
1291
1292else
1293 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1294do
1295 # Extract the first word of "$ac_prog", so it can be a program name with args.
1296set dummy $ac_prog; ac_word=$2
1297echo "$as_me:$LINENO: checking for $ac_word" >&5
1298echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1299if test "${ac_cv_prog_JAVAC+set}" = set; then
1300 echo $ECHO_N "(cached) $ECHO_C" >&6
1301else
1302 if test -n "$JAVAC"; then
1303 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
1304else
1305as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1306for as_dir in $PATH
1307do
1308 IFS=$as_save_IFS
1309 test -z "$as_dir" && as_dir=.
1310 for ac_exec_ext in '' $ac_executable_extensions; do
1311 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1312 ac_cv_prog_JAVAC="$ac_prog"
1313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1314 break 2
1315 fi
1316done
1317done
1318
1319fi
1320fi
1321JAVAC=$ac_cv_prog_JAVAC
1322if test -n "$JAVAC"; then
1323 echo "$as_me:$LINENO: result: $JAVAC" >&5
1324echo "${ECHO_T}$JAVAC" >&6
1325else
1326 echo "$as_me:$LINENO: result: no" >&5
1327echo "${ECHO_T}no" >&6
1328fi
1329
1330 test -n "$JAVAC" && break
1331done
1332test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
1333
1334fi
1335test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
1336echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
1337 { (exit 1); exit 1; }; }
1338
1339echo "$as_me:$LINENO: checking if $JAVAC works" >&5
1340echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
1341if test "${ac_cv_prog_javac_works+set}" = set; then
1342 echo $ECHO_N "(cached) $ECHO_C" >&6
1343else
1344
1345JAVA_TEST=Test.java
1346CLASS_TEST=Test.class
1347cat << \EOF > $JAVA_TEST
1348/* #line 1348 "configure" */
1349public class Test {
1350}
1351EOF
1352if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
1353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1354 (eval $ac_try) 2>&5
1355 ac_status=$?
1356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1357 (exit $ac_status); }; } >/dev/null 2>&1; then
1358 ac_cv_prog_javac_works=yes
1359else
1360 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
1361echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
1362 { (exit 1); exit 1; }; }
1363 echo "configure: failed program was:" >&5
1364 cat $JAVA_TEST >&5
1365fi
1366rm -f $JAVA_TEST $CLASS_TEST
1367
1368fi
1369echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
1370echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
1371
1372
1373
1374if test x$JAVAPREFIX = x; then
1375 test x$JAVA = x && for ac_prog in java$EXEEXT
1376do
1377 # Extract the first word of "$ac_prog", so it can be a program name with args.
1378set dummy $ac_prog; ac_word=$2
1379echo "$as_me:$LINENO: checking for $ac_word" >&5
1380echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1381if test "${ac_cv_prog_JAVA+set}" = set; then
1382 echo $ECHO_N "(cached) $ECHO_C" >&6
1383else
1384 if test -n "$JAVA"; then
1385 ac_cv_prog_JAVA="$JAVA" # Let the user override the test.
1386else
1387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1388for as_dir in $PATH
1389do
1390 IFS=$as_save_IFS
1391 test -z "$as_dir" && as_dir=.
1392 for ac_exec_ext in '' $ac_executable_extensions; do
1393 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1394 ac_cv_prog_JAVA="$ac_prog"
1395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1396 break 2
1397 fi
1398done
1399done
1400
1401fi
1402fi
1403JAVA=$ac_cv_prog_JAVA
1404if test -n "$JAVA"; then
1405 echo "$as_me:$LINENO: result: $JAVA" >&5
1406echo "${ECHO_T}$JAVA" >&6
1407else
1408 echo "$as_me:$LINENO: result: no" >&5
1409echo "${ECHO_T}no" >&6
1410fi
1411
1412 test -n "$JAVA" && break
1413done
1414
1415else
1416 test x$JAVA = x && for ac_prog in java$EXEEXT
1417do
1418 # Extract the first word of "$ac_prog", so it can be a program name with args.
1419set dummy $ac_prog; ac_word=$2
1420echo "$as_me:$LINENO: checking for $ac_word" >&5
1421echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1422if test "${ac_cv_prog_JAVA+set}" = set; then
1423 echo $ECHO_N "(cached) $ECHO_C" >&6
1424else
1425 if test -n "$JAVA"; then
1426 ac_cv_prog_JAVA="$JAVA" # Let the user override the test.
1427else
1428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1429for as_dir in $PATH
1430do
1431 IFS=$as_save_IFS
1432 test -z "$as_dir" && as_dir=.
1433 for ac_exec_ext in '' $ac_executable_extensions; do
1434 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1435 ac_cv_prog_JAVA="$ac_prog"
1436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1437 break 2
1438 fi
1439done
1440done
1441
1442fi
1443fi
1444JAVA=$ac_cv_prog_JAVA
1445if test -n "$JAVA"; then
1446 echo "$as_me:$LINENO: result: $JAVA" >&5
1447echo "${ECHO_T}$JAVA" >&6
1448else
1449 echo "$as_me:$LINENO: result: no" >&5
1450echo "${ECHO_T}no" >&6
1451fi
1452
1453 test -n "$JAVA" && break
1454done
1455test -n "$JAVA" || JAVA="$JAVAPREFIX"
1456
1457fi
1458test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
1459echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
1460 { (exit 1); exit 1; }; }
1461
1462# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
1463set dummy uudecode$EXEEXT; ac_word=$2
1464echo "$as_me:$LINENO: checking for $ac_word" >&5
1465echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1466if test "${ac_cv_prog_uudecode+set}" = set; then
1467 echo $ECHO_N "(cached) $ECHO_C" >&6
1468else
1469 if test -n "$uudecode"; then
1470 ac_cv_prog_uudecode="$uudecode" # Let the user override the test.
1471else
1472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1473for as_dir in $PATH
1474do
1475 IFS=$as_save_IFS
1476 test -z "$as_dir" && as_dir=.
1477 for ac_exec_ext in '' $ac_executable_extensions; do
1478 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1479 ac_cv_prog_uudecode="yes"
1480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1481 break 2
1482 fi
1483done
1484done
1485
1486fi
1487fi
1488uudecode=$ac_cv_prog_uudecode
1489if test -n "$uudecode"; then
1490 echo "$as_me:$LINENO: result: $uudecode" >&5
1491echo "${ECHO_T}$uudecode" >&6
1492else
1493 echo "$as_me:$LINENO: result: no" >&5
1494echo "${ECHO_T}no" >&6
1495fi
1496
1497if test x$uudecode = xyes; then
1498echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
1499echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6
1500if test "${ac_cv_prog_uudecode_base64+set}" = set; then
1501 echo $ECHO_N "(cached) $ECHO_C" >&6
1502else
1503
1504cat << \EOF > Test.uue
1505begin-base64 644 Test.class
1506yv66vgADAC0AFQcAAgEABFRlc3QHAAQBABBqYXZhL2xhbmcvT2JqZWN0AQAE
1507bWFpbgEAFihbTGphdmEvbGFuZy9TdHJpbmc7KVYBAARDb2RlAQAPTGluZU51
1508bWJlclRhYmxlDAAKAAsBAARleGl0AQAEKEkpVgoADQAJBwAOAQAQamF2YS9s
1509YW5nL1N5c3RlbQEABjxpbml0PgEAAygpVgwADwAQCgADABEBAApTb3VyY2VG
1510aWxlAQAJVGVzdC5qYXZhACEAAQADAAAAAAACAAkABQAGAAEABwAAACEAAQAB
1511AAAABQO4AAyxAAAAAQAIAAAACgACAAAACgAEAAsAAQAPABAAAQAHAAAAIQAB
1512AAEAAAAFKrcAErEAAAABAAgAAAAKAAIAAAAEAAQABAABABMAAAACABQ=
1513====
1514EOF
1515if uudecode$EXEEXT Test.uue; then
1516 ac_cv_prog_uudecode_base64=yes
1517else
1518 echo "configure: 1518: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
1519 echo "configure: failed file was:" >&5
1520 cat Test.uue >&5
1521 ac_cv_prog_uudecode_base64=no
1522fi
1523rm -f Test.uue
1524fi
1525echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
1526echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6
1527fi
1528if test x$ac_cv_prog_uudecode_base64 != xyes; then
1529 rm -f Test.class
1530 { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
1531echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
1532 if test x$ac_cv_prog_javac_works = xno; then
1533 { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
1534echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
1535 { (exit 1); exit 1; }; }
1536 fi
1537 if test x$ac_cv_prog_javac_works = x; then
1538
1539if test "x$JAVAPREFIX" = x; then
1540 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1541do
1542 # Extract the first word of "$ac_prog", so it can be a program name with args.
1543set dummy $ac_prog; ac_word=$2
1544echo "$as_me:$LINENO: checking for $ac_word" >&5
1545echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1546if test "${ac_cv_prog_JAVAC+set}" = set; then
1547 echo $ECHO_N "(cached) $ECHO_C" >&6
1548else
1549 if test -n "$JAVAC"; then
1550 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
1551else
1552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1553for as_dir in $PATH
1554do
1555 IFS=$as_save_IFS
1556 test -z "$as_dir" && as_dir=.
1557 for ac_exec_ext in '' $ac_executable_extensions; do
1558 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1559 ac_cv_prog_JAVAC="$ac_prog"
1560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1561 break 2
1562 fi
1563done
1564done
1565
1566fi
1567fi
1568JAVAC=$ac_cv_prog_JAVAC
1569if test -n "$JAVAC"; then
1570 echo "$as_me:$LINENO: result: $JAVAC" >&5
1571echo "${ECHO_T}$JAVAC" >&6
1572else
1573 echo "$as_me:$LINENO: result: no" >&5
1574echo "${ECHO_T}no" >&6
1575fi
1576
1577 test -n "$JAVAC" && break
1578done
1579
1580else
1581 test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
1582do
1583 # Extract the first word of "$ac_prog", so it can be a program name with args.
1584set dummy $ac_prog; ac_word=$2
1585echo "$as_me:$LINENO: checking for $ac_word" >&5
1586echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1587if test "${ac_cv_prog_JAVAC+set}" = set; then
1588 echo $ECHO_N "(cached) $ECHO_C" >&6
1589else
1590 if test -n "$JAVAC"; then
1591 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
1592else
1593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1594for as_dir in $PATH
1595do
1596 IFS=$as_save_IFS
1597 test -z "$as_dir" && as_dir=.
1598 for ac_exec_ext in '' $ac_executable_extensions; do
1599 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1600 ac_cv_prog_JAVAC="$ac_prog"
1601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1602 break 2
1603 fi
1604done
1605done
1606
1607fi
1608fi
1609JAVAC=$ac_cv_prog_JAVAC
1610if test -n "$JAVAC"; then
1611 echo "$as_me:$LINENO: result: $JAVAC" >&5
1612echo "${ECHO_T}$JAVAC" >&6
1613else
1614 echo "$as_me:$LINENO: result: no" >&5
1615echo "${ECHO_T}no" >&6
1616fi
1617
1618 test -n "$JAVAC" && break
1619done
1620test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
1621
1622fi
1623test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
1624echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
1625 { (exit 1); exit 1; }; }
1626
1627echo "$as_me:$LINENO: checking if $JAVAC works" >&5
1628echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
1629if test "${ac_cv_prog_javac_works+set}" = set; then
1630 echo $ECHO_N "(cached) $ECHO_C" >&6
1631else
1632
1633JAVA_TEST=Test.java
1634CLASS_TEST=Test.class
1635cat << \EOF > $JAVA_TEST
1636/* #line 1636 "configure" */
1637public class Test {
1638}
1639EOF
1640if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
1641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1642 (eval $ac_try) 2>&5
1643 ac_status=$?
1644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1645 (exit $ac_status); }; } >/dev/null 2>&1; then
1646 ac_cv_prog_javac_works=yes
1647else
1648 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
1649echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
1650 { (exit 1); exit 1; }; }
1651 echo "configure: failed program was:" >&5
1652 cat $JAVA_TEST >&5
1653fi
1654rm -f $JAVA_TEST $CLASS_TEST
1655
1656fi
1657echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
1658echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
1659
1660
1661 fi
1662fi
1663echo "$as_me:$LINENO: checking if $JAVA works" >&5
1664echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6
1665if test "${ac_cv_prog_java_works+set}" = set; then
1666 echo $ECHO_N "(cached) $ECHO_C" >&6
1667else
1668
1669JAVA_TEST=Test.java
1670CLASS_TEST=Test.class
1671TEST=Test
1672cat << \EOF > $JAVA_TEST
1673/* [#]line 1673 "configure" */
1674public class Test {
1675public static void main (String args[]) {
1676 System.exit (0);
1677} }
1678EOF
1679if test x$ac_cv_prog_uudecode_base64 != xyes; then
1680 if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
1681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1682 (eval $ac_try) 2>&5
1683 ac_status=$?
1684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1685 (exit $ac_status); }; } && test -s $CLASS_TEST; then
1686 :
1687 else
1688 echo "configure: failed program was:" >&5
1689 cat $JAVA_TEST >&5
1690 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
1691echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
1692 { (exit 1); exit 1; }; }
1693 fi
1694fi
1695if { ac_try='$JAVA $JAVAFLAGS $TEST'
1696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1697 (eval $ac_try) 2>&5
1698 ac_status=$?
1699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1700 (exit $ac_status); }; } >/dev/null 2>&1; then
1701 ac_cv_prog_java_works=yes
1702else
1703 echo "configure: failed program was:" >&5
1704 cat $JAVA_TEST >&5
1705 { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
1706echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
1707 { (exit 1); exit 1; }; }
1708fi
1709rm -fr $JAVA_TEST $CLASS_TEST Test.uue
1710
1711fi
1712echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
1713echo "${ECHO_T}$ac_cv_prog_java_works" >&6
1714
1715
1716
1717
1718
1719# Check whether --with-unac or --without-unac was given.
1720if test "${with_unac+set}" = set; then
1721 withval="$with_unac"
1722 UNAC_DIR=$withval
1723fi;
1724
1725if test $ENABLE_ACCENTFOLD = 1; then
1726ac_aux_dir=
1727for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1728 if test -f $ac_dir/install-sh; then
1729 ac_aux_dir=$ac_dir
1730 ac_install_sh="$ac_aux_dir/install-sh -c"
1731 break
1732 elif test -f $ac_dir/install.sh; then
1733 ac_aux_dir=$ac_dir
1734 ac_install_sh="$ac_aux_dir/install.sh -c"
1735 break
1736 elif test -f $ac_dir/shtool; then
1737 ac_aux_dir=$ac_dir
1738 ac_install_sh="$ac_aux_dir/shtool install -c"
1739 break
1740 fi
1741done
1742if test -z "$ac_aux_dir"; then
1743 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1744echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1745 { (exit 1); exit 1; }; }
1746fi
1747ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1748ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1749ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1750
1751
1752
1753subdirs="$subdirs packages/unac"
1754
1755fi
1756
1757
1758
1759subdirs="$subdirs mg mgpp"
1760
1761
1762 ac_config_files="$ac_config_files Makefile"
1763cat >confcache <<\_ACEOF
1764# This file is a shell script that caches the results of configure
1765# tests run on this system so they can be shared between configure
1766# scripts and configure runs, see configure's option --config-cache.
1767# It is not useful on other systems. If it contains results you don't
1768# want to keep, you may remove or edit it.
1769#
1770# config.status only pays attention to the cache file if you give it
1771# the --recheck option to rerun configure.
1772#
1773# `ac_cv_env_foo' variables (set or unset) will be overridden when
1774# loading this file, other *unset* `ac_cv_foo' will be assigned the
1775# following values.
1776
1777_ACEOF
1778
1779# The following way of writing the cache mishandles newlines in values,
1780# but we know of no workaround that is simple, portable, and efficient.
1781# So, don't put newlines in cache variables' values.
1782# Ultrix sh set writes to stderr and can't be redirected directly,
1783# and sets the high bit in the cache file unless we assign to the vars.
1784{
1785 (set) 2>&1 |
1786 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1787 *ac_space=\ *)
1788 # `set' does not quote correctly, so add quotes (double-quote
1789 # substitution turns \\\\ into \\, and sed turns \\ into \).
1790 sed -n \
1791 "s/'/'\\\\''/g;
1792 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1793 ;;
1794 *)
1795 # `set' quotes correctly as required by POSIX, so do not add quotes.
1796 sed -n \
1797 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1798 ;;
1799 esac;
1800} |
1801 sed '
1802 t clear
1803 : clear
1804 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1805 t end
1806 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1807 : end' >>confcache
1808if diff $cache_file confcache >/dev/null 2>&1; then :; else
1809 if test -w $cache_file; then
1810 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1811 cat confcache >$cache_file
1812 else
1813 echo "not updating unwritable cache $cache_file"
1814 fi
1815fi
1816rm -f confcache
1817
1818test "x$prefix" = xNONE && prefix=$ac_default_prefix
1819# Let make expand exec_prefix.
1820test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1821
1822# VPATH may cause trouble with some makes, so we remove $(srcdir),
1823# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1824# trailing colons and then remove the whole line if VPATH becomes empty
1825# (actually we leave an empty line to preserve line numbers).
1826if test "x$srcdir" = x.; then
1827 ac_vpsub='/^[ ]*VPATH[ ]*=/{
1828s/:*\$(srcdir):*/:/;
1829s/:*\${srcdir}:*/:/;
1830s/:*@srcdir@:*/:/;
1831s/^\([^=]*=[ ]*\):*/\1/;
1832s/:*$//;
1833s/^[^=]*=[ ]*$//;
1834}'
1835fi
1836
1837# Transform confdefs.h into DEFS.
1838# Protect against shell expansion while executing Makefile rules.
1839# Protect against Makefile macro expansion.
1840#
1841# If the first sed substitution is executed (which looks for macros that
1842# take arguments), then we branch to the quote section. Otherwise,
1843# look for a macro that doesn't take arguments.
1844cat >confdef2opt.sed <<\_ACEOF
1845t clear
1846: clear
1847s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
1848t quote
1849s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
1850t quote
1851d
1852: quote
1853s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
1854s,\[,\\&,g
1855s,\],\\&,g
1856s,\$,$$,g
1857p
1858_ACEOF
1859# We use echo to avoid assuming a particular line-breaking character.
1860# The extra dot is to prevent the shell from consuming trailing
1861# line-breaks from the sub-command output. A line-break within
1862# single-quotes doesn't work because, if this script is created in a
1863# platform that uses two characters for line-breaks (e.g., DOS), tr
1864# would break.
1865ac_LF_and_DOT=`echo; echo .`
1866DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1867rm -f confdef2opt.sed
1868
1869
1870ac_libobjs=
1871ac_ltlibobjs=
1872for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1873 # 1. Remove the extension, and $U if already installed.
1874 ac_i=`echo "$ac_i" |
1875 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1876 # 2. Add them.
1877 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1878 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1879done
1880LIBOBJS=$ac_libobjs
1881
1882LTLIBOBJS=$ac_ltlibobjs
1883
1884
1885
1886: ${CONFIG_STATUS=./config.status}
1887ac_clean_files_save=$ac_clean_files
1888ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1889{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1890echo "$as_me: creating $CONFIG_STATUS" >&6;}
1891cat >$CONFIG_STATUS <<_ACEOF
1892#! $SHELL
1893# Generated by $as_me.
1894# Run this file to recreate the current configuration.
1895# Compiler output produced by configure, useful for debugging
1896# configure, is in config.log if it exists.
1897
1898debug=false
1899ac_cs_recheck=false
1900ac_cs_silent=false
1901SHELL=\${CONFIG_SHELL-$SHELL}
1902_ACEOF
1903
1904cat >>$CONFIG_STATUS <<\_ACEOF
1905## --------------------- ##
1906## M4sh Initialization. ##
1907## --------------------- ##
1908
1909# Be Bourne compatible
1910if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1911 emulate sh
1912 NULLCMD=:
1913 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1914 # is contrary to our usage. Disable this feature.
1915 alias -g '${1+"$@"}'='"$@"'
1916elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1917 set -o posix
1918fi
1919DUALCASE=1; export DUALCASE # for MKS sh
1920
1921# Support unset when possible.
1922if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1923 as_unset=unset
1924else
1925 as_unset=false
1926fi
1927
1928
1929# Work around bugs in pre-3.0 UWIN ksh.
1930$as_unset ENV MAIL MAILPATH
1931PS1='$ '
1932PS2='> '
1933PS4='+ '
1934
1935# NLS nuisances.
1936for as_var in \
1937 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1938 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1939 LC_TELEPHONE LC_TIME
1940do
1941 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1942 eval $as_var=C; export $as_var
1943 else
1944 $as_unset $as_var
1945 fi
1946done
1947
1948# Required to use basename.
1949if expr a : '\(a\)' >/dev/null 2>&1; then
1950 as_expr=expr
1951else
1952 as_expr=false
1953fi
1954
1955if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1956 as_basename=basename
1957else
1958 as_basename=false
1959fi
1960
1961
1962# Name of the executable.
1963as_me=`$as_basename "$0" ||
1964$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1965 X"$0" : 'X\(//\)$' \| \
1966 X"$0" : 'X\(/\)$' \| \
1967 . : '\(.\)' 2>/dev/null ||
1968echo X/"$0" |
1969 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1970 /^X\/\(\/\/\)$/{ s//\1/; q; }
1971 /^X\/\(\/\).*/{ s//\1/; q; }
1972 s/.*/./; q'`
1973
1974
1975# PATH needs CR, and LINENO needs CR and PATH.
1976# Avoid depending upon Character Ranges.
1977as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1978as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1979as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1980as_cr_digits='0123456789'
1981as_cr_alnum=$as_cr_Letters$as_cr_digits
1982
1983# The user is always right.
1984if test "${PATH_SEPARATOR+set}" != set; then
1985 echo "#! /bin/sh" >conf$$.sh
1986 echo "exit 0" >>conf$$.sh
1987 chmod +x conf$$.sh
1988 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1989 PATH_SEPARATOR=';'
1990 else
1991 PATH_SEPARATOR=:
1992 fi
1993 rm -f conf$$.sh
1994fi
1995
1996
1997 as_lineno_1=$LINENO
1998 as_lineno_2=$LINENO
1999 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2000 test "x$as_lineno_1" != "x$as_lineno_2" &&
2001 test "x$as_lineno_3" = "x$as_lineno_2" || {
2002 # Find who we are. Look in the path if we contain no path at all
2003 # relative or not.
2004 case $0 in
2005 *[\\/]* ) as_myself=$0 ;;
2006 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2007for as_dir in $PATH
2008do
2009 IFS=$as_save_IFS
2010 test -z "$as_dir" && as_dir=.
2011 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2012done
2013
2014 ;;
2015 esac
2016 # We did not find ourselves, most probably we were run as `sh COMMAND'
2017 # in which case we are not to be found in the path.
2018 if test "x$as_myself" = x; then
2019 as_myself=$0
2020 fi
2021 if test ! -f "$as_myself"; then
2022 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2023echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2024 { (exit 1); exit 1; }; }
2025 fi
2026 case $CONFIG_SHELL in
2027 '')
2028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2029for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2030do
2031 IFS=$as_save_IFS
2032 test -z "$as_dir" && as_dir=.
2033 for as_base in sh bash ksh sh5; do
2034 case $as_dir in
2035 /*)
2036 if ("$as_dir/$as_base" -c '
2037 as_lineno_1=$LINENO
2038 as_lineno_2=$LINENO
2039 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2040 test "x$as_lineno_1" != "x$as_lineno_2" &&
2041 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
2042 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2043 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2044 CONFIG_SHELL=$as_dir/$as_base
2045 export CONFIG_SHELL
2046 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2047 fi;;
2048 esac
2049 done
2050done
2051;;
2052 esac
2053
2054 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2055 # uniformly replaced by the line number. The first 'sed' inserts a
2056 # line-number line before each line; the second 'sed' does the real
2057 # work. The second script uses 'N' to pair each line-number line
2058 # with the numbered line, and appends trailing '-' during
2059 # substitution so that $LINENO is not a special case at line end.
2060 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2061 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
2062 sed '=' <$as_myself |
2063 sed '
2064 N
2065 s,$,-,
2066 : loop
2067 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2068 t loop
2069 s,-$,,
2070 s,^['$as_cr_digits']*\n,,
2071 ' >$as_me.lineno &&
2072 chmod +x $as_me.lineno ||
2073 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2074echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2075 { (exit 1); exit 1; }; }
2076
2077 # Don't try to exec as it changes $[0], causing all sort of problems
2078 # (the dirname of $[0] is not the place where we might find the
2079 # original and so on. Autoconf is especially sensible to this).
2080 . ./$as_me.lineno
2081 # Exit status is that of the last command.
2082 exit
2083}
2084
2085
2086case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2087 *c*,-n*) ECHO_N= ECHO_C='
2088' ECHO_T=' ' ;;
2089 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2090 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
2091esac
2092
2093if expr a : '\(a\)' >/dev/null 2>&1; then
2094 as_expr=expr
2095else
2096 as_expr=false
2097fi
2098
2099rm -f conf$$ conf$$.exe conf$$.file
2100echo >conf$$.file
2101if ln -s conf$$.file conf$$ 2>/dev/null; then
2102 # We could just check for DJGPP; but this test a) works b) is more generic
2103 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2104 if test -f conf$$.exe; then
2105 # Don't use ln at all; we don't have any links
2106 as_ln_s='cp -p'
2107 else
2108 as_ln_s='ln -s'
2109 fi
2110elif ln conf$$.file conf$$ 2>/dev/null; then
2111 as_ln_s=ln
2112else
2113 as_ln_s='cp -p'
2114fi
2115rm -f conf$$ conf$$.exe conf$$.file
2116
2117if mkdir -p . 2>/dev/null; then
2118 as_mkdir_p=:
2119else
2120 test -d ./-p && rmdir ./-p
2121 as_mkdir_p=false
2122fi
2123
2124as_executable_p="test -f"
2125
2126# Sed expression to map a string onto a valid CPP name.
2127as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2128
2129# Sed expression to map a string onto a valid variable name.
2130as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2131
2132
2133# IFS
2134# We need space, tab and new line, in precisely that order.
2135as_nl='
2136'
2137IFS=" $as_nl"
2138
2139# CDPATH.
2140$as_unset CDPATH
2141
2142exec 6>&1
2143
2144# Open the log real soon, to keep \$[0] and so on meaningful, and to
2145# report actual input values of CONFIG_FILES etc. instead of their
2146# values after options handling. Logging --version etc. is OK.
2147exec 5>>config.log
2148{
2149 echo
2150 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2151## Running $as_me. ##
2152_ASBOX
2153} >&5
2154cat >&5 <<_CSEOF
2155
2156This file was extended by $as_me, which was
2157generated by GNU Autoconf 2.59. Invocation command line was
2158
2159 CONFIG_FILES = $CONFIG_FILES
2160 CONFIG_HEADERS = $CONFIG_HEADERS
2161 CONFIG_LINKS = $CONFIG_LINKS
2162 CONFIG_COMMANDS = $CONFIG_COMMANDS
2163 $ $0 $@
2164
2165_CSEOF
2166echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2167echo >&5
2168_ACEOF
2169
2170# Files that config.status was made for.
2171if test -n "$ac_config_files"; then
2172 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2173fi
2174
2175if test -n "$ac_config_headers"; then
2176 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2177fi
2178
2179if test -n "$ac_config_links"; then
2180 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2181fi
2182
2183if test -n "$ac_config_commands"; then
2184 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2185fi
2186
2187cat >>$CONFIG_STATUS <<\_ACEOF
2188
2189ac_cs_usage="\
2190\`$as_me' instantiates files from templates according to the
2191current configuration.
2192
2193Usage: $0 [OPTIONS] [FILE]...
2194
2195 -h, --help print this help, then exit
2196 -V, --version print version number, then exit
2197 -q, --quiet do not print progress messages
2198 -d, --debug don't remove temporary files
2199 --recheck update $as_me by reconfiguring in the same conditions
2200 --file=FILE[:TEMPLATE]
2201 instantiate the configuration file FILE
2202
2203Configuration files:
2204$config_files
2205
2206Report bugs to <[email protected]>."
2207_ACEOF
2208
2209cat >>$CONFIG_STATUS <<_ACEOF
2210ac_cs_version="\\
2211config.status
2212configured by $0, generated by GNU Autoconf 2.59,
2213 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2214
2215Copyright (C) 2003 Free Software Foundation, Inc.
2216This config.status script is free software; the Free Software Foundation
2217gives unlimited permission to copy, distribute and modify it."
2218srcdir=$srcdir
2219_ACEOF
2220
2221cat >>$CONFIG_STATUS <<\_ACEOF
2222# If no file are specified by the user, then we need to provide default
2223# value. By we need to know if files were specified by the user.
2224ac_need_defaults=:
2225while test $# != 0
2226do
2227 case $1 in
2228 --*=*)
2229 ac_option=`expr "x$1" : 'x\([^=]*\)='`
2230 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2231 ac_shift=:
2232 ;;
2233 -*)
2234 ac_option=$1
2235 ac_optarg=$2
2236 ac_shift=shift
2237 ;;
2238 *) # This is not an option, so the user has probably given explicit
2239 # arguments.
2240 ac_option=$1
2241 ac_need_defaults=false;;
2242 esac
2243
2244 case $ac_option in
2245 # Handling of the options.
2246_ACEOF
2247cat >>$CONFIG_STATUS <<\_ACEOF
2248 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2249 ac_cs_recheck=: ;;
2250 --version | --vers* | -V )
2251 echo "$ac_cs_version"; exit 0 ;;
2252 --he | --h)
2253 # Conflict between --help and --header
2254 { { echo "$as_me:$LINENO: error: ambiguous option: $1
2255Try \`$0 --help' for more information." >&5
2256echo "$as_me: error: ambiguous option: $1
2257Try \`$0 --help' for more information." >&2;}
2258 { (exit 1); exit 1; }; };;
2259 --help | --hel | -h )
2260 echo "$ac_cs_usage"; exit 0 ;;
2261 --debug | --d* | -d )
2262 debug=: ;;
2263 --file | --fil | --fi | --f )
2264 $ac_shift
2265 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2266 ac_need_defaults=false;;
2267 --header | --heade | --head | --hea )
2268 $ac_shift
2269 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2270 ac_need_defaults=false;;
2271 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2272 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2273 ac_cs_silent=: ;;
2274
2275 # This is an error.
2276 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2277Try \`$0 --help' for more information." >&5
2278echo "$as_me: error: unrecognized option: $1
2279Try \`$0 --help' for more information." >&2;}
2280 { (exit 1); exit 1; }; } ;;
2281
2282 *) ac_config_targets="$ac_config_targets $1" ;;
2283
2284 esac
2285 shift
2286done
2287
2288ac_configure_extra_args=
2289
2290if $ac_cs_silent; then
2291 exec 6>/dev/null
2292 ac_configure_extra_args="$ac_configure_extra_args --silent"
2293fi
2294
2295_ACEOF
2296cat >>$CONFIG_STATUS <<_ACEOF
2297if \$ac_cs_recheck; then
2298 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2299 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2300fi
2301
2302_ACEOF
2303
2304
2305
2306
2307
2308cat >>$CONFIG_STATUS <<\_ACEOF
2309for ac_config_target in $ac_config_targets
2310do
2311 case "$ac_config_target" in
2312 # Handling of arguments.
2313 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2314 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2315echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2316 { (exit 1); exit 1; }; };;
2317 esac
2318done
2319
2320# If the user did not use the arguments to specify the items to instantiate,
2321# then the envvar interface is used. Set only those that are not.
2322# We use the long form for the default assignment because of an extremely
2323# bizarre bug on SunOS 4.1.3.
2324if $ac_need_defaults; then
2325 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2326fi
2327
2328# Have a temporary directory for convenience. Make it in the build tree
2329# simply because there is no reason to put it here, and in addition,
2330# creating and moving files from /tmp can sometimes cause problems.
2331# Create a temporary directory, and hook for its removal unless debugging.
2332$debug ||
2333{
2334 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2335 trap '{ (exit 1); exit 1; }' 1 2 13 15
2336}
2337
2338# Create a (secure) tmp directory for tmp files.
2339
2340{
2341 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2342 test -n "$tmp" && test -d "$tmp"
2343} ||
2344{
2345 tmp=./confstat$$-$RANDOM
2346 (umask 077 && mkdir $tmp)
2347} ||
2348{
2349 echo "$me: cannot create a temporary directory in ." >&2
2350 { (exit 1); exit 1; }
2351}
2352
2353_ACEOF
2354
2355cat >>$CONFIG_STATUS <<_ACEOF
2356
2357#
2358# CONFIG_FILES section.
2359#
2360
2361# No need to generate the scripts if there are no CONFIG_FILES.
2362# This happens for instance when ./config.status config.h
2363if test -n "\$CONFIG_FILES"; then
2364 # Protect against being on the right side of a sed subst in config.status.
2365 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2366 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2367s,@SHELL@,$SHELL,;t t
2368s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2369s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2370s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2371s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2372s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2373s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2374s,@exec_prefix@,$exec_prefix,;t t
2375s,@prefix@,$prefix,;t t
2376s,@program_transform_name@,$program_transform_name,;t t
2377s,@bindir@,$bindir,;t t
2378s,@sbindir@,$sbindir,;t t
2379s,@libexecdir@,$libexecdir,;t t
2380s,@datadir@,$datadir,;t t
2381s,@sysconfdir@,$sysconfdir,;t t
2382s,@sharedstatedir@,$sharedstatedir,;t t
2383s,@localstatedir@,$localstatedir,;t t
2384s,@libdir@,$libdir,;t t
2385s,@includedir@,$includedir,;t t
2386s,@oldincludedir@,$oldincludedir,;t t
2387s,@infodir@,$infodir,;t t
2388s,@mandir@,$mandir,;t t
2389s,@build_alias@,$build_alias,;t t
2390s,@host_alias@,$host_alias,;t t
2391s,@target_alias@,$target_alias,;t t
2392s,@DEFS@,$DEFS,;t t
2393s,@ECHO_C@,$ECHO_C,;t t
2394s,@ECHO_N@,$ECHO_N,;t t
2395s,@ECHO_T@,$ECHO_T,;t t
2396s,@LIBS@,$LIBS,;t t
2397s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
2398s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
2399s,@JAVAC@,$JAVAC,;t t
2400s,@JAVA@,$JAVA,;t t
2401s,@uudecode@,$uudecode,;t t
2402s,@subdirs@,$subdirs,;t t
2403s,@LIBOBJS@,$LIBOBJS,;t t
2404s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2405CEOF
2406
2407_ACEOF
2408
2409 cat >>$CONFIG_STATUS <<\_ACEOF
2410 # Split the substitutions into bite-sized pieces for seds with
2411 # small command number limits, like on Digital OSF/1 and HP-UX.
2412 ac_max_sed_lines=48
2413 ac_sed_frag=1 # Number of current file.
2414 ac_beg=1 # First line for current file.
2415 ac_end=$ac_max_sed_lines # Line after last line for current file.
2416 ac_more_lines=:
2417 ac_sed_cmds=
2418 while $ac_more_lines; do
2419 if test $ac_beg -gt 1; then
2420 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2421 else
2422 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2423 fi
2424 if test ! -s $tmp/subs.frag; then
2425 ac_more_lines=false
2426 else
2427 # The purpose of the label and of the branching condition is to
2428 # speed up the sed processing (if there are no `@' at all, there
2429 # is no need to browse any of the substitutions).
2430 # These are the two extra sed commands mentioned above.
2431 (echo ':t
2432 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2433 if test -z "$ac_sed_cmds"; then
2434 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2435 else
2436 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2437 fi
2438 ac_sed_frag=`expr $ac_sed_frag + 1`
2439 ac_beg=$ac_end
2440 ac_end=`expr $ac_end + $ac_max_sed_lines`
2441 fi
2442 done
2443 if test -z "$ac_sed_cmds"; then
2444 ac_sed_cmds=cat
2445 fi
2446fi # test -n "$CONFIG_FILES"
2447
2448_ACEOF
2449cat >>$CONFIG_STATUS <<\_ACEOF
2450for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2451 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2452 case $ac_file in
2453 - | *:- | *:-:* ) # input from stdin
2454 cat >$tmp/stdin
2455 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2456 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2457 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2458 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2459 * ) ac_file_in=$ac_file.in ;;
2460 esac
2461
2462 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2463 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2464$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2465 X"$ac_file" : 'X\(//\)[^/]' \| \
2466 X"$ac_file" : 'X\(//\)$' \| \
2467 X"$ac_file" : 'X\(/\)' \| \
2468 . : '\(.\)' 2>/dev/null ||
2469echo X"$ac_file" |
2470 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2471 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2472 /^X\(\/\/\)$/{ s//\1/; q; }
2473 /^X\(\/\).*/{ s//\1/; q; }
2474 s/.*/./; q'`
2475 { if $as_mkdir_p; then
2476 mkdir -p "$ac_dir"
2477 else
2478 as_dir="$ac_dir"
2479 as_dirs=
2480 while test ! -d "$as_dir"; do
2481 as_dirs="$as_dir $as_dirs"
2482 as_dir=`(dirname "$as_dir") 2>/dev/null ||
2483$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2484 X"$as_dir" : 'X\(//\)[^/]' \| \
2485 X"$as_dir" : 'X\(//\)$' \| \
2486 X"$as_dir" : 'X\(/\)' \| \
2487 . : '\(.\)' 2>/dev/null ||
2488echo X"$as_dir" |
2489 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2490 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2491 /^X\(\/\/\)$/{ s//\1/; q; }
2492 /^X\(\/\).*/{ s//\1/; q; }
2493 s/.*/./; q'`
2494 done
2495 test ! -n "$as_dirs" || mkdir $as_dirs
2496 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2497echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2498 { (exit 1); exit 1; }; }; }
2499
2500 ac_builddir=.
2501
2502if test "$ac_dir" != .; then
2503 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2504 # A "../" for each directory in $ac_dir_suffix.
2505 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2506else
2507 ac_dir_suffix= ac_top_builddir=
2508fi
2509
2510case $srcdir in
2511 .) # No --srcdir option. We are building in place.
2512 ac_srcdir=.
2513 if test -z "$ac_top_builddir"; then
2514 ac_top_srcdir=.
2515 else
2516 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2517 fi ;;
2518 [\\/]* | ?:[\\/]* ) # Absolute path.
2519 ac_srcdir=$srcdir$ac_dir_suffix;
2520 ac_top_srcdir=$srcdir ;;
2521 *) # Relative path.
2522 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2523 ac_top_srcdir=$ac_top_builddir$srcdir ;;
2524esac
2525
2526# Do not use `cd foo && pwd` to compute absolute paths, because
2527# the directories may not exist.
2528case `pwd` in
2529.) ac_abs_builddir="$ac_dir";;
2530*)
2531 case "$ac_dir" in
2532 .) ac_abs_builddir=`pwd`;;
2533 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2534 *) ac_abs_builddir=`pwd`/"$ac_dir";;
2535 esac;;
2536esac
2537case $ac_abs_builddir in
2538.) ac_abs_top_builddir=${ac_top_builddir}.;;
2539*)
2540 case ${ac_top_builddir}. in
2541 .) ac_abs_top_builddir=$ac_abs_builddir;;
2542 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2543 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2544 esac;;
2545esac
2546case $ac_abs_builddir in
2547.) ac_abs_srcdir=$ac_srcdir;;
2548*)
2549 case $ac_srcdir in
2550 .) ac_abs_srcdir=$ac_abs_builddir;;
2551 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2552 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2553 esac;;
2554esac
2555case $ac_abs_builddir in
2556.) ac_abs_top_srcdir=$ac_top_srcdir;;
2557*)
2558 case $ac_top_srcdir in
2559 .) ac_abs_top_srcdir=$ac_abs_builddir;;
2560 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2561 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2562 esac;;
2563esac
2564
2565
2566
2567 if test x"$ac_file" != x-; then
2568 { echo "$as_me:$LINENO: creating $ac_file" >&5
2569echo "$as_me: creating $ac_file" >&6;}
2570 rm -f "$ac_file"
2571 fi
2572 # Let's still pretend it is `configure' which instantiates (i.e., don't
2573 # use $as_me), people would be surprised to read:
2574 # /* config.h. Generated by config.status. */
2575 if test x"$ac_file" = x-; then
2576 configure_input=
2577 else
2578 configure_input="$ac_file. "
2579 fi
2580 configure_input=$configure_input"Generated from `echo $ac_file_in |
2581 sed 's,.*/,,'` by configure."
2582
2583 # First look for the input files in the build tree, otherwise in the
2584 # src tree.
2585 ac_file_inputs=`IFS=:
2586 for f in $ac_file_in; do
2587 case $f in
2588 -) echo $tmp/stdin ;;
2589 [\\/$]*)
2590 # Absolute (can't be DOS-style, as IFS=:)
2591 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2592echo "$as_me: error: cannot find input file: $f" >&2;}
2593 { (exit 1); exit 1; }; }
2594 echo "$f";;
2595 *) # Relative
2596 if test -f "$f"; then
2597 # Build tree
2598 echo "$f"
2599 elif test -f "$srcdir/$f"; then
2600 # Source tree
2601 echo "$srcdir/$f"
2602 else
2603 # /dev/null tree
2604 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2605echo "$as_me: error: cannot find input file: $f" >&2;}
2606 { (exit 1); exit 1; }; }
2607 fi;;
2608 esac
2609 done` || { (exit 1); exit 1; }
2610_ACEOF
2611cat >>$CONFIG_STATUS <<_ACEOF
2612 sed "$ac_vpsub
2613$extrasub
2614_ACEOF
2615cat >>$CONFIG_STATUS <<\_ACEOF
2616:t
2617/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2618s,@configure_input@,$configure_input,;t t
2619s,@srcdir@,$ac_srcdir,;t t
2620s,@abs_srcdir@,$ac_abs_srcdir,;t t
2621s,@top_srcdir@,$ac_top_srcdir,;t t
2622s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2623s,@builddir@,$ac_builddir,;t t
2624s,@abs_builddir@,$ac_abs_builddir,;t t
2625s,@top_builddir@,$ac_top_builddir,;t t
2626s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2627" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2628 rm -f $tmp/stdin
2629 if test x"$ac_file" != x-; then
2630 mv $tmp/out $ac_file
2631 else
2632 cat $tmp/out
2633 rm -f $tmp/out
2634 fi
2635
2636done
2637_ACEOF
2638
2639cat >>$CONFIG_STATUS <<\_ACEOF
2640
2641{ (exit 0); exit 0; }
2642_ACEOF
2643chmod +x $CONFIG_STATUS
2644ac_clean_files=$ac_clean_files_save
2645
2646
2647# configure is writing to config.log, and then calls config.status.
2648# config.status does its own redirection, appending to config.log.
2649# Unfortunately, on DOS this fails, as config.log is still kept open
2650# by configure, so config.status won't be able to write to it; its
2651# output is simply discarded. So we exec the FD to /dev/null,
2652# effectively closing config.log, so it can be properly (re)opened and
2653# appended to by config.status. When coming back to configure, we
2654# need to make the FD available again.
2655if test "$no_create" != yes; then
2656 ac_cs_success=:
2657 ac_config_status_args=
2658 test "$silent" = yes &&
2659 ac_config_status_args="$ac_config_status_args --quiet"
2660 exec 5>/dev/null
2661 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2662 exec 5>>config.log
2663 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2664 # would make configure fail if this is the last instruction.
2665 $ac_cs_success || { (exit 1); exit 1; }
2666fi
2667
2668#
2669# CONFIG_SUBDIRS section.
2670#
2671if test "$no_recursion" != yes; then
2672
2673 # Remove --cache-file and --srcdir arguments so they do not pile up.
2674 ac_sub_configure_args=
2675 ac_prev=
2676 for ac_arg in $ac_configure_args; do
2677 if test -n "$ac_prev"; then
2678 ac_prev=
2679 continue
2680 fi
2681 case $ac_arg in
2682 -cache-file | --cache-file | --cache-fil | --cache-fi \
2683 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2684 ac_prev=cache_file ;;
2685 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2686 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
2687 | --c=*)
2688 ;;
2689 --config-cache | -C)
2690 ;;
2691 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2692 ac_prev=srcdir ;;
2693 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2694 ;;
2695 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2696 ac_prev=prefix ;;
2697 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2698 ;;
2699 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
2700 esac
2701 done
2702
2703 # Always prepend --prefix to ensure using the same prefix
2704 # in subdir configurations.
2705 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
2706
2707 ac_popdir=`pwd`
2708 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
2709
2710 # Do not complain, so a configure script can configure whichever
2711 # parts of a large source tree are present.
2712 test -d $srcdir/$ac_dir || continue
2713
2714 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
2715echo "$as_me: configuring in $ac_dir" >&6;}
2716 { if $as_mkdir_p; then
2717 mkdir -p "$ac_dir"
2718 else
2719 as_dir="$ac_dir"
2720 as_dirs=
2721 while test ! -d "$as_dir"; do
2722 as_dirs="$as_dir $as_dirs"
2723 as_dir=`(dirname "$as_dir") 2>/dev/null ||
2724$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2725 X"$as_dir" : 'X\(//\)[^/]' \| \
2726 X"$as_dir" : 'X\(//\)$' \| \
2727 X"$as_dir" : 'X\(/\)' \| \
2728 . : '\(.\)' 2>/dev/null ||
2729echo X"$as_dir" |
2730 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2731 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2732 /^X\(\/\/\)$/{ s//\1/; q; }
2733 /^X\(\/\).*/{ s//\1/; q; }
2734 s/.*/./; q'`
2735 done
2736 test ! -n "$as_dirs" || mkdir $as_dirs
2737 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2738echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2739 { (exit 1); exit 1; }; }; }
2740
2741 ac_builddir=.
2742
2743if test "$ac_dir" != .; then
2744 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2745 # A "../" for each directory in $ac_dir_suffix.
2746 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2747else
2748 ac_dir_suffix= ac_top_builddir=
2749fi
2750
2751case $srcdir in
2752 .) # No --srcdir option. We are building in place.
2753 ac_srcdir=.
2754 if test -z "$ac_top_builddir"; then
2755 ac_top_srcdir=.
2756 else
2757 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2758 fi ;;
2759 [\\/]* | ?:[\\/]* ) # Absolute path.
2760 ac_srcdir=$srcdir$ac_dir_suffix;
2761 ac_top_srcdir=$srcdir ;;
2762 *) # Relative path.
2763 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2764 ac_top_srcdir=$ac_top_builddir$srcdir ;;
2765esac
2766
2767# Do not use `cd foo && pwd` to compute absolute paths, because
2768# the directories may not exist.
2769case `pwd` in
2770.) ac_abs_builddir="$ac_dir";;
2771*)
2772 case "$ac_dir" in
2773 .) ac_abs_builddir=`pwd`;;
2774 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2775 *) ac_abs_builddir=`pwd`/"$ac_dir";;
2776 esac;;
2777esac
2778case $ac_abs_builddir in
2779.) ac_abs_top_builddir=${ac_top_builddir}.;;
2780*)
2781 case ${ac_top_builddir}. in
2782 .) ac_abs_top_builddir=$ac_abs_builddir;;
2783 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2784 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2785 esac;;
2786esac
2787case $ac_abs_builddir in
2788.) ac_abs_srcdir=$ac_srcdir;;
2789*)
2790 case $ac_srcdir in
2791 .) ac_abs_srcdir=$ac_abs_builddir;;
2792 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2793 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2794 esac;;
2795esac
2796case $ac_abs_builddir in
2797.) ac_abs_top_srcdir=$ac_top_srcdir;;
2798*)
2799 case $ac_top_srcdir in
2800 .) ac_abs_top_srcdir=$ac_abs_builddir;;
2801 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2802 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2803 esac;;
2804esac
2805
2806
2807 cd $ac_dir
2808
2809 # Check for guested configure; otherwise get Cygnus style configure.
2810 if test -f $ac_srcdir/configure.gnu; then
2811 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
2812 elif test -f $ac_srcdir/configure; then
2813 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
2814 elif test -f $ac_srcdir/configure.in; then
2815 ac_sub_configure=$ac_configure
2816 else
2817 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
2818echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
2819 ac_sub_configure=
2820 fi
2821
2822 # The recursion is here.
2823 if test -n "$ac_sub_configure"; then
2824 # Make the cache file name correct relative to the subdirectory.
2825 case $cache_file in
2826 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
2827 *) # Relative path.
2828 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
2829 esac
2830
2831 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
2832echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
2833 # The eval makes quoting arguments work.
2834 eval $ac_sub_configure $ac_sub_configure_args \
2835 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
2836 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
2837echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
2838 { (exit 1); exit 1; }; }
2839 fi
2840
2841 cd $ac_popdir
2842 done
2843fi
2844
Note: See TracBrowser for help on using the repository browser.