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