* gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.
[deliverable/binutils-gdb.git] / gas / configure
CommitLineData
252b5132
RH
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
a2d91340 4# Generated automatically using autoconf version 2.13
252b5132
RH
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:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_help="$ac_help
15 --enable-shared[=PKGS] build shared libraries [default=yes]"
16ac_help="$ac_help
17 --enable-static[=PKGS] build static libraries [default=yes]"
bedf545c
ILT
18ac_help="$ac_help
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
252b5132
RH
20ac_help="$ac_help
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
bedf545c 22ac_help="$ac_help
a74801ba 23 --disable-libtool-lock avoid locking (might break parallel builds)"
252b5132
RH
24ac_help="$ac_help
25 --enable-bfd-assembler use BFD back end for writing object files"
26ac_help="$ac_help
27 targets alternative target configurations besides the primary"
28ac_help="$ac_help
29 --enable-commonbfdlib build shared BFD/opcodes/libiberty library"
a2d91340
AC
30ac_help="$ac_help
31 --enable-build-warnings Enable build-time compiler warnings if gcc is used"
252b5132
RH
32ac_help="$ac_help
33 --disable-nls do not use Native Language Support"
34ac_help="$ac_help
35 --with-included-gettext use the GNU gettext library included here"
36ac_help="$ac_help
37 --enable-maintainer-mode enable make rules and dependencies not useful
38 (and sometimes confusing) to the casual installer"
39
40# Initialize some variables set by options.
41# The variables have the same names as the options, with
42# dashes changed to underlines.
43build=NONE
44cache_file=./config.cache
45exec_prefix=NONE
46host=NONE
47no_create=
48nonopt=NONE
49no_recursion=
50prefix=NONE
51program_prefix=NONE
52program_suffix=NONE
53program_transform_name=s,x,x,
54silent=
55site=
56srcdir=
57target=NONE
58verbose=
59x_includes=NONE
60x_libraries=NONE
61bindir='${exec_prefix}/bin'
62sbindir='${exec_prefix}/sbin'
63libexecdir='${exec_prefix}/libexec'
64datadir='${prefix}/share'
65sysconfdir='${prefix}/etc'
66sharedstatedir='${prefix}/com'
67localstatedir='${prefix}/var'
68libdir='${exec_prefix}/lib'
69includedir='${prefix}/include'
70oldincludedir='/usr/include'
71infodir='${prefix}/info'
72mandir='${prefix}/man'
73
74# Initialize some other variables.
75subdirs=
76MFLAGS= MAKEFLAGS=
77SHELL=${CONFIG_SHELL-/bin/sh}
78# Maximum number of lines to put in a shell here document.
79ac_max_here_lines=12
80
81ac_prev=
82for ac_option
83do
84
85 # If the previous option needs an argument, assign it.
86 if test -n "$ac_prev"; then
87 eval "$ac_prev=\$ac_option"
88 ac_prev=
89 continue
90 fi
91
92 case "$ac_option" in
93 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
94 *) ac_optarg= ;;
95 esac
96
97 # Accept the important Cygnus configure options, so we can diagnose typos.
98
99 case "$ac_option" in
100
101 -bindir | --bindir | --bindi | --bind | --bin | --bi)
102 ac_prev=bindir ;;
103 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
104 bindir="$ac_optarg" ;;
105
106 -build | --build | --buil | --bui | --bu)
107 ac_prev=build ;;
108 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
109 build="$ac_optarg" ;;
110
111 -cache-file | --cache-file | --cache-fil | --cache-fi \
112 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
113 ac_prev=cache_file ;;
114 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
115 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
116 cache_file="$ac_optarg" ;;
117
118 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
119 ac_prev=datadir ;;
120 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
121 | --da=*)
122 datadir="$ac_optarg" ;;
123
124 -disable-* | --disable-*)
125 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
126 # Reject names that are not valid shell variable names.
127 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
128 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
129 fi
130 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
131 eval "enable_${ac_feature}=no" ;;
132
133 -enable-* | --enable-*)
134 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
135 # Reject names that are not valid shell variable names.
136 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
137 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
138 fi
139 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
140 case "$ac_option" in
141 *=*) ;;
142 *) ac_optarg=yes ;;
143 esac
144 eval "enable_${ac_feature}='$ac_optarg'" ;;
145
146 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
147 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
148 | --exec | --exe | --ex)
149 ac_prev=exec_prefix ;;
150 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
151 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
152 | --exec=* | --exe=* | --ex=*)
153 exec_prefix="$ac_optarg" ;;
154
155 -gas | --gas | --ga | --g)
156 # Obsolete; use --with-gas.
157 with_gas=yes ;;
158
159 -help | --help | --hel | --he)
160 # Omit some internal or obsolete options to make the list less imposing.
161 # This message is too long to be a string in the A/UX 3.1 sh.
162 cat << EOF
163Usage: configure [options] [host]
164Options: [defaults in brackets after descriptions]
165Configuration:
166 --cache-file=FILE cache test results in FILE
167 --help print this message
168 --no-create do not create output files
169 --quiet, --silent do not print \`checking...' messages
170 --version print the version of autoconf that created configure
171Directory and file names:
172 --prefix=PREFIX install architecture-independent files in PREFIX
173 [$ac_default_prefix]
174 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
175 [same as prefix]
176 --bindir=DIR user executables in DIR [EPREFIX/bin]
177 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
178 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
179 --datadir=DIR read-only architecture-independent data in DIR
180 [PREFIX/share]
181 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
182 --sharedstatedir=DIR modifiable architecture-independent data in DIR
183 [PREFIX/com]
184 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
185 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
186 --includedir=DIR C header files in DIR [PREFIX/include]
187 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
188 --infodir=DIR info documentation in DIR [PREFIX/info]
189 --mandir=DIR man documentation in DIR [PREFIX/man]
190 --srcdir=DIR find the sources in DIR [configure dir or ..]
191 --program-prefix=PREFIX prepend PREFIX to installed program names
192 --program-suffix=SUFFIX append SUFFIX to installed program names
193 --program-transform-name=PROGRAM
194 run sed PROGRAM on installed program names
195EOF
196 cat << EOF
197Host type:
198 --build=BUILD configure for building on BUILD [BUILD=HOST]
199 --host=HOST configure for HOST [guessed]
200 --target=TARGET configure for TARGET [TARGET=HOST]
201Features and packages:
202 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
203 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
204 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
205 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
206 --x-includes=DIR X include files are in DIR
207 --x-libraries=DIR X library files are in DIR
208EOF
209 if test -n "$ac_help"; then
210 echo "--enable and --with options recognized:$ac_help"
211 fi
212 exit 0 ;;
213
214 -host | --host | --hos | --ho)
215 ac_prev=host ;;
216 -host=* | --host=* | --hos=* | --ho=*)
217 host="$ac_optarg" ;;
218
219 -includedir | --includedir | --includedi | --included | --include \
220 | --includ | --inclu | --incl | --inc)
221 ac_prev=includedir ;;
222 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
223 | --includ=* | --inclu=* | --incl=* | --inc=*)
224 includedir="$ac_optarg" ;;
225
226 -infodir | --infodir | --infodi | --infod | --info | --inf)
227 ac_prev=infodir ;;
228 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
229 infodir="$ac_optarg" ;;
230
231 -libdir | --libdir | --libdi | --libd)
232 ac_prev=libdir ;;
233 -libdir=* | --libdir=* | --libdi=* | --libd=*)
234 libdir="$ac_optarg" ;;
235
236 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
237 | --libexe | --libex | --libe)
238 ac_prev=libexecdir ;;
239 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
240 | --libexe=* | --libex=* | --libe=*)
241 libexecdir="$ac_optarg" ;;
242
243 -localstatedir | --localstatedir | --localstatedi | --localstated \
244 | --localstate | --localstat | --localsta | --localst \
245 | --locals | --local | --loca | --loc | --lo)
246 ac_prev=localstatedir ;;
247 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
248 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
249 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
250 localstatedir="$ac_optarg" ;;
251
252 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
253 ac_prev=mandir ;;
254 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
255 mandir="$ac_optarg" ;;
256
257 -nfp | --nfp | --nf)
258 # Obsolete; use --without-fp.
259 with_fp=no ;;
260
261 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
262 | --no-cr | --no-c)
263 no_create=yes ;;
264
265 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
266 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
267 no_recursion=yes ;;
268
269 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
270 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
271 | --oldin | --oldi | --old | --ol | --o)
272 ac_prev=oldincludedir ;;
273 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
274 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
275 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
276 oldincludedir="$ac_optarg" ;;
277
278 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
279 ac_prev=prefix ;;
280 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
281 prefix="$ac_optarg" ;;
282
283 -program-prefix | --program-prefix | --program-prefi | --program-pref \
284 | --program-pre | --program-pr | --program-p)
285 ac_prev=program_prefix ;;
286 -program-prefix=* | --program-prefix=* | --program-prefi=* \
287 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
288 program_prefix="$ac_optarg" ;;
289
290 -program-suffix | --program-suffix | --program-suffi | --program-suff \
291 | --program-suf | --program-su | --program-s)
292 ac_prev=program_suffix ;;
293 -program-suffix=* | --program-suffix=* | --program-suffi=* \
294 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
295 program_suffix="$ac_optarg" ;;
296
297 -program-transform-name | --program-transform-name \
298 | --program-transform-nam | --program-transform-na \
299 | --program-transform-n | --program-transform- \
300 | --program-transform | --program-transfor \
301 | --program-transfo | --program-transf \
302 | --program-trans | --program-tran \
303 | --progr-tra | --program-tr | --program-t)
304 ac_prev=program_transform_name ;;
305 -program-transform-name=* | --program-transform-name=* \
306 | --program-transform-nam=* | --program-transform-na=* \
307 | --program-transform-n=* | --program-transform-=* \
308 | --program-transform=* | --program-transfor=* \
309 | --program-transfo=* | --program-transf=* \
310 | --program-trans=* | --program-tran=* \
311 | --progr-tra=* | --program-tr=* | --program-t=*)
312 program_transform_name="$ac_optarg" ;;
313
314 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
315 | -silent | --silent | --silen | --sile | --sil)
316 silent=yes ;;
317
318 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
319 ac_prev=sbindir ;;
320 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
321 | --sbi=* | --sb=*)
322 sbindir="$ac_optarg" ;;
323
324 -sharedstatedir | --sharedstatedir | --sharedstatedi \
325 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
326 | --sharedst | --shareds | --shared | --share | --shar \
327 | --sha | --sh)
328 ac_prev=sharedstatedir ;;
329 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
330 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
331 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
332 | --sha=* | --sh=*)
333 sharedstatedir="$ac_optarg" ;;
334
335 -site | --site | --sit)
336 ac_prev=site ;;
337 -site=* | --site=* | --sit=*)
338 site="$ac_optarg" ;;
339
340 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
341 ac_prev=srcdir ;;
342 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
343 srcdir="$ac_optarg" ;;
344
345 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
346 | --syscon | --sysco | --sysc | --sys | --sy)
347 ac_prev=sysconfdir ;;
348 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
349 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
350 sysconfdir="$ac_optarg" ;;
351
352 -target | --target | --targe | --targ | --tar | --ta | --t)
353 ac_prev=target ;;
354 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
355 target="$ac_optarg" ;;
356
357 -v | -verbose | --verbose | --verbos | --verbo | --verb)
358 verbose=yes ;;
359
360 -version | --version | --versio | --versi | --vers)
a2d91340 361 echo "configure generated by autoconf version 2.13"
252b5132
RH
362 exit 0 ;;
363
364 -with-* | --with-*)
365 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
366 # Reject names that are not valid shell variable names.
367 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
368 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
369 fi
370 ac_package=`echo $ac_package| sed 's/-/_/g'`
371 case "$ac_option" in
372 *=*) ;;
373 *) ac_optarg=yes ;;
374 esac
375 eval "with_${ac_package}='$ac_optarg'" ;;
376
377 -without-* | --without-*)
378 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
379 # Reject names that are not valid shell variable names.
380 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
381 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
382 fi
383 ac_package=`echo $ac_package| sed 's/-/_/g'`
384 eval "with_${ac_package}=no" ;;
385
386 --x)
387 # Obsolete; use --with-x.
388 with_x=yes ;;
389
390 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
391 | --x-incl | --x-inc | --x-in | --x-i)
392 ac_prev=x_includes ;;
393 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
394 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
395 x_includes="$ac_optarg" ;;
396
397 -x-libraries | --x-libraries | --x-librarie | --x-librari \
398 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
399 ac_prev=x_libraries ;;
400 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
401 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
402 x_libraries="$ac_optarg" ;;
403
404 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
405 ;;
406
407 *)
408 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
409 echo "configure: warning: $ac_option: invalid host type" 1>&2
410 fi
411 if test "x$nonopt" != xNONE; then
412 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
413 fi
414 nonopt="$ac_option"
415 ;;
416
417 esac
418done
419
420if test -n "$ac_prev"; then
421 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
422fi
423
424trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
425
426# File descriptor usage:
427# 0 standard input
428# 1 file creation
429# 2 errors and warnings
430# 3 some systems may open it to /dev/tty
431# 4 used on the Kubota Titan
432# 6 checking for... messages and results
433# 5 compiler messages saved in config.log
434if test "$silent" = yes; then
435 exec 6>/dev/null
436else
437 exec 6>&1
438fi
439exec 5>./config.log
440
441echo "\
442This file contains any messages produced by compilers while
443running configure, to aid debugging if configure makes a mistake.
444" 1>&5
445
446# Strip out --no-create and --no-recursion so they do not pile up.
447# Also quote any args containing shell metacharacters.
448ac_configure_args=
449for ac_arg
450do
451 case "$ac_arg" in
452 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
453 | --no-cr | --no-c) ;;
454 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
455 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
456 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
457 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
458 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
459 esac
460done
461
462# NLS nuisances.
463# Only set these to C if already set. These must not be set unconditionally
464# because not all systems understand e.g. LANG=C (notably SCO).
465# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
466# Non-C LC_CTYPE values break the ctype check.
467if test "${LANG+set}" = set; then LANG=C; export LANG; fi
468if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
469if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
470if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
471
472# confdefs.h avoids OS command line length limits that DEFS can exceed.
473rm -rf conftest* confdefs.h
474# AIX cpp loses on an empty file, so make sure it contains at least a newline.
475echo > confdefs.h
476
477# A filename unique to this package, relative to the directory that
478# configure is in, which we can look for to find out if srcdir is correct.
479ac_unique_file=as.h
480
481# Find the source files, if location was not specified.
482if test -z "$srcdir"; then
483 ac_srcdir_defaulted=yes
484 # Try the directory containing this script, then its parent.
485 ac_prog=$0
486 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
487 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
488 srcdir=$ac_confdir
489 if test ! -r $srcdir/$ac_unique_file; then
490 srcdir=..
491 fi
492else
493 ac_srcdir_defaulted=no
494fi
495if test ! -r $srcdir/$ac_unique_file; then
496 if test "$ac_srcdir_defaulted" = yes; then
497 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
498 else
499 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
500 fi
501fi
502srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
503
504# Prefer explicitly selected file to automatically selected ones.
c9e10a08
JL
505if test -z "$CONFIG_SITE"; then
506 if test "x$prefix" != xNONE; then
507 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
508 else
509 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
252b5132
RH
510 fi
511fi
512for ac_site_file in $CONFIG_SITE; do
513 if test -r "$ac_site_file"; then
514 echo "loading site script $ac_site_file"
515 . "$ac_site_file"
516 fi
517done
518
519if test -r "$cache_file"; then
520 echo "loading cache $cache_file"
a2d91340 521 . $cache_file
252b5132
RH
522else
523 echo "creating cache $cache_file"
524 > $cache_file
525fi
526
527ac_ext=c
528# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
529ac_cpp='$CPP $CPPFLAGS'
530ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
531ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
532cross_compiling=$ac_cv_prog_cc_cross
533
534ac_exeext=
535ac_objext=o
536if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
537 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
538 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
539 ac_n= ac_c='
540' ac_t=' '
541 else
542 ac_n=-n ac_c= ac_t=
543 fi
544else
545 ac_n= ac_c='\c' ac_t=
546fi
547
548
549
550ac_aux_dir=
551for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
552 if test -f $ac_dir/install-sh; then
553 ac_aux_dir=$ac_dir
554 ac_install_sh="$ac_aux_dir/install-sh -c"
555 break
556 elif test -f $ac_dir/install.sh; then
557 ac_aux_dir=$ac_dir
558 ac_install_sh="$ac_aux_dir/install.sh -c"
559 break
560 fi
561done
562if test -z "$ac_aux_dir"; then
563 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
564fi
a2d91340
AC
565ac_config_guess=$ac_aux_dir/config.guess
566ac_config_sub=$ac_aux_dir/config.sub
567ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
252b5132
RH
568
569
570# Do some error checking and defaulting for the host and target type.
571# The inputs are:
572# configure --host=HOST --target=TARGET --build=BUILD NONOPT
573#
574# The rules are:
575# 1. You are not allowed to specify --host, --target, and nonopt at the
576# same time.
577# 2. Host defaults to nonopt.
578# 3. If nonopt is not specified, then host defaults to the current host,
579# as determined by config.guess.
580# 4. Target and build default to nonopt.
581# 5. If nonopt is not specified, then target and build default to host.
582
583# The aliases save the names the user supplied, while $host etc.
584# will get canonicalized.
585case $host---$target---$nonopt in
586NONE---*---* | *---NONE---* | *---*---NONE) ;;
587*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
588esac
589
a2d91340
AC
590
591# Make sure we can run config.sub.
592if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
593else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
594fi
595
596echo $ac_n "checking host system type""... $ac_c" 1>&6
c9e10a08 597echo "configure:598: checking host system type" >&5
a2d91340
AC
598
599host_alias=$host
600case "$host_alias" in
601NONE)
602 case $nonopt in
603 NONE)
604 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
605 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
606 fi ;;
607 *) host_alias=$nonopt ;;
608 esac ;;
609esac
610
611host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
612host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
613host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
614host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
615echo "$ac_t""$host" 1>&6
616
617echo $ac_n "checking target system type""... $ac_c" 1>&6
c9e10a08 618echo "configure:619: checking target system type" >&5
a2d91340
AC
619
620target_alias=$target
621case "$target_alias" in
622NONE)
623 case $nonopt in
624 NONE) target_alias=$host_alias ;;
625 *) target_alias=$nonopt ;;
626 esac ;;
627esac
628
629target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
630target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
631target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
632target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
633echo "$ac_t""$target" 1>&6
634
635echo $ac_n "checking build system type""... $ac_c" 1>&6
c9e10a08 636echo "configure:637: checking build system type" >&5
a2d91340
AC
637
638build_alias=$build
639case "$build_alias" in
640NONE)
641 case $nonopt in
642 NONE) build_alias=$host_alias ;;
643 *) build_alias=$nonopt ;;
644 esac ;;
645esac
646
647build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
648build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
649build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
650build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
651echo "$ac_t""$build" 1>&6
652
252b5132
RH
653test "$host_alias" != "$target_alias" &&
654 test "$program_prefix$program_suffix$program_transform_name" = \
655 NONENONEs,x,x, &&
656 program_prefix=${target_alias}-
657
658
659# Find a good install program. We prefer a C program (faster),
660# so one script is as good as another. But avoid the broken or
661# incompatible versions:
662# SysV /etc/install, /usr/sbin/install
663# SunOS /usr/etc/install
664# IRIX /sbin/install
665# AIX /bin/install
666# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
667# AFS /usr/afsws/bin/install, which mishandles nonexistent args
668# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
669# ./install, which can be erroneously created by make from ./install.sh.
670echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
c9e10a08 671echo "configure:672: checking for a BSD compatible install" >&5
252b5132 672if test -z "$INSTALL"; then
a2d91340 673if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
252b5132
RH
674 echo $ac_n "(cached) $ac_c" 1>&6
675else
676 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
677 for ac_dir in $PATH; do
678 # Account for people who put trailing slashes in PATH elements.
679 case "$ac_dir/" in
680 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
681 *)
682 # OSF1 and SCO ODT 3.0 have their own names for install.
683 # Don't use installbsd from OSF since it installs stuff as root
684 # by default.
685 for ac_prog in ginstall scoinst install; do
686 if test -f $ac_dir/$ac_prog; then
687 if test $ac_prog = install &&
688 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
689 # AIX install. It has an incompatible calling convention.
690 :
691 else
692 ac_cv_path_install="$ac_dir/$ac_prog -c"
693 break 2
694 fi
695 fi
696 done
697 ;;
698 esac
699 done
700 IFS="$ac_save_IFS"
701
702fi
703 if test "${ac_cv_path_install+set}" = set; then
704 INSTALL="$ac_cv_path_install"
705 else
706 # As a last resort, use the slow shell script. We don't cache a
707 # path for INSTALL within a source directory, because that will
708 # break other packages using the cache if that directory is
709 # removed, or if the path is relative.
710 INSTALL="$ac_install_sh"
711 fi
712fi
713echo "$ac_t""$INSTALL" 1>&6
714
715# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
716# It thinks the first close brace ends the variable substitution.
717test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
718
a2d91340 719test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
252b5132
RH
720
721test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
722
723echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
c9e10a08 724echo "configure:725: checking whether build environment is sane" >&5
252b5132
RH
725# Just in case
726sleep 1
727echo timestamp > conftestfile
728# Do `set' in a subshell so we don't clobber the current shell's
729# arguments. Must try -L first in case configure is actually a
730# symlink; some systems play weird games with the mod time of symlinks
731# (eg FreeBSD returns the mod time of the symlink's containing
732# directory).
733if (
734 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
735 if test "$*" = "X"; then
736 # -L didn't work.
737 set X `ls -t $srcdir/configure conftestfile`
738 fi
739 if test "$*" != "X $srcdir/configure conftestfile" \
740 && test "$*" != "X conftestfile $srcdir/configure"; then
741
742 # If neither matched, then we have a broken ls. This can happen
743 # if, for instance, CONFIG_SHELL is bash and it inherits a
744 # broken ls alias from the environment. This has actually
745 # happened. Such a system could not be considered "sane".
746 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
747alias in your environment" 1>&2; exit 1; }
748 fi
749
750 test "$2" = conftestfile
751 )
752then
753 # Ok.
754 :
755else
756 { echo "configure: error: newly created file is older than distributed files!
757Check your system clock" 1>&2; exit 1; }
758fi
759rm -f conftest*
760echo "$ac_t""yes" 1>&6
761if test "$program_transform_name" = s,x,x,; then
762 program_transform_name=
763else
764 # Double any \ or $. echo might interpret backslashes.
765 cat <<\EOF_SED > conftestsed
766s,\\,\\\\,g; s,\$,$$,g
767EOF_SED
768 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
769 rm -f conftestsed
770fi
771test "$program_prefix" != NONE &&
a2d91340 772 program_transform_name="s,^,${program_prefix},; $program_transform_name"
252b5132
RH
773# Use a double $ so make ignores it.
774test "$program_suffix" != NONE &&
a2d91340 775 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
252b5132
RH
776
777# sed with no file args requires a program.
778test "$program_transform_name" = "" && program_transform_name="s,x,x,"
779
780echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
c9e10a08 781echo "configure:782: checking whether ${MAKE-make} sets \${MAKE}" >&5
252b5132 782set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
a2d91340 783if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
252b5132
RH
784 echo $ac_n "(cached) $ac_c" 1>&6
785else
786 cat > conftestmake <<\EOF
787all:
788 @echo 'ac_maketemp="${MAKE}"'
789EOF
790# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
791eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
792if test -n "$ac_maketemp"; then
793 eval ac_cv_prog_make_${ac_make}_set=yes
794else
795 eval ac_cv_prog_make_${ac_make}_set=no
796fi
797rm -f conftestmake
798fi
799if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
800 echo "$ac_t""yes" 1>&6
801 SET_MAKE=
802else
803 echo "$ac_t""no" 1>&6
804 SET_MAKE="MAKE=${MAKE-make}"
805fi
806
807
808PACKAGE=gas
809
0ed15843 810VERSION=2.9.5
252b5132
RH
811
812if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
813 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
814fi
815cat >> confdefs.h <<EOF
816#define PACKAGE "$PACKAGE"
817EOF
818
819cat >> confdefs.h <<EOF
820#define VERSION "$VERSION"
821EOF
822
823
824
825missing_dir=`cd $ac_aux_dir && pwd`
826echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
c9e10a08 827echo "configure:828: checking for working aclocal" >&5
252b5132
RH
828# Run test in a subshell; some versions of sh will print an error if
829# an executable is not found, even if stderr is redirected.
830# Redirect stdin to placate older versions of autoconf. Sigh.
831if (aclocal --version) < /dev/null > /dev/null 2>&1; then
832 ACLOCAL=aclocal
833 echo "$ac_t""found" 1>&6
834else
835 ACLOCAL="$missing_dir/missing aclocal"
836 echo "$ac_t""missing" 1>&6
837fi
838
839echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
c9e10a08 840echo "configure:841: checking for working autoconf" >&5
252b5132
RH
841# Run test in a subshell; some versions of sh will print an error if
842# an executable is not found, even if stderr is redirected.
843# Redirect stdin to placate older versions of autoconf. Sigh.
844if (autoconf --version) < /dev/null > /dev/null 2>&1; then
845 AUTOCONF=autoconf
846 echo "$ac_t""found" 1>&6
847else
848 AUTOCONF="$missing_dir/missing autoconf"
849 echo "$ac_t""missing" 1>&6
850fi
851
852echo $ac_n "checking for working automake""... $ac_c" 1>&6
c9e10a08 853echo "configure:854: checking for working automake" >&5
252b5132
RH
854# Run test in a subshell; some versions of sh will print an error if
855# an executable is not found, even if stderr is redirected.
856# Redirect stdin to placate older versions of autoconf. Sigh.
857if (automake --version) < /dev/null > /dev/null 2>&1; then
858 AUTOMAKE=automake
859 echo "$ac_t""found" 1>&6
860else
861 AUTOMAKE="$missing_dir/missing automake"
862 echo "$ac_t""missing" 1>&6
863fi
864
865echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
c9e10a08 866echo "configure:867: checking for working autoheader" >&5
252b5132
RH
867# Run test in a subshell; some versions of sh will print an error if
868# an executable is not found, even if stderr is redirected.
869# Redirect stdin to placate older versions of autoconf. Sigh.
870if (autoheader --version) < /dev/null > /dev/null 2>&1; then
871 AUTOHEADER=autoheader
872 echo "$ac_t""found" 1>&6
873else
874 AUTOHEADER="$missing_dir/missing autoheader"
875 echo "$ac_t""missing" 1>&6
876fi
877
878echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
c9e10a08 879echo "configure:880: checking for working makeinfo" >&5
252b5132
RH
880# Run test in a subshell; some versions of sh will print an error if
881# an executable is not found, even if stderr is redirected.
882# Redirect stdin to placate older versions of autoconf. Sigh.
883if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
884 MAKEINFO=makeinfo
885 echo "$ac_t""found" 1>&6
886else
887 MAKEINFO="$missing_dir/missing makeinfo"
888 echo "$ac_t""missing" 1>&6
889fi
890
891
892
893# Check whether --enable-shared or --disable-shared was given.
894if test "${enable_shared+set}" = set; then
895 enableval="$enable_shared"
896 p=${PACKAGE-default}
897case "$enableval" in
898yes) enable_shared=yes ;;
899no) enable_shared=no ;;
900*)
901 enable_shared=no
902 # Look at the argument we got. We use all the common list separators.
903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
904 for pkg in $enableval; do
905 if test "X$pkg" = "X$p"; then
906 enable_shared=yes
907 fi
908 done
909 IFS="$ac_save_ifs"
910 ;;
911esac
912else
913 enable_shared=yes
914fi
915
916# Check whether --enable-static or --disable-static was given.
917if test "${enable_static+set}" = set; then
918 enableval="$enable_static"
919 p=${PACKAGE-default}
920case "$enableval" in
921yes) enable_static=yes ;;
922no) enable_static=no ;;
923*)
924 enable_static=no
925 # Look at the argument we got. We use all the common list separators.
926 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
927 for pkg in $enableval; do
928 if test "X$pkg" = "X$p"; then
929 enable_static=yes
930 fi
931 done
932 IFS="$ac_save_ifs"
933 ;;
934esac
935else
936 enable_static=yes
937fi
938
bedf545c
ILT
939# Check whether --enable-fast-install or --disable-fast-install was given.
940if test "${enable_fast_install+set}" = set; then
941 enableval="$enable_fast_install"
942 p=${PACKAGE-default}
943case "$enableval" in
944yes) enable_fast_install=yes ;;
945no) enable_fast_install=no ;;
946*)
947 enable_fast_install=no
948 # Look at the argument we got. We use all the common list separators.
949 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
950 for pkg in $enableval; do
951 if test "X$pkg" = "X$p"; then
952 enable_fast_install=yes
953 fi
954 done
955 IFS="$ac_save_ifs"
956 ;;
957esac
958else
959 enable_fast_install=yes
960fi
961
252b5132
RH
962# Extract the first word of "ranlib", so it can be a program name with args.
963set dummy ranlib; ac_word=$2
964echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 965echo "configure:966: checking for $ac_word" >&5
a2d91340 966if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
252b5132
RH
967 echo $ac_n "(cached) $ac_c" 1>&6
968else
969 if test -n "$RANLIB"; then
970 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
971else
972 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
973 ac_dummy="$PATH"
974 for ac_dir in $ac_dummy; do
975 test -z "$ac_dir" && ac_dir=.
976 if test -f $ac_dir/$ac_word; then
977 ac_cv_prog_RANLIB="ranlib"
978 break
979 fi
980 done
981 IFS="$ac_save_ifs"
982 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
983fi
984fi
985RANLIB="$ac_cv_prog_RANLIB"
986if test -n "$RANLIB"; then
987 echo "$ac_t""$RANLIB" 1>&6
988else
989 echo "$ac_t""no" 1>&6
990fi
991
992# Extract the first word of "gcc", so it can be a program name with args.
993set dummy gcc; ac_word=$2
994echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 995echo "configure:996: checking for $ac_word" >&5
a2d91340 996if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
252b5132
RH
997 echo $ac_n "(cached) $ac_c" 1>&6
998else
999 if test -n "$CC"; then
1000 ac_cv_prog_CC="$CC" # Let the user override the test.
1001else
1002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1003 ac_dummy="$PATH"
1004 for ac_dir in $ac_dummy; do
1005 test -z "$ac_dir" && ac_dir=.
1006 if test -f $ac_dir/$ac_word; then
1007 ac_cv_prog_CC="gcc"
1008 break
1009 fi
1010 done
1011 IFS="$ac_save_ifs"
1012fi
1013fi
1014CC="$ac_cv_prog_CC"
1015if test -n "$CC"; then
1016 echo "$ac_t""$CC" 1>&6
1017else
1018 echo "$ac_t""no" 1>&6
1019fi
1020
1021if test -z "$CC"; then
1022 # Extract the first word of "cc", so it can be a program name with args.
1023set dummy cc; ac_word=$2
1024echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 1025echo "configure:1026: checking for $ac_word" >&5
a2d91340 1026if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
252b5132
RH
1027 echo $ac_n "(cached) $ac_c" 1>&6
1028else
1029 if test -n "$CC"; then
1030 ac_cv_prog_CC="$CC" # Let the user override the test.
1031else
1032 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1033 ac_prog_rejected=no
1034 ac_dummy="$PATH"
1035 for ac_dir in $ac_dummy; do
1036 test -z "$ac_dir" && ac_dir=.
1037 if test -f $ac_dir/$ac_word; then
1038 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1039 ac_prog_rejected=yes
1040 continue
1041 fi
1042 ac_cv_prog_CC="cc"
1043 break
1044 fi
1045 done
1046 IFS="$ac_save_ifs"
1047if test $ac_prog_rejected = yes; then
1048 # We found a bogon in the path, so make sure we never use it.
1049 set dummy $ac_cv_prog_CC
1050 shift
1051 if test $# -gt 0; then
1052 # We chose a different compiler from the bogus one.
1053 # However, it has the same basename, so the bogon will be chosen
1054 # first if we set CC to just the basename; use the full file name.
1055 shift
1056 set dummy "$ac_dir/$ac_word" "$@"
1057 shift
1058 ac_cv_prog_CC="$@"
1059 fi
1060fi
1061fi
1062fi
1063CC="$ac_cv_prog_CC"
1064if test -n "$CC"; then
1065 echo "$ac_t""$CC" 1>&6
1066else
1067 echo "$ac_t""no" 1>&6
1068fi
1069
1070 if test -z "$CC"; then
1071 case "`uname -s`" in
a2d91340 1072 *win32* | *WIN32*)
252b5132
RH
1073 # Extract the first word of "cl", so it can be a program name with args.
1074set dummy cl; ac_word=$2
1075echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 1076echo "configure:1077: checking for $ac_word" >&5
a2d91340 1077if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
252b5132
RH
1078 echo $ac_n "(cached) $ac_c" 1>&6
1079else
1080 if test -n "$CC"; then
1081 ac_cv_prog_CC="$CC" # Let the user override the test.
1082else
1083 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1084 ac_dummy="$PATH"
1085 for ac_dir in $ac_dummy; do
1086 test -z "$ac_dir" && ac_dir=.
1087 if test -f $ac_dir/$ac_word; then
1088 ac_cv_prog_CC="cl"
1089 break
1090 fi
1091 done
1092 IFS="$ac_save_ifs"
1093fi
1094fi
1095CC="$ac_cv_prog_CC"
1096if test -n "$CC"; then
1097 echo "$ac_t""$CC" 1>&6
1098else
1099 echo "$ac_t""no" 1>&6
1100fi
1101 ;;
1102 esac
1103 fi
1104 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1105fi
1106
a2d91340 1107echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
c9e10a08 1108echo "configure:1109: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
252b5132
RH
1109
1110ac_ext=c
1111# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1112ac_cpp='$CPP $CPPFLAGS'
1113ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1114ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1115cross_compiling=$ac_cv_prog_cc_cross
1116
1117cat > conftest.$ac_ext << EOF
1118
c9e10a08 1119#line 1120 "configure"
252b5132
RH
1120#include "confdefs.h"
1121
1122main(){return(0);}
1123EOF
c9e10a08 1124if { (eval echo configure:1125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
1125 ac_cv_prog_cc_works=yes
1126 # If we can't run a trivial program, we are probably using a cross compiler.
1127 if (./conftest; exit) 2>/dev/null; then
1128 ac_cv_prog_cc_cross=no
1129 else
1130 ac_cv_prog_cc_cross=yes
1131 fi
1132else
1133 echo "configure: failed program was:" >&5
1134 cat conftest.$ac_ext >&5
1135 ac_cv_prog_cc_works=no
1136fi
1137rm -fr conftest*
1138ac_ext=c
1139# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1140ac_cpp='$CPP $CPPFLAGS'
1141ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1142ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1143cross_compiling=$ac_cv_prog_cc_cross
1144
1145echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1146if test $ac_cv_prog_cc_works = no; then
1147 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1148fi
a2d91340 1149echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
c9e10a08 1150echo "configure:1151: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
252b5132
RH
1151echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1152cross_compiling=$ac_cv_prog_cc_cross
1153
1154echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
c9e10a08 1155echo "configure:1156: checking whether we are using GNU C" >&5
a2d91340 1156if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
252b5132
RH
1157 echo $ac_n "(cached) $ac_c" 1>&6
1158else
1159 cat > conftest.c <<EOF
1160#ifdef __GNUC__
1161 yes;
1162#endif
1163EOF
c9e10a08 1164if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
252b5132
RH
1165 ac_cv_prog_gcc=yes
1166else
1167 ac_cv_prog_gcc=no
1168fi
1169fi
1170
1171echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1172
1173if test $ac_cv_prog_gcc = yes; then
1174 GCC=yes
1175else
1176 GCC=
1177fi
1178
1179ac_test_CFLAGS="${CFLAGS+set}"
1180ac_save_CFLAGS="$CFLAGS"
1181CFLAGS=
1182echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
c9e10a08 1183echo "configure:1184: checking whether ${CC-cc} accepts -g" >&5
a2d91340 1184if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
252b5132
RH
1185 echo $ac_n "(cached) $ac_c" 1>&6
1186else
1187 echo 'void f(){}' > conftest.c
1188if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1189 ac_cv_prog_cc_g=yes
1190else
1191 ac_cv_prog_cc_g=no
1192fi
1193rm -f conftest*
1194
1195fi
1196
1197echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1198if test "$ac_test_CFLAGS" = set; then
1199 CFLAGS="$ac_save_CFLAGS"
1200elif test $ac_cv_prog_cc_g = yes; then
1201 if test "$GCC" = yes; then
1202 CFLAGS="-g -O2"
1203 else
1204 CFLAGS="-g"
1205 fi
1206else
1207 if test "$GCC" = yes; then
1208 CFLAGS="-O2"
1209 else
1210 CFLAGS=
1211 fi
1212fi
1213
1214# Check whether --with-gnu-ld or --without-gnu-ld was given.
1215if test "${with_gnu_ld+set}" = set; then
1216 withval="$with_gnu_ld"
1217 test "$withval" = no || with_gnu_ld=yes
1218else
1219 with_gnu_ld=no
1220fi
1221
252b5132
RH
1222ac_prog=ld
1223if test "$ac_cv_prog_gcc" = yes; then
1224 # Check if gcc -print-prog-name=ld gives a path.
1225 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
c9e10a08 1226echo "configure:1227: checking for ld used by GCC" >&5
252b5132
RH
1227 ac_prog=`($CC -print-prog-name=ld) 2>&5`
1228 case "$ac_prog" in
bedf545c 1229 # Accept absolute paths.
a74801ba 1230 [\\/]* | [A-Za-z]:[\\/]*)
bedf545c
ILT
1231 re_direlt='/[^/][^/]*/\.\./'
1232 # Canonicalize the path of ld
1233 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1234 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1235 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1236 done
1237 test -z "$LD" && LD="$ac_prog"
1238 ;;
252b5132
RH
1239 "")
1240 # If it fails, then pretend we aren't using GCC.
1241 ac_prog=ld
1242 ;;
1243 *)
1244 # If it is relative, then search for the first ld in PATH.
1245 with_gnu_ld=unknown
1246 ;;
1247 esac
1248elif test "$with_gnu_ld" = yes; then
1249 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
c9e10a08 1250echo "configure:1251: checking for GNU ld" >&5
252b5132
RH
1251else
1252 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
c9e10a08 1253echo "configure:1254: checking for non-GNU ld" >&5
252b5132 1254fi
a2d91340 1255if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
252b5132
RH
1256 echo $ac_n "(cached) $ac_c" 1>&6
1257else
1258 if test -z "$LD"; then
a74801ba 1259 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
1260 for ac_dir in $PATH; do
1261 test -z "$ac_dir" && ac_dir=.
a74801ba 1262 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
252b5132
RH
1263 ac_cv_path_LD="$ac_dir/$ac_prog"
1264 # Check to see if the program is GNU ld. I'd rather use --version,
1265 # but apparently some GNU ld's only accept -v.
1266 # Break only if it was the GNU/non-GNU ld that we prefer.
1267 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1268 test "$with_gnu_ld" != no && break
1269 else
bedf545c 1270 test "$with_gnu_ld" != yes && break
252b5132
RH
1271 fi
1272 fi
1273 done
1274 IFS="$ac_save_ifs"
1275else
1276 ac_cv_path_LD="$LD" # Let the user override the test with a path.
1277fi
1278fi
1279
1280LD="$ac_cv_path_LD"
1281if test -n "$LD"; then
1282 echo "$ac_t""$LD" 1>&6
1283else
1284 echo "$ac_t""no" 1>&6
1285fi
1286test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
252b5132 1287echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
c9e10a08 1288echo "configure:1289: checking if the linker ($LD) is GNU ld" >&5
a2d91340 1289if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
252b5132
RH
1290 echo $ac_n "(cached) $ac_c" 1>&6
1291else
1292 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1293if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1294 ac_cv_prog_gnu_ld=yes
1295else
1296 ac_cv_prog_gnu_ld=no
1297fi
1298fi
1299
1300echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1301
1302
1303echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
c9e10a08 1304echo "configure:1305: checking for BSD-compatible nm" >&5
a2d91340 1305if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
252b5132
RH
1306 echo $ac_n "(cached) $ac_c" 1>&6
1307else
1308 if test -n "$NM"; then
1309 # Let the user override the test.
1310 ac_cv_path_NM="$NM"
1311else
a74801ba 1312 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
bedf545c 1313 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
252b5132 1314 test -z "$ac_dir" && ac_dir=.
a74801ba 1315 if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
252b5132
RH
1316 # Check to see if the nm accepts a BSD-compat flag.
1317 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1318 # nm: unknown option "B" ignored
1319 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
bedf545c
ILT
1320 ac_cv_path_NM="$ac_dir/nm -B"
1321 break
252b5132 1322 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
bedf545c
ILT
1323 ac_cv_path_NM="$ac_dir/nm -p"
1324 break
252b5132 1325 else
bedf545c
ILT
1326 ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
1327 continue # so that we can try to find one that supports BSD flags
252b5132 1328 fi
252b5132
RH
1329 fi
1330 done
1331 IFS="$ac_save_ifs"
1332 test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1333fi
1334fi
1335
1336NM="$ac_cv_path_NM"
1337echo "$ac_t""$NM" 1>&6
1338
252b5132 1339echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
c9e10a08 1340echo "configure:1341: checking whether ln -s works" >&5
a2d91340 1341if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
252b5132
RH
1342 echo $ac_n "(cached) $ac_c" 1>&6
1343else
1344 rm -f conftestdata
1345if ln -s X conftestdata 2>/dev/null
1346then
1347 rm -f conftestdata
1348 ac_cv_prog_LN_S="ln -s"
1349else
1350 ac_cv_prog_LN_S=ln
1351fi
1352fi
1353LN_S="$ac_cv_prog_LN_S"
1354if test "$ac_cv_prog_LN_S" = "ln -s"; then
1355 echo "$ac_t""yes" 1>&6
1356else
1357 echo "$ac_t""no" 1>&6
1358fi
1359
252b5132 1360
a74801ba
ILT
1361case "$target" in
1362NONE) lt_target="$host" ;;
1363*) lt_target="$target" ;;
1364esac
252b5132
RH
1365
1366# Check for any special flags to pass to ltconfig.
bedf545c 1367libtool_flags="--cache-file=$cache_file"
252b5132
RH
1368test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1369test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
bedf545c 1370test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
252b5132
RH
1371test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1372test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1373
a74801ba
ILT
1374
1375# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
1376if test "${enable_libtool_lock+set}" = set; then
1377 enableval="$enable_libtool_lock"
1378 :
1379fi
1380
1381test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1382test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1383
252b5132
RH
1384# Some flags need to be propagated to the compiler or linker for good
1385# libtool support.
a74801ba 1386case "$lt_target" in
252b5132
RH
1387*-*-irix6*)
1388 # Find out which ABI we are using.
c9e10a08
JL
1389 echo '#line 1390 "configure"' > conftest.$ac_ext
1390 if { (eval echo configure:1391: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
252b5132
RH
1391 case "`/usr/bin/file conftest.o`" in
1392 *32-bit*)
1393 LD="${LD-ld} -32"
1394 ;;
1395 *N32*)
1396 LD="${LD-ld} -n32"
1397 ;;
1398 *64-bit*)
1399 LD="${LD-ld} -64"
1400 ;;
1401 esac
1402 fi
1403 rm -rf conftest*
1404 ;;
1405
1406*-*-sco3.2v5*)
1407 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
bedf545c 1408 SAVE_CFLAGS="$CFLAGS"
252b5132 1409 CFLAGS="$CFLAGS -belf"
bedf545c 1410 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
c9e10a08 1411echo "configure:1412: checking whether the C compiler needs -belf" >&5
a2d91340 1412if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
bedf545c
ILT
1413 echo $ac_n "(cached) $ac_c" 1>&6
1414else
1415 cat > conftest.$ac_ext <<EOF
c9e10a08 1416#line 1417 "configure"
bedf545c
ILT
1417#include "confdefs.h"
1418
1419int main() {
1420
1421; return 0; }
1422EOF
c9e10a08 1423if { (eval echo configure:1424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
bedf545c
ILT
1424 rm -rf conftest*
1425 lt_cv_cc_needs_belf=yes
1426else
1427 echo "configure: failed program was:" >&5
1428 cat conftest.$ac_ext >&5
1429 rm -rf conftest*
1430 lt_cv_cc_needs_belf=no
1431fi
1432rm -f conftest*
1433fi
1434
1435echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
1436 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1437 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1438 CFLAGS="$SAVE_CFLAGS"
1439 fi
252b5132
RH
1440 ;;
1441
252b5132
RH
1442
1443esac
1444
bedf545c
ILT
1445
1446# Save cache, so that ltconfig can load it
1447cat > confcache <<\EOF
1448# This file is a shell script that caches the results of configure
1449# tests run on this system so they can be shared between configure
1450# scripts and configure runs. It is not useful on other systems.
1451# If it contains results you don't want to keep, you may remove or edit it.
1452#
1453# By default, configure uses ./config.cache as the cache file,
1454# creating it if it does not exist already. You can give configure
1455# the --cache-file=FILE option to use a different cache file; that is
1456# what configure does when it calls configure scripts in
1457# subdirectories, so they share the cache.
1458# Giving --cache-file=/dev/null disables caching, for debugging configure.
1459# config.status only pays attention to the cache file if you give it the
1460# --recheck option to rerun configure.
1461#
1462EOF
1463# The following way of writing the cache mishandles newlines in values,
1464# but we know of no workaround that is simple, portable, and efficient.
1465# So, don't put newlines in cache variables' values.
1466# Ultrix sh set writes to stderr and can't be redirected directly,
1467# and sets the high bit in the cache file unless we assign to the vars.
1468(set) 2>&1 |
1469 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1470 *ac_space=\ *)
1471 # `set' does not quote correctly, so add quotes (double-quote substitution
1472 # turns \\\\ into \\, and sed turns \\ into \).
1473 sed -n \
1474 -e "s/'/'\\\\''/g" \
1475 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1476 ;;
1477 *)
1478 # `set' quotes correctly as required by POSIX, so do not add quotes.
1479 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1480 ;;
1481 esac >> confcache
1482if cmp -s $cache_file confcache; then
1483 :
1484else
1485 if test -w $cache_file; then
1486 echo "updating cache $cache_file"
1487 cat confcache > $cache_file
1488 else
1489 echo "not updating unwritable cache $cache_file"
1490 fi
1491fi
1492rm -f confcache
1493
1494
252b5132
RH
1495# Actually configure libtool. ac_aux_dir is where install-sh is found.
1496CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
a74801ba
ILT
1497LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1498LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
1499DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
252b5132 1500${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
a74801ba 1501$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
252b5132
RH
1502|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1503
bedf545c
ILT
1504# Reload cache, that may have been modified by ltconfig
1505if test -r "$cache_file"; then
1506 echo "loading cache $cache_file"
a2d91340 1507 . $cache_file
bedf545c
ILT
1508else
1509 echo "creating cache $cache_file"
1510 > $cache_file
1511fi
1512
1513
1514# This can be used to rebuild libtool when needed
1515LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
1516
1517# Always use our own libtool.
1518LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1519
252b5132
RH
1520# Redirect the config.log output again, so that the ltconfig log is not
1521# clobbered by the next message.
1522exec 5>>./config.log
1523
1524
1525user_bfd_gas=
1526# Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
1527if test "${enable_bfd_assembler+set}" = set; then
1528 enableval="$enable_bfd_assembler"
1529 case "${enableval}" in
1530 yes) need_bfd=yes user_bfd_gas=yes ;;
1531 no) user_bfd_gas=no ;;
1532 *) { echo "configure: error: bad value ${enableval} given for bfd-assembler option" 1>&2; exit 1; } ;;
1533esac
1534fi
1535# Check whether --enable-targets or --disable-targets was given.
1536if test "${enable_targets+set}" = set; then
1537 enableval="$enable_targets"
1538 case "${enableval}" in
1539 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
1540 ;;
1541 no) enable_targets= ;;
1542 *) enable_targets=$enableval ;;
1543esac
1544fi
1545# Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
1546if test "${enable_commonbfdlib+set}" = set; then
1547 enableval="$enable_commonbfdlib"
1548 case "${enableval}" in
1549 yes) commonbfdlib=true ;;
1550 no) commonbfdlib=false ;;
1551 *) { echo "configure: error: bad value ${enableval} for BFD commonbfdlib option" 1>&2; exit 1; } ;;
1552esac
1553fi
1554
1555using_cgen=no
1556
a2d91340
AC
1557build_warnings="-W -Wall"
1558# Check whether --enable-build-warnings or --disable-build-warnings was given.
1559if test "${enable_build_warnings+set}" = set; then
1560 enableval="$enable_build_warnings"
1561 case "${enableval}" in
1562 yes) ;;
1563 no) build_warnings="-w";;
1564 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
1565 build_warnings="${build_warnings} ${t}";;
1566 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
1567 build_warnings="${t} ${build_warnings}";;
1568 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
1569esac
1570if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
1571 echo "Setting warning flags = $build_warnings" 6>&1
1572fi
1573fi
1574WARN_CFLAGS=""
1575if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
1576 WARN_CFLAGS="${build_warnings}"
1577fi
1578
1579
252b5132
RH
1580# Generate a header file
1581
1582
1583
1584
76a27922
ILT
1585# If we are on a DOS filesystem, we must use gdb.ini rather than
1586# .gdbinit.
1587GDBINIT=".gdbinit"
1588case "${host}" in
1589 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
1590 GDBINIT="gdb.ini"
1591 ;;
1592esac
1593
1594
252b5132
RH
1595te_file=generic
1596
1597# Makefile target for installing gas in $(tooldir)/bin.
1598install_tooldir=install-exec-tooldir
1599
1600canon_targets=""
15886821 1601all_targets=no
252b5132
RH
1602if test -n "$enable_targets" ; then
1603 for t in `echo $enable_targets | sed 's/,/ /g'`; do
15886821
L
1604 if test $t = "all"; then
1605 all_targets=yes
1606 continue
1607 fi
6d83c84b 1608 result=`$ac_config_sub $t 2>/dev/null`
252b5132
RH
1609 if test -n "$result" ; then
1610 canon_targets="$canon_targets $result"
1611# else
1612# # Permit "all", etc. We don't support it yet though.
1613# canon_targets="$canon_targets $t"
1614 fi
1615 done
1616 _gas_uniq_list="$canon_targets"
1617_gas_uniq_newlist=""
1618for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1619 case $_gas_uniq_i in
1620 _gas_uniq_dummy) ;;
1621 *) case " $_gas_uniq_newlist " in
1622 *" $_gas_uniq_i "*) ;;
1623 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1624 esac ;;
1625 esac
1626done
1627canon_targets=$_gas_uniq_newlist
1628
1629fi
1630
1631emulations=""
1632
1633for this_target in $target $canon_targets ; do
1634
1635 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
1636
1637 # check for architecture variants
1638 arch=
1639 endian=
1640 case ${cpu} in
1641 alpha*) cpu_type=alpha ;;
1642 armeb) cpu_type=arm endian=big ;;
1643 arm*) cpu_type=arm endian=little ;;
1644 armb*) cpu_type=arm endian=little ;;
1645 armv*l) cpu_type=arm endian=little ;;
1646 armv*b) cpu_type=arm endian=big ;;
1647 strongarm*) cpu_type=arm endian=little ;;
1648 thumb*) cpu_type=arm endian=little ;;
1649 hppa*) cpu_type=hppa ;;
1650 i[456]86) cpu_type=i386 ;;
800eeca4 1651 ia64) cpu_type=ia64 ;;
252b5132
RH
1652 m680[012346]0) cpu_type=m68k ;;
1653 m68008) cpu_type=m68k ;;
1654 m683??) cpu_type=m68k ;;
1655 m5200) cpu_type=m68k ;;
1656 m8*) cpu_type=m88k ;;
1657 mips*el) cpu_type=mips endian=little ;;
1658 mips*) cpu_type=mips endian=big ;;
041dd5a9
ILT
1659 pjl*) cpu_type=pj endian=little ;;
1660 pj*) cpu_type=pj endian=big ;;
252b5132
RH
1661 powerpcle*) cpu_type=ppc endian=little ;;
1662 powerpc*) cpu_type=ppc endian=big ;;
1663 rs6000*) cpu_type=ppc ;;
1664 sparclite*) cpu_type=sparc arch=sparclite ;;
1665 sparclet*) cpu_type=sparc arch=sparclet ;;
1666 sparc64*) cpu_type=sparc arch=v9-64 ;;
1667 sparc86x*) cpu_type=sparc arch=sparc86x ;;
1668 sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
1669 v850*) cpu_type=v850 ;;
1670 *) cpu_type=${cpu} ;;
1671 esac
1672
1673 if test ${this_target} = $target ; then
1674 target_cpu_type=${cpu_type}
1675 elif test ${target_cpu_type} != ${cpu_type} ; then
1676 continue
1677 fi
1678
1679 generic_target=${cpu_type}-$vendor-$os
1680 dev=no
1681 bfd_gas=no
1682 em=generic
1683
1684 # assign object format
1685 case ${generic_target} in
1686 a29k-*-coff) fmt=coff ;;
1687 a29k-amd-udi) fmt=coff ;;
1688 a29k-amd-ebmon) fmt=coff ;;
1689 a29k-nyu-sym1) fmt=coff ;;
1690 a29k-*-vxworks*) fmt=coff ;;
1691
1692 alpha*-*-*vms*) fmt=evax ;;
1693 alpha*-*-netware*) fmt=ecoff ;;
1694 alpha*-*-openbsd*) fmt=ecoff ;;
1695 alpha*-*-osf*) fmt=ecoff ;;
1696 alpha*-*-linuxecoff*) fmt=ecoff ;;
1697 alpha*-*-linux-gnu*) fmt=elf em=linux ;;
1698 alpha*-*-netbsd*) fmt=elf em=nbsd ;;
1699
1700 arc-*-elf*) fmt=elf bfd_gas=yes ;;
1701
1702 arm-*-aout) fmt=aout ;;
1703 arm-*-coff | thumb-*-coff) fmt=coff ;;
1704 arm-*-elf | thumb-*-elf) fmt=elf ;;
0decc840 1705 arm*-*-conix*) fmt=elf ;;
252b5132 1706 arm-*-linux*aout*) fmt=aout em=linux ;;
0decc840 1707 arm*-*-linux-gnu*) fmt=elf em=linux ;;
c1e73230 1708 arm-*-netbsd*) fmt=aout em=nbsd ;;
252b5132
RH
1709 arm-*-oabi | thumb-*-oabi) fmt=elf ;;
1710 arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
c1e73230 1711 arm-*-wince) fmt=coff em=wince-pe ;;
252b5132
RH
1712 arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
1713 arm-*-riscix*) fmt=aout em=riscix ;;
1714
adde6300
AM
1715 avr-*-*) fmt=elf bfd_gas=yes ;;
1716
252b5132
RH
1717 d10v-*-*) fmt=elf bfd_gas=yes ;;
1718 d30v-*-*) fmt=elf bfd_gas=yes ;;
1719
1720
1721 fr30-*-*) fmt=elf bfd_gas=yes ;;
1722
3f9b03b5 1723 hppa-*-linux-gnu*) fmt=elf em=linux ;;
252b5132
RH
1724 hppa-*-*elf*) fmt=elf em=hppa ;;
1725 hppa-*-lites*) fmt=elf em=hppa ;;
1726 hppa-*-osf*) fmt=som em=hppa ;;
1727 hppa-*-rtems*) fmt=elf em=hppa ;;
c9e10a08
JL
1728 hppa-*-hpux11*) em=hppa
1729 case ${cpu} in
1730 hppa*64*)
1731 fmt=elf;;
1732 hppa*)
1733 fmt=som;;
1734 esac
1735 ;;
252b5132
RH
1736 hppa-*-hpux*) fmt=som em=hppa ;;
1737 hppa-*-mpeix*) fmt=som em=hppa ;;
1738 hppa-*-bsd*) fmt=som em=hppa ;;
1739 hppa-*-hiux*) fmt=som em=hppa ;;
1740
1741 h8300-*-coff) fmt=coff ;;
1742
5b93d8bb 1743 i370-*-elf* | i370-*-linux*) fmt=elf ;;
252b5132
RH
1744 i386-ibm-aix*) fmt=coff em=i386aix ;;
1745 i386-sequent-bsd*) fmt=aout em=dynix bfd_gas=yes ;;
1746 i386-*-beospe*) fmt=coff em=pe bfd_gas=yes ;;
1747 i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
1748 i386-*-bsd*) fmt=aout em=386bsd ;;
1749 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
1750 i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
1751 i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;
1752 i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;;
1753 i386-*-linux*coff*) fmt=coff em=linux ;;
1754 i386-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
1755 i386-*-lynxos*) fmt=coff em=lynx ;;
1756 i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
1757 fmt=elf bfd_gas=yes ;;
008960a5
ILT
1758 i386-*-freebsdaout* | i386-*-freebsd12.* | i386-*-freebsd12)
1759 fmt=aout em=386bsd ;;
1760 i386-*-freebsd*) fmt=elf bfd_gas=yes ;;
252b5132
RH
1761 i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
1762 fmt=coff ;;
1763 i386-*-sco3.2v5*) fmt=elf
1764 if test ${this_target} = $target; then
1765 cat >> confdefs.h <<\EOF
1766#define SCO_ELF 1
1767EOF
1768
1769 fi
1770 ;;
1771 i386-*-sco3.2*) fmt=coff ;;
1772 i386-*-vsta) fmt=aout ;;
1773 i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
1774 fmt=coff em=go32;;
53f3de98 1775 i386-*-rtemself*) fmt=elf ;;
252b5132
RH
1776 i386-*-rtems*) fmt=coff ;;
1777 i386-*-gnu*) fmt=elf ;;
1778 i386-*-mach*)
1779 fmt=aout em=mach bfd_gas=yes ;;
1780 i386-*-msdos*) fmt=aout ;;
1781 i386-*-moss*) fmt=elf ;;
c1e73230 1782 i386-*-pe) fmt=coff em=pe bfd_gas=yes ;;
252b5132 1783 i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
9750fcc5 1784 i386-*-interix*) fmt=coff em=interix bfd_gas=yes ;;
252b5132 1785 i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
c1e73230 1786 i386-*-*nt*) fmt=coff em=pe bfd_gas=yes ;;
29fe79d3 1787 i386-*-vxworks*) fmt=aout ;;
252b5132
RH
1788 i960-*-bout) fmt=bout ;;
1789 i960-*-coff) fmt=coff em=ic960 ;;
1790 i960-*-rtems*) fmt=coff em=ic960 ;;
1791 i960-*-nindy*) fmt=bout ;;
1792 i960-*-vxworks4*) fmt=bout ;;
1793 i960-*-vxworks5.0) fmt=bout ;;
1794 i960-*-vxworks5.*) fmt=coff em=ic960 ;;
1795 i960-*-vxworks*) fmt=bout ;;
bedf545c 1796 i960-*-elf*) fmt=elf ;;
252b5132 1797
800eeca4
JW
1798 ia64-*-elf*) fmt=elf ;;
1799 ia64-*-linux-gnu*) fmt=elf em=linux ;;
1800
252b5132
RH
1801 m32r-*-*) fmt=elf bfd_gas=yes ;;
1802
1803 m68k-*-vxworks* | m68k-ericsson-ose | m68k-*-sunos*)
1804 fmt=aout em=sun3 ;;
1805 m68k-motorola-sysv*) fmt=coff em=delta ;;
1806 m68k-bull-sysv3*) fmt=coff em=dpx2 ;;
1807 m68k-apollo-*) fmt=coff em=apollo ;;
1808 m68k-*-sysv4*) # must be before -sysv*
1809 fmt=elf em=svr4 ;;
1810 m68k-*-elf*) fmt=elf ;;
1811 m68k-*-coff | m68k-*-sysv* | m68k-*-rtems*)
1812 fmt=coff ;;
1813 m68k-*-hpux*) fmt=hp300 em=hp300 ;;
1814 m68k-*-linux*aout*) fmt=aout em=linux ;;
1815 m68k-*-linux-gnu*) fmt=elf em=linux ;;
1816 m68k-*-gnu*) fmt=elf ;;
1817 m68k-*-lynxos*) fmt=coff em=lynx ;;
1818 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
1819 m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
1820 m68k-apple-aux*) fmt=coff em=aux ;;
1821 m68k-*-psos*) fmt=elf em=psos;;
1822
1823 m88k-motorola-sysv3*) fmt=coff em=delt88 ;;
1824 m88k-*-coff*) fmt=coff ;;
1825
1826 mcore-*-elf) fmt=elf bfd_gas=yes ;;
1827 mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
1828
1829 # don't change em like *-*-bsd does
1830 mips-dec-netbsd*) fmt=elf endian=little ;;
1831 mips-dec-openbsd*) fmt=elf endian=little ;;
1832 mips-dec-bsd*) fmt=aout endian=little ;;
1833 mips-sony-bsd*) fmt=ecoff ;;
1834 mips-*-bsd*) { echo "configure: error: Unknown vendor for mips-bsd configuration." 1>&2; exit 1; } ;;
1835 mips-*-ultrix*) fmt=ecoff endian=little ;;
1836 mips-*-osf*) fmt=ecoff endian=little ;;
1837 mips-*-ecoff*) fmt=ecoff ;;
1838 mips-*-ecoff*) fmt=ecoff ;;
056350c6 1839 mips-*-pe*) fmt=coff endian=little em=pe ;;
252b5132
RH
1840 mips-*-irix6*) fmt=elf ;;
1841 mips-*-irix5*) fmt=elf ;;
1842 mips-*-irix*) fmt=ecoff ;;
1843 mips-*-lnews*) fmt=ecoff em=lnews ;;
1844 mips-*-riscos*) fmt=ecoff ;;
1845 mips-*-sysv*) fmt=ecoff ;;
1846 mips-*-elf* | mips-*-rtems* | mips-*-linux-gnu* | mips-*-gnu* | mips-*-openbsd*)
1847 fmt=elf ;;
1848 mips-*-vxworks*) fmt=elf
1849 cat >> confdefs.h <<\EOF
1850#define MIPS_STABS_ELF 1
1851EOF
1852
1853 ;;
1854 mn10200-*-*) fmt=elf bfd_gas=yes ;;
1855 mn10300-*-*) fmt=elf bfd_gas=yes ;;
041dd5a9 1856 pj*) fmt=elf ;;
252b5132
RH
1857 ppc-*-pe | ppc-*-cygwin* | ppc-*-winnt*)
1858 fmt=coff em=pe ;;
1859 ppc-*-aix*) fmt=coff ;;
1860 ppc-*-beos*) fmt=coff ;;
1861 ppc-*-*bsd* | ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)
1862 fmt=elf ;;
1863 ppc-*-linux-gnu*) fmt=elf
1864 case "$endian" in
1865 big) ;;
1866 *) { echo "configure: error: GNU/Linux must be configured big endian" 1>&2; exit 1; } ;;
1867 esac
1868 ;;
1869 ppc-*-solaris*) fmt=elf
1870 if test ${this_target} = $target; then
1871 cat >> confdefs.h <<\EOF
1872#define TARGET_SOLARIS_COMMENT 1
1873EOF
1874
1875 fi
1876 if test x${endian} = xbig; then
1877 { echo "configure: error: Solaris must be configured little endian" 1>&2; exit 1; }
1878 fi
1879 ;;
1880 ppc-*-rtems*) fmt=elf ;;
1881 ppc-*-macos* | ppc-*-mpw*)
1882 fmt=coff em=macos ;;
1883 ppc-*-netware*) fmt=elf em=ppcnw ;;
e4a86f6f 1884 ppc-*-vxworks*) fmt=elf ;;
252b5132
RH
1885
1886 sh-*-elf*) fmt=elf ;;
1887 sh-*-coff*) fmt=coff ;;
056350c6 1888 sh-*-pe*) fmt=coff em=pe bfd_gas=yes;;
53f3de98 1889 sh-*-rtemself*) fmt=elf ;;
252b5132
RH
1890 sh-*-rtems*) fmt=coff ;;
1891
1892 ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
1893 ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
1894 ns32k-pc532-openbsd*) fmt=aout em=nbsd532 ;;
1895
1896 sparc-*-rtems*) fmt=aout ;;
1897 sparc-*-sunos4*) fmt=aout em=sun3 ;;
1898 sparc-*-aout | sparc*-*-vxworks*)
1899 fmt=aout em=sparcaout ;;
1900 sparc-*-coff) fmt=coff ;;
1901 sparc-*-linux*aout*) fmt=aout em=linux ;;
1902 sparc-*-linux-gnu*) fmt=elf em=linux ;;
1903 sparc-*-lynxos*) fmt=coff em=lynx ;;
1904 sparc-fujitsu-none) fmt=aout ;;
1905 sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
1906 fmt=elf ;;
98e5953c
JL
1907 sparc-*-netbsd*) em=nbsd bfd_gas=yes
1908 case ${cpu} in
1909 sparc) case ${os} in
1910 *elf*) fmt=elf ;;
1911 *) fmt=aout ;;
1912 esac ;;
1913 sparc64) fmt=elf ;;
1914 esac
1915 ;;
252b5132
RH
1916 sparc-*-openbsd*) fmt=aout em=nbsd ;;
1917
1918 strongarm-*-coff) fmt=coff ;;
1919 strongarm-*-elf) fmt=elf ;;
1920
1921 tic30-*-*aout*) fmt=aout bfd_gas=yes ;;
1922 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
1923 tic80-*-*) fmt=coff ;;
1924
1925 v850-*-*) fmt=elf bfd_gas=yes ;;
1926 v850e-*-*) fmt=elf bfd_gas=yes ;;
1927 v850ea-*-*) fmt=elf bfd_gas=yes ;;
1928
1929 vax-*-bsd* | vax-*-ultrix*)
1930 fmt=aout ;;
1931 vax-*-vms) fmt=vms ;;
1932
1933
1934 z8k-*-coff | z8k-*-sim)
1935 fmt=coff ;;
1936
1937 w65-*-*) fmt=coff ;;
1938
1939 *-*-aout | *-*-scout)
1940 fmt=aout ;;
1941 *-*-nindy*)
1942 fmt=bout ;;
1943 *-*-bsd*)
1944 fmt=aout em=sun3 ;;
1945 *-*-generic) fmt=generic ;;
1946 *-*-xray | *-*-hms) fmt=coff ;;
1947 *-*-sim) fmt=coff ;;
1948 *-*-elf | *-*-sysv4* | *-*-solaris*)
1949 echo "configure: warning: GAS support for ${generic_target} is incomplete." 1>&2
1950 fmt=elf dev=yes ;;
1951 *-*-vxworks) fmt=aout ;;
1952 *-*-netware) fmt=elf ;;
1953 esac
1954
1955 if test ${this_target} = $target ; then
1956 endian_def=
1957 if test x${endian} = xbig; then
1958 endian_def=1
1959 elif test x${endian} = xlittle; then
1960 endian_def=0
1961 fi
1962 if test x${endian_def} != x; then
1963 cat >> confdefs.h <<EOF
1964#define TARGET_BYTES_BIG_ENDIAN $endian_def
1965EOF
1966
1967 fi
1968 fi
1969
1970 case ${cpu_type}-${fmt} in
1971 alpha*-*) bfd_gas=yes ;;
1972 arm-*) bfd_gas=yes ;;
1973 # not yet
1974 # i386-aout) bfd_gas=preferred ;;
800eeca4 1975 ia64*-*) bfd_gas=yes ;;
252b5132
RH
1976 mips-*) bfd_gas=yes ;;
1977 ns32k-*) bfd_gas=yes ;;
1978 ppc-*) bfd_gas=yes ;;
1979 sparc-*) bfd_gas=yes ;;
1980 strongarm-*) bfd_gas=yes ;;
1981 *-elf) bfd_gas=yes ;;
1982 *-ecoff) bfd_gas=yes ;;
1983 *-som) bfd_gas=yes ;;
4c63da97
AM
1984 #enable bfd for coff and aout to allow testing if a bfd target is
1985 #the primary target, but not for coff or aout as the primary target
4ca72d38 1986 i386-coff) if test x${primary_bfd_gas} = xyes; then bfd_gas=yes; fi ;;
4c63da97 1987 i386-aout) if test x${primary_bfd_gas} = xyes; then bfd_gas=yes; fi ;;
252b5132
RH
1988 *) ;;
1989 esac
1990
1991# Other random stuff.
1992
1993 # Do we need the opcodes library?
1994 case ${cpu_type} in
1995 vax | i386 | tic30)
1996 ;;
1997
1998 *)
1999 need_opcodes=yes
2000
2001 case "${enable_shared}" in
2002 yes) shared_opcodes=true ;;
2003 *opcodes*) shared_opcodes=true ;;
2004 *) shared_opcodes=false ;;
2005 esac
2006 if test "${shared_opcodes}" = "true"; then
2007 # A shared libopcodes must be linked against libbfd.
2008 need_bfd=yes
2009 fi
2010 ;;
2011 esac
2012
2013 # Any other special object files needed ?
2014 case ${cpu_type} in
2015 fr30 | m32r)
2016 using_cgen=yes
2017 ;;
2018
2019 m68k)
2020 case ${extra_objects} in
2021 *m68k-parse.o*) ;;
2022 *) extra_objects="$extra_objects m68k-parse.o" ;;
2023 esac
2024 ;;
2025
2026 mips)
2027 echo ${extra_objects} | grep -s "itbl-parse.o"
2028 if test $? -ne 0 ; then
2029 extra_objects="$extra_objects itbl-parse.o"
2030 fi
2031
2032 echo ${extra_objects} | grep -s "itbl-lex.o"
2033 if test $? -ne 0 ; then
2034 extra_objects="$extra_objects itbl-lex.o"
2035 fi
2036
2037 echo ${extra_objects} | grep -s "itbl-ops.o"
2038 if test $? -ne 0 ; then
2039 extra_objects="$extra_objects itbl-ops.o"
2040 fi
2041 ;;
2042
2043 sparc)
2044 if test $this_target = $target ; then
2045 cat >> confdefs.h <<EOF
2046#define DEFAULT_ARCH "${arch}"
2047EOF
2048
2049 fi
2050 ;;
2051 *)
2052 ;;
2053 esac
2054
2055 if test $using_cgen = yes ; then
2056 case "x${extra_objects}" in
2057 *cgen.o*) ;;
2058 *) extra_objects="$extra_objects cgen.o" ;;
2059 esac
2060 fi
2061
2062# See if we really can support this configuration with the emulation code.
2063
2064 if test $this_target = $target ; then
2065 primary_bfd_gas=$bfd_gas
2066 obj_format=$fmt
2067 te_file=$em
2068
2069 if test $bfd_gas = no ; then
2070 # Can't support other configurations this way.
2071 break
2072 fi
2073 elif test $bfd_gas = no ; then
2074 # Can't support this configuration.
2075 break
2076 fi
2077
2078# From target name and format, produce a list of supported emulations.
2079
2080 case ${generic_target}-${fmt} in
2081 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
2082 mips-*-linux-gnu*-*) case "$endian" in
2083 big) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
2084 *) emulation="mipslelf mipsbelf mipself mipslecoff mipsbecoff mipsecoff" ;;
2085 esac ;;
2086 mips-*-lnews*-ecoff) ;;
2087 mips-*-*-ecoff) case "$endian" in
2088 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
2089 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
2090 esac ;;
2091 mips-*-*-elf) case "$endian" in
2092 big) emulation="mipsbelf mipslelf mipself" ;;
2093 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132 2094 esac ;;
4c63da97
AM
2095 # Uncommenting the next line will turn on support for i386 AOUT
2096 # for the default linux configuration
2097 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
2098 #
2099 i386-*-aout) emulation="i386aout" ;;
4ca72d38 2100 i386-*-coff) emulation="i386coff" ;;
4c63da97 2101 i386-*-elf) emulation="i386elf" ;;
252b5132
RH
2102 esac
2103
2104 emulations="$emulations $emulation"
2105
2106done
2107
15886821
L
2108# Turn on all targets if possible
2109if test ${all_targets} = "yes"; then
2110 case ${target_cpu_type} in
2111 i386)
2112 case ${obj_format} in
2113 aout)
2114 emulations="$emulations i386coff i386elf"
2115 ;;
2116 coff)
2117 emulations="$emulations i386aout i386elf"
2118 ;;
2119 elf)
2120 emulations="$emulations i386aout i386coff"
2121 ;;
2122 esac
2123 ;;
2124 esac
2125fi
2126
252b5132
RH
2127# Assign floating point type. Most processors with FP support
2128# IEEE FP. On those that don't support FP at all, usually IEEE
2129# is emulated.
2130case ${target_cpu} in
2131 vax | tahoe ) atof=${target_cpu} ;;
2132 *) atof=ieee ;;
2133esac
2134
2135case "${obj_format}" in
2136 "") { echo "configure: error: GAS does not know what format to use for target ${target}" 1>&2; exit 1; } ;;
2137esac
2138
2139# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
2140cgen_cpu_prefix=""
2141if test $using_cgen = yes ; then
2142 case ${target_cpu} in
2143 *) cgen_cpu_prefix=${target_cpu} ;;
2144 esac
2145
2146 cat >> confdefs.h <<\EOF
2147#define USING_CGEN 1
2148EOF
2149
2150fi
2151
2152
2153if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
2154 { echo "configure: error: GAS does not support target CPU ${target_cpu_type}" 1>&2; exit 1; }
2155fi
2156
2157if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
2158 { echo "configure: error: GAS does not have support for object file format ${obj_format}" 1>&2; exit 1; }
2159fi
2160
2161case ${user_bfd_gas}-${primary_bfd_gas} in
2162 yes-yes | no-no)
2163 # We didn't override user's choice.
2164 ;;
2165 no-yes)
2166 echo "configure: warning: Use of BFD is required for ${target}; overriding config options." 1>&2
2167 ;;
2168 no-preferred)
2169 primary_bfd_gas=no
2170 ;;
2171 *-preferred)
2172 primary_bfd_gas=yes
2173 ;;
2174 yes-*)
2175 primary_bfd_gas=yes
2176 ;;
2177 -*)
2178 # User specified nothing.
2179 ;;
2180esac
2181
2182# Some COFF configurations want these random other flags set.
2183case ${obj_format} in
2184 coff)
2185 case ${target_cpu_type} in
2186 i386) cat >> confdefs.h <<\EOF
2187#define I386COFF 1
2188EOF
2189 ;;
2190 m68k) cat >> confdefs.h <<\EOF
2191#define M68KCOFF 1
2192EOF
2193 ;;
2194 m88k) cat >> confdefs.h <<\EOF
2195#define M88KCOFF 1
2196EOF
2197 ;;
2198 esac
2199 ;;
2200esac
2201
2202# Getting this done right is going to be a bitch. Each configuration specified
2203# with --enable-targets=... should be checked for environment, format, cpu, and
2204# bfd_gas setting.
2205#
2206# For each configuration, the necessary object file support code must be linked
2207# in. This might be only one, it might be up to four. The necessary emulation
2208# code needs to be provided, too.
2209#
2210# And then there's "--enable-targets=all"....
2211#
2212# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
2213
2214formats="${obj_format}"
2215emfiles=""
2216EMULATIONS=""
2217_gas_uniq_list="$emulations"
2218_gas_uniq_newlist=""
2219for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
2220 case $_gas_uniq_i in
2221 _gas_uniq_dummy) ;;
2222 *) case " $_gas_uniq_newlist " in
2223 *" $_gas_uniq_i "*) ;;
2224 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
2225 esac ;;
2226 esac
2227done
2228emulations=$_gas_uniq_newlist
2229
2230for em in . $emulations ; do
2231 case $em in
2232 .) continue ;;
2233 mipsbelf | mipslelf)
2234 fmt=elf file=mipself ;;
2235 mipsbecoff | mipslecoff)
2236 fmt=ecoff file=mipsecoff ;;
4c63da97
AM
2237 i386aout)
2238 fmt=aout file=i386aout ;;
252b5132
RH
2239 i386coff)
2240 fmt=coff file=i386coff ;;
2241 i386elf)
2242 fmt=elf file=i386elf ;;
2243 esac
2244 formats="$formats $fmt"
2245 emfiles="$emfiles e-$file.o"
2246 EMULATIONS="$EMULATIONS &$em,"
2247done
2248_gas_uniq_list="$formats"
2249_gas_uniq_newlist=""
2250for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
2251 case $_gas_uniq_i in
2252 _gas_uniq_dummy) ;;
2253 *) case " $_gas_uniq_newlist " in
2254 *" $_gas_uniq_i "*) ;;
2255 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
2256 esac ;;
2257 esac
2258done
2259formats=$_gas_uniq_newlist
2260
2261_gas_uniq_list="$emfiles"
2262_gas_uniq_newlist=""
2263for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
2264 case $_gas_uniq_i in
2265 _gas_uniq_dummy) ;;
2266 *) case " $_gas_uniq_newlist " in
2267 *" $_gas_uniq_i "*) ;;
2268 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
2269 esac ;;
2270 esac
2271done
2272emfiles=$_gas_uniq_newlist
2273
2274if test `set . $formats ; shift ; echo $#` -gt 1 ; then
2275 for fmt in $formats ; do
2276 case $fmt in
2277 aout) cat >> confdefs.h <<\EOF
2278#define OBJ_MAYBE_AOUT 1
2279EOF
2280 ;;
2281 bout) cat >> confdefs.h <<\EOF
2282#define OBJ_MAYBE_BOUT 1
2283EOF
2284 ;;
2285 coff) cat >> confdefs.h <<\EOF
2286#define OBJ_MAYBE_COFF 1
2287EOF
2288 ;;
2289 ecoff) cat >> confdefs.h <<\EOF
2290#define OBJ_MAYBE_ECOFF 1
2291EOF
2292 ;;
2293 elf) cat >> confdefs.h <<\EOF
2294#define OBJ_MAYBE_ELF 1
2295EOF
2296 ;;
2297 generic) cat >> confdefs.h <<\EOF
2298#define OBJ_MAYBE_GENERIC 1
2299EOF
2300 ;;
2301 hp300) cat >> confdefs.h <<\EOF
2302#define OBJ_MAYBE_HP300 1
2303EOF
2304 ;;
2305 ieee) cat >> confdefs.h <<\EOF
2306#define OBJ_MAYBE_IEEE 1
2307EOF
2308 ;;
2309 som) cat >> confdefs.h <<\EOF
2310#define OBJ_MAYBE_SOM 1
2311EOF
2312 ;;
2313 vms) cat >> confdefs.h <<\EOF
2314#define OBJ_MAYBE_VMS 1
2315EOF
2316 ;;
2317 esac
2318 extra_objects="$extra_objects obj-$fmt.o"
2319 done
2320 obj_format=multi
2321fi
2322if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
252b5132 2323 DEFAULT_EMULATION=`set . $emulations ; echo $2`
4ca72d38
AM
2324 # e-mips* has more than one emulation per file, e-i386* has just one at the
2325 # moment. If only one emulation is specified, then don't define
2326 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
2327 case "${obj_format}${emfiles}" in
2328 multi* | *mips*)
4ca72d38
AM
2329 extra_objects="$extra_objects $emfiles"
2330 cat >> confdefs.h <<\EOF
252b5132
RH
2331#define USE_EMULATIONS 1
2332EOF
4ca72d38
AM
2333 ;;
2334 esac
252b5132
RH
2335fi
2336
2337cat >> confdefs.h <<EOF
2338#define EMULATIONS $EMULATIONS
2339EOF
2340
2341cat >> confdefs.h <<EOF
2342#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
2343EOF
2344
2345
2346case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
2347 yes-*-coff) need_bfd=yes ;;
2348 no-*-coff) need_bfd=yes
2349 cat >> confdefs.h <<\EOF
2350#define MANY_SEGMENTS 1
2351EOF
2352 ;;
2353esac
2354
2355reject_dev_configs=yes
2356
2357case ${reject_dev_configs}-${dev} in
2358 yes-yes) # Oops.
2359 { echo "configure: error: GAS does not support the ${generic_target} configuration." 1>&2; exit 1; }
2360 ;;
2361esac
2362
2363
2364
2365
2366
2367
2368
2369case "${primary_bfd_gas}" in
2370 yes) cat >> confdefs.h <<\EOF
2371#define BFD_ASSEMBLER 1
2372EOF
2373
2374 need_bfd=yes ;;
2375esac
2376
2377# do we need the opcodes library?
2378case "${need_opcodes}" in
2379yes)
2380 OPCODES_LIB=../opcodes/libopcodes.la
2381 ;;
2382esac
2383
2384case "${need_bfd}" in
2385yes)
2386 BFDLIB=../bfd/libbfd.la
2387 ALL_OBJ_DEPS="$ALL_OBJ_DEPS ../bfd/bfd.h"
2388 ;;
2389esac
2390
2391
2392
2393
2394
2395
2396cat >> confdefs.h <<EOF
2397#define TARGET_ALIAS "${target_alias}"
2398EOF
2399
2400cat >> confdefs.h <<EOF
2401#define TARGET_CANONICAL "${target}"
2402EOF
2403
2404cat >> confdefs.h <<EOF
2405#define TARGET_CPU "${target_cpu}"
2406EOF
2407
2408cat >> confdefs.h <<EOF
2409#define TARGET_VENDOR "${target_vendor}"
2410EOF
2411
2412cat >> confdefs.h <<EOF
2413#define TARGET_OS "${target_os}"
2414EOF
2415
2416
2417# Extract the first word of "gcc", so it can be a program name with args.
2418set dummy gcc; ac_word=$2
2419echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 2420echo "configure:2421: checking for $ac_word" >&5
a2d91340 2421if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
252b5132
RH
2422 echo $ac_n "(cached) $ac_c" 1>&6
2423else
2424 if test -n "$CC"; then
2425 ac_cv_prog_CC="$CC" # Let the user override the test.
2426else
2427 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2428 ac_dummy="$PATH"
2429 for ac_dir in $ac_dummy; do
2430 test -z "$ac_dir" && ac_dir=.
2431 if test -f $ac_dir/$ac_word; then
2432 ac_cv_prog_CC="gcc"
2433 break
2434 fi
2435 done
2436 IFS="$ac_save_ifs"
2437fi
2438fi
2439CC="$ac_cv_prog_CC"
2440if test -n "$CC"; then
2441 echo "$ac_t""$CC" 1>&6
2442else
2443 echo "$ac_t""no" 1>&6
2444fi
2445
2446if test -z "$CC"; then
2447 # Extract the first word of "cc", so it can be a program name with args.
2448set dummy cc; ac_word=$2
2449echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 2450echo "configure:2451: checking for $ac_word" >&5
a2d91340 2451if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
252b5132
RH
2452 echo $ac_n "(cached) $ac_c" 1>&6
2453else
2454 if test -n "$CC"; then
2455 ac_cv_prog_CC="$CC" # Let the user override the test.
2456else
2457 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2458 ac_prog_rejected=no
2459 ac_dummy="$PATH"
2460 for ac_dir in $ac_dummy; do
2461 test -z "$ac_dir" && ac_dir=.
2462 if test -f $ac_dir/$ac_word; then
2463 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2464 ac_prog_rejected=yes
2465 continue
2466 fi
2467 ac_cv_prog_CC="cc"
2468 break
2469 fi
2470 done
2471 IFS="$ac_save_ifs"
2472if test $ac_prog_rejected = yes; then
2473 # We found a bogon in the path, so make sure we never use it.
2474 set dummy $ac_cv_prog_CC
2475 shift
2476 if test $# -gt 0; then
2477 # We chose a different compiler from the bogus one.
2478 # However, it has the same basename, so the bogon will be chosen
2479 # first if we set CC to just the basename; use the full file name.
2480 shift
2481 set dummy "$ac_dir/$ac_word" "$@"
2482 shift
2483 ac_cv_prog_CC="$@"
2484 fi
2485fi
2486fi
2487fi
2488CC="$ac_cv_prog_CC"
2489if test -n "$CC"; then
2490 echo "$ac_t""$CC" 1>&6
2491else
2492 echo "$ac_t""no" 1>&6
2493fi
2494
2495 if test -z "$CC"; then
2496 case "`uname -s`" in
a2d91340 2497 *win32* | *WIN32*)
252b5132
RH
2498 # Extract the first word of "cl", so it can be a program name with args.
2499set dummy cl; ac_word=$2
2500echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 2501echo "configure:2502: checking for $ac_word" >&5
a2d91340 2502if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
252b5132
RH
2503 echo $ac_n "(cached) $ac_c" 1>&6
2504else
2505 if test -n "$CC"; then
2506 ac_cv_prog_CC="$CC" # Let the user override the test.
2507else
2508 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2509 ac_dummy="$PATH"
2510 for ac_dir in $ac_dummy; do
2511 test -z "$ac_dir" && ac_dir=.
2512 if test -f $ac_dir/$ac_word; then
2513 ac_cv_prog_CC="cl"
2514 break
2515 fi
2516 done
2517 IFS="$ac_save_ifs"
2518fi
2519fi
2520CC="$ac_cv_prog_CC"
2521if test -n "$CC"; then
2522 echo "$ac_t""$CC" 1>&6
2523else
2524 echo "$ac_t""no" 1>&6
2525fi
2526 ;;
2527 esac
2528 fi
2529 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
2530fi
2531
a2d91340 2532echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
c9e10a08 2533echo "configure:2534: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
252b5132
RH
2534
2535ac_ext=c
2536# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2537ac_cpp='$CPP $CPPFLAGS'
2538ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2539ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2540cross_compiling=$ac_cv_prog_cc_cross
2541
2542cat > conftest.$ac_ext << EOF
2543
c9e10a08 2544#line 2545 "configure"
252b5132
RH
2545#include "confdefs.h"
2546
2547main(){return(0);}
2548EOF
c9e10a08 2549if { (eval echo configure:2550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
2550 ac_cv_prog_cc_works=yes
2551 # If we can't run a trivial program, we are probably using a cross compiler.
2552 if (./conftest; exit) 2>/dev/null; then
2553 ac_cv_prog_cc_cross=no
2554 else
2555 ac_cv_prog_cc_cross=yes
2556 fi
2557else
2558 echo "configure: failed program was:" >&5
2559 cat conftest.$ac_ext >&5
2560 ac_cv_prog_cc_works=no
2561fi
2562rm -fr conftest*
2563ac_ext=c
2564# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2565ac_cpp='$CPP $CPPFLAGS'
2566ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2567ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2568cross_compiling=$ac_cv_prog_cc_cross
2569
2570echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2571if test $ac_cv_prog_cc_works = no; then
2572 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2573fi
a2d91340 2574echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
c9e10a08 2575echo "configure:2576: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
252b5132
RH
2576echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2577cross_compiling=$ac_cv_prog_cc_cross
2578
2579echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
c9e10a08 2580echo "configure:2581: checking whether we are using GNU C" >&5
a2d91340 2581if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
252b5132
RH
2582 echo $ac_n "(cached) $ac_c" 1>&6
2583else
2584 cat > conftest.c <<EOF
2585#ifdef __GNUC__
2586 yes;
2587#endif
2588EOF
c9e10a08 2589if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
252b5132
RH
2590 ac_cv_prog_gcc=yes
2591else
2592 ac_cv_prog_gcc=no
2593fi
2594fi
2595
2596echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2597
2598if test $ac_cv_prog_gcc = yes; then
2599 GCC=yes
2600else
2601 GCC=
2602fi
2603
2604ac_test_CFLAGS="${CFLAGS+set}"
2605ac_save_CFLAGS="$CFLAGS"
2606CFLAGS=
2607echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
c9e10a08 2608echo "configure:2609: checking whether ${CC-cc} accepts -g" >&5
a2d91340 2609if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
252b5132
RH
2610 echo $ac_n "(cached) $ac_c" 1>&6
2611else
2612 echo 'void f(){}' > conftest.c
2613if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2614 ac_cv_prog_cc_g=yes
2615else
2616 ac_cv_prog_cc_g=no
2617fi
2618rm -f conftest*
2619
2620fi
2621
2622echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2623if test "$ac_test_CFLAGS" = set; then
2624 CFLAGS="$ac_save_CFLAGS"
2625elif test $ac_cv_prog_cc_g = yes; then
2626 if test "$GCC" = yes; then
2627 CFLAGS="-g -O2"
2628 else
2629 CFLAGS="-g"
2630 fi
2631else
2632 if test "$GCC" = yes; then
2633 CFLAGS="-O2"
2634 else
2635 CFLAGS=
2636 fi
2637fi
2638
2639
2640for ac_prog in 'bison -y' byacc
2641do
2642# Extract the first word of "$ac_prog", so it can be a program name with args.
2643set dummy $ac_prog; ac_word=$2
2644echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 2645echo "configure:2646: checking for $ac_word" >&5
a2d91340 2646if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
252b5132
RH
2647 echo $ac_n "(cached) $ac_c" 1>&6
2648else
2649 if test -n "$YACC"; then
2650 ac_cv_prog_YACC="$YACC" # Let the user override the test.
2651else
2652 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2653 ac_dummy="$PATH"
2654 for ac_dir in $ac_dummy; do
2655 test -z "$ac_dir" && ac_dir=.
2656 if test -f $ac_dir/$ac_word; then
2657 ac_cv_prog_YACC="$ac_prog"
2658 break
2659 fi
2660 done
2661 IFS="$ac_save_ifs"
2662fi
2663fi
2664YACC="$ac_cv_prog_YACC"
2665if test -n "$YACC"; then
2666 echo "$ac_t""$YACC" 1>&6
2667else
2668 echo "$ac_t""no" 1>&6
2669fi
2670
2671test -n "$YACC" && break
2672done
2673test -n "$YACC" || YACC="yacc"
2674
2675echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
c9e10a08 2676echo "configure:2677: checking how to run the C preprocessor" >&5
252b5132
RH
2677# On Suns, sometimes $CPP names a directory.
2678if test -n "$CPP" && test -d "$CPP"; then
2679 CPP=
2680fi
2681if test -z "$CPP"; then
a2d91340 2682if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
252b5132
RH
2683 echo $ac_n "(cached) $ac_c" 1>&6
2684else
2685 # This must be in double quotes, not single quotes, because CPP may get
2686 # substituted into the Makefile and "${CC-cc}" will confuse make.
2687 CPP="${CC-cc} -E"
2688 # On the NeXT, cc -E runs the code through the compiler's parser,
2689 # not just through cpp.
2690 cat > conftest.$ac_ext <<EOF
c9e10a08 2691#line 2692 "configure"
252b5132
RH
2692#include "confdefs.h"
2693#include <assert.h>
2694Syntax Error
2695EOF
2696ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 2697{ (eval echo configure:2698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
2698ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2699if test -z "$ac_err"; then
2700 :
2701else
2702 echo "$ac_err" >&5
2703 echo "configure: failed program was:" >&5
2704 cat conftest.$ac_ext >&5
2705 rm -rf conftest*
2706 CPP="${CC-cc} -E -traditional-cpp"
2707 cat > conftest.$ac_ext <<EOF
c9e10a08 2708#line 2709 "configure"
252b5132
RH
2709#include "confdefs.h"
2710#include <assert.h>
2711Syntax Error
2712EOF
2713ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 2714{ (eval echo configure:2715: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
2715ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2716if test -z "$ac_err"; then
2717 :
2718else
2719 echo "$ac_err" >&5
2720 echo "configure: failed program was:" >&5
2721 cat conftest.$ac_ext >&5
2722 rm -rf conftest*
2723 CPP="${CC-cc} -nologo -E"
2724 cat > conftest.$ac_ext <<EOF
c9e10a08 2725#line 2726 "configure"
252b5132
RH
2726#include "confdefs.h"
2727#include <assert.h>
2728Syntax Error
2729EOF
2730ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 2731{ (eval echo configure:2732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
2732ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2733if test -z "$ac_err"; then
2734 :
2735else
2736 echo "$ac_err" >&5
2737 echo "configure: failed program was:" >&5
2738 cat conftest.$ac_ext >&5
2739 rm -rf conftest*
2740 CPP=/lib/cpp
2741fi
2742rm -f conftest*
2743fi
2744rm -f conftest*
2745fi
2746rm -f conftest*
2747 ac_cv_prog_CPP="$CPP"
2748fi
2749 CPP="$ac_cv_prog_CPP"
2750else
2751 ac_cv_prog_CPP="$CPP"
2752fi
2753echo "$ac_t""$CPP" 1>&6
2754
2755missing_dir=`cd $ac_aux_dir && pwd`
2756for ac_prog in flex lex
2757do
2758# Extract the first word of "$ac_prog", so it can be a program name with args.
2759set dummy $ac_prog; ac_word=$2
2760echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 2761echo "configure:2762: checking for $ac_word" >&5
a2d91340 2762if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
252b5132
RH
2763 echo $ac_n "(cached) $ac_c" 1>&6
2764else
2765 if test -n "$LEX"; then
2766 ac_cv_prog_LEX="$LEX" # Let the user override the test.
2767else
2768 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2769 ac_dummy="$PATH"
2770 for ac_dir in $ac_dummy; do
2771 test -z "$ac_dir" && ac_dir=.
2772 if test -f $ac_dir/$ac_word; then
2773 ac_cv_prog_LEX="$ac_prog"
2774 break
2775 fi
2776 done
2777 IFS="$ac_save_ifs"
2778fi
2779fi
2780LEX="$ac_cv_prog_LEX"
2781if test -n "$LEX"; then
2782 echo "$ac_t""$LEX" 1>&6
2783else
2784 echo "$ac_t""no" 1>&6
2785fi
2786
2787test -n "$LEX" && break
2788done
2789test -n "$LEX" || LEX=""$missing_dir/missing flex""
2790
2791# Extract the first word of "flex", so it can be a program name with args.
2792set dummy flex; ac_word=$2
2793echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 2794echo "configure:2795: checking for $ac_word" >&5
a2d91340 2795if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
252b5132
RH
2796 echo $ac_n "(cached) $ac_c" 1>&6
2797else
2798 if test -n "$LEX"; then
2799 ac_cv_prog_LEX="$LEX" # Let the user override the test.
2800else
2801 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2802 ac_dummy="$PATH"
2803 for ac_dir in $ac_dummy; do
2804 test -z "$ac_dir" && ac_dir=.
2805 if test -f $ac_dir/$ac_word; then
2806 ac_cv_prog_LEX="flex"
2807 break
2808 fi
2809 done
2810 IFS="$ac_save_ifs"
2811 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
2812fi
2813fi
2814LEX="$ac_cv_prog_LEX"
2815if test -n "$LEX"; then
2816 echo "$ac_t""$LEX" 1>&6
2817else
2818 echo "$ac_t""no" 1>&6
2819fi
2820
2821if test -z "$LEXLIB"
2822then
2823 case "$LEX" in
2824 flex*) ac_lib=fl ;;
2825 *) ac_lib=l ;;
2826 esac
2827 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
c9e10a08 2828echo "configure:2829: checking for yywrap in -l$ac_lib" >&5
a2d91340
AC
2829ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
2830if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
252b5132
RH
2831 echo $ac_n "(cached) $ac_c" 1>&6
2832else
2833 ac_save_LIBS="$LIBS"
2834LIBS="-l$ac_lib $LIBS"
2835cat > conftest.$ac_ext <<EOF
c9e10a08 2836#line 2837 "configure"
252b5132
RH
2837#include "confdefs.h"
2838/* Override any gcc2 internal prototype to avoid an error. */
2839/* We use char because int might match the return type of a gcc2
2840 builtin and then its argument prototype would still apply. */
2841char yywrap();
2842
2843int main() {
2844yywrap()
2845; return 0; }
2846EOF
c9e10a08 2847if { (eval echo configure:2848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
2848 rm -rf conftest*
2849 eval "ac_cv_lib_$ac_lib_var=yes"
2850else
2851 echo "configure: failed program was:" >&5
2852 cat conftest.$ac_ext >&5
2853 rm -rf conftest*
2854 eval "ac_cv_lib_$ac_lib_var=no"
2855fi
2856rm -f conftest*
2857LIBS="$ac_save_LIBS"
2858
2859fi
2860if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2861 echo "$ac_t""yes" 1>&6
2862 LEXLIB="-l$ac_lib"
2863else
2864 echo "$ac_t""no" 1>&6
2865fi
2866
2867fi
2868
2869echo $ac_n "checking lex output file root""... $ac_c" 1>&6
c9e10a08 2870echo "configure:2871: checking lex output file root" >&5
a2d91340 2871if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
252b5132
RH
2872 echo $ac_n "(cached) $ac_c" 1>&6
2873else
2874 # The minimal lex program is just a single line: %%. But some broken lexes
2875# (Solaris, I think it was) want two %% lines, so accommodate them.
2876echo '%%
2877%%' | $LEX
2878if test -f lex.yy.c; then
2879 ac_cv_prog_lex_root=lex.yy
2880elif test -f lexyy.c; then
2881 ac_cv_prog_lex_root=lexyy
2882else
2883 { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
2884fi
2885fi
2886
2887echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
2888LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
2889
2890echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
c9e10a08 2891echo "configure:2892: checking whether yytext is a pointer" >&5
a2d91340 2892if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
252b5132
RH
2893 echo $ac_n "(cached) $ac_c" 1>&6
2894else
2895 # POSIX says lex can declare yytext either as a pointer or an array; the
2896# default is implementation-dependent. Figure out which it is, since
2897# not all implementations provide the %pointer and %array declarations.
2898ac_cv_prog_lex_yytext_pointer=no
2899echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
2900ac_save_LIBS="$LIBS"
2901LIBS="$LIBS $LEXLIB"
2902cat > conftest.$ac_ext <<EOF
c9e10a08 2903#line 2904 "configure"
252b5132
RH
2904#include "confdefs.h"
2905`cat $LEX_OUTPUT_ROOT.c`
2906int main() {
2907
2908; return 0; }
2909EOF
c9e10a08 2910if { (eval echo configure:2911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
2911 rm -rf conftest*
2912 ac_cv_prog_lex_yytext_pointer=yes
2913else
2914 echo "configure: failed program was:" >&5
2915 cat conftest.$ac_ext >&5
2916fi
2917rm -f conftest*
2918LIBS="$ac_save_LIBS"
2919rm -f "${LEX_OUTPUT_ROOT}.c"
2920
2921fi
2922
2923echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
2924if test $ac_cv_prog_lex_yytext_pointer = yes; then
2925 cat >> confdefs.h <<\EOF
2926#define YYTEXT_POINTER 1
2927EOF
2928
2929fi
2930
2931
2932ALL_LINGUAS=
2933echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
c9e10a08 2934echo "configure:2935: checking for POSIXized ISC" >&5
252b5132
RH
2935if test -d /etc/conf/kconfig.d &&
2936 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
2937then
2938 echo "$ac_t""yes" 1>&6
2939 ISC=yes # If later tests want to check for ISC.
2940 cat >> confdefs.h <<\EOF
2941#define _POSIX_SOURCE 1
2942EOF
2943
2944 if test "$GCC" = yes; then
2945 CC="$CC -posix"
2946 else
2947 CC="$CC -Xp"
2948 fi
2949else
2950 echo "$ac_t""no" 1>&6
2951 ISC=
2952fi
2953
2954echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
c9e10a08 2955echo "configure:2956: checking for ANSI C header files" >&5
a2d91340 2956if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
252b5132
RH
2957 echo $ac_n "(cached) $ac_c" 1>&6
2958else
2959 cat > conftest.$ac_ext <<EOF
c9e10a08 2960#line 2961 "configure"
252b5132
RH
2961#include "confdefs.h"
2962#include <stdlib.h>
2963#include <stdarg.h>
2964#include <string.h>
2965#include <float.h>
2966EOF
2967ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 2968{ (eval echo configure:2969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
2969ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2970if test -z "$ac_err"; then
2971 rm -rf conftest*
2972 ac_cv_header_stdc=yes
2973else
2974 echo "$ac_err" >&5
2975 echo "configure: failed program was:" >&5
2976 cat conftest.$ac_ext >&5
2977 rm -rf conftest*
2978 ac_cv_header_stdc=no
2979fi
2980rm -f conftest*
2981
2982if test $ac_cv_header_stdc = yes; then
2983 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2984cat > conftest.$ac_ext <<EOF
c9e10a08 2985#line 2986 "configure"
252b5132
RH
2986#include "confdefs.h"
2987#include <string.h>
2988EOF
2989if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2990 egrep "memchr" >/dev/null 2>&1; then
2991 :
2992else
2993 rm -rf conftest*
2994 ac_cv_header_stdc=no
2995fi
2996rm -f conftest*
2997
2998fi
2999
3000if test $ac_cv_header_stdc = yes; then
3001 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3002cat > conftest.$ac_ext <<EOF
c9e10a08 3003#line 3004 "configure"
252b5132
RH
3004#include "confdefs.h"
3005#include <stdlib.h>
3006EOF
3007if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3008 egrep "free" >/dev/null 2>&1; then
3009 :
3010else
3011 rm -rf conftest*
3012 ac_cv_header_stdc=no
3013fi
3014rm -f conftest*
3015
3016fi
3017
3018if test $ac_cv_header_stdc = yes; then
3019 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3020if test "$cross_compiling" = yes; then
3021 :
3022else
3023 cat > conftest.$ac_ext <<EOF
c9e10a08 3024#line 3025 "configure"
252b5132
RH
3025#include "confdefs.h"
3026#include <ctype.h>
3027#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3028#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3029#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3030int main () { int i; for (i = 0; i < 256; i++)
3031if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
3032exit (0); }
3033
3034EOF
c9e10a08 3035if { (eval echo configure:3036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
252b5132
RH
3036then
3037 :
3038else
3039 echo "configure: failed program was:" >&5
3040 cat conftest.$ac_ext >&5
3041 rm -fr conftest*
3042 ac_cv_header_stdc=no
3043fi
3044rm -fr conftest*
3045fi
3046
3047fi
3048fi
3049
3050echo "$ac_t""$ac_cv_header_stdc" 1>&6
3051if test $ac_cv_header_stdc = yes; then
3052 cat >> confdefs.h <<\EOF
3053#define STDC_HEADERS 1
3054EOF
3055
3056fi
3057
3058echo $ac_n "checking for working const""... $ac_c" 1>&6
c9e10a08 3059echo "configure:3060: checking for working const" >&5
a2d91340 3060if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
252b5132
RH
3061 echo $ac_n "(cached) $ac_c" 1>&6
3062else
3063 cat > conftest.$ac_ext <<EOF
c9e10a08 3064#line 3065 "configure"
252b5132
RH
3065#include "confdefs.h"
3066
3067int main() {
3068
3069/* Ultrix mips cc rejects this. */
3070typedef int charset[2]; const charset x;
3071/* SunOS 4.1.1 cc rejects this. */
3072char const *const *ccp;
3073char **p;
3074/* NEC SVR4.0.2 mips cc rejects this. */
3075struct point {int x, y;};
3076static struct point const zero = {0,0};
3077/* AIX XL C 1.02.0.0 rejects this.
3078 It does not let you subtract one const X* pointer from another in an arm
3079 of an if-expression whose if-part is not a constant expression */
3080const char *g = "string";
3081ccp = &g + (g ? g-g : 0);
3082/* HPUX 7.0 cc rejects these. */
3083++ccp;
3084p = (char**) ccp;
3085ccp = (char const *const *) p;
3086{ /* SCO 3.2v4 cc rejects this. */
3087 char *t;
3088 char const *s = 0 ? (char *) 0 : (char const *) 0;
3089
3090 *t++ = 0;
3091}
3092{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3093 int x[] = {25, 17};
3094 const int *foo = &x[0];
3095 ++foo;
3096}
3097{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3098 typedef const int *iptr;
3099 iptr p = 0;
3100 ++p;
3101}
3102{ /* AIX XL C 1.02.0.0 rejects this saying
3103 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3104 struct s { int j; const int *ap[3]; };
3105 struct s *b; b->j = 5;
3106}
3107{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3108 const int foo = 10;
3109}
3110
3111; return 0; }
3112EOF
c9e10a08 3113if { (eval echo configure:3114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
252b5132
RH
3114 rm -rf conftest*
3115 ac_cv_c_const=yes
3116else
3117 echo "configure: failed program was:" >&5
3118 cat conftest.$ac_ext >&5
3119 rm -rf conftest*
3120 ac_cv_c_const=no
3121fi
3122rm -f conftest*
3123fi
3124
3125echo "$ac_t""$ac_cv_c_const" 1>&6
3126if test $ac_cv_c_const = no; then
3127 cat >> confdefs.h <<\EOF
3128#define const
3129EOF
3130
3131fi
3132
3133echo $ac_n "checking for inline""... $ac_c" 1>&6
c9e10a08 3134echo "configure:3135: checking for inline" >&5
a2d91340 3135if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
252b5132
RH
3136 echo $ac_n "(cached) $ac_c" 1>&6
3137else
3138 ac_cv_c_inline=no
3139for ac_kw in inline __inline__ __inline; do
3140 cat > conftest.$ac_ext <<EOF
c9e10a08 3141#line 3142 "configure"
252b5132
RH
3142#include "confdefs.h"
3143
3144int main() {
a2d91340 3145} $ac_kw foo() {
252b5132
RH
3146; return 0; }
3147EOF
c9e10a08 3148if { (eval echo configure:3149: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
252b5132
RH
3149 rm -rf conftest*
3150 ac_cv_c_inline=$ac_kw; break
3151else
3152 echo "configure: failed program was:" >&5
3153 cat conftest.$ac_ext >&5
3154fi
3155rm -f conftest*
3156done
3157
3158fi
3159
3160echo "$ac_t""$ac_cv_c_inline" 1>&6
3161case "$ac_cv_c_inline" in
3162 inline | yes) ;;
3163 no) cat >> confdefs.h <<\EOF
3164#define inline
3165EOF
3166 ;;
3167 *) cat >> confdefs.h <<EOF
3168#define inline $ac_cv_c_inline
3169EOF
3170 ;;
3171esac
3172
3173echo $ac_n "checking for off_t""... $ac_c" 1>&6
c9e10a08 3174echo "configure:3175: checking for off_t" >&5
a2d91340 3175if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
252b5132
RH
3176 echo $ac_n "(cached) $ac_c" 1>&6
3177else
3178 cat > conftest.$ac_ext <<EOF
c9e10a08 3179#line 3180 "configure"
252b5132
RH
3180#include "confdefs.h"
3181#include <sys/types.h>
3182#if STDC_HEADERS
3183#include <stdlib.h>
3184#include <stddef.h>
3185#endif
3186EOF
3187if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3188 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
3189 rm -rf conftest*
a2d91340 3190 ac_cv_type_off_t=yes
252b5132
RH
3191else
3192 rm -rf conftest*
a2d91340 3193 ac_cv_type_off_t=no
252b5132
RH
3194fi
3195rm -f conftest*
3196
3197fi
a2d91340
AC
3198echo "$ac_t""$ac_cv_type_off_t" 1>&6
3199if test $ac_cv_type_off_t = no; then
3200 cat >> confdefs.h <<\EOF
252b5132
RH
3201#define off_t long
3202EOF
3203
3204fi
3205
3206echo $ac_n "checking for size_t""... $ac_c" 1>&6
c9e10a08 3207echo "configure:3208: checking for size_t" >&5
a2d91340 3208if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
252b5132
RH
3209 echo $ac_n "(cached) $ac_c" 1>&6
3210else
3211 cat > conftest.$ac_ext <<EOF
c9e10a08 3212#line 3213 "configure"
252b5132
RH
3213#include "confdefs.h"
3214#include <sys/types.h>
3215#if STDC_HEADERS
3216#include <stdlib.h>
3217#include <stddef.h>
3218#endif
3219EOF
3220if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3221 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
3222 rm -rf conftest*
a2d91340 3223 ac_cv_type_size_t=yes
252b5132
RH
3224else
3225 rm -rf conftest*
a2d91340 3226 ac_cv_type_size_t=no
252b5132
RH
3227fi
3228rm -f conftest*
3229
3230fi
a2d91340
AC
3231echo "$ac_t""$ac_cv_type_size_t" 1>&6
3232if test $ac_cv_type_size_t = no; then
3233 cat >> confdefs.h <<\EOF
252b5132
RH
3234#define size_t unsigned
3235EOF
3236
3237fi
3238
3239# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
3240# for constant arguments. Useless!
3241echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
c9e10a08 3242echo "configure:3243: checking for working alloca.h" >&5
a2d91340 3243if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
252b5132
RH
3244 echo $ac_n "(cached) $ac_c" 1>&6
3245else
3246 cat > conftest.$ac_ext <<EOF
c9e10a08 3247#line 3248 "configure"
252b5132
RH
3248#include "confdefs.h"
3249#include <alloca.h>
3250int main() {
3251char *p = alloca(2 * sizeof(int));
3252; return 0; }
3253EOF
c9e10a08 3254if { (eval echo configure:3255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
3255 rm -rf conftest*
3256 ac_cv_header_alloca_h=yes
3257else
3258 echo "configure: failed program was:" >&5
3259 cat conftest.$ac_ext >&5
3260 rm -rf conftest*
3261 ac_cv_header_alloca_h=no
3262fi
3263rm -f conftest*
3264fi
3265
3266echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
3267if test $ac_cv_header_alloca_h = yes; then
3268 cat >> confdefs.h <<\EOF
3269#define HAVE_ALLOCA_H 1
3270EOF
3271
3272fi
3273
3274echo $ac_n "checking for alloca""... $ac_c" 1>&6
c9e10a08 3275echo "configure:3276: checking for alloca" >&5
a2d91340 3276if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
252b5132
RH
3277 echo $ac_n "(cached) $ac_c" 1>&6
3278else
3279 cat > conftest.$ac_ext <<EOF
c9e10a08 3280#line 3281 "configure"
252b5132
RH
3281#include "confdefs.h"
3282
3283#ifdef __GNUC__
3284# define alloca __builtin_alloca
3285#else
3286# ifdef _MSC_VER
3287# include <malloc.h>
3288# define alloca _alloca
3289# else
3290# if HAVE_ALLOCA_H
3291# include <alloca.h>
3292# else
3293# ifdef _AIX
3294 #pragma alloca
3295# else
3296# ifndef alloca /* predefined by HP cc +Olibcalls */
3297char *alloca ();
3298# endif
3299# endif
3300# endif
3301# endif
3302#endif
3303
3304int main() {
3305char *p = (char *) alloca(1);
3306; return 0; }
3307EOF
c9e10a08 3308if { (eval echo configure:3309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
3309 rm -rf conftest*
3310 ac_cv_func_alloca_works=yes
3311else
3312 echo "configure: failed program was:" >&5
3313 cat conftest.$ac_ext >&5
3314 rm -rf conftest*
3315 ac_cv_func_alloca_works=no
3316fi
3317rm -f conftest*
3318fi
3319
3320echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
3321if test $ac_cv_func_alloca_works = yes; then
3322 cat >> confdefs.h <<\EOF
3323#define HAVE_ALLOCA 1
3324EOF
3325
3326fi
3327
3328if test $ac_cv_func_alloca_works = no; then
3329 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
3330 # that cause trouble. Some versions do not even contain alloca or
3331 # contain a buggy version. If you still want to use their alloca,
3332 # use ar to extract alloca.o from them instead of compiling alloca.c.
3333 ALLOCA=alloca.${ac_objext}
3334 cat >> confdefs.h <<\EOF
3335#define C_ALLOCA 1
3336EOF
3337
3338
3339echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
c9e10a08 3340echo "configure:3341: checking whether alloca needs Cray hooks" >&5
a2d91340 3341if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
252b5132
RH
3342 echo $ac_n "(cached) $ac_c" 1>&6
3343else
3344 cat > conftest.$ac_ext <<EOF
c9e10a08 3345#line 3346 "configure"
252b5132
RH
3346#include "confdefs.h"
3347#if defined(CRAY) && ! defined(CRAY2)
3348webecray
3349#else
3350wenotbecray
3351#endif
3352
3353EOF
3354if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3355 egrep "webecray" >/dev/null 2>&1; then
3356 rm -rf conftest*
3357 ac_cv_os_cray=yes
3358else
3359 rm -rf conftest*
3360 ac_cv_os_cray=no
3361fi
3362rm -f conftest*
3363
3364fi
3365
3366echo "$ac_t""$ac_cv_os_cray" 1>&6
3367if test $ac_cv_os_cray = yes; then
3368for ac_func in _getb67 GETB67 getb67; do
3369 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 3370echo "configure:3371: checking for $ac_func" >&5
a2d91340 3371if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
3372 echo $ac_n "(cached) $ac_c" 1>&6
3373else
3374 cat > conftest.$ac_ext <<EOF
c9e10a08 3375#line 3376 "configure"
252b5132
RH
3376#include "confdefs.h"
3377/* System header to define __stub macros and hopefully few prototypes,
3378 which can conflict with char $ac_func(); below. */
3379#include <assert.h>
3380/* Override any gcc2 internal prototype to avoid an error. */
3381/* We use char because int might match the return type of a gcc2
3382 builtin and then its argument prototype would still apply. */
3383char $ac_func();
3384
3385int main() {
3386
3387/* The GNU C library defines this for functions which it implements
3388 to always fail with ENOSYS. Some functions are actually named
3389 something starting with __ and the normal name is an alias. */
3390#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3391choke me
3392#else
a2d91340 3393$ac_func();
252b5132
RH
3394#endif
3395
3396; return 0; }
3397EOF
c9e10a08 3398if { (eval echo configure:3399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
3399 rm -rf conftest*
3400 eval "ac_cv_func_$ac_func=yes"
3401else
3402 echo "configure: failed program was:" >&5
3403 cat conftest.$ac_ext >&5
3404 rm -rf conftest*
3405 eval "ac_cv_func_$ac_func=no"
3406fi
3407rm -f conftest*
3408fi
3409
3410if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3411 echo "$ac_t""yes" 1>&6
3412 cat >> confdefs.h <<EOF
3413#define CRAY_STACKSEG_END $ac_func
3414EOF
3415
3416 break
3417else
3418 echo "$ac_t""no" 1>&6
3419fi
3420
3421done
3422fi
3423
3424echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
c9e10a08 3425echo "configure:3426: checking stack direction for C alloca" >&5
a2d91340 3426if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
252b5132
RH
3427 echo $ac_n "(cached) $ac_c" 1>&6
3428else
3429 if test "$cross_compiling" = yes; then
3430 ac_cv_c_stack_direction=0
3431else
3432 cat > conftest.$ac_ext <<EOF
c9e10a08 3433#line 3434 "configure"
252b5132
RH
3434#include "confdefs.h"
3435find_stack_direction ()
3436{
3437 static char *addr = 0;
3438 auto char dummy;
3439 if (addr == 0)
3440 {
3441 addr = &dummy;
3442 return find_stack_direction ();
3443 }
3444 else
3445 return (&dummy > addr) ? 1 : -1;
3446}
3447main ()
3448{
3449 exit (find_stack_direction() < 0);
3450}
3451EOF
c9e10a08 3452if { (eval echo configure:3453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
252b5132
RH
3453then
3454 ac_cv_c_stack_direction=1
3455else
3456 echo "configure: failed program was:" >&5
3457 cat conftest.$ac_ext >&5
3458 rm -fr conftest*
3459 ac_cv_c_stack_direction=-1
3460fi
3461rm -fr conftest*
3462fi
3463
3464fi
3465
3466echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
3467cat >> confdefs.h <<EOF
3468#define STACK_DIRECTION $ac_cv_c_stack_direction
3469EOF
3470
3471fi
3472
3473for ac_hdr in unistd.h
3474do
3475ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3476echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
c9e10a08 3477echo "configure:3478: checking for $ac_hdr" >&5
a2d91340 3478if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
252b5132
RH
3479 echo $ac_n "(cached) $ac_c" 1>&6
3480else
3481 cat > conftest.$ac_ext <<EOF
c9e10a08 3482#line 3483 "configure"
252b5132
RH
3483#include "confdefs.h"
3484#include <$ac_hdr>
3485EOF
3486ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 3487{ (eval echo configure:3488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
3488ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3489if test -z "$ac_err"; then
3490 rm -rf conftest*
3491 eval "ac_cv_header_$ac_safe=yes"
3492else
3493 echo "$ac_err" >&5
3494 echo "configure: failed program was:" >&5
3495 cat conftest.$ac_ext >&5
3496 rm -rf conftest*
3497 eval "ac_cv_header_$ac_safe=no"
3498fi
3499rm -f conftest*
3500fi
3501if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3502 echo "$ac_t""yes" 1>&6
3503 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3504 cat >> confdefs.h <<EOF
3505#define $ac_tr_hdr 1
3506EOF
3507
3508else
3509 echo "$ac_t""no" 1>&6
3510fi
3511done
3512
3513for ac_func in getpagesize
3514do
3515echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 3516echo "configure:3517: checking for $ac_func" >&5
a2d91340 3517if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
3518 echo $ac_n "(cached) $ac_c" 1>&6
3519else
3520 cat > conftest.$ac_ext <<EOF
c9e10a08 3521#line 3522 "configure"
252b5132
RH
3522#include "confdefs.h"
3523/* System header to define __stub macros and hopefully few prototypes,
3524 which can conflict with char $ac_func(); below. */
3525#include <assert.h>
3526/* Override any gcc2 internal prototype to avoid an error. */
3527/* We use char because int might match the return type of a gcc2
3528 builtin and then its argument prototype would still apply. */
3529char $ac_func();
3530
3531int main() {
3532
3533/* The GNU C library defines this for functions which it implements
3534 to always fail with ENOSYS. Some functions are actually named
3535 something starting with __ and the normal name is an alias. */
3536#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3537choke me
3538#else
a2d91340 3539$ac_func();
252b5132
RH
3540#endif
3541
3542; return 0; }
3543EOF
c9e10a08 3544if { (eval echo configure:3545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
3545 rm -rf conftest*
3546 eval "ac_cv_func_$ac_func=yes"
3547else
3548 echo "configure: failed program was:" >&5
3549 cat conftest.$ac_ext >&5
3550 rm -rf conftest*
3551 eval "ac_cv_func_$ac_func=no"
3552fi
3553rm -f conftest*
3554fi
3555
3556if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3557 echo "$ac_t""yes" 1>&6
3558 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3559 cat >> confdefs.h <<EOF
3560#define $ac_tr_func 1
3561EOF
3562
3563else
3564 echo "$ac_t""no" 1>&6
3565fi
3566done
3567
3568echo $ac_n "checking for working mmap""... $ac_c" 1>&6
c9e10a08 3569echo "configure:3570: checking for working mmap" >&5
a2d91340 3570if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
252b5132
RH
3571 echo $ac_n "(cached) $ac_c" 1>&6
3572else
3573 if test "$cross_compiling" = yes; then
3574 ac_cv_func_mmap_fixed_mapped=no
3575else
3576 cat > conftest.$ac_ext <<EOF
c9e10a08 3577#line 3578 "configure"
252b5132
RH
3578#include "confdefs.h"
3579
3580/* Thanks to Mike Haertel and Jim Avera for this test.
3581 Here is a matrix of mmap possibilities:
3582 mmap private not fixed
3583 mmap private fixed at somewhere currently unmapped
3584 mmap private fixed at somewhere already mapped
3585 mmap shared not fixed
3586 mmap shared fixed at somewhere currently unmapped
3587 mmap shared fixed at somewhere already mapped
3588 For private mappings, we should verify that changes cannot be read()
3589 back from the file, nor mmap's back from the file at a different
3590 address. (There have been systems where private was not correctly
3591 implemented like the infamous i386 svr4.0, and systems where the
3592 VM page cache was not coherent with the filesystem buffer cache
3593 like early versions of FreeBSD and possibly contemporary NetBSD.)
3594 For shared mappings, we should conversely verify that changes get
3595 propogated back to all the places they're supposed to be.
3596
3597 Grep wants private fixed already mapped.
3598 The main things grep needs to know about mmap are:
3599 * does it exist and is it safe to write into the mmap'd area
3600 * how to use it (BSD variants) */
3601#include <sys/types.h>
3602#include <fcntl.h>
3603#include <sys/mman.h>
3604
3605/* This mess was copied from the GNU getpagesize.h. */
3606#ifndef HAVE_GETPAGESIZE
3607# ifdef HAVE_UNISTD_H
3608# include <unistd.h>
3609# endif
3610
3611/* Assume that all systems that can run configure have sys/param.h. */
3612# ifndef HAVE_SYS_PARAM_H
3613# define HAVE_SYS_PARAM_H 1
3614# endif
3615
3616# ifdef _SC_PAGESIZE
3617# define getpagesize() sysconf(_SC_PAGESIZE)
3618# else /* no _SC_PAGESIZE */
3619# ifdef HAVE_SYS_PARAM_H
3620# include <sys/param.h>
3621# ifdef EXEC_PAGESIZE
3622# define getpagesize() EXEC_PAGESIZE
3623# else /* no EXEC_PAGESIZE */
3624# ifdef NBPG
3625# define getpagesize() NBPG * CLSIZE
3626# ifndef CLSIZE
3627# define CLSIZE 1
3628# endif /* no CLSIZE */
3629# else /* no NBPG */
3630# ifdef NBPC
3631# define getpagesize() NBPC
3632# else /* no NBPC */
3633# ifdef PAGESIZE
3634# define getpagesize() PAGESIZE
3635# endif /* PAGESIZE */
3636# endif /* no NBPC */
3637# endif /* no NBPG */
3638# endif /* no EXEC_PAGESIZE */
3639# else /* no HAVE_SYS_PARAM_H */
3640# define getpagesize() 8192 /* punt totally */
3641# endif /* no HAVE_SYS_PARAM_H */
3642# endif /* no _SC_PAGESIZE */
3643
3644#endif /* no HAVE_GETPAGESIZE */
3645
3646#ifdef __cplusplus
3647extern "C" { void *malloc(unsigned); }
3648#else
3649char *malloc();
3650#endif
3651
3652int
3653main()
3654{
3655 char *data, *data2, *data3;
3656 int i, pagesize;
3657 int fd;
3658
3659 pagesize = getpagesize();
3660
3661 /*
3662 * First, make a file with some known garbage in it.
3663 */
3664 data = malloc(pagesize);
3665 if (!data)
3666 exit(1);
3667 for (i = 0; i < pagesize; ++i)
3668 *(data + i) = rand();
3669 umask(0);
3670 fd = creat("conftestmmap", 0600);
3671 if (fd < 0)
3672 exit(1);
3673 if (write(fd, data, pagesize) != pagesize)
3674 exit(1);
3675 close(fd);
3676
3677 /*
3678 * Next, try to mmap the file at a fixed address which
3679 * already has something else allocated at it. If we can,
3680 * also make sure that we see the same garbage.
3681 */
3682 fd = open("conftestmmap", O_RDWR);
3683 if (fd < 0)
3684 exit(1);
3685 data2 = malloc(2 * pagesize);
3686 if (!data2)
3687 exit(1);
3688 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
3689 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
3690 MAP_PRIVATE | MAP_FIXED, fd, 0L))
3691 exit(1);
3692 for (i = 0; i < pagesize; ++i)
3693 if (*(data + i) != *(data2 + i))
3694 exit(1);
3695
3696 /*
3697 * Finally, make sure that changes to the mapped area
3698 * do not percolate back to the file as seen by read().
3699 * (This is a bug on some variants of i386 svr4.0.)
3700 */
3701 for (i = 0; i < pagesize; ++i)
3702 *(data2 + i) = *(data2 + i) + 1;
3703 data3 = malloc(pagesize);
3704 if (!data3)
3705 exit(1);
3706 if (read(fd, data3, pagesize) != pagesize)
3707 exit(1);
3708 for (i = 0; i < pagesize; ++i)
3709 if (*(data + i) != *(data3 + i))
3710 exit(1);
3711 close(fd);
3712 unlink("conftestmmap");
3713 exit(0);
3714}
3715
3716EOF
c9e10a08 3717if { (eval echo configure:3718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
252b5132
RH
3718then
3719 ac_cv_func_mmap_fixed_mapped=yes
3720else
3721 echo "configure: failed program was:" >&5
3722 cat conftest.$ac_ext >&5
3723 rm -fr conftest*
3724 ac_cv_func_mmap_fixed_mapped=no
3725fi
3726rm -fr conftest*
3727fi
3728
3729fi
3730
3731echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
3732if test $ac_cv_func_mmap_fixed_mapped = yes; then
3733 cat >> confdefs.h <<\EOF
3734#define HAVE_MMAP 1
3735EOF
3736
3737fi
3738
3739
3740 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
3741unistd.h values.h sys/param.h
3742do
3743ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3744echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
c9e10a08 3745echo "configure:3746: checking for $ac_hdr" >&5
a2d91340 3746if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
252b5132
RH
3747 echo $ac_n "(cached) $ac_c" 1>&6
3748else
3749 cat > conftest.$ac_ext <<EOF
c9e10a08 3750#line 3751 "configure"
252b5132
RH
3751#include "confdefs.h"
3752#include <$ac_hdr>
3753EOF
3754ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 3755{ (eval echo configure:3756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
3756ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3757if test -z "$ac_err"; then
3758 rm -rf conftest*
3759 eval "ac_cv_header_$ac_safe=yes"
3760else
3761 echo "$ac_err" >&5
3762 echo "configure: failed program was:" >&5
3763 cat conftest.$ac_ext >&5
3764 rm -rf conftest*
3765 eval "ac_cv_header_$ac_safe=no"
3766fi
3767rm -f conftest*
3768fi
3769if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3770 echo "$ac_t""yes" 1>&6
3771 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3772 cat >> confdefs.h <<EOF
3773#define $ac_tr_hdr 1
3774EOF
3775
3776else
3777 echo "$ac_t""no" 1>&6
3778fi
3779done
3780
3781 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
3782__argz_count __argz_stringify __argz_next
3783do
3784echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 3785echo "configure:3786: checking for $ac_func" >&5
a2d91340 3786if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
3787 echo $ac_n "(cached) $ac_c" 1>&6
3788else
3789 cat > conftest.$ac_ext <<EOF
c9e10a08 3790#line 3791 "configure"
252b5132
RH
3791#include "confdefs.h"
3792/* System header to define __stub macros and hopefully few prototypes,
3793 which can conflict with char $ac_func(); below. */
3794#include <assert.h>
3795/* Override any gcc2 internal prototype to avoid an error. */
3796/* We use char because int might match the return type of a gcc2
3797 builtin and then its argument prototype would still apply. */
3798char $ac_func();
3799
3800int main() {
3801
3802/* The GNU C library defines this for functions which it implements
3803 to always fail with ENOSYS. Some functions are actually named
3804 something starting with __ and the normal name is an alias. */
3805#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3806choke me
3807#else
a2d91340 3808$ac_func();
252b5132
RH
3809#endif
3810
3811; return 0; }
3812EOF
c9e10a08 3813if { (eval echo configure:3814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
3814 rm -rf conftest*
3815 eval "ac_cv_func_$ac_func=yes"
3816else
3817 echo "configure: failed program was:" >&5
3818 cat conftest.$ac_ext >&5
3819 rm -rf conftest*
3820 eval "ac_cv_func_$ac_func=no"
3821fi
3822rm -f conftest*
3823fi
3824
3825if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3826 echo "$ac_t""yes" 1>&6
3827 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3828 cat >> confdefs.h <<EOF
3829#define $ac_tr_func 1
3830EOF
3831
3832else
3833 echo "$ac_t""no" 1>&6
3834fi
3835done
3836
3837
3838 if test "${ac_cv_func_stpcpy+set}" != "set"; then
3839 for ac_func in stpcpy
3840do
3841echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 3842echo "configure:3843: checking for $ac_func" >&5
a2d91340 3843if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
3844 echo $ac_n "(cached) $ac_c" 1>&6
3845else
3846 cat > conftest.$ac_ext <<EOF
c9e10a08 3847#line 3848 "configure"
252b5132
RH
3848#include "confdefs.h"
3849/* System header to define __stub macros and hopefully few prototypes,
3850 which can conflict with char $ac_func(); below. */
3851#include <assert.h>
3852/* Override any gcc2 internal prototype to avoid an error. */
3853/* We use char because int might match the return type of a gcc2
3854 builtin and then its argument prototype would still apply. */
3855char $ac_func();
3856
3857int main() {
3858
3859/* The GNU C library defines this for functions which it implements
3860 to always fail with ENOSYS. Some functions are actually named
3861 something starting with __ and the normal name is an alias. */
3862#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3863choke me
3864#else
a2d91340 3865$ac_func();
252b5132
RH
3866#endif
3867
3868; return 0; }
3869EOF
c9e10a08 3870if { (eval echo configure:3871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
3871 rm -rf conftest*
3872 eval "ac_cv_func_$ac_func=yes"
3873else
3874 echo "configure: failed program was:" >&5
3875 cat conftest.$ac_ext >&5
3876 rm -rf conftest*
3877 eval "ac_cv_func_$ac_func=no"
3878fi
3879rm -f conftest*
3880fi
3881
3882if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3883 echo "$ac_t""yes" 1>&6
3884 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3885 cat >> confdefs.h <<EOF
3886#define $ac_tr_func 1
3887EOF
3888
3889else
3890 echo "$ac_t""no" 1>&6
3891fi
3892done
3893
3894 fi
3895 if test "${ac_cv_func_stpcpy}" = "yes"; then
3896 cat >> confdefs.h <<\EOF
3897#define HAVE_STPCPY 1
3898EOF
3899
3900 fi
3901
3902 if test $ac_cv_header_locale_h = yes; then
3903 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
c9e10a08 3904echo "configure:3905: checking for LC_MESSAGES" >&5
a2d91340 3905if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
252b5132
RH
3906 echo $ac_n "(cached) $ac_c" 1>&6
3907else
3908 cat > conftest.$ac_ext <<EOF
c9e10a08 3909#line 3910 "configure"
252b5132
RH
3910#include "confdefs.h"
3911#include <locale.h>
3912int main() {
3913return LC_MESSAGES
3914; return 0; }
3915EOF
c9e10a08 3916if { (eval echo configure:3917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
3917 rm -rf conftest*
3918 am_cv_val_LC_MESSAGES=yes
3919else
3920 echo "configure: failed program was:" >&5
3921 cat conftest.$ac_ext >&5
3922 rm -rf conftest*
3923 am_cv_val_LC_MESSAGES=no
3924fi
3925rm -f conftest*
3926fi
3927
3928echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
3929 if test $am_cv_val_LC_MESSAGES = yes; then
3930 cat >> confdefs.h <<\EOF
3931#define HAVE_LC_MESSAGES 1
3932EOF
3933
3934 fi
3935 fi
3936 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
c9e10a08 3937echo "configure:3938: checking whether NLS is requested" >&5
252b5132
RH
3938 # Check whether --enable-nls or --disable-nls was given.
3939if test "${enable_nls+set}" = set; then
3940 enableval="$enable_nls"
3941 USE_NLS=$enableval
3942else
3943 USE_NLS=yes
3944fi
3945
3946 echo "$ac_t""$USE_NLS" 1>&6
3947
3948
3949 USE_INCLUDED_LIBINTL=no
3950
3951 if test "$USE_NLS" = "yes"; then
3952 cat >> confdefs.h <<\EOF
3953#define ENABLE_NLS 1
3954EOF
3955
3956 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
c9e10a08 3957echo "configure:3958: checking whether included gettext is requested" >&5
252b5132
RH
3958 # Check whether --with-included-gettext or --without-included-gettext was given.
3959if test "${with_included_gettext+set}" = set; then
3960 withval="$with_included_gettext"
3961 nls_cv_force_use_gnu_gettext=$withval
3962else
3963 nls_cv_force_use_gnu_gettext=no
3964fi
3965
3966 echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
3967
3968 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
3969 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
3970 nls_cv_header_intl=
3971 nls_cv_header_libgt=
3972 CATOBJEXT=NONE
3973
3974 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
3975echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
c9e10a08 3976echo "configure:3977: checking for libintl.h" >&5
a2d91340 3977if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
252b5132
RH
3978 echo $ac_n "(cached) $ac_c" 1>&6
3979else
3980 cat > conftest.$ac_ext <<EOF
c9e10a08 3981#line 3982 "configure"
252b5132
RH
3982#include "confdefs.h"
3983#include <libintl.h>
3984EOF
3985ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 3986{ (eval echo configure:3987: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
3987ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3988if test -z "$ac_err"; then
3989 rm -rf conftest*
3990 eval "ac_cv_header_$ac_safe=yes"
3991else
3992 echo "$ac_err" >&5
3993 echo "configure: failed program was:" >&5
3994 cat conftest.$ac_ext >&5
3995 rm -rf conftest*
3996 eval "ac_cv_header_$ac_safe=no"
3997fi
3998rm -f conftest*
3999fi
4000if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4001 echo "$ac_t""yes" 1>&6
4002 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
c9e10a08 4003echo "configure:4004: checking for gettext in libc" >&5
a2d91340 4004if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
252b5132
RH
4005 echo $ac_n "(cached) $ac_c" 1>&6
4006else
4007 cat > conftest.$ac_ext <<EOF
c9e10a08 4008#line 4009 "configure"
252b5132
RH
4009#include "confdefs.h"
4010#include <libintl.h>
4011int main() {
4012return (int) gettext ("")
4013; return 0; }
4014EOF
c9e10a08 4015if { (eval echo configure:4016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4016 rm -rf conftest*
4017 gt_cv_func_gettext_libc=yes
4018else
4019 echo "configure: failed program was:" >&5
4020 cat conftest.$ac_ext >&5
4021 rm -rf conftest*
4022 gt_cv_func_gettext_libc=no
4023fi
4024rm -f conftest*
4025fi
4026
4027echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
4028
4029 if test "$gt_cv_func_gettext_libc" != "yes"; then
4030 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
c9e10a08 4031echo "configure:4032: checking for bindtextdomain in -lintl" >&5
a2d91340
AC
4032ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
4033if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
252b5132
RH
4034 echo $ac_n "(cached) $ac_c" 1>&6
4035else
4036 ac_save_LIBS="$LIBS"
4037LIBS="-lintl $LIBS"
4038cat > conftest.$ac_ext <<EOF
c9e10a08 4039#line 4040 "configure"
252b5132
RH
4040#include "confdefs.h"
4041/* Override any gcc2 internal prototype to avoid an error. */
4042/* We use char because int might match the return type of a gcc2
4043 builtin and then its argument prototype would still apply. */
4044char bindtextdomain();
4045
4046int main() {
4047bindtextdomain()
4048; return 0; }
4049EOF
c9e10a08 4050if { (eval echo configure:4051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4051 rm -rf conftest*
4052 eval "ac_cv_lib_$ac_lib_var=yes"
4053else
4054 echo "configure: failed program was:" >&5
4055 cat conftest.$ac_ext >&5
4056 rm -rf conftest*
4057 eval "ac_cv_lib_$ac_lib_var=no"
4058fi
4059rm -f conftest*
4060LIBS="$ac_save_LIBS"
4061
4062fi
4063if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4064 echo "$ac_t""yes" 1>&6
4065 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
c9e10a08 4066echo "configure:4067: checking for gettext in libintl" >&5
a2d91340 4067if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
252b5132
RH
4068 echo $ac_n "(cached) $ac_c" 1>&6
4069else
4070 cat > conftest.$ac_ext <<EOF
c9e10a08 4071#line 4072 "configure"
252b5132
RH
4072#include "confdefs.h"
4073
4074int main() {
4075return (int) gettext ("")
4076; return 0; }
4077EOF
c9e10a08 4078if { (eval echo configure:4079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4079 rm -rf conftest*
4080 gt_cv_func_gettext_libintl=yes
4081else
4082 echo "configure: failed program was:" >&5
4083 cat conftest.$ac_ext >&5
4084 rm -rf conftest*
4085 gt_cv_func_gettext_libintl=no
4086fi
4087rm -f conftest*
4088fi
4089
4090echo "$ac_t""$gt_cv_func_gettext_libintl" 1>&6
4091else
4092 echo "$ac_t""no" 1>&6
4093fi
4094
4095 fi
4096
4097 if test "$gt_cv_func_gettext_libc" = "yes" \
4098 || test "$gt_cv_func_gettext_libintl" = "yes"; then
4099 cat >> confdefs.h <<\EOF
4100#define HAVE_GETTEXT 1
4101EOF
4102
4103 # Extract the first word of "msgfmt", so it can be a program name with args.
4104set dummy msgfmt; ac_word=$2
4105echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 4106echo "configure:4107: checking for $ac_word" >&5
a2d91340 4107if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
252b5132
RH
4108 echo $ac_n "(cached) $ac_c" 1>&6
4109else
4110 case "$MSGFMT" in
4111 /*)
4112 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
4113 ;;
4114 *)
4115 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4116 for ac_dir in $PATH; do
4117 test -z "$ac_dir" && ac_dir=.
4118 if test -f $ac_dir/$ac_word; then
4119 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
4120 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
4121 break
4122 fi
4123 fi
4124 done
4125 IFS="$ac_save_ifs"
4126 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
4127 ;;
4128esac
4129fi
4130MSGFMT="$ac_cv_path_MSGFMT"
4131if test -n "$MSGFMT"; then
4132 echo "$ac_t""$MSGFMT" 1>&6
4133else
4134 echo "$ac_t""no" 1>&6
4135fi
4136 if test "$MSGFMT" != "no"; then
4137 for ac_func in dcgettext
4138do
4139echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 4140echo "configure:4141: checking for $ac_func" >&5
a2d91340 4141if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
4142 echo $ac_n "(cached) $ac_c" 1>&6
4143else
4144 cat > conftest.$ac_ext <<EOF
c9e10a08 4145#line 4146 "configure"
252b5132
RH
4146#include "confdefs.h"
4147/* System header to define __stub macros and hopefully few prototypes,
4148 which can conflict with char $ac_func(); below. */
4149#include <assert.h>
4150/* Override any gcc2 internal prototype to avoid an error. */
4151/* We use char because int might match the return type of a gcc2
4152 builtin and then its argument prototype would still apply. */
4153char $ac_func();
4154
4155int main() {
4156
4157/* The GNU C library defines this for functions which it implements
4158 to always fail with ENOSYS. Some functions are actually named
4159 something starting with __ and the normal name is an alias. */
4160#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4161choke me
4162#else
a2d91340 4163$ac_func();
252b5132
RH
4164#endif
4165
4166; return 0; }
4167EOF
c9e10a08 4168if { (eval echo configure:4169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4169 rm -rf conftest*
4170 eval "ac_cv_func_$ac_func=yes"
4171else
4172 echo "configure: failed program was:" >&5
4173 cat conftest.$ac_ext >&5
4174 rm -rf conftest*
4175 eval "ac_cv_func_$ac_func=no"
4176fi
4177rm -f conftest*
4178fi
4179
4180if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4181 echo "$ac_t""yes" 1>&6
4182 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4183 cat >> confdefs.h <<EOF
4184#define $ac_tr_func 1
4185EOF
4186
4187else
4188 echo "$ac_t""no" 1>&6
4189fi
4190done
4191
4192 # Extract the first word of "gmsgfmt", so it can be a program name with args.
4193set dummy gmsgfmt; ac_word=$2
4194echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 4195echo "configure:4196: checking for $ac_word" >&5
a2d91340 4196if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
252b5132
RH
4197 echo $ac_n "(cached) $ac_c" 1>&6
4198else
4199 case "$GMSGFMT" in
4200 /*)
4201 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
4202 ;;
4203 ?:/*)
4204 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
4205 ;;
4206 *)
4207 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4208 ac_dummy="$PATH"
4209 for ac_dir in $ac_dummy; do
4210 test -z "$ac_dir" && ac_dir=.
4211 if test -f $ac_dir/$ac_word; then
4212 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
4213 break
4214 fi
4215 done
4216 IFS="$ac_save_ifs"
4217 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
4218 ;;
4219esac
4220fi
4221GMSGFMT="$ac_cv_path_GMSGFMT"
4222if test -n "$GMSGFMT"; then
4223 echo "$ac_t""$GMSGFMT" 1>&6
4224else
4225 echo "$ac_t""no" 1>&6
4226fi
4227
4228 # Extract the first word of "xgettext", so it can be a program name with args.
4229set dummy xgettext; ac_word=$2
4230echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 4231echo "configure:4232: checking for $ac_word" >&5
a2d91340 4232if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
252b5132
RH
4233 echo $ac_n "(cached) $ac_c" 1>&6
4234else
4235 case "$XGETTEXT" in
4236 /*)
4237 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
4238 ;;
4239 *)
4240 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4241 for ac_dir in $PATH; do
4242 test -z "$ac_dir" && ac_dir=.
4243 if test -f $ac_dir/$ac_word; then
4244 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
4245 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
4246 break
4247 fi
4248 fi
4249 done
4250 IFS="$ac_save_ifs"
4251 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
4252 ;;
4253esac
4254fi
4255XGETTEXT="$ac_cv_path_XGETTEXT"
4256if test -n "$XGETTEXT"; then
4257 echo "$ac_t""$XGETTEXT" 1>&6
4258else
4259 echo "$ac_t""no" 1>&6
4260fi
4261
4262 cat > conftest.$ac_ext <<EOF
c9e10a08 4263#line 4264 "configure"
252b5132
RH
4264#include "confdefs.h"
4265
4266int main() {
4267extern int _nl_msg_cat_cntr;
4268 return _nl_msg_cat_cntr
4269; return 0; }
4270EOF
c9e10a08 4271if { (eval echo configure:4272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4272 rm -rf conftest*
4273 CATOBJEXT=.gmo
4274 DATADIRNAME=share
4275else
4276 echo "configure: failed program was:" >&5
4277 cat conftest.$ac_ext >&5
4278 rm -rf conftest*
4279 CATOBJEXT=.mo
4280 DATADIRNAME=lib
4281fi
4282rm -f conftest*
4283 INSTOBJEXT=.mo
4284 fi
4285 fi
4286
4287else
4288 echo "$ac_t""no" 1>&6
4289fi
4290
4291
4292
4293 if test "$CATOBJEXT" = "NONE"; then
4294 nls_cv_use_gnu_gettext=yes
4295 fi
4296 fi
4297
4298 if test "$nls_cv_use_gnu_gettext" = "yes"; then
4299 INTLOBJS="\$(GETTOBJS)"
4300 # Extract the first word of "msgfmt", so it can be a program name with args.
4301set dummy msgfmt; ac_word=$2
4302echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 4303echo "configure:4304: checking for $ac_word" >&5
a2d91340 4304if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
252b5132
RH
4305 echo $ac_n "(cached) $ac_c" 1>&6
4306else
4307 case "$MSGFMT" in
4308 /*)
4309 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
4310 ;;
4311 *)
4312 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4313 for ac_dir in $PATH; do
4314 test -z "$ac_dir" && ac_dir=.
4315 if test -f $ac_dir/$ac_word; then
4316 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
4317 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
4318 break
4319 fi
4320 fi
4321 done
4322 IFS="$ac_save_ifs"
4323 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
4324 ;;
4325esac
4326fi
4327MSGFMT="$ac_cv_path_MSGFMT"
4328if test -n "$MSGFMT"; then
4329 echo "$ac_t""$MSGFMT" 1>&6
4330else
4331 echo "$ac_t""no" 1>&6
4332fi
4333
4334 # Extract the first word of "gmsgfmt", so it can be a program name with args.
4335set dummy gmsgfmt; ac_word=$2
4336echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 4337echo "configure:4338: checking for $ac_word" >&5
a2d91340 4338if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
252b5132
RH
4339 echo $ac_n "(cached) $ac_c" 1>&6
4340else
4341 case "$GMSGFMT" in
4342 /*)
4343 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
4344 ;;
4345 ?:/*)
4346 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
4347 ;;
4348 *)
4349 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4350 ac_dummy="$PATH"
4351 for ac_dir in $ac_dummy; do
4352 test -z "$ac_dir" && ac_dir=.
4353 if test -f $ac_dir/$ac_word; then
4354 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
4355 break
4356 fi
4357 done
4358 IFS="$ac_save_ifs"
4359 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
4360 ;;
4361esac
4362fi
4363GMSGFMT="$ac_cv_path_GMSGFMT"
4364if test -n "$GMSGFMT"; then
4365 echo "$ac_t""$GMSGFMT" 1>&6
4366else
4367 echo "$ac_t""no" 1>&6
4368fi
4369
4370 # Extract the first word of "xgettext", so it can be a program name with args.
4371set dummy xgettext; ac_word=$2
4372echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c9e10a08 4373echo "configure:4374: checking for $ac_word" >&5
a2d91340 4374if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
252b5132
RH
4375 echo $ac_n "(cached) $ac_c" 1>&6
4376else
4377 case "$XGETTEXT" in
4378 /*)
4379 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
4380 ;;
4381 *)
4382 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4383 for ac_dir in $PATH; do
4384 test -z "$ac_dir" && ac_dir=.
4385 if test -f $ac_dir/$ac_word; then
4386 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
4387 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
4388 break
4389 fi
4390 fi
4391 done
4392 IFS="$ac_save_ifs"
4393 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
4394 ;;
4395esac
4396fi
4397XGETTEXT="$ac_cv_path_XGETTEXT"
4398if test -n "$XGETTEXT"; then
4399 echo "$ac_t""$XGETTEXT" 1>&6
4400else
4401 echo "$ac_t""no" 1>&6
4402fi
4403
4404
4405 USE_INCLUDED_LIBINTL=yes
4406 CATOBJEXT=.gmo
4407 INSTOBJEXT=.mo
4408 DATADIRNAME=share
4409 INTLDEPS='$(top_builddir)/../intl/libintl.a'
4410 INTLLIBS=$INTLDEPS
4411 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
4412 nls_cv_header_intl=libintl.h
4413 nls_cv_header_libgt=libgettext.h
4414 fi
4415
4416 if test "$XGETTEXT" != ":"; then
4417 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
4418 : ;
4419 else
4420 echo "$ac_t""found xgettext programs is not GNU xgettext; ignore it" 1>&6
4421 XGETTEXT=":"
4422 fi
4423 fi
4424
4425 # We need to process the po/ directory.
4426 POSUB=po
4427 else
4428 DATADIRNAME=share
4429 nls_cv_header_intl=libintl.h
4430 nls_cv_header_libgt=libgettext.h
4431 fi
4432
4433 # If this is used in GNU gettext we have to set USE_NLS to `yes'
4434 # because some of the sources are only built for this goal.
4435 if test "$PACKAGE" = gettext; then
4436 USE_NLS=yes
4437 USE_INCLUDED_LIBINTL=yes
4438 fi
4439
4440 for lang in $ALL_LINGUAS; do
4441 GMOFILES="$GMOFILES $lang.gmo"
4442 POFILES="$POFILES $lang.po"
4443 done
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458 if test "x$CATOBJEXT" != "x"; then
4459 if test "x$ALL_LINGUAS" = "x"; then
4460 LINGUAS=
4461 else
4462 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
c9e10a08 4463echo "configure:4464: checking for catalogs to be installed" >&5
252b5132
RH
4464 NEW_LINGUAS=
4465 for lang in ${LINGUAS=$ALL_LINGUAS}; do
4466 case "$ALL_LINGUAS" in
4467 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
4468 esac
4469 done
4470 LINGUAS=$NEW_LINGUAS
4471 echo "$ac_t""$LINGUAS" 1>&6
4472 fi
4473
4474 if test -n "$LINGUAS"; then
4475 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
4476 fi
4477 fi
4478
4479 if test $ac_cv_header_locale_h = yes; then
4480 INCLUDE_LOCALE_H="#include <locale.h>"
4481 else
4482 INCLUDE_LOCALE_H="\
4483/* The system does not provide the header <locale.h>. Take care yourself. */"
4484 fi
4485
4486
4487 if test -f $srcdir/po2tbl.sed.in; then
4488 if test "$CATOBJEXT" = ".cat"; then
4489 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
4490echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
c9e10a08 4491echo "configure:4492: checking for linux/version.h" >&5
a2d91340 4492if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
252b5132
RH
4493 echo $ac_n "(cached) $ac_c" 1>&6
4494else
4495 cat > conftest.$ac_ext <<EOF
c9e10a08 4496#line 4497 "configure"
252b5132
RH
4497#include "confdefs.h"
4498#include <linux/version.h>
4499EOF
4500ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 4501{ (eval echo configure:4502: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
4502ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4503if test -z "$ac_err"; then
4504 rm -rf conftest*
4505 eval "ac_cv_header_$ac_safe=yes"
4506else
4507 echo "$ac_err" >&5
4508 echo "configure: failed program was:" >&5
4509 cat conftest.$ac_ext >&5
4510 rm -rf conftest*
4511 eval "ac_cv_header_$ac_safe=no"
4512fi
4513rm -f conftest*
4514fi
4515if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4516 echo "$ac_t""yes" 1>&6
4517 msgformat=linux
4518else
4519 echo "$ac_t""no" 1>&6
4520msgformat=xopen
4521fi
4522
4523
4524 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
4525 fi
4526 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
4527 $srcdir/po2tbl.sed.in > po2tbl.sed
4528 fi
4529
4530 if test "$PACKAGE" = "gettext"; then
4531 GT_NO="#NO#"
4532 GT_YES=
4533 else
4534 GT_NO=
4535 GT_YES="#YES#"
4536 fi
4537
4538
4539
4540 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
4541
4542
4543 l=
4544
4545
4546 if test -d $srcdir/po; then
4547 test -d po || mkdir po
4548 if test "x$srcdir" != "x."; then
4549 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
4550 posrcprefix="$srcdir/"
4551 else
4552 posrcprefix="../$srcdir/"
4553 fi
4554 else
4555 posrcprefix="../"
4556 fi
4557 rm -f po/POTFILES
4558 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
4559 < $srcdir/po/POTFILES.in > po/POTFILES
4560 fi
4561
4562
4563echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
c9e10a08 4564echo "configure:4565: checking whether to enable maintainer-specific portions of Makefiles" >&5
252b5132
RH
4565 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4566if test "${enable_maintainer_mode+set}" = set; then
4567 enableval="$enable_maintainer_mode"
4568 USE_MAINTAINER_MODE=$enableval
4569else
4570 USE_MAINTAINER_MODE=no
4571fi
4572
4573 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
4574
4575
4576if test $USE_MAINTAINER_MODE = yes; then
4577 MAINTAINER_MODE_TRUE=
4578 MAINTAINER_MODE_FALSE='#'
4579else
4580 MAINTAINER_MODE_TRUE='#'
4581 MAINTAINER_MODE_FALSE=
4582fi
4583 MAINT=$MAINTAINER_MODE_TRUE
4584
4585
4586echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
c9e10a08 4587echo "configure:4588: checking for Cygwin environment" >&5
a2d91340 4588if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
252b5132
RH
4589 echo $ac_n "(cached) $ac_c" 1>&6
4590else
4591 cat > conftest.$ac_ext <<EOF
c9e10a08 4592#line 4593 "configure"
252b5132
RH
4593#include "confdefs.h"
4594
4595int main() {
4596
4597#ifndef __CYGWIN__
4598#define __CYGWIN__ __CYGWIN32__
4599#endif
4600return __CYGWIN__;
4601; return 0; }
4602EOF
c9e10a08 4603if { (eval echo configure:4604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
252b5132
RH
4604 rm -rf conftest*
4605 ac_cv_cygwin=yes
4606else
4607 echo "configure: failed program was:" >&5
4608 cat conftest.$ac_ext >&5
4609 rm -rf conftest*
4610 ac_cv_cygwin=no
4611fi
4612rm -f conftest*
a2d91340 4613rm -f conftest*
252b5132
RH
4614fi
4615
4616echo "$ac_t""$ac_cv_cygwin" 1>&6
4617CYGWIN=
4618test "$ac_cv_cygwin" = yes && CYGWIN=yes
4619echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
c9e10a08 4620echo "configure:4621: checking for mingw32 environment" >&5
a2d91340 4621if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
252b5132
RH
4622 echo $ac_n "(cached) $ac_c" 1>&6
4623else
4624 cat > conftest.$ac_ext <<EOF
c9e10a08 4625#line 4626 "configure"
252b5132
RH
4626#include "confdefs.h"
4627
4628int main() {
4629return __MINGW32__;
4630; return 0; }
4631EOF
c9e10a08 4632if { (eval echo configure:4633: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
252b5132
RH
4633 rm -rf conftest*
4634 ac_cv_mingw32=yes
4635else
4636 echo "configure: failed program was:" >&5
4637 cat conftest.$ac_ext >&5
4638 rm -rf conftest*
4639 ac_cv_mingw32=no
4640fi
4641rm -f conftest*
a2d91340 4642rm -f conftest*
252b5132
RH
4643fi
4644
4645echo "$ac_t""$ac_cv_mingw32" 1>&6
4646MINGW32=
4647test "$ac_cv_mingw32" = yes && MINGW32=yes
4648
4649
4650echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
c9e10a08 4651echo "configure:4652: checking for executable suffix" >&5
a2d91340 4652if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
252b5132
RH
4653 echo $ac_n "(cached) $ac_c" 1>&6
4654else
a2d91340 4655 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
252b5132
RH
4656 ac_cv_exeext=.exe
4657else
4658 rm -f conftest*
4659 echo 'int main () { return 0; }' > conftest.$ac_ext
4660 ac_cv_exeext=
c9e10a08 4661 if { (eval echo configure:4662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
252b5132
RH
4662 for file in conftest.*; do
4663 case $file in
a2d91340 4664 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
252b5132
RH
4665 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
4666 esac
4667 done
4668 else
4669 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
4670 fi
4671 rm -f conftest*
4672 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
4673fi
4674fi
4675
4676EXEEXT=""
4677test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
4678echo "$ac_t""${ac_cv_exeext}" 1>&6
4679ac_exeext=$EXEEXT
4680
4681
4682for ac_hdr in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
4683do
4684ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4685echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
c9e10a08 4686echo "configure:4687: checking for $ac_hdr" >&5
a2d91340 4687if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
252b5132
RH
4688 echo $ac_n "(cached) $ac_c" 1>&6
4689else
4690 cat > conftest.$ac_ext <<EOF
c9e10a08 4691#line 4692 "configure"
252b5132
RH
4692#include "confdefs.h"
4693#include <$ac_hdr>
4694EOF
4695ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c9e10a08 4696{ (eval echo configure:4697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
252b5132
RH
4697ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4698if test -z "$ac_err"; then
4699 rm -rf conftest*
4700 eval "ac_cv_header_$ac_safe=yes"
4701else
4702 echo "$ac_err" >&5
4703 echo "configure: failed program was:" >&5
4704 cat conftest.$ac_ext >&5
4705 rm -rf conftest*
4706 eval "ac_cv_header_$ac_safe=no"
4707fi
4708rm -f conftest*
4709fi
4710if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4711 echo "$ac_t""yes" 1>&6
4712 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4713 cat >> confdefs.h <<EOF
4714#define $ac_tr_hdr 1
4715EOF
4716
4717else
4718 echo "$ac_t""no" 1>&6
4719fi
4720done
4721
4722
4723# Put this here so that autoconf's "cross-compiling" message doesn't confuse
4724# people who are not cross-compiling but are compiling cross-assemblers.
4725echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
c9e10a08 4726echo "configure:4727: checking whether compiling a cross-assembler" >&5
252b5132
RH
4727if test "${host}" = "${target}"; then
4728 cross_gas=no
4729else
4730 cross_gas=yes
4731 cat >> confdefs.h <<\EOF
4732#define CROSS_COMPILE 1
4733EOF
4734
4735fi
4736echo "$ac_t""$cross_gas" 1>&6
4737
4738# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4739# for constant arguments. Useless!
4740echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
c9e10a08 4741echo "configure:4742: checking for working alloca.h" >&5
a2d91340 4742if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
252b5132
RH
4743 echo $ac_n "(cached) $ac_c" 1>&6
4744else
4745 cat > conftest.$ac_ext <<EOF
c9e10a08 4746#line 4747 "configure"
252b5132
RH
4747#include "confdefs.h"
4748#include <alloca.h>
4749int main() {
4750char *p = alloca(2 * sizeof(int));
4751; return 0; }
4752EOF
c9e10a08 4753if { (eval echo configure:4754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4754 rm -rf conftest*
4755 ac_cv_header_alloca_h=yes
4756else
4757 echo "configure: failed program was:" >&5
4758 cat conftest.$ac_ext >&5
4759 rm -rf conftest*
4760 ac_cv_header_alloca_h=no
4761fi
4762rm -f conftest*
4763fi
4764
4765echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4766if test $ac_cv_header_alloca_h = yes; then
4767 cat >> confdefs.h <<\EOF
4768#define HAVE_ALLOCA_H 1
4769EOF
4770
4771fi
4772
4773echo $ac_n "checking for alloca""... $ac_c" 1>&6
c9e10a08 4774echo "configure:4775: checking for alloca" >&5
a2d91340 4775if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
252b5132
RH
4776 echo $ac_n "(cached) $ac_c" 1>&6
4777else
4778 cat > conftest.$ac_ext <<EOF
c9e10a08 4779#line 4780 "configure"
252b5132
RH
4780#include "confdefs.h"
4781
4782#ifdef __GNUC__
4783# define alloca __builtin_alloca
4784#else
4785# ifdef _MSC_VER
4786# include <malloc.h>
4787# define alloca _alloca
4788# else
4789# if HAVE_ALLOCA_H
4790# include <alloca.h>
4791# else
4792# ifdef _AIX
4793 #pragma alloca
4794# else
4795# ifndef alloca /* predefined by HP cc +Olibcalls */
4796char *alloca ();
4797# endif
4798# endif
4799# endif
4800# endif
4801#endif
4802
4803int main() {
4804char *p = (char *) alloca(1);
4805; return 0; }
4806EOF
c9e10a08 4807if { (eval echo configure:4808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4808 rm -rf conftest*
4809 ac_cv_func_alloca_works=yes
4810else
4811 echo "configure: failed program was:" >&5
4812 cat conftest.$ac_ext >&5
4813 rm -rf conftest*
4814 ac_cv_func_alloca_works=no
4815fi
4816rm -f conftest*
4817fi
4818
4819echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4820if test $ac_cv_func_alloca_works = yes; then
4821 cat >> confdefs.h <<\EOF
4822#define HAVE_ALLOCA 1
4823EOF
4824
4825fi
4826
4827if test $ac_cv_func_alloca_works = no; then
4828 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4829 # that cause trouble. Some versions do not even contain alloca or
4830 # contain a buggy version. If you still want to use their alloca,
4831 # use ar to extract alloca.o from them instead of compiling alloca.c.
4832 ALLOCA=alloca.${ac_objext}
4833 cat >> confdefs.h <<\EOF
4834#define C_ALLOCA 1
4835EOF
4836
4837
4838echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
c9e10a08 4839echo "configure:4840: checking whether alloca needs Cray hooks" >&5
a2d91340 4840if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
252b5132
RH
4841 echo $ac_n "(cached) $ac_c" 1>&6
4842else
4843 cat > conftest.$ac_ext <<EOF
c9e10a08 4844#line 4845 "configure"
252b5132
RH
4845#include "confdefs.h"
4846#if defined(CRAY) && ! defined(CRAY2)
4847webecray
4848#else
4849wenotbecray
4850#endif
4851
4852EOF
4853if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4854 egrep "webecray" >/dev/null 2>&1; then
4855 rm -rf conftest*
4856 ac_cv_os_cray=yes
4857else
4858 rm -rf conftest*
4859 ac_cv_os_cray=no
4860fi
4861rm -f conftest*
4862
4863fi
4864
4865echo "$ac_t""$ac_cv_os_cray" 1>&6
4866if test $ac_cv_os_cray = yes; then
4867for ac_func in _getb67 GETB67 getb67; do
4868 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 4869echo "configure:4870: checking for $ac_func" >&5
a2d91340 4870if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
4871 echo $ac_n "(cached) $ac_c" 1>&6
4872else
4873 cat > conftest.$ac_ext <<EOF
c9e10a08 4874#line 4875 "configure"
252b5132
RH
4875#include "confdefs.h"
4876/* System header to define __stub macros and hopefully few prototypes,
4877 which can conflict with char $ac_func(); below. */
4878#include <assert.h>
4879/* Override any gcc2 internal prototype to avoid an error. */
4880/* We use char because int might match the return type of a gcc2
4881 builtin and then its argument prototype would still apply. */
4882char $ac_func();
4883
4884int main() {
4885
4886/* The GNU C library defines this for functions which it implements
4887 to always fail with ENOSYS. Some functions are actually named
4888 something starting with __ and the normal name is an alias. */
4889#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4890choke me
4891#else
a2d91340 4892$ac_func();
252b5132
RH
4893#endif
4894
4895; return 0; }
4896EOF
c9e10a08 4897if { (eval echo configure:4898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
4898 rm -rf conftest*
4899 eval "ac_cv_func_$ac_func=yes"
4900else
4901 echo "configure: failed program was:" >&5
4902 cat conftest.$ac_ext >&5
4903 rm -rf conftest*
4904 eval "ac_cv_func_$ac_func=no"
4905fi
4906rm -f conftest*
4907fi
4908
4909if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4910 echo "$ac_t""yes" 1>&6
4911 cat >> confdefs.h <<EOF
4912#define CRAY_STACKSEG_END $ac_func
4913EOF
4914
4915 break
4916else
4917 echo "$ac_t""no" 1>&6
4918fi
4919
4920done
4921fi
4922
4923echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
c9e10a08 4924echo "configure:4925: checking stack direction for C alloca" >&5
a2d91340 4925if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
252b5132
RH
4926 echo $ac_n "(cached) $ac_c" 1>&6
4927else
4928 if test "$cross_compiling" = yes; then
4929 ac_cv_c_stack_direction=0
4930else
4931 cat > conftest.$ac_ext <<EOF
c9e10a08 4932#line 4933 "configure"
252b5132
RH
4933#include "confdefs.h"
4934find_stack_direction ()
4935{
4936 static char *addr = 0;
4937 auto char dummy;
4938 if (addr == 0)
4939 {
4940 addr = &dummy;
4941 return find_stack_direction ();
4942 }
4943 else
4944 return (&dummy > addr) ? 1 : -1;
4945}
4946main ()
4947{
4948 exit (find_stack_direction() < 0);
4949}
4950EOF
c9e10a08 4951if { (eval echo configure:4952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
252b5132
RH
4952then
4953 ac_cv_c_stack_direction=1
4954else
4955 echo "configure: failed program was:" >&5
4956 cat conftest.$ac_ext >&5
4957 rm -fr conftest*
4958 ac_cv_c_stack_direction=-1
4959fi
4960rm -fr conftest*
4961fi
4962
4963fi
4964
4965echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
4966cat >> confdefs.h <<EOF
4967#define STACK_DIRECTION $ac_cv_c_stack_direction
4968EOF
4969
4970fi
4971
4972echo $ac_n "checking for inline""... $ac_c" 1>&6
c9e10a08 4973echo "configure:4974: checking for inline" >&5
a2d91340 4974if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
252b5132
RH
4975 echo $ac_n "(cached) $ac_c" 1>&6
4976else
4977 ac_cv_c_inline=no
4978for ac_kw in inline __inline__ __inline; do
4979 cat > conftest.$ac_ext <<EOF
c9e10a08 4980#line 4981 "configure"
252b5132
RH
4981#include "confdefs.h"
4982
4983int main() {
a2d91340 4984} $ac_kw foo() {
252b5132
RH
4985; return 0; }
4986EOF
c9e10a08 4987if { (eval echo configure:4988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
252b5132
RH
4988 rm -rf conftest*
4989 ac_cv_c_inline=$ac_kw; break
4990else
4991 echo "configure: failed program was:" >&5
4992 cat conftest.$ac_ext >&5
4993fi
4994rm -f conftest*
4995done
4996
4997fi
4998
4999echo "$ac_t""$ac_cv_c_inline" 1>&6
5000case "$ac_cv_c_inline" in
5001 inline | yes) ;;
5002 no) cat >> confdefs.h <<\EOF
5003#define inline
5004EOF
5005 ;;
5006 *) cat >> confdefs.h <<EOF
5007#define inline $ac_cv_c_inline
5008EOF
5009 ;;
5010esac
5011
5012
5013# VMS doesn't have unlink.
5014for ac_func in unlink remove
5015do
5016echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 5017echo "configure:5018: checking for $ac_func" >&5
a2d91340 5018if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
5019 echo $ac_n "(cached) $ac_c" 1>&6
5020else
5021 cat > conftest.$ac_ext <<EOF
c9e10a08 5022#line 5023 "configure"
252b5132
RH
5023#include "confdefs.h"
5024/* System header to define __stub macros and hopefully few prototypes,
5025 which can conflict with char $ac_func(); below. */
5026#include <assert.h>
5027/* Override any gcc2 internal prototype to avoid an error. */
5028/* We use char because int might match the return type of a gcc2
5029 builtin and then its argument prototype would still apply. */
5030char $ac_func();
5031
5032int main() {
5033
5034/* The GNU C library defines this for functions which it implements
5035 to always fail with ENOSYS. Some functions are actually named
5036 something starting with __ and the normal name is an alias. */
5037#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5038choke me
5039#else
a2d91340 5040$ac_func();
252b5132
RH
5041#endif
5042
5043; return 0; }
5044EOF
c9e10a08 5045if { (eval echo configure:5046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5046 rm -rf conftest*
5047 eval "ac_cv_func_$ac_func=yes"
5048else
5049 echo "configure: failed program was:" >&5
5050 cat conftest.$ac_ext >&5
5051 rm -rf conftest*
5052 eval "ac_cv_func_$ac_func=no"
5053fi
5054rm -f conftest*
5055fi
5056
5057if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5058 echo "$ac_t""yes" 1>&6
5059 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5060 cat >> confdefs.h <<EOF
5061#define $ac_tr_func 1
5062EOF
5063 break
5064else
5065 echo "$ac_t""no" 1>&6
5066fi
5067done
5068
5069
5070# Some systems don't have sbrk().
5071for ac_func in sbrk
5072do
5073echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c9e10a08 5074echo "configure:5075: checking for $ac_func" >&5
a2d91340 5075if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
252b5132
RH
5076 echo $ac_n "(cached) $ac_c" 1>&6
5077else
5078 cat > conftest.$ac_ext <<EOF
c9e10a08 5079#line 5080 "configure"
252b5132
RH
5080#include "confdefs.h"
5081/* System header to define __stub macros and hopefully few prototypes,
5082 which can conflict with char $ac_func(); below. */
5083#include <assert.h>
5084/* Override any gcc2 internal prototype to avoid an error. */
5085/* We use char because int might match the return type of a gcc2
5086 builtin and then its argument prototype would still apply. */
5087char $ac_func();
5088
5089int main() {
5090
5091/* The GNU C library defines this for functions which it implements
5092 to always fail with ENOSYS. Some functions are actually named
5093 something starting with __ and the normal name is an alias. */
5094#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5095choke me
5096#else
a2d91340 5097$ac_func();
252b5132
RH
5098#endif
5099
5100; return 0; }
5101EOF
c9e10a08 5102if { (eval echo configure:5103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5103 rm -rf conftest*
5104 eval "ac_cv_func_$ac_func=yes"
5105else
5106 echo "configure: failed program was:" >&5
5107 cat conftest.$ac_ext >&5
5108 rm -rf conftest*
5109 eval "ac_cv_func_$ac_func=no"
5110fi
5111rm -f conftest*
5112fi
5113
5114if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5115 echo "$ac_t""yes" 1>&6
5116 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5117 cat >> confdefs.h <<EOF
5118#define $ac_tr_func 1
5119EOF
5120
5121else
5122 echo "$ac_t""no" 1>&6
5123fi
5124done
5125
5126
5127# Some non-ANSI preprocessors botch requoting inside strings. That's bad
5128# enough, but on some of those systems, the assert macro relies on requoting
5129# working properly!
5130echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
c9e10a08 5131echo "configure:5132: checking for working assert macro" >&5
a2d91340 5132if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
252b5132
RH
5133 echo $ac_n "(cached) $ac_c" 1>&6
5134else
5135 cat > conftest.$ac_ext <<EOF
c9e10a08 5136#line 5137 "configure"
252b5132
RH
5137#include "confdefs.h"
5138#include <assert.h>
5139#include <stdio.h>
5140int main() {
5141
5142/* check for requoting problems */
5143static int a, b, c, d;
5144static char *s;
5145assert (!strcmp(s, "foo bar baz quux"));
5146/* check for newline handling */
5147assert (a == b
5148 || c == d);
5149
5150; return 0; }
5151EOF
c9e10a08 5152if { (eval echo configure:5153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5153 rm -rf conftest*
5154 gas_cv_assert_ok=yes
5155else
5156 echo "configure: failed program was:" >&5
5157 cat conftest.$ac_ext >&5
5158 rm -rf conftest*
5159 gas_cv_assert_ok=no
5160fi
5161rm -f conftest*
5162fi
5163echo "$ac_t""$gas_cv_assert_ok" 1>&6
5164test $gas_cv_assert_ok = yes || cat >> confdefs.h <<\EOF
5165#define BROKEN_ASSERT 1
5166EOF
5167
5168
5169
5170# On some systems, the system header files may not declare malloc, realloc,
5171# and free. There are places where gas needs these functions to have been
5172# declared -- such as when taking their addresses.
5173gas_test_headers="
5174#ifdef HAVE_MEMORY_H
5175#include <memory.h>
5176#endif
5177#ifdef HAVE_STRING_H
5178#include <string.h>
5179#else
5180#ifdef HAVE_STRINGS_H
5181#include <strings.h>
5182#endif
5183#endif
5184#ifdef HAVE_STDLIB_H
5185#include <stdlib.h>
5186#endif
5187#ifdef HAVE_UNISTD_H
5188#include <unistd.h>
5189#endif
5190"
5191
5192echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
c9e10a08 5193echo "configure:5194: checking whether declaration is required for strstr" >&5
a2d91340 5194if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
252b5132
RH
5195 echo $ac_n "(cached) $ac_c" 1>&6
5196else
5197 cat > conftest.$ac_ext <<EOF
c9e10a08 5198#line 5199 "configure"
252b5132
RH
5199#include "confdefs.h"
5200$gas_test_headers
5201int main() {
5202
5203typedef char *(*f)();
5204f x;
5205x = (f) strstr;
5206
5207; return 0; }
5208EOF
c9e10a08 5209if { (eval echo configure:5210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5210 rm -rf conftest*
5211 gas_cv_decl_needed_strstr=no
5212else
5213 echo "configure: failed program was:" >&5
5214 cat conftest.$ac_ext >&5
5215 rm -rf conftest*
5216 gas_cv_decl_needed_strstr=yes
5217fi
5218rm -f conftest*
5219fi
5220echo "$ac_t""$gas_cv_decl_needed_strstr" 1>&6
5221if test $gas_cv_decl_needed_strstr = yes; then
5222 cat >> confdefs.h <<\EOF
5223#define NEED_DECLARATION_STRSTR 1
5224EOF
5225
5226fi
5227
5228
5229echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
c9e10a08 5230echo "configure:5231: checking whether declaration is required for malloc" >&5
a2d91340 5231if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
252b5132
RH
5232 echo $ac_n "(cached) $ac_c" 1>&6
5233else
5234 cat > conftest.$ac_ext <<EOF
c9e10a08 5235#line 5236 "configure"
252b5132
RH
5236#include "confdefs.h"
5237$gas_test_headers
5238int main() {
5239
5240typedef char *(*f)();
5241f x;
5242x = (f) malloc;
5243
5244; return 0; }
5245EOF
c9e10a08 5246if { (eval echo configure:5247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5247 rm -rf conftest*
5248 gas_cv_decl_needed_malloc=no
5249else
5250 echo "configure: failed program was:" >&5
5251 cat conftest.$ac_ext >&5
5252 rm -rf conftest*
5253 gas_cv_decl_needed_malloc=yes
5254fi
5255rm -f conftest*
5256fi
5257echo "$ac_t""$gas_cv_decl_needed_malloc" 1>&6
5258if test $gas_cv_decl_needed_malloc = yes; then
5259 cat >> confdefs.h <<\EOF
5260#define NEED_DECLARATION_MALLOC 1
5261EOF
5262
5263fi
5264
5265
5266echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
c9e10a08 5267echo "configure:5268: checking whether declaration is required for free" >&5
a2d91340 5268if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
252b5132
RH
5269 echo $ac_n "(cached) $ac_c" 1>&6
5270else
5271 cat > conftest.$ac_ext <<EOF
c9e10a08 5272#line 5273 "configure"
252b5132
RH
5273#include "confdefs.h"
5274$gas_test_headers
5275int main() {
5276
5277typedef void (*f)();
5278f x;
5279x = (f) free;
5280
5281; return 0; }
5282EOF
c9e10a08 5283if { (eval echo configure:5284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5284 rm -rf conftest*
5285 gas_cv_decl_needed_free=no
5286else
5287 echo "configure: failed program was:" >&5
5288 cat conftest.$ac_ext >&5
5289 rm -rf conftest*
5290 gas_cv_decl_needed_free=yes
5291fi
5292rm -f conftest*
5293fi
5294echo "$ac_t""$gas_cv_decl_needed_free" 1>&6
5295if test $gas_cv_decl_needed_free = yes; then
5296 cat >> confdefs.h <<\EOF
5297#define NEED_DECLARATION_FREE 1
5298EOF
5299
5300fi
5301
5302
5303echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
c9e10a08 5304echo "configure:5305: checking whether declaration is required for sbrk" >&5
a2d91340 5305if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
252b5132
RH
5306 echo $ac_n "(cached) $ac_c" 1>&6
5307else
5308 cat > conftest.$ac_ext <<EOF
c9e10a08 5309#line 5310 "configure"
252b5132
RH
5310#include "confdefs.h"
5311$gas_test_headers
5312int main() {
5313
5314typedef char *(*f)();
5315f x;
5316x = (f) sbrk;
5317
5318; return 0; }
5319EOF
c9e10a08 5320if { (eval echo configure:5321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5321 rm -rf conftest*
5322 gas_cv_decl_needed_sbrk=no
5323else
5324 echo "configure: failed program was:" >&5
5325 cat conftest.$ac_ext >&5
5326 rm -rf conftest*
5327 gas_cv_decl_needed_sbrk=yes
5328fi
5329rm -f conftest*
5330fi
5331echo "$ac_t""$gas_cv_decl_needed_sbrk" 1>&6
5332if test $gas_cv_decl_needed_sbrk = yes; then
5333 cat >> confdefs.h <<\EOF
5334#define NEED_DECLARATION_SBRK 1
5335EOF
5336
5337fi
5338
5339
5340echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6
c9e10a08 5341echo "configure:5342: checking whether declaration is required for environ" >&5
a2d91340 5342if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then
252b5132
RH
5343 echo $ac_n "(cached) $ac_c" 1>&6
5344else
5345 cat > conftest.$ac_ext <<EOF
c9e10a08 5346#line 5347 "configure"
252b5132
RH
5347#include "confdefs.h"
5348$gas_test_headers
5349int main() {
5350
5351typedef char **f;
5352f x;
5353x = (f) environ;
5354
5355; return 0; }
5356EOF
c9e10a08 5357if { (eval echo configure:5358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5358 rm -rf conftest*
5359 gas_cv_decl_needed_environ=no
5360else
5361 echo "configure: failed program was:" >&5
5362 cat conftest.$ac_ext >&5
5363 rm -rf conftest*
5364 gas_cv_decl_needed_environ=yes
5365fi
5366rm -f conftest*
5367fi
5368echo "$ac_t""$gas_cv_decl_needed_environ" 1>&6
5369if test $gas_cv_decl_needed_environ = yes; then
5370 cat >> confdefs.h <<\EOF
5371#define NEED_DECLARATION_ENVIRON 1
5372EOF
5373
5374fi
5375
5376
5377# Does errno.h declare errno, or do we have to add a separate declaration
5378# for it?
5379
5380echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
c9e10a08 5381echo "configure:5382: checking whether declaration is required for errno" >&5
a2d91340 5382if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
252b5132
RH
5383 echo $ac_n "(cached) $ac_c" 1>&6
5384else
5385 cat > conftest.$ac_ext <<EOF
c9e10a08 5386#line 5387 "configure"
252b5132
RH
5387#include "confdefs.h"
5388
5389#ifdef HAVE_ERRNO_H
5390#include <errno.h>
5391#endif
5392
5393int main() {
5394
5395typedef int f;
5396f x;
5397x = (f) errno;
5398
5399; return 0; }
5400EOF
c9e10a08 5401if { (eval echo configure:5402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
252b5132
RH
5402 rm -rf conftest*
5403 gas_cv_decl_needed_errno=no
5404else
5405 echo "configure: failed program was:" >&5
5406 cat conftest.$ac_ext >&5
5407 rm -rf conftest*
5408 gas_cv_decl_needed_errno=yes
5409fi
5410rm -f conftest*
5411fi
5412echo "$ac_t""$gas_cv_decl_needed_errno" 1>&6
5413if test $gas_cv_decl_needed_errno = yes; then
5414 cat >> confdefs.h <<\EOF
5415#define NEED_DECLARATION_ERRNO 1
5416EOF
5417
5418fi
5419
5420
5421
5422
5423trap '' 1 2 15
5424cat > confcache <<\EOF
5425# This file is a shell script that caches the results of configure
5426# tests run on this system so they can be shared between configure
5427# scripts and configure runs. It is not useful on other systems.
5428# If it contains results you don't want to keep, you may remove or edit it.
5429#
5430# By default, configure uses ./config.cache as the cache file,
5431# creating it if it does not exist already. You can give configure
5432# the --cache-file=FILE option to use a different cache file; that is
5433# what configure does when it calls configure scripts in
5434# subdirectories, so they share the cache.
5435# Giving --cache-file=/dev/null disables caching, for debugging configure.
5436# config.status only pays attention to the cache file if you give it the
5437# --recheck option to rerun configure.
5438#
5439EOF
5440# The following way of writing the cache mishandles newlines in values,
5441# but we know of no workaround that is simple, portable, and efficient.
5442# So, don't put newlines in cache variables' values.
5443# Ultrix sh set writes to stderr and can't be redirected directly,
5444# and sets the high bit in the cache file unless we assign to the vars.
5445(set) 2>&1 |
5446 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5447 *ac_space=\ *)
5448 # `set' does not quote correctly, so add quotes (double-quote substitution
5449 # turns \\\\ into \\, and sed turns \\ into \).
5450 sed -n \
5451 -e "s/'/'\\\\''/g" \
5452 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
5453 ;;
5454 *)
5455 # `set' quotes correctly as required by POSIX, so do not add quotes.
5456 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5457 ;;
5458 esac >> confcache
5459if cmp -s $cache_file confcache; then
5460 :
5461else
5462 if test -w $cache_file; then
5463 echo "updating cache $cache_file"
5464 cat confcache > $cache_file
5465 else
5466 echo "not updating unwritable cache $cache_file"
5467 fi
5468fi
5469rm -f confcache
5470
5471trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
5472
5473test "x$prefix" = xNONE && prefix=$ac_default_prefix
5474# Let make expand exec_prefix.
5475test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5476
5477# Any assignment to VPATH causes Sun make to only execute
5478# the first set of double-colon rules, so remove it if not needed.
5479# If there is a colon in the path, we need to keep it.
5480if test "x$srcdir" = x.; then
5481 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
5482fi
5483
5484trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
5485
5486DEFS=-DHAVE_CONFIG_H
5487
5488# Without the "./", some shells look in PATH for config.status.
5489: ${CONFIG_STATUS=./config.status}
5490
5491echo creating $CONFIG_STATUS
5492rm -f $CONFIG_STATUS
5493cat > $CONFIG_STATUS <<EOF
5494#! /bin/sh
5495# Generated automatically by configure.
5496# Run this file to recreate the current configuration.
5497# This directory was configured as follows,
5498# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
5499#
5500# $0 $ac_configure_args
5501#
5502# Compiler output produced by configure, useful for debugging
5503# configure, is in ./config.log if it exists.
5504
5505ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
5506for ac_option
5507do
5508 case "\$ac_option" in
5509 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5510 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
5511 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
5512 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
a2d91340 5513 echo "$CONFIG_STATUS generated by autoconf version 2.13"
252b5132
RH
5514 exit 0 ;;
5515 -help | --help | --hel | --he | --h)
5516 echo "\$ac_cs_usage"; exit 0 ;;
5517 *) echo "\$ac_cs_usage"; exit 1 ;;
5518 esac
5519done
5520
5521ac_given_srcdir=$srcdir
5522ac_given_INSTALL="$INSTALL"
5523
76a27922 5524trap 'rm -fr `echo "Makefile doc/Makefile ${GDBINIT}:gdbinit.in po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
252b5132
RH
5525EOF
5526cat >> $CONFIG_STATUS <<EOF
5527
5528# Protect against being on the right side of a sed subst in config.status.
5529sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
5530 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
5531$ac_vpsub
5532$extrasub
5533s%@SHELL@%$SHELL%g
5534s%@CFLAGS@%$CFLAGS%g
5535s%@CPPFLAGS@%$CPPFLAGS%g
5536s%@CXXFLAGS@%$CXXFLAGS%g
5537s%@FFLAGS@%$FFLAGS%g
5538s%@DEFS@%$DEFS%g
5539s%@LDFLAGS@%$LDFLAGS%g
5540s%@LIBS@%$LIBS%g
5541s%@exec_prefix@%$exec_prefix%g
5542s%@prefix@%$prefix%g
5543s%@program_transform_name@%$program_transform_name%g
5544s%@bindir@%$bindir%g
5545s%@sbindir@%$sbindir%g
5546s%@libexecdir@%$libexecdir%g
5547s%@datadir@%$datadir%g
5548s%@sysconfdir@%$sysconfdir%g
5549s%@sharedstatedir@%$sharedstatedir%g
5550s%@localstatedir@%$localstatedir%g
5551s%@libdir@%$libdir%g
5552s%@includedir@%$includedir%g
5553s%@oldincludedir@%$oldincludedir%g
5554s%@infodir@%$infodir%g
5555s%@mandir@%$mandir%g
5556s%@host@%$host%g
5557s%@host_alias@%$host_alias%g
5558s%@host_cpu@%$host_cpu%g
5559s%@host_vendor@%$host_vendor%g
5560s%@host_os@%$host_os%g
5561s%@target@%$target%g
5562s%@target_alias@%$target_alias%g
5563s%@target_cpu@%$target_cpu%g
5564s%@target_vendor@%$target_vendor%g
5565s%@target_os@%$target_os%g
5566s%@build@%$build%g
5567s%@build_alias@%$build_alias%g
5568s%@build_cpu@%$build_cpu%g
5569s%@build_vendor@%$build_vendor%g
5570s%@build_os@%$build_os%g
5571s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
5572s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
5573s%@INSTALL_DATA@%$INSTALL_DATA%g
5574s%@PACKAGE@%$PACKAGE%g
5575s%@VERSION@%$VERSION%g
5576s%@ACLOCAL@%$ACLOCAL%g
5577s%@AUTOCONF@%$AUTOCONF%g
5578s%@AUTOMAKE@%$AUTOMAKE%g
5579s%@AUTOHEADER@%$AUTOHEADER%g
5580s%@MAKEINFO@%$MAKEINFO%g
5581s%@SET_MAKE@%$SET_MAKE%g
5582s%@RANLIB@%$RANLIB%g
5583s%@CC@%$CC%g
252b5132 5584s%@LN_S@%$LN_S%g
bedf545c 5585s%@LIBTOOL@%$LIBTOOL%g
a2d91340 5586s%@WARN_CFLAGS@%$WARN_CFLAGS%g
76a27922 5587s%@GDBINIT@%$GDBINIT%g
252b5132
RH
5588s%@cgen_cpu_prefix@%$cgen_cpu_prefix%g
5589s%@extra_objects@%$extra_objects%g
5590s%@target_cpu_type@%$target_cpu_type%g
5591s%@obj_format@%$obj_format%g
5592s%@te_file@%$te_file%g
5593s%@install_tooldir@%$install_tooldir%g
5594s%@atof@%$atof%g
5595s%@BFDLIB@%$BFDLIB%g
5596s%@OPCODES_LIB@%$OPCODES_LIB%g
5597s%@ALL_OBJ_DEPS@%$ALL_OBJ_DEPS%g
5598s%@YACC@%$YACC%g
5599s%@LEX@%$LEX%g
5600s%@LEXLIB@%$LEXLIB%g
5601s%@CPP@%$CPP%g
5602s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
5603s%@ALLOCA@%$ALLOCA%g
5604s%@USE_NLS@%$USE_NLS%g
5605s%@MSGFMT@%$MSGFMT%g
5606s%@GMSGFMT@%$GMSGFMT%g
5607s%@XGETTEXT@%$XGETTEXT%g
5608s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g
5609s%@CATALOGS@%$CATALOGS%g
5610s%@CATOBJEXT@%$CATOBJEXT%g
5611s%@DATADIRNAME@%$DATADIRNAME%g
5612s%@GMOFILES@%$GMOFILES%g
5613s%@INSTOBJEXT@%$INSTOBJEXT%g
5614s%@INTLDEPS@%$INTLDEPS%g
5615s%@INTLLIBS@%$INTLLIBS%g
5616s%@INTLOBJS@%$INTLOBJS%g
5617s%@POFILES@%$POFILES%g
5618s%@POSUB@%$POSUB%g
5619s%@INCLUDE_LOCALE_H@%$INCLUDE_LOCALE_H%g
5620s%@GT_NO@%$GT_NO%g
5621s%@GT_YES@%$GT_YES%g
5622s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
5623s%@l@%$l%g
5624s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
5625s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
5626s%@MAINT@%$MAINT%g
5627s%@EXEEXT@%$EXEEXT%g
5628
5629CEOF
5630EOF
5631
5632cat >> $CONFIG_STATUS <<\EOF
5633
5634# Split the substitutions into bite-sized pieces for seds with
5635# small command number limits, like on Digital OSF/1 and HP-UX.
5636ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
5637ac_file=1 # Number of current file.
5638ac_beg=1 # First line for current file.
5639ac_end=$ac_max_sed_cmds # Line after last line for current file.
5640ac_more_lines=:
5641ac_sed_cmds=""
5642while $ac_more_lines; do
5643 if test $ac_beg -gt 1; then
5644 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
5645 else
5646 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
5647 fi
5648 if test ! -s conftest.s$ac_file; then
5649 ac_more_lines=false
5650 rm -f conftest.s$ac_file
5651 else
5652 if test -z "$ac_sed_cmds"; then
5653 ac_sed_cmds="sed -f conftest.s$ac_file"
5654 else
5655 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
5656 fi
5657 ac_file=`expr $ac_file + 1`
5658 ac_beg=$ac_end
5659 ac_end=`expr $ac_end + $ac_max_sed_cmds`
5660 fi
5661done
5662if test -z "$ac_sed_cmds"; then
5663 ac_sed_cmds=cat
5664fi
5665EOF
5666
5667cat >> $CONFIG_STATUS <<EOF
5668
76a27922 5669CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile ${GDBINIT}:gdbinit.in po/Makefile.in:po/Make-in"}
252b5132
RH
5670EOF
5671cat >> $CONFIG_STATUS <<\EOF
5672for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
5673 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5674 case "$ac_file" in
5675 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5676 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5677 *) ac_file_in="${ac_file}.in" ;;
5678 esac
5679
5680 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
5681
5682 # Remove last slash and all that follows it. Not all systems have dirname.
5683 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5684 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5685 # The file is in a subdirectory.
5686 test ! -d "$ac_dir" && mkdir "$ac_dir"
5687 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
5688 # A "../" for each directory in $ac_dir_suffix.
5689 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
5690 else
5691 ac_dir_suffix= ac_dots=
5692 fi
5693
5694 case "$ac_given_srcdir" in
5695 .) srcdir=.
5696 if test -z "$ac_dots"; then top_srcdir=.
5697 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
5698 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
5699 *) # Relative path.
5700 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
5701 top_srcdir="$ac_dots$ac_given_srcdir" ;;
5702 esac
5703
5704 case "$ac_given_INSTALL" in
5705 [/$]*) INSTALL="$ac_given_INSTALL" ;;
5706 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
5707 esac
5708
5709 echo creating "$ac_file"
5710 rm -f "$ac_file"
5711 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
5712 case "$ac_file" in
5713 *Makefile*) ac_comsub="1i\\
5714# $configure_input" ;;
5715 *) ac_comsub= ;;
5716 esac
5717
5718 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5719 sed -e "$ac_comsub
5720s%@configure_input@%$configure_input%g
5721s%@srcdir@%$srcdir%g
5722s%@top_srcdir@%$top_srcdir%g
5723s%@INSTALL@%$INSTALL%g
5724" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
5725fi; done
5726rm -f conftest.s*
5727
5728# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5729# NAME is the cpp macro being defined and VALUE is the value it is being given.
5730#
5731# ac_d sets the value in "#define NAME VALUE" lines.
5732ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
5733ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
5734ac_dC='\3'
5735ac_dD='%g'
5736# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
5737ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5738ac_uB='\([ ]\)%\1#\2define\3'
5739ac_uC=' '
5740ac_uD='\4%g'
5741# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5742ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5743ac_eB='$%\1#\2define\3'
5744ac_eC=' '
5745ac_eD='%g'
5746
5747if test "${CONFIG_HEADERS+set}" != set; then
5748EOF
5749cat >> $CONFIG_STATUS <<EOF
5750 CONFIG_HEADERS="config.h:config.in"
5751EOF
5752cat >> $CONFIG_STATUS <<\EOF
5753fi
5754for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
5755 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5756 case "$ac_file" in
5757 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5758 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5759 *) ac_file_in="${ac_file}.in" ;;
5760 esac
5761
5762 echo creating $ac_file
5763
5764 rm -f conftest.frag conftest.in conftest.out
5765 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5766 cat $ac_file_inputs > conftest.in
5767
5768EOF
5769
5770# Transform confdefs.h into a sed script conftest.vals that substitutes
5771# the proper values into config.h.in to produce config.h. And first:
5772# Protect against being on the right side of a sed subst in config.status.
5773# Protect against being in an unquoted here document in config.status.
5774rm -f conftest.vals
5775cat > conftest.hdr <<\EOF
5776s/[\\&%]/\\&/g
5777s%[\\$`]%\\&%g
5778s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
5779s%ac_d%ac_u%gp
5780s%ac_u%ac_e%gp
5781EOF
5782sed -n -f conftest.hdr confdefs.h > conftest.vals
5783rm -f conftest.hdr
5784
5785# This sed command replaces #undef with comments. This is necessary, for
5786# example, in the case of _POSIX_SOURCE, which is predefined and required
5787# on some systems where configure will not decide to define it.
5788cat >> conftest.vals <<\EOF
5789s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
5790EOF
5791
5792# Break up conftest.vals because some shells have a limit on
5793# the size of here documents, and old seds have small limits too.
5794
5795rm -f conftest.tail
5796while :
5797do
5798 ac_lines=`grep -c . conftest.vals`
5799 # grep -c gives empty output for an empty file on some AIX systems.
5800 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
5801 # Write a limited-size here document to conftest.frag.
5802 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
5803 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
5804 echo 'CEOF
5805 sed -f conftest.frag conftest.in > conftest.out
5806 rm -f conftest.in
5807 mv conftest.out conftest.in
5808' >> $CONFIG_STATUS
5809 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
5810 rm -f conftest.vals
5811 mv conftest.tail conftest.vals
5812done
5813rm -f conftest.vals
5814
5815cat >> $CONFIG_STATUS <<\EOF
5816 rm -f conftest.frag conftest.h
5817 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
5818 cat conftest.in >> conftest.h
5819 rm -f conftest.in
5820 if cmp -s $ac_file conftest.h 2>/dev/null; then
5821 echo "$ac_file is unchanged"
5822 rm -f conftest.h
5823 else
5824 # Remove last slash and all that follows it. Not all systems have dirname.
5825 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5826 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5827 # The file is in a subdirectory.
5828 test ! -d "$ac_dir" && mkdir "$ac_dir"
5829 fi
5830 rm -f $ac_file
5831 mv conftest.h $ac_file
5832 fi
5833fi; done
5834
5835EOF
5836cat >> $CONFIG_STATUS <<EOF
5837
5838target_cpu_type=${target_cpu_type}
5839 cgen_cpu_prefix=${cgen_cpu_prefix}
5840 obj_format=${obj_format}
5841 te_file=${te_file}
5842EOF
5843cat >> $CONFIG_STATUS <<\EOF
5844test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
5845rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
5846 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
5847 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
5848 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
5849 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
5850 if test "x$cgen_cpu_prefix" != x ; then
5851 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
5852 fi
5853
5854 sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile
5855exit 0
5856EOF
5857chmod +x $CONFIG_STATUS
5858rm -fr confdefs* $ac_clean_files
a2d91340 5859test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
252b5132 5860
This page took 0.294567 seconds and 4 git commands to generate.