OSDN Git Service

newlib:
[pf3gnuchains/pf3gnuchains3x.git] / libgloss / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for libgloss LIBGLOSS_VERSION.
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='libgloss'
269 PACKAGE_TARNAME='libgloss'
270 PACKAGE_VERSION='LIBGLOSS_VERSION'
271 PACKAGE_STRING='libgloss LIBGLOSS_VERSION'
272 PACKAGE_BUGREPORT=''
273
274 ac_unique_file="libnosys"
275 ac_subdirs_all="$ac_subdirs_all doc"
276 ac_subdirs_all="$ac_subdirs_all i386"
277 ac_subdirs_all="$ac_subdirs_all m32r"
278 ac_subdirs_all="$ac_subdirs_all m68hc11"
279 ac_subdirs_all="$ac_subdirs_all m68k"
280 ac_subdirs_all="$ac_subdirs_all pa"
281 ac_subdirs_all="$ac_subdirs_all i960"
282 ac_subdirs_all="$ac_subdirs_all sparc"
283 ac_subdirs_all="$ac_subdirs_all wince"
284 ac_subdirs_all="$ac_subdirs_all mips"
285 ac_subdirs_all="$ac_subdirs_all rs6000"
286 ac_subdirs_all="$ac_subdirs_all mn10200"
287 ac_subdirs_all="$ac_subdirs_all mn10300"
288 ac_subdirs_all="$ac_subdirs_all bfin"
289 ac_subdirs_all="$ac_subdirs_all cris"
290 ac_subdirs_all="$ac_subdirs_all crx"
291 ac_subdirs_all="$ac_subdirs_all d30v"
292 ac_subdirs_all="$ac_subdirs_all fr30"
293 ac_subdirs_all="$ac_subdirs_all frv"
294 ac_subdirs_all="$ac_subdirs_all lm32"
295 ac_subdirs_all="$ac_subdirs_all mcore"
296 ac_subdirs_all="$ac_subdirs_all mep"
297 ac_subdirs_all="$ac_subdirs_all moxie"
298 ac_subdirs_all="$ac_subdirs_all mt"
299 ac_subdirs_all="$ac_subdirs_all xstormy16"
300 ac_subdirs_all="$ac_subdirs_all m32c"
301 ac_subdirs_all="$ac_subdirs_all rx"
302 ac_subdirs_all="$ac_subdirs_all arm"
303 ac_subdirs_all="$ac_subdirs_all spu"
304 ac_subdirs_all="$ac_subdirs_all iq2000"
305 ac_subdirs_all="$ac_subdirs_all libnosys"
306 ac_subdirs_all="$ac_subdirs_all microblaze"
307 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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar subdirs CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS AR LD RANLIB ac_ct_RANLIB CCAS CCASFLAGS host_makefile_frag_path LIBOBJS LTLIBOBJS'
308 ac_subst_files='host_makefile_frag'
309
310 # Initialize some variables set by options.
311 ac_init_help=
312 ac_init_version=false
313 # The variables have the same names as the options, with
314 # dashes changed to underlines.
315 cache_file=/dev/null
316 exec_prefix=NONE
317 no_create=
318 no_recursion=
319 prefix=NONE
320 program_prefix=NONE
321 program_suffix=NONE
322 program_transform_name=s,x,x,
323 silent=
324 site=
325 srcdir=
326 verbose=
327 x_includes=NONE
328 x_libraries=NONE
329
330 # Installation directory options.
331 # These are left unexpanded so users can "make install exec_prefix=/foo"
332 # and all the variables that are supposed to be based on exec_prefix
333 # by default will actually change.
334 # Use braces instead of parens because sh, perl, etc. also accept them.
335 bindir='${exec_prefix}/bin'
336 sbindir='${exec_prefix}/sbin'
337 libexecdir='${exec_prefix}/libexec'
338 datadir='${prefix}/share'
339 sysconfdir='${prefix}/etc'
340 sharedstatedir='${prefix}/com'
341 localstatedir='${prefix}/var'
342 libdir='${exec_prefix}/lib'
343 includedir='${prefix}/include'
344 oldincludedir='/usr/include'
345 infodir='${prefix}/info'
346 mandir='${prefix}/man'
347
348 ac_prev=
349 for ac_option
350 do
351   # If the previous option needs an argument, assign it.
352   if test -n "$ac_prev"; then
353     eval "$ac_prev=\$ac_option"
354     ac_prev=
355     continue
356   fi
357
358   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
359
360   # Accept the important Cygnus configure options, so we can diagnose typos.
361
362   case $ac_option in
363
364   -bindir | --bindir | --bindi | --bind | --bin | --bi)
365     ac_prev=bindir ;;
366   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
367     bindir=$ac_optarg ;;
368
369   -build | --build | --buil | --bui | --bu)
370     ac_prev=build_alias ;;
371   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
372     build_alias=$ac_optarg ;;
373
374   -cache-file | --cache-file | --cache-fil | --cache-fi \
375   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
376     ac_prev=cache_file ;;
377   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
378   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
379     cache_file=$ac_optarg ;;
380
381   --config-cache | -C)
382     cache_file=config.cache ;;
383
384   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
385     ac_prev=datadir ;;
386   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
387   | --da=*)
388     datadir=$ac_optarg ;;
389
390   -disable-* | --disable-*)
391     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
392     # Reject names that are not valid shell variable names.
393     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
394       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
395    { (exit 1); exit 1; }; }
396     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
397     eval "enable_$ac_feature=no" ;;
398
399   -enable-* | --enable-*)
400     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
401     # Reject names that are not valid shell variable names.
402     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404    { (exit 1); exit 1; }; }
405     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406     case $ac_option in
407       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
408       *) ac_optarg=yes ;;
409     esac
410     eval "enable_$ac_feature='$ac_optarg'" ;;
411
412   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
413   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
414   | --exec | --exe | --ex)
415     ac_prev=exec_prefix ;;
416   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
417   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
418   | --exec=* | --exe=* | --ex=*)
419     exec_prefix=$ac_optarg ;;
420
421   -gas | --gas | --ga | --g)
422     # Obsolete; use --with-gas.
423     with_gas=yes ;;
424
425   -help | --help | --hel | --he | -h)
426     ac_init_help=long ;;
427   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
428     ac_init_help=recursive ;;
429   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
430     ac_init_help=short ;;
431
432   -host | --host | --hos | --ho)
433     ac_prev=host_alias ;;
434   -host=* | --host=* | --hos=* | --ho=*)
435     host_alias=$ac_optarg ;;
436
437   -includedir | --includedir | --includedi | --included | --include \
438   | --includ | --inclu | --incl | --inc)
439     ac_prev=includedir ;;
440   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
441   | --includ=* | --inclu=* | --incl=* | --inc=*)
442     includedir=$ac_optarg ;;
443
444   -infodir | --infodir | --infodi | --infod | --info | --inf)
445     ac_prev=infodir ;;
446   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
447     infodir=$ac_optarg ;;
448
449   -libdir | --libdir | --libdi | --libd)
450     ac_prev=libdir ;;
451   -libdir=* | --libdir=* | --libdi=* | --libd=*)
452     libdir=$ac_optarg ;;
453
454   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
455   | --libexe | --libex | --libe)
456     ac_prev=libexecdir ;;
457   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
458   | --libexe=* | --libex=* | --libe=*)
459     libexecdir=$ac_optarg ;;
460
461   -localstatedir | --localstatedir | --localstatedi | --localstated \
462   | --localstate | --localstat | --localsta | --localst \
463   | --locals | --local | --loca | --loc | --lo)
464     ac_prev=localstatedir ;;
465   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
466   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
467   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
468     localstatedir=$ac_optarg ;;
469
470   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
471     ac_prev=mandir ;;
472   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
473     mandir=$ac_optarg ;;
474
475   -nfp | --nfp | --nf)
476     # Obsolete; use --without-fp.
477     with_fp=no ;;
478
479   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
480   | --no-cr | --no-c | -n)
481     no_create=yes ;;
482
483   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
484   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
485     no_recursion=yes ;;
486
487   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
488   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
489   | --oldin | --oldi | --old | --ol | --o)
490     ac_prev=oldincludedir ;;
491   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
492   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
493   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
494     oldincludedir=$ac_optarg ;;
495
496   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
497     ac_prev=prefix ;;
498   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
499     prefix=$ac_optarg ;;
500
501   -program-prefix | --program-prefix | --program-prefi | --program-pref \
502   | --program-pre | --program-pr | --program-p)
503     ac_prev=program_prefix ;;
504   -program-prefix=* | --program-prefix=* | --program-prefi=* \
505   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
506     program_prefix=$ac_optarg ;;
507
508   -program-suffix | --program-suffix | --program-suffi | --program-suff \
509   | --program-suf | --program-su | --program-s)
510     ac_prev=program_suffix ;;
511   -program-suffix=* | --program-suffix=* | --program-suffi=* \
512   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
513     program_suffix=$ac_optarg ;;
514
515   -program-transform-name | --program-transform-name \
516   | --program-transform-nam | --program-transform-na \
517   | --program-transform-n | --program-transform- \
518   | --program-transform | --program-transfor \
519   | --program-transfo | --program-transf \
520   | --program-trans | --program-tran \
521   | --progr-tra | --program-tr | --program-t)
522     ac_prev=program_transform_name ;;
523   -program-transform-name=* | --program-transform-name=* \
524   | --program-transform-nam=* | --program-transform-na=* \
525   | --program-transform-n=* | --program-transform-=* \
526   | --program-transform=* | --program-transfor=* \
527   | --program-transfo=* | --program-transf=* \
528   | --program-trans=* | --program-tran=* \
529   | --progr-tra=* | --program-tr=* | --program-t=*)
530     program_transform_name=$ac_optarg ;;
531
532   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
533   | -silent | --silent | --silen | --sile | --sil)
534     silent=yes ;;
535
536   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
537     ac_prev=sbindir ;;
538   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
539   | --sbi=* | --sb=*)
540     sbindir=$ac_optarg ;;
541
542   -sharedstatedir | --sharedstatedir | --sharedstatedi \
543   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
544   | --sharedst | --shareds | --shared | --share | --shar \
545   | --sha | --sh)
546     ac_prev=sharedstatedir ;;
547   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
548   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
549   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
550   | --sha=* | --sh=*)
551     sharedstatedir=$ac_optarg ;;
552
553   -site | --site | --sit)
554     ac_prev=site ;;
555   -site=* | --site=* | --sit=*)
556     site=$ac_optarg ;;
557
558   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
559     ac_prev=srcdir ;;
560   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
561     srcdir=$ac_optarg ;;
562
563   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
564   | --syscon | --sysco | --sysc | --sys | --sy)
565     ac_prev=sysconfdir ;;
566   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
567   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
568     sysconfdir=$ac_optarg ;;
569
570   -target | --target | --targe | --targ | --tar | --ta | --t)
571     ac_prev=target_alias ;;
572   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
573     target_alias=$ac_optarg ;;
574
575   -v | -verbose | --verbose | --verbos | --verbo | --verb)
576     verbose=yes ;;
577
578   -version | --version | --versio | --versi | --vers | -V)
579     ac_init_version=: ;;
580
581   -with-* | --with-*)
582     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
583     # Reject names that are not valid shell variable names.
584     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
585       { echo "$as_me: error: invalid package name: $ac_package" >&2
586    { (exit 1); exit 1; }; }
587     ac_package=`echo $ac_package| sed 's/-/_/g'`
588     case $ac_option in
589       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
590       *) ac_optarg=yes ;;
591     esac
592     eval "with_$ac_package='$ac_optarg'" ;;
593
594   -without-* | --without-*)
595     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
596     # Reject names that are not valid shell variable names.
597     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
598       { echo "$as_me: error: invalid package name: $ac_package" >&2
599    { (exit 1); exit 1; }; }
600     ac_package=`echo $ac_package | sed 's/-/_/g'`
601     eval "with_$ac_package=no" ;;
602
603   --x)
604     # Obsolete; use --with-x.
605     with_x=yes ;;
606
607   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
608   | --x-incl | --x-inc | --x-in | --x-i)
609     ac_prev=x_includes ;;
610   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
611   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
612     x_includes=$ac_optarg ;;
613
614   -x-libraries | --x-libraries | --x-librarie | --x-librari \
615   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
616     ac_prev=x_libraries ;;
617   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
618   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
619     x_libraries=$ac_optarg ;;
620
621   -*) { echo "$as_me: error: unrecognized option: $ac_option
622 Try \`$0 --help' for more information." >&2
623    { (exit 1); exit 1; }; }
624     ;;
625
626   *=*)
627     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
628     # Reject names that are not valid shell variable names.
629     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
630       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
631    { (exit 1); exit 1; }; }
632     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
633     eval "$ac_envvar='$ac_optarg'"
634     export $ac_envvar ;;
635
636   *)
637     # FIXME: should be removed in autoconf 3.0.
638     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
639     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
640       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
641     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
642     ;;
643
644   esac
645 done
646
647 if test -n "$ac_prev"; then
648   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
649   { echo "$as_me: error: missing argument to $ac_option" >&2
650    { (exit 1); exit 1; }; }
651 fi
652
653 # Be sure to have absolute paths.
654 for ac_var in exec_prefix prefix
655 do
656   eval ac_val=$`echo $ac_var`
657   case $ac_val in
658     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
659     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
660    { (exit 1); exit 1; }; };;
661   esac
662 done
663
664 # Be sure to have absolute paths.
665 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
666               localstatedir libdir includedir oldincludedir infodir mandir
667 do
668   eval ac_val=$`echo $ac_var`
669   case $ac_val in
670     [\\/$]* | ?:[\\/]* ) ;;
671     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
672    { (exit 1); exit 1; }; };;
673   esac
674 done
675
676 # There might be people who depend on the old broken behavior: `$host'
677 # used to hold the argument of --host etc.
678 # FIXME: To remove some day.
679 build=$build_alias
680 host=$host_alias
681 target=$target_alias
682
683 # FIXME: To remove some day.
684 if test "x$host_alias" != x; then
685   if test "x$build_alias" = x; then
686     cross_compiling=maybe
687     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
688     If a cross compiler is detected then cross compile mode will be used." >&2
689   elif test "x$build_alias" != "x$host_alias"; then
690     cross_compiling=yes
691   fi
692 fi
693
694 ac_tool_prefix=
695 test -n "$host_alias" && ac_tool_prefix=$host_alias-
696
697 test "$silent" = yes && exec 6>/dev/null
698
699
700 # Find the source files, if location was not specified.
701 if test -z "$srcdir"; then
702   ac_srcdir_defaulted=yes
703   # Try the directory containing this script, then its parent.
704   ac_confdir=`(dirname "$0") 2>/dev/null ||
705 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
706          X"$0" : 'X\(//\)[^/]' \| \
707          X"$0" : 'X\(//\)$' \| \
708          X"$0" : 'X\(/\)' \| \
709          .     : '\(.\)' 2>/dev/null ||
710 echo X"$0" |
711     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
712           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
713           /^X\(\/\/\)$/{ s//\1/; q; }
714           /^X\(\/\).*/{ s//\1/; q; }
715           s/.*/./; q'`
716   srcdir=$ac_confdir
717   if test ! -r $srcdir/$ac_unique_file; then
718     srcdir=..
719   fi
720 else
721   ac_srcdir_defaulted=no
722 fi
723 if test ! -r $srcdir/$ac_unique_file; then
724   if test "$ac_srcdir_defaulted" = yes; then
725     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
726    { (exit 1); exit 1; }; }
727   else
728     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
729    { (exit 1); exit 1; }; }
730   fi
731 fi
732 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
733   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
734    { (exit 1); exit 1; }; }
735 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
736 ac_env_build_alias_set=${build_alias+set}
737 ac_env_build_alias_value=$build_alias
738 ac_cv_env_build_alias_set=${build_alias+set}
739 ac_cv_env_build_alias_value=$build_alias
740 ac_env_host_alias_set=${host_alias+set}
741 ac_env_host_alias_value=$host_alias
742 ac_cv_env_host_alias_set=${host_alias+set}
743 ac_cv_env_host_alias_value=$host_alias
744 ac_env_target_alias_set=${target_alias+set}
745 ac_env_target_alias_value=$target_alias
746 ac_cv_env_target_alias_set=${target_alias+set}
747 ac_cv_env_target_alias_value=$target_alias
748 ac_env_CCAS_set=${CCAS+set}
749 ac_env_CCAS_value=$CCAS
750 ac_cv_env_CCAS_set=${CCAS+set}
751 ac_cv_env_CCAS_value=$CCAS
752 ac_env_CCASFLAGS_set=${CCASFLAGS+set}
753 ac_env_CCASFLAGS_value=$CCASFLAGS
754 ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
755 ac_cv_env_CCASFLAGS_value=$CCASFLAGS
756
757 #
758 # Report the --help message.
759 #
760 if test "$ac_init_help" = "long"; then
761   # Omit some internal or obsolete options to make the list less imposing.
762   # This message is too long to be a string in the A/UX 3.1 sh.
763   cat <<_ACEOF
764 \`configure' configures libgloss LIBGLOSS_VERSION to adapt to many kinds of systems.
765
766 Usage: $0 [OPTION]... [VAR=VALUE]...
767
768 To assign environment variables (e.g., CC, CFLAGS...), specify them as
769 VAR=VALUE.  See below for descriptions of some of the useful variables.
770
771 Defaults for the options are specified in brackets.
772
773 Configuration:
774   -h, --help              display this help and exit
775       --help=short        display options specific to this package
776       --help=recursive    display the short help of all the included packages
777   -V, --version           display version information and exit
778   -q, --quiet, --silent   do not print \`checking...' messages
779       --cache-file=FILE   cache test results in FILE [disabled]
780   -C, --config-cache      alias for \`--cache-file=config.cache'
781   -n, --no-create         do not create output files
782       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
783
784 _ACEOF
785
786   cat <<_ACEOF
787 Installation directories:
788   --prefix=PREFIX         install architecture-independent files in PREFIX
789                           [$ac_default_prefix]
790   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
791                           [PREFIX]
792
793 By default, \`make install' will install all the files in
794 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
795 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
796 for instance \`--prefix=\$HOME'.
797
798 For better control, use the options below.
799
800 Fine tuning of the installation directories:
801   --bindir=DIR           user executables [EPREFIX/bin]
802   --sbindir=DIR          system admin executables [EPREFIX/sbin]
803   --libexecdir=DIR       program executables [EPREFIX/libexec]
804   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
805   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
806   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
807   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
808   --libdir=DIR           object code libraries [EPREFIX/lib]
809   --includedir=DIR       C header files [PREFIX/include]
810   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
811   --infodir=DIR          info documentation [PREFIX/info]
812   --mandir=DIR           man documentation [PREFIX/man]
813 _ACEOF
814
815   cat <<\_ACEOF
816
817 Program names:
818   --program-prefix=PREFIX            prepend PREFIX to installed program names
819   --program-suffix=SUFFIX            append SUFFIX to installed program names
820   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
821
822 System types:
823   --build=BUILD     configure for building on BUILD [guessed]
824   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
825   --target=TARGET   configure for building compilers for TARGET [HOST]
826 _ACEOF
827 fi
828
829 if test -n "$ac_init_help"; then
830   case $ac_init_help in
831      short | recursive ) echo "Configuration of libgloss LIBGLOSS_VERSION:";;
832    esac
833   cat <<\_ACEOF
834
835 Optional Features:
836   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
837   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
838   --disable-dependency-tracking  speeds up one-time build
839   --enable-dependency-tracking   do not reject slow dependency extractors
840
841 Some influential environment variables:
842   CCAS        assembler compiler command (defaults to CC)
843   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
844
845 Use these variables to override the choices made by `configure' or to help
846 it to find libraries and programs with nonstandard names/locations.
847
848 _ACEOF
849 fi
850
851 if test "$ac_init_help" = "recursive"; then
852   # If there are subdirs, report their specific --help.
853   ac_popdir=`pwd`
854   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
855     test -d $ac_dir || continue
856     ac_builddir=.
857
858 if test "$ac_dir" != .; then
859   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
860   # A "../" for each directory in $ac_dir_suffix.
861   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
862 else
863   ac_dir_suffix= ac_top_builddir=
864 fi
865
866 case $srcdir in
867   .)  # No --srcdir option.  We are building in place.
868     ac_srcdir=.
869     if test -z "$ac_top_builddir"; then
870        ac_top_srcdir=.
871     else
872        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
873     fi ;;
874   [\\/]* | ?:[\\/]* )  # Absolute path.
875     ac_srcdir=$srcdir$ac_dir_suffix;
876     ac_top_srcdir=$srcdir ;;
877   *) # Relative path.
878     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
879     ac_top_srcdir=$ac_top_builddir$srcdir ;;
880 esac
881
882 # Do not use `cd foo && pwd` to compute absolute paths, because
883 # the directories may not exist.
884 case `pwd` in
885 .) ac_abs_builddir="$ac_dir";;
886 *)
887   case "$ac_dir" in
888   .) ac_abs_builddir=`pwd`;;
889   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
890   *) ac_abs_builddir=`pwd`/"$ac_dir";;
891   esac;;
892 esac
893 case $ac_abs_builddir in
894 .) ac_abs_top_builddir=${ac_top_builddir}.;;
895 *)
896   case ${ac_top_builddir}. in
897   .) ac_abs_top_builddir=$ac_abs_builddir;;
898   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
899   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
900   esac;;
901 esac
902 case $ac_abs_builddir in
903 .) ac_abs_srcdir=$ac_srcdir;;
904 *)
905   case $ac_srcdir in
906   .) ac_abs_srcdir=$ac_abs_builddir;;
907   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
908   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
909   esac;;
910 esac
911 case $ac_abs_builddir in
912 .) ac_abs_top_srcdir=$ac_top_srcdir;;
913 *)
914   case $ac_top_srcdir in
915   .) ac_abs_top_srcdir=$ac_abs_builddir;;
916   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
917   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
918   esac;;
919 esac
920
921     cd $ac_dir
922     # Check for guested configure; otherwise get Cygnus style configure.
923     if test -f $ac_srcdir/configure.gnu; then
924       echo
925       $SHELL $ac_srcdir/configure.gnu  --help=recursive
926     elif test -f $ac_srcdir/configure; then
927       echo
928       $SHELL $ac_srcdir/configure  --help=recursive
929     elif test -f $ac_srcdir/configure.ac ||
930            test -f $ac_srcdir/configure.in; then
931       echo
932       $ac_configure --help
933     else
934       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
935     fi
936     cd $ac_popdir
937   done
938 fi
939
940 test -n "$ac_init_help" && exit 0
941 if $ac_init_version; then
942   cat <<\_ACEOF
943 libgloss configure LIBGLOSS_VERSION
944 generated by GNU Autoconf 2.59
945
946 Copyright (C) 2003 Free Software Foundation, Inc.
947 This configure script is free software; the Free Software Foundation
948 gives unlimited permission to copy, distribute and modify it.
949 _ACEOF
950   exit 0
951 fi
952 exec 5>config.log
953 cat >&5 <<_ACEOF
954 This file contains any messages produced by compilers while
955 running configure, to aid debugging if configure makes a mistake.
956
957 It was created by libgloss $as_me LIBGLOSS_VERSION, which was
958 generated by GNU Autoconf 2.59.  Invocation command line was
959
960   $ $0 $@
961
962 _ACEOF
963 {
964 cat <<_ASUNAME
965 ## --------- ##
966 ## Platform. ##
967 ## --------- ##
968
969 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
970 uname -m = `(uname -m) 2>/dev/null || echo unknown`
971 uname -r = `(uname -r) 2>/dev/null || echo unknown`
972 uname -s = `(uname -s) 2>/dev/null || echo unknown`
973 uname -v = `(uname -v) 2>/dev/null || echo unknown`
974
975 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
976 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
977
978 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
979 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
980 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
981 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
982 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
983 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
984 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
985
986 _ASUNAME
987
988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
989 for as_dir in $PATH
990 do
991   IFS=$as_save_IFS
992   test -z "$as_dir" && as_dir=.
993   echo "PATH: $as_dir"
994 done
995
996 } >&5
997
998 cat >&5 <<_ACEOF
999
1000
1001 ## ----------- ##
1002 ## Core tests. ##
1003 ## ----------- ##
1004
1005 _ACEOF
1006
1007
1008 # Keep a trace of the command line.
1009 # Strip out --no-create and --no-recursion so they do not pile up.
1010 # Strip out --silent because we don't want to record it for future runs.
1011 # Also quote any args containing shell meta-characters.
1012 # Make two passes to allow for proper duplicate-argument suppression.
1013 ac_configure_args=
1014 ac_configure_args0=
1015 ac_configure_args1=
1016 ac_sep=
1017 ac_must_keep_next=false
1018 for ac_pass in 1 2
1019 do
1020   for ac_arg
1021   do
1022     case $ac_arg in
1023     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1024     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1025     | -silent | --silent | --silen | --sile | --sil)
1026       continue ;;
1027     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1028       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1029     esac
1030     case $ac_pass in
1031     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1032     2)
1033       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1034       if test $ac_must_keep_next = true; then
1035         ac_must_keep_next=false # Got value, back to normal.
1036       else
1037         case $ac_arg in
1038           *=* | --config-cache | -C | -disable-* | --disable-* \
1039           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1040           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1041           | -with-* | --with-* | -without-* | --without-* | --x)
1042             case "$ac_configure_args0 " in
1043               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1044             esac
1045             ;;
1046           -* ) ac_must_keep_next=true ;;
1047         esac
1048       fi
1049       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1050       # Get rid of the leading space.
1051       ac_sep=" "
1052       ;;
1053     esac
1054   done
1055 done
1056 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1057 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1058
1059 # When interrupted or exit'd, cleanup temporary files, and complete
1060 # config.log.  We remove comments because anyway the quotes in there
1061 # would cause problems or look ugly.
1062 # WARNING: Be sure not to use single quotes in there, as some shells,
1063 # such as our DU 5.0 friend, will then `close' the trap.
1064 trap 'exit_status=$?
1065   # Save into config.log some information that might help in debugging.
1066   {
1067     echo
1068
1069     cat <<\_ASBOX
1070 ## ---------------- ##
1071 ## Cache variables. ##
1072 ## ---------------- ##
1073 _ASBOX
1074     echo
1075     # The following way of writing the cache mishandles newlines in values,
1076 {
1077   (set) 2>&1 |
1078     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1079     *ac_space=\ *)
1080       sed -n \
1081         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1082           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1083       ;;
1084     *)
1085       sed -n \
1086         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1087       ;;
1088     esac;
1089 }
1090     echo
1091
1092     cat <<\_ASBOX
1093 ## ----------------- ##
1094 ## Output variables. ##
1095 ## ----------------- ##
1096 _ASBOX
1097     echo
1098     for ac_var in $ac_subst_vars
1099     do
1100       eval ac_val=$`echo $ac_var`
1101       echo "$ac_var='"'"'$ac_val'"'"'"
1102     done | sort
1103     echo
1104
1105     if test -n "$ac_subst_files"; then
1106       cat <<\_ASBOX
1107 ## ------------- ##
1108 ## Output files. ##
1109 ## ------------- ##
1110 _ASBOX
1111       echo
1112       for ac_var in $ac_subst_files
1113       do
1114         eval ac_val=$`echo $ac_var`
1115         echo "$ac_var='"'"'$ac_val'"'"'"
1116       done | sort
1117       echo
1118     fi
1119
1120     if test -s confdefs.h; then
1121       cat <<\_ASBOX
1122 ## ----------- ##
1123 ## confdefs.h. ##
1124 ## ----------- ##
1125 _ASBOX
1126       echo
1127       sed "/^$/d" confdefs.h | sort
1128       echo
1129     fi
1130     test "$ac_signal" != 0 &&
1131       echo "$as_me: caught signal $ac_signal"
1132     echo "$as_me: exit $exit_status"
1133   } >&5
1134   rm -f core *.core &&
1135   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1136     exit $exit_status
1137      ' 0
1138 for ac_signal in 1 2 13 15; do
1139   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1140 done
1141 ac_signal=0
1142
1143 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1144 rm -rf conftest* confdefs.h
1145 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1146 echo >confdefs.h
1147
1148 # Predefined preprocessor variables.
1149
1150 cat >>confdefs.h <<_ACEOF
1151 #define PACKAGE_NAME "$PACKAGE_NAME"
1152 _ACEOF
1153
1154
1155 cat >>confdefs.h <<_ACEOF
1156 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1157 _ACEOF
1158
1159
1160 cat >>confdefs.h <<_ACEOF
1161 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1162 _ACEOF
1163
1164
1165 cat >>confdefs.h <<_ACEOF
1166 #define PACKAGE_STRING "$PACKAGE_STRING"
1167 _ACEOF
1168
1169
1170 cat >>confdefs.h <<_ACEOF
1171 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1172 _ACEOF
1173
1174
1175 # Let the site file select an alternate cache file if it wants to.
1176 # Prefer explicitly selected file to automatically selected ones.
1177 if test -z "$CONFIG_SITE"; then
1178   if test "x$prefix" != xNONE; then
1179     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1180   else
1181     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1182   fi
1183 fi
1184 for ac_site_file in $CONFIG_SITE; do
1185   if test -r "$ac_site_file"; then
1186     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1187 echo "$as_me: loading site script $ac_site_file" >&6;}
1188     sed 's/^/| /' "$ac_site_file" >&5
1189     . "$ac_site_file"
1190   fi
1191 done
1192
1193 if test -r "$cache_file"; then
1194   # Some versions of bash will fail to source /dev/null (special
1195   # files actually), so we avoid doing that.
1196   if test -f "$cache_file"; then
1197     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1198 echo "$as_me: loading cache $cache_file" >&6;}
1199     case $cache_file in
1200       [\\/]* | ?:[\\/]* ) . $cache_file;;
1201       *)                      . ./$cache_file;;
1202     esac
1203   fi
1204 else
1205   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1206 echo "$as_me: creating cache $cache_file" >&6;}
1207   >$cache_file
1208 fi
1209
1210 # Check that the precious variables saved in the cache have kept the same
1211 # value.
1212 ac_cache_corrupted=false
1213 for ac_var in `(set) 2>&1 |
1214                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1215   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1216   eval ac_new_set=\$ac_env_${ac_var}_set
1217   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1218   eval ac_new_val="\$ac_env_${ac_var}_value"
1219   case $ac_old_set,$ac_new_set in
1220     set,)
1221       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1222 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1223       ac_cache_corrupted=: ;;
1224     ,set)
1225       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1226 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1227       ac_cache_corrupted=: ;;
1228     ,);;
1229     *)
1230       if test "x$ac_old_val" != "x$ac_new_val"; then
1231         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1232 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1233         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1234 echo "$as_me:   former value:  $ac_old_val" >&2;}
1235         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1236 echo "$as_me:   current value: $ac_new_val" >&2;}
1237         ac_cache_corrupted=:
1238       fi;;
1239   esac
1240   # Pass precious variables to config.status.
1241   if test "$ac_new_set" = set; then
1242     case $ac_new_val in
1243     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1244       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1245     *) ac_arg=$ac_var=$ac_new_val ;;
1246     esac
1247     case " $ac_configure_args " in
1248       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1249       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1250     esac
1251   fi
1252 done
1253 if $ac_cache_corrupted; then
1254   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1255 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1256   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1257 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1258    { (exit 1); exit 1; }; }
1259 fi
1260
1261 ac_ext=c
1262 ac_cpp='$CPP $CPPFLAGS'
1263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295 if test "${enable_shared}" = "yes" ; then
1296     echo "Shared libraries not supported for cross compiling, ignored"
1297 fi
1298
1299 if test "${srcdir}" = "." ; then
1300   if test "${with_target_subdir}" != "." ; then
1301     libgloss_topdir="${srcdir}/${with_multisrctop}../.."
1302   else
1303     libgloss_topdir="${srcdir}/${with_multisrctop}.."
1304   fi
1305 else
1306   libgloss_topdir="${srcdir}/.."
1307 fi
1308 ac_aux_dir=
1309 for ac_dir in $libgloss_topdir $srcdir/$libgloss_topdir; do
1310   if test -f $ac_dir/install-sh; then
1311     ac_aux_dir=$ac_dir
1312     ac_install_sh="$ac_aux_dir/install-sh -c"
1313     break
1314   elif test -f $ac_dir/install.sh; then
1315     ac_aux_dir=$ac_dir
1316     ac_install_sh="$ac_aux_dir/install.sh -c"
1317     break
1318   elif test -f $ac_dir/shtool; then
1319     ac_aux_dir=$ac_dir
1320     ac_install_sh="$ac_aux_dir/shtool install -c"
1321     break
1322   fi
1323 done
1324 if test -z "$ac_aux_dir"; then
1325   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $libgloss_topdir $srcdir/$libgloss_topdir" >&5
1326 echo "$as_me: error: cannot find install-sh or install.sh in $libgloss_topdir $srcdir/$libgloss_topdir" >&2;}
1327    { (exit 1); exit 1; }; }
1328 fi
1329 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1330 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1331 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1332
1333
1334 # Find a good install program.  We prefer a C program (faster),
1335 # so one script is as good as another.  But avoid the broken or
1336 # incompatible versions:
1337 # SysV /etc/install, /usr/sbin/install
1338 # SunOS /usr/etc/install
1339 # IRIX /sbin/install
1340 # AIX /bin/install
1341 # AmigaOS /C/install, which installs bootblocks on floppy discs
1342 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1343 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1344 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1345 # OS/2's system install, which has a completely different semantic
1346 # ./install, which can be erroneously created by make from ./install.sh.
1347 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1348 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1349 if test -z "$INSTALL"; then
1350 if test "${ac_cv_path_install+set}" = set; then
1351   echo $ECHO_N "(cached) $ECHO_C" >&6
1352 else
1353   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1354 for as_dir in $PATH
1355 do
1356   IFS=$as_save_IFS
1357   test -z "$as_dir" && as_dir=.
1358   # Account for people who put trailing slashes in PATH elements.
1359 case $as_dir/ in
1360   ./ | .// | /cC/* | \
1361   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1362   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1363   /usr/ucb/* ) ;;
1364   *)
1365     # OSF1 and SCO ODT 3.0 have their own names for install.
1366     # Don't use installbsd from OSF since it installs stuff as root
1367     # by default.
1368     for ac_prog in ginstall scoinst install; do
1369       for ac_exec_ext in '' $ac_executable_extensions; do
1370         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1371           if test $ac_prog = install &&
1372             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1373             # AIX install.  It has an incompatible calling convention.
1374             :
1375           elif test $ac_prog = install &&
1376             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1377             # program-specific install script used by HP pwplus--don't use.
1378             :
1379           else
1380             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1381             break 3
1382           fi
1383         fi
1384       done
1385     done
1386     ;;
1387 esac
1388 done
1389
1390
1391 fi
1392   if test "${ac_cv_path_install+set}" = set; then
1393     INSTALL=$ac_cv_path_install
1394   else
1395     # As a last resort, use the slow shell script.  We don't cache a
1396     # path for INSTALL within a source directory, because that will
1397     # break other packages using the cache if that directory is
1398     # removed, or if the path is relative.
1399     INSTALL=$ac_install_sh
1400   fi
1401 fi
1402 echo "$as_me:$LINENO: result: $INSTALL" >&5
1403 echo "${ECHO_T}$INSTALL" >&6
1404
1405 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1406 # It thinks the first close brace ends the variable substitution.
1407 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1408
1409 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1410
1411 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1412
1413
1414 # Make sure we can run config.sub.
1415 $ac_config_sub sun4 >/dev/null 2>&1 ||
1416   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1417 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1418    { (exit 1); exit 1; }; }
1419
1420 echo "$as_me:$LINENO: checking build system type" >&5
1421 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1422 if test "${ac_cv_build+set}" = set; then
1423   echo $ECHO_N "(cached) $ECHO_C" >&6
1424 else
1425   ac_cv_build_alias=$build_alias
1426 test -z "$ac_cv_build_alias" &&
1427   ac_cv_build_alias=`$ac_config_guess`
1428 test -z "$ac_cv_build_alias" &&
1429   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1430 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1431    { (exit 1); exit 1; }; }
1432 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1433   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1434 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1435    { (exit 1); exit 1; }; }
1436
1437 fi
1438 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1439 echo "${ECHO_T}$ac_cv_build" >&6
1440 build=$ac_cv_build
1441 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1442 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1443 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1444
1445
1446 echo "$as_me:$LINENO: checking host system type" >&5
1447 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1448 if test "${ac_cv_host+set}" = set; then
1449   echo $ECHO_N "(cached) $ECHO_C" >&6
1450 else
1451   ac_cv_host_alias=$host_alias
1452 test -z "$ac_cv_host_alias" &&
1453   ac_cv_host_alias=$ac_cv_build_alias
1454 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1455   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1456 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1457    { (exit 1); exit 1; }; }
1458
1459 fi
1460 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1461 echo "${ECHO_T}$ac_cv_host" >&6
1462 host=$ac_cv_host
1463 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1464 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1465 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1466
1467
1468 echo "$as_me:$LINENO: checking target system type" >&5
1469 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1470 if test "${ac_cv_target+set}" = set; then
1471   echo $ECHO_N "(cached) $ECHO_C" >&6
1472 else
1473   ac_cv_target_alias=$target_alias
1474 test "x$ac_cv_target_alias" = "x" &&
1475   ac_cv_target_alias=$ac_cv_host_alias
1476 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1477   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1478 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1479    { (exit 1); exit 1; }; }
1480
1481 fi
1482 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1483 echo "${ECHO_T}$ac_cv_target" >&6
1484 target=$ac_cv_target
1485 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1486 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1487 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1488
1489
1490 # The aliases save the names the user supplied, while $host etc.
1491 # will get canonicalized.
1492 test -n "$target_alias" &&
1493   test "$program_prefix$program_suffix$program_transform_name" = \
1494     NONENONEs,x,x, &&
1495   program_prefix=${target_alias}-
1496 am__api_version="1.9"
1497 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1498 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1499 # Just in case
1500 sleep 1
1501 echo timestamp > conftest.file
1502 # Do `set' in a subshell so we don't clobber the current shell's
1503 # arguments.  Must try -L first in case configure is actually a
1504 # symlink; some systems play weird games with the mod time of symlinks
1505 # (eg FreeBSD returns the mod time of the symlink's containing
1506 # directory).
1507 if (
1508    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1509    if test "$*" = "X"; then
1510       # -L didn't work.
1511       set X `ls -t $srcdir/configure conftest.file`
1512    fi
1513    rm -f conftest.file
1514    if test "$*" != "X $srcdir/configure conftest.file" \
1515       && test "$*" != "X conftest.file $srcdir/configure"; then
1516
1517       # If neither matched, then we have a broken ls.  This can happen
1518       # if, for instance, CONFIG_SHELL is bash and it inherits a
1519       # broken ls alias from the environment.  This has actually
1520       # happened.  Such a system could not be considered "sane".
1521       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1522 alias in your environment" >&5
1523 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1524 alias in your environment" >&2;}
1525    { (exit 1); exit 1; }; }
1526    fi
1527
1528    test "$2" = conftest.file
1529    )
1530 then
1531    # Ok.
1532    :
1533 else
1534    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1535 Check your system clock" >&5
1536 echo "$as_me: error: newly created file is older than distributed files!
1537 Check your system clock" >&2;}
1538    { (exit 1); exit 1; }; }
1539 fi
1540 echo "$as_me:$LINENO: result: yes" >&5
1541 echo "${ECHO_T}yes" >&6
1542 test "$program_prefix" != NONE &&
1543   program_transform_name="s,^,$program_prefix,;$program_transform_name"
1544 # Use a double $ so make ignores it.
1545 test "$program_suffix" != NONE &&
1546   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1547 # Double any \ or $.  echo might interpret backslashes.
1548 # By default was `s,x,x', remove it if useless.
1549 cat <<\_ACEOF >conftest.sed
1550 s/[\\$]/&&/g;s/;s,x,x,$//
1551 _ACEOF
1552 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1553 rm conftest.sed
1554
1555 # expand $ac_aux_dir to an absolute path
1556 am_aux_dir=`cd $ac_aux_dir && pwd`
1557
1558 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1559 # Use eval to expand $SHELL
1560 if eval "$MISSING --run true"; then
1561   am_missing_run="$MISSING --run "
1562 else
1563   am_missing_run=
1564   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1565 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1566 fi
1567
1568 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1569   # We used to keeping the `.' as first argument, in order to
1570   # allow $(mkdir_p) to be used without argument.  As in
1571   #   $(mkdir_p) $(somedir)
1572   # where $(somedir) is conditionally defined.  However this is wrong
1573   # for two reasons:
1574   #  1. if the package is installed by a user who cannot write `.'
1575   #     make install will fail,
1576   #  2. the above comment should most certainly read
1577   #     $(mkdir_p) $(DESTDIR)$(somedir)
1578   #     so it does not work when $(somedir) is undefined and
1579   #     $(DESTDIR) is not.
1580   #  To support the latter case, we have to write
1581   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1582   #  so the `.' trick is pointless.
1583   mkdir_p='mkdir -p --'
1584 else
1585   # On NextStep and OpenStep, the `mkdir' command does not
1586   # recognize any option.  It will interpret all options as
1587   # directories to create, and then abort because `.' already
1588   # exists.
1589   for d in ./-p ./--version;
1590   do
1591     test -d $d && rmdir $d
1592   done
1593   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1594   if test -f "$ac_aux_dir/mkinstalldirs"; then
1595     mkdir_p='$(mkinstalldirs)'
1596   else
1597     mkdir_p='$(install_sh) -d'
1598   fi
1599 fi
1600
1601 for ac_prog in gawk mawk nawk awk
1602 do
1603   # Extract the first word of "$ac_prog", so it can be a program name with args.
1604 set dummy $ac_prog; ac_word=$2
1605 echo "$as_me:$LINENO: checking for $ac_word" >&5
1606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1607 if test "${ac_cv_prog_AWK+set}" = set; then
1608   echo $ECHO_N "(cached) $ECHO_C" >&6
1609 else
1610   if test -n "$AWK"; then
1611   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1612 else
1613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1614 for as_dir in $PATH
1615 do
1616   IFS=$as_save_IFS
1617   test -z "$as_dir" && as_dir=.
1618   for ac_exec_ext in '' $ac_executable_extensions; do
1619   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1620     ac_cv_prog_AWK="$ac_prog"
1621     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1622     break 2
1623   fi
1624 done
1625 done
1626
1627 fi
1628 fi
1629 AWK=$ac_cv_prog_AWK
1630 if test -n "$AWK"; then
1631   echo "$as_me:$LINENO: result: $AWK" >&5
1632 echo "${ECHO_T}$AWK" >&6
1633 else
1634   echo "$as_me:$LINENO: result: no" >&5
1635 echo "${ECHO_T}no" >&6
1636 fi
1637
1638   test -n "$AWK" && break
1639 done
1640
1641 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1642 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1643 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1644 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1645   echo $ECHO_N "(cached) $ECHO_C" >&6
1646 else
1647   cat >conftest.make <<\_ACEOF
1648 all:
1649         @echo 'ac_maketemp="$(MAKE)"'
1650 _ACEOF
1651 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1652 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1653 if test -n "$ac_maketemp"; then
1654   eval ac_cv_prog_make_${ac_make}_set=yes
1655 else
1656   eval ac_cv_prog_make_${ac_make}_set=no
1657 fi
1658 rm -f conftest.make
1659 fi
1660 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1661   echo "$as_me:$LINENO: result: yes" >&5
1662 echo "${ECHO_T}yes" >&6
1663   SET_MAKE=
1664 else
1665   echo "$as_me:$LINENO: result: no" >&5
1666 echo "${ECHO_T}no" >&6
1667   SET_MAKE="MAKE=${MAKE-make}"
1668 fi
1669
1670 rm -rf .tst 2>/dev/null
1671 mkdir .tst 2>/dev/null
1672 if test -d .tst; then
1673   am__leading_dot=.
1674 else
1675   am__leading_dot=_
1676 fi
1677 rmdir .tst 2>/dev/null
1678
1679 # test to see if srcdir already configured
1680 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1681    test -f $srcdir/config.status; then
1682   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1683 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1684    { (exit 1); exit 1; }; }
1685 fi
1686
1687 # test whether we have cygpath
1688 if test -z "$CYGPATH_W"; then
1689   if (cygpath --version) >/dev/null 2>/dev/null; then
1690     CYGPATH_W='cygpath -w'
1691   else
1692     CYGPATH_W=echo
1693   fi
1694 fi
1695
1696
1697 # Define the identity of the package.
1698  PACKAGE='libgloss'
1699  VERSION='LIBGLOSS_VERSION'
1700
1701
1702 # Some tools Automake needs.
1703
1704 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1705
1706
1707 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1708
1709
1710 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1711
1712
1713 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1714
1715
1716 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1717
1718 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1719
1720 # Installed binaries are usually stripped using `strip' when the user
1721 # run `make install-strip'.  However `strip' might not be the right
1722 # tool to use in cross-compilation environments, therefore Automake
1723 # will honor the `STRIP' environment variable to overrule this program.
1724 if test "$cross_compiling" != no; then
1725   if test -n "$ac_tool_prefix"; then
1726   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1727 set dummy ${ac_tool_prefix}strip; ac_word=$2
1728 echo "$as_me:$LINENO: checking for $ac_word" >&5
1729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1730 if test "${ac_cv_prog_STRIP+set}" = set; then
1731   echo $ECHO_N "(cached) $ECHO_C" >&6
1732 else
1733   if test -n "$STRIP"; then
1734   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1735 else
1736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1737 for as_dir in $PATH
1738 do
1739   IFS=$as_save_IFS
1740   test -z "$as_dir" && as_dir=.
1741   for ac_exec_ext in '' $ac_executable_extensions; do
1742   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1743     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1744     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1745     break 2
1746   fi
1747 done
1748 done
1749
1750 fi
1751 fi
1752 STRIP=$ac_cv_prog_STRIP
1753 if test -n "$STRIP"; then
1754   echo "$as_me:$LINENO: result: $STRIP" >&5
1755 echo "${ECHO_T}$STRIP" >&6
1756 else
1757   echo "$as_me:$LINENO: result: no" >&5
1758 echo "${ECHO_T}no" >&6
1759 fi
1760
1761 fi
1762 if test -z "$ac_cv_prog_STRIP"; then
1763   ac_ct_STRIP=$STRIP
1764   # Extract the first word of "strip", so it can be a program name with args.
1765 set dummy strip; ac_word=$2
1766 echo "$as_me:$LINENO: checking for $ac_word" >&5
1767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1769   echo $ECHO_N "(cached) $ECHO_C" >&6
1770 else
1771   if test -n "$ac_ct_STRIP"; then
1772   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1773 else
1774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1775 for as_dir in $PATH
1776 do
1777   IFS=$as_save_IFS
1778   test -z "$as_dir" && as_dir=.
1779   for ac_exec_ext in '' $ac_executable_extensions; do
1780   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1781     ac_cv_prog_ac_ct_STRIP="strip"
1782     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1783     break 2
1784   fi
1785 done
1786 done
1787
1788   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1789 fi
1790 fi
1791 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1792 if test -n "$ac_ct_STRIP"; then
1793   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1794 echo "${ECHO_T}$ac_ct_STRIP" >&6
1795 else
1796   echo "$as_me:$LINENO: result: no" >&5
1797 echo "${ECHO_T}no" >&6
1798 fi
1799
1800   STRIP=$ac_ct_STRIP
1801 else
1802   STRIP="$ac_cv_prog_STRIP"
1803 fi
1804
1805 fi
1806 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1807
1808 # We need awk for the "check" target.  The system "awk" is bad on
1809 # some platforms.
1810 # Always define AMTAR for backward compatibility.
1811
1812 AMTAR=${AMTAR-"${am_missing_run}tar"}
1813
1814 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1815
1816
1817
1818
1819
1820
1821 if test -z "${with_multisubdir}" ; then
1822
1823
1824 subdirs="$subdirs doc"
1825
1826 fi
1827
1828 config_testsuite=true
1829
1830 config_libnosys=true
1831
1832 case "${target}" in
1833   i[3456]86-*-elf* | i[3456]86-*-coff*)
1834
1835
1836 subdirs="$subdirs i386"
1837
1838         ;;
1839   m32r-*-*)
1840
1841
1842 subdirs="$subdirs m32r"
1843
1844         ;;
1845   m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*)
1846
1847
1848 subdirs="$subdirs m68hc11"
1849
1850         ;;
1851   fido-*-* | m68*-*-*)
1852
1853
1854 subdirs="$subdirs m68k"
1855
1856         ;;
1857   hppa*-*-pro*)
1858
1859
1860 subdirs="$subdirs pa"
1861
1862         ;;
1863   i960-*-coff)
1864
1865
1866 subdirs="$subdirs i960"
1867
1868         ;;
1869   sparclet-*-aout* | sparc-*-elf* | sparc64-*-elf* | sparc86x-*-* | sparclite-*-*)
1870
1871
1872 subdirs="$subdirs sparc"
1873
1874         ;;
1875   sh*-*-pe | mips*-*-pe | *arm-wince-pe)
1876
1877
1878 subdirs="$subdirs wince"
1879
1880         ;;
1881   mips*-*-*)
1882
1883
1884 subdirs="$subdirs mips"
1885
1886         ;;
1887   powerpc-*-*|powerpcle-*-*)
1888
1889
1890 subdirs="$subdirs rs6000"
1891
1892         ;;
1893   mn10200-*-*)
1894
1895
1896 subdirs="$subdirs mn10200"
1897
1898         ;;
1899   mn10300-*-*)
1900
1901
1902 subdirs="$subdirs mn10300"
1903
1904         ;;
1905   bfin-*-*)
1906
1907
1908 subdirs="$subdirs bfin"
1909
1910         ;;
1911   cris-*-* | crisv32-*-*)
1912
1913
1914 subdirs="$subdirs cris"
1915
1916         ;;
1917   crx-*-*)
1918
1919
1920 subdirs="$subdirs crx"
1921
1922         ;;
1923   d30v-*-*)
1924
1925
1926 subdirs="$subdirs d30v"
1927
1928         ;;
1929   fr30-*-*)
1930
1931
1932 subdirs="$subdirs fr30"
1933
1934         ;;
1935   frv*-*-*)
1936
1937
1938 subdirs="$subdirs frv"
1939
1940         ;;
1941   lm32*-*-*)
1942
1943
1944 subdirs="$subdirs lm32"
1945
1946         ;;
1947   mcore-*-*)
1948
1949
1950 subdirs="$subdirs mcore"
1951
1952         ;;
1953   mep-*-*)
1954
1955
1956 subdirs="$subdirs mep"
1957
1958         ;;
1959   moxie-*-*)
1960
1961
1962 subdirs="$subdirs moxie"
1963
1964         ;;
1965   mt-*-*)
1966
1967
1968 subdirs="$subdirs mt"
1969
1970         ;;
1971   xstormy16-*-*)
1972
1973
1974 subdirs="$subdirs xstormy16"
1975
1976         ;;
1977   m32c-*-*)
1978
1979
1980 subdirs="$subdirs m32c"
1981
1982         ;;
1983   rx*-*-elf)
1984
1985
1986 subdirs="$subdirs rx"
1987
1988         ;;
1989   strongarm-*-elf | strongarm-*-coff | arm*-*-elf | arm*-*-coff | ep9312-*-elf | ep9312-*-coff | xscale-*-elf | xscale-*-coff | *arm-*-*)
1990
1991
1992 subdirs="$subdirs arm"
1993
1994         ;;
1995   spu-*-elf)
1996
1997
1998 subdirs="$subdirs spu"
1999
2000         config_testsuite=false
2001         config_libnosys=false
2002         ;;
2003   iq2000-*-*)
2004
2005
2006 subdirs="$subdirs iq2000"
2007
2008         ;;
2009
2010   microblaze*-*-*)
2011
2012
2013 subdirs="$subdirs microblaze"
2014
2015         ;;
2016 esac
2017
2018
2019 if test "${config_libnosys}" = "true"; then
2020
2021
2022 subdirs="$subdirs libnosys"
2023
2024 fi
2025
2026 DEPDIR="${am__leading_dot}deps"
2027
2028           ac_config_commands="$ac_config_commands depfiles"
2029
2030
2031 am_make=${MAKE-make}
2032 cat > confinc << 'END'
2033 am__doit:
2034         @echo done
2035 .PHONY: am__doit
2036 END
2037 # If we don't find an include directive, just comment out the code.
2038 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2039 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2040 am__include="#"
2041 am__quote=
2042 _am_result=none
2043 # First try GNU make style include.
2044 echo "include confinc" > confmf
2045 # We grep out `Entering directory' and `Leaving directory'
2046 # messages which can occur if `w' ends up in MAKEFLAGS.
2047 # In particular we don't look at `^make:' because GNU make might
2048 # be invoked under some other name (usually "gmake"), in which
2049 # case it prints its new name instead of `make'.
2050 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2051    am__include=include
2052    am__quote=
2053    _am_result=GNU
2054 fi
2055 # Now try BSD make style include.
2056 if test "$am__include" = "#"; then
2057    echo '.include "confinc"' > confmf
2058    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2059       am__include=.include
2060       am__quote="\""
2061       _am_result=BSD
2062    fi
2063 fi
2064
2065
2066 echo "$as_me:$LINENO: result: $_am_result" >&5
2067 echo "${ECHO_T}$_am_result" >&6
2068 rm -f confinc confmf
2069
2070 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2071 if test "${enable_dependency_tracking+set}" = set; then
2072   enableval="$enable_dependency_tracking"
2073
2074 fi;
2075 if test "x$enable_dependency_tracking" != xno; then
2076   am_depcomp="$ac_aux_dir/depcomp"
2077   AMDEPBACKSLASH='\'
2078 fi
2079
2080
2081 if test "x$enable_dependency_tracking" != xno; then
2082   AMDEP_TRUE=
2083   AMDEP_FALSE='#'
2084 else
2085   AMDEP_TRUE='#'
2086   AMDEP_FALSE=
2087 fi
2088
2089
2090
2091 # Extract the first word of "gcc", so it can be a program name with args.
2092 set dummy gcc; ac_word=$2
2093 echo "$as_me:$LINENO: checking for $ac_word" >&5
2094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2095 if test "${ac_cv_prog_CC+set}" = set; then
2096   echo $ECHO_N "(cached) $ECHO_C" >&6
2097 else
2098   if test -n "$CC"; then
2099   ac_cv_prog_CC="$CC" # Let the user override the test.
2100 else
2101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2102 for as_dir in $PATH
2103 do
2104   IFS=$as_save_IFS
2105   test -z "$as_dir" && as_dir=.
2106   for ac_exec_ext in '' $ac_executable_extensions; do
2107   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2108     ac_cv_prog_CC="gcc"
2109     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2110     break 2
2111   fi
2112 done
2113 done
2114
2115 fi
2116 fi
2117 CC=$ac_cv_prog_CC
2118 if test -n "$CC"; then
2119   echo "$as_me:$LINENO: result: $CC" >&5
2120 echo "${ECHO_T}$CC" >&6
2121 else
2122   echo "$as_me:$LINENO: result: no" >&5
2123 echo "${ECHO_T}no" >&6
2124 fi
2125
2126
2127 depcc="$CC"   am_compiler_list=
2128
2129 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2130 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2131 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2132   echo $ECHO_N "(cached) $ECHO_C" >&6
2133 else
2134   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2135   # We make a subdir and do the tests there.  Otherwise we can end up
2136   # making bogus files that we don't know about and never remove.  For
2137   # instance it was reported that on HP-UX the gcc test will end up
2138   # making a dummy file named `D' -- because `-MD' means `put the output
2139   # in D'.
2140   mkdir conftest.dir
2141   # Copy depcomp to subdir because otherwise we won't find it if we're
2142   # using a relative directory.
2143   cp "$am_depcomp" conftest.dir
2144   cd conftest.dir
2145   # We will build objects and dependencies in a subdirectory because
2146   # it helps to detect inapplicable dependency modes.  For instance
2147   # both Tru64's cc and ICC support -MD to output dependencies as a
2148   # side effect of compilation, but ICC will put the dependencies in
2149   # the current directory while Tru64 will put them in the object
2150   # directory.
2151   mkdir sub
2152
2153   am_cv_CC_dependencies_compiler_type=none
2154   if test "$am_compiler_list" = ""; then
2155      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2156   fi
2157   for depmode in $am_compiler_list; do
2158     # Setup a source with many dependencies, because some compilers
2159     # like to wrap large dependency lists on column 80 (with \), and
2160     # we should not choose a depcomp mode which is confused by this.
2161     #
2162     # We need to recreate these files for each test, as the compiler may
2163     # overwrite some of them when testing with obscure command lines.
2164     # This happens at least with the AIX C compiler.
2165     : > sub/conftest.c
2166     for i in 1 2 3 4 5 6; do
2167       echo '#include "conftst'$i'.h"' >> sub/conftest.c
2168       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2169       # Solaris 8's {/usr,}/bin/sh.
2170       touch sub/conftst$i.h
2171     done
2172     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2173
2174     case $depmode in
2175     nosideeffect)
2176       # after this tag, mechanisms are not by side-effect, so they'll
2177       # only be used when explicitly requested
2178       if test "x$enable_dependency_tracking" = xyes; then
2179         continue
2180       else
2181         break
2182       fi
2183       ;;
2184     none) break ;;
2185     esac
2186     # We check with `-c' and `-o' for the sake of the "dashmstdout"
2187     # mode.  It turns out that the SunPro C++ compiler does not properly
2188     # handle `-M -o', and we need to detect this.
2189     if depmode=$depmode \
2190        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2191        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2192        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2193          >/dev/null 2>conftest.err &&
2194        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2195        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2196        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2197       # icc doesn't choke on unknown options, it will just issue warnings
2198       # or remarks (even with -Werror).  So we grep stderr for any message
2199       # that says an option was ignored or not supported.
2200       # When given -MP, icc 7.0 and 7.1 complain thusly:
2201       #   icc: Command line warning: ignoring option '-M'; no argument required
2202       # The diagnosis changed in icc 8.0:
2203       #   icc: Command line remark: option '-MP' not supported
2204       if (grep 'ignoring option' conftest.err ||
2205           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2206         am_cv_CC_dependencies_compiler_type=$depmode
2207         break
2208       fi
2209     fi
2210   done
2211
2212   cd ..
2213   rm -rf conftest.dir
2214 else
2215   am_cv_CC_dependencies_compiler_type=none
2216 fi
2217
2218 fi
2219 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2220 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2221 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2222
2223
2224
2225 if
2226   test "x$enable_dependency_tracking" != xno \
2227   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2228   am__fastdepCC_TRUE=
2229   am__fastdepCC_FALSE='#'
2230 else
2231   am__fastdepCC_TRUE='#'
2232   am__fastdepCC_FALSE=
2233 fi
2234
2235
2236 if test -z "$CC"; then
2237   # Extract the first word of "cc", so it can be a program name with args.
2238 set dummy cc; ac_word=$2
2239 echo "$as_me:$LINENO: checking for $ac_word" >&5
2240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2241 if test "${ac_cv_prog_CC+set}" = set; then
2242   echo $ECHO_N "(cached) $ECHO_C" >&6
2243 else
2244   if test -n "$CC"; then
2245   ac_cv_prog_CC="$CC" # Let the user override the test.
2246 else
2247   ac_prog_rejected=no
2248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2249 for as_dir in $PATH
2250 do
2251   IFS=$as_save_IFS
2252   test -z "$as_dir" && as_dir=.
2253   for ac_exec_ext in '' $ac_executable_extensions; do
2254   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2255     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2256        ac_prog_rejected=yes
2257        continue
2258      fi
2259     ac_cv_prog_CC="cc"
2260     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2261     break 2
2262   fi
2263 done
2264 done
2265
2266 if test $ac_prog_rejected = yes; then
2267   # We found a bogon in the path, so make sure we never use it.
2268   set dummy $ac_cv_prog_CC
2269   shift
2270   if test $# != 0; then
2271     # We chose a different compiler from the bogus one.
2272     # However, it has the same basename, so the bogon will be chosen
2273     # first if we set CC to just the basename; use the full file name.
2274     shift
2275     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2276   fi
2277 fi
2278 fi
2279 fi
2280 CC=$ac_cv_prog_CC
2281 if test -n "$CC"; then
2282   echo "$as_me:$LINENO: result: $CC" >&5
2283 echo "${ECHO_T}$CC" >&6
2284 else
2285   echo "$as_me:$LINENO: result: no" >&5
2286 echo "${ECHO_T}no" >&6
2287 fi
2288
2289   test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
2290 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2291    { (exit 1); exit 1; }; }
2292 fi
2293
2294 echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
2295 echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
2296 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2297   echo $ECHO_N "(cached) $ECHO_C" >&6
2298 else
2299   cat > conftest.c <<EOF
2300 #ifdef __GNUC__
2301   yes;
2302 #endif
2303 EOF
2304 if { ac_try='${CC-cc} -E conftest.c'
2305   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2306   (eval $ac_try) 2>&5
2307   ac_status=$?
2308   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2309   (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
2310   ac_cv_c_compiler_gnu=yes
2311 else
2312   ac_cv_c_compiler_gnu=no
2313 fi
2314 fi
2315 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2316 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2317
2318 if test $ac_cv_c_compiler_gnu = yes; then
2319   GCC=yes
2320   ac_test_CFLAGS="${CFLAGS+set}"
2321   ac_save_CFLAGS="$CFLAGS"
2322   CFLAGS=
2323   ac_test_CFLAGS=${CFLAGS+set}
2324 ac_save_CFLAGS=$CFLAGS
2325 CFLAGS="-g"
2326 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2327 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2328 if test "${ac_cv_prog_cc_g+set}" = set; then
2329   echo $ECHO_N "(cached) $ECHO_C" >&6
2330 else
2331   cat >conftest.$ac_ext <<_ACEOF
2332 /* confdefs.h.  */
2333 _ACEOF
2334 cat confdefs.h >>conftest.$ac_ext
2335 cat >>conftest.$ac_ext <<_ACEOF
2336 /* end confdefs.h.  */
2337
2338 int
2339 main ()
2340 {
2341
2342   ;
2343   return 0;
2344 }
2345 _ACEOF
2346 rm -f conftest.$ac_objext
2347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2348   (eval $ac_compile) 2>conftest.er1
2349   ac_status=$?
2350   grep -v '^ *+' conftest.er1 >conftest.err
2351   rm -f conftest.er1
2352   cat conftest.err >&5
2353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2354   (exit $ac_status); } &&
2355          { ac_try='test -z "$ac_c_werror_flag"
2356                          || test ! -s conftest.err'
2357   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2358   (eval $ac_try) 2>&5
2359   ac_status=$?
2360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2361   (exit $ac_status); }; } &&
2362          { ac_try='test -s conftest.$ac_objext'
2363   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2364   (eval $ac_try) 2>&5
2365   ac_status=$?
2366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367   (exit $ac_status); }; }; then
2368   ac_cv_prog_cc_g=yes
2369 else
2370   echo "$as_me: failed program was:" >&5
2371 sed 's/^/| /' conftest.$ac_ext >&5
2372
2373 ac_cv_prog_cc_g=no
2374 fi
2375 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2376 fi
2377 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2378 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2379 if test "$ac_test_CFLAGS" = set; then
2380   CFLAGS=$ac_save_CFLAGS
2381 elif test $ac_cv_prog_cc_g = yes; then
2382   if test "$GCC" = yes; then
2383     CFLAGS="-g -O2"
2384   else
2385     CFLAGS="-g"
2386   fi
2387 else
2388   if test "$GCC" = yes; then
2389     CFLAGS="-O2"
2390   else
2391     CFLAGS=
2392   fi
2393 fi
2394   if test "$ac_test_CFLAGS" = set; then
2395     CFLAGS="$ac_save_CFLAGS"
2396   elif test $ac_cv_prog_cc_g = yes; then
2397     CFLAGS="-g -O2"
2398   else
2399     CFLAGS="-O2"
2400   fi
2401 else
2402   GCC=
2403   test "${CFLAGS+set}" = set || CFLAGS="-g"
2404 fi
2405
2406 AS=${AS-as}
2407
2408 # Extract the first word of "ar", so it can be a program name with args.
2409 set dummy ar; ac_word=$2
2410 echo "$as_me:$LINENO: checking for $ac_word" >&5
2411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2412 if test "${ac_cv_prog_AR+set}" = set; then
2413   echo $ECHO_N "(cached) $ECHO_C" >&6
2414 else
2415   if test -n "$AR"; then
2416   ac_cv_prog_AR="$AR" # Let the user override the test.
2417 else
2418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419 for as_dir in $PATH
2420 do
2421   IFS=$as_save_IFS
2422   test -z "$as_dir" && as_dir=.
2423   for ac_exec_ext in '' $ac_executable_extensions; do
2424   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2425     ac_cv_prog_AR="ar"
2426     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2427     break 2
2428   fi
2429 done
2430 done
2431
2432   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR=":"
2433 fi
2434 fi
2435 AR=$ac_cv_prog_AR
2436 if test -n "$AR"; then
2437   echo "$as_me:$LINENO: result: $AR" >&5
2438 echo "${ECHO_T}$AR" >&6
2439 else
2440   echo "$as_me:$LINENO: result: no" >&5
2441 echo "${ECHO_T}no" >&6
2442 fi
2443
2444 AR=${AR-ar}
2445
2446 LD=${LD-ld}
2447
2448 if test -n "$ac_tool_prefix"; then
2449   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2450 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2451 echo "$as_me:$LINENO: checking for $ac_word" >&5
2452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2453 if test "${ac_cv_prog_RANLIB+set}" = set; then
2454   echo $ECHO_N "(cached) $ECHO_C" >&6
2455 else
2456   if test -n "$RANLIB"; then
2457   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2458 else
2459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460 for as_dir in $PATH
2461 do
2462   IFS=$as_save_IFS
2463   test -z "$as_dir" && as_dir=.
2464   for ac_exec_ext in '' $ac_executable_extensions; do
2465   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2466     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2467     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2468     break 2
2469   fi
2470 done
2471 done
2472
2473 fi
2474 fi
2475 RANLIB=$ac_cv_prog_RANLIB
2476 if test -n "$RANLIB"; then
2477   echo "$as_me:$LINENO: result: $RANLIB" >&5
2478 echo "${ECHO_T}$RANLIB" >&6
2479 else
2480   echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6
2482 fi
2483
2484 fi
2485 if test -z "$ac_cv_prog_RANLIB"; then
2486   ac_ct_RANLIB=$RANLIB
2487   # Extract the first word of "ranlib", so it can be a program name with args.
2488 set dummy ranlib; ac_word=$2
2489 echo "$as_me:$LINENO: checking for $ac_word" >&5
2490 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2491 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2492   echo $ECHO_N "(cached) $ECHO_C" >&6
2493 else
2494   if test -n "$ac_ct_RANLIB"; then
2495   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2496 else
2497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2498 for as_dir in $PATH
2499 do
2500   IFS=$as_save_IFS
2501   test -z "$as_dir" && as_dir=.
2502   for ac_exec_ext in '' $ac_executable_extensions; do
2503   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2504     ac_cv_prog_ac_ct_RANLIB="ranlib"
2505     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2506     break 2
2507   fi
2508 done
2509 done
2510
2511   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2512 fi
2513 fi
2514 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2515 if test -n "$ac_ct_RANLIB"; then
2516   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2517 echo "${ECHO_T}$ac_ct_RANLIB" >&6
2518 else
2519   echo "$as_me:$LINENO: result: no" >&5
2520 echo "${ECHO_T}no" >&6
2521 fi
2522
2523   RANLIB=$ac_ct_RANLIB
2524 else
2525   RANLIB="$ac_cv_prog_RANLIB"
2526 fi
2527
2528 # By default we simply use the C compiler to build assembly code.
2529
2530 test "${CCAS+set}" = set || CCAS=$CC
2531 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
2532
2533
2534
2535
2536 host_makefile_frag=${srcdir}/config/default.mh
2537
2538 host_makefile_frag_path=$host_makefile_frag
2539
2540
2541
2542 if test "${multilib}" = "yes"; then
2543   multilib_arg="--enable-multilib"
2544 else
2545   multilib_arg=
2546 fi
2547
2548 # for now, only add multilibs for specific targets
2549           ac_config_files="$ac_config_files Makefile"
2550
2551 cat >confcache <<\_ACEOF
2552 # This file is a shell script that caches the results of configure
2553 # tests run on this system so they can be shared between configure
2554 # scripts and configure runs, see configure's option --config-cache.
2555 # It is not useful on other systems.  If it contains results you don't
2556 # want to keep, you may remove or edit it.
2557 #
2558 # config.status only pays attention to the cache file if you give it
2559 # the --recheck option to rerun configure.
2560 #
2561 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2562 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2563 # following values.
2564
2565 _ACEOF
2566
2567 # The following way of writing the cache mishandles newlines in values,
2568 # but we know of no workaround that is simple, portable, and efficient.
2569 # So, don't put newlines in cache variables' values.
2570 # Ultrix sh set writes to stderr and can't be redirected directly,
2571 # and sets the high bit in the cache file unless we assign to the vars.
2572 {
2573   (set) 2>&1 |
2574     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2575     *ac_space=\ *)
2576       # `set' does not quote correctly, so add quotes (double-quote
2577       # substitution turns \\\\ into \\, and sed turns \\ into \).
2578       sed -n \
2579         "s/'/'\\\\''/g;
2580           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2581       ;;
2582     *)
2583       # `set' quotes correctly as required by POSIX, so do not add quotes.
2584       sed -n \
2585         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2586       ;;
2587     esac;
2588 } |
2589   sed '
2590      t clear
2591      : clear
2592      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2593      t end
2594      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2595      : end' >>confcache
2596 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2597   if test -w $cache_file; then
2598     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2599     cat confcache >$cache_file
2600   else
2601     echo "not updating unwritable cache $cache_file"
2602   fi
2603 fi
2604 rm -f confcache
2605
2606 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2607 # Let make expand exec_prefix.
2608 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2609
2610 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2611 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2612 # trailing colons and then remove the whole line if VPATH becomes empty
2613 # (actually we leave an empty line to preserve line numbers).
2614 if test "x$srcdir" = x.; then
2615   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2616 s/:*\$(srcdir):*/:/;
2617 s/:*\${srcdir}:*/:/;
2618 s/:*@srcdir@:*/:/;
2619 s/^\([^=]*=[     ]*\):*/\1/;
2620 s/:*$//;
2621 s/^[^=]*=[       ]*$//;
2622 }'
2623 fi
2624
2625 # Transform confdefs.h into DEFS.
2626 # Protect against shell expansion while executing Makefile rules.
2627 # Protect against Makefile macro expansion.
2628 #
2629 # If the first sed substitution is executed (which looks for macros that
2630 # take arguments), then we branch to the quote section.  Otherwise,
2631 # look for a macro that doesn't take arguments.
2632 cat >confdef2opt.sed <<\_ACEOF
2633 t clear
2634 : clear
2635 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2636 t quote
2637 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2638 t quote
2639 d
2640 : quote
2641 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2642 s,\[,\\&,g
2643 s,\],\\&,g
2644 s,\$,$$,g
2645 p
2646 _ACEOF
2647 # We use echo to avoid assuming a particular line-breaking character.
2648 # The extra dot is to prevent the shell from consuming trailing
2649 # line-breaks from the sub-command output.  A line-break within
2650 # single-quotes doesn't work because, if this script is created in a
2651 # platform that uses two characters for line-breaks (e.g., DOS), tr
2652 # would break.
2653 ac_LF_and_DOT=`echo; echo .`
2654 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2655 rm -f confdef2opt.sed
2656
2657
2658 ac_libobjs=
2659 ac_ltlibobjs=
2660 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2661   # 1. Remove the extension, and $U if already installed.
2662   ac_i=`echo "$ac_i" |
2663          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2664   # 2. Add them.
2665   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2666   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2667 done
2668 LIBOBJS=$ac_libobjs
2669
2670 LTLIBOBJS=$ac_ltlibobjs
2671
2672
2673 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
2674   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
2675 Usually this means the macro was only invoked conditionally." >&5
2676 echo "$as_me: error: conditional \"AMDEP\" was never defined.
2677 Usually this means the macro was only invoked conditionally." >&2;}
2678    { (exit 1); exit 1; }; }
2679 fi
2680 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
2681   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
2682 Usually this means the macro was only invoked conditionally." >&5
2683 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
2684 Usually this means the macro was only invoked conditionally." >&2;}
2685    { (exit 1); exit 1; }; }
2686 fi
2687
2688 : ${CONFIG_STATUS=./config.status}
2689 ac_clean_files_save=$ac_clean_files
2690 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2691 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2692 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2693 cat >$CONFIG_STATUS <<_ACEOF
2694 #! $SHELL
2695 # Generated by $as_me.
2696 # Run this file to recreate the current configuration.
2697 # Compiler output produced by configure, useful for debugging
2698 # configure, is in config.log if it exists.
2699
2700 debug=false
2701 ac_cs_recheck=false
2702 ac_cs_silent=false
2703 SHELL=\${CONFIG_SHELL-$SHELL}
2704 _ACEOF
2705
2706 cat >>$CONFIG_STATUS <<\_ACEOF
2707 ## --------------------- ##
2708 ## M4sh Initialization.  ##
2709 ## --------------------- ##
2710
2711 # Be Bourne compatible
2712 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2713   emulate sh
2714   NULLCMD=:
2715   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2716   # is contrary to our usage.  Disable this feature.
2717   alias -g '${1+"$@"}'='"$@"'
2718 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2719   set -o posix
2720 fi
2721 DUALCASE=1; export DUALCASE # for MKS sh
2722
2723 # Support unset when possible.
2724 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2725   as_unset=unset
2726 else
2727   as_unset=false
2728 fi
2729
2730
2731 # Work around bugs in pre-3.0 UWIN ksh.
2732 $as_unset ENV MAIL MAILPATH
2733 PS1='$ '
2734 PS2='> '
2735 PS4='+ '
2736
2737 # NLS nuisances.
2738 for as_var in \
2739   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2740   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2741   LC_TELEPHONE LC_TIME
2742 do
2743   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2744     eval $as_var=C; export $as_var
2745   else
2746     $as_unset $as_var
2747   fi
2748 done
2749
2750 # Required to use basename.
2751 if expr a : '\(a\)' >/dev/null 2>&1; then
2752   as_expr=expr
2753 else
2754   as_expr=false
2755 fi
2756
2757 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2758   as_basename=basename
2759 else
2760   as_basename=false
2761 fi
2762
2763
2764 # Name of the executable.
2765 as_me=`$as_basename "$0" ||
2766 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2767          X"$0" : 'X\(//\)$' \| \
2768          X"$0" : 'X\(/\)$' \| \
2769          .     : '\(.\)' 2>/dev/null ||
2770 echo X/"$0" |
2771     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2772           /^X\/\(\/\/\)$/{ s//\1/; q; }
2773           /^X\/\(\/\).*/{ s//\1/; q; }
2774           s/.*/./; q'`
2775
2776
2777 # PATH needs CR, and LINENO needs CR and PATH.
2778 # Avoid depending upon Character Ranges.
2779 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2780 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2781 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2782 as_cr_digits='0123456789'
2783 as_cr_alnum=$as_cr_Letters$as_cr_digits
2784
2785 # The user is always right.
2786 if test "${PATH_SEPARATOR+set}" != set; then
2787   echo "#! /bin/sh" >conf$$.sh
2788   echo  "exit 0"   >>conf$$.sh
2789   chmod +x conf$$.sh
2790   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2791     PATH_SEPARATOR=';'
2792   else
2793     PATH_SEPARATOR=:
2794   fi
2795   rm -f conf$$.sh
2796 fi
2797
2798
2799   as_lineno_1=$LINENO
2800   as_lineno_2=$LINENO
2801   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2802   test "x$as_lineno_1" != "x$as_lineno_2" &&
2803   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2804   # Find who we are.  Look in the path if we contain no path at all
2805   # relative or not.
2806   case $0 in
2807     *[\\/]* ) as_myself=$0 ;;
2808     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2809 for as_dir in $PATH
2810 do
2811   IFS=$as_save_IFS
2812   test -z "$as_dir" && as_dir=.
2813   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2814 done
2815
2816        ;;
2817   esac
2818   # We did not find ourselves, most probably we were run as `sh COMMAND'
2819   # in which case we are not to be found in the path.
2820   if test "x$as_myself" = x; then
2821     as_myself=$0
2822   fi
2823   if test ! -f "$as_myself"; then
2824     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2825 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2826    { (exit 1); exit 1; }; }
2827   fi
2828   case $CONFIG_SHELL in
2829   '')
2830     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2831 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2832 do
2833   IFS=$as_save_IFS
2834   test -z "$as_dir" && as_dir=.
2835   for as_base in sh bash ksh sh5; do
2836          case $as_dir in
2837          /*)
2838            if ("$as_dir/$as_base" -c '
2839   as_lineno_1=$LINENO
2840   as_lineno_2=$LINENO
2841   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2842   test "x$as_lineno_1" != "x$as_lineno_2" &&
2843   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2844              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2845              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2846              CONFIG_SHELL=$as_dir/$as_base
2847              export CONFIG_SHELL
2848              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2849            fi;;
2850          esac
2851        done
2852 done
2853 ;;
2854   esac
2855
2856   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2857   # uniformly replaced by the line number.  The first 'sed' inserts a
2858   # line-number line before each line; the second 'sed' does the real
2859   # work.  The second script uses 'N' to pair each line-number line
2860   # with the numbered line, and appends trailing '-' during
2861   # substitution so that $LINENO is not a special case at line end.
2862   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2863   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2864   sed '=' <$as_myself |
2865     sed '
2866       N
2867       s,$,-,
2868       : loop
2869       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2870       t loop
2871       s,-$,,
2872       s,^['$as_cr_digits']*\n,,
2873     ' >$as_me.lineno &&
2874   chmod +x $as_me.lineno ||
2875     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2876 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2877    { (exit 1); exit 1; }; }
2878
2879   # Don't try to exec as it changes $[0], causing all sort of problems
2880   # (the dirname of $[0] is not the place where we might find the
2881   # original and so on.  Autoconf is especially sensible to this).
2882   . ./$as_me.lineno
2883   # Exit status is that of the last command.
2884   exit
2885 }
2886
2887
2888 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2889   *c*,-n*) ECHO_N= ECHO_C='
2890 ' ECHO_T='      ' ;;
2891   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2892   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2893 esac
2894
2895 if expr a : '\(a\)' >/dev/null 2>&1; then
2896   as_expr=expr
2897 else
2898   as_expr=false
2899 fi
2900
2901 rm -f conf$$ conf$$.exe conf$$.file
2902 echo >conf$$.file
2903 if ln -s conf$$.file conf$$ 2>/dev/null; then
2904   # We could just check for DJGPP; but this test a) works b) is more generic
2905   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2906   if test -f conf$$.exe; then
2907     # Don't use ln at all; we don't have any links
2908     as_ln_s='cp -p'
2909   else
2910     as_ln_s='ln -s'
2911   fi
2912 elif ln conf$$.file conf$$ 2>/dev/null; then
2913   as_ln_s=ln
2914 else
2915   as_ln_s='cp -p'
2916 fi
2917 rm -f conf$$ conf$$.exe conf$$.file
2918
2919 if mkdir -p . 2>/dev/null; then
2920   as_mkdir_p=:
2921 else
2922   test -d ./-p && rmdir ./-p
2923   as_mkdir_p=false
2924 fi
2925
2926 as_executable_p="test -f"
2927
2928 # Sed expression to map a string onto a valid CPP name.
2929 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2930
2931 # Sed expression to map a string onto a valid variable name.
2932 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2933
2934
2935 # IFS
2936 # We need space, tab and new line, in precisely that order.
2937 as_nl='
2938 '
2939 IFS="   $as_nl"
2940
2941 # CDPATH.
2942 $as_unset CDPATH
2943
2944 exec 6>&1
2945
2946 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2947 # report actual input values of CONFIG_FILES etc. instead of their
2948 # values after options handling.  Logging --version etc. is OK.
2949 exec 5>>config.log
2950 {
2951   echo
2952   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2953 ## Running $as_me. ##
2954 _ASBOX
2955 } >&5
2956 cat >&5 <<_CSEOF
2957
2958 This file was extended by libgloss $as_me LIBGLOSS_VERSION, which was
2959 generated by GNU Autoconf 2.59.  Invocation command line was
2960
2961   CONFIG_FILES    = $CONFIG_FILES
2962   CONFIG_HEADERS  = $CONFIG_HEADERS
2963   CONFIG_LINKS    = $CONFIG_LINKS
2964   CONFIG_COMMANDS = $CONFIG_COMMANDS
2965   $ $0 $@
2966
2967 _CSEOF
2968 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2969 echo >&5
2970 _ACEOF
2971
2972 # Files that config.status was made for.
2973 if test -n "$ac_config_files"; then
2974   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2975 fi
2976
2977 if test -n "$ac_config_headers"; then
2978   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2979 fi
2980
2981 if test -n "$ac_config_links"; then
2982   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2983 fi
2984
2985 if test -n "$ac_config_commands"; then
2986   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2987 fi
2988
2989 cat >>$CONFIG_STATUS <<\_ACEOF
2990
2991 ac_cs_usage="\
2992 \`$as_me' instantiates files from templates according to the
2993 current configuration.
2994
2995 Usage: $0 [OPTIONS] [FILE]...
2996
2997   -h, --help       print this help, then exit
2998   -V, --version    print version number, then exit
2999   -q, --quiet      do not print progress messages
3000   -d, --debug      don't remove temporary files
3001       --recheck    update $as_me by reconfiguring in the same conditions
3002   --file=FILE[:TEMPLATE]
3003                    instantiate the configuration file FILE
3004
3005 Configuration files:
3006 $config_files
3007
3008 Configuration commands:
3009 $config_commands
3010
3011 Report bugs to <bug-autoconf@gnu.org>."
3012 _ACEOF
3013
3014 cat >>$CONFIG_STATUS <<_ACEOF
3015 ac_cs_version="\\
3016 libgloss config.status LIBGLOSS_VERSION
3017 configured by $0, generated by GNU Autoconf 2.59,
3018   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3019
3020 Copyright (C) 2003 Free Software Foundation, Inc.
3021 This config.status script is free software; the Free Software Foundation
3022 gives unlimited permission to copy, distribute and modify it."
3023 srcdir=$srcdir
3024 INSTALL="$INSTALL"
3025 _ACEOF
3026
3027 cat >>$CONFIG_STATUS <<\_ACEOF
3028 # If no file are specified by the user, then we need to provide default
3029 # value.  By we need to know if files were specified by the user.
3030 ac_need_defaults=:
3031 while test $# != 0
3032 do
3033   case $1 in
3034   --*=*)
3035     ac_option=`expr "x$1" : 'x\([^=]*\)='`
3036     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3037     ac_shift=:
3038     ;;
3039   -*)
3040     ac_option=$1
3041     ac_optarg=$2
3042     ac_shift=shift
3043     ;;
3044   *) # This is not an option, so the user has probably given explicit
3045      # arguments.
3046      ac_option=$1
3047      ac_need_defaults=false;;
3048   esac
3049
3050   case $ac_option in
3051   # Handling of the options.
3052 _ACEOF
3053 cat >>$CONFIG_STATUS <<\_ACEOF
3054   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3055     ac_cs_recheck=: ;;
3056   --version | --vers* | -V )
3057     echo "$ac_cs_version"; exit 0 ;;
3058   --he | --h)
3059     # Conflict between --help and --header
3060     { { echo "$as_me:$LINENO: error: ambiguous option: $1
3061 Try \`$0 --help' for more information." >&5
3062 echo "$as_me: error: ambiguous option: $1
3063 Try \`$0 --help' for more information." >&2;}
3064    { (exit 1); exit 1; }; };;
3065   --help | --hel | -h )
3066     echo "$ac_cs_usage"; exit 0 ;;
3067   --debug | --d* | -d )
3068     debug=: ;;
3069   --file | --fil | --fi | --f )
3070     $ac_shift
3071     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3072     ac_need_defaults=false;;
3073   --header | --heade | --head | --hea )
3074     $ac_shift
3075     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3076     ac_need_defaults=false;;
3077   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3078   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3079     ac_cs_silent=: ;;
3080
3081   # This is an error.
3082   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3083 Try \`$0 --help' for more information." >&5
3084 echo "$as_me: error: unrecognized option: $1
3085 Try \`$0 --help' for more information." >&2;}
3086    { (exit 1); exit 1; }; } ;;
3087
3088   *) ac_config_targets="$ac_config_targets $1" ;;
3089
3090   esac
3091   shift
3092 done
3093
3094 ac_configure_extra_args=
3095
3096 if $ac_cs_silent; then
3097   exec 6>/dev/null
3098   ac_configure_extra_args="$ac_configure_extra_args --silent"
3099 fi
3100
3101 _ACEOF
3102 cat >>$CONFIG_STATUS <<_ACEOF
3103 if \$ac_cs_recheck; then
3104   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3105   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3106 fi
3107
3108 _ACEOF
3109
3110 cat >>$CONFIG_STATUS <<_ACEOF
3111 #
3112 # INIT-COMMANDS section.
3113 #
3114
3115 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
3116 srcdir=${srcdir}
3117 target=${target}
3118 with_multisubdir=${with_multisubdir}
3119 ac_configure_args="--enable-multilib ${ac_configure_args}"
3120 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
3121 libgloss_topdir=${libgloss_topdir}
3122 CC="${CC}"
3123 LDFLAGS=${LDFLAGS}
3124
3125
3126 _ACEOF
3127
3128
3129
3130 cat >>$CONFIG_STATUS <<\_ACEOF
3131 for ac_config_target in $ac_config_targets
3132 do
3133   case "$ac_config_target" in
3134   # Handling of arguments.
3135   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3136   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
3137   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3138 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3139    { (exit 1); exit 1; }; };;
3140   esac
3141 done
3142
3143 # If the user did not use the arguments to specify the items to instantiate,
3144 # then the envvar interface is used.  Set only those that are not.
3145 # We use the long form for the default assignment because of an extremely
3146 # bizarre bug on SunOS 4.1.3.
3147 if $ac_need_defaults; then
3148   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3149   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3150 fi
3151
3152 # Have a temporary directory for convenience.  Make it in the build tree
3153 # simply because there is no reason to put it here, and in addition,
3154 # creating and moving files from /tmp can sometimes cause problems.
3155 # Create a temporary directory, and hook for its removal unless debugging.
3156 $debug ||
3157 {
3158   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3159   trap '{ (exit 1); exit 1; }' 1 2 13 15
3160 }
3161
3162 # Create a (secure) tmp directory for tmp files.
3163
3164 {
3165   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3166   test -n "$tmp" && test -d "$tmp"
3167 }  ||
3168 {
3169   tmp=./confstat$$-$RANDOM
3170   (umask 077 && mkdir $tmp)
3171 } ||
3172 {
3173    echo "$me: cannot create a temporary directory in ." >&2
3174    { (exit 1); exit 1; }
3175 }
3176
3177 _ACEOF
3178
3179 cat >>$CONFIG_STATUS <<_ACEOF
3180
3181 #
3182 # CONFIG_FILES section.
3183 #
3184
3185 # No need to generate the scripts if there are no CONFIG_FILES.
3186 # This happens for instance when ./config.status config.h
3187 if test -n "\$CONFIG_FILES"; then
3188   # Protect against being on the right side of a sed subst in config.status.
3189   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3190    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3191 s,@SHELL@,$SHELL,;t t
3192 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3193 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3194 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3195 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3196 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3197 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3198 s,@exec_prefix@,$exec_prefix,;t t
3199 s,@prefix@,$prefix,;t t
3200 s,@program_transform_name@,$program_transform_name,;t t
3201 s,@bindir@,$bindir,;t t
3202 s,@sbindir@,$sbindir,;t t
3203 s,@libexecdir@,$libexecdir,;t t
3204 s,@datadir@,$datadir,;t t
3205 s,@sysconfdir@,$sysconfdir,;t t
3206 s,@sharedstatedir@,$sharedstatedir,;t t
3207 s,@localstatedir@,$localstatedir,;t t
3208 s,@libdir@,$libdir,;t t
3209 s,@includedir@,$includedir,;t t
3210 s,@oldincludedir@,$oldincludedir,;t t
3211 s,@infodir@,$infodir,;t t
3212 s,@mandir@,$mandir,;t t
3213 s,@build_alias@,$build_alias,;t t
3214 s,@host_alias@,$host_alias,;t t
3215 s,@target_alias@,$target_alias,;t t
3216 s,@DEFS@,$DEFS,;t t
3217 s,@ECHO_C@,$ECHO_C,;t t
3218 s,@ECHO_N@,$ECHO_N,;t t
3219 s,@ECHO_T@,$ECHO_T,;t t
3220 s,@LIBS@,$LIBS,;t t
3221 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3222 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3223 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3224 s,@build@,$build,;t t
3225 s,@build_cpu@,$build_cpu,;t t
3226 s,@build_vendor@,$build_vendor,;t t
3227 s,@build_os@,$build_os,;t t
3228 s,@host@,$host,;t t
3229 s,@host_cpu@,$host_cpu,;t t
3230 s,@host_vendor@,$host_vendor,;t t
3231 s,@host_os@,$host_os,;t t
3232 s,@target@,$target,;t t
3233 s,@target_cpu@,$target_cpu,;t t
3234 s,@target_vendor@,$target_vendor,;t t
3235 s,@target_os@,$target_os,;t t
3236 s,@CYGPATH_W@,$CYGPATH_W,;t t
3237 s,@PACKAGE@,$PACKAGE,;t t
3238 s,@VERSION@,$VERSION,;t t
3239 s,@ACLOCAL@,$ACLOCAL,;t t
3240 s,@AUTOCONF@,$AUTOCONF,;t t
3241 s,@AUTOMAKE@,$AUTOMAKE,;t t
3242 s,@AUTOHEADER@,$AUTOHEADER,;t t
3243 s,@MAKEINFO@,$MAKEINFO,;t t
3244 s,@install_sh@,$install_sh,;t t
3245 s,@STRIP@,$STRIP,;t t
3246 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
3247 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3248 s,@mkdir_p@,$mkdir_p,;t t
3249 s,@AWK@,$AWK,;t t
3250 s,@SET_MAKE@,$SET_MAKE,;t t
3251 s,@am__leading_dot@,$am__leading_dot,;t t
3252 s,@AMTAR@,$AMTAR,;t t
3253 s,@am__tar@,$am__tar,;t t
3254 s,@am__untar@,$am__untar,;t t
3255 s,@subdirs@,$subdirs,;t t
3256 s,@CC@,$CC,;t t
3257 s,@DEPDIR@,$DEPDIR,;t t
3258 s,@am__include@,$am__include,;t t
3259 s,@am__quote@,$am__quote,;t t
3260 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
3261 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
3262 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
3263 s,@CCDEPMODE@,$CCDEPMODE,;t t
3264 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
3265 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
3266 s,@AS@,$AS,;t t
3267 s,@AR@,$AR,;t t
3268 s,@LD@,$LD,;t t
3269 s,@RANLIB@,$RANLIB,;t t
3270 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
3271 s,@CCAS@,$CCAS,;t t
3272 s,@CCASFLAGS@,$CCASFLAGS,;t t
3273 s,@host_makefile_frag_path@,$host_makefile_frag_path,;t t
3274 s,@LIBOBJS@,$LIBOBJS,;t t
3275 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3276 /@host_makefile_frag@/r $host_makefile_frag
3277 s,@host_makefile_frag@,,;t t
3278 CEOF
3279
3280 _ACEOF
3281
3282   cat >>$CONFIG_STATUS <<\_ACEOF
3283   # Split the substitutions into bite-sized pieces for seds with
3284   # small command number limits, like on Digital OSF/1 and HP-UX.
3285   ac_max_sed_lines=48
3286   ac_sed_frag=1 # Number of current file.
3287   ac_beg=1 # First line for current file.
3288   ac_end=$ac_max_sed_lines # Line after last line for current file.
3289   ac_more_lines=:
3290   ac_sed_cmds=
3291   while $ac_more_lines; do
3292     if test $ac_beg -gt 1; then
3293       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3294     else
3295       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3296     fi
3297     if test ! -s $tmp/subs.frag; then
3298       ac_more_lines=false
3299     else
3300       # The purpose of the label and of the branching condition is to
3301       # speed up the sed processing (if there are no `@' at all, there
3302       # is no need to browse any of the substitutions).
3303       # These are the two extra sed commands mentioned above.
3304       (echo ':t
3305   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3306       if test -z "$ac_sed_cmds"; then
3307         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3308       else
3309         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3310       fi
3311       ac_sed_frag=`expr $ac_sed_frag + 1`
3312       ac_beg=$ac_end
3313       ac_end=`expr $ac_end + $ac_max_sed_lines`
3314     fi
3315   done
3316   if test -z "$ac_sed_cmds"; then
3317     ac_sed_cmds=cat
3318   fi
3319 fi # test -n "$CONFIG_FILES"
3320
3321 _ACEOF
3322 cat >>$CONFIG_STATUS <<\_ACEOF
3323 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3324   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3325   case $ac_file in
3326   - | *:- | *:-:* ) # input from stdin
3327         cat >$tmp/stdin
3328         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3329         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3330   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3331         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3332   * )   ac_file_in=$ac_file.in ;;
3333   esac
3334
3335   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3336   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3337 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3338          X"$ac_file" : 'X\(//\)[^/]' \| \
3339          X"$ac_file" : 'X\(//\)$' \| \
3340          X"$ac_file" : 'X\(/\)' \| \
3341          .     : '\(.\)' 2>/dev/null ||
3342 echo X"$ac_file" |
3343     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3344           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3345           /^X\(\/\/\)$/{ s//\1/; q; }
3346           /^X\(\/\).*/{ s//\1/; q; }
3347           s/.*/./; q'`
3348   { if $as_mkdir_p; then
3349     mkdir -p "$ac_dir"
3350   else
3351     as_dir="$ac_dir"
3352     as_dirs=
3353     while test ! -d "$as_dir"; do
3354       as_dirs="$as_dir $as_dirs"
3355       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3356 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3357          X"$as_dir" : 'X\(//\)[^/]' \| \
3358          X"$as_dir" : 'X\(//\)$' \| \
3359          X"$as_dir" : 'X\(/\)' \| \
3360          .     : '\(.\)' 2>/dev/null ||
3361 echo X"$as_dir" |
3362     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3363           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3364           /^X\(\/\/\)$/{ s//\1/; q; }
3365           /^X\(\/\).*/{ s//\1/; q; }
3366           s/.*/./; q'`
3367     done
3368     test ! -n "$as_dirs" || mkdir $as_dirs
3369   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3370 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3371    { (exit 1); exit 1; }; }; }
3372
3373   ac_builddir=.
3374
3375 if test "$ac_dir" != .; then
3376   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3377   # A "../" for each directory in $ac_dir_suffix.
3378   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3379 else
3380   ac_dir_suffix= ac_top_builddir=
3381 fi
3382
3383 case $srcdir in
3384   .)  # No --srcdir option.  We are building in place.
3385     ac_srcdir=.
3386     if test -z "$ac_top_builddir"; then
3387        ac_top_srcdir=.
3388     else
3389        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3390     fi ;;
3391   [\\/]* | ?:[\\/]* )  # Absolute path.
3392     ac_srcdir=$srcdir$ac_dir_suffix;
3393     ac_top_srcdir=$srcdir ;;
3394   *) # Relative path.
3395     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3396     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3397 esac
3398
3399 # Do not use `cd foo && pwd` to compute absolute paths, because
3400 # the directories may not exist.
3401 case `pwd` in
3402 .) ac_abs_builddir="$ac_dir";;
3403 *)
3404   case "$ac_dir" in
3405   .) ac_abs_builddir=`pwd`;;
3406   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3407   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3408   esac;;
3409 esac
3410 case $ac_abs_builddir in
3411 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3412 *)
3413   case ${ac_top_builddir}. in
3414   .) ac_abs_top_builddir=$ac_abs_builddir;;
3415   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3416   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3417   esac;;
3418 esac
3419 case $ac_abs_builddir in
3420 .) ac_abs_srcdir=$ac_srcdir;;
3421 *)
3422   case $ac_srcdir in
3423   .) ac_abs_srcdir=$ac_abs_builddir;;
3424   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3425   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3426   esac;;
3427 esac
3428 case $ac_abs_builddir in
3429 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3430 *)
3431   case $ac_top_srcdir in
3432   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3433   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3434   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3435   esac;;
3436 esac
3437
3438
3439   case $INSTALL in
3440   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3441   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3442   esac
3443
3444   if test x"$ac_file" != x-; then
3445     { echo "$as_me:$LINENO: creating $ac_file" >&5
3446 echo "$as_me: creating $ac_file" >&6;}
3447     rm -f "$ac_file"
3448   fi
3449   # Let's still pretend it is `configure' which instantiates (i.e., don't
3450   # use $as_me), people would be surprised to read:
3451   #    /* config.h.  Generated by config.status.  */
3452   if test x"$ac_file" = x-; then
3453     configure_input=
3454   else
3455     configure_input="$ac_file.  "
3456   fi
3457   configure_input=$configure_input"Generated from `echo $ac_file_in |
3458                                      sed 's,.*/,,'` by configure."
3459
3460   # First look for the input files in the build tree, otherwise in the
3461   # src tree.
3462   ac_file_inputs=`IFS=:
3463     for f in $ac_file_in; do
3464       case $f in
3465       -) echo $tmp/stdin ;;
3466       [\\/$]*)
3467          # Absolute (can't be DOS-style, as IFS=:)
3468          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3469 echo "$as_me: error: cannot find input file: $f" >&2;}
3470    { (exit 1); exit 1; }; }
3471          echo "$f";;
3472       *) # Relative
3473          if test -f "$f"; then
3474            # Build tree
3475            echo "$f"
3476          elif test -f "$srcdir/$f"; then
3477            # Source tree
3478            echo "$srcdir/$f"
3479          else
3480            # /dev/null tree
3481            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3482 echo "$as_me: error: cannot find input file: $f" >&2;}
3483    { (exit 1); exit 1; }; }
3484          fi;;
3485       esac
3486     done` || { (exit 1); exit 1; }
3487 _ACEOF
3488 cat >>$CONFIG_STATUS <<_ACEOF
3489   sed "$ac_vpsub
3490 $extrasub
3491 _ACEOF
3492 cat >>$CONFIG_STATUS <<\_ACEOF
3493 :t
3494 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3495 s,@configure_input@,$configure_input,;t t
3496 s,@srcdir@,$ac_srcdir,;t t
3497 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3498 s,@top_srcdir@,$ac_top_srcdir,;t t
3499 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3500 s,@builddir@,$ac_builddir,;t t
3501 s,@abs_builddir@,$ac_abs_builddir,;t t
3502 s,@top_builddir@,$ac_top_builddir,;t t
3503 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3504 s,@INSTALL@,$ac_INSTALL,;t t
3505 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3506   rm -f $tmp/stdin
3507   if test x"$ac_file" != x-; then
3508     mv $tmp/out $ac_file
3509   else
3510     cat $tmp/out
3511     rm -f $tmp/out
3512   fi
3513
3514   # Run the commands associated with the file.
3515   case $ac_file in
3516     Makefile ) if test -n "$CONFIG_FILES"; then
3517   unset ac_file
3518   . ${libgloss_topdir}/config-ml.in
3519 fi ;;
3520   esac
3521 done
3522 _ACEOF
3523 cat >>$CONFIG_STATUS <<\_ACEOF
3524
3525 #
3526 # CONFIG_COMMANDS section.
3527 #
3528 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
3529   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
3530   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
3531   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
3532 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3533          X"$ac_dest" : 'X\(//\)[^/]' \| \
3534          X"$ac_dest" : 'X\(//\)$' \| \
3535          X"$ac_dest" : 'X\(/\)' \| \
3536          .     : '\(.\)' 2>/dev/null ||
3537 echo X"$ac_dest" |
3538     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3539           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3540           /^X\(\/\/\)$/{ s//\1/; q; }
3541           /^X\(\/\).*/{ s//\1/; q; }
3542           s/.*/./; q'`
3543   { if $as_mkdir_p; then
3544     mkdir -p "$ac_dir"
3545   else
3546     as_dir="$ac_dir"
3547     as_dirs=
3548     while test ! -d "$as_dir"; do
3549       as_dirs="$as_dir $as_dirs"
3550       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3551 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3552          X"$as_dir" : 'X\(//\)[^/]' \| \
3553          X"$as_dir" : 'X\(//\)$' \| \
3554          X"$as_dir" : 'X\(/\)' \| \
3555          .     : '\(.\)' 2>/dev/null ||
3556 echo X"$as_dir" |
3557     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3558           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3559           /^X\(\/\/\)$/{ s//\1/; q; }
3560           /^X\(\/\).*/{ s//\1/; q; }
3561           s/.*/./; q'`
3562     done
3563     test ! -n "$as_dirs" || mkdir $as_dirs
3564   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3565 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3566    { (exit 1); exit 1; }; }; }
3567
3568   ac_builddir=.
3569
3570 if test "$ac_dir" != .; then
3571   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3572   # A "../" for each directory in $ac_dir_suffix.
3573   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3574 else
3575   ac_dir_suffix= ac_top_builddir=
3576 fi
3577
3578 case $srcdir in
3579   .)  # No --srcdir option.  We are building in place.
3580     ac_srcdir=.
3581     if test -z "$ac_top_builddir"; then
3582        ac_top_srcdir=.
3583     else
3584        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3585     fi ;;
3586   [\\/]* | ?:[\\/]* )  # Absolute path.
3587     ac_srcdir=$srcdir$ac_dir_suffix;
3588     ac_top_srcdir=$srcdir ;;
3589   *) # Relative path.
3590     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3591     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3592 esac
3593
3594 # Do not use `cd foo && pwd` to compute absolute paths, because
3595 # the directories may not exist.
3596 case `pwd` in
3597 .) ac_abs_builddir="$ac_dir";;
3598 *)
3599   case "$ac_dir" in
3600   .) ac_abs_builddir=`pwd`;;
3601   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3602   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3603   esac;;
3604 esac
3605 case $ac_abs_builddir in
3606 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3607 *)
3608   case ${ac_top_builddir}. in
3609   .) ac_abs_top_builddir=$ac_abs_builddir;;
3610   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3611   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3612   esac;;
3613 esac
3614 case $ac_abs_builddir in
3615 .) ac_abs_srcdir=$ac_srcdir;;
3616 *)
3617   case $ac_srcdir in
3618   .) ac_abs_srcdir=$ac_abs_builddir;;
3619   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3620   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3621   esac;;
3622 esac
3623 case $ac_abs_builddir in
3624 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3625 *)
3626   case $ac_top_srcdir in
3627   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3628   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3629   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3630   esac;;
3631 esac
3632
3633
3634   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
3635 echo "$as_me: executing $ac_dest commands" >&6;}
3636   case $ac_dest in
3637     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
3638   # Strip MF so we end up with the name of the file.
3639   mf=`echo "$mf" | sed -e 's/:.*$//'`
3640   # Check whether this is an Automake generated Makefile or not.
3641   # We used to match only the files named `Makefile.in', but
3642   # some people rename them; so instead we look at the file content.
3643   # Grep'ing the first line is not enough: some people post-process
3644   # each Makefile.in and add a new line on top of each file to say so.
3645   # So let's grep whole file.
3646   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
3647     dirpart=`(dirname "$mf") 2>/dev/null ||
3648 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3649          X"$mf" : 'X\(//\)[^/]' \| \
3650          X"$mf" : 'X\(//\)$' \| \
3651          X"$mf" : 'X\(/\)' \| \
3652          .     : '\(.\)' 2>/dev/null ||
3653 echo X"$mf" |
3654     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3655           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3656           /^X\(\/\/\)$/{ s//\1/; q; }
3657           /^X\(\/\).*/{ s//\1/; q; }
3658           s/.*/./; q'`
3659   else
3660     continue
3661   fi
3662   # Extract the definition of DEPDIR, am__include, and am__quote
3663   # from the Makefile without running `make'.
3664   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3665   test -z "$DEPDIR" && continue
3666   am__include=`sed -n 's/^am__include = //p' < "$mf"`
3667   test -z "am__include" && continue
3668   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3669   # When using ansi2knr, U may be empty or an underscore; expand it
3670   U=`sed -n 's/^U = //p' < "$mf"`
3671   # Find all dependency output files, they are included files with
3672   # $(DEPDIR) in their names.  We invoke sed twice because it is the
3673   # simplest approach to changing $(DEPDIR) to its actual value in the
3674   # expansion.
3675   for file in `sed -n "
3676     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
3677        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
3678     # Make sure the directory exists.
3679     test -f "$dirpart/$file" && continue
3680     fdir=`(dirname "$file") 2>/dev/null ||
3681 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3682          X"$file" : 'X\(//\)[^/]' \| \
3683          X"$file" : 'X\(//\)$' \| \
3684          X"$file" : 'X\(/\)' \| \
3685          .     : '\(.\)' 2>/dev/null ||
3686 echo X"$file" |
3687     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3688           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3689           /^X\(\/\/\)$/{ s//\1/; q; }
3690           /^X\(\/\).*/{ s//\1/; q; }
3691           s/.*/./; q'`
3692     { if $as_mkdir_p; then
3693     mkdir -p $dirpart/$fdir
3694   else
3695     as_dir=$dirpart/$fdir
3696     as_dirs=
3697     while test ! -d "$as_dir"; do
3698       as_dirs="$as_dir $as_dirs"
3699       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3700 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3701          X"$as_dir" : 'X\(//\)[^/]' \| \
3702          X"$as_dir" : 'X\(//\)$' \| \
3703          X"$as_dir" : 'X\(/\)' \| \
3704          .     : '\(.\)' 2>/dev/null ||
3705 echo X"$as_dir" |
3706     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3707           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3708           /^X\(\/\/\)$/{ s//\1/; q; }
3709           /^X\(\/\).*/{ s//\1/; q; }
3710           s/.*/./; q'`
3711     done
3712     test ! -n "$as_dirs" || mkdir $as_dirs
3713   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
3714 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
3715    { (exit 1); exit 1; }; }; }
3716
3717     # echo "creating $dirpart/$file"
3718     echo '# dummy' > "$dirpart/$file"
3719   done
3720 done
3721  ;;
3722   esac
3723 done
3724 _ACEOF
3725
3726 cat >>$CONFIG_STATUS <<\_ACEOF
3727
3728 { (exit 0); exit 0; }
3729 _ACEOF
3730 chmod +x $CONFIG_STATUS
3731 ac_clean_files=$ac_clean_files_save
3732
3733
3734 # configure is writing to config.log, and then calls config.status.
3735 # config.status does its own redirection, appending to config.log.
3736 # Unfortunately, on DOS this fails, as config.log is still kept open
3737 # by configure, so config.status won't be able to write to it; its
3738 # output is simply discarded.  So we exec the FD to /dev/null,
3739 # effectively closing config.log, so it can be properly (re)opened and
3740 # appended to by config.status.  When coming back to configure, we
3741 # need to make the FD available again.
3742 if test "$no_create" != yes; then
3743   ac_cs_success=:
3744   ac_config_status_args=
3745   test "$silent" = yes &&
3746     ac_config_status_args="$ac_config_status_args --quiet"
3747   exec 5>/dev/null
3748   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3749   exec 5>>config.log
3750   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3751   # would make configure fail if this is the last instruction.
3752   $ac_cs_success || { (exit 1); exit 1; }
3753 fi
3754
3755 #
3756 # CONFIG_SUBDIRS section.
3757 #
3758 if test "$no_recursion" != yes; then
3759
3760   # Remove --cache-file and --srcdir arguments so they do not pile up.
3761   ac_sub_configure_args=
3762   ac_prev=
3763   for ac_arg in $ac_configure_args; do
3764     if test -n "$ac_prev"; then
3765       ac_prev=
3766       continue
3767     fi
3768     case $ac_arg in
3769     -cache-file | --cache-file | --cache-fil | --cache-fi \
3770     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3771       ac_prev=cache_file ;;
3772     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3773     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
3774     | --c=*)
3775       ;;
3776     --config-cache | -C)
3777       ;;
3778     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3779       ac_prev=srcdir ;;
3780     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3781       ;;
3782     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
3783       ac_prev=prefix ;;
3784     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3785       ;;
3786     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3787     esac
3788   done
3789
3790   # Always prepend --prefix to ensure using the same prefix
3791   # in subdir configurations.
3792   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
3793
3794   ac_popdir=`pwd`
3795   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
3796
3797     # Do not complain, so a configure script can configure whichever
3798     # parts of a large source tree are present.
3799     test -d $srcdir/$ac_dir || continue
3800
3801     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
3802 echo "$as_me: configuring in $ac_dir" >&6;}
3803     { if $as_mkdir_p; then
3804     mkdir -p "$ac_dir"
3805   else
3806     as_dir="$ac_dir"
3807     as_dirs=
3808     while test ! -d "$as_dir"; do
3809       as_dirs="$as_dir $as_dirs"
3810       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3811 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3812          X"$as_dir" : 'X\(//\)[^/]' \| \
3813          X"$as_dir" : 'X\(//\)$' \| \
3814          X"$as_dir" : 'X\(/\)' \| \
3815          .     : '\(.\)' 2>/dev/null ||
3816 echo X"$as_dir" |
3817     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3818           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3819           /^X\(\/\/\)$/{ s//\1/; q; }
3820           /^X\(\/\).*/{ s//\1/; q; }
3821           s/.*/./; q'`
3822     done
3823     test ! -n "$as_dirs" || mkdir $as_dirs
3824   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3825 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3826    { (exit 1); exit 1; }; }; }
3827
3828     ac_builddir=.
3829
3830 if test "$ac_dir" != .; then
3831   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3832   # A "../" for each directory in $ac_dir_suffix.
3833   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3834 else
3835   ac_dir_suffix= ac_top_builddir=
3836 fi
3837
3838 case $srcdir in
3839   .)  # No --srcdir option.  We are building in place.
3840     ac_srcdir=.
3841     if test -z "$ac_top_builddir"; then
3842        ac_top_srcdir=.
3843     else
3844        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3845     fi ;;
3846   [\\/]* | ?:[\\/]* )  # Absolute path.
3847     ac_srcdir=$srcdir$ac_dir_suffix;
3848     ac_top_srcdir=$srcdir ;;
3849   *) # Relative path.
3850     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3851     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3852 esac
3853
3854 # Do not use `cd foo && pwd` to compute absolute paths, because
3855 # the directories may not exist.
3856 case `pwd` in
3857 .) ac_abs_builddir="$ac_dir";;
3858 *)
3859   case "$ac_dir" in
3860   .) ac_abs_builddir=`pwd`;;
3861   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3862   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3863   esac;;
3864 esac
3865 case $ac_abs_builddir in
3866 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3867 *)
3868   case ${ac_top_builddir}. in
3869   .) ac_abs_top_builddir=$ac_abs_builddir;;
3870   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3871   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3872   esac;;
3873 esac
3874 case $ac_abs_builddir in
3875 .) ac_abs_srcdir=$ac_srcdir;;
3876 *)
3877   case $ac_srcdir in
3878   .) ac_abs_srcdir=$ac_abs_builddir;;
3879   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3880   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3881   esac;;
3882 esac
3883 case $ac_abs_builddir in
3884 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3885 *)
3886   case $ac_top_srcdir in
3887   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3888   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3889   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3890   esac;;
3891 esac
3892
3893
3894     cd $ac_dir
3895
3896     # Check for guested configure; otherwise get Cygnus style configure.
3897     if test -f $ac_srcdir/configure.gnu; then
3898       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
3899     elif test -f $ac_srcdir/configure; then
3900       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
3901     elif test -f $ac_srcdir/configure.in; then
3902       ac_sub_configure=$ac_configure
3903     else
3904       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
3905 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
3906       ac_sub_configure=
3907     fi
3908
3909     # The recursion is here.
3910     if test -n "$ac_sub_configure"; then
3911       # Make the cache file name correct relative to the subdirectory.
3912       case $cache_file in
3913       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
3914       *) # Relative path.
3915         ac_sub_cache_file=$ac_top_builddir$cache_file ;;
3916       esac
3917
3918       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
3919 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
3920       # The eval makes quoting arguments work.
3921       eval $ac_sub_configure $ac_sub_configure_args \
3922            --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
3923         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
3924 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
3925    { (exit 1); exit 1; }; }
3926     fi
3927
3928     cd $ac_popdir
3929   done
3930 fi
3931
3932
3933