* Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
5ab6ca68 1#! /bin/sh
99a42820 2
5ab6ca68 3# Guess values for system-dependent variables and create Makefiles.
7920c1d1 4# Generated automatically using autoconf version 2.4
5ab6ca68
ILT
5# Copyright (C) 1992, 1993, 1994 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-targets alternative target configurations"
16
17# Initialize some variables set by options.
18# The variables have the same names as the options, with
19# dashes changed to underlines.
20build=NONE
21cache_file=./config.cache
22exec_prefix=NONE
23host=NONE
24no_create=
25nonopt=NONE
26no_recursion=
27prefix=NONE
28program_prefix=NONE
29program_suffix=NONE
30program_transform_name=s,x,x,
31silent=
32site=
33srcdir=
34target=NONE
35verbose=
36x_includes=NONE
37x_libraries=NONE
99a42820 38
5ab6ca68
ILT
39# Initialize some other variables.
40subdirs=
99a42820 41
5ab6ca68
ILT
42ac_prev=
43for ac_option
44do
99a42820 45
5ab6ca68
ILT
46 # If the previous option needs an argument, assign it.
47 if test -n "$ac_prev"; then
48 eval "$ac_prev=\$ac_option"
49 ac_prev=
50 continue
51 fi
52
53 case "$ac_option" in
54 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
55 *) ac_optarg= ;;
56 esac
57
58 # Accept the important Cygnus configure options, so we can diagnose typos.
59
60 case "$ac_option" in
61
7920c1d1 62 -build | --build | --buil | --bui | --bu | --b)
5ab6ca68 63 ac_prev=build ;;
7920c1d1 64 -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
5ab6ca68
ILT
65 build="$ac_optarg" ;;
66
67 -cache-file | --cache-file | --cache-fil | --cache-fi \
68 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
69 ac_prev=cache_file ;;
70 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
71 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
72 cache_file="$ac_optarg" ;;
73
74 -disable-* | --disable-*)
75 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
76 # Reject names that are not valid shell variable names.
77 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
78 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
79 fi
80 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
81 eval "enable_${ac_feature}=no" ;;
82
83 -enable-* | --enable-*)
84 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
85 # Reject names that are not valid shell variable names.
86 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
87 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
88 fi
89 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
90 case "$ac_option" in
91 *=*) ;;
92 *) ac_optarg=yes ;;
93 esac
94 eval "enable_${ac_feature}='$ac_optarg'" ;;
95
96 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
97 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
98 | --exec | --exe | --ex)
99 ac_prev=exec_prefix ;;
100 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
101 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
102 | --exec=* | --exe=* | --ex=*)
103 exec_prefix="$ac_optarg" ;;
104
105 -gas | --gas | --ga | --g)
106 # Obsolete; use --with-gas.
107 with_gas=yes ;;
108
109 -help | --help | --hel | --he)
110 # Omit some internal or obsolete options to make the list less imposing.
111 # This message is too long to be a string in the A/UX 3.1 sh.
112 cat << EOF
113Usage: configure [options] [host]
114Options: [defaults in brackets after descriptions]
115Configuration:
116 --cache-file=FILE cache test results in FILE
117 --help print this message
118 --no-create do not create output files
119 --quiet, --silent do not print \`checking...' messages
120 --version print the version of autoconf that created configure
121Directory and file names:
122 --prefix=PREFIX install architecture-independent files in PREFIX
123 [$ac_default_prefix]
7920c1d1 124 --exec-prefix=PREFIX install architecture-dependent files in PREFIX
5ab6ca68
ILT
125 [same as prefix]
126 --srcdir=DIR find the sources in DIR [configure dir or ..]
127 --program-prefix=PREFIX prepend PREFIX to installed program names
128 --program-suffix=SUFFIX append SUFFIX to installed program names
7920c1d1 129 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
5ab6ca68
ILT
130Host type:
131 --build=BUILD configure for building on BUILD [BUILD=HOST]
132 --host=HOST configure for HOST [guessed]
133 --target=TARGET configure for TARGET [TARGET=HOST]
134Features and packages:
135 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
136 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
137 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
138 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
139 --x-includes=DIR X include files are in DIR
140 --x-libraries=DIR X library files are in DIR
7920c1d1 141--enable and --with options recognized:$ac_help
5ab6ca68
ILT
142EOF
143 exit 0 ;;
144
145 -host | --host | --hos | --ho)
146 ac_prev=host ;;
147 -host=* | --host=* | --hos=* | --ho=*)
148 host="$ac_optarg" ;;
149
150 -nfp | --nfp | --nf)
151 # Obsolete; use --without-fp.
152 with_fp=no ;;
153
154 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
155 | --no-cr | --no-c)
156 no_create=yes ;;
157
158 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
159 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
160 no_recursion=yes ;;
161
162 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
163 ac_prev=prefix ;;
164 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
165 prefix="$ac_optarg" ;;
166
167 -program-prefix | --program-prefix | --program-prefi | --program-pref \
168 | --program-pre | --program-pr | --program-p)
169 ac_prev=program_prefix ;;
170 -program-prefix=* | --program-prefix=* | --program-prefi=* \
171 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
172 program_prefix="$ac_optarg" ;;
173
174 -program-suffix | --program-suffix | --program-suffi | --program-suff \
175 | --program-suf | --program-su | --program-s)
176 ac_prev=program_suffix ;;
177 -program-suffix=* | --program-suffix=* | --program-suffi=* \
178 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
179 program_suffix="$ac_optarg" ;;
180
181 -program-transform-name | --program-transform-name \
182 | --program-transform-nam | --program-transform-na \
183 | --program-transform-n | --program-transform- \
184 | --program-transform | --program-transfor \
185 | --program-transfo | --program-transf \
186 | --program-trans | --program-tran \
187 | --progr-tra | --program-tr | --program-t)
188 ac_prev=program_transform_name ;;
189 -program-transform-name=* | --program-transform-name=* \
190 | --program-transform-nam=* | --program-transform-na=* \
191 | --program-transform-n=* | --program-transform-=* \
192 | --program-transform=* | --program-transfor=* \
193 | --program-transfo=* | --program-transf=* \
194 | --program-trans=* | --program-tran=* \
195 | --progr-tra=* | --program-tr=* | --program-t=*)
196 program_transform_name="$ac_optarg" ;;
197
198 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
199 | -silent | --silent | --silen | --sile | --sil)
200 silent=yes ;;
201
202 -site | --site | --sit)
203 ac_prev=site ;;
204 -site=* | --site=* | --sit=*)
205 site="$ac_optarg" ;;
206
207 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
208 ac_prev=srcdir ;;
209 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
210 srcdir="$ac_optarg" ;;
211
212 -target | --target | --targe | --targ | --tar | --ta | --t)
213 ac_prev=target ;;
214 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
215 target="$ac_optarg" ;;
216
217 -v | -verbose | --verbose | --verbos | --verbo | --verb)
218 verbose=yes ;;
219
220 -version | --version | --versio | --versi | --vers)
7920c1d1 221 echo "configure generated by autoconf version 2.4"
5ab6ca68
ILT
222 exit 0 ;;
223
224 -with-* | --with-*)
225 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
226 # Reject names that are not valid shell variable names.
227 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
228 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
229 fi
230 ac_package=`echo $ac_package| sed 's/-/_/g'`
231 case "$ac_option" in
232 *=*) ;;
233 *) ac_optarg=yes ;;
234 esac
235 eval "with_${ac_package}='$ac_optarg'" ;;
236
237 -without-* | --without-*)
238 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
239 # Reject names that are not valid shell variable names.
240 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
241 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
242 fi
243 ac_package=`echo $ac_package| sed 's/-/_/g'`
244 eval "with_${ac_package}=no" ;;
245
246 --x)
247 # Obsolete; use --with-x.
248 with_x=yes ;;
249
250 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
251 | --x-incl | --x-inc | --x-in | --x-i)
252 ac_prev=x_includes ;;
253 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
254 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
255 x_includes="$ac_optarg" ;;
256
257 -x-libraries | --x-libraries | --x-librarie | --x-librari \
258 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
259 ac_prev=x_libraries ;;
260 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
261 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
262 x_libraries="$ac_optarg" ;;
263
264 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
265 ;;
266
7920c1d1 267 *)
5ab6ca68
ILT
268 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
269 echo "configure: warning: $ac_option: invalid host type" 1>&2
270 fi
271 if test "x$nonopt" != xNONE; then
272 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
273 fi
274 nonopt="$ac_option"
275 ;;
276
277 esac
278done
a10d26a1 279
5ab6ca68
ILT
280if test -n "$ac_prev"; then
281 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
282fi
99a42820 283
5ab6ca68
ILT
284trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
285
286# File descriptor usage:
287# 0 standard input
288# 1 file creation
289# 2 errors and warnings
290# 3 some systems may open it to /dev/tty
291# 4 used on the Kubota Titan
292# 6 checking for... messages and results
293# 5 compiler messages saved in config.log
294if test "$silent" = yes; then
295 exec 6>/dev/null
296else
297 exec 6>&1
298fi
299exec 5>./config.log
99a42820 300
5ab6ca68
ILT
301echo "\
302This file contains any messages produced by compilers while
303running configure, to aid debugging if configure makes a mistake.
304" 1>&5
305
306# Strip out --no-create and --no-recursion so they do not pile up.
307# Also quote any args containing shell metacharacters.
308ac_configure_args=
309for ac_arg
99a42820 310do
5ab6ca68
ILT
311 case "$ac_arg" in
312 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
313 | --no-cr | --no-c) ;;
314 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
315 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
316 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
317 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
318 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
319 esac
99a42820
RP
320done
321
5ab6ca68
ILT
322# NLS nuisances.
323# Only set LANG and LC_ALL to C if already set.
324# These must not be set unconditionally because not all systems understand
325# e.g. LANG=C (notably SCO).
326if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
327if test "${LANG+set}" = set; then LANG=C; export LANG; fi
328
329# confdefs.h avoids OS command line length limits that DEFS can exceed.
330rm -rf conftest* confdefs.h
331# AIX cpp loses on an empty file, so make sure it contains at least a newline.
332echo > confdefs.h
333
334# A filename unique to this package, relative to the directory that
335# configure is in, which we can look for to find out if srcdir is correct.
336ac_unique_file=ar.c
337
338# Find the source files, if location was not specified.
339if test -z "$srcdir"; then
340 ac_srcdir_defaulted=yes
341 # Try the directory containing this script, then its parent.
342 ac_prog=$0
343 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
344 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
345 srcdir=$ac_confdir
346 if test ! -r $srcdir/$ac_unique_file; then
347 srcdir=..
348 fi
349else
350 ac_srcdir_defaulted=no
351fi
352if test ! -r $srcdir/$ac_unique_file; then
353 if test "$ac_srcdir_defaulted" = yes; then
354 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
355 else
356 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
357 fi
358fi
359srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
360
361# Prefer explicitly selected file to automatically selected ones.
362if test -z "$CONFIG_SITE"; then
363 if test "x$prefix" != xNONE; then
364 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
365 else
366 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
367 fi
b5132a6b 368fi
5ab6ca68
ILT
369for ac_site_file in $CONFIG_SITE; do
370 if test -r "$ac_site_file"; then
371 echo "loading site script $ac_site_file"
372 . "$ac_site_file"
373 fi
374done
b5132a6b 375
5ab6ca68
ILT
376if test -r "$cache_file"; then
377 echo "loading cache $cache_file"
378 . $cache_file
379else
380 echo "creating cache $cache_file"
381 > $cache_file
382fi
383
384ac_ext=c
385# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7920c1d1
MM
386ac_cpp='$CPP $CPPFLAGS'
387ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
388ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
5ab6ca68
ILT
389
390if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
391 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
392 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
393 ac_n= ac_c='
394' ac_t=' '
395 else
396 ac_n=-n ac_c= ac_t=
397 fi
398else
399 ac_n= ac_c='\c' ac_t=
f2e91404 400fi
99a42820 401
b5132a6b 402
5ab6ca68
ILT
403
404# Check whether --enable-targets or --disable-targets was given.
7920c1d1
MM
405enableval="$enable_targets"
406if test -n "$enableval"; then
5ab6ca68
ILT
407 case "${enableval}" in
408 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
409 ;;
410 no) enable_targets= ;;
411 *) enable_targets=$enableval ;;
412esac
a10d26a1 413fi
99a42820 414
99a42820 415
b5132a6b 416
5ab6ca68
ILT
417ac_aux_dir=
418for ac_dir in `cd $srcdir/..; pwd` $srcdir/`cd $srcdir/..; pwd`; do
419 if test -f $ac_dir/install-sh; then
420 ac_aux_dir=$ac_dir
421 ac_install_sh="$ac_aux_dir/install-sh -c"
422 break
423 elif test -f $ac_dir/install.sh; then
424 ac_aux_dir=$ac_dir
425 ac_install_sh="$ac_aux_dir/install.sh -c"
426 break
427 fi
428done
429if test -z "$ac_aux_dir"; then
430 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir/..; pwd` $srcdir/`cd $srcdir/..; pwd`" 1>&2; exit 1; }
431fi
432ac_config_guess=$ac_aux_dir/config.guess
433ac_config_sub=$ac_aux_dir/config.sub
434ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
99a42820 435
99a42820 436
5ab6ca68
ILT
437# Do some error checking and defaulting for the host and target type.
438# The inputs are:
439# configure --host=HOST --target=TARGET --build=BUILD NONOPT
440#
441# The rules are:
442# 1. You are not allowed to specify --host, --target, and nonopt at the
7920c1d1 443# same time.
5ab6ca68
ILT
444# 2. Host defaults to nonopt.
445# 3. If nonopt is not specified, then host defaults to the current host,
446# as determined by config.guess.
447# 4. Target and build default to nonopt.
448# 5. If nonopt is not specified, then target and build default to host.
449
450# The aliases save the names the user supplied, while $host etc.
451# will get canonicalized.
452case $host---$target---$nonopt in
453NONE---*---* | *---NONE---* | *---*---NONE) ;;
454*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
455esac
456
457
458# Make sure we can run config.sub.
459if $ac_config_sub sun4 >/dev/null 2>&1; then :
460else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
461fi
99a42820 462
5ab6ca68
ILT
463echo $ac_n "checking host system type""... $ac_c" 1>&6
464
465host_alias=$host
466case "$host_alias" in
467NONE)
468 case $nonopt in
469 NONE)
470 if host_alias=`$ac_config_guess`; then :
471 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
472 fi ;;
473 *) host_alias=$nonopt ;;
474 esac ;;
475esac
476
477host=`$ac_config_sub $host_alias`
478host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
479host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
480host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
481echo "$ac_t""$host" 1>&6
482
483echo $ac_n "checking target system type""... $ac_c" 1>&6
484
485target_alias=$target
486case "$target_alias" in
487NONE)
488 case $nonopt in
489 NONE) target_alias=$host_alias ;;
490 *) target_alias=$nonopt ;;
491 esac ;;
492esac
493
494target=`$ac_config_sub $target_alias`
495target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
496target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
497target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
498echo "$ac_t""$target" 1>&6
499
500echo $ac_n "checking build system type""... $ac_c" 1>&6
501
502build_alias=$build
503case "$build_alias" in
504NONE)
505 case $nonopt in
506 NONE) build_alias=$host_alias ;;
507 *) build_alias=$nonopt ;;
508 esac ;;
509esac
510
511build=`$ac_config_sub $build_alias`
512build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
513build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
514build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
515echo "$ac_t""$build" 1>&6
516
517test "$host_alias" != "$target_alias" &&
518 test "$program_prefix$program_suffix$program_transform_name" = \
519 NONENONEs,x,x, &&
520 program_prefix=${target_alias}-
521
522if test -z "$target" ; then
523 { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; }
524fi
525if test -z "$host" ; then
526 { echo "configure: error: Unrecognized host system type; please check config.sub." 1>&2; exit 1; }
527fi
528if test "$program_transform_name" = s,x,x,; then
529 program_transform_name=
530else
531 # Double any \ or $.
532 echo 's,\\,\\\\,g; s,\$,$$,g' > conftestsed
533 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
534 rm -f conftestsed
535fi
536test "$program_prefix" != NONE &&
537 program_transform_name="s,^,${program_prefix},; $program_transform_name"
538# Use a double $ so make ignores it.
539test "$program_suffix" != NONE &&
540 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
541
542# sed with no file args requires a program.
543test "$program_transform_name" = "" && program_transform_name="s,x,x,"
544
545
546# host-specific stuff:
547
548HDEFINES=
549LDFLAGS=
550
551. ${srcdir}/../bfd/configure.host
552
53fb794b
ILT
553# Extract the first word of "gcc", so it can be a program name with args.
554set dummy gcc; ac_word=$2
555echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
556if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
557 echo $ac_n "(cached) $ac_c" 1>&6
558else
559 if test -n "$CC"; then
560 ac_cv_prog_CC="$CC" # Let the user override the test.
561else
562 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
563 for ac_dir in $PATH; do
564 test -z "$ac_dir" && ac_dir=.
565 if test -f $ac_dir/$ac_word; then
566 ac_cv_prog_CC="gcc"
567 break
568 fi
569 done
570 IFS="$ac_save_ifs"
571 test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
572fi
573fi
574CC="$ac_cv_prog_CC"
575if test -n "$CC"; then
576 echo "$ac_t""$CC" 1>&6
577else
578 echo "$ac_t""no" 1>&6
579fi
5ab6ca68 580
53fb794b
ILT
581
582echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
583if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
584 echo $ac_n "(cached) $ac_c" 1>&6
585else
586 cat > conftest.c <<EOF
5ab6ca68
ILT
587#ifdef __GNUC__
588 yes;
589#endif
590EOF
591if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
53fb794b
ILT
592 ac_cv_prog_gcc=yes
593else
594 ac_cv_prog_gcc=no
595fi
596fi
53fb794b
ILT
597echo "$ac_t""$ac_cv_prog_gcc" 1>&6
598if test $ac_cv_prog_gcc = yes; then
5ab6ca68
ILT
599 GCC=yes
600 if test "${CFLAGS+set}" != set; then
53fb794b
ILT
601 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
602if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
603 echo $ac_n "(cached) $ac_c" 1>&6
604else
605 echo 'void f(){}' > conftest.c
606if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
607 ac_cv_prog_gcc_g=yes
608else
609 ac_cv_prog_gcc_g=no
610fi
611rm -f conftest*
612
613fi
7920c1d1 614 echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
53fb794b 615 if test $ac_cv_prog_gcc_g = yes; then
5ab6ca68
ILT
616 CFLAGS="-g -O"
617 else
618 CFLAGS="-O"
619 fi
620 fi
621else
622 GCC=
623 test "${CFLAGS+set}" = set || CFLAGS="-g"
624fi
99a42820 625
5a168a17 626
5a168a17 627
5a168a17 628
5ab6ca68
ILT
629AR=${AR-ar}
630
631# Extract the first word of "ranlib", so it can be a program name with args.
632set dummy ranlib; ac_word=$2
633echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
634if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
635 echo $ac_n "(cached) $ac_c" 1>&6
636else
637 if test -n "$RANLIB"; then
638 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
639else
640 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
641 for ac_dir in $PATH; do
642 test -z "$ac_dir" && ac_dir=.
643 if test -f $ac_dir/$ac_word; then
644 ac_cv_prog_RANLIB="ranlib"
645 break
646 fi
647 done
648 IFS="$ac_save_ifs"
649 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
650fi
651fi
652RANLIB="$ac_cv_prog_RANLIB"
653if test -n "$RANLIB"; then
654 echo "$ac_t""$RANLIB" 1>&6
655else
656 echo "$ac_t""no" 1>&6
657fi
658
659# Find a good install program. We prefer a C program (faster),
660# so one script is as good as another. But avoid the broken or
661# incompatible versions:
662# SysV /etc/install, /usr/sbin/install
663# SunOS /usr/etc/install
664# IRIX /sbin/install
665# AIX /bin/install
666# AFS /usr/afsws/bin/install, which mishandles nonexistent args
667# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
668# ./install, which can be erroneously created by make from ./install.sh.
669echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
670if test -z "$INSTALL"; then
671if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
672 echo $ac_n "(cached) $ac_c" 1>&6
673else
674 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
675 for ac_dir in $PATH; do
676 # Account for people who put trailing slashes in PATH elements.
677 case "$ac_dir/" in
678 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
679 *)
680 # OSF1 and SCO ODT 3.0 have their own names for install.
681 for ac_prog in ginstall installbsd scoinst install; do
682 if test -f $ac_dir/$ac_prog; then
683 if test $ac_prog = install &&
684 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
685 # AIX install. It has an incompatible calling convention.
686 # OSF/1 installbsd also uses dspmsg, but is usable.
687 :
688 else
689 ac_cv_path_install="$ac_dir/$ac_prog -c"
690 break 2
691 fi
99a42820 692 fi
5ab6ca68
ILT
693 done
694 ;;
695 esac
696 done
697 IFS="$ac_save_ifs"
7920c1d1
MM
698 # As a last resort, use the slow shell script.
699 test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
5ab6ca68 700fi
7920c1d1 701 INSTALL="$ac_cv_path_install"
5ab6ca68
ILT
702fi
703echo "$ac_t""$INSTALL" 1>&6
704
705# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
706# It thinks the first close brace ends the variable substitution.
707test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
708
709test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
99a42820 710
5ab6ca68 711
320d4f29
ILT
712# If we cannot run a trivial program, we must be cross compiling.
713echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
714if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
715 echo $ac_n "(cached) $ac_c" 1>&6
716else
717 if test "$cross_compiling" = yes; then
718 ac_cv_c_cross=yes
719else
720cat > conftest.$ac_ext <<EOF
7920c1d1 721#line 722 "configure"
320d4f29
ILT
722#include "confdefs.h"
723main(){return(0);}
724EOF
725eval $ac_link
726if test -s conftest && (./conftest; exit) 2>/dev/null; then
727 ac_cv_c_cross=no
728else
729 ac_cv_c_cross=yes
730fi
731fi
732rm -fr conftest*
733fi
53fb794b 734cross_compiling=$ac_cv_c_cross
7920c1d1 735echo "$ac_t""$ac_cv_c_cross" 1>&6
320d4f29
ILT
736
737# Put a plausible default for CC_FOR_BUILD in Makefile.
ae0daa11
ILT
738if test -z "$CC_FOR_BUILD"; then
739 if test "x$cross_compiling" = "xno"; then
740 CC_FOR_BUILD='$(CC)'
741 else
742 CC_FOR_BUILD=gcc
743 fi
320d4f29
ILT
744fi
745
746
5ab6ca68
ILT
747echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
748# On Suns, sometimes $CPP names a directory.
749if test -n "$CPP" && test -d "$CPP"; then
750 CPP=
751fi
752if test -z "$CPP"; then
753if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
754 echo $ac_n "(cached) $ac_c" 1>&6
755else
756 # This must be in double quotes, not single quotes, because CPP may get
757 # substituted into the Makefile and "${CC-cc}" will confuse make.
758 CPP="${CC-cc} -E"
759 # On the NeXT, cc -E runs the code through the compiler's parser,
760 # not just through cpp.
761 cat > conftest.$ac_ext <<EOF
7920c1d1 762#line 763 "configure"
5ab6ca68
ILT
763#include "confdefs.h"
764#include <assert.h>
765Syntax Error
766EOF
767eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
768ac_err=`grep -v '^ *+' conftest.out`
769if test -z "$ac_err"; then
770 :
771else
772 echo "$ac_err" >&5
773 rm -rf conftest*
774 CPP="${CC-cc} -E -traditional-cpp"
775 cat > conftest.$ac_ext <<EOF
7920c1d1 776#line 777 "configure"
5ab6ca68
ILT
777#include "confdefs.h"
778#include <assert.h>
779Syntax Error
780EOF
781eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
782ac_err=`grep -v '^ *+' conftest.out`
783if test -z "$ac_err"; then
784 :
785else
786 echo "$ac_err" >&5
787 rm -rf conftest*
788 CPP=/lib/cpp
789fi
790rm -f conftest*
791fi
792rm -f conftest*
793 ac_cv_prog_CPP="$CPP"
794fi
795 CPP="$ac_cv_prog_CPP"
796else
797 ac_cv_prog_CPP="$CPP"
99a42820 798fi
5ab6ca68 799echo "$ac_t""$CPP" 1>&6
99a42820 800
5ab6ca68
ILT
801for ac_hdr in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h
802do
803ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
804echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
805if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
806 echo $ac_n "(cached) $ac_c" 1>&6
807else
808 cat > conftest.$ac_ext <<EOF
7920c1d1 809#line 810 "configure"
5ab6ca68
ILT
810#include "confdefs.h"
811#include <$ac_hdr>
812EOF
813eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
814ac_err=`grep -v '^ *+' conftest.out`
815if test -z "$ac_err"; then
816 rm -rf conftest*
817 eval "ac_cv_header_$ac_safe=yes"
818else
819 echo "$ac_err" >&5
820 rm -rf conftest*
821 eval "ac_cv_header_$ac_safe=no"
ec342d7d 822fi
5ab6ca68
ILT
823rm -f conftest*
824fi
825if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
826 echo "$ac_t""yes" 1>&6
7920c1d1 827 ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
5ab6ca68
ILT
828 cat >> confdefs.h <<EOF
829#define $ac_tr_hdr 1
830EOF
831
832else
833 echo "$ac_t""no" 1>&6
834fi
835done
ec342d7d 836
27fca56f
ILT
837echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
838if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
839 echo $ac_n "(cached) $ac_c" 1>&6
840else
841 cat > conftest.$ac_ext <<EOF
7920c1d1 842#line 843 "configure"
27fca56f
ILT
843#include "confdefs.h"
844#include <sys/types.h>
845#include <sys/wait.h>
846#ifndef WEXITSTATUS
847#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
848#endif
849#ifndef WIFEXITED
850#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
851#endif
852int main() { return 0; }
853int t() {
854int s;
855wait (&s);
856s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
857; return 0; }
858EOF
859if eval $ac_compile; then
860 rm -rf conftest*
861 ac_cv_header_sys_wait_h=yes
862else
863 rm -rf conftest*
864 ac_cv_header_sys_wait_h=no
865fi
866rm -f conftest*
867
868fi
869echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
870if test $ac_cv_header_sys_wait_h = yes; then
871 cat >> confdefs.h <<\EOF
872#define HAVE_SYS_WAIT_H 1
873EOF
874
875fi
876
5ab6ca68
ILT
877for ac_func in sbrk utimes
878do
879echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
880if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
881 echo $ac_n "(cached) $ac_c" 1>&6
882else
883 cat > conftest.$ac_ext <<EOF
7920c1d1 884#line 885 "configure"
5ab6ca68
ILT
885#include "confdefs.h"
886/* System header to define __stub macros and hopefully few prototypes,
887 which can conflict with char $ac_func(); below. */
888#include <assert.h>
889/* Override any gcc2 internal prototype to avoid an error. */
7920c1d1 890char $ac_func();
5ab6ca68
ILT
891
892int main() { return 0; }
893int t() {
894
895/* The GNU C library defines this for functions which it implements
896 to always fail with ENOSYS. Some functions are actually named
897 something starting with __ and the normal name is an alias. */
898#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
899choke me
900#else
901$ac_func();
902#endif
903
904; return 0; }
905EOF
906if eval $ac_link; then
907 rm -rf conftest*
908 eval "ac_cv_func_$ac_func=yes"
909else
910 rm -rf conftest*
911 eval "ac_cv_func_$ac_func=no"
912fi
913rm -f conftest*
99a42820 914
5ab6ca68
ILT
915fi
916if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
917 echo "$ac_t""yes" 1>&6
7920c1d1 918 ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
5ab6ca68
ILT
919 cat >> confdefs.h <<EOF
920#define $ac_tr_func 1
921EOF
922
923else
924 echo "$ac_t""no" 1>&6
925fi
926done
927
928
929echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6
930if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then
931 echo $ac_n "(cached) $ac_c" 1>&6
932else
933 cat > conftest.$ac_ext <<EOF
7920c1d1 934#line 935 "configure"
5ab6ca68
ILT
935#include "confdefs.h"
936#include <time.h>
937int main() { return 0; }
938int t() {
939time_t i;
940; return 0; }
941EOF
942if eval $ac_compile; then
943 rm -rf conftest*
944 bu_cv_decl_time_t_time_h=yes
945else
946 rm -rf conftest*
947 bu_cv_decl_time_t_time_h=no
948fi
949rm -f conftest*
5a168a17 950
5ab6ca68 951fi
6c18e393 952
5ab6ca68
ILT
953echo "$ac_t""$bu_cv_decl_time_t_time_h" 1>&6
954if test $bu_cv_decl_time_t_time_h = yes; then
955 cat >> confdefs.h <<\EOF
956#define HAVE_TIME_T_IN_TIME_H 1
957EOF
958
959fi
99a42820 960
5ab6ca68
ILT
961echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6
962if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then
963 echo $ac_n "(cached) $ac_c" 1>&6
5a168a17 964else
5ab6ca68 965 cat > conftest.$ac_ext <<EOF
7920c1d1 966#line 967 "configure"
5ab6ca68
ILT
967#include "confdefs.h"
968#include <sys/types.h>
969int main() { return 0; }
970int t() {
971time_t i;
972; return 0; }
973EOF
974if eval $ac_compile; then
975 rm -rf conftest*
976 bu_cv_decl_time_t_types_h=yes
977else
978 rm -rf conftest*
979 bu_cv_decl_time_t_types_h=no
980fi
981rm -f conftest*
982
983fi
984
985echo "$ac_t""$bu_cv_decl_time_t_types_h" 1>&6
986if test $bu_cv_decl_time_t_types_h = yes; then
987 cat >> confdefs.h <<\EOF
988#define HAVE_TIME_T_IN_TYPES_H 1
989EOF
990
991fi
992
993# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
994# by default.
995echo $ac_n "checking for utime.h""... $ac_c" 1>&6
996if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then
997 echo $ac_n "(cached) $ac_c" 1>&6
998else
999 cat > conftest.$ac_ext <<EOF
7920c1d1 1000#line 1001 "configure"
5ab6ca68
ILT
1001#include "confdefs.h"
1002#include <sys/types.h>
1003#ifdef HAVE_TIME_H
1004#include <time.h>
1005#endif
1006#include <utime.h>
1007int main() { return 0; }
1008int t() {
1009struct utimbuf s;
1010; return 0; }
1011EOF
1012if eval $ac_compile; then
1013 rm -rf conftest*
1014 bu_cv_header_utime_h=yes
1015else
1016 rm -rf conftest*
1017 bu_cv_header_utime_h=no
1018fi
1019rm -f conftest*
1020
1021fi
1022
1023echo "$ac_t""$bu_cv_header_utime_h" 1>&6
1024if test $bu_cv_header_utime_h = yes; then
1025 cat >> confdefs.h <<\EOF
1026#define HAVE_GOOD_UTIME_H 1
1027EOF
1028
5a168a17
RP
1029fi
1030
5ab6ca68 1031echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6
53fb794b 1032if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then
5ab6ca68
ILT
1033 echo $ac_n "(cached) $ac_c" 1>&6
1034else
1035 cat > conftest.$ac_ext <<EOF
7920c1d1 1036#line 1037 "configure"
5ab6ca68 1037#include "confdefs.h"
53fb794b 1038
5ab6ca68 1039#include <stdio.h>
53fb794b
ILT
1040#ifdef HAVE_STDLIB_H
1041#include <stdlib.h>
1042#endif
1043#ifdef HAVE_UNISTD_H
1044#include <unistd.h>
1045#endif
5ab6ca68
ILT
1046int main() { return 0; }
1047int t() {
53fb794b 1048char *(*pfn) = (char *(*)) fprintf
5ab6ca68
ILT
1049; return 0; }
1050EOF
1051if eval $ac_compile; then
1052 rm -rf conftest*
53fb794b 1053 bfd_cv_decl_needed_fprintf=no
5ab6ca68
ILT
1054else
1055 rm -rf conftest*
53fb794b 1056 bfd_cv_decl_needed_fprintf=yes
5ab6ca68
ILT
1057fi
1058rm -f conftest*
1059
1060fi
1061
53fb794b
ILT
1062echo "$ac_t""$bfd_cv_decl_needed_fprintf" 1>&6
1063if test $bfd_cv_decl_needed_fprintf = yes; then
1064 bfd_tr_decl=NEED_DECLARATION_`echo fprintf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1065 cat >> confdefs.h <<EOF
1066#define $bfd_tr_decl 1
5ab6ca68
ILT
1067EOF
1068
1069fi
1070
53fb794b
ILT
1071
1072
5ab6ca68 1073case "${host}" in
320d4f29 1074i[345]86-*-msdos* | i[345]86-*-go32* | i[345]86-*-win32)
5ab6ca68
ILT
1075 cat >> confdefs.h <<\EOF
1076#define USE_BINARY_FOPEN 1
1077EOF
1078 ;;
1079esac
1080
1081# target-specific stuff:
1082
1083# Canonicalize the secondary target names.
5ab6ca68
ILT
1084if test -n "$enable_targets"; then
1085 for targ in `echo $enable_targets | sed 's/,/ /g'`
1086 do
1087 result=`$ac_config_sub $targ 2>/dev/null`
1088 if test -n "$result"; then
1089 canon_targets="$canon_targets $result"
1090 else
1091 # Allow targets that config.sub doesn't recognize, like "all".
1092 canon_targets="$canon_targets $targ"
4101d868 1093 fi
5ab6ca68 1094 done
5ab6ca68 1095fi
99a42820 1096
5ab6ca68
ILT
1097all_targets=false
1098BUILD_NLMCONV=
1099NLMCONV_DEFS=
1100BUILD_SRCONV=
1101BUILD_DLLTOOL=
1102DLLTOOL_DEFS=
1103
1104for targ in $target $canon_targets
1105do
1106 if test "x$targ" = "xall"; then
1107 all_targets=true
1108 BUILD_NLMCONV='$(NLMCONV_PROG)'
1109 BUILD_SRCONV='$(SRCONV_PROG)'
1110 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
1111 else
1112 case $targ in
1113 i[345]86*-*-netware*)
1114 BUILD_NLMCONV='$(NLMCONV_PROG)'
1115 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
1116 ;;
1117 alpha*-*-netware*)
1118 BUILD_NLMCONV='$(NLMCONV_PROG)'
1119 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
1120 ;;
1121 powerpc*-*-netware*)
1122 BUILD_NLMCONV='$(NLMCONV_PROG)'
1123 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
1124 ;;
1125 sparc*-*-netware*)
1126 BUILD_NLMCONV='$(NLMCONV_PROG)'
1127 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
1128 ;;
1129 esac
1130 case $targ in
1131 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
1132 esac
1133 case $targ in
1134 arm-*pe*)
1135 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
1136 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
1137 ;;
904fe36b 1138 i[3-6]86-*pe* | i[3-6]86-*-cygwin32)
5ab6ca68
ILT
1139 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
1140 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
1141 ;;
904fe36b 1142 powerpc*-*-*pe* | powerpc*-*-cygwin32)
53fb794b
ILT
1143 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
1144 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
1145 ;;
5ab6ca68
ILT
1146 esac
1147 fi
1148done
1149
1150
1151
1152
1153
1154
1155
1156targ=$target
1157. $srcdir/../bfd/config.bfd
1158if test "x$targ_underscore" = "xyes"; then
1159 UNDERSCORE=1
1160else
1161 UNDERSCORE=0
1162fi
1163
1164
1165trap '' 1 2 15
1166cat > confcache <<\EOF
1167# This file is a shell script that caches the results of configure
1168# tests run on this system so they can be shared between configure
1169# scripts and configure runs. It is not useful on other systems.
1170# If it contains results you don't want to keep, you may remove or edit it.
1171#
1172# By default, configure uses ./config.cache as the cache file,
1173# creating it if it does not exist already. You can give configure
1174# the --cache-file=FILE option to use a different cache file; that is
1175# what configure does when it calls configure scripts in
1176# subdirectories, so they share the cache.
1177# Giving --cache-file=/dev/null disables caching, for debugging configure.
1178# config.status only pays attention to the cache file if you give it the
1179# --recheck option to rerun configure.
1180#
1181EOF
1182# Ultrix sh set writes to stderr and can't be redirected directly,
1183# and sets the high bit in the cache file unless we assign to the vars.
1184(set) 2>&1 |
1185 sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
1186 >> confcache
1187if cmp -s $cache_file confcache; then
1188 :
1189else
1190 if test -w $cache_file; then
1191 echo "updating cache $cache_file"
1192 cat confcache > $cache_file
1193 else
1194 echo "not updating unwritable cache $cache_file"
1195 fi
1196fi
1197rm -f confcache
1198
1199trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1200
1201test "x$prefix" = xNONE && prefix=$ac_default_prefix
1202# Let make expand exec_prefix.
1203test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1204
1205# Any assignment to VPATH causes Sun make to only execute
1206# the first set of double-colon rules, so remove it if not needed.
1207# If there is a colon in the path, we need to keep it.
1208if test "x$srcdir" = x.; then
1209 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1210fi
1211
1212trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1213
1214DEFS=-DHAVE_CONFIG_H
1215
1216# Without the "./", some shells look in PATH for config.status.
1217: ${CONFIG_STATUS=./config.status}
1218
1219echo creating $CONFIG_STATUS
1220rm -f $CONFIG_STATUS
1221cat > $CONFIG_STATUS <<EOF
1222#! /bin/sh
1223# Generated automatically by configure.
1224# Run this file to recreate the current configuration.
1225# This directory was configured as follows,
1226# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
b5132a6b 1227#
5ab6ca68 1228# $0 $ac_configure_args
b5132a6b 1229#
5ab6ca68
ILT
1230# Compiler output produced by configure, useful for debugging
1231# configure, is in ./config.log if it exists.
1232
1233ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1234for ac_option
1235do
1236 case "\$ac_option" in
1237 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1238 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1239 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1240 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
7920c1d1 1241 echo "$CONFIG_STATUS generated by autoconf version 2.4"
5ab6ca68
ILT
1242 exit 0 ;;
1243 -help | --help | --hel | --he | --h)
1244 echo "\$ac_cs_usage"; exit 0 ;;
1245 *) echo "\$ac_cs_usage"; exit 1 ;;
1246 esac
1247done
1248
1249ac_given_srcdir=$srcdir
1250ac_given_INSTALL="$INSTALL"
1251
320d4f29 1252trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
5ab6ca68 1253
7920c1d1
MM
1254# Protect against being on the right side of a sed subst in config.status.
1255sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g;
5ab6ca68
ILT
1256 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
1257$ac_vpsub
1258$extrasub
1259s%@CFLAGS@%$CFLAGS%g
1260s%@CPPFLAGS@%$CPPFLAGS%g
1261s%@CXXFLAGS@%$CXXFLAGS%g
1262s%@DEFS@%$DEFS%g
1263s%@LDFLAGS@%$LDFLAGS%g
1264s%@LIBS@%$LIBS%g
1265s%@exec_prefix@%$exec_prefix%g
1266s%@prefix@%$prefix%g
1267s%@program_transform_name@%$program_transform_name%g
1268s%@host@%$host%g
1269s%@host_alias@%$host_alias%g
1270s%@host_cpu@%$host_cpu%g
1271s%@host_vendor@%$host_vendor%g
1272s%@host_os@%$host_os%g
1273s%@target@%$target%g
1274s%@target_alias@%$target_alias%g
1275s%@target_cpu@%$target_cpu%g
1276s%@target_vendor@%$target_vendor%g
1277s%@target_os@%$target_os%g
1278s%@build@%$build%g
1279s%@build_alias@%$build_alias%g
1280s%@build_cpu@%$build_cpu%g
1281s%@build_vendor@%$build_vendor%g
1282s%@build_os@%$build_os%g
1283s%@CC@%$CC%g
1284s%@HDEFINES@%$HDEFINES%g
1285s%@AR@%$AR%g
1286s%@RANLIB@%$RANLIB%g
1287s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1288s%@INSTALL_DATA@%$INSTALL_DATA%g
320d4f29 1289s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
5ab6ca68 1290s%@CPP@%$CPP%g
5ab6ca68
ILT
1291s%@NLMCONV_DEFS@%$NLMCONV_DEFS%g
1292s%@BUILD_NLMCONV@%$BUILD_NLMCONV%g
1293s%@BUILD_SRCONV@%$BUILD_SRCONV%g
1294s%@BUILD_DLLTOOL@%$BUILD_DLLTOOL%g
1295s%@DLLTOOL_DEFS@%$DLLTOOL_DEFS%g
1296s%@UNDERSCORE@%$UNDERSCORE%g
1297
1298CEOF
1299EOF
1300cat >> $CONFIG_STATUS <<EOF
1301
1302CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1303EOF
1304cat >> $CONFIG_STATUS <<\EOF
1305for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1306 # Support "outfile[:infile]", defaulting infile="outfile.in".
1307 case "$ac_file" in
1308 *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
1309 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1310 *) ac_file_in="${ac_file}.in" ;;
1311 esac
1312
1313 # Adjust relative srcdir, etc. for subdirectories.
1314
1315 # Remove last slash and all that follows it. Not all systems have dirname.
1316 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1317 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1318 # The file is in a subdirectory.
1319 test ! -d "$ac_dir" && mkdir "$ac_dir"
1320 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1321 # A "../" for each directory in $ac_dir_suffix.
1322 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1323 else
1324 ac_dir_suffix= ac_dots=
1325 fi
1326
1327 case "$ac_given_srcdir" in
1328 .) srcdir=.
1329 if test -z "$ac_dots"; then top_srcdir=.
1330 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1331 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1332 *) # Relative path.
1333 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1334 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1335 esac
1336
1337 case "$ac_given_INSTALL" in
1338 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1339 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1340 esac
1341 echo creating "$ac_file"
1342 rm -f "$ac_file"
1343 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1344 case "$ac_file" in
1345 *Makefile*) ac_comsub="1i\\
1346# $configure_input" ;;
1347 *) ac_comsub= ;;
1348 esac
1349 sed -e "$ac_comsub
1350s%@configure_input@%$configure_input%g
1351s%@srcdir@%$srcdir%g
1352s%@top_srcdir@%$top_srcdir%g
1353s%@INSTALL@%$INSTALL%g
1354" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
1355fi; done
1356rm -f conftest.subs
1357
1358# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1359# NAME is the cpp macro being defined and VALUE is the value it is being given.
1360#
1361# ac_d sets the value in "#define NAME VALUE" lines.
1362ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
1363ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
1364ac_dC='\3'
1365ac_dD='%g'
1366# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1367ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1368ac_uB='\([ ]\)%\1#\2define\3'
1369ac_uC=' '
1370ac_uD='\4%g'
1371# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1372ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1373ac_eB='$%\1#\2define\3'
1374ac_eC=' '
1375ac_eD='%g'
1376
320d4f29 1377CONFIG_HEADERS=${CONFIG_HEADERS-"config.h:config.in"}
5ab6ca68
ILT
1378for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1379 # Support "outfile[:infile]", defaulting infile="outfile.in".
1380 case "$ac_file" in
1381 *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
1382 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1383 *) ac_file_in="${ac_file}.in" ;;
1384 esac
1385
1386 echo creating $ac_file
1387
1388 rm -f conftest.frag conftest.in conftest.out
1389 cp $ac_given_srcdir/$ac_file_in conftest.in
1390
1391EOF
1392
1393# Transform confdefs.h into a sed script conftest.vals that substitutes
1394# the proper values into config.h.in to produce config.h. And first:
7920c1d1 1395# Protect against being on the right side of a sed subst in config.status.
5ab6ca68
ILT
1396# Protect against being in an unquoted here document in config.status.
1397rm -f conftest.vals
1398cat > conftest.hdr <<\EOF
1399s/[\\&%]/\\&/g
1400s%[\\$`]%\\&%g
1401s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1402s%ac_d%ac_u%gp
1403s%ac_u%ac_e%gp
1404EOF
1405sed -n -f conftest.hdr confdefs.h > conftest.vals
1406rm -f conftest.hdr
1407
1408# This sed command replaces #undef with comments. This is necessary, for
1409# example, in the case of _POSIX_SOURCE, which is predefined and required
1410# on some systems where configure will not decide to define it.
1411cat >> conftest.vals <<\EOF
1412s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1413EOF
1414
1415# Break up conftest.vals because some shells have a limit on
1416# the size of here documents, and old seds have small limits too.
1417# Maximum number of lines to put in a single here document.
1418ac_max_here_lines=12
1419
1420rm -f conftest.tail
1421while :
1422do
1423 ac_lines=`grep -c . conftest.vals`
1424 # grep -c gives empty output for an empty file on some AIX systems.
1425 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1426 # Write a limited-size here document to conftest.frag.
1427 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1428 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1429 echo 'CEOF
1430 sed -f conftest.frag conftest.in > conftest.out
1431 rm -f conftest.in
1432 mv conftest.out conftest.in
1433' >> $CONFIG_STATUS
1434 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1435 rm -f conftest.vals
1436 mv conftest.tail conftest.vals
1437done
1438rm -f conftest.vals
1439
1440cat >> $CONFIG_STATUS <<\EOF
1441 rm -f conftest.frag conftest.h
1442 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
1443 cat conftest.in >> conftest.h
1444 rm -f conftest.in
1445 if cmp -s $ac_file conftest.h 2>/dev/null; then
1446 echo "$ac_file is unchanged"
1447 rm -f conftest.h
1448 else
1449 rm -f $ac_file
1450 mv conftest.h $ac_file
1451 fi
1452fi; done
1453
1454
320d4f29 1455case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac
5ab6ca68
ILT
1456exit 0
1457EOF
1458chmod +x $CONFIG_STATUS
1459rm -fr confdefs* $ac_clean_files
1460test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
a10d26a1 1461
This page took 0.203674 seconds and 4 git commands to generate.