OSDN Git Service

20000317 sourceware import
[pf3gnuchains/pf3gnuchains3x.git] / libgloss / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14
15 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
18 build=NONE
19 cache_file=./config.cache
20 exec_prefix=NONE
21 host=NONE
22 no_create=
23 nonopt=NONE
24 no_recursion=
25 prefix=NONE
26 program_prefix=NONE
27 program_suffix=NONE
28 program_transform_name=s,x,x,
29 silent=
30 site=
31 sitefile=
32 srcdir=
33 target=NONE
34 verbose=
35 x_includes=NONE
36 x_libraries=NONE
37 bindir='${exec_prefix}/bin'
38 sbindir='${exec_prefix}/sbin'
39 libexecdir='${exec_prefix}/libexec'
40 datadir='${prefix}/share'
41 sysconfdir='${prefix}/etc'
42 sharedstatedir='${prefix}/com'
43 localstatedir='${prefix}/var'
44 libdir='${exec_prefix}/lib'
45 includedir='${prefix}/include'
46 oldincludedir='/usr/include'
47 infodir='${prefix}/info'
48 mandir='${prefix}/man'
49
50 # Initialize some other variables.
51 subdirs=
52 MFLAGS= MAKEFLAGS=
53 SHELL=${CONFIG_SHELL-/bin/sh}
54 # Maximum number of lines to put in a shell here document.
55 ac_max_here_lines=12
56
57 ac_prev=
58 for ac_option
59 do
60
61   # If the previous option needs an argument, assign it.
62   if test -n "$ac_prev"; then
63     eval "$ac_prev=\$ac_option"
64     ac_prev=
65     continue
66   fi
67
68   case "$ac_option" in
69   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70   *) ac_optarg= ;;
71   esac
72
73   # Accept the important Cygnus configure options, so we can diagnose typos.
74
75   case "$ac_option" in
76
77   -bindir | --bindir | --bindi | --bind | --bin | --bi)
78     ac_prev=bindir ;;
79   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80     bindir="$ac_optarg" ;;
81
82   -build | --build | --buil | --bui | --bu)
83     ac_prev=build ;;
84   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85     build="$ac_optarg" ;;
86
87   -cache-file | --cache-file | --cache-fil | --cache-fi \
88   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89     ac_prev=cache_file ;;
90   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92     cache_file="$ac_optarg" ;;
93
94   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95     ac_prev=datadir ;;
96   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97   | --da=*)
98     datadir="$ac_optarg" ;;
99
100   -disable-* | --disable-*)
101     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102     # Reject names that are not valid shell variable names.
103     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105     fi
106     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107     eval "enable_${ac_feature}=no" ;;
108
109   -enable-* | --enable-*)
110     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111     # Reject names that are not valid shell variable names.
112     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
113       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114     fi
115     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116     case "$ac_option" in
117       *=*) ;;
118       *) ac_optarg=yes ;;
119     esac
120     eval "enable_${ac_feature}='$ac_optarg'" ;;
121
122   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124   | --exec | --exe | --ex)
125     ac_prev=exec_prefix ;;
126   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128   | --exec=* | --exe=* | --ex=*)
129     exec_prefix="$ac_optarg" ;;
130
131   -gas | --gas | --ga | --g)
132     # Obsolete; use --with-gas.
133     with_gas=yes ;;
134
135   -help | --help | --hel | --he)
136     # Omit some internal or obsolete options to make the list less imposing.
137     # This message is too long to be a string in the A/UX 3.1 sh.
138     cat << EOF
139 Usage: configure [options] [host]
140 Options: [defaults in brackets after descriptions]
141 Configuration:
142   --cache-file=FILE       cache test results in FILE
143   --help                  print this message
144   --no-create             do not create output files
145   --quiet, --silent       do not print \`checking...' messages
146   --site-file=FILE        use FILE as the site file
147   --version               print the version of autoconf that created configure
148 Directory and file names:
149   --prefix=PREFIX         install architecture-independent files in PREFIX
150                           [$ac_default_prefix]
151   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
152                           [same as prefix]
153   --bindir=DIR            user executables in DIR [EPREFIX/bin]
154   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
155   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
156   --datadir=DIR           read-only architecture-independent data in DIR
157                           [PREFIX/share]
158   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
159   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
160                           [PREFIX/com]
161   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
162   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
163   --includedir=DIR        C header files in DIR [PREFIX/include]
164   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
165   --infodir=DIR           info documentation in DIR [PREFIX/info]
166   --mandir=DIR            man documentation in DIR [PREFIX/man]
167   --srcdir=DIR            find the sources in DIR [configure dir or ..]
168   --program-prefix=PREFIX prepend PREFIX to installed program names
169   --program-suffix=SUFFIX append SUFFIX to installed program names
170   --program-transform-name=PROGRAM
171                           run sed PROGRAM on installed program names
172 EOF
173     cat << EOF
174 Host type:
175   --build=BUILD           configure for building on BUILD [BUILD=HOST]
176   --host=HOST             configure for HOST [guessed]
177   --target=TARGET         configure for TARGET [TARGET=HOST]
178 Features and packages:
179   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
180   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
181   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
182   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
183   --x-includes=DIR        X include files are in DIR
184   --x-libraries=DIR       X library files are in DIR
185 EOF
186     if test -n "$ac_help"; then
187       echo "--enable and --with options recognized:$ac_help"
188     fi
189     exit 0 ;;
190
191   -host | --host | --hos | --ho)
192     ac_prev=host ;;
193   -host=* | --host=* | --hos=* | --ho=*)
194     host="$ac_optarg" ;;
195
196   -includedir | --includedir | --includedi | --included | --include \
197   | --includ | --inclu | --incl | --inc)
198     ac_prev=includedir ;;
199   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
200   | --includ=* | --inclu=* | --incl=* | --inc=*)
201     includedir="$ac_optarg" ;;
202
203   -infodir | --infodir | --infodi | --infod | --info | --inf)
204     ac_prev=infodir ;;
205   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
206     infodir="$ac_optarg" ;;
207
208   -libdir | --libdir | --libdi | --libd)
209     ac_prev=libdir ;;
210   -libdir=* | --libdir=* | --libdi=* | --libd=*)
211     libdir="$ac_optarg" ;;
212
213   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
214   | --libexe | --libex | --libe)
215     ac_prev=libexecdir ;;
216   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
217   | --libexe=* | --libex=* | --libe=*)
218     libexecdir="$ac_optarg" ;;
219
220   -localstatedir | --localstatedir | --localstatedi | --localstated \
221   | --localstate | --localstat | --localsta | --localst \
222   | --locals | --local | --loca | --loc | --lo)
223     ac_prev=localstatedir ;;
224   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
225   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
226   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
227     localstatedir="$ac_optarg" ;;
228
229   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
230     ac_prev=mandir ;;
231   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
232     mandir="$ac_optarg" ;;
233
234   -nfp | --nfp | --nf)
235     # Obsolete; use --without-fp.
236     with_fp=no ;;
237
238   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
239   | --no-cr | --no-c)
240     no_create=yes ;;
241
242   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
243   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244     no_recursion=yes ;;
245
246   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
247   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
248   | --oldin | --oldi | --old | --ol | --o)
249     ac_prev=oldincludedir ;;
250   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
251   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
252   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
253     oldincludedir="$ac_optarg" ;;
254
255   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
256     ac_prev=prefix ;;
257   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
258     prefix="$ac_optarg" ;;
259
260   -program-prefix | --program-prefix | --program-prefi | --program-pref \
261   | --program-pre | --program-pr | --program-p)
262     ac_prev=program_prefix ;;
263   -program-prefix=* | --program-prefix=* | --program-prefi=* \
264   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
265     program_prefix="$ac_optarg" ;;
266
267   -program-suffix | --program-suffix | --program-suffi | --program-suff \
268   | --program-suf | --program-su | --program-s)
269     ac_prev=program_suffix ;;
270   -program-suffix=* | --program-suffix=* | --program-suffi=* \
271   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
272     program_suffix="$ac_optarg" ;;
273
274   -program-transform-name | --program-transform-name \
275   | --program-transform-nam | --program-transform-na \
276   | --program-transform-n | --program-transform- \
277   | --program-transform | --program-transfor \
278   | --program-transfo | --program-transf \
279   | --program-trans | --program-tran \
280   | --progr-tra | --program-tr | --program-t)
281     ac_prev=program_transform_name ;;
282   -program-transform-name=* | --program-transform-name=* \
283   | --program-transform-nam=* | --program-transform-na=* \
284   | --program-transform-n=* | --program-transform-=* \
285   | --program-transform=* | --program-transfor=* \
286   | --program-transfo=* | --program-transf=* \
287   | --program-trans=* | --program-tran=* \
288   | --progr-tra=* | --program-tr=* | --program-t=*)
289     program_transform_name="$ac_optarg" ;;
290
291   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
292   | -silent | --silent | --silen | --sile | --sil)
293     silent=yes ;;
294
295   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
296     ac_prev=sbindir ;;
297   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
298   | --sbi=* | --sb=*)
299     sbindir="$ac_optarg" ;;
300
301   -sharedstatedir | --sharedstatedir | --sharedstatedi \
302   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
303   | --sharedst | --shareds | --shared | --share | --shar \
304   | --sha | --sh)
305     ac_prev=sharedstatedir ;;
306   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
307   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
308   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
309   | --sha=* | --sh=*)
310     sharedstatedir="$ac_optarg" ;;
311
312   -site | --site | --sit)
313     ac_prev=site ;;
314   -site=* | --site=* | --sit=*)
315     site="$ac_optarg" ;;
316
317   -site-file | --site-file | --site-fil | --site-fi | --site-f)
318     ac_prev=sitefile ;;
319   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
320     sitefile="$ac_optarg" ;;
321
322   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
323     ac_prev=srcdir ;;
324   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
325     srcdir="$ac_optarg" ;;
326
327   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
328   | --syscon | --sysco | --sysc | --sys | --sy)
329     ac_prev=sysconfdir ;;
330   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
331   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
332     sysconfdir="$ac_optarg" ;;
333
334   -target | --target | --targe | --targ | --tar | --ta | --t)
335     ac_prev=target ;;
336   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
337     target="$ac_optarg" ;;
338
339   -v | -verbose | --verbose | --verbos | --verbo | --verb)
340     verbose=yes ;;
341
342   -version | --version | --versio | --versi | --vers)
343     echo "configure generated by autoconf version 2.13"
344     exit 0 ;;
345
346   -with-* | --with-*)
347     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
348     # Reject names that are not valid shell variable names.
349     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
350       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
351     fi
352     ac_package=`echo $ac_package| sed 's/-/_/g'`
353     case "$ac_option" in
354       *=*) ;;
355       *) ac_optarg=yes ;;
356     esac
357     eval "with_${ac_package}='$ac_optarg'" ;;
358
359   -without-* | --without-*)
360     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
361     # Reject names that are not valid shell variable names.
362     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
363       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
364     fi
365     ac_package=`echo $ac_package| sed 's/-/_/g'`
366     eval "with_${ac_package}=no" ;;
367
368   --x)
369     # Obsolete; use --with-x.
370     with_x=yes ;;
371
372   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
373   | --x-incl | --x-inc | --x-in | --x-i)
374     ac_prev=x_includes ;;
375   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
376   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
377     x_includes="$ac_optarg" ;;
378
379   -x-libraries | --x-libraries | --x-librarie | --x-librari \
380   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
381     ac_prev=x_libraries ;;
382   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
383   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
384     x_libraries="$ac_optarg" ;;
385
386   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
387     ;;
388
389   *)
390     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
391       echo "configure: warning: $ac_option: invalid host type" 1>&2
392     fi
393     if test "x$nonopt" != xNONE; then
394       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
395     fi
396     nonopt="$ac_option"
397     ;;
398
399   esac
400 done
401
402 if test -n "$ac_prev"; then
403   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
404 fi
405
406 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
407
408 # File descriptor usage:
409 # 0 standard input
410 # 1 file creation
411 # 2 errors and warnings
412 # 3 some systems may open it to /dev/tty
413 # 4 used on the Kubota Titan
414 # 6 checking for... messages and results
415 # 5 compiler messages saved in config.log
416 if test "$silent" = yes; then
417   exec 6>/dev/null
418 else
419   exec 6>&1
420 fi
421 exec 5>./config.log
422
423 echo "\
424 This file contains any messages produced by compilers while
425 running configure, to aid debugging if configure makes a mistake.
426 " 1>&5
427
428 # Strip out --no-create and --no-recursion so they do not pile up.
429 # Also quote any args containing shell metacharacters.
430 ac_configure_args=
431 for ac_arg
432 do
433   case "$ac_arg" in
434   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
435   | --no-cr | --no-c) ;;
436   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
437   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
438   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
439   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
440   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
441   esac
442 done
443
444 # NLS nuisances.
445 # Only set these to C if already set.  These must not be set unconditionally
446 # because not all systems understand e.g. LANG=C (notably SCO).
447 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
448 # Non-C LC_CTYPE values break the ctype check.
449 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
450 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
451 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
452 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
453
454 # confdefs.h avoids OS command line length limits that DEFS can exceed.
455 rm -rf conftest* confdefs.h
456 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
457 echo > confdefs.h
458
459 # A filename unique to this package, relative to the directory that
460 # configure is in, which we can look for to find out if srcdir is correct.
461 ac_unique_file=README
462
463 # Find the source files, if location was not specified.
464 if test -z "$srcdir"; then
465   ac_srcdir_defaulted=yes
466   # Try the directory containing this script, then its parent.
467   ac_prog=$0
468   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
469   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
470   srcdir=$ac_confdir
471   if test ! -r $srcdir/$ac_unique_file; then
472     srcdir=..
473   fi
474 else
475   ac_srcdir_defaulted=no
476 fi
477 if test ! -r $srcdir/$ac_unique_file; then
478   if test "$ac_srcdir_defaulted" = yes; then
479     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
480   else
481     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
482   fi
483 fi
484 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
485
486 # Prefer explicitly selected file to automatically selected ones.
487 if test -z "$sitefile"; then
488   if test -z "$CONFIG_SITE"; then
489     if test "x$prefix" != xNONE; then
490       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
491     else
492       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
493     fi
494   fi
495 else
496   CONFIG_SITE="$sitefile"
497 fi
498 for ac_site_file in $CONFIG_SITE; do
499   if test -r "$ac_site_file"; then
500     echo "loading site script $ac_site_file"
501     . "$ac_site_file"
502   fi
503 done
504
505 if test -r "$cache_file"; then
506   echo "loading cache $cache_file"
507   . $cache_file
508 else
509   echo "creating cache $cache_file"
510   > $cache_file
511 fi
512
513 ac_ext=c
514 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
515 ac_cpp='$CPP $CPPFLAGS'
516 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
517 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
518 cross_compiling=$ac_cv_prog_cc_cross
519
520 ac_exeext=
521 ac_objext=o
522 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
523   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
524   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
525     ac_n= ac_c='
526 ' ac_t='        '
527   else
528     ac_n=-n ac_c= ac_t=
529   fi
530 else
531   ac_n= ac_c='\c' ac_t=
532 fi
533
534
535
536 if test "${enable_shared}" = "yes" ; then
537     echo "Shared libraries not supported for cross compiling, ignored"
538 fi
539
540 if test "${srcdir}" = "." ; then
541   if test "${with_target_subdir}" != "." ; then
542     libgloss_topdir="${srcdir}/${with_multisrctop}../.."
543   else
544     libgloss_topdir="${srcdir}/${with_multisrctop}.."
545   fi
546 else
547   libgloss_topdir="${srcdir}/.."
548 fi
549 ac_aux_dir=
550 for ac_dir in $libgloss_topdir $srcdir/$libgloss_topdir; do
551   if test -f $ac_dir/install-sh; then
552     ac_aux_dir=$ac_dir
553     ac_install_sh="$ac_aux_dir/install-sh -c"
554     break
555   elif test -f $ac_dir/install.sh; then
556     ac_aux_dir=$ac_dir
557     ac_install_sh="$ac_aux_dir/install.sh -c"
558     break
559   fi
560 done
561 if test -z "$ac_aux_dir"; then
562   { echo "configure: error: can not find install-sh or install.sh in $libgloss_topdir $srcdir/$libgloss_topdir" 1>&2; exit 1; }
563 fi
564 ac_config_guess=$ac_aux_dir/config.guess
565 ac_config_sub=$ac_aux_dir/config.sub
566 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
567
568
569 # Find a good install program.  We prefer a C program (faster),
570 # so one script is as good as another.  But avoid the broken or
571 # incompatible versions:
572 # SysV /etc/install, /usr/sbin/install
573 # SunOS /usr/etc/install
574 # IRIX /sbin/install
575 # AIX /bin/install
576 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
577 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
578 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
579 # ./install, which can be erroneously created by make from ./install.sh.
580 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
581 echo "configure:582: checking for a BSD compatible install" >&5
582 if test -z "$INSTALL"; then
583 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
584   echo $ac_n "(cached) $ac_c" 1>&6
585 else
586     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
587   for ac_dir in $PATH; do
588     # Account for people who put trailing slashes in PATH elements.
589     case "$ac_dir/" in
590     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
591     *)
592       # OSF1 and SCO ODT 3.0 have their own names for install.
593       # Don't use installbsd from OSF since it installs stuff as root
594       # by default.
595       for ac_prog in ginstall scoinst install; do
596         if test -f $ac_dir/$ac_prog; then
597           if test $ac_prog = install &&
598             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
599             # AIX install.  It has an incompatible calling convention.
600             :
601           else
602             ac_cv_path_install="$ac_dir/$ac_prog -c"
603             break 2
604           fi
605         fi
606       done
607       ;;
608     esac
609   done
610   IFS="$ac_save_IFS"
611
612 fi
613   if test "${ac_cv_path_install+set}" = set; then
614     INSTALL="$ac_cv_path_install"
615   else
616     # As a last resort, use the slow shell script.  We don't cache a
617     # path for INSTALL within a source directory, because that will
618     # break other packages using the cache if that directory is
619     # removed, or if the path is relative.
620     INSTALL="$ac_install_sh"
621   fi
622 fi
623 echo "$ac_t""$INSTALL" 1>&6
624
625 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
626 # It thinks the first close brace ends the variable substitution.
627 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
628
629 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
630
631 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
632
633
634
635 # Do some error checking and defaulting for the host and target type.
636 # The inputs are:
637 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
638 #
639 # The rules are:
640 # 1. You are not allowed to specify --host, --target, and nonopt at the
641 #    same time.
642 # 2. Host defaults to nonopt.
643 # 3. If nonopt is not specified, then host defaults to the current host,
644 #    as determined by config.guess.
645 # 4. Target and build default to nonopt.
646 # 5. If nonopt is not specified, then target and build default to host.
647
648 # The aliases save the names the user supplied, while $host etc.
649 # will get canonicalized.
650 case $host---$target---$nonopt in
651 NONE---*---* | *---NONE---* | *---*---NONE) ;;
652 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
653 esac
654
655
656 # Make sure we can run config.sub.
657 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
658 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
659 fi
660
661 echo $ac_n "checking host system type""... $ac_c" 1>&6
662 echo "configure:663: checking host system type" >&5
663
664 host_alias=$host
665 case "$host_alias" in
666 NONE)
667   case $nonopt in
668   NONE)
669     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
670     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
671     fi ;;
672   *) host_alias=$nonopt ;;
673   esac ;;
674 esac
675
676 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
677 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
678 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
679 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
680 echo "$ac_t""$host" 1>&6
681
682 echo $ac_n "checking target system type""... $ac_c" 1>&6
683 echo "configure:684: checking target system type" >&5
684
685 target_alias=$target
686 case "$target_alias" in
687 NONE)
688   case $nonopt in
689   NONE) target_alias=$host_alias ;;
690   *) target_alias=$nonopt ;;
691   esac ;;
692 esac
693
694 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
695 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
696 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
697 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
698 echo "$ac_t""$target" 1>&6
699
700 echo $ac_n "checking build system type""... $ac_c" 1>&6
701 echo "configure:702: checking build system type" >&5
702
703 build_alias=$build
704 case "$build_alias" in
705 NONE)
706   case $nonopt in
707   NONE) build_alias=$host_alias ;;
708   *) build_alias=$nonopt ;;
709   esac ;;
710 esac
711
712 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
713 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
714 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
715 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
716 echo "$ac_t""$build" 1>&6
717
718 test "$host_alias" != "$target_alias" &&
719   test "$program_prefix$program_suffix$program_transform_name" = \
720     NONENONEs,x,x, &&
721   program_prefix=${target_alias}-
722
723
724 if test -z "${with_multisubdir}" ; then
725   configdirs="doc libnosys"
726 else
727   configdirs="libnosys"
728 fi
729
730 case "${target}" in
731   i386-*-elf*)
732         configdirs="${configdirs} i386 testsuite";
733         ;;
734   m32r-*-*)
735         configdirs="${configdirs} m32r testsuite"
736         ;;
737   m68*-*-*)
738         configdirs="${configdirs} m68k testsuite"
739         ;;
740   hppa*-*-pro*)
741         configdirs="${configdirs} pa testsuite"
742         ;;
743   i960-*-coff)
744         configdirs="${configdirs} i960 testsuite"
745         ;;
746   sparc-*-elf*)
747         configdirs="${configdirs} sparc testsuite"
748         ;;
749   sparc64-*-elf*)
750         configdirs="${configdirs} sparc testsuite"
751         ;;
752   sparc86x-*-*)
753         configdirs="${configdirs} sparc testsuite"
754         ;;
755   sparclite-*-*)
756         configdirs="${configdirs} sparc testsuite"
757         ;;
758   sparclet-*-aout*)
759         configdirs="${configdirs} sparc sparc/libsys testsuite"
760         ;;
761   *arm-wince-pe)
762         configdirs="wince"
763         ;;
764   sh*-*-pe)
765         configdirs="wince"
766         ;;
767   mips*-*-pe)
768         configdirs="wince"
769         ;;
770   mips*-*-*)
771         configdirs="${configdirs} mips testsuite"
772         ;;
773   powerpc-*-*|powerpcle-*-*)
774         configdirs="${configdirs} rs6000 testsuite"
775         ;;
776   mn10200-*-*)
777         configdirs="${configdirs} mn10200 testsuite"
778         ;;
779   mn10300-*-*)
780         configdirs="${configdirs} mn10300 testsuite"
781         ;;
782   d30v-*-*)
783         configdirs="${configdirs} d30v testsuite"
784         ;;
785   fr30-*-*)
786         configdirs="${configdirs} fr30 testsuite"
787         ;;
788   mcore-*-*)
789         configdirs="${configdirs} mcore testsuite"
790         ;;
791 esac
792
793 # temporarily strip out testsuite
794 configdirs=`echo $configdirs | sed 's/testsuite//'`
795
796 subdirs="$configdirs"
797
798
799 # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
800 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
801 # are probably using a cross compiler, which will not be able to fully
802 # link an executable.  This should really be fixed in autoconf
803 # itself.
804
805
806
807 # Extract the first word of "gcc", so it can be a program name with args.
808 set dummy gcc; ac_word=$2
809 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
810 echo "configure:826: checking for $ac_word" >&5
811 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
812   echo $ac_n "(cached) $ac_c" 1>&6
813 else
814   if test -n "$CC"; then
815   ac_cv_prog_CC="$CC" # Let the user override the test.
816 else
817   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
818   ac_dummy="$PATH"
819   for ac_dir in $ac_dummy; do
820     test -z "$ac_dir" && ac_dir=.
821     if test -f $ac_dir/$ac_word; then
822       ac_cv_prog_CC="gcc"
823       break
824     fi
825   done
826   IFS="$ac_save_ifs"
827 fi
828 fi
829 CC="$ac_cv_prog_CC"
830 if test -n "$CC"; then
831   echo "$ac_t""$CC" 1>&6
832 else
833   echo "$ac_t""no" 1>&6
834 fi
835
836 if test -z "$CC"; then
837   # Extract the first word of "cc", so it can be a program name with args.
838 set dummy cc; ac_word=$2
839 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
840 echo "configure:856: checking for $ac_word" >&5
841 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
842   echo $ac_n "(cached) $ac_c" 1>&6
843 else
844   if test -n "$CC"; then
845   ac_cv_prog_CC="$CC" # Let the user override the test.
846 else
847   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
848   ac_prog_rejected=no
849   ac_dummy="$PATH"
850   for ac_dir in $ac_dummy; do
851     test -z "$ac_dir" && ac_dir=.
852     if test -f $ac_dir/$ac_word; then
853       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
854         ac_prog_rejected=yes
855         continue
856       fi
857       ac_cv_prog_CC="cc"
858       break
859     fi
860   done
861   IFS="$ac_save_ifs"
862 if test $ac_prog_rejected = yes; then
863   # We found a bogon in the path, so make sure we never use it.
864   set dummy $ac_cv_prog_CC
865   shift
866   if test $# -gt 0; then
867     # We chose a different compiler from the bogus one.
868     # However, it has the same basename, so the bogon will be chosen
869     # first if we set CC to just the basename; use the full file name.
870     shift
871     set dummy "$ac_dir/$ac_word" "$@"
872     shift
873     ac_cv_prog_CC="$@"
874   fi
875 fi
876 fi
877 fi
878 CC="$ac_cv_prog_CC"
879 if test -n "$CC"; then
880   echo "$ac_t""$CC" 1>&6
881 else
882   echo "$ac_t""no" 1>&6
883 fi
884
885   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
886 fi
887
888 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
889 echo "configure:905: checking whether we are using GNU C" >&5
890 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
891   echo $ac_n "(cached) $ac_c" 1>&6
892 else
893   cat > conftest.c <<EOF
894 #ifdef __GNUC__
895   yes;
896 #endif
897 EOF
898 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
899   ac_cv_prog_gcc=yes
900 else
901   ac_cv_prog_gcc=no
902 fi
903 fi
904
905 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
906
907 if test $ac_cv_prog_gcc = yes; then
908   GCC=yes
909   ac_test_CFLAGS="${CFLAGS+set}"
910   ac_save_CFLAGS="$CFLAGS"
911   CFLAGS=
912   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
913 echo "configure:929: checking whether ${CC-cc} accepts -g" >&5
914 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
915   echo $ac_n "(cached) $ac_c" 1>&6
916 else
917   echo 'void f(){}' > conftest.c
918 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
919   ac_cv_prog_cc_g=yes
920 else
921   ac_cv_prog_cc_g=no
922 fi
923 rm -f conftest*
924
925 fi
926
927 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
928   if test "$ac_test_CFLAGS" = set; then
929     CFLAGS="$ac_save_CFLAGS"
930   elif test $ac_cv_prog_cc_g = yes; then
931     CFLAGS="-g -O2"
932   else
933     CFLAGS="-O2"
934   fi
935 else
936   GCC=
937   test "${CFLAGS+set}" = set || CFLAGS="-g"
938 fi
939
940 AS=${AS-as}
941
942 # Extract the first word of "ar", so it can be a program name with args.
943 set dummy ar; ac_word=$2
944 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
945 echo "configure:961: checking for $ac_word" >&5
946 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
947   echo $ac_n "(cached) $ac_c" 1>&6
948 else
949   if test -n "$AR"; then
950   ac_cv_prog_AR="$AR" # Let the user override the test.
951 else
952   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
953   ac_dummy="$PATH"
954   for ac_dir in $ac_dummy; do
955     test -z "$ac_dir" && ac_dir=.
956     if test -f $ac_dir/$ac_word; then
957       ac_cv_prog_AR="ar"
958       break
959     fi
960   done
961   IFS="$ac_save_ifs"
962   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR=":"
963 fi
964 fi
965 AR="$ac_cv_prog_AR"
966 if test -n "$AR"; then
967   echo "$ac_t""$AR" 1>&6
968 else
969   echo "$ac_t""no" 1>&6
970 fi
971
972 AR=${AR-ar}
973
974 LD=${LD-ld}
975
976 # Extract the first word of "ranlib", so it can be a program name with args.
977 set dummy ranlib; ac_word=$2
978 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
979 echo "configure:995: checking for $ac_word" >&5
980 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
981   echo $ac_n "(cached) $ac_c" 1>&6
982 else
983   if test -n "$RANLIB"; then
984   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
985 else
986   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
987   ac_dummy="$PATH"
988   for ac_dir in $ac_dummy; do
989     test -z "$ac_dir" && ac_dir=.
990     if test -f $ac_dir/$ac_word; then
991       ac_cv_prog_RANLIB="ranlib"
992       break
993     fi
994   done
995   IFS="$ac_save_ifs"
996   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
997 fi
998 fi
999 RANLIB="$ac_cv_prog_RANLIB"
1000 if test -n "$RANLIB"; then
1001   echo "$ac_t""$RANLIB" 1>&6
1002 else
1003   echo "$ac_t""no" 1>&6
1004 fi
1005
1006
1007 host_makefile_frag=${srcdir}/config/default.mh
1008
1009 host_makefile_frag_path=$host_makefile_frag
1010
1011
1012
1013 # for now, only add multilibs for specific targets
1014 trap '' 1 2 15
1015 cat > confcache <<\EOF
1016 # This file is a shell script that caches the results of configure
1017 # tests run on this system so they can be shared between configure
1018 # scripts and configure runs.  It is not useful on other systems.
1019 # If it contains results you don't want to keep, you may remove or edit it.
1020 #
1021 # By default, configure uses ./config.cache as the cache file,
1022 # creating it if it does not exist already.  You can give configure
1023 # the --cache-file=FILE option to use a different cache file; that is
1024 # what configure does when it calls configure scripts in
1025 # subdirectories, so they share the cache.
1026 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1027 # config.status only pays attention to the cache file if you give it the
1028 # --recheck option to rerun configure.
1029 #
1030 EOF
1031 # The following way of writing the cache mishandles newlines in values,
1032 # but we know of no workaround that is simple, portable, and efficient.
1033 # So, don't put newlines in cache variables' values.
1034 # Ultrix sh set writes to stderr and can't be redirected directly,
1035 # and sets the high bit in the cache file unless we assign to the vars.
1036 (set) 2>&1 |
1037   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1038   *ac_space=\ *)
1039     # `set' does not quote correctly, so add quotes (double-quote substitution
1040     # turns \\\\ into \\, and sed turns \\ into \).
1041     sed -n \
1042       -e "s/'/'\\\\''/g" \
1043       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1044     ;;
1045   *)
1046     # `set' quotes correctly as required by POSIX, so do not add quotes.
1047     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1048     ;;
1049   esac >> confcache
1050 if cmp -s $cache_file confcache; then
1051   :
1052 else
1053   if test -w $cache_file; then
1054     echo "updating cache $cache_file"
1055     cat confcache > $cache_file
1056   else
1057     echo "not updating unwritable cache $cache_file"
1058   fi
1059 fi
1060 rm -f confcache
1061
1062 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1063
1064 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1065 # Let make expand exec_prefix.
1066 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1067
1068 # Any assignment to VPATH causes Sun make to only execute
1069 # the first set of double-colon rules, so remove it if not needed.
1070 # If there is a colon in the path, we need to keep it.
1071 if test "x$srcdir" = x.; then
1072   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1073 fi
1074
1075 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1076
1077 # Transform confdefs.h into DEFS.
1078 # Protect against shell expansion while executing Makefile rules.
1079 # Protect against Makefile macro expansion.
1080 cat > conftest.defs <<\EOF
1081 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1082 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1083 s%\[%\\&%g
1084 s%\]%\\&%g
1085 s%\$%$$%g
1086 EOF
1087 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1088 rm -f conftest.defs
1089
1090
1091 # Without the "./", some shells look in PATH for config.status.
1092 : ${CONFIG_STATUS=./config.status}
1093
1094 echo creating $CONFIG_STATUS
1095 rm -f $CONFIG_STATUS
1096 cat > $CONFIG_STATUS <<EOF
1097 #! /bin/sh
1098 # Generated automatically by configure.
1099 # Run this file to recreate the current configuration.
1100 # This directory was configured as follows,
1101 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1102 #
1103 # $0 $ac_configure_args
1104 #
1105 # Compiler output produced by configure, useful for debugging
1106 # configure, is in ./config.log if it exists.
1107
1108 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1109 for ac_option
1110 do
1111   case "\$ac_option" in
1112   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1113     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1114     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1115   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1116     echo "$CONFIG_STATUS generated by autoconf version 2.13"
1117     exit 0 ;;
1118   -help | --help | --hel | --he | --h)
1119     echo "\$ac_cs_usage"; exit 0 ;;
1120   *) echo "\$ac_cs_usage"; exit 1 ;;
1121   esac
1122 done
1123
1124 ac_given_srcdir=$srcdir
1125 ac_given_INSTALL="$INSTALL"
1126
1127 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1128 EOF
1129 cat >> $CONFIG_STATUS <<EOF
1130
1131 # Protect against being on the right side of a sed subst in config.status.
1132 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1133  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1134 $ac_vpsub
1135 $extrasub
1136 s%@SHELL@%$SHELL%g
1137 s%@CFLAGS@%$CFLAGS%g
1138 s%@CPPFLAGS@%$CPPFLAGS%g
1139 s%@CXXFLAGS@%$CXXFLAGS%g
1140 s%@FFLAGS@%$FFLAGS%g
1141 s%@DEFS@%$DEFS%g
1142 s%@LDFLAGS@%$LDFLAGS%g
1143 s%@LIBS@%$LIBS%g
1144 s%@exec_prefix@%$exec_prefix%g
1145 s%@prefix@%$prefix%g
1146 s%@program_transform_name@%$program_transform_name%g
1147 s%@bindir@%$bindir%g
1148 s%@sbindir@%$sbindir%g
1149 s%@libexecdir@%$libexecdir%g
1150 s%@datadir@%$datadir%g
1151 s%@sysconfdir@%$sysconfdir%g
1152 s%@sharedstatedir@%$sharedstatedir%g
1153 s%@localstatedir@%$localstatedir%g
1154 s%@libdir@%$libdir%g
1155 s%@includedir@%$includedir%g
1156 s%@oldincludedir@%$oldincludedir%g
1157 s%@infodir@%$infodir%g
1158 s%@mandir@%$mandir%g
1159 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1160 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1161 s%@INSTALL_DATA@%$INSTALL_DATA%g
1162 s%@host@%$host%g
1163 s%@host_alias@%$host_alias%g
1164 s%@host_cpu@%$host_cpu%g
1165 s%@host_vendor@%$host_vendor%g
1166 s%@host_os@%$host_os%g
1167 s%@target@%$target%g
1168 s%@target_alias@%$target_alias%g
1169 s%@target_cpu@%$target_cpu%g
1170 s%@target_vendor@%$target_vendor%g
1171 s%@target_os@%$target_os%g
1172 s%@build@%$build%g
1173 s%@build_alias@%$build_alias%g
1174 s%@build_cpu@%$build_cpu%g
1175 s%@build_vendor@%$build_vendor%g
1176 s%@build_os@%$build_os%g
1177 s%@subdirs@%$subdirs%g
1178 s%@CC@%$CC%g
1179 s%@AS@%$AS%g
1180 s%@AR@%$AR%g
1181 s%@LD@%$LD%g
1182 s%@RANLIB@%$RANLIB%g
1183 s%@host_makefile_frag_path@%$host_makefile_frag_path%g
1184 /@host_makefile_frag@/r $host_makefile_frag
1185 s%@host_makefile_frag@%%g
1186
1187 CEOF
1188 EOF
1189
1190 cat >> $CONFIG_STATUS <<\EOF
1191
1192 # Split the substitutions into bite-sized pieces for seds with
1193 # small command number limits, like on Digital OSF/1 and HP-UX.
1194 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1195 ac_file=1 # Number of current file.
1196 ac_beg=1 # First line for current file.
1197 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1198 ac_more_lines=:
1199 ac_sed_cmds=""
1200 while $ac_more_lines; do
1201   if test $ac_beg -gt 1; then
1202     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1203   else
1204     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1205   fi
1206   if test ! -s conftest.s$ac_file; then
1207     ac_more_lines=false
1208     rm -f conftest.s$ac_file
1209   else
1210     if test -z "$ac_sed_cmds"; then
1211       ac_sed_cmds="sed -f conftest.s$ac_file"
1212     else
1213       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1214     fi
1215     ac_file=`expr $ac_file + 1`
1216     ac_beg=$ac_end
1217     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1218   fi
1219 done
1220 if test -z "$ac_sed_cmds"; then
1221   ac_sed_cmds=cat
1222 fi
1223 EOF
1224
1225 cat >> $CONFIG_STATUS <<EOF
1226
1227 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1228 EOF
1229 cat >> $CONFIG_STATUS <<\EOF
1230 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1231   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1232   case "$ac_file" in
1233   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1234        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1235   *) ac_file_in="${ac_file}.in" ;;
1236   esac
1237
1238   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1239
1240   # Remove last slash and all that follows it.  Not all systems have dirname.
1241   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1242   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1243     # The file is in a subdirectory.
1244     test ! -d "$ac_dir" && mkdir "$ac_dir"
1245     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1246     # A "../" for each directory in $ac_dir_suffix.
1247     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1248   else
1249     ac_dir_suffix= ac_dots=
1250   fi
1251
1252   case "$ac_given_srcdir" in
1253   .)  srcdir=.
1254       if test -z "$ac_dots"; then top_srcdir=.
1255       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1256   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1257   *) # Relative path.
1258     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1259     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1260   esac
1261
1262   case "$ac_given_INSTALL" in
1263   [/$]*) INSTALL="$ac_given_INSTALL" ;;
1264   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1265   esac
1266
1267   echo creating "$ac_file"
1268   rm -f "$ac_file"
1269   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1270   case "$ac_file" in
1271   *Makefile*) ac_comsub="1i\\
1272 # $configure_input" ;;
1273   *) ac_comsub= ;;
1274   esac
1275
1276   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1277   sed -e "$ac_comsub
1278 s%@configure_input@%$configure_input%g
1279 s%@srcdir@%$srcdir%g
1280 s%@top_srcdir@%$top_srcdir%g
1281 s%@INSTALL@%$INSTALL%g
1282 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1283 fi; done
1284 rm -f conftest.s*
1285
1286 EOF
1287 cat >> $CONFIG_STATUS <<EOF
1288 srcdir=${srcdir}
1289 target=${target}
1290 with_multisubdir=${with_multisubdir}
1291 ac_configure_args="--enable-multilib ${ac_configure_args}"
1292 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
1293 libgloss_topdir=${libgloss_topdir}
1294
1295 EOF
1296 cat >> $CONFIG_STATUS <<\EOF
1297 . ${libgloss_topdir}/config-ml.in
1298 exit 0
1299 EOF
1300 chmod +x $CONFIG_STATUS
1301 rm -fr confdefs* $ac_clean_files
1302 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1303
1304 if test "$no_recursion" != yes; then
1305
1306   # Remove --cache-file and --srcdir arguments so they do not pile up.
1307   ac_sub_configure_args=
1308   ac_prev=
1309   for ac_arg in $ac_configure_args; do
1310     if test -n "$ac_prev"; then
1311       ac_prev=
1312       continue
1313     fi
1314     case "$ac_arg" in
1315     -cache-file | --cache-file | --cache-fil | --cache-fi \
1316     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1317       ac_prev=cache_file ;;
1318     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1319     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1320       ;;
1321     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1322       ac_prev=srcdir ;;
1323     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1324       ;;
1325     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
1326     esac
1327   done
1328
1329   for ac_config_dir in $configdirs; do
1330
1331     # Do not complain, so a configure script can configure whichever
1332     # parts of a large source tree are present.
1333     if test ! -d $srcdir/$ac_config_dir; then
1334       continue
1335     fi
1336
1337     echo configuring in $ac_config_dir
1338
1339     case "$srcdir" in
1340     .) ;;
1341     *)
1342       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
1343       else
1344         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
1345       fi
1346       ;;
1347     esac
1348
1349     ac_popdir=`pwd`
1350     cd $ac_config_dir
1351
1352       # A "../" for each directory in /$ac_config_dir.
1353       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
1354
1355     case "$srcdir" in
1356     .) # No --srcdir option.  We are building in place.
1357       ac_sub_srcdir=$srcdir ;;
1358     /*) # Absolute path.
1359       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
1360     *) # Relative path.
1361       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
1362     esac
1363
1364     # Check for guested configure; otherwise get Cygnus style configure.
1365     if test -f $ac_sub_srcdir/configure; then
1366       ac_sub_configure=$ac_sub_srcdir/configure
1367     elif test -f $ac_sub_srcdir/configure.in; then
1368       ac_sub_configure=$ac_configure
1369     else
1370       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
1371       ac_sub_configure=
1372     fi
1373
1374     # The recursion is here.
1375     if test -n "$ac_sub_configure"; then
1376
1377       # Make the cache file name correct relative to the subdirectory.
1378       case "$cache_file" in
1379       /*) ac_sub_cache_file=$cache_file ;;
1380       *) # Relative path.
1381         ac_sub_cache_file="$ac_dots$cache_file" ;;
1382       esac
1383   case "$ac_given_INSTALL" in
1384         [/$]*) INSTALL="$ac_given_INSTALL" ;;
1385         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1386         esac
1387
1388       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
1389       # The eval makes quoting arguments work.
1390       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
1391       then :
1392       else
1393         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
1394       fi
1395     fi
1396
1397     cd $ac_popdir
1398   done
1399 fi
1400
1401
1402
1403