3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
15 --enable-bfd-assembler use BFD back end for writing object files"
17 targets alternative target configurations besides the primary"
19 --enable-shared build shared BFD library"
21 # Initialize some variables set by options.
22 # The variables have the same names as the options, with
23 # dashes changed to underlines.
25 cache_file=./config.cache
34 program_transform_name=s,x,x,
42 bindir='${exec_prefix}/bin'
43 sbindir='${exec_prefix}/sbin'
44 libexecdir='${exec_prefix}/libexec'
45 datadir='${prefix}/share'
46 sysconfdir='${prefix}/etc'
47 sharedstatedir='${prefix}/com'
48 localstatedir='${prefix}/var'
49 libdir='${exec_prefix}/lib'
50 includedir='${prefix}/include'
51 oldincludedir='/usr/include'
52 infodir='${prefix}/info'
53 mandir='${prefix}/man'
55 # Initialize some other variables.
58 # Maximum number of lines to put in a shell here document.
65 # If the previous option needs an argument, assign it.
66 if test -n "$ac_prev"; then
67 eval "$ac_prev=\$ac_option"
73 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
77 # Accept the important Cygnus configure options, so we can diagnose typos.
81 -bindir | --bindir | --bindi | --bind | --bin | --bi)
83 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
84 bindir="$ac_optarg" ;;
86 -build | --build | --buil | --bui | --bu)
88 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
91 -cache-file | --cache-file | --cache-fil | --cache-fi \
92 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
94 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
95 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
96 cache_file="$ac_optarg" ;;
98 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
100 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
102 datadir="$ac_optarg" ;;
104 -disable-* | --disable-*)
105 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
106 # Reject names that are not valid shell variable names.
107 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
108 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
110 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
111 eval "enable_${ac_feature}=no" ;;
113 -enable-* | --enable-*)
114 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
115 # Reject names that are not valid shell variable names.
116 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
117 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
119 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
124 eval "enable_${ac_feature}='$ac_optarg'" ;;
126 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
127 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
128 | --exec | --exe | --ex)
129 ac_prev=exec_prefix ;;
130 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
131 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
132 | --exec=* | --exe=* | --ex=*)
133 exec_prefix="$ac_optarg" ;;
135 -gas | --gas | --ga | --g)
136 # Obsolete; use --with-gas.
139 -help | --help | --hel | --he)
140 # Omit some internal or obsolete options to make the list less imposing.
141 # This message is too long to be a string in the A/UX 3.1 sh.
143 Usage: configure [options] [host]
144 Options: [defaults in brackets after descriptions]
146 --cache-file=FILE cache test results in FILE
147 --help print this message
148 --no-create do not create output files
149 --quiet, --silent do not print \`checking...' messages
150 --version print the version of autoconf that created configure
151 Directory and file names:
152 --prefix=PREFIX install architecture-independent files in PREFIX
154 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
156 --bindir=DIR user executables in DIR [EPREFIX/bin]
157 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
158 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
159 --datadir=DIR read-only architecture-independent data in DIR
161 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
162 --sharedstatedir=DIR modifiable architecture-independent data in DIR
164 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
165 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
166 --includedir=DIR C header files in DIR [PREFIX/include]
167 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
168 --infodir=DIR info documentation in DIR [PREFIX/info]
169 --mandir=DIR man documentation in DIR [PREFIX/man]
170 --srcdir=DIR find the sources in DIR [configure dir or ..]
171 --program-prefix=PREFIX prepend PREFIX to installed program names
172 --program-suffix=SUFFIX append SUFFIX to installed program names
173 --program-transform-name=PROGRAM
174 run sed PROGRAM on installed program names
178 --build=BUILD configure for building on BUILD [BUILD=HOST]
179 --host=HOST configure for HOST [guessed]
180 --target=TARGET configure for TARGET [TARGET=HOST]
181 Features and packages:
182 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
183 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
184 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
185 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
186 --x-includes=DIR X include files are in DIR
187 --x-libraries=DIR X library files are in DIR
189 if test -n "$ac_help"; then
190 echo "--enable and --with options recognized:$ac_help"
194 -host | --host | --hos | --ho)
196 -host=* | --host=* | --hos=* | --ho=*)
199 -includedir | --includedir | --includedi | --included | --include \
200 | --includ | --inclu | --incl | --inc)
201 ac_prev=includedir ;;
202 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
203 | --includ=* | --inclu=* | --incl=* | --inc=*)
204 includedir="$ac_optarg" ;;
206 -infodir | --infodir | --infodi | --infod | --info | --inf)
208 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
209 infodir="$ac_optarg" ;;
211 -libdir | --libdir | --libdi | --libd)
213 -libdir=* | --libdir=* | --libdi=* | --libd=*)
214 libdir="$ac_optarg" ;;
216 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
217 | --libexe | --libex | --libe)
218 ac_prev=libexecdir ;;
219 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
220 | --libexe=* | --libex=* | --libe=*)
221 libexecdir="$ac_optarg" ;;
223 -localstatedir | --localstatedir | --localstatedi | --localstated \
224 | --localstate | --localstat | --localsta | --localst \
225 | --locals | --local | --loca | --loc | --lo)
226 ac_prev=localstatedir ;;
227 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
228 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
229 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
230 localstatedir="$ac_optarg" ;;
232 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
234 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
235 mandir="$ac_optarg" ;;
238 # Obsolete; use --without-fp.
241 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
245 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
246 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
249 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
250 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
251 | --oldin | --oldi | --old | --ol | --o)
252 ac_prev=oldincludedir ;;
253 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
254 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
255 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
256 oldincludedir="$ac_optarg" ;;
258 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
260 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
261 prefix="$ac_optarg" ;;
263 -program-prefix | --program-prefix | --program-prefi | --program-pref \
264 | --program-pre | --program-pr | --program-p)
265 ac_prev=program_prefix ;;
266 -program-prefix=* | --program-prefix=* | --program-prefi=* \
267 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
268 program_prefix="$ac_optarg" ;;
270 -program-suffix | --program-suffix | --program-suffi | --program-suff \
271 | --program-suf | --program-su | --program-s)
272 ac_prev=program_suffix ;;
273 -program-suffix=* | --program-suffix=* | --program-suffi=* \
274 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
275 program_suffix="$ac_optarg" ;;
277 -program-transform-name | --program-transform-name \
278 | --program-transform-nam | --program-transform-na \
279 | --program-transform-n | --program-transform- \
280 | --program-transform | --program-transfor \
281 | --program-transfo | --program-transf \
282 | --program-trans | --program-tran \
283 | --progr-tra | --program-tr | --program-t)
284 ac_prev=program_transform_name ;;
285 -program-transform-name=* | --program-transform-name=* \
286 | --program-transform-nam=* | --program-transform-na=* \
287 | --program-transform-n=* | --program-transform-=* \
288 | --program-transform=* | --program-transfor=* \
289 | --program-transfo=* | --program-transf=* \
290 | --program-trans=* | --program-tran=* \
291 | --progr-tra=* | --program-tr=* | --program-t=*)
292 program_transform_name="$ac_optarg" ;;
294 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
295 | -silent | --silent | --silen | --sile | --sil)
298 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
300 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
302 sbindir="$ac_optarg" ;;
304 -sharedstatedir | --sharedstatedir | --sharedstatedi \
305 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
306 | --sharedst | --shareds | --shared | --share | --shar \
308 ac_prev=sharedstatedir ;;
309 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
310 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
311 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
313 sharedstatedir="$ac_optarg" ;;
315 -site | --site | --sit)
317 -site=* | --site=* | --sit=*)
320 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
322 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
323 srcdir="$ac_optarg" ;;
325 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
326 | --syscon | --sysco | --sysc | --sys | --sy)
327 ac_prev=sysconfdir ;;
328 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
329 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
330 sysconfdir="$ac_optarg" ;;
332 -target | --target | --targe | --targ | --tar | --ta | --t)
334 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
335 target="$ac_optarg" ;;
337 -v | -verbose | --verbose | --verbos | --verbo | --verb)
340 -version | --version | --versio | --versi | --vers)
341 echo "configure generated by autoconf version 2.12"
345 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
346 # Reject names that are not valid shell variable names.
347 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
348 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
350 ac_package=`echo $ac_package| sed 's/-/_/g'`
355 eval "with_${ac_package}='$ac_optarg'" ;;
357 -without-* | --without-*)
358 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
359 # Reject names that are not valid shell variable names.
360 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
361 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
363 ac_package=`echo $ac_package| sed 's/-/_/g'`
364 eval "with_${ac_package}=no" ;;
367 # Obsolete; use --with-x.
370 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
371 | --x-incl | --x-inc | --x-in | --x-i)
372 ac_prev=x_includes ;;
373 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
374 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
375 x_includes="$ac_optarg" ;;
377 -x-libraries | --x-libraries | --x-librarie | --x-librari \
378 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
379 ac_prev=x_libraries ;;
380 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
381 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
382 x_libraries="$ac_optarg" ;;
384 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
388 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
389 echo "configure: warning: $ac_option: invalid host type" 1>&2
391 if test "x$nonopt" != xNONE; then
392 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
400 if test -n "$ac_prev"; then
401 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
404 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
406 # File descriptor usage:
409 # 2 errors and warnings
410 # 3 some systems may open it to /dev/tty
411 # 4 used on the Kubota Titan
412 # 6 checking for... messages and results
413 # 5 compiler messages saved in config.log
414 if test "$silent" = yes; then
422 This file contains any messages produced by compilers while
423 running configure, to aid debugging if configure makes a mistake.
426 # Strip out --no-create and --no-recursion so they do not pile up.
427 # Also quote any args containing shell metacharacters.
432 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
433 | --no-cr | --no-c) ;;
434 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
435 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
436 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
437 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
438 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
443 # Only set these to C if already set. These must not be set unconditionally
444 # because not all systems understand e.g. LANG=C (notably SCO).
445 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
446 # Non-C LC_CTYPE values break the ctype check.
447 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
448 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
449 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
450 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
452 # confdefs.h avoids OS command line length limits that DEFS can exceed.
453 rm -rf conftest* confdefs.h
454 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
457 # A filename unique to this package, relative to the directory that
458 # configure is in, which we can look for to find out if srcdir is correct.
461 # Find the source files, if location was not specified.
462 if test -z "$srcdir"; then
463 ac_srcdir_defaulted=yes
464 # Try the directory containing this script, then its parent.
466 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
467 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
469 if test ! -r $srcdir/$ac_unique_file; then
473 ac_srcdir_defaulted=no
475 if test ! -r $srcdir/$ac_unique_file; then
476 if test "$ac_srcdir_defaulted" = yes; then
477 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
479 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
482 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
484 # Prefer explicitly selected file to automatically selected ones.
485 if test -z "$CONFIG_SITE"; then
486 if test "x$prefix" != xNONE; then
487 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
489 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
492 for ac_site_file in $CONFIG_SITE; do
493 if test -r "$ac_site_file"; then
494 echo "loading site script $ac_site_file"
499 if test -r "$cache_file"; then
500 echo "loading cache $cache_file"
503 echo "creating cache $cache_file"
508 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
509 ac_cpp='$CPP $CPPFLAGS'
510 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
511 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
512 cross_compiling=$ac_cv_prog_cc_cross
514 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
516 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
523 ac_n= ac_c='\c' ac_t=
527 # Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
528 if test "${enable_bfd_assembler+set}" = set; then
529 enableval="$enable_bfd_assembler"
530 case "${enableval}" in
531 yes) need_bfd=yes user_bfd_gas=yes ;;
532 no) user_bfd_gas=no ;;
533 *) { echo "configure: error: bad value ${enableval} given for bfd-assembler option" 1>&2; exit 1; } ;;
536 # Check whether --enable-targets or --disable-targets was given.
537 if test "${enable_targets+set}" = set; then
538 enableval="$enable_targets"
539 case "${enableval}" in
540 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
542 no) enable_targets= ;;
543 *) enable_targets=$enableval ;;
546 # Check whether --enable-shared or --disable-shared was given.
547 if test "${enable_shared+set}" = set; then
548 enableval="$enable_shared"
549 case "${enableval}" in
550 yes) shared=true shared_bfd=true shared_opcodes=true ;;
552 *bfd*opcodes*) shared=true shared_bfd=true shared_opcodes=true ;;
553 *opcodes*bfd*) shared=true shared_bfd=true shared_opcodes=true ;;
554 *bfd*) shared=true shared_bfd=true ;;
555 *opcodes*) shared=true shared_opcodes=true ;;
560 # Generate a header file -- gets more post-processing by Makefile later.
564 for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
565 if test -f $ac_dir/install-sh; then
567 ac_install_sh="$ac_aux_dir/install-sh -c"
569 elif test -f $ac_dir/install.sh; then
571 ac_install_sh="$ac_aux_dir/install.sh -c"
575 if test -z "$ac_aux_dir"; then
576 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/.." 1>&2; exit 1; }
578 ac_config_guess=$ac_aux_dir/config.guess
579 ac_config_sub=$ac_aux_dir/config.sub
580 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
583 # Do some error checking and defaulting for the host and target type.
585 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
588 # 1. You are not allowed to specify --host, --target, and nonopt at the
590 # 2. Host defaults to nonopt.
591 # 3. If nonopt is not specified, then host defaults to the current host,
592 # as determined by config.guess.
593 # 4. Target and build default to nonopt.
594 # 5. If nonopt is not specified, then target and build default to host.
596 # The aliases save the names the user supplied, while $host etc.
597 # will get canonicalized.
598 case $host---$target---$nonopt in
599 NONE---*---* | *---NONE---* | *---*---NONE) ;;
600 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
604 # Make sure we can run config.sub.
605 if $ac_config_sub sun4 >/dev/null 2>&1; then :
606 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
609 echo $ac_n "checking host system type""... $ac_c" 1>&6
610 echo "configure:611: checking host system type" >&5
613 case "$host_alias" in
617 if host_alias=`$ac_config_guess`; then :
618 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
620 *) host_alias=$nonopt ;;
624 host=`$ac_config_sub $host_alias`
625 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
626 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
627 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
628 echo "$ac_t""$host" 1>&6
630 echo $ac_n "checking target system type""... $ac_c" 1>&6
631 echo "configure:632: checking target system type" >&5
634 case "$target_alias" in
637 NONE) target_alias=$host_alias ;;
638 *) target_alias=$nonopt ;;
642 target=`$ac_config_sub $target_alias`
643 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
644 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
645 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
646 echo "$ac_t""$target" 1>&6
648 echo $ac_n "checking build system type""... $ac_c" 1>&6
649 echo "configure:650: checking build system type" >&5
652 case "$build_alias" in
655 NONE) build_alias=$host_alias ;;
656 *) build_alias=$nonopt ;;
660 build=`$ac_config_sub $build_alias`
661 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
662 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
663 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
664 echo "$ac_t""$build" 1>&6
666 test "$host_alias" != "$target_alias" &&
667 test "$program_prefix$program_suffix$program_transform_name" = \
669 program_prefix=${target_alias}-
671 if test "$program_transform_name" = s,x,x,; then
672 program_transform_name=
674 # Double any \ or $. echo might interpret backslashes.
675 cat <<\EOF_SED > conftestsed
676 s,\\,\\\\,g; s,\$,$$,g
678 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
681 test "$program_prefix" != NONE &&
682 program_transform_name="s,^,${program_prefix},; $program_transform_name"
683 # Use a double $ so make ignores it.
684 test "$program_suffix" != NONE &&
685 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
687 # sed with no file args requires a program.
688 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
694 if test -n "$enable_targets" ; then
695 for t in `echo $enable_targets | sed 's/,/ /g'`; do
696 result=`$ac_config_sub $t 2>/dev/null`
697 if test -n "$result" ; then
698 canon_targets="$canon_targets $result"
700 # # Permit "all", etc. We don't support it yet though.
701 # canon_targets="$canon_targets $t"
704 _gas_uniq_list="$canon_targets"
706 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
709 *) case " $_gas_uniq_newlist " in
710 *" $_gas_uniq_i "*) ;;
711 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
715 canon_targets=$_gas_uniq_newlist
721 for this_target in $target $canon_targets ; do
723 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
725 # check for architecture variants
727 armeb) cpu_type=arm endian=big ;;
728 arm*) cpu_type=arm endian=little ;;
729 hppa*) cpu_type=hppa ;;
730 i[456]86) cpu_type=i386 ;;
731 m680[012346]0) cpu_type=m68k ;;
732 m68008) cpu_type=m68k ;;
733 m683??) cpu_type=m68k ;;
734 m8*) cpu_type=m88k ;;
735 mips*el) cpu_type=mips endian=little ;;
736 mips*) cpu_type=mips endian=big ;;
737 powerpcle*) cpu_type=ppc endian=little ;;
738 powerpc*) cpu_type=ppc endian=big ;;
739 rs6000*) cpu_type=ppc ;;
740 sparc64) cpu_type=sparc want_sparc_v9=true ;;
741 sparc*) cpu_type=sparc ;;
742 *) cpu_type=${cpu} ;;
745 if test ${this_target} = $target ; then
746 target_cpu_type=${cpu_type}
747 elif test ${target_cpu_type} != ${cpu_type} ; then
752 generic_target=${cpu_type}-$vendor-$os
757 # assign object format
758 case ${generic_target} in
759 a29k-*-coff) fmt=coff targ=ebmon29k ;;
760 a29k-amd-udi) fmt=coff targ=ebmon29k ;;
761 a29k-amd-ebmon) fmt=coff targ=ebmon29k ;;
762 a29k-nyu-sym1) fmt=coff targ=ebmon29k ;;
763 a29k-*-vxworks*) fmt=coff ;;
765 alpha-*-*vms*) fmt=evax ;;
766 alpha-*-netware*) fmt=ecoff ;;
767 alpha-*-osf*) fmt=ecoff ;;
768 alpha-*-linuxecoff*) fmt=ecoff ;;
769 alpha-*-linux*) fmt=elf em=linux ;;
772 arc-*-elf*) fmt=elf bfd_gas=yes ;;
775 arm-*-riscix*) fmt=aout targ=arm-lit em=riscix ;;
782 arm-*-coff) fmt=coff ;;
783 arm-*-riscix*) fmt=aout ;;
784 arm-*-pe) fmt=coff targ=armcoff em=pe ;;
786 # start-sanitize-d10v
787 d10v-*-*) fmt=elf bfd_gas=yes ;;
790 hppa-*-*elf*) fmt=elf em=hppa ;;
791 hppa-*-lites*) fmt=elf em=hppa ;;
792 hppa-*-osf*) fmt=som em=hppa ;;
793 hppa-*-hpux*) fmt=som em=hppa ;;
794 hppa-*-bsd*) fmt=som em=hppa ;;
795 hppa-*-hiux*) fmt=som em=hppa ;;
797 h8300-*-coff) fmt=coff ;;
799 i386-ibm-aix*) fmt=coff targ=i386coff
801 i386-*-bsd*) fmt=aout em=386bsd ;;
802 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
803 i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
804 i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;;
805 i386-*-linux*coff*) fmt=coff em=linux
807 i386-*-linux*) fmt=elf em=linux ;;
808 i386-*-lynxos*) fmt=coff targ=i386coff
810 i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
812 i386-*-sco*elf*) fmt=elf targ=sco5 ;;
813 i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
814 fmt=coff targ=i386coff ;;
815 i386-*-vsta) fmt=aout ;;
816 i386-*-go32) fmt=coff targ=i386coff ;;
817 i386-*-rtems*) fmt=coff targ=i386coff ;;
818 i386-*-gnu*) fmt=elf ;;
820 fmt=aout em=mach bfd_gas=yes ;;
821 i386-*-msdos*) fmt=aout ;;
822 i386-*-moss*) fmt=elf ;;
823 i386-*-pe) fmt=coff targ=i386coff em=pe ;;
824 i386-*-cygwin32) fmt=coff targ=i386coff em=pe ;;
825 i386-*-*nt) fmt=coff targ=i386coff em=pe ;;
826 i960-*-bout) fmt=bout ;;
827 i960-*-coff) fmt=coff em=ic960 targ=ic960coff ;;
828 i960-*-rtems*) fmt=coff em=ic960 targ=ic960coff ;;
829 i960-*-nindy*) fmt=bout ;;
830 i960-*-vxworks4*) fmt=bout ;;
831 i960-*-vxworks5.0) fmt=bout ;;
832 i960-*-vxworks5.*) fmt=coff em=ic960 targ=ic960coff ;;
833 i960-*-vxworks*) fmt=bout ;;
835 m68k-*-vxworks* | m68k-ericsson-ose | m68k-*-sunos*)
837 m68k-motorola-sysv*) fmt=coff targ=m68kcoff em=delta ;;
838 m68k-bull-sysv3*) fmt=coff targ=m68kcoff em=dpx2 ;;
839 m68k-apollo-*) fmt=coff targ=apollo em=apollo ;;
840 m68k-*-sysv4 | m68k-*-elf) # must be before -sysv*
842 m68k-*-coff | m68k-*-sysv* | m68k-*-rtems*)
843 fmt=coff targ=m68kcoff ;;
844 m68k-*-hpux*) fmt=hp300 em=hp300 ;;
845 m68k-*-linux*aout*) fmt=aout em=linux ;;
846 m68k-*-linux*) fmt=elf em=linux ;;
847 m68k-*-lynxos*) fmt=coff targ=m68kcoff
849 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
850 m68k-apple-aux*) fmt=coff targ=m68kcoff em=aux ;;
851 m68k-*-psos*) fmt=elf em=psos;;
853 m88k-motorola-sysv3*) fmt=coff targ=m88kcoff em=delt88 ;;
854 m88k-*-coff*) fmt=coff targ=m88kcoff ;;
856 # don't change em like *-*-bsd does
857 mips-dec-netbsd*) fmt=elf targ=mips-lit endian=little ;;
858 mips-dec-bsd*) fmt=aout targ=mips-lit ;;
859 mips-sony-bsd*) fmt=ecoff targ=mips-big ;;
860 mips-*-bsd*) { echo "configure: error: Unknown vendor for mips-bsd configuration." 1>&2; exit 1; } ;;
861 mips-*-ultrix*) fmt=ecoff targ=mips-lit endian=little ;;
862 mips-*-osf*) fmt=ecoff targ=mips-lit endian=little ;;
863 mips-*-ecoff*) fmt=ecoff
865 big) targ=mips-big ;;
869 mips-*-ecoff*) fmt=ecoff targ=mips-big ;;
870 mips-*-gnu*) fmt=aout
872 big) targ=mips-big ;;
876 mips-*-irix6*) fmt=elf targ=mips-big ;;
877 mips-*-irix5*) fmt=elf targ=mips-big ;;
878 mips-*-irix*) fmt=ecoff targ=mips-big ;;
879 mips-*-riscos*) fmt=ecoff targ=mips-big ;;
880 mips-*-sysv*) fmt=ecoff targ=mips-big ;;
881 mips-*-elf* | mips-*-rtems* | mips-*-linux*)
884 big) targ=mips-big ;;
888 mn10200-*-*) fmt=elf bfd_gas=yes ;;
889 mn10300-*-*) fmt=elf bfd_gas=yes ;;
890 ppc-*-pe | ppc-*-cygwin32 | ppc-*-winnt*)
897 ppc-*-aix*) fmt=coff ;;
898 ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)
905 ppc-*-linux*) fmt=elf
908 *) { echo "configure: error: Linux must be configured big endian" 1>&2; exit 1; } ;;
911 ppc-*-solaris*) fmt=elf
913 big) { echo "configure: error: Solaris must be configured little endian" 1>&2; exit 1; } ;;
924 ppc-*-macos* | ppc-*-mpw*)
926 ppc-*-netware*) fmt=elf em=ppcnw ;;
928 sh-*-elf*) fmt=elf ;;
929 sh-*-coff*) fmt=coff ;;
931 ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
932 ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
934 sparc-*-rtems*) fmt=aout ;;
935 sparc-*-sunos4*) fmt=aout em=sun3 ;;
936 sparc-*-aout | sparc*-*-vxworks*)
937 fmt=aout em=sparcaout ;;
938 sparc-*-coff) fmt=coff ;;
939 sparc-*-lynxos*) fmt=coff em=lynx ;;
940 sparc-fujitsu-none) fmt=aout ;;
941 sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
943 sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
945 # start-sanitize-tic80
946 tic80-*-coff) fmt=coff targ=tic80coff;;
948 v850-*-*) fmt=elf bfd_gas=yes ;;
950 vax-*-bsd* | vax-*-ultrix*)
952 vax-*-vms) fmt=vms ;;
954 z8k-*-coff | z8k-*-sim)
959 *-*-aout | *-*-scout)
965 *-*-generic) fmt=generic ;;
966 *-*-xray | *-*-hms) fmt=coff ;;
968 *-*-elf | *-*-sysv4* | *-*-solaris*)
969 echo "configure: warning: GAS support for ${generic_target} is incomplete." 1>&2
971 *-*-vxworks) fmt=aout ;;
972 *-*-netware) fmt=elf ;;
975 case ${cpu_type}-${fmt} in
976 alpha-*) bfd_gas=yes ;;
977 arm-*) bfd_gas=yes ;;
979 # i386-aout) bfd_gas=preferred ;;
980 mips-*) bfd_gas=yes ;;
981 ns32k-*) bfd_gas=yes ;;
982 ppc-*) bfd_gas=yes ;;
983 sparc-*) bfd_gas=yes ;;
984 *-elf) bfd_gas=yes ;;
985 *-ecoff) bfd_gas=yes ;;
986 *-som) bfd_gas=yes ;;
990 # Other random stuff.
992 # do we need the opcodes library?
998 if test "${shared_opcodes}" = "true"; then
999 # A shared libopcodes must be linked against libbfd.
1005 test -n "$want_sparc_v9" && cat >> confdefs.h <<\EOF
1010 case ${cpu}-${vendor}-${os} in
1011 sparc64-*-elf*) cat >> confdefs.h <<\EOF
1012 #define SPARC_ARCH64 1
1019 case ${extra_objects} in
1021 *) extra_objects="$extra_objects m68k-parse.o" ;;
1026 # See if we really can support this configuration with the emulation code.
1028 if test $this_target = $target ; then
1029 primary_bfd_gas=$bfd_gas
1034 if test $bfd_gas = no ; then
1035 # Can't support other configurations this way.
1038 elif test $bfd_gas = no ; then
1039 # Can't support this configuration.
1043 # From target name and format, produce a list of supported emulations.
1045 case ${generic_target}-${fmt} in
1046 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
1047 mips-*-*-ecoff) case "$endian" in
1048 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
1049 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
1051 mips-*-*-elf) case "$endian" in
1052 big) emulation="mipsbelf mipslelf mipself" ;;
1053 *) emulation="mipslelf mipsbelf mipself" ;;
1057 emulations="$emulations $emulation"
1061 # Assign floating point type. Most processors with FP support
1062 # IEEE FP. On those that don't support FP at all, usually IEEE
1064 case ${target_cpu} in
1065 vax | tahoe ) atof=${target_cpu} ;;
1069 case "${obj_format}" in
1070 "") { echo "configure: error: GAS does not know what format to use for target ${target}" 1>&2; exit 1; } ;;
1074 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
1075 { echo "configure: error: GAS does not support target CPU ${target_cpu_type}" 1>&2; exit 1; }
1078 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
1079 { echo "configure: error: GAS does not have support for object file format ${obj_format}" 1>&2; exit 1; }
1082 # and target makefile frag
1084 target_frag=${srcdir}/config/${gas_target}.mt
1085 if test ! -r ${target_frag}; then
1086 target_frag=/dev/null # ick! but subst_file can't be conditionalized
1090 case ${user_bfd_gas}-${primary_bfd_gas} in
1092 # We didn't override user's choice.
1095 echo "configure: warning: Use of BFD is required for ${target}; overriding config options." 1>&2
1107 # User specified nothing.
1111 # Some COFF configurations want these random other flags set.
1112 case ${obj_format} in
1114 case ${target_cpu_type} in
1115 i386) cat >> confdefs.h <<\EOF
1119 m68k) cat >> confdefs.h <<\EOF
1123 m88k) cat >> confdefs.h <<\EOF
1131 # Getting this done right is going to be a bitch. Each configuration specified
1132 # with --enable-targets=... should be checked for environment, format, cpu, and
1135 # For each configuration, the necessary object file support code must be linked
1136 # in. This might be only one, it might be up to four. The necessary emulation
1137 # code needs to be provided, too.
1139 # And then there's "--enable-targets=all"....
1141 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
1143 formats="${obj_format}"
1146 _gas_uniq_list="$emulations"
1147 _gas_uniq_newlist=""
1148 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1149 case $_gas_uniq_i in
1151 *) case " $_gas_uniq_newlist " in
1152 *" $_gas_uniq_i "*) ;;
1153 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1157 emulations=$_gas_uniq_newlist
1159 for em in . $emulations ; do
1162 mipsbelf | mipslelf)
1163 fmt=elf file=mipself ;;
1164 mipsbecoff | mipslecoff)
1165 fmt=ecoff file=mipsecoff ;;
1167 formats="$formats $fmt"
1168 emfiles="$emfiles e-$file.o"
1169 EMULATIONS="$EMULATIONS &$em,"
1171 _gas_uniq_list="$formats"
1172 _gas_uniq_newlist=""
1173 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1174 case $_gas_uniq_i in
1176 *) case " $_gas_uniq_newlist " in
1177 *" $_gas_uniq_i "*) ;;
1178 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1182 formats=$_gas_uniq_newlist
1184 _gas_uniq_list="$emfiles"
1185 _gas_uniq_newlist=""
1186 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1187 case $_gas_uniq_i in
1189 *) case " $_gas_uniq_newlist " in
1190 *" $_gas_uniq_i "*) ;;
1191 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1195 emfiles=$_gas_uniq_newlist
1197 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
1198 for fmt in $formats ; do
1200 aout) cat >> confdefs.h <<\EOF
1201 #define OBJ_MAYBE_AOUT 1
1204 bout) cat >> confdefs.h <<\EOF
1205 #define OBJ_MAYBE_BOUT 1
1208 coff) cat >> confdefs.h <<\EOF
1209 #define OBJ_MAYBE_COFF 1
1212 ecoff) cat >> confdefs.h <<\EOF
1213 #define OBJ_MAYBE_ECOFF 1
1216 elf) cat >> confdefs.h <<\EOF
1217 #define OBJ_MAYBE_ELF 1
1220 generic) cat >> confdefs.h <<\EOF
1221 #define OBJ_MAYBE_GENERIC 1
1224 hp300) cat >> confdefs.h <<\EOF
1225 #define OBJ_MAYBE_HP300 1
1228 ieee) cat >> confdefs.h <<\EOF
1229 #define OBJ_MAYBE_IEEE 1
1232 som) cat >> confdefs.h <<\EOF
1233 #define OBJ_MAYBE_SOM 1
1236 vms) cat >> confdefs.h <<\EOF
1237 #define OBJ_MAYBE_VMS 1
1241 extra_objects="$extra_objects obj-$fmt.o"
1245 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
1247 extra_objects="$extra_objects $emfiles"
1248 DEFAULT_EMULATION=`set . $emulations ; echo $2`
1249 cat >> confdefs.h <<\EOF
1250 #define USE_EMULATIONS 1
1255 cat >> confdefs.h <<EOF
1256 #define EMULATIONS $EMULATIONS
1259 cat >> confdefs.h <<EOF
1260 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
1264 files="config/tc-${target_cpu_type}.c config/tc-${target_cpu_type}.h \
1265 config/obj-${obj_format}.h config/obj-${obj_format}.c \
1266 config/te-${te_file}.h config/atof-${atof}.c \
1268 links="targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c \
1271 case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
1272 yes-*-coff) need_bfd=yes ;;
1273 no-*-coff) need_bfd=yes
1274 cat >> confdefs.h <<\EOF
1275 #define MANY_SEGMENTS 1
1280 reject_dev_configs=yes
1282 case ${reject_dev_configs}-${dev} in
1284 { echo "configure: error: GAS does not support the ${generic_target} configuration." 1>&2; exit 1; }
1294 case "${primary_bfd_gas}" in
1295 yes) cat >> confdefs.h <<\EOF
1296 #define BFD_ASSEMBLER 1
1302 # do we need the opcodes library?
1303 case "${need_opcodes}" in
1305 OPCODES_DEP=../opcodes/libopcodes.a
1306 OPCODES_LIB='-L../opcodes -lopcodes'
1308 # We need to handle some special cases for shared libraries.
1311 # On SunOS, we must link against the name we are going to install,
1312 # not -lbfd, since SunOS does not support SONAME.
1313 if test "${shared_opcodes}" = "true"; then
1314 OPCODES_LIB='-L../opcodes -l`echo opcodes | sed '"'"'$(program_transform_name)'"'"'`'
1318 # On Alpha OSF/1, the native linker searches all the -L
1319 # directories for any LIB.so files, and only then searches for any
1320 # LIB.a files. That means that if there is an installed
1321 # libbfd.so, but this build is not done with --enable-shared, the
1322 # link will wind up being against the install libbfd.so rather
1323 # than the newly built libbfd. To avoid this, we must explicitly
1324 # link against libbfd.a when --enable-shared is not used.
1325 if test "${shared_opcodes}" != "true"; then
1326 OPCODES_LIB='../opcodes/libopcodes.a'
1335 case "${need_bfd}" in
1337 BFDDEP=../bfd/libbfd.a
1338 BFDLIB='-L../bfd -lbfd'
1339 ALL_OBJ_DEPS="$ALL_OBJ_DEPS ../bfd/bfd.h"
1341 # We need to handle some special cases for shared libraries
1344 # On SunOS, we must link against the name we are going to install,
1345 # not -lbfd, since SunOS does not support SONAME.
1346 if test "${shared_bfd}" = "true"; then
1347 BFDLIB='-L../bfd -l`echo bfd | sed '"'"'$(program_transform_name)'"'"'`'
1351 # On Alpha OSF/1, the native linker searches all the -L
1352 # directories for any LIB.so files, and only then searches for any
1353 # LIB.a files. That means that if there is an installed
1354 # libbfd.so, but this build is not done with --enable-shared, the
1355 # link will wind up being against the install libbfd.so rather
1356 # than the newly built libbfd. To avoid this, we must explicitly
1357 # link against libbfd.a when --enable-shared is not used.
1358 if test "${shared_bfd}" != "true"; then
1359 BFDLIB='../bfd/libbfd.a'
1369 cat >> confdefs.h <<EOF
1370 #define TARGET_ALIAS "${target_alias}"
1373 cat >> confdefs.h <<EOF
1374 #define TARGET_CANONICAL "${target}"
1377 cat >> confdefs.h <<EOF
1378 #define TARGET_CPU "${target_cpu}"
1381 cat >> confdefs.h <<EOF
1382 #define TARGET_VENDOR "${target_vendor}"
1385 cat >> confdefs.h <<EOF
1386 #define TARGET_OS "${target_os}"
1390 # Extract the first word of "gcc", so it can be a program name with args.
1391 set dummy gcc; ac_word=$2
1392 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1393 echo "configure:1394: checking for $ac_word" >&5
1394 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1395 echo $ac_n "(cached) $ac_c" 1>&6
1397 if test -n "$CC"; then
1398 ac_cv_prog_CC="$CC" # Let the user override the test.
1400 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1401 for ac_dir in $PATH; do
1402 test -z "$ac_dir" && ac_dir=.
1403 if test -f $ac_dir/$ac_word; then
1412 if test -n "$CC"; then
1413 echo "$ac_t""$CC" 1>&6
1415 echo "$ac_t""no" 1>&6
1418 if test -z "$CC"; then
1419 # Extract the first word of "cc", so it can be a program name with args.
1420 set dummy cc; ac_word=$2
1421 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1422 echo "configure:1423: checking for $ac_word" >&5
1423 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1424 echo $ac_n "(cached) $ac_c" 1>&6
1426 if test -n "$CC"; then
1427 ac_cv_prog_CC="$CC" # Let the user override the test.
1429 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1431 for ac_dir in $PATH; do
1432 test -z "$ac_dir" && ac_dir=.
1433 if test -f $ac_dir/$ac_word; then
1434 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1435 ac_prog_rejected=yes
1443 if test $ac_prog_rejected = yes; then
1444 # We found a bogon in the path, so make sure we never use it.
1445 set dummy $ac_cv_prog_CC
1447 if test $# -gt 0; then
1448 # We chose a different compiler from the bogus one.
1449 # However, it has the same basename, so the bogon will be chosen
1450 # first if we set CC to just the basename; use the full file name.
1452 set dummy "$ac_dir/$ac_word" "$@"
1460 if test -n "$CC"; then
1461 echo "$ac_t""$CC" 1>&6
1463 echo "$ac_t""no" 1>&6
1466 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1469 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1470 echo "configure:1471: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1473 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1474 ac_cpp='$CPP $CPPFLAGS'
1475 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1476 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1477 cross_compiling=$ac_cv_prog_cc_cross
1479 cat > conftest.$ac_ext <<EOF
1480 #line 1481 "configure"
1481 #include "confdefs.h"
1484 if { (eval echo configure:1485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1485 ac_cv_prog_cc_works=yes
1486 # If we can't run a trivial program, we are probably using a cross compiler.
1487 if (./conftest; exit) 2>/dev/null; then
1488 ac_cv_prog_cc_cross=no
1490 ac_cv_prog_cc_cross=yes
1493 echo "configure: failed program was:" >&5
1494 cat conftest.$ac_ext >&5
1495 ac_cv_prog_cc_works=no
1499 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1500 if test $ac_cv_prog_cc_works = no; then
1501 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1503 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1504 echo "configure:1505: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1505 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1506 cross_compiling=$ac_cv_prog_cc_cross
1508 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1509 echo "configure:1510: checking whether we are using GNU C" >&5
1510 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1511 echo $ac_n "(cached) $ac_c" 1>&6
1513 cat > conftest.c <<EOF
1518 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1519: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1525 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1527 if test $ac_cv_prog_gcc = yes; then
1529 ac_test_CFLAGS="${CFLAGS+set}"
1530 ac_save_CFLAGS="$CFLAGS"
1532 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1533 echo "configure:1534: checking whether ${CC-cc} accepts -g" >&5
1534 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1535 echo $ac_n "(cached) $ac_c" 1>&6
1537 echo 'void f(){}' > conftest.c
1538 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1547 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1548 if test "$ac_test_CFLAGS" = set; then
1549 CFLAGS="$ac_save_CFLAGS"
1550 elif test $ac_cv_prog_cc_g = yes; then
1557 test "${CFLAGS+set}" = set || CFLAGS="-g"
1560 # Find a good install program. We prefer a C program (faster),
1561 # so one script is as good as another. But avoid the broken or
1562 # incompatible versions:
1563 # SysV /etc/install, /usr/sbin/install
1564 # SunOS /usr/etc/install
1565 # IRIX /sbin/install
1567 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1568 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1569 # ./install, which can be erroneously created by make from ./install.sh.
1570 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1571 echo "configure:1572: checking for a BSD compatible install" >&5
1572 if test -z "$INSTALL"; then
1573 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1574 echo $ac_n "(cached) $ac_c" 1>&6
1576 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1577 for ac_dir in $PATH; do
1578 # Account for people who put trailing slashes in PATH elements.
1580 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1582 # OSF1 and SCO ODT 3.0 have their own names for install.
1583 for ac_prog in ginstall installbsd scoinst install; do
1584 if test -f $ac_dir/$ac_prog; then
1585 if test $ac_prog = install &&
1586 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1587 # AIX install. It has an incompatible calling convention.
1588 # OSF/1 installbsd also uses dspmsg, but is usable.
1591 ac_cv_path_install="$ac_dir/$ac_prog -c"
1602 if test "${ac_cv_path_install+set}" = set; then
1603 INSTALL="$ac_cv_path_install"
1605 # As a last resort, use the slow shell script. We don't cache a
1606 # path for INSTALL within a source directory, because that will
1607 # break other packages using the cache if that directory is
1608 # removed, or if the path is relative.
1609 INSTALL="$ac_install_sh"
1612 echo "$ac_t""$INSTALL" 1>&6
1614 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1615 # It thinks the first close brace ends the variable substitution.
1616 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1618 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1621 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1622 echo "configure:1623: checking how to run the C preprocessor" >&5
1623 # On Suns, sometimes $CPP names a directory.
1624 if test -n "$CPP" && test -d "$CPP"; then
1627 if test -z "$CPP"; then
1628 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1629 echo $ac_n "(cached) $ac_c" 1>&6
1631 # This must be in double quotes, not single quotes, because CPP may get
1632 # substituted into the Makefile and "${CC-cc}" will confuse make.
1634 # On the NeXT, cc -E runs the code through the compiler's parser,
1635 # not just through cpp.
1636 cat > conftest.$ac_ext <<EOF
1637 #line 1638 "configure"
1638 #include "confdefs.h"
1642 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1643 { (eval echo configure:1644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1644 ac_err=`grep -v '^ *+' conftest.out`
1645 if test -z "$ac_err"; then
1649 echo "configure: failed program was:" >&5
1650 cat conftest.$ac_ext >&5
1652 CPP="${CC-cc} -E -traditional-cpp"
1653 cat > conftest.$ac_ext <<EOF
1654 #line 1655 "configure"
1655 #include "confdefs.h"
1659 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1660 { (eval echo configure:1661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1661 ac_err=`grep -v '^ *+' conftest.out`
1662 if test -z "$ac_err"; then
1666 echo "configure: failed program was:" >&5
1667 cat conftest.$ac_ext >&5
1674 ac_cv_prog_CPP="$CPP"
1676 CPP="$ac_cv_prog_CPP"
1678 ac_cv_prog_CPP="$CPP"
1680 echo "$ac_t""$CPP" 1>&6
1682 for ac_hdr in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
1684 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1685 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1686 echo "configure:1687: checking for $ac_hdr" >&5
1687 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1688 echo $ac_n "(cached) $ac_c" 1>&6
1690 cat > conftest.$ac_ext <<EOF
1691 #line 1692 "configure"
1692 #include "confdefs.h"
1695 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1696 { (eval echo configure:1697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1697 ac_err=`grep -v '^ *+' conftest.out`
1698 if test -z "$ac_err"; then
1700 eval "ac_cv_header_$ac_safe=yes"
1703 echo "configure: failed program was:" >&5
1704 cat conftest.$ac_ext >&5
1706 eval "ac_cv_header_$ac_safe=no"
1710 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1711 echo "$ac_t""yes" 1>&6
1712 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1713 cat >> confdefs.h <<EOF
1714 #define $ac_tr_hdr 1
1718 echo "$ac_t""no" 1>&6
1723 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
1724 # people who are not cross-compiling but are compiling cross-assemblers.
1725 echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
1726 echo "configure:1727: checking whether compiling a cross-assembler" >&5
1727 if test "${host}" = "${target}"; then
1731 cat >> confdefs.h <<\EOF
1732 #define CROSS_COMPILE 1
1736 echo "$ac_t""$cross_gas" 1>&6
1738 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
1739 # for constant arguments. Useless!
1740 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
1741 echo "configure:1742: checking for working alloca.h" >&5
1742 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
1743 echo $ac_n "(cached) $ac_c" 1>&6
1745 cat > conftest.$ac_ext <<EOF
1746 #line 1747 "configure"
1747 #include "confdefs.h"
1750 char *p = alloca(2 * sizeof(int));
1753 if { (eval echo configure:1754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1755 ac_cv_header_alloca_h=yes
1757 echo "configure: failed program was:" >&5
1758 cat conftest.$ac_ext >&5
1760 ac_cv_header_alloca_h=no
1765 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
1766 if test $ac_cv_header_alloca_h = yes; then
1767 cat >> confdefs.h <<\EOF
1768 #define HAVE_ALLOCA_H 1
1773 echo $ac_n "checking for alloca""... $ac_c" 1>&6
1774 echo "configure:1775: checking for alloca" >&5
1775 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
1776 echo $ac_n "(cached) $ac_c" 1>&6
1778 cat > conftest.$ac_ext <<EOF
1779 #line 1780 "configure"
1780 #include "confdefs.h"
1783 # define alloca __builtin_alloca
1786 # include <alloca.h>
1791 # ifndef alloca /* predefined by HP cc +Olibcalls */
1799 char *p = (char *) alloca(1);
1802 if { (eval echo configure:1803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1804 ac_cv_func_alloca_works=yes
1806 echo "configure: failed program was:" >&5
1807 cat conftest.$ac_ext >&5
1809 ac_cv_func_alloca_works=no
1814 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
1815 if test $ac_cv_func_alloca_works = yes; then
1816 cat >> confdefs.h <<\EOF
1817 #define HAVE_ALLOCA 1
1822 if test $ac_cv_func_alloca_works = no; then
1823 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
1824 # that cause trouble. Some versions do not even contain alloca or
1825 # contain a buggy version. If you still want to use their alloca,
1826 # use ar to extract alloca.o from them instead of compiling alloca.c.
1828 cat >> confdefs.h <<\EOF
1833 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
1834 echo "configure:1835: checking whether alloca needs Cray hooks" >&5
1835 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
1836 echo $ac_n "(cached) $ac_c" 1>&6
1838 cat > conftest.$ac_ext <<EOF
1839 #line 1840 "configure"
1840 #include "confdefs.h"
1841 #if defined(CRAY) && ! defined(CRAY2)
1848 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1849 egrep "webecray" >/dev/null 2>&1; then
1860 echo "$ac_t""$ac_cv_os_cray" 1>&6
1861 if test $ac_cv_os_cray = yes; then
1862 for ac_func in _getb67 GETB67 getb67; do
1863 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1864 echo "configure:1865: checking for $ac_func" >&5
1865 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1866 echo $ac_n "(cached) $ac_c" 1>&6
1868 cat > conftest.$ac_ext <<EOF
1869 #line 1870 "configure"
1870 #include "confdefs.h"
1871 /* System header to define __stub macros and hopefully few prototypes,
1872 which can conflict with char $ac_func(); below. */
1874 /* Override any gcc2 internal prototype to avoid an error. */
1875 /* We use char because int might match the return type of a gcc2
1876 builtin and then its argument prototype would still apply. */
1881 /* The GNU C library defines this for functions which it implements
1882 to always fail with ENOSYS. Some functions are actually named
1883 something starting with __ and the normal name is an alias. */
1884 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1892 if { (eval echo configure:1893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1894 eval "ac_cv_func_$ac_func=yes"
1896 echo "configure: failed program was:" >&5
1897 cat conftest.$ac_ext >&5
1899 eval "ac_cv_func_$ac_func=no"
1904 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1905 echo "$ac_t""yes" 1>&6
1906 cat >> confdefs.h <<EOF
1907 #define CRAY_STACKSEG_END $ac_func
1912 echo "$ac_t""no" 1>&6
1918 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
1919 echo "configure:1920: checking stack direction for C alloca" >&5
1920 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
1921 echo $ac_n "(cached) $ac_c" 1>&6
1923 if test "$cross_compiling" = yes; then
1924 ac_cv_c_stack_direction=0
1926 cat > conftest.$ac_ext <<EOF
1927 #line 1928 "configure"
1928 #include "confdefs.h"
1929 find_stack_direction ()
1931 static char *addr = 0;
1936 return find_stack_direction ();
1939 return (&dummy > addr) ? 1 : -1;
1943 exit (find_stack_direction() < 0);
1946 if { (eval echo configure:1947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
1948 ac_cv_c_stack_direction=1
1950 echo "configure: failed program was:" >&5
1951 cat conftest.$ac_ext >&5
1953 ac_cv_c_stack_direction=-1
1960 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
1961 cat >> confdefs.h <<EOF
1962 #define STACK_DIRECTION $ac_cv_c_stack_direction
1967 echo $ac_n "checking for inline""... $ac_c" 1>&6
1968 echo "configure:1969: checking for inline" >&5
1969 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
1970 echo $ac_n "(cached) $ac_c" 1>&6
1973 for ac_kw in inline __inline__ __inline; do
1974 cat > conftest.$ac_ext <<EOF
1975 #line 1976 "configure"
1976 #include "confdefs.h"
1982 if { (eval echo configure:1983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1984 ac_cv_c_inline=$ac_kw; break
1986 echo "configure: failed program was:" >&5
1987 cat conftest.$ac_ext >&5
1994 echo "$ac_t""$ac_cv_c_inline" 1>&6
1995 case "$ac_cv_c_inline" in
1997 no) cat >> confdefs.h <<\EOF
2001 *) cat >> confdefs.h <<EOF
2002 #define inline $ac_cv_c_inline
2008 # VMS doesn't have unlink.
2009 for ac_func in unlink remove
2011 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2012 echo "configure:2013: checking for $ac_func" >&5
2013 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2014 echo $ac_n "(cached) $ac_c" 1>&6
2016 cat > conftest.$ac_ext <<EOF
2017 #line 2018 "configure"
2018 #include "confdefs.h"
2019 /* System header to define __stub macros and hopefully few prototypes,
2020 which can conflict with char $ac_func(); below. */
2022 /* Override any gcc2 internal prototype to avoid an error. */
2023 /* We use char because int might match the return type of a gcc2
2024 builtin and then its argument prototype would still apply. */
2029 /* The GNU C library defines this for functions which it implements
2030 to always fail with ENOSYS. Some functions are actually named
2031 something starting with __ and the normal name is an alias. */
2032 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2040 if { (eval echo configure:2041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2042 eval "ac_cv_func_$ac_func=yes"
2044 echo "configure: failed program was:" >&5
2045 cat conftest.$ac_ext >&5
2047 eval "ac_cv_func_$ac_func=no"
2052 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2053 echo "$ac_t""yes" 1>&6
2054 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2055 cat >> confdefs.h <<EOF
2056 #define $ac_tr_func 1
2060 echo "$ac_t""no" 1>&6
2065 # Some systems don't have sbrk().
2068 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2069 echo "configure:2070: checking for $ac_func" >&5
2070 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2071 echo $ac_n "(cached) $ac_c" 1>&6
2073 cat > conftest.$ac_ext <<EOF
2074 #line 2075 "configure"
2075 #include "confdefs.h"
2076 /* System header to define __stub macros and hopefully few prototypes,
2077 which can conflict with char $ac_func(); below. */
2079 /* Override any gcc2 internal prototype to avoid an error. */
2080 /* We use char because int might match the return type of a gcc2
2081 builtin and then its argument prototype would still apply. */
2086 /* The GNU C library defines this for functions which it implements
2087 to always fail with ENOSYS. Some functions are actually named
2088 something starting with __ and the normal name is an alias. */
2089 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2097 if { (eval echo configure:2098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2099 eval "ac_cv_func_$ac_func=yes"
2101 echo "configure: failed program was:" >&5
2102 cat conftest.$ac_ext >&5
2104 eval "ac_cv_func_$ac_func=no"
2109 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2110 echo "$ac_t""yes" 1>&6
2111 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2112 cat >> confdefs.h <<EOF
2113 #define $ac_tr_func 1
2117 echo "$ac_t""no" 1>&6
2122 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
2123 # enough, but on some of those systems, the assert macro relies on requoting
2125 echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
2126 echo "configure:2127: checking for working assert macro" >&5
2127 if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
2128 echo $ac_n "(cached) $ac_c" 1>&6
2130 cat > conftest.$ac_ext <<EOF
2131 #line 2132 "configure"
2132 #include "confdefs.h"
2137 /* check for requoting problems */
2138 static int a, b, c, d;
2140 assert (!strcmp(s, "foo bar baz quux"));
2141 /* check for newline handling */
2147 if { (eval echo configure:2148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2149 gas_cv_assert_ok=yes
2151 echo "configure: failed program was:" >&5
2152 cat conftest.$ac_ext >&5
2158 echo "$ac_t""$gas_cv_assert_ok" 1>&6
2159 test $gas_cv_assert_ok = yes || cat >> confdefs.h <<\EOF
2160 #define BROKEN_ASSERT 1
2165 # On some systems, the system header files may not declare malloc, realloc,
2166 # and free. There are places where gas needs these functions to have been
2167 # declared -- such as when taking their addresses.
2169 #ifdef HAVE_MEMORY_H
2172 #ifdef HAVE_STRING_H
2175 #ifdef HAVE_STRINGS_H
2176 #include <strings.h>
2179 #ifdef HAVE_STDLIB_H
2182 #ifdef HAVE_UNISTD_H
2187 echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
2188 echo "configure:2189: checking whether declaration is required for strstr" >&5
2189 if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
2190 echo $ac_n "(cached) $ac_c" 1>&6
2192 cat > conftest.$ac_ext <<EOF
2193 #line 2194 "configure"
2194 #include "confdefs.h"
2198 typedef char *(*f)();
2204 if { (eval echo configure:2205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2206 gas_cv_decl_needed_strstr=no
2208 echo "configure: failed program was:" >&5
2209 cat conftest.$ac_ext >&5
2211 gas_cv_decl_needed_strstr=yes
2215 echo "$ac_t""$gas_cv_decl_needed_strstr" 1>&6
2216 test $gas_cv_decl_needed_strstr = no || {
2217 cat >> confdefs.h <<\EOF
2218 #define NEED_DECLARATION_STRSTR 1
2224 echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
2225 echo "configure:2226: checking whether declaration is required for malloc" >&5
2226 if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
2227 echo $ac_n "(cached) $ac_c" 1>&6
2229 cat > conftest.$ac_ext <<EOF
2230 #line 2231 "configure"
2231 #include "confdefs.h"
2235 typedef char *(*f)();
2241 if { (eval echo configure:2242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2243 gas_cv_decl_needed_malloc=no
2245 echo "configure: failed program was:" >&5
2246 cat conftest.$ac_ext >&5
2248 gas_cv_decl_needed_malloc=yes
2252 echo "$ac_t""$gas_cv_decl_needed_malloc" 1>&6
2253 test $gas_cv_decl_needed_malloc = no || {
2254 cat >> confdefs.h <<\EOF
2255 #define NEED_DECLARATION_MALLOC 1
2261 echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
2262 echo "configure:2263: checking whether declaration is required for free" >&5
2263 if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
2264 echo $ac_n "(cached) $ac_c" 1>&6
2266 cat > conftest.$ac_ext <<EOF
2267 #line 2268 "configure"
2268 #include "confdefs.h"
2272 typedef void (*f)();
2278 if { (eval echo configure:2279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2280 gas_cv_decl_needed_free=no
2282 echo "configure: failed program was:" >&5
2283 cat conftest.$ac_ext >&5
2285 gas_cv_decl_needed_free=yes
2289 echo "$ac_t""$gas_cv_decl_needed_free" 1>&6
2290 test $gas_cv_decl_needed_free = no || {
2291 cat >> confdefs.h <<\EOF
2292 #define NEED_DECLARATION_FREE 1
2298 echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
2299 echo "configure:2300: checking whether declaration is required for sbrk" >&5
2300 if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
2301 echo $ac_n "(cached) $ac_c" 1>&6
2303 cat > conftest.$ac_ext <<EOF
2304 #line 2305 "configure"
2305 #include "confdefs.h"
2309 typedef char *(*f)();
2315 if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2317 gas_cv_decl_needed_sbrk=no
2319 echo "configure: failed program was:" >&5
2320 cat conftest.$ac_ext >&5
2322 gas_cv_decl_needed_sbrk=yes
2326 echo "$ac_t""$gas_cv_decl_needed_sbrk" 1>&6
2327 test $gas_cv_decl_needed_sbrk = no || {
2328 cat >> confdefs.h <<\EOF
2329 #define NEED_DECLARATION_SBRK 1
2335 # Does errno.h declare errno, or do we have to add a separate declaration
2338 echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
2339 echo "configure:2340: checking whether declaration is required for errno" >&5
2340 if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
2341 echo $ac_n "(cached) $ac_c" 1>&6
2343 cat > conftest.$ac_ext <<EOF
2344 #line 2345 "configure"
2345 #include "confdefs.h"
2359 if { (eval echo configure:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2361 gas_cv_decl_needed_errno=no
2363 echo "configure: failed program was:" >&5
2364 cat conftest.$ac_ext >&5
2366 gas_cv_decl_needed_errno=yes
2370 echo "$ac_t""$gas_cv_decl_needed_errno" 1>&6
2371 test $gas_cv_decl_needed_errno = no || {
2372 cat >> confdefs.h <<\EOF
2373 #define NEED_DECLARATION_ERRNO 1
2381 RPATH_ENVVAR=LD_LIBRARY_PATH
2382 # If we have shared libraries, try to set rpath reasonably.
2383 if test "${shared}" = "true"; then
2386 HLDFLAGS='-Wl,+s,+b,$(libdir)'
2387 RPATH_ENVVAR=SHLIB_PATH
2389 *-*-irix5* | *-*-irix6*)
2390 HLDFLAGS='-Wl,-rpath,$(libdir)'
2395 HLDFLAGS='-Wl,-rpath,$(libdir)'
2398 HLDFLAGS='-R $(libdir)'
2401 HLDENV='if test -z "$${LD_RUN_PATH}"; then LD_RUN_PATH=$(libdir); else LD_RUN_PATH=$${LD_RUN_PATH}:$(libdir); fi; export LD_RUN_PATH;'
2406 # On SunOS, if the linker supports the -rpath option, use it to
2407 # prevent ../bfd and ../opcodes from being included in the run time
2411 echo 'main () { }' > conftest.c
2412 ${CC} -o conftest -Wl,-rpath= conftest.c >/dev/null 2>conftest.t
2413 if grep 'unrecognized' conftest.t >/dev/null 2>&1; then
2415 elif grep 'No such file' conftest.t >/dev/null 2>&1; then
2417 elif grep 'do not mix' conftest.t >/dev/null 2>&1; then
2419 elif test "${shared}" = "true"; then
2420 HLDFLAGS='-Wl,-rpath=$(libdir)'
2422 HLDFLAGS='-Wl,-rpath='
2424 rm -f conftest.t conftest.c conftest
2432 cat > confcache <<\EOF
2433 # This file is a shell script that caches the results of configure
2434 # tests run on this system so they can be shared between configure
2435 # scripts and configure runs. It is not useful on other systems.
2436 # If it contains results you don't want to keep, you may remove or edit it.
2438 # By default, configure uses ./config.cache as the cache file,
2439 # creating it if it does not exist already. You can give configure
2440 # the --cache-file=FILE option to use a different cache file; that is
2441 # what configure does when it calls configure scripts in
2442 # subdirectories, so they share the cache.
2443 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2444 # config.status only pays attention to the cache file if you give it the
2445 # --recheck option to rerun configure.
2448 # The following way of writing the cache mishandles newlines in values,
2449 # but we know of no workaround that is simple, portable, and efficient.
2450 # So, don't put newlines in cache variables' values.
2451 # Ultrix sh set writes to stderr and can't be redirected directly,
2452 # and sets the high bit in the cache file unless we assign to the vars.
2454 case `(ac_space=' '; set) 2>&1` in
2456 # `set' does not quote correctly, so add quotes (double-quote substitution
2457 # turns \\\\ into \\, and sed turns \\ into \).
2459 -e "s/'/'\\\\''/g" \
2460 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2463 # `set' quotes correctly as required by POSIX, so do not add quotes.
2464 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2467 if cmp -s $cache_file confcache; then
2470 if test -w $cache_file; then
2471 echo "updating cache $cache_file"
2472 cat confcache > $cache_file
2474 echo "not updating unwritable cache $cache_file"
2479 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2481 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2482 # Let make expand exec_prefix.
2483 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2485 # Any assignment to VPATH causes Sun make to only execute
2486 # the first set of double-colon rules, so remove it if not needed.
2487 # If there is a colon in the path, we need to keep it.
2488 if test "x$srcdir" = x.; then
2489 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2492 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2494 DEFS=-DHAVE_CONFIG_H
2496 # Without the "./", some shells look in PATH for config.status.
2497 : ${CONFIG_STATUS=./config.status}
2499 echo creating $CONFIG_STATUS
2500 rm -f $CONFIG_STATUS
2501 cat > $CONFIG_STATUS <<EOF
2503 # Generated automatically by configure.
2504 # Run this file to recreate the current configuration.
2505 # This directory was configured as follows,
2506 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2508 # $0 $ac_configure_args
2510 # Compiler output produced by configure, useful for debugging
2511 # configure, is in ./config.log if it exists.
2513 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2516 case "\$ac_option" in
2517 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2518 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2519 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2520 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2521 echo "$CONFIG_STATUS generated by autoconf version 2.12"
2523 -help | --help | --hel | --he | --h)
2524 echo "\$ac_cs_usage"; exit 0 ;;
2525 *) echo "\$ac_cs_usage"; exit 1 ;;
2529 ac_given_srcdir=$srcdir
2530 ac_given_INSTALL="$INSTALL"
2532 trap 'rm -fr `echo "Makefile doc/Makefile .gdbinit:gdbinit.in conf" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2534 cat >> $CONFIG_STATUS <<EOF
2536 # Protect against being on the right side of a sed subst in config.status.
2537 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2538 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2541 s%@CFLAGS@%$CFLAGS%g
2542 s%@CPPFLAGS@%$CPPFLAGS%g
2543 s%@CXXFLAGS@%$CXXFLAGS%g
2545 s%@LDFLAGS@%$LDFLAGS%g
2547 s%@exec_prefix@%$exec_prefix%g
2548 s%@prefix@%$prefix%g
2549 s%@program_transform_name@%$program_transform_name%g
2550 s%@bindir@%$bindir%g
2551 s%@sbindir@%$sbindir%g
2552 s%@libexecdir@%$libexecdir%g
2553 s%@datadir@%$datadir%g
2554 s%@sysconfdir@%$sysconfdir%g
2555 s%@sharedstatedir@%$sharedstatedir%g
2556 s%@localstatedir@%$localstatedir%g
2557 s%@libdir@%$libdir%g
2558 s%@includedir@%$includedir%g
2559 s%@oldincludedir@%$oldincludedir%g
2560 s%@infodir@%$infodir%g
2561 s%@mandir@%$mandir%g
2563 s%@host_alias@%$host_alias%g
2564 s%@host_cpu@%$host_cpu%g
2565 s%@host_vendor@%$host_vendor%g
2566 s%@host_os@%$host_os%g
2567 s%@target@%$target%g
2568 s%@target_alias@%$target_alias%g
2569 s%@target_cpu@%$target_cpu%g
2570 s%@target_vendor@%$target_vendor%g
2571 s%@target_os@%$target_os%g
2573 s%@build_alias@%$build_alias%g
2574 s%@build_cpu@%$build_cpu%g
2575 s%@build_vendor@%$build_vendor%g
2576 s%@build_os@%$build_os%g
2577 /@target_frag@/r $target_frag
2579 s%@extra_objects@%$extra_objects%g
2580 s%@target_cpu_type@%$target_cpu_type%g
2581 s%@obj_format@%$obj_format%g
2583 s%@OPCODES_DEP@%$OPCODES_DEP%g
2584 s%@OPCODES_LIB@%$OPCODES_LIB%g
2585 s%@BFDDEP@%$BFDDEP%g
2586 s%@BFDLIB@%$BFDLIB%g
2587 s%@ALL_OBJ_DEPS@%$ALL_OBJ_DEPS%g
2589 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2590 s%@INSTALL_DATA@%$INSTALL_DATA%g
2592 s%@ALLOCA@%$ALLOCA%g
2593 s%@HLDFLAGS@%$HLDFLAGS%g
2594 s%@HLDENV@%$HLDENV%g
2595 s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
2600 cat >> $CONFIG_STATUS <<\EOF
2602 # Split the substitutions into bite-sized pieces for seds with
2603 # small command number limits, like on Digital OSF/1 and HP-UX.
2604 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2605 ac_file=1 # Number of current file.
2606 ac_beg=1 # First line for current file.
2607 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2610 while $ac_more_lines; do
2611 if test $ac_beg -gt 1; then
2612 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2614 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2616 if test ! -s conftest.s$ac_file; then
2618 rm -f conftest.s$ac_file
2620 if test -z "$ac_sed_cmds"; then
2621 ac_sed_cmds="sed -f conftest.s$ac_file"
2623 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2625 ac_file=`expr $ac_file + 1`
2627 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2630 if test -z "$ac_sed_cmds"; then
2635 cat >> $CONFIG_STATUS <<EOF
2637 CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile .gdbinit:gdbinit.in"}
2639 cat >> $CONFIG_STATUS <<\EOF
2640 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2641 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2643 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2644 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2645 *) ac_file_in="${ac_file}.in" ;;
2648 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2650 # Remove last slash and all that follows it. Not all systems have dirname.
2651 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2652 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2653 # The file is in a subdirectory.
2654 test ! -d "$ac_dir" && mkdir "$ac_dir"
2655 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2656 # A "../" for each directory in $ac_dir_suffix.
2657 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2659 ac_dir_suffix= ac_dots=
2662 case "$ac_given_srcdir" in
2664 if test -z "$ac_dots"; then top_srcdir=.
2665 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2666 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2668 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2669 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2672 case "$ac_given_INSTALL" in
2673 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2674 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2677 echo creating "$ac_file"
2679 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2681 *Makefile*) ac_comsub="1i\\
2682 # $configure_input" ;;
2686 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2688 s%@configure_input@%$configure_input%g
2689 s%@srcdir@%$srcdir%g
2690 s%@top_srcdir@%$top_srcdir%g
2691 s%@INSTALL@%$INSTALL%g
2692 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2696 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2697 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2699 # ac_d sets the value in "#define NAME VALUE" lines.
2700 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2701 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2704 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2705 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2706 ac_uB='\([ ]\)%\1#\2define\3'
2709 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2710 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2711 ac_eB='$%\1#\2define\3'
2715 if test "${CONFIG_HEADERS+set}" != set; then
2717 cat >> $CONFIG_STATUS <<EOF
2718 CONFIG_HEADERS="conf"
2720 cat >> $CONFIG_STATUS <<\EOF
2722 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2723 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2725 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2726 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2727 *) ac_file_in="${ac_file}.in" ;;
2730 echo creating $ac_file
2732 rm -f conftest.frag conftest.in conftest.out
2733 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2734 cat $ac_file_inputs > conftest.in
2738 # Transform confdefs.h into a sed script conftest.vals that substitutes
2739 # the proper values into config.h.in to produce config.h. And first:
2740 # Protect against being on the right side of a sed subst in config.status.
2741 # Protect against being in an unquoted here document in config.status.
2743 cat > conftest.hdr <<\EOF
2746 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2750 sed -n -f conftest.hdr confdefs.h > conftest.vals
2753 # This sed command replaces #undef with comments. This is necessary, for
2754 # example, in the case of _POSIX_SOURCE, which is predefined and required
2755 # on some systems where configure will not decide to define it.
2756 cat >> conftest.vals <<\EOF
2757 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2760 # Break up conftest.vals because some shells have a limit on
2761 # the size of here documents, and old seds have small limits too.
2766 ac_lines=`grep -c . conftest.vals`
2767 # grep -c gives empty output for an empty file on some AIX systems.
2768 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2769 # Write a limited-size here document to conftest.frag.
2770 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2771 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2773 sed -f conftest.frag conftest.in > conftest.out
2775 mv conftest.out conftest.in
2777 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2779 mv conftest.tail conftest.vals
2783 cat >> $CONFIG_STATUS <<\EOF
2784 rm -f conftest.frag conftest.h
2785 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2786 cat conftest.in >> conftest.h
2788 if cmp -s $ac_file conftest.h 2>/dev/null; then
2789 echo "$ac_file is unchanged"
2792 # Remove last slash and all that follows it. Not all systems have dirname.
2793 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2794 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2795 # The file is in a subdirectory.
2796 test ! -d "$ac_dir" && mkdir "$ac_dir"
2799 mv conftest.h $ac_file
2805 cat >> $CONFIG_STATUS <<EOF
2810 cat >> $CONFIG_STATUS <<\EOF
2811 srcdir=$ac_given_srcdir
2812 while test -n "$ac_sources"; do
2813 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
2814 set $ac_sources; ac_source=$1; shift; ac_sources=$*
2816 echo "linking $srcdir/$ac_source to $ac_dest"
2818 if test ! -r $srcdir/$ac_source; then
2819 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
2823 # Make relative symlinks.
2824 # Remove last slash and all that follows it. Not all systems have dirname.
2825 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
2826 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
2827 # The dest file is in a subdirectory.
2828 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
2829 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
2830 # A "../" for each directory in $ac_dest_dir_suffix.
2831 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
2833 ac_dest_dir_suffix= ac_dots=
2837 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
2838 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
2841 # Make a symlink if possible; otherwise try a hard link.
2842 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
2843 ln $srcdir/$ac_source $ac_dest; then :
2845 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
2849 cat >> $CONFIG_STATUS <<EOF
2852 cat >> $CONFIG_STATUS <<\EOF
2856 chmod +x $CONFIG_STATUS
2857 rm -fr confdefs* $ac_clean_files
2858 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1