2002-07-04 Michal Ludvig <mludvig@suse.cz>
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure
CommitLineData
d6e9fb05
JK
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
e4f78295 4# Generated automatically using autoconf version 2.13
d6e9fb05
JK
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
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=
0d62e5e8 31sitefile=
d6e9fb05
JK
32srcdir=
33target=NONE
34verbose=
35x_includes=NONE
36x_libraries=NONE
37bindir='${exec_prefix}/bin'
38sbindir='${exec_prefix}/sbin'
39libexecdir='${exec_prefix}/libexec'
40datadir='${prefix}/share'
41sysconfdir='${prefix}/etc'
42sharedstatedir='${prefix}/com'
43localstatedir='${prefix}/var'
44libdir='${exec_prefix}/lib'
45includedir='${prefix}/include'
46oldincludedir='/usr/include'
47infodir='${prefix}/info'
48mandir='${prefix}/man'
49
50# Initialize some other variables.
51subdirs=
52MFLAGS= MAKEFLAGS=
e4f78295 53SHELL=${CONFIG_SHELL-/bin/sh}
d6e9fb05
JK
54# Maximum number of lines to put in a shell here document.
55ac_max_here_lines=12
56
57ac_prev=
58for ac_option
59do
60
61 # If the previous option needs an argument, assign it.
62 if test -n "$ac_prev"; then
63 eval "$ac_prev=\$ac_option"
64 ac_prev=
65 continue
66 fi
67
68 case "$ac_option" in
69 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70 *) ac_optarg= ;;
71 esac
72
73 # Accept the important Cygnus configure options, so we can diagnose typos.
74
75 case "$ac_option" in
76
77 -bindir | --bindir | --bindi | --bind | --bin | --bi)
78 ac_prev=bindir ;;
79 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80 bindir="$ac_optarg" ;;
81
82 -build | --build | --buil | --bui | --bu)
83 ac_prev=build ;;
84 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85 build="$ac_optarg" ;;
86
87 -cache-file | --cache-file | --cache-fil | --cache-fi \
88 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89 ac_prev=cache_file ;;
90 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92 cache_file="$ac_optarg" ;;
93
94 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95 ac_prev=datadir ;;
96 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97 | --da=*)
98 datadir="$ac_optarg" ;;
99
100 -disable-* | --disable-*)
101 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102 # Reject names that are not valid shell variable names.
103 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105 fi
106 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107 eval "enable_${ac_feature}=no" ;;
108
109 -enable-* | --enable-*)
110 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111 # Reject names that are not valid shell variable names.
112 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
113 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114 fi
115 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116 case "$ac_option" in
117 *=*) ;;
118 *) ac_optarg=yes ;;
119 esac
120 eval "enable_${ac_feature}='$ac_optarg'" ;;
121
122 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124 | --exec | --exe | --ex)
125 ac_prev=exec_prefix ;;
126 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128 | --exec=* | --exe=* | --ex=*)
129 exec_prefix="$ac_optarg" ;;
130
131 -gas | --gas | --ga | --g)
132 # Obsolete; use --with-gas.
133 with_gas=yes ;;
134
135 -help | --help | --hel | --he)
136 # Omit some internal or obsolete options to make the list less imposing.
137 # This message is too long to be a string in the A/UX 3.1 sh.
138 cat << EOF
139Usage: configure [options] [host]
140Options: [defaults in brackets after descriptions]
141Configuration:
142 --cache-file=FILE cache test results in FILE
143 --help print this message
144 --no-create do not create output files
145 --quiet, --silent do not print \`checking...' messages
0d62e5e8 146 --site-file=FILE use FILE as the site file
d6e9fb05
JK
147 --version print the version of autoconf that created configure
148Directory and file names:
149 --prefix=PREFIX install architecture-independent files in PREFIX
150 [$ac_default_prefix]
151 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
152 [same as prefix]
153 --bindir=DIR user executables in DIR [EPREFIX/bin]
154 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
155 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
156 --datadir=DIR read-only architecture-independent data in DIR
157 [PREFIX/share]
158 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
159 --sharedstatedir=DIR modifiable architecture-independent data in DIR
160 [PREFIX/com]
161 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
162 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
163 --includedir=DIR C header files in DIR [PREFIX/include]
164 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
165 --infodir=DIR info documentation in DIR [PREFIX/info]
166 --mandir=DIR man documentation in DIR [PREFIX/man]
167 --srcdir=DIR find the sources in DIR [configure dir or ..]
168 --program-prefix=PREFIX prepend PREFIX to installed program names
169 --program-suffix=SUFFIX append SUFFIX to installed program names
170 --program-transform-name=PROGRAM
171 run sed PROGRAM on installed program names
172EOF
173 cat << EOF
174Host type:
175 --build=BUILD configure for building on BUILD [BUILD=HOST]
176 --host=HOST configure for HOST [guessed]
177 --target=TARGET configure for TARGET [TARGET=HOST]
178Features and packages:
179 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
180 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
181 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
182 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
183 --x-includes=DIR X include files are in DIR
184 --x-libraries=DIR X library files are in DIR
185EOF
186 if test -n "$ac_help"; then
187 echo "--enable and --with options recognized:$ac_help"
188 fi
189 exit 0 ;;
190
191 -host | --host | --hos | --ho)
192 ac_prev=host ;;
193 -host=* | --host=* | --hos=* | --ho=*)
194 host="$ac_optarg" ;;
195
196 -includedir | --includedir | --includedi | --included | --include \
197 | --includ | --inclu | --incl | --inc)
198 ac_prev=includedir ;;
199 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
200 | --includ=* | --inclu=* | --incl=* | --inc=*)
201 includedir="$ac_optarg" ;;
202
203 -infodir | --infodir | --infodi | --infod | --info | --inf)
204 ac_prev=infodir ;;
205 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
206 infodir="$ac_optarg" ;;
207
208 -libdir | --libdir | --libdi | --libd)
209 ac_prev=libdir ;;
210 -libdir=* | --libdir=* | --libdi=* | --libd=*)
211 libdir="$ac_optarg" ;;
212
213 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
214 | --libexe | --libex | --libe)
215 ac_prev=libexecdir ;;
216 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
217 | --libexe=* | --libex=* | --libe=*)
218 libexecdir="$ac_optarg" ;;
219
220 -localstatedir | --localstatedir | --localstatedi | --localstated \
221 | --localstate | --localstat | --localsta | --localst \
222 | --locals | --local | --loca | --loc | --lo)
223 ac_prev=localstatedir ;;
224 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
225 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
226 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
227 localstatedir="$ac_optarg" ;;
228
229 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
230 ac_prev=mandir ;;
231 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
232 mandir="$ac_optarg" ;;
233
234 -nfp | --nfp | --nf)
235 # Obsolete; use --without-fp.
236 with_fp=no ;;
237
238 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
239 | --no-cr | --no-c)
240 no_create=yes ;;
241
242 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
243 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244 no_recursion=yes ;;
245
246 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
247 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
248 | --oldin | --oldi | --old | --ol | --o)
249 ac_prev=oldincludedir ;;
250 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
251 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
252 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
253 oldincludedir="$ac_optarg" ;;
254
255 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
256 ac_prev=prefix ;;
257 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
258 prefix="$ac_optarg" ;;
259
260 -program-prefix | --program-prefix | --program-prefi | --program-pref \
261 | --program-pre | --program-pr | --program-p)
262 ac_prev=program_prefix ;;
263 -program-prefix=* | --program-prefix=* | --program-prefi=* \
264 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
265 program_prefix="$ac_optarg" ;;
266
267 -program-suffix | --program-suffix | --program-suffi | --program-suff \
268 | --program-suf | --program-su | --program-s)
269 ac_prev=program_suffix ;;
270 -program-suffix=* | --program-suffix=* | --program-suffi=* \
271 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
272 program_suffix="$ac_optarg" ;;
273
274 -program-transform-name | --program-transform-name \
275 | --program-transform-nam | --program-transform-na \
276 | --program-transform-n | --program-transform- \
277 | --program-transform | --program-transfor \
278 | --program-transfo | --program-transf \
279 | --program-trans | --program-tran \
280 | --progr-tra | --program-tr | --program-t)
281 ac_prev=program_transform_name ;;
282 -program-transform-name=* | --program-transform-name=* \
283 | --program-transform-nam=* | --program-transform-na=* \
284 | --program-transform-n=* | --program-transform-=* \
285 | --program-transform=* | --program-transfor=* \
286 | --program-transfo=* | --program-transf=* \
287 | --program-trans=* | --program-tran=* \
288 | --progr-tra=* | --program-tr=* | --program-t=*)
289 program_transform_name="$ac_optarg" ;;
290
291 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
292 | -silent | --silent | --silen | --sile | --sil)
293 silent=yes ;;
294
295 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
296 ac_prev=sbindir ;;
297 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
298 | --sbi=* | --sb=*)
299 sbindir="$ac_optarg" ;;
300
301 -sharedstatedir | --sharedstatedir | --sharedstatedi \
302 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
303 | --sharedst | --shareds | --shared | --share | --shar \
304 | --sha | --sh)
305 ac_prev=sharedstatedir ;;
306 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
307 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
308 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
309 | --sha=* | --sh=*)
310 sharedstatedir="$ac_optarg" ;;
311
312 -site | --site | --sit)
313 ac_prev=site ;;
314 -site=* | --site=* | --sit=*)
315 site="$ac_optarg" ;;
316
0d62e5e8
DJ
317 -site-file | --site-file | --site-fil | --site-fi | --site-f)
318 ac_prev=sitefile ;;
319 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
320 sitefile="$ac_optarg" ;;
321
d6e9fb05
JK
322 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
323 ac_prev=srcdir ;;
324 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
325 srcdir="$ac_optarg" ;;
326
327 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
328 | --syscon | --sysco | --sysc | --sys | --sy)
329 ac_prev=sysconfdir ;;
330 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
331 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
332 sysconfdir="$ac_optarg" ;;
333
334 -target | --target | --targe | --targ | --tar | --ta | --t)
335 ac_prev=target ;;
336 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
337 target="$ac_optarg" ;;
338
339 -v | -verbose | --verbose | --verbos | --verbo | --verb)
340 verbose=yes ;;
341
342 -version | --version | --versio | --versi | --vers)
e4f78295 343 echo "configure generated by autoconf version 2.13"
d6e9fb05
JK
344 exit 0 ;;
345
346 -with-* | --with-*)
347 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
348 # Reject names that are not valid shell variable names.
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
350 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
351 fi
352 ac_package=`echo $ac_package| sed 's/-/_/g'`
353 case "$ac_option" in
354 *=*) ;;
355 *) ac_optarg=yes ;;
356 esac
357 eval "with_${ac_package}='$ac_optarg'" ;;
358
359 -without-* | --without-*)
360 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
361 # Reject names that are not valid shell variable names.
362 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
363 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
364 fi
365 ac_package=`echo $ac_package| sed 's/-/_/g'`
366 eval "with_${ac_package}=no" ;;
367
368 --x)
369 # Obsolete; use --with-x.
370 with_x=yes ;;
371
372 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
373 | --x-incl | --x-inc | --x-in | --x-i)
374 ac_prev=x_includes ;;
375 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
376 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
377 x_includes="$ac_optarg" ;;
378
379 -x-libraries | --x-libraries | --x-librarie | --x-librari \
380 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
381 ac_prev=x_libraries ;;
382 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
383 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
384 x_libraries="$ac_optarg" ;;
385
386 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
387 ;;
388
389 *)
390 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
391 echo "configure: warning: $ac_option: invalid host type" 1>&2
392 fi
393 if test "x$nonopt" != xNONE; then
394 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
395 fi
396 nonopt="$ac_option"
397 ;;
398
399 esac
400done
401
402if test -n "$ac_prev"; then
403 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
404fi
405
406trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
407
408# File descriptor usage:
409# 0 standard input
410# 1 file creation
411# 2 errors and warnings
412# 3 some systems may open it to /dev/tty
413# 4 used on the Kubota Titan
414# 6 checking for... messages and results
415# 5 compiler messages saved in config.log
416if test "$silent" = yes; then
417 exec 6>/dev/null
418else
419 exec 6>&1
420fi
421exec 5>./config.log
422
423echo "\
424This file contains any messages produced by compilers while
425running configure, to aid debugging if configure makes a mistake.
426" 1>&5
427
428# Strip out --no-create and --no-recursion so they do not pile up.
429# Also quote any args containing shell metacharacters.
430ac_configure_args=
431for ac_arg
432do
433 case "$ac_arg" in
434 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
435 | --no-cr | --no-c) ;;
436 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
437 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
438 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
439 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
440 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
441 esac
442done
443
444# NLS nuisances.
445# Only set these to C if already set. These must not be set unconditionally
446# because not all systems understand e.g. LANG=C (notably SCO).
447# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
448# Non-C LC_CTYPE values break the ctype check.
449if test "${LANG+set}" = set; then LANG=C; export LANG; fi
450if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
451if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
452if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
453
454# confdefs.h avoids OS command line length limits that DEFS can exceed.
455rm -rf conftest* confdefs.h
456# AIX cpp loses on an empty file, so make sure it contains at least a newline.
457echo > confdefs.h
458
459# A filename unique to this package, relative to the directory that
460# configure is in, which we can look for to find out if srcdir is correct.
461ac_unique_file=server.c
462
463# Find the source files, if location was not specified.
464if test -z "$srcdir"; then
465 ac_srcdir_defaulted=yes
466 # Try the directory containing this script, then its parent.
467 ac_prog=$0
468 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
469 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
470 srcdir=$ac_confdir
471 if test ! -r $srcdir/$ac_unique_file; then
472 srcdir=..
473 fi
474else
475 ac_srcdir_defaulted=no
476fi
477if test ! -r $srcdir/$ac_unique_file; then
478 if test "$ac_srcdir_defaulted" = yes; then
479 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
480 else
481 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
482 fi
483fi
484srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
485
486# Prefer explicitly selected file to automatically selected ones.
0d62e5e8
DJ
487if test -z "$sitefile"; then
488 if test -z "$CONFIG_SITE"; then
489 if test "x$prefix" != xNONE; then
490 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
491 else
492 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
493 fi
d6e9fb05 494 fi
0d62e5e8
DJ
495else
496 CONFIG_SITE="$sitefile"
d6e9fb05
JK
497fi
498for ac_site_file in $CONFIG_SITE; do
499 if test -r "$ac_site_file"; then
500 echo "loading site script $ac_site_file"
501 . "$ac_site_file"
502 fi
503done
504
505if test -r "$cache_file"; then
506 echo "loading cache $cache_file"
507 . $cache_file
508else
509 echo "creating cache $cache_file"
510 > $cache_file
511fi
512
513ac_ext=c
514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
515ac_cpp='$CPP $CPPFLAGS'
516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
e4f78295 517ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
d6e9fb05
JK
518cross_compiling=$ac_cv_prog_cc_cross
519
e4f78295
AC
520ac_exeext=
521ac_objext=o
d6e9fb05
JK
522if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
523 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
524 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
525 ac_n= ac_c='
526' ac_t=' '
527 else
528 ac_n=-n ac_c= ac_t=
529 fi
530else
531 ac_n= ac_c='\c' ac_t=
532fi
533
534
535
84563040
DJ
536
537# Extract the first word of "gcc", so it can be a program name with args.
538set dummy gcc; ac_word=$2
539echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
0d62e5e8 540echo "configure:541: checking for $ac_word" >&5
84563040
DJ
541if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
542 echo $ac_n "(cached) $ac_c" 1>&6
543else
544 if test -n "$CC"; then
545 ac_cv_prog_CC="$CC" # Let the user override the test.
546else
547 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
548 ac_dummy="$PATH"
549 for ac_dir in $ac_dummy; do
550 test -z "$ac_dir" && ac_dir=.
551 if test -f $ac_dir/$ac_word; then
552 ac_cv_prog_CC="gcc"
553 break
554 fi
555 done
556 IFS="$ac_save_ifs"
557fi
558fi
559CC="$ac_cv_prog_CC"
560if test -n "$CC"; then
561 echo "$ac_t""$CC" 1>&6
562else
563 echo "$ac_t""no" 1>&6
564fi
565
566if test -z "$CC"; then
567 # Extract the first word of "cc", so it can be a program name with args.
568set dummy cc; ac_word=$2
569echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
0d62e5e8 570echo "configure:571: checking for $ac_word" >&5
84563040
DJ
571if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
572 echo $ac_n "(cached) $ac_c" 1>&6
573else
574 if test -n "$CC"; then
575 ac_cv_prog_CC="$CC" # Let the user override the test.
576else
577 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
578 ac_prog_rejected=no
579 ac_dummy="$PATH"
580 for ac_dir in $ac_dummy; do
581 test -z "$ac_dir" && ac_dir=.
582 if test -f $ac_dir/$ac_word; then
583 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
584 ac_prog_rejected=yes
585 continue
586 fi
587 ac_cv_prog_CC="cc"
588 break
589 fi
590 done
591 IFS="$ac_save_ifs"
592if test $ac_prog_rejected = yes; then
593 # We found a bogon in the path, so make sure we never use it.
594 set dummy $ac_cv_prog_CC
595 shift
596 if test $# -gt 0; then
597 # We chose a different compiler from the bogus one.
598 # However, it has the same basename, so the bogon will be chosen
599 # first if we set CC to just the basename; use the full file name.
600 shift
601 set dummy "$ac_dir/$ac_word" "$@"
602 shift
603 ac_cv_prog_CC="$@"
604 fi
605fi
606fi
607fi
608CC="$ac_cv_prog_CC"
609if test -n "$CC"; then
610 echo "$ac_t""$CC" 1>&6
611else
612 echo "$ac_t""no" 1>&6
613fi
614
615 if test -z "$CC"; then
616 case "`uname -s`" in
617 *win32* | *WIN32*)
618 # Extract the first word of "cl", so it can be a program name with args.
619set dummy cl; ac_word=$2
620echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
0d62e5e8 621echo "configure:622: checking for $ac_word" >&5
84563040
DJ
622if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
623 echo $ac_n "(cached) $ac_c" 1>&6
624else
625 if test -n "$CC"; then
626 ac_cv_prog_CC="$CC" # Let the user override the test.
627else
628 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
629 ac_dummy="$PATH"
630 for ac_dir in $ac_dummy; do
631 test -z "$ac_dir" && ac_dir=.
632 if test -f $ac_dir/$ac_word; then
633 ac_cv_prog_CC="cl"
634 break
635 fi
636 done
637 IFS="$ac_save_ifs"
638fi
639fi
640CC="$ac_cv_prog_CC"
641if test -n "$CC"; then
642 echo "$ac_t""$CC" 1>&6
643else
644 echo "$ac_t""no" 1>&6
645fi
646 ;;
647 esac
648 fi
649 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
650fi
651
652echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
0d62e5e8 653echo "configure:654: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
84563040
DJ
654
655ac_ext=c
656# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
657ac_cpp='$CPP $CPPFLAGS'
658ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
659ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
660cross_compiling=$ac_cv_prog_cc_cross
661
662cat > conftest.$ac_ext << EOF
663
0d62e5e8 664#line 665 "configure"
84563040
DJ
665#include "confdefs.h"
666
667main(){return(0);}
668EOF
0d62e5e8 669if { (eval echo configure:670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
84563040
DJ
670 ac_cv_prog_cc_works=yes
671 # If we can't run a trivial program, we are probably using a cross compiler.
672 if (./conftest; exit) 2>/dev/null; then
673 ac_cv_prog_cc_cross=no
674 else
675 ac_cv_prog_cc_cross=yes
676 fi
677else
678 echo "configure: failed program was:" >&5
679 cat conftest.$ac_ext >&5
680 ac_cv_prog_cc_works=no
681fi
682rm -fr conftest*
683ac_ext=c
684# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
685ac_cpp='$CPP $CPPFLAGS'
686ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
687ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
688cross_compiling=$ac_cv_prog_cc_cross
689
690echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
691if test $ac_cv_prog_cc_works = no; then
692 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
693fi
694echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
0d62e5e8 695echo "configure:696: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
84563040
DJ
696echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
697cross_compiling=$ac_cv_prog_cc_cross
698
699echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
0d62e5e8 700echo "configure:701: checking whether we are using GNU C" >&5
84563040
DJ
701if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
702 echo $ac_n "(cached) $ac_c" 1>&6
703else
704 cat > conftest.c <<EOF
705#ifdef __GNUC__
706 yes;
707#endif
708EOF
0d62e5e8 709if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
84563040
DJ
710 ac_cv_prog_gcc=yes
711else
712 ac_cv_prog_gcc=no
713fi
714fi
715
716echo "$ac_t""$ac_cv_prog_gcc" 1>&6
717
718if test $ac_cv_prog_gcc = yes; then
719 GCC=yes
720else
721 GCC=
722fi
723
724ac_test_CFLAGS="${CFLAGS+set}"
725ac_save_CFLAGS="$CFLAGS"
726CFLAGS=
727echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
0d62e5e8 728echo "configure:729: checking whether ${CC-cc} accepts -g" >&5
84563040
DJ
729if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
730 echo $ac_n "(cached) $ac_c" 1>&6
731else
732 echo 'void f(){}' > conftest.c
733if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
734 ac_cv_prog_cc_g=yes
735else
736 ac_cv_prog_cc_g=no
737fi
738rm -f conftest*
739
740fi
741
742echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
743if test "$ac_test_CFLAGS" = set; then
744 CFLAGS="$ac_save_CFLAGS"
745elif test $ac_cv_prog_cc_g = yes; then
746 if test "$GCC" = yes; then
747 CFLAGS="-g -O2"
748 else
749 CFLAGS="-g"
750 fi
751else
752 if test "$GCC" = yes; then
753 CFLAGS="-O2"
754 else
755 CFLAGS=
756 fi
757fi
758
759
d6e9fb05
JK
760ac_aux_dir=
761for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
762 if test -f $ac_dir/install-sh; then
763 ac_aux_dir=$ac_dir
764 ac_install_sh="$ac_aux_dir/install-sh -c"
765 break
766 elif test -f $ac_dir/install.sh; then
767 ac_aux_dir=$ac_dir
768 ac_install_sh="$ac_aux_dir/install.sh -c"
769 break
770 fi
771done
772if test -z "$ac_aux_dir"; then
773 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
774fi
775ac_config_guess=$ac_aux_dir/config.guess
776ac_config_sub=$ac_aux_dir/config.sub
777ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
778
779
780# Do some error checking and defaulting for the host and target type.
781# The inputs are:
782# configure --host=HOST --target=TARGET --build=BUILD NONOPT
783#
784# The rules are:
785# 1. You are not allowed to specify --host, --target, and nonopt at the
786# same time.
787# 2. Host defaults to nonopt.
788# 3. If nonopt is not specified, then host defaults to the current host,
789# as determined by config.guess.
790# 4. Target and build default to nonopt.
791# 5. If nonopt is not specified, then target and build default to host.
792
793# The aliases save the names the user supplied, while $host etc.
794# will get canonicalized.
795case $host---$target---$nonopt in
796NONE---*---* | *---NONE---* | *---*---NONE) ;;
797*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
798esac
799
800
801# Make sure we can run config.sub.
e4f78295 802if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
d6e9fb05
JK
803else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
804fi
805
806echo $ac_n "checking host system type""... $ac_c" 1>&6
0d62e5e8 807echo "configure:808: checking host system type" >&5
d6e9fb05
JK
808
809host_alias=$host
810case "$host_alias" in
811NONE)
812 case $nonopt in
813 NONE)
e4f78295 814 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
d6e9fb05
JK
815 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
816 fi ;;
817 *) host_alias=$nonopt ;;
818 esac ;;
819esac
820
e4f78295 821host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
d6e9fb05
JK
822host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
823host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
824host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
825echo "$ac_t""$host" 1>&6
826
827echo $ac_n "checking target system type""... $ac_c" 1>&6
0d62e5e8 828echo "configure:829: checking target system type" >&5
d6e9fb05
JK
829
830target_alias=$target
831case "$target_alias" in
832NONE)
833 case $nonopt in
834 NONE) target_alias=$host_alias ;;
835 *) target_alias=$nonopt ;;
836 esac ;;
837esac
838
e4f78295 839target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
d6e9fb05
JK
840target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
841target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
842target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
843echo "$ac_t""$target" 1>&6
844
845echo $ac_n "checking build system type""... $ac_c" 1>&6
0d62e5e8 846echo "configure:847: checking build system type" >&5
d6e9fb05
JK
847
848build_alias=$build
849case "$build_alias" in
850NONE)
851 case $nonopt in
852 NONE) build_alias=$host_alias ;;
853 *) build_alias=$nonopt ;;
854 esac ;;
855esac
856
e4f78295 857build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
d6e9fb05
JK
858build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
859build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
860build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
861echo "$ac_t""$build" 1>&6
862
863test "$host_alias" != "$target_alias" &&
864 test "$program_prefix$program_suffix$program_transform_name" = \
865 NONENONEs,x,x, &&
866 program_prefix=${target_alias}-
867
84563040 868
d6e9fb05
JK
869# Find a good install program. We prefer a C program (faster),
870# so one script is as good as another. But avoid the broken or
871# incompatible versions:
872# SysV /etc/install, /usr/sbin/install
873# SunOS /usr/etc/install
874# IRIX /sbin/install
875# AIX /bin/install
e4f78295 876# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
d6e9fb05
JK
877# AFS /usr/afsws/bin/install, which mishandles nonexistent args
878# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
879# ./install, which can be erroneously created by make from ./install.sh.
880echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
0d62e5e8 881echo "configure:882: checking for a BSD compatible install" >&5
d6e9fb05
JK
882if test -z "$INSTALL"; then
883if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
884 echo $ac_n "(cached) $ac_c" 1>&6
885else
e4f78295 886 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
d6e9fb05
JK
887 for ac_dir in $PATH; do
888 # Account for people who put trailing slashes in PATH elements.
889 case "$ac_dir/" in
890 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
891 *)
892 # OSF1 and SCO ODT 3.0 have their own names for install.
e4f78295
AC
893 # Don't use installbsd from OSF since it installs stuff as root
894 # by default.
895 for ac_prog in ginstall scoinst install; do
d6e9fb05
JK
896 if test -f $ac_dir/$ac_prog; then
897 if test $ac_prog = install &&
898 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
899 # AIX install. It has an incompatible calling convention.
d6e9fb05
JK
900 :
901 else
902 ac_cv_path_install="$ac_dir/$ac_prog -c"
903 break 2
904 fi
905 fi
906 done
907 ;;
908 esac
909 done
910 IFS="$ac_save_IFS"
911
912fi
913 if test "${ac_cv_path_install+set}" = set; then
914 INSTALL="$ac_cv_path_install"
915 else
916 # As a last resort, use the slow shell script. We don't cache a
917 # path for INSTALL within a source directory, because that will
918 # break other packages using the cache if that directory is
919 # removed, or if the path is relative.
920 INSTALL="$ac_install_sh"
921 fi
922fi
923echo "$ac_t""$INSTALL" 1>&6
924
925# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
926# It thinks the first close brace ends the variable substitution.
927test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
928
e4f78295
AC
929test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
930
d6e9fb05
JK
931test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
932
933
84563040 934echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
0d62e5e8 935echo "configure:936: checking how to run the C preprocessor" >&5
84563040
DJ
936# On Suns, sometimes $CPP names a directory.
937if test -n "$CPP" && test -d "$CPP"; then
938 CPP=
939fi
940if test -z "$CPP"; then
941if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
942 echo $ac_n "(cached) $ac_c" 1>&6
943else
944 # This must be in double quotes, not single quotes, because CPP may get
945 # substituted into the Makefile and "${CC-cc}" will confuse make.
946 CPP="${CC-cc} -E"
947 # On the NeXT, cc -E runs the code through the compiler's parser,
948 # not just through cpp.
949 cat > conftest.$ac_ext <<EOF
0d62e5e8 950#line 951 "configure"
84563040
DJ
951#include "confdefs.h"
952#include <assert.h>
953Syntax Error
954EOF
955ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0d62e5e8 956{ (eval echo configure:957: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
84563040
DJ
957ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
958if test -z "$ac_err"; then
959 :
960else
961 echo "$ac_err" >&5
962 echo "configure: failed program was:" >&5
963 cat conftest.$ac_ext >&5
964 rm -rf conftest*
965 CPP="${CC-cc} -E -traditional-cpp"
966 cat > conftest.$ac_ext <<EOF
0d62e5e8 967#line 968 "configure"
84563040
DJ
968#include "confdefs.h"
969#include <assert.h>
970Syntax Error
971EOF
972ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0d62e5e8 973{ (eval echo configure:974: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
84563040
DJ
974ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
975if test -z "$ac_err"; then
976 :
977else
978 echo "$ac_err" >&5
979 echo "configure: failed program was:" >&5
980 cat conftest.$ac_ext >&5
981 rm -rf conftest*
982 CPP="${CC-cc} -nologo -E"
983 cat > conftest.$ac_ext <<EOF
0d62e5e8 984#line 985 "configure"
84563040
DJ
985#include "confdefs.h"
986#include <assert.h>
987Syntax Error
988EOF
989ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0d62e5e8 990{ (eval echo configure:991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
84563040
DJ
991ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
992if test -z "$ac_err"; then
993 :
994else
995 echo "$ac_err" >&5
996 echo "configure: failed program was:" >&5
997 cat conftest.$ac_ext >&5
998 rm -rf conftest*
999 CPP=/lib/cpp
1000fi
1001rm -f conftest*
1002fi
1003rm -f conftest*
1004fi
1005rm -f conftest*
1006 ac_cv_prog_CPP="$CPP"
1007fi
1008 CPP="$ac_cv_prog_CPP"
1009else
1010 ac_cv_prog_CPP="$CPP"
1011fi
1012echo "$ac_t""$CPP" 1>&6
1013
1014echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
0d62e5e8 1015echo "configure:1016: checking for ANSI C header files" >&5
84563040
DJ
1016if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1017 echo $ac_n "(cached) $ac_c" 1>&6
1018else
1019 cat > conftest.$ac_ext <<EOF
0d62e5e8 1020#line 1021 "configure"
84563040
DJ
1021#include "confdefs.h"
1022#include <stdlib.h>
1023#include <stdarg.h>
1024#include <string.h>
1025#include <float.h>
1026EOF
1027ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0d62e5e8 1028{ (eval echo configure:1029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
84563040
DJ
1029ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1030if test -z "$ac_err"; then
1031 rm -rf conftest*
1032 ac_cv_header_stdc=yes
1033else
1034 echo "$ac_err" >&5
1035 echo "configure: failed program was:" >&5
1036 cat conftest.$ac_ext >&5
1037 rm -rf conftest*
1038 ac_cv_header_stdc=no
1039fi
1040rm -f conftest*
1041
1042if test $ac_cv_header_stdc = yes; then
1043 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1044cat > conftest.$ac_ext <<EOF
0d62e5e8 1045#line 1046 "configure"
84563040
DJ
1046#include "confdefs.h"
1047#include <string.h>
1048EOF
1049if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1050 egrep "memchr" >/dev/null 2>&1; then
1051 :
1052else
1053 rm -rf conftest*
1054 ac_cv_header_stdc=no
1055fi
1056rm -f conftest*
1057
1058fi
1059
1060if test $ac_cv_header_stdc = yes; then
1061 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1062cat > conftest.$ac_ext <<EOF
0d62e5e8 1063#line 1064 "configure"
84563040
DJ
1064#include "confdefs.h"
1065#include <stdlib.h>
1066EOF
1067if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1068 egrep "free" >/dev/null 2>&1; then
1069 :
1070else
1071 rm -rf conftest*
1072 ac_cv_header_stdc=no
1073fi
1074rm -f conftest*
1075
1076fi
1077
1078if test $ac_cv_header_stdc = yes; then
1079 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1080if test "$cross_compiling" = yes; then
1081 :
1082else
1083 cat > conftest.$ac_ext <<EOF
0d62e5e8 1084#line 1085 "configure"
84563040
DJ
1085#include "confdefs.h"
1086#include <ctype.h>
1087#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1088#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1089#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1090int main () { int i; for (i = 0; i < 256; i++)
1091if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1092exit (0); }
1093
1094EOF
0d62e5e8 1095if { (eval echo configure:1096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
84563040
DJ
1096then
1097 :
1098else
1099 echo "configure: failed program was:" >&5
1100 cat conftest.$ac_ext >&5
1101 rm -fr conftest*
1102 ac_cv_header_stdc=no
1103fi
1104rm -fr conftest*
1105fi
1106
1107fi
1108fi
1109
1110echo "$ac_t""$ac_cv_header_stdc" 1>&6
1111if test $ac_cv_header_stdc = yes; then
1112 cat >> confdefs.h <<\EOF
1113#define STDC_HEADERS 1
1114EOF
1115
1116fi
1117
1118
0d62e5e8 1119for ac_hdr in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h
84563040
DJ
1120do
1121ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1122echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
0d62e5e8 1123echo "configure:1124: checking for $ac_hdr" >&5
84563040
DJ
1124if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1125 echo $ac_n "(cached) $ac_c" 1>&6
1126else
1127 cat > conftest.$ac_ext <<EOF
0d62e5e8 1128#line 1129 "configure"
84563040
DJ
1129#include "confdefs.h"
1130#include <$ac_hdr>
1131EOF
1132ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0d62e5e8 1133{ (eval echo configure:1134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
84563040
DJ
1134ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1135if test -z "$ac_err"; then
1136 rm -rf conftest*
1137 eval "ac_cv_header_$ac_safe=yes"
1138else
1139 echo "$ac_err" >&5
1140 echo "configure: failed program was:" >&5
1141 cat conftest.$ac_ext >&5
1142 rm -rf conftest*
1143 eval "ac_cv_header_$ac_safe=no"
1144fi
1145rm -f conftest*
1146fi
1147if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1148 echo "$ac_t""yes" 1>&6
1149 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1150 cat >> confdefs.h <<EOF
1151#define $ac_tr_hdr 1
1152EOF
1153
1154else
1155 echo "$ac_t""no" 1>&6
1156fi
1157done
1158
1159
7ea81414 1160. ${srcdir}/configure.srv
d6e9fb05 1161
58caa3dc
DJ
1162if test "${srv_linux_usrregs}" = "yes"; then
1163 cat >> confdefs.h <<\EOF
1164#define HAVE_LINUX_USRREGS 1
1165EOF
1166
1167fi
1168
1169if test "${srv_linux_regsets}" = "yes"; then
1170 echo $ac_n "checking for PTRACE_GETREGS""... $ac_c" 1>&6
0d62e5e8 1171echo "configure:1172: checking for PTRACE_GETREGS" >&5
58caa3dc
DJ
1172 if eval "test \"`echo '$''{'gdbsrv_cv_have_ptrace_getregs'+set}'`\" = set"; then
1173 echo $ac_n "(cached) $ac_c" 1>&6
1174else
1175 cat > conftest.$ac_ext <<EOF
0d62e5e8 1176#line 1177 "configure"
58caa3dc
DJ
1177#include "confdefs.h"
1178#include <sys/ptrace.h>
1179int main() {
1180PTRACE_GETREGS;
1181; return 0; }
1182EOF
0d62e5e8 1183if { (eval echo configure:1184: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
58caa3dc
DJ
1184 rm -rf conftest*
1185 gdbsrv_cv_have_ptrace_getregs=yes
1186else
1187 echo "configure: failed program was:" >&5
1188 cat conftest.$ac_ext >&5
1189 rm -rf conftest*
1190 gdbsrv_cv_have_ptrace_getregs=no
1191fi
1192rm -f conftest*
1193fi
1194
1195 echo "$ac_t""$gdbsrv_cv_have_ptrace_getregs" 1>&6
1196 if test "${gdbsrv_cv_have_ptrace_getregs}" = "yes"; then
1197 cat >> confdefs.h <<\EOF
1198#define HAVE_LINUX_REGSETS 1
1199EOF
1200
1201 fi
1202
1203 echo $ac_n "checking for PTRACE_GETFPXREGS""... $ac_c" 1>&6
0d62e5e8 1204echo "configure:1205: checking for PTRACE_GETFPXREGS" >&5
58caa3dc
DJ
1205 if eval "test \"`echo '$''{'gdbsrv_cv_have_ptrace_getfpxregs'+set}'`\" = set"; then
1206 echo $ac_n "(cached) $ac_c" 1>&6
1207else
1208 cat > conftest.$ac_ext <<EOF
0d62e5e8 1209#line 1210 "configure"
58caa3dc
DJ
1210#include "confdefs.h"
1211#include <sys/ptrace.h>
1212int main() {
1213PTRACE_GETFPXREGS;
1214; return 0; }
1215EOF
0d62e5e8 1216if { (eval echo configure:1217: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
58caa3dc
DJ
1217 rm -rf conftest*
1218 gdbsrv_cv_have_ptrace_getfpxregs=yes
1219else
1220 echo "configure: failed program was:" >&5
1221 cat conftest.$ac_ext >&5
1222 rm -rf conftest*
1223 gdbsrv_cv_have_ptrace_getfpxregs=no
1224fi
1225rm -f conftest*
1226fi
1227
1228 echo "$ac_t""$gdbsrv_cv_have_ptrace_getfpxregs" 1>&6
1229 if test "${gdbsrv_cv_have_ptrace_getfpxregs}" = "yes"; then
1230 cat >> confdefs.h <<\EOF
1231#define HAVE_PTRACE_GETFPXREGS 1
1232EOF
1233
1234 fi
1235fi
1236
0d62e5e8
DJ
1237if test "$ac_cv_header_sys_procfs_h" = yes; then
1238 echo $ac_n "checking for lwpid_t in sys/procfs.h""... $ac_c" 1>&6
1239echo "configure:1240: checking for lwpid_t in sys/procfs.h" >&5
1240 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpid_t'+set}'`\" = set"; then
1241 echo $ac_n "(cached) $ac_c" 1>&6
1242else
1243 cat > conftest.$ac_ext <<EOF
1244#line 1245 "configure"
1245#include "confdefs.h"
1246
1247#define _SYSCALL32
1248#include <sys/procfs.h>
1249int main() {
1250lwpid_t avar
1251; return 0; }
1252EOF
1253if { (eval echo configure:1254: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1254 rm -rf conftest*
1255 bfd_cv_have_sys_procfs_type_lwpid_t=yes
1256else
1257 echo "configure: failed program was:" >&5
1258 cat conftest.$ac_ext >&5
1259 rm -rf conftest*
1260 bfd_cv_have_sys_procfs_type_lwpid_t=no
1261
1262fi
1263rm -f conftest*
1264fi
1265
1266 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
1267 cat >> confdefs.h <<\EOF
1268#define HAVE_LWPID_T 1
1269EOF
1270
1271 fi
1272 echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpid_t" 1>&6
1273
1274 echo $ac_n "checking for psaddr_t in sys/procfs.h""... $ac_c" 1>&6
1275echo "configure:1276: checking for psaddr_t in sys/procfs.h" >&5
1276 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psaddr_t'+set}'`\" = set"; then
1277 echo $ac_n "(cached) $ac_c" 1>&6
1278else
1279 cat > conftest.$ac_ext <<EOF
1280#line 1281 "configure"
1281#include "confdefs.h"
1282
1283#define _SYSCALL32
1284#include <sys/procfs.h>
1285int main() {
1286psaddr_t avar
1287; return 0; }
1288EOF
1289if { (eval echo configure:1290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1290 rm -rf conftest*
1291 bfd_cv_have_sys_procfs_type_psaddr_t=yes
1292else
1293 echo "configure: failed program was:" >&5
1294 cat conftest.$ac_ext >&5
1295 rm -rf conftest*
1296 bfd_cv_have_sys_procfs_type_psaddr_t=no
1297
1298fi
1299rm -f conftest*
1300fi
1301
1302 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
1303 cat >> confdefs.h <<\EOF
1304#define HAVE_PSADDR_T 1
1305EOF
1306
1307 fi
1308 echo "$ac_t""$bfd_cv_have_sys_procfs_type_psaddr_t" 1>&6
1309
1310 echo $ac_n "checking for prgregset_t in sys/procfs.h""... $ac_c" 1>&6
1311echo "configure:1312: checking for prgregset_t in sys/procfs.h" >&5
1312 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset_t'+set}'`\" = set"; then
1313 echo $ac_n "(cached) $ac_c" 1>&6
1314else
1315 cat > conftest.$ac_ext <<EOF
1316#line 1317 "configure"
1317#include "confdefs.h"
1318
1319#define _SYSCALL32
1320#include <sys/procfs.h>
1321int main() {
1322prgregset_t avar
1323; return 0; }
1324EOF
1325if { (eval echo configure:1326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1326 rm -rf conftest*
1327 bfd_cv_have_sys_procfs_type_prgregset_t=yes
1328else
1329 echo "configure: failed program was:" >&5
1330 cat conftest.$ac_ext >&5
1331 rm -rf conftest*
1332 bfd_cv_have_sys_procfs_type_prgregset_t=no
1333
1334fi
1335rm -f conftest*
1336fi
1337
1338 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
1339 cat >> confdefs.h <<\EOF
1340#define HAVE_PRGREGSET_T 1
1341EOF
1342
1343 fi
1344 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset_t" 1>&6
1345
1346 echo $ac_n "checking for prfpregset_t in sys/procfs.h""... $ac_c" 1>&6
1347echo "configure:1348: checking for prfpregset_t in sys/procfs.h" >&5
1348 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset_t'+set}'`\" = set"; then
1349 echo $ac_n "(cached) $ac_c" 1>&6
1350else
1351 cat > conftest.$ac_ext <<EOF
1352#line 1353 "configure"
1353#include "confdefs.h"
1354
1355#define _SYSCALL32
1356#include <sys/procfs.h>
1357int main() {
1358prfpregset_t avar
1359; return 0; }
1360EOF
1361if { (eval echo configure:1362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1362 rm -rf conftest*
1363 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
1364else
1365 echo "configure: failed program was:" >&5
1366 cat conftest.$ac_ext >&5
1367 rm -rf conftest*
1368 bfd_cv_have_sys_procfs_type_prfpregset_t=no
1369
1370fi
1371rm -f conftest*
1372fi
1373
1374 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
1375 cat >> confdefs.h <<\EOF
1376#define HAVE_PRFPREGSET_T 1
1377EOF
1378
1379 fi
1380 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset_t" 1>&6
1381
1382
1383
1384
1385 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
1386 echo $ac_n "checking whether prfpregset_t type is broken""... $ac_c" 1>&6
1387echo "configure:1388: checking whether prfpregset_t type is broken" >&5
1388 if eval "test \"`echo '$''{'gdb_cv_prfpregset_t_broken'+set}'`\" = set"; then
1389 echo $ac_n "(cached) $ac_c" 1>&6
1390else
1391 if test "$cross_compiling" = yes; then
1392 gdb_cv_prfpregset_t_broken=yes
1393else
1394 cat > conftest.$ac_ext <<EOF
1395#line 1396 "configure"
1396#include "confdefs.h"
1397#include <sys/procfs.h>
1398 int main ()
1399 {
1400 if (sizeof (prfpregset_t) == sizeof (void *))
1401 return 1;
1402 return 0;
1403 }
1404EOF
1405if { (eval echo configure:1406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1406then
1407 gdb_cv_prfpregset_t_broken=no
1408else
1409 echo "configure: failed program was:" >&5
1410 cat conftest.$ac_ext >&5
1411 rm -fr conftest*
1412 gdb_cv_prfpregset_t_broken=yes
1413fi
1414rm -fr conftest*
1415fi
1416
1417fi
1418
1419 echo "$ac_t""$gdb_cv_prfpregset_t_broken" 1>&6
1420 if test $gdb_cv_prfpregset_t_broken = yes; then
1421 cat >> confdefs.h <<\EOF
1422#define PRFPREGSET_T_BROKEN 1
1423EOF
1424
1425 fi
1426 fi
1427
1428 echo $ac_n "checking for elf_fpregset_t in sys/procfs.h""... $ac_c" 1>&6
1429echo "configure:1430: checking for elf_fpregset_t in sys/procfs.h" >&5
1430 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_elf_fpregset_t'+set}'`\" = set"; then
1431 echo $ac_n "(cached) $ac_c" 1>&6
1432else
1433 cat > conftest.$ac_ext <<EOF
1434#line 1435 "configure"
1435#include "confdefs.h"
1436
1437#define _SYSCALL32
1438#include <sys/procfs.h>
1439int main() {
1440elf_fpregset_t avar
1441; return 0; }
1442EOF
1443if { (eval echo configure:1444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1444 rm -rf conftest*
1445 bfd_cv_have_sys_procfs_type_elf_fpregset_t=yes
1446else
1447 echo "configure: failed program was:" >&5
1448 cat conftest.$ac_ext >&5
1449 rm -rf conftest*
1450 bfd_cv_have_sys_procfs_type_elf_fpregset_t=no
1451
1452fi
1453rm -f conftest*
1454fi
1455
1456 if test $bfd_cv_have_sys_procfs_type_elf_fpregset_t = yes; then
1457 cat >> confdefs.h <<\EOF
1458#define HAVE_ELF_FPREGSET_T 1
1459EOF
1460
1461 fi
1462 echo "$ac_t""$bfd_cv_have_sys_procfs_type_elf_fpregset_t" 1>&6
1463
1464fi
1465
1466srv_thread_depfiles=
1467srv_libs=
1468USE_THREAD_DB=
1469
1470if test "$srv_linux_thread_db" = "yes"; then
1471 echo $ac_n "checking for libthread_db""... $ac_c" 1>&6
1472echo "configure:1473: checking for libthread_db" >&5
1473if eval "test \"`echo '$''{'srv_cv_thread_db'+set}'`\" = set"; then
1474 echo $ac_n "(cached) $ac_c" 1>&6
1475else
1476 old_LIBS="$LIBS"
1477 LIBS="$LIBS -lthread_db"
1478 cat > conftest.$ac_ext <<EOF
1479#line 1480 "configure"
1480#include "confdefs.h"
1481void ps_pglobal_lookup() {}
1482 void ps_pdread() {}
1483 void ps_pdwrite() {}
1484 void ps_lgetregs() {}
1485 void ps_lsetregs() {}
1486 void ps_lgetfpregs() {}
1487 void ps_lsetfpregs() {}
1488 void ps_getpid() {}
1489int main() {
1490td_ta_new();
1491; return 0; }
1492EOF
1493if { (eval echo configure:1494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1494 rm -rf conftest*
1495 srv_cv_thread_db="-lthread_db"
1496else
1497 echo "configure: failed program was:" >&5
1498 cat conftest.$ac_ext >&5
1499 rm -rf conftest*
1500 srv_cv_thread_db=no
1501
1502 if test "$prefix" = "/usr" || test "$prefix" = "NONE"; then
1503 thread_db="/lib/libthread_db.so.1"
1504 else
1505 thread_db='$prefix/lib/libthread_db.so.1'
1506 fi
1507 LIBS="$old_LIBS `eval echo "$thread_db"`"
1508 cat > conftest.$ac_ext <<EOF
1509#line 1510 "configure"
1510#include "confdefs.h"
1511void ps_pglobal_lookup() {}
1512 void ps_pdread() {}
1513 void ps_pdwrite() {}
1514 void ps_lgetregs() {}
1515 void ps_lsetregs() {}
1516 void ps_lgetfpregs() {}
1517 void ps_lsetfpregs() {}
1518 void ps_getpid() {}
1519int main() {
1520td_ta_new();
1521; return 0; }
1522EOF
1523if { (eval echo configure:1524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1524 rm -rf conftest*
1525 srv_cv_thread_db="$thread_db"
1526else
1527 echo "configure: failed program was:" >&5
1528 cat conftest.$ac_ext >&5
1529 rm -rf conftest*
1530 srv_cv_thread_db=no
1531fi
1532rm -f conftest*
1533 LIBS="$old_LIBS"
1534
1535fi
1536
1537echo "$ac_t""$srv_cv_thread_db" 1>&6
1538
1539fi
1540rm -f conftest*
1541 if test "$srv_cv_thread_db" = no; then
1542 echo "configure: warning: Could not find libthread_db." 1>&2
1543 echo "configure: warning: Disabling thread support in gdbserver." 1>&2
1544 srv_linux_thread_db=no
1545 else
1546 srv_libs="$srv_cv_thread_db"
1547 fi
1548fi
1549
1550if test "$srv_linux_thread_db" = "yes"; then
1551 srv_thread_depfiles="thread-db.o proc-service.o"
1552 USE_THREAD_DB="-DUSE_THREAD_DB"
1553fi
1554
1555GDBSERVER_DEPFILES="$srv_regobj $srv_tgtobj $srv_thread_depfiles"
1556GDBSERVER_LIBS="$srv_libs"
1557
1558
d6e9fb05
JK
1559
1560
1561
d6e9fb05
JK
1562trap '' 1 2 15
1563cat > confcache <<\EOF
1564# This file is a shell script that caches the results of configure
1565# tests run on this system so they can be shared between configure
1566# scripts and configure runs. It is not useful on other systems.
1567# If it contains results you don't want to keep, you may remove or edit it.
1568#
1569# By default, configure uses ./config.cache as the cache file,
1570# creating it if it does not exist already. You can give configure
1571# the --cache-file=FILE option to use a different cache file; that is
1572# what configure does when it calls configure scripts in
1573# subdirectories, so they share the cache.
1574# Giving --cache-file=/dev/null disables caching, for debugging configure.
1575# config.status only pays attention to the cache file if you give it the
1576# --recheck option to rerun configure.
1577#
1578EOF
1579# The following way of writing the cache mishandles newlines in values,
1580# but we know of no workaround that is simple, portable, and efficient.
1581# So, don't put newlines in cache variables' values.
1582# Ultrix sh set writes to stderr and can't be redirected directly,
1583# and sets the high bit in the cache file unless we assign to the vars.
1584(set) 2>&1 |
e4f78295 1585 case `(ac_space=' '; set | grep ac_space) 2>&1` in
d6e9fb05
JK
1586 *ac_space=\ *)
1587 # `set' does not quote correctly, so add quotes (double-quote substitution
1588 # turns \\\\ into \\, and sed turns \\ into \).
1589 sed -n \
1590 -e "s/'/'\\\\''/g" \
1591 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1592 ;;
1593 *)
1594 # `set' quotes correctly as required by POSIX, so do not add quotes.
1595 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1596 ;;
1597 esac >> confcache
1598if cmp -s $cache_file confcache; then
1599 :
1600else
1601 if test -w $cache_file; then
1602 echo "updating cache $cache_file"
1603 cat confcache > $cache_file
1604 else
1605 echo "not updating unwritable cache $cache_file"
1606 fi
1607fi
1608rm -f confcache
1609
1610trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1611
1612test "x$prefix" = xNONE && prefix=$ac_default_prefix
1613# Let make expand exec_prefix.
1614test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1615
1616# Any assignment to VPATH causes Sun make to only execute
1617# the first set of double-colon rules, so remove it if not needed.
1618# If there is a colon in the path, we need to keep it.
1619if test "x$srcdir" = x.; then
1620 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1621fi
1622
1623trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1624
84563040 1625DEFS=-DHAVE_CONFIG_H
d6e9fb05
JK
1626
1627# Without the "./", some shells look in PATH for config.status.
1628: ${CONFIG_STATUS=./config.status}
1629
1630echo creating $CONFIG_STATUS
1631rm -f $CONFIG_STATUS
1632cat > $CONFIG_STATUS <<EOF
1633#! /bin/sh
1634# Generated automatically by configure.
1635# Run this file to recreate the current configuration.
1636# This directory was configured as follows,
1637# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1638#
1639# $0 $ac_configure_args
1640#
1641# Compiler output produced by configure, useful for debugging
1642# configure, is in ./config.log if it exists.
1643
1644ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1645for ac_option
1646do
1647 case "\$ac_option" in
1648 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1649 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1650 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1651 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
e4f78295 1652 echo "$CONFIG_STATUS generated by autoconf version 2.13"
d6e9fb05
JK
1653 exit 0 ;;
1654 -help | --help | --hel | --he | --h)
1655 echo "\$ac_cs_usage"; exit 0 ;;
1656 *) echo "\$ac_cs_usage"; exit 1 ;;
1657 esac
1658done
1659
1660ac_given_srcdir=$srcdir
1661ac_given_INSTALL="$INSTALL"
1662
84563040 1663trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
d6e9fb05
JK
1664EOF
1665cat >> $CONFIG_STATUS <<EOF
1666
1667# Protect against being on the right side of a sed subst in config.status.
1668sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1669 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1670$ac_vpsub
1671$extrasub
e4f78295 1672s%@SHELL@%$SHELL%g
d6e9fb05
JK
1673s%@CFLAGS@%$CFLAGS%g
1674s%@CPPFLAGS@%$CPPFLAGS%g
1675s%@CXXFLAGS@%$CXXFLAGS%g
e4f78295 1676s%@FFLAGS@%$FFLAGS%g
d6e9fb05
JK
1677s%@DEFS@%$DEFS%g
1678s%@LDFLAGS@%$LDFLAGS%g
1679s%@LIBS@%$LIBS%g
1680s%@exec_prefix@%$exec_prefix%g
1681s%@prefix@%$prefix%g
1682s%@program_transform_name@%$program_transform_name%g
1683s%@bindir@%$bindir%g
1684s%@sbindir@%$sbindir%g
1685s%@libexecdir@%$libexecdir%g
1686s%@datadir@%$datadir%g
1687s%@sysconfdir@%$sysconfdir%g
1688s%@sharedstatedir@%$sharedstatedir%g
1689s%@localstatedir@%$localstatedir%g
1690s%@libdir@%$libdir%g
1691s%@includedir@%$includedir%g
1692s%@oldincludedir@%$oldincludedir%g
1693s%@infodir@%$infodir%g
1694s%@mandir@%$mandir%g
84563040 1695s%@CC@%$CC%g
d6e9fb05
JK
1696s%@host@%$host%g
1697s%@host_alias@%$host_alias%g
1698s%@host_cpu@%$host_cpu%g
1699s%@host_vendor@%$host_vendor%g
1700s%@host_os@%$host_os%g
1701s%@target@%$target%g
1702s%@target_alias@%$target_alias%g
1703s%@target_cpu@%$target_cpu%g
1704s%@target_vendor@%$target_vendor%g
1705s%@target_os@%$target_os%g
1706s%@build@%$build%g
1707s%@build_alias@%$build_alias%g
1708s%@build_cpu@%$build_cpu%g
1709s%@build_vendor@%$build_vendor%g
1710s%@build_os@%$build_os%g
1711s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
e4f78295 1712s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
d6e9fb05 1713s%@INSTALL_DATA@%$INSTALL_DATA%g
84563040 1714s%@CPP@%$CPP%g
7ea81414 1715s%@GDBSERVER_DEPFILES@%$GDBSERVER_DEPFILES%g
0d62e5e8
DJ
1716s%@GDBSERVER_LIBS@%$GDBSERVER_LIBS%g
1717s%@USE_THREAD_DB@%$USE_THREAD_DB%g
d6e9fb05
JK
1718
1719CEOF
1720EOF
1721
1722cat >> $CONFIG_STATUS <<\EOF
1723
1724# Split the substitutions into bite-sized pieces for seds with
1725# small command number limits, like on Digital OSF/1 and HP-UX.
1726ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1727ac_file=1 # Number of current file.
1728ac_beg=1 # First line for current file.
1729ac_end=$ac_max_sed_cmds # Line after last line for current file.
1730ac_more_lines=:
1731ac_sed_cmds=""
1732while $ac_more_lines; do
1733 if test $ac_beg -gt 1; then
1734 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1735 else
1736 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1737 fi
1738 if test ! -s conftest.s$ac_file; then
1739 ac_more_lines=false
1740 rm -f conftest.s$ac_file
1741 else
1742 if test -z "$ac_sed_cmds"; then
1743 ac_sed_cmds="sed -f conftest.s$ac_file"
1744 else
1745 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1746 fi
1747 ac_file=`expr $ac_file + 1`
1748 ac_beg=$ac_end
1749 ac_end=`expr $ac_end + $ac_max_sed_cmds`
1750 fi
1751done
1752if test -z "$ac_sed_cmds"; then
1753 ac_sed_cmds=cat
1754fi
1755EOF
1756
1757cat >> $CONFIG_STATUS <<EOF
1758
1759CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1760EOF
1761cat >> $CONFIG_STATUS <<\EOF
1762for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1763 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1764 case "$ac_file" in
1765 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1766 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1767 *) ac_file_in="${ac_file}.in" ;;
1768 esac
1769
1770 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1771
1772 # Remove last slash and all that follows it. Not all systems have dirname.
1773 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1774 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1775 # The file is in a subdirectory.
1776 test ! -d "$ac_dir" && mkdir "$ac_dir"
1777 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1778 # A "../" for each directory in $ac_dir_suffix.
1779 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1780 else
1781 ac_dir_suffix= ac_dots=
1782 fi
1783
1784 case "$ac_given_srcdir" in
1785 .) srcdir=.
1786 if test -z "$ac_dots"; then top_srcdir=.
1787 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1788 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1789 *) # Relative path.
1790 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1791 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1792 esac
1793
1794 case "$ac_given_INSTALL" in
1795 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1796 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1797 esac
1798
1799 echo creating "$ac_file"
1800 rm -f "$ac_file"
1801 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1802 case "$ac_file" in
1803 *Makefile*) ac_comsub="1i\\
1804# $configure_input" ;;
1805 *) ac_comsub= ;;
1806 esac
1807
1808 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1809 sed -e "$ac_comsub
1810s%@configure_input@%$configure_input%g
1811s%@srcdir@%$srcdir%g
1812s%@top_srcdir@%$top_srcdir%g
1813s%@INSTALL@%$INSTALL%g
1814" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1815fi; done
1816rm -f conftest.s*
1817
84563040
DJ
1818# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1819# NAME is the cpp macro being defined and VALUE is the value it is being given.
1820#
1821# ac_d sets the value in "#define NAME VALUE" lines.
1822ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
1823ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
1824ac_dC='\3'
1825ac_dD='%g'
1826# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1827ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1828ac_uB='\([ ]\)%\1#\2define\3'
1829ac_uC=' '
1830ac_uD='\4%g'
1831# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1832ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1833ac_eB='$%\1#\2define\3'
1834ac_eC=' '
1835ac_eD='%g'
1836
1837if test "${CONFIG_HEADERS+set}" != set; then
d6e9fb05 1838EOF
d6e9fb05 1839cat >> $CONFIG_STATUS <<EOF
84563040 1840 CONFIG_HEADERS="config.h:config.in"
d6e9fb05 1841EOF
d6e9fb05 1842cat >> $CONFIG_STATUS <<\EOF
84563040
DJ
1843fi
1844for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1845 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1846 case "$ac_file" in
1847 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1848 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1849 *) ac_file_in="${ac_file}.in" ;;
1850 esac
d6e9fb05 1851
84563040 1852 echo creating $ac_file
d6e9fb05 1853
84563040
DJ
1854 rm -f conftest.frag conftest.in conftest.out
1855 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1856 cat $ac_file_inputs > conftest.in
d6e9fb05 1857
84563040 1858EOF
d6e9fb05 1859
84563040
DJ
1860# Transform confdefs.h into a sed script conftest.vals that substitutes
1861# the proper values into config.h.in to produce config.h. And first:
1862# Protect against being on the right side of a sed subst in config.status.
1863# Protect against being in an unquoted here document in config.status.
1864rm -f conftest.vals
1865cat > conftest.hdr <<\EOF
1866s/[\\&%]/\\&/g
1867s%[\\$`]%\\&%g
1868s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1869s%ac_d%ac_u%gp
1870s%ac_u%ac_e%gp
1871EOF
1872sed -n -f conftest.hdr confdefs.h > conftest.vals
1873rm -f conftest.hdr
1874
1875# This sed command replaces #undef with comments. This is necessary, for
1876# example, in the case of _POSIX_SOURCE, which is predefined and required
1877# on some systems where configure will not decide to define it.
1878cat >> conftest.vals <<\EOF
1879s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1880EOF
d6e9fb05 1881
84563040
DJ
1882# Break up conftest.vals because some shells have a limit on
1883# the size of here documents, and old seds have small limits too.
1884
1885rm -f conftest.tail
1886while :
1887do
1888 ac_lines=`grep -c . conftest.vals`
1889 # grep -c gives empty output for an empty file on some AIX systems.
1890 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1891 # Write a limited-size here document to conftest.frag.
1892 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1893 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1894 echo 'CEOF
1895 sed -f conftest.frag conftest.in > conftest.out
1896 rm -f conftest.in
1897 mv conftest.out conftest.in
1898' >> $CONFIG_STATUS
1899 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1900 rm -f conftest.vals
1901 mv conftest.tail conftest.vals
1902done
1903rm -f conftest.vals
1904
1905cat >> $CONFIG_STATUS <<\EOF
1906 rm -f conftest.frag conftest.h
1907 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
1908 cat conftest.in >> conftest.h
1909 rm -f conftest.in
1910 if cmp -s $ac_file conftest.h 2>/dev/null; then
1911 echo "$ac_file is unchanged"
1912 rm -f conftest.h
d6e9fb05 1913 else
84563040
DJ
1914 # Remove last slash and all that follows it. Not all systems have dirname.
1915 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1916 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1917 # The file is in a subdirectory.
1918 test ! -d "$ac_dir" && mkdir "$ac_dir"
1919 fi
1920 rm -f $ac_file
1921 mv conftest.h $ac_file
d6e9fb05 1922 fi
84563040
DJ
1923fi; done
1924
d6e9fb05
JK
1925EOF
1926cat >> $CONFIG_STATUS <<EOF
1927
1928EOF
1929cat >> $CONFIG_STATUS <<\EOF
c3a3ccc7
DJ
1930case x$CONFIG_HEADERS in
1931xconfig.h:config.in)
1932echo > stamp-h ;;
1933esac
d6e9fb05
JK
1934
1935exit 0
1936EOF
1937chmod +x $CONFIG_STATUS
1938rm -fr confdefs* $ac_clean_files
1939test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1940
This page took 0.248382 seconds and 4 git commands to generate.