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