OSDN Git Service

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