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