OSDN Git Service

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