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