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