OSDN Git Service

gdb/
[pf3gnuchains/pf3gnuchains3x.git] / tk / configure
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
13 if 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+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20   set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26   as_unset=unset
27 else
28   as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for 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
43 do
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
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53   as_expr=expr
54 else
55   as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59   as_basename=basename
60 else
61   as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68          X"$0" : 'X\(//\)$' \| \
69          X"$0" : 'X\(/\)$' \| \
70          .     : '\(.\)' 2>/dev/null ||
71 echo 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.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if 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
97 fi
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
110 for as_dir in $PATH
111 do
112   IFS=$as_save_IFS
113   test -z "$as_dir" && as_dir=.
114   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
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
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
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
152 done
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
187 case `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= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195   as_expr=expr
196 else
197   as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if 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
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212   as_ln_s=ln
213 else
214   as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219   as_mkdir_p=:
220 else
221   test -d ./-p && rmdir ./-p
222   as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_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.
231 as_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.
236 as_nl='
237 '
238 IFS="   $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.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${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.
268 PACKAGE_NAME=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
274 ac_unique_file="generic/tk.h"
275 ac_subdirs_all="$ac_subdirs_all "win""
276 ac_subdirs_all="$ac_subdirs_all "unix""
277 ac_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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os subdirs CONFIGDIR SET_MAKE LIBOBJS LTLIBOBJS'
278 ac_subst_files=''
279
280 # Initialize some variables set by options.
281 ac_init_help=
282 ac_init_version=false
283 # The variables have the same names as the options, with
284 # dashes changed to underlines.
285 cache_file=/dev/null
286 exec_prefix=NONE
287 no_create=
288 no_recursion=
289 prefix=NONE
290 program_prefix=NONE
291 program_suffix=NONE
292 program_transform_name=s,x,x,
293 silent=
294 site=
295 srcdir=
296 verbose=
297 x_includes=NONE
298 x_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.
305 bindir='${exec_prefix}/bin'
306 sbindir='${exec_prefix}/sbin'
307 libexecdir='${exec_prefix}/libexec'
308 datadir='${prefix}/share'
309 sysconfdir='${prefix}/etc'
310 sharedstatedir='${prefix}/com'
311 localstatedir='${prefix}/var'
312 libdir='${exec_prefix}/lib'
313 includedir='${prefix}/include'
314 oldincludedir='/usr/include'
315 infodir='${prefix}/info'
316 mandir='${prefix}/man'
317
318 ac_prev=
319 for ac_option
320 do
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
592 Try \`$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
615 done
616
617 if 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; }; }
621 fi
622
623 # Be sure to have absolute paths.
624 for ac_var in exec_prefix prefix
625 do
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
632 done
633
634 # Be sure to have absolute paths.
635 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
636               localstatedir libdir includedir oldincludedir infodir mandir
637 do
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
644 done
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.
649 build=$build_alias
650 host=$host_alias
651 target=$target_alias
652
653 # FIXME: To remove some day.
654 if 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
662 fi
663
664 ac_tool_prefix=
665 test -n "$host_alias" && ac_tool_prefix=$host_alias-
666
667 test "$silent" = yes && exec 6>/dev/null
668
669
670 # Find the source files, if location was not specified.
671 if 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 ||
680 echo 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
690 else
691   ac_srcdir_defaulted=no
692 fi
693 if 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
701 fi
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; }; }
705 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
706 ac_env_build_alias_set=${build_alias+set}
707 ac_env_build_alias_value=$build_alias
708 ac_cv_env_build_alias_set=${build_alias+set}
709 ac_cv_env_build_alias_value=$build_alias
710 ac_env_host_alias_set=${host_alias+set}
711 ac_env_host_alias_value=$host_alias
712 ac_cv_env_host_alias_set=${host_alias+set}
713 ac_cv_env_host_alias_value=$host_alias
714 ac_env_target_alias_set=${target_alias+set}
715 ac_env_target_alias_value=$target_alias
716 ac_cv_env_target_alias_set=${target_alias+set}
717 ac_cv_env_target_alias_value=$target_alias
718
719 #
720 # Report the --help message.
721 #
722 if 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
728 Usage: $0 [OPTION]... [VAR=VALUE]...
729
730 To assign environment variables (e.g., CC, CFLAGS...), specify them as
731 VAR=VALUE.  See below for descriptions of some of the useful variables.
732
733 Defaults for the options are specified in brackets.
734
735 Configuration:
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
749 Installation 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
755 By default, \`make install' will install all the files in
756 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
757 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
758 for instance \`--prefix=\$HOME'.
759
760 For better control, use the options below.
761
762 Fine 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
779 System types:
780   --build=BUILD     configure for building on BUILD [guessed]
781   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
782 _ACEOF
783 fi
784
785 if test -n "$ac_init_help"; then
786
787   cat <<\_ACEOF
788
789 _ACEOF
790 fi
791
792 if test "$ac_init_help" = "recursive"; then
793   # If there are subdirs, report their specific --help.
794   ac_popdir=`pwd`
795   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
796     test -d $ac_dir || continue
797     ac_builddir=.
798
799 if test "$ac_dir" != .; then
800   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
801   # A "../" for each directory in $ac_dir_suffix.
802   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
803 else
804   ac_dir_suffix= ac_top_builddir=
805 fi
806
807 case $srcdir in
808   .)  # No --srcdir option.  We are building in place.
809     ac_srcdir=.
810     if test -z "$ac_top_builddir"; then
811        ac_top_srcdir=.
812     else
813        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
814     fi ;;
815   [\\/]* | ?:[\\/]* )  # Absolute path.
816     ac_srcdir=$srcdir$ac_dir_suffix;
817     ac_top_srcdir=$srcdir ;;
818   *) # Relative path.
819     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
820     ac_top_srcdir=$ac_top_builddir$srcdir ;;
821 esac
822
823 # Do not use `cd foo && pwd` to compute absolute paths, because
824 # the directories may not exist.
825 case `pwd` in
826 .) ac_abs_builddir="$ac_dir";;
827 *)
828   case "$ac_dir" in
829   .) ac_abs_builddir=`pwd`;;
830   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
831   *) ac_abs_builddir=`pwd`/"$ac_dir";;
832   esac;;
833 esac
834 case $ac_abs_builddir in
835 .) ac_abs_top_builddir=${ac_top_builddir}.;;
836 *)
837   case ${ac_top_builddir}. in
838   .) ac_abs_top_builddir=$ac_abs_builddir;;
839   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
840   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
841   esac;;
842 esac
843 case $ac_abs_builddir in
844 .) ac_abs_srcdir=$ac_srcdir;;
845 *)
846   case $ac_srcdir in
847   .) ac_abs_srcdir=$ac_abs_builddir;;
848   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
849   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
850   esac;;
851 esac
852 case $ac_abs_builddir in
853 .) ac_abs_top_srcdir=$ac_top_srcdir;;
854 *)
855   case $ac_top_srcdir in
856   .) ac_abs_top_srcdir=$ac_abs_builddir;;
857   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
858   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
859   esac;;
860 esac
861
862     cd $ac_dir
863     # Check for guested configure; otherwise get Cygnus style configure.
864     if test -f $ac_srcdir/configure.gnu; then
865       echo
866       $SHELL $ac_srcdir/configure.gnu  --help=recursive
867     elif test -f $ac_srcdir/configure; then
868       echo
869       $SHELL $ac_srcdir/configure  --help=recursive
870     elif test -f $ac_srcdir/configure.ac ||
871            test -f $ac_srcdir/configure.in; then
872       echo
873       $ac_configure --help
874     else
875       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
876     fi
877     cd $ac_popdir
878   done
879 fi
880
881 test -n "$ac_init_help" && exit 0
882 if $ac_init_version; then
883   cat <<\_ACEOF
884
885 Copyright (C) 2003 Free Software Foundation, Inc.
886 This configure script is free software; the Free Software Foundation
887 gives unlimited permission to copy, distribute and modify it.
888 _ACEOF
889   exit 0
890 fi
891 exec 5>config.log
892 cat >&5 <<_ACEOF
893 This file contains any messages produced by compilers while
894 running configure, to aid debugging if configure makes a mistake.
895
896 It was created by $as_me, which was
897 generated by GNU Autoconf 2.59.  Invocation command line was
898
899   $ $0 $@
900
901 _ACEOF
902 {
903 cat <<_ASUNAME
904 ## --------- ##
905 ## Platform. ##
906 ## --------- ##
907
908 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
909 uname -m = `(uname -m) 2>/dev/null || echo unknown`
910 uname -r = `(uname -r) 2>/dev/null || echo unknown`
911 uname -s = `(uname -s) 2>/dev/null || echo unknown`
912 uname -v = `(uname -v) 2>/dev/null || echo unknown`
913
914 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
915 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
916
917 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
918 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
919 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
920 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
921 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
922 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
923 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
924
925 _ASUNAME
926
927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
928 for as_dir in $PATH
929 do
930   IFS=$as_save_IFS
931   test -z "$as_dir" && as_dir=.
932   echo "PATH: $as_dir"
933 done
934
935 } >&5
936
937 cat >&5 <<_ACEOF
938
939
940 ## ----------- ##
941 ## Core tests. ##
942 ## ----------- ##
943
944 _ACEOF
945
946
947 # Keep a trace of the command line.
948 # Strip out --no-create and --no-recursion so they do not pile up.
949 # Strip out --silent because we don't want to record it for future runs.
950 # Also quote any args containing shell meta-characters.
951 # Make two passes to allow for proper duplicate-argument suppression.
952 ac_configure_args=
953 ac_configure_args0=
954 ac_configure_args1=
955 ac_sep=
956 ac_must_keep_next=false
957 for ac_pass in 1 2
958 do
959   for ac_arg
960   do
961     case $ac_arg in
962     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
963     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
964     | -silent | --silent | --silen | --sile | --sil)
965       continue ;;
966     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
967       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
968     esac
969     case $ac_pass in
970     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
971     2)
972       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
973       if test $ac_must_keep_next = true; then
974         ac_must_keep_next=false # Got value, back to normal.
975       else
976         case $ac_arg in
977           *=* | --config-cache | -C | -disable-* | --disable-* \
978           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
979           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
980           | -with-* | --with-* | -without-* | --without-* | --x)
981             case "$ac_configure_args0 " in
982               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
983             esac
984             ;;
985           -* ) ac_must_keep_next=true ;;
986         esac
987       fi
988       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
989       # Get rid of the leading space.
990       ac_sep=" "
991       ;;
992     esac
993   done
994 done
995 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
996 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
997
998 # When interrupted or exit'd, cleanup temporary files, and complete
999 # config.log.  We remove comments because anyway the quotes in there
1000 # would cause problems or look ugly.
1001 # WARNING: Be sure not to use single quotes in there, as some shells,
1002 # such as our DU 5.0 friend, will then `close' the trap.
1003 trap 'exit_status=$?
1004   # Save into config.log some information that might help in debugging.
1005   {
1006     echo
1007
1008     cat <<\_ASBOX
1009 ## ---------------- ##
1010 ## Cache variables. ##
1011 ## ---------------- ##
1012 _ASBOX
1013     echo
1014     # The following way of writing the cache mishandles newlines in values,
1015 {
1016   (set) 2>&1 |
1017     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1018     *ac_space=\ *)
1019       sed -n \
1020         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1021           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1022       ;;
1023     *)
1024       sed -n \
1025         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1026       ;;
1027     esac;
1028 }
1029     echo
1030
1031     cat <<\_ASBOX
1032 ## ----------------- ##
1033 ## Output variables. ##
1034 ## ----------------- ##
1035 _ASBOX
1036     echo
1037     for ac_var in $ac_subst_vars
1038     do
1039       eval ac_val=$`echo $ac_var`
1040       echo "$ac_var='"'"'$ac_val'"'"'"
1041     done | sort
1042     echo
1043
1044     if test -n "$ac_subst_files"; then
1045       cat <<\_ASBOX
1046 ## ------------- ##
1047 ## Output files. ##
1048 ## ------------- ##
1049 _ASBOX
1050       echo
1051       for ac_var in $ac_subst_files
1052       do
1053         eval ac_val=$`echo $ac_var`
1054         echo "$ac_var='"'"'$ac_val'"'"'"
1055       done | sort
1056       echo
1057     fi
1058
1059     if test -s confdefs.h; then
1060       cat <<\_ASBOX
1061 ## ----------- ##
1062 ## confdefs.h. ##
1063 ## ----------- ##
1064 _ASBOX
1065       echo
1066       sed "/^$/d" confdefs.h | sort
1067       echo
1068     fi
1069     test "$ac_signal" != 0 &&
1070       echo "$as_me: caught signal $ac_signal"
1071     echo "$as_me: exit $exit_status"
1072   } >&5
1073   rm -f core *.core &&
1074   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1075     exit $exit_status
1076      ' 0
1077 for ac_signal in 1 2 13 15; do
1078   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1079 done
1080 ac_signal=0
1081
1082 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1083 rm -rf conftest* confdefs.h
1084 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1085 echo >confdefs.h
1086
1087 # Predefined preprocessor variables.
1088
1089 cat >>confdefs.h <<_ACEOF
1090 #define PACKAGE_NAME "$PACKAGE_NAME"
1091 _ACEOF
1092
1093
1094 cat >>confdefs.h <<_ACEOF
1095 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1096 _ACEOF
1097
1098
1099 cat >>confdefs.h <<_ACEOF
1100 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1101 _ACEOF
1102
1103
1104 cat >>confdefs.h <<_ACEOF
1105 #define PACKAGE_STRING "$PACKAGE_STRING"
1106 _ACEOF
1107
1108
1109 cat >>confdefs.h <<_ACEOF
1110 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1111 _ACEOF
1112
1113
1114 # Let the site file select an alternate cache file if it wants to.
1115 # Prefer explicitly selected file to automatically selected ones.
1116 if test -z "$CONFIG_SITE"; then
1117   if test "x$prefix" != xNONE; then
1118     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1119   else
1120     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1121   fi
1122 fi
1123 for ac_site_file in $CONFIG_SITE; do
1124   if test -r "$ac_site_file"; then
1125     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1126 echo "$as_me: loading site script $ac_site_file" >&6;}
1127     sed 's/^/| /' "$ac_site_file" >&5
1128     . "$ac_site_file"
1129   fi
1130 done
1131
1132 if test -r "$cache_file"; then
1133   # Some versions of bash will fail to source /dev/null (special
1134   # files actually), so we avoid doing that.
1135   if test -f "$cache_file"; then
1136     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1137 echo "$as_me: loading cache $cache_file" >&6;}
1138     case $cache_file in
1139       [\\/]* | ?:[\\/]* ) . $cache_file;;
1140       *)                      . ./$cache_file;;
1141     esac
1142   fi
1143 else
1144   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1145 echo "$as_me: creating cache $cache_file" >&6;}
1146   >$cache_file
1147 fi
1148
1149 # Check that the precious variables saved in the cache have kept the same
1150 # value.
1151 ac_cache_corrupted=false
1152 for ac_var in `(set) 2>&1 |
1153                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1154   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1155   eval ac_new_set=\$ac_env_${ac_var}_set
1156   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1157   eval ac_new_val="\$ac_env_${ac_var}_value"
1158   case $ac_old_set,$ac_new_set in
1159     set,)
1160       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1161 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1162       ac_cache_corrupted=: ;;
1163     ,set)
1164       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1165 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1166       ac_cache_corrupted=: ;;
1167     ,);;
1168     *)
1169       if test "x$ac_old_val" != "x$ac_new_val"; then
1170         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1171 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1172         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1173 echo "$as_me:   former value:  $ac_old_val" >&2;}
1174         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1175 echo "$as_me:   current value: $ac_new_val" >&2;}
1176         ac_cache_corrupted=:
1177       fi;;
1178   esac
1179   # Pass precious variables to config.status.
1180   if test "$ac_new_set" = set; then
1181     case $ac_new_val in
1182     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1183       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1184     *) ac_arg=$ac_var=$ac_new_val ;;
1185     esac
1186     case " $ac_configure_args " in
1187       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1188       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1189     esac
1190   fi
1191 done
1192 if $ac_cache_corrupted; then
1193   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1194 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1195   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1196 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1197    { (exit 1); exit 1; }; }
1198 fi
1199
1200 ac_ext=c
1201 ac_cpp='$CPP $CPPFLAGS'
1202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225 ac_aux_dir=
1226 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1227   if test -f $ac_dir/install-sh; then
1228     ac_aux_dir=$ac_dir
1229     ac_install_sh="$ac_aux_dir/install-sh -c"
1230     break
1231   elif test -f $ac_dir/install.sh; then
1232     ac_aux_dir=$ac_dir
1233     ac_install_sh="$ac_aux_dir/install.sh -c"
1234     break
1235   elif test -f $ac_dir/shtool; then
1236     ac_aux_dir=$ac_dir
1237     ac_install_sh="$ac_aux_dir/shtool install -c"
1238     break
1239   fi
1240 done
1241 if test -z "$ac_aux_dir"; then
1242   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1243 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1244    { (exit 1); exit 1; }; }
1245 fi
1246 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1247 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1248 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1249
1250 # Make sure we can run config.sub.
1251 $ac_config_sub sun4 >/dev/null 2>&1 ||
1252   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1253 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1254    { (exit 1); exit 1; }; }
1255
1256 echo "$as_me:$LINENO: checking build system type" >&5
1257 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1258 if test "${ac_cv_build+set}" = set; then
1259   echo $ECHO_N "(cached) $ECHO_C" >&6
1260 else
1261   ac_cv_build_alias=$build_alias
1262 test -z "$ac_cv_build_alias" &&
1263   ac_cv_build_alias=`$ac_config_guess`
1264 test -z "$ac_cv_build_alias" &&
1265   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1266 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1267    { (exit 1); exit 1; }; }
1268 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1269   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1270 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1271    { (exit 1); exit 1; }; }
1272
1273 fi
1274 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1275 echo "${ECHO_T}$ac_cv_build" >&6
1276 build=$ac_cv_build
1277 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1278 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1279 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1280
1281
1282 echo "$as_me:$LINENO: checking host system type" >&5
1283 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1284 if test "${ac_cv_host+set}" = set; then
1285   echo $ECHO_N "(cached) $ECHO_C" >&6
1286 else
1287   ac_cv_host_alias=$host_alias
1288 test -z "$ac_cv_host_alias" &&
1289   ac_cv_host_alias=$ac_cv_build_alias
1290 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1291   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1292 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1293    { (exit 1); exit 1; }; }
1294
1295 fi
1296 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1297 echo "${ECHO_T}$ac_cv_host" >&6
1298 host=$ac_cv_host
1299 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1300 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1301 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1302
1303
1304
1305 case "${host}" in
1306 *cygwin* | *mingw32* | *windows32*)
1307         CONFIGDIR="win"
1308
1309
1310 subdirs="$subdirs "win""
1311
1312         ;;
1313 *)
1314         CONFIGDIR="unix"
1315
1316
1317 subdirs="$subdirs "unix""
1318
1319         ac_aux_dir=
1320 for ac_dir in "unix" $srcdir/"unix"; do
1321   if test -f $ac_dir/install-sh; then
1322     ac_aux_dir=$ac_dir
1323     ac_install_sh="$ac_aux_dir/install-sh -c"
1324     break
1325   elif test -f $ac_dir/install.sh; then
1326     ac_aux_dir=$ac_dir
1327     ac_install_sh="$ac_aux_dir/install.sh -c"
1328     break
1329   elif test -f $ac_dir/shtool; then
1330     ac_aux_dir=$ac_dir
1331     ac_install_sh="$ac_aux_dir/shtool install -c"
1332     break
1333   fi
1334 done
1335 if test -z "$ac_aux_dir"; then
1336   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"unix\" $srcdir/\"unix\"" >&5
1337 echo "$as_me: error: cannot find install-sh or install.sh in \"unix\" $srcdir/\"unix\"" >&2;}
1338    { (exit 1); exit 1; }; }
1339 fi
1340 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1341 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1342 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1343
1344         ;;
1345 esac
1346
1347
1348 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1349 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1350 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1351 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1352   echo $ECHO_N "(cached) $ECHO_C" >&6
1353 else
1354   cat >conftest.make <<\_ACEOF
1355 all:
1356         @echo 'ac_maketemp="$(MAKE)"'
1357 _ACEOF
1358 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1359 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1360 if test -n "$ac_maketemp"; then
1361   eval ac_cv_prog_make_${ac_make}_set=yes
1362 else
1363   eval ac_cv_prog_make_${ac_make}_set=no
1364 fi
1365 rm -f conftest.make
1366 fi
1367 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1368   echo "$as_me:$LINENO: result: yes" >&5
1369 echo "${ECHO_T}yes" >&6
1370   SET_MAKE=
1371 else
1372   echo "$as_me:$LINENO: result: no" >&5
1373 echo "${ECHO_T}no" >&6
1374   SET_MAKE="MAKE=${MAKE-make}"
1375 fi
1376
1377           ac_config_files="$ac_config_files Makefile"
1378 cat >confcache <<\_ACEOF
1379 # This file is a shell script that caches the results of configure
1380 # tests run on this system so they can be shared between configure
1381 # scripts and configure runs, see configure's option --config-cache.
1382 # It is not useful on other systems.  If it contains results you don't
1383 # want to keep, you may remove or edit it.
1384 #
1385 # config.status only pays attention to the cache file if you give it
1386 # the --recheck option to rerun configure.
1387 #
1388 # `ac_cv_env_foo' variables (set or unset) will be overridden when
1389 # loading this file, other *unset* `ac_cv_foo' will be assigned the
1390 # following values.
1391
1392 _ACEOF
1393
1394 # The following way of writing the cache mishandles newlines in values,
1395 # but we know of no workaround that is simple, portable, and efficient.
1396 # So, don't put newlines in cache variables' values.
1397 # Ultrix sh set writes to stderr and can't be redirected directly,
1398 # and sets the high bit in the cache file unless we assign to the vars.
1399 {
1400   (set) 2>&1 |
1401     case `(ac_space=' '; set | grep ac_space) 2>&1` in
1402     *ac_space=\ *)
1403       # `set' does not quote correctly, so add quotes (double-quote
1404       # substitution turns \\\\ into \\, and sed turns \\ into \).
1405       sed -n \
1406         "s/'/'\\\\''/g;
1407           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1408       ;;
1409     *)
1410       # `set' quotes correctly as required by POSIX, so do not add quotes.
1411       sed -n \
1412         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1413       ;;
1414     esac;
1415 } |
1416   sed '
1417      t clear
1418      : clear
1419      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1420      t end
1421      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1422      : end' >>confcache
1423 if diff $cache_file confcache >/dev/null 2>&1; then :; else
1424   if test -w $cache_file; then
1425     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1426     cat confcache >$cache_file
1427   else
1428     echo "not updating unwritable cache $cache_file"
1429   fi
1430 fi
1431 rm -f confcache
1432
1433 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1434 # Let make expand exec_prefix.
1435 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1436
1437 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1438 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1439 # trailing colons and then remove the whole line if VPATH becomes empty
1440 # (actually we leave an empty line to preserve line numbers).
1441 if test "x$srcdir" = x.; then
1442   ac_vpsub='/^[  ]*VPATH[        ]*=/{
1443 s/:*\$(srcdir):*/:/;
1444 s/:*\${srcdir}:*/:/;
1445 s/:*@srcdir@:*/:/;
1446 s/^\([^=]*=[     ]*\):*/\1/;
1447 s/:*$//;
1448 s/^[^=]*=[       ]*$//;
1449 }'
1450 fi
1451
1452 # Transform confdefs.h into DEFS.
1453 # Protect against shell expansion while executing Makefile rules.
1454 # Protect against Makefile macro expansion.
1455 #
1456 # If the first sed substitution is executed (which looks for macros that
1457 # take arguments), then we branch to the quote section.  Otherwise,
1458 # look for a macro that doesn't take arguments.
1459 cat >confdef2opt.sed <<\_ACEOF
1460 t clear
1461 : clear
1462 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1463 t quote
1464 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1465 t quote
1466 d
1467 : quote
1468 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
1469 s,\[,\\&,g
1470 s,\],\\&,g
1471 s,\$,$$,g
1472 p
1473 _ACEOF
1474 # We use echo to avoid assuming a particular line-breaking character.
1475 # The extra dot is to prevent the shell from consuming trailing
1476 # line-breaks from the sub-command output.  A line-break within
1477 # single-quotes doesn't work because, if this script is created in a
1478 # platform that uses two characters for line-breaks (e.g., DOS), tr
1479 # would break.
1480 ac_LF_and_DOT=`echo; echo .`
1481 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1482 rm -f confdef2opt.sed
1483
1484
1485 ac_libobjs=
1486 ac_ltlibobjs=
1487 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1488   # 1. Remove the extension, and $U if already installed.
1489   ac_i=`echo "$ac_i" |
1490          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1491   # 2. Add them.
1492   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1493   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1494 done
1495 LIBOBJS=$ac_libobjs
1496
1497 LTLIBOBJS=$ac_ltlibobjs
1498
1499
1500
1501 : ${CONFIG_STATUS=./config.status}
1502 ac_clean_files_save=$ac_clean_files
1503 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1504 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1505 echo "$as_me: creating $CONFIG_STATUS" >&6;}
1506 cat >$CONFIG_STATUS <<_ACEOF
1507 #! $SHELL
1508 # Generated by $as_me.
1509 # Run this file to recreate the current configuration.
1510 # Compiler output produced by configure, useful for debugging
1511 # configure, is in config.log if it exists.
1512
1513 debug=false
1514 ac_cs_recheck=false
1515 ac_cs_silent=false
1516 SHELL=\${CONFIG_SHELL-$SHELL}
1517 _ACEOF
1518
1519 cat >>$CONFIG_STATUS <<\_ACEOF
1520 ## --------------------- ##
1521 ## M4sh Initialization.  ##
1522 ## --------------------- ##
1523
1524 # Be Bourne compatible
1525 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1526   emulate sh
1527   NULLCMD=:
1528   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1529   # is contrary to our usage.  Disable this feature.
1530   alias -g '${1+"$@"}'='"$@"'
1531 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1532   set -o posix
1533 fi
1534 DUALCASE=1; export DUALCASE # for MKS sh
1535
1536 # Support unset when possible.
1537 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1538   as_unset=unset
1539 else
1540   as_unset=false
1541 fi
1542
1543
1544 # Work around bugs in pre-3.0 UWIN ksh.
1545 $as_unset ENV MAIL MAILPATH
1546 PS1='$ '
1547 PS2='> '
1548 PS4='+ '
1549
1550 # NLS nuisances.
1551 for as_var in \
1552   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1553   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1554   LC_TELEPHONE LC_TIME
1555 do
1556   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1557     eval $as_var=C; export $as_var
1558   else
1559     $as_unset $as_var
1560   fi
1561 done
1562
1563 # Required to use basename.
1564 if expr a : '\(a\)' >/dev/null 2>&1; then
1565   as_expr=expr
1566 else
1567   as_expr=false
1568 fi
1569
1570 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1571   as_basename=basename
1572 else
1573   as_basename=false
1574 fi
1575
1576
1577 # Name of the executable.
1578 as_me=`$as_basename "$0" ||
1579 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1580          X"$0" : 'X\(//\)$' \| \
1581          X"$0" : 'X\(/\)$' \| \
1582          .     : '\(.\)' 2>/dev/null ||
1583 echo X/"$0" |
1584     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1585           /^X\/\(\/\/\)$/{ s//\1/; q; }
1586           /^X\/\(\/\).*/{ s//\1/; q; }
1587           s/.*/./; q'`
1588
1589
1590 # PATH needs CR, and LINENO needs CR and PATH.
1591 # Avoid depending upon Character Ranges.
1592 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1593 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1594 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1595 as_cr_digits='0123456789'
1596 as_cr_alnum=$as_cr_Letters$as_cr_digits
1597
1598 # The user is always right.
1599 if test "${PATH_SEPARATOR+set}" != set; then
1600   echo "#! /bin/sh" >conf$$.sh
1601   echo  "exit 0"   >>conf$$.sh
1602   chmod +x conf$$.sh
1603   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1604     PATH_SEPARATOR=';'
1605   else
1606     PATH_SEPARATOR=:
1607   fi
1608   rm -f conf$$.sh
1609 fi
1610
1611
1612   as_lineno_1=$LINENO
1613   as_lineno_2=$LINENO
1614   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1615   test "x$as_lineno_1" != "x$as_lineno_2" &&
1616   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
1617   # Find who we are.  Look in the path if we contain no path at all
1618   # relative or not.
1619   case $0 in
1620     *[\\/]* ) as_myself=$0 ;;
1621     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1622 for as_dir in $PATH
1623 do
1624   IFS=$as_save_IFS
1625   test -z "$as_dir" && as_dir=.
1626   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1627 done
1628
1629        ;;
1630   esac
1631   # We did not find ourselves, most probably we were run as `sh COMMAND'
1632   # in which case we are not to be found in the path.
1633   if test "x$as_myself" = x; then
1634     as_myself=$0
1635   fi
1636   if test ! -f "$as_myself"; then
1637     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
1638 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
1639    { (exit 1); exit 1; }; }
1640   fi
1641   case $CONFIG_SHELL in
1642   '')
1643     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1644 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1645 do
1646   IFS=$as_save_IFS
1647   test -z "$as_dir" && as_dir=.
1648   for as_base in sh bash ksh sh5; do
1649          case $as_dir in
1650          /*)
1651            if ("$as_dir/$as_base" -c '
1652   as_lineno_1=$LINENO
1653   as_lineno_2=$LINENO
1654   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1655   test "x$as_lineno_1" != "x$as_lineno_2" &&
1656   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
1657              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1658              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1659              CONFIG_SHELL=$as_dir/$as_base
1660              export CONFIG_SHELL
1661              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1662            fi;;
1663          esac
1664        done
1665 done
1666 ;;
1667   esac
1668
1669   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1670   # uniformly replaced by the line number.  The first 'sed' inserts a
1671   # line-number line before each line; the second 'sed' does the real
1672   # work.  The second script uses 'N' to pair each line-number line
1673   # with the numbered line, and appends trailing '-' during
1674   # substitution so that $LINENO is not a special case at line end.
1675   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1676   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
1677   sed '=' <$as_myself |
1678     sed '
1679       N
1680       s,$,-,
1681       : loop
1682       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
1683       t loop
1684       s,-$,,
1685       s,^['$as_cr_digits']*\n,,
1686     ' >$as_me.lineno &&
1687   chmod +x $as_me.lineno ||
1688     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
1689 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
1690    { (exit 1); exit 1; }; }
1691
1692   # Don't try to exec as it changes $[0], causing all sort of problems
1693   # (the dirname of $[0] is not the place where we might find the
1694   # original and so on.  Autoconf is especially sensible to this).
1695   . ./$as_me.lineno
1696   # Exit status is that of the last command.
1697   exit
1698 }
1699
1700
1701 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1702   *c*,-n*) ECHO_N= ECHO_C='
1703 ' ECHO_T='      ' ;;
1704   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1705   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
1706 esac
1707
1708 if expr a : '\(a\)' >/dev/null 2>&1; then
1709   as_expr=expr
1710 else
1711   as_expr=false
1712 fi
1713
1714 rm -f conf$$ conf$$.exe conf$$.file
1715 echo >conf$$.file
1716 if ln -s conf$$.file conf$$ 2>/dev/null; then
1717   # We could just check for DJGPP; but this test a) works b) is more generic
1718   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1719   if test -f conf$$.exe; then
1720     # Don't use ln at all; we don't have any links
1721     as_ln_s='cp -p'
1722   else
1723     as_ln_s='ln -s'
1724   fi
1725 elif ln conf$$.file conf$$ 2>/dev/null; then
1726   as_ln_s=ln
1727 else
1728   as_ln_s='cp -p'
1729 fi
1730 rm -f conf$$ conf$$.exe conf$$.file
1731
1732 if mkdir -p . 2>/dev/null; then
1733   as_mkdir_p=:
1734 else
1735   test -d ./-p && rmdir ./-p
1736   as_mkdir_p=false
1737 fi
1738
1739 as_executable_p="test -f"
1740
1741 # Sed expression to map a string onto a valid CPP name.
1742 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1743
1744 # Sed expression to map a string onto a valid variable name.
1745 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1746
1747
1748 # IFS
1749 # We need space, tab and new line, in precisely that order.
1750 as_nl='
1751 '
1752 IFS="   $as_nl"
1753
1754 # CDPATH.
1755 $as_unset CDPATH
1756
1757 exec 6>&1
1758
1759 # Open the log real soon, to keep \$[0] and so on meaningful, and to
1760 # report actual input values of CONFIG_FILES etc. instead of their
1761 # values after options handling.  Logging --version etc. is OK.
1762 exec 5>>config.log
1763 {
1764   echo
1765   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1766 ## Running $as_me. ##
1767 _ASBOX
1768 } >&5
1769 cat >&5 <<_CSEOF
1770
1771 This file was extended by $as_me, which was
1772 generated by GNU Autoconf 2.59.  Invocation command line was
1773
1774   CONFIG_FILES    = $CONFIG_FILES
1775   CONFIG_HEADERS  = $CONFIG_HEADERS
1776   CONFIG_LINKS    = $CONFIG_LINKS
1777   CONFIG_COMMANDS = $CONFIG_COMMANDS
1778   $ $0 $@
1779
1780 _CSEOF
1781 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
1782 echo >&5
1783 _ACEOF
1784
1785 # Files that config.status was made for.
1786 if test -n "$ac_config_files"; then
1787   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
1788 fi
1789
1790 if test -n "$ac_config_headers"; then
1791   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
1792 fi
1793
1794 if test -n "$ac_config_links"; then
1795   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
1796 fi
1797
1798 if test -n "$ac_config_commands"; then
1799   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
1800 fi
1801
1802 cat >>$CONFIG_STATUS <<\_ACEOF
1803
1804 ac_cs_usage="\
1805 \`$as_me' instantiates files from templates according to the
1806 current configuration.
1807
1808 Usage: $0 [OPTIONS] [FILE]...
1809
1810   -h, --help       print this help, then exit
1811   -V, --version    print version number, then exit
1812   -q, --quiet      do not print progress messages
1813   -d, --debug      don't remove temporary files
1814       --recheck    update $as_me by reconfiguring in the same conditions
1815   --file=FILE[:TEMPLATE]
1816                    instantiate the configuration file FILE
1817
1818 Configuration files:
1819 $config_files
1820
1821 Report bugs to <bug-autoconf@gnu.org>."
1822 _ACEOF
1823
1824 cat >>$CONFIG_STATUS <<_ACEOF
1825 ac_cs_version="\\
1826 config.status
1827 configured by $0, generated by GNU Autoconf 2.59,
1828   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1829
1830 Copyright (C) 2003 Free Software Foundation, Inc.
1831 This config.status script is free software; the Free Software Foundation
1832 gives unlimited permission to copy, distribute and modify it."
1833 srcdir=$srcdir
1834 _ACEOF
1835
1836 cat >>$CONFIG_STATUS <<\_ACEOF
1837 # If no file are specified by the user, then we need to provide default
1838 # value.  By we need to know if files were specified by the user.
1839 ac_need_defaults=:
1840 while test $# != 0
1841 do
1842   case $1 in
1843   --*=*)
1844     ac_option=`expr "x$1" : 'x\([^=]*\)='`
1845     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
1846     ac_shift=:
1847     ;;
1848   -*)
1849     ac_option=$1
1850     ac_optarg=$2
1851     ac_shift=shift
1852     ;;
1853   *) # This is not an option, so the user has probably given explicit
1854      # arguments.
1855      ac_option=$1
1856      ac_need_defaults=false;;
1857   esac
1858
1859   case $ac_option in
1860   # Handling of the options.
1861 _ACEOF
1862 cat >>$CONFIG_STATUS <<\_ACEOF
1863   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1864     ac_cs_recheck=: ;;
1865   --version | --vers* | -V )
1866     echo "$ac_cs_version"; exit 0 ;;
1867   --he | --h)
1868     # Conflict between --help and --header
1869     { { echo "$as_me:$LINENO: error: ambiguous option: $1
1870 Try \`$0 --help' for more information." >&5
1871 echo "$as_me: error: ambiguous option: $1
1872 Try \`$0 --help' for more information." >&2;}
1873    { (exit 1); exit 1; }; };;
1874   --help | --hel | -h )
1875     echo "$ac_cs_usage"; exit 0 ;;
1876   --debug | --d* | -d )
1877     debug=: ;;
1878   --file | --fil | --fi | --f )
1879     $ac_shift
1880     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
1881     ac_need_defaults=false;;
1882   --header | --heade | --head | --hea )
1883     $ac_shift
1884     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1885     ac_need_defaults=false;;
1886   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1887   | -silent | --silent | --silen | --sile | --sil | --si | --s)
1888     ac_cs_silent=: ;;
1889
1890   # This is an error.
1891   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
1892 Try \`$0 --help' for more information." >&5
1893 echo "$as_me: error: unrecognized option: $1
1894 Try \`$0 --help' for more information." >&2;}
1895    { (exit 1); exit 1; }; } ;;
1896
1897   *) ac_config_targets="$ac_config_targets $1" ;;
1898
1899   esac
1900   shift
1901 done
1902
1903 ac_configure_extra_args=
1904
1905 if $ac_cs_silent; then
1906   exec 6>/dev/null
1907   ac_configure_extra_args="$ac_configure_extra_args --silent"
1908 fi
1909
1910 _ACEOF
1911 cat >>$CONFIG_STATUS <<_ACEOF
1912 if \$ac_cs_recheck; then
1913   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
1914   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1915 fi
1916
1917 _ACEOF
1918
1919
1920
1921
1922
1923 cat >>$CONFIG_STATUS <<\_ACEOF
1924 for ac_config_target in $ac_config_targets
1925 do
1926   case "$ac_config_target" in
1927   # Handling of arguments.
1928   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1929   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1930 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1931    { (exit 1); exit 1; }; };;
1932   esac
1933 done
1934
1935 # If the user did not use the arguments to specify the items to instantiate,
1936 # then the envvar interface is used.  Set only those that are not.
1937 # We use the long form for the default assignment because of an extremely
1938 # bizarre bug on SunOS 4.1.3.
1939 if $ac_need_defaults; then
1940   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1941 fi
1942
1943 # Have a temporary directory for convenience.  Make it in the build tree
1944 # simply because there is no reason to put it here, and in addition,
1945 # creating and moving files from /tmp can sometimes cause problems.
1946 # Create a temporary directory, and hook for its removal unless debugging.
1947 $debug ||
1948 {
1949   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
1950   trap '{ (exit 1); exit 1; }' 1 2 13 15
1951 }
1952
1953 # Create a (secure) tmp directory for tmp files.
1954
1955 {
1956   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
1957   test -n "$tmp" && test -d "$tmp"
1958 }  ||
1959 {
1960   tmp=./confstat$$-$RANDOM
1961   (umask 077 && mkdir $tmp)
1962 } ||
1963 {
1964    echo "$me: cannot create a temporary directory in ." >&2
1965    { (exit 1); exit 1; }
1966 }
1967
1968 _ACEOF
1969
1970 cat >>$CONFIG_STATUS <<_ACEOF
1971
1972 #
1973 # CONFIG_FILES section.
1974 #
1975
1976 # No need to generate the scripts if there are no CONFIG_FILES.
1977 # This happens for instance when ./config.status config.h
1978 if test -n "\$CONFIG_FILES"; then
1979   # Protect against being on the right side of a sed subst in config.status.
1980   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
1981    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
1982 s,@SHELL@,$SHELL,;t t
1983 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
1984 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
1985 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
1986 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
1987 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
1988 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
1989 s,@exec_prefix@,$exec_prefix,;t t
1990 s,@prefix@,$prefix,;t t
1991 s,@program_transform_name@,$program_transform_name,;t t
1992 s,@bindir@,$bindir,;t t
1993 s,@sbindir@,$sbindir,;t t
1994 s,@libexecdir@,$libexecdir,;t t
1995 s,@datadir@,$datadir,;t t
1996 s,@sysconfdir@,$sysconfdir,;t t
1997 s,@sharedstatedir@,$sharedstatedir,;t t
1998 s,@localstatedir@,$localstatedir,;t t
1999 s,@libdir@,$libdir,;t t
2000 s,@includedir@,$includedir,;t t
2001 s,@oldincludedir@,$oldincludedir,;t t
2002 s,@infodir@,$infodir,;t t
2003 s,@mandir@,$mandir,;t t
2004 s,@build_alias@,$build_alias,;t t
2005 s,@host_alias@,$host_alias,;t t
2006 s,@target_alias@,$target_alias,;t t
2007 s,@DEFS@,$DEFS,;t t
2008 s,@ECHO_C@,$ECHO_C,;t t
2009 s,@ECHO_N@,$ECHO_N,;t t
2010 s,@ECHO_T@,$ECHO_T,;t t
2011 s,@LIBS@,$LIBS,;t t
2012 s,@build@,$build,;t t
2013 s,@build_cpu@,$build_cpu,;t t
2014 s,@build_vendor@,$build_vendor,;t t
2015 s,@build_os@,$build_os,;t t
2016 s,@host@,$host,;t t
2017 s,@host_cpu@,$host_cpu,;t t
2018 s,@host_vendor@,$host_vendor,;t t
2019 s,@host_os@,$host_os,;t t
2020 s,@subdirs@,$subdirs,;t t
2021 s,@CONFIGDIR@,$CONFIGDIR,;t t
2022 s,@SET_MAKE@,$SET_MAKE,;t t
2023 s,@LIBOBJS@,$LIBOBJS,;t t
2024 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2025 CEOF
2026
2027 _ACEOF
2028
2029   cat >>$CONFIG_STATUS <<\_ACEOF
2030   # Split the substitutions into bite-sized pieces for seds with
2031   # small command number limits, like on Digital OSF/1 and HP-UX.
2032   ac_max_sed_lines=48
2033   ac_sed_frag=1 # Number of current file.
2034   ac_beg=1 # First line for current file.
2035   ac_end=$ac_max_sed_lines # Line after last line for current file.
2036   ac_more_lines=:
2037   ac_sed_cmds=
2038   while $ac_more_lines; do
2039     if test $ac_beg -gt 1; then
2040       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2041     else
2042       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2043     fi
2044     if test ! -s $tmp/subs.frag; then
2045       ac_more_lines=false
2046     else
2047       # The purpose of the label and of the branching condition is to
2048       # speed up the sed processing (if there are no `@' at all, there
2049       # is no need to browse any of the substitutions).
2050       # These are the two extra sed commands mentioned above.
2051       (echo ':t
2052   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2053       if test -z "$ac_sed_cmds"; then
2054         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2055       else
2056         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2057       fi
2058       ac_sed_frag=`expr $ac_sed_frag + 1`
2059       ac_beg=$ac_end
2060       ac_end=`expr $ac_end + $ac_max_sed_lines`
2061     fi
2062   done
2063   if test -z "$ac_sed_cmds"; then
2064     ac_sed_cmds=cat
2065   fi
2066 fi # test -n "$CONFIG_FILES"
2067
2068 _ACEOF
2069 cat >>$CONFIG_STATUS <<\_ACEOF
2070 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2071   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2072   case $ac_file in
2073   - | *:- | *:-:* ) # input from stdin
2074         cat >$tmp/stdin
2075         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2076         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2077   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2078         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2079   * )   ac_file_in=$ac_file.in ;;
2080   esac
2081
2082   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2083   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2084 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2085          X"$ac_file" : 'X\(//\)[^/]' \| \
2086          X"$ac_file" : 'X\(//\)$' \| \
2087          X"$ac_file" : 'X\(/\)' \| \
2088          .     : '\(.\)' 2>/dev/null ||
2089 echo X"$ac_file" |
2090     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2091           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2092           /^X\(\/\/\)$/{ s//\1/; q; }
2093           /^X\(\/\).*/{ s//\1/; q; }
2094           s/.*/./; q'`
2095   { if $as_mkdir_p; then
2096     mkdir -p "$ac_dir"
2097   else
2098     as_dir="$ac_dir"
2099     as_dirs=
2100     while test ! -d "$as_dir"; do
2101       as_dirs="$as_dir $as_dirs"
2102       as_dir=`(dirname "$as_dir") 2>/dev/null ||
2103 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2104          X"$as_dir" : 'X\(//\)[^/]' \| \
2105          X"$as_dir" : 'X\(//\)$' \| \
2106          X"$as_dir" : 'X\(/\)' \| \
2107          .     : '\(.\)' 2>/dev/null ||
2108 echo X"$as_dir" |
2109     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2110           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2111           /^X\(\/\/\)$/{ s//\1/; q; }
2112           /^X\(\/\).*/{ s//\1/; q; }
2113           s/.*/./; q'`
2114     done
2115     test ! -n "$as_dirs" || mkdir $as_dirs
2116   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2117 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2118    { (exit 1); exit 1; }; }; }
2119
2120   ac_builddir=.
2121
2122 if test "$ac_dir" != .; then
2123   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2124   # A "../" for each directory in $ac_dir_suffix.
2125   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2126 else
2127   ac_dir_suffix= ac_top_builddir=
2128 fi
2129
2130 case $srcdir in
2131   .)  # No --srcdir option.  We are building in place.
2132     ac_srcdir=.
2133     if test -z "$ac_top_builddir"; then
2134        ac_top_srcdir=.
2135     else
2136        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2137     fi ;;
2138   [\\/]* | ?:[\\/]* )  # Absolute path.
2139     ac_srcdir=$srcdir$ac_dir_suffix;
2140     ac_top_srcdir=$srcdir ;;
2141   *) # Relative path.
2142     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2143     ac_top_srcdir=$ac_top_builddir$srcdir ;;
2144 esac
2145
2146 # Do not use `cd foo && pwd` to compute absolute paths, because
2147 # the directories may not exist.
2148 case `pwd` in
2149 .) ac_abs_builddir="$ac_dir";;
2150 *)
2151   case "$ac_dir" in
2152   .) ac_abs_builddir=`pwd`;;
2153   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2154   *) ac_abs_builddir=`pwd`/"$ac_dir";;
2155   esac;;
2156 esac
2157 case $ac_abs_builddir in
2158 .) ac_abs_top_builddir=${ac_top_builddir}.;;
2159 *)
2160   case ${ac_top_builddir}. in
2161   .) ac_abs_top_builddir=$ac_abs_builddir;;
2162   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2163   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2164   esac;;
2165 esac
2166 case $ac_abs_builddir in
2167 .) ac_abs_srcdir=$ac_srcdir;;
2168 *)
2169   case $ac_srcdir in
2170   .) ac_abs_srcdir=$ac_abs_builddir;;
2171   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2172   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2173   esac;;
2174 esac
2175 case $ac_abs_builddir in
2176 .) ac_abs_top_srcdir=$ac_top_srcdir;;
2177 *)
2178   case $ac_top_srcdir in
2179   .) ac_abs_top_srcdir=$ac_abs_builddir;;
2180   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2181   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2182   esac;;
2183 esac
2184
2185
2186
2187   if test x"$ac_file" != x-; then
2188     { echo "$as_me:$LINENO: creating $ac_file" >&5
2189 echo "$as_me: creating $ac_file" >&6;}
2190     rm -f "$ac_file"
2191   fi
2192   # Let's still pretend it is `configure' which instantiates (i.e., don't
2193   # use $as_me), people would be surprised to read:
2194   #    /* config.h.  Generated by config.status.  */
2195   if test x"$ac_file" = x-; then
2196     configure_input=
2197   else
2198     configure_input="$ac_file.  "
2199   fi
2200   configure_input=$configure_input"Generated from `echo $ac_file_in |
2201                                      sed 's,.*/,,'` by configure."
2202
2203   # First look for the input files in the build tree, otherwise in the
2204   # src tree.
2205   ac_file_inputs=`IFS=:
2206     for f in $ac_file_in; do
2207       case $f in
2208       -) echo $tmp/stdin ;;
2209       [\\/$]*)
2210          # Absolute (can't be DOS-style, as IFS=:)
2211          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2212 echo "$as_me: error: cannot find input file: $f" >&2;}
2213    { (exit 1); exit 1; }; }
2214          echo "$f";;
2215       *) # Relative
2216          if test -f "$f"; then
2217            # Build tree
2218            echo "$f"
2219          elif test -f "$srcdir/$f"; then
2220            # Source tree
2221            echo "$srcdir/$f"
2222          else
2223            # /dev/null tree
2224            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2225 echo "$as_me: error: cannot find input file: $f" >&2;}
2226    { (exit 1); exit 1; }; }
2227          fi;;
2228       esac
2229     done` || { (exit 1); exit 1; }
2230 _ACEOF
2231 cat >>$CONFIG_STATUS <<_ACEOF
2232   sed "$ac_vpsub
2233 $extrasub
2234 _ACEOF
2235 cat >>$CONFIG_STATUS <<\_ACEOF
2236 :t
2237 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2238 s,@configure_input@,$configure_input,;t t
2239 s,@srcdir@,$ac_srcdir,;t t
2240 s,@abs_srcdir@,$ac_abs_srcdir,;t t
2241 s,@top_srcdir@,$ac_top_srcdir,;t t
2242 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2243 s,@builddir@,$ac_builddir,;t t
2244 s,@abs_builddir@,$ac_abs_builddir,;t t
2245 s,@top_builddir@,$ac_top_builddir,;t t
2246 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2247 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2248   rm -f $tmp/stdin
2249   if test x"$ac_file" != x-; then
2250     mv $tmp/out $ac_file
2251   else
2252     cat $tmp/out
2253     rm -f $tmp/out
2254   fi
2255
2256 done
2257 _ACEOF
2258
2259 cat >>$CONFIG_STATUS <<\_ACEOF
2260
2261 { (exit 0); exit 0; }
2262 _ACEOF
2263 chmod +x $CONFIG_STATUS
2264 ac_clean_files=$ac_clean_files_save
2265
2266
2267 # configure is writing to config.log, and then calls config.status.
2268 # config.status does its own redirection, appending to config.log.
2269 # Unfortunately, on DOS this fails, as config.log is still kept open
2270 # by configure, so config.status won't be able to write to it; its
2271 # output is simply discarded.  So we exec the FD to /dev/null,
2272 # effectively closing config.log, so it can be properly (re)opened and
2273 # appended to by config.status.  When coming back to configure, we
2274 # need to make the FD available again.
2275 if test "$no_create" != yes; then
2276   ac_cs_success=:
2277   ac_config_status_args=
2278   test "$silent" = yes &&
2279     ac_config_status_args="$ac_config_status_args --quiet"
2280   exec 5>/dev/null
2281   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2282   exec 5>>config.log
2283   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2284   # would make configure fail if this is the last instruction.
2285   $ac_cs_success || { (exit 1); exit 1; }
2286 fi
2287
2288 #
2289 # CONFIG_SUBDIRS section.
2290 #
2291 if test "$no_recursion" != yes; then
2292
2293   # Remove --cache-file and --srcdir arguments so they do not pile up.
2294   ac_sub_configure_args=
2295   ac_prev=
2296   for ac_arg in $ac_configure_args; do
2297     if test -n "$ac_prev"; then
2298       ac_prev=
2299       continue
2300     fi
2301     case $ac_arg in
2302     -cache-file | --cache-file | --cache-fil | --cache-fi \
2303     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2304       ac_prev=cache_file ;;
2305     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2306     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
2307     | --c=*)
2308       ;;
2309     --config-cache | -C)
2310       ;;
2311     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2312       ac_prev=srcdir ;;
2313     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2314       ;;
2315     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2316       ac_prev=prefix ;;
2317     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2318       ;;
2319     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
2320     esac
2321   done
2322
2323   # Always prepend --prefix to ensure using the same prefix
2324   # in subdir configurations.
2325   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
2326
2327   ac_popdir=`pwd`
2328   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
2329
2330     # Do not complain, so a configure script can configure whichever
2331     # parts of a large source tree are present.
2332     test -d $srcdir/$ac_dir || continue
2333
2334     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
2335 echo "$as_me: configuring in $ac_dir" >&6;}
2336     { if $as_mkdir_p; then
2337     mkdir -p "$ac_dir"
2338   else
2339     as_dir="$ac_dir"
2340     as_dirs=
2341     while test ! -d "$as_dir"; do
2342       as_dirs="$as_dir $as_dirs"
2343       as_dir=`(dirname "$as_dir") 2>/dev/null ||
2344 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2345          X"$as_dir" : 'X\(//\)[^/]' \| \
2346          X"$as_dir" : 'X\(//\)$' \| \
2347          X"$as_dir" : 'X\(/\)' \| \
2348          .     : '\(.\)' 2>/dev/null ||
2349 echo X"$as_dir" |
2350     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2351           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2352           /^X\(\/\/\)$/{ s//\1/; q; }
2353           /^X\(\/\).*/{ s//\1/; q; }
2354           s/.*/./; q'`
2355     done
2356     test ! -n "$as_dirs" || mkdir $as_dirs
2357   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2358 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2359    { (exit 1); exit 1; }; }; }
2360
2361     ac_builddir=.
2362
2363 if test "$ac_dir" != .; then
2364   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2365   # A "../" for each directory in $ac_dir_suffix.
2366   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2367 else
2368   ac_dir_suffix= ac_top_builddir=
2369 fi
2370
2371 case $srcdir in
2372   .)  # No --srcdir option.  We are building in place.
2373     ac_srcdir=.
2374     if test -z "$ac_top_builddir"; then
2375        ac_top_srcdir=.
2376     else
2377        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2378     fi ;;
2379   [\\/]* | ?:[\\/]* )  # Absolute path.
2380     ac_srcdir=$srcdir$ac_dir_suffix;
2381     ac_top_srcdir=$srcdir ;;
2382   *) # Relative path.
2383     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2384     ac_top_srcdir=$ac_top_builddir$srcdir ;;
2385 esac
2386
2387 # Do not use `cd foo && pwd` to compute absolute paths, because
2388 # the directories may not exist.
2389 case `pwd` in
2390 .) ac_abs_builddir="$ac_dir";;
2391 *)
2392   case "$ac_dir" in
2393   .) ac_abs_builddir=`pwd`;;
2394   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2395   *) ac_abs_builddir=`pwd`/"$ac_dir";;
2396   esac;;
2397 esac
2398 case $ac_abs_builddir in
2399 .) ac_abs_top_builddir=${ac_top_builddir}.;;
2400 *)
2401   case ${ac_top_builddir}. in
2402   .) ac_abs_top_builddir=$ac_abs_builddir;;
2403   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2404   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2405   esac;;
2406 esac
2407 case $ac_abs_builddir in
2408 .) ac_abs_srcdir=$ac_srcdir;;
2409 *)
2410   case $ac_srcdir in
2411   .) ac_abs_srcdir=$ac_abs_builddir;;
2412   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2413   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2414   esac;;
2415 esac
2416 case $ac_abs_builddir in
2417 .) ac_abs_top_srcdir=$ac_top_srcdir;;
2418 *)
2419   case $ac_top_srcdir in
2420   .) ac_abs_top_srcdir=$ac_abs_builddir;;
2421   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2422   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2423   esac;;
2424 esac
2425
2426
2427     cd $ac_dir
2428
2429     # Check for guested configure; otherwise get Cygnus style configure.
2430     if test -f $ac_srcdir/configure.gnu; then
2431       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
2432     elif test -f $ac_srcdir/configure; then
2433       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
2434     elif test -f $ac_srcdir/configure.in; then
2435       ac_sub_configure=$ac_configure
2436     else
2437       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
2438 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
2439       ac_sub_configure=
2440     fi
2441
2442     # The recursion is here.
2443     if test -n "$ac_sub_configure"; then
2444       # Make the cache file name correct relative to the subdirectory.
2445       case $cache_file in
2446       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
2447       *) # Relative path.
2448         ac_sub_cache_file=$ac_top_builddir$cache_file ;;
2449       esac
2450
2451       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
2452 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
2453       # The eval makes quoting arguments work.
2454       eval $ac_sub_configure $ac_sub_configure_args \
2455            --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
2456         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
2457 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
2458    { (exit 1); exit 1; }; }
2459     fi
2460
2461     cd $ac_popdir
2462   done
2463 fi
2464
2465