Remove the `/* Fall through. */' comment in elf_link_output_extsym ()
[deliverable/binutils-gdb.git] / gdb / configure
CommitLineData
c906108c
SS
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13
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:
413ccac7
AC
14ac_help="$ac_help
15 --enable-maintainer-mode enable make rules and dependencies not useful
16 (and sometimes confusing) to the casual installer"
c906108c
SS
17ac_help="$ac_help
18 --disable-nls do not use Native Language Support"
19ac_help="$ac_help
20 --with-included-gettext use the GNU gettext library included here"
96baa820
JM
21ac_help="$ac_help
22 --enable-multi-ice Build the multi-ice-gdb-server"
fb40c209
AC
23ac_help="$ac_help
24 --enable-gdbmi Enable GDB-MI interface"
c906108c
SS
25ac_help="$ac_help
26 --enable-tui Enable full-screen terminal user interface"
27ac_help="$ac_help
28 --enable-netrom Enable NetROM support"
29ac_help="$ac_help
30 --enable-build-warnings Enable build-time compiler warnings if gcc is used"
31ac_help="$ac_help
32 --with-mmalloc Use memory mapped malloc package"
88987551
L
33ac_help="$ac_help
34 --with-included-regex Use included regex"
7a292a7a
SS
35ac_help="$ac_help
36 --with-cpu=CPU Set the default CPU variant to debug"
37ac_help="$ac_help
38 --enable-gdbtk Enable GDBTK GUI front end"
39ac_help="$ac_help
40 --with-tclconfig=DIR Directory containing tcl configuration (tclConfig.sh)"
41ac_help="$ac_help
42 --with-tkconfig=DIR Directory containing tk configuration (tkConfig.sh)"
43ac_help="$ac_help
44 --with-tclinclude=DIR Directory where tcl private headers are"
45ac_help="$ac_help
46 --with-tkinclude=DIR Directory where tk private headers are"
47ac_help="$ac_help
48 --with-itclconfig Directory containing itcl configuration (itclConfig.sh)"
49ac_help="$ac_help
50 --with-itkconfig Directory containing itk configuration (itkConfig.sh)"
51ac_help="$ac_help
52 --with-tixconfig Directory containing tix configuration (tixConfig.sh)"
c906108c
SS
53ac_help="$ac_help
54 --with-x use the X Window System"
7a292a7a
SS
55ac_help="$ac_help
56 --enable-sim Link gdb with simulator"
c906108c
SS
57ac_help="$ac_help
58 --enable-shared Use shared libraries"
59
60# Initialize some variables set by options.
61# The variables have the same names as the options, with
62# dashes changed to underlines.
63build=NONE
64cache_file=./config.cache
65exec_prefix=NONE
66host=NONE
67no_create=
68nonopt=NONE
69no_recursion=
70prefix=NONE
71program_prefix=NONE
72program_suffix=NONE
73program_transform_name=s,x,x,
74silent=
75site=
2894793a 76sitefile=
c906108c
SS
77srcdir=
78target=NONE
79verbose=
80x_includes=NONE
81x_libraries=NONE
82bindir='${exec_prefix}/bin'
83sbindir='${exec_prefix}/sbin'
84libexecdir='${exec_prefix}/libexec'
85datadir='${prefix}/share'
86sysconfdir='${prefix}/etc'
87sharedstatedir='${prefix}/com'
88localstatedir='${prefix}/var'
89libdir='${exec_prefix}/lib'
90includedir='${prefix}/include'
91oldincludedir='/usr/include'
92infodir='${prefix}/info'
93mandir='${prefix}/man'
94
95# Initialize some other variables.
96subdirs=
97MFLAGS= MAKEFLAGS=
98SHELL=${CONFIG_SHELL-/bin/sh}
99# Maximum number of lines to put in a shell here document.
100ac_max_here_lines=12
101
102ac_prev=
103for ac_option
104do
105
106 # If the previous option needs an argument, assign it.
107 if test -n "$ac_prev"; then
108 eval "$ac_prev=\$ac_option"
109 ac_prev=
110 continue
111 fi
112
113 case "$ac_option" in
114 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
115 *) ac_optarg= ;;
116 esac
117
118 # Accept the important Cygnus configure options, so we can diagnose typos.
119
120 case "$ac_option" in
121
122 -bindir | --bindir | --bindi | --bind | --bin | --bi)
123 ac_prev=bindir ;;
124 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
125 bindir="$ac_optarg" ;;
126
127 -build | --build | --buil | --bui | --bu)
128 ac_prev=build ;;
129 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
130 build="$ac_optarg" ;;
131
132 -cache-file | --cache-file | --cache-fil | --cache-fi \
133 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
134 ac_prev=cache_file ;;
135 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
136 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
137 cache_file="$ac_optarg" ;;
138
139 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
140 ac_prev=datadir ;;
141 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
142 | --da=*)
143 datadir="$ac_optarg" ;;
144
145 -disable-* | --disable-*)
146 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
147 # Reject names that are not valid shell variable names.
148 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
149 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
150 fi
151 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
152 eval "enable_${ac_feature}=no" ;;
153
154 -enable-* | --enable-*)
155 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
156 # Reject names that are not valid shell variable names.
157 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
158 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
159 fi
160 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
161 case "$ac_option" in
162 *=*) ;;
163 *) ac_optarg=yes ;;
164 esac
165 eval "enable_${ac_feature}='$ac_optarg'" ;;
166
167 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
168 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
169 | --exec | --exe | --ex)
170 ac_prev=exec_prefix ;;
171 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
172 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
173 | --exec=* | --exe=* | --ex=*)
174 exec_prefix="$ac_optarg" ;;
175
176 -gas | --gas | --ga | --g)
177 # Obsolete; use --with-gas.
178 with_gas=yes ;;
179
180 -help | --help | --hel | --he)
181 # Omit some internal or obsolete options to make the list less imposing.
182 # This message is too long to be a string in the A/UX 3.1 sh.
183 cat << EOF
184Usage: configure [options] [host]
185Options: [defaults in brackets after descriptions]
186Configuration:
187 --cache-file=FILE cache test results in FILE
188 --help print this message
189 --no-create do not create output files
190 --quiet, --silent do not print \`checking...' messages
2894793a 191 --site-file=FILE use FILE as the site file
c906108c
SS
192 --version print the version of autoconf that created configure
193Directory and file names:
194 --prefix=PREFIX install architecture-independent files in PREFIX
195 [$ac_default_prefix]
196 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
197 [same as prefix]
198 --bindir=DIR user executables in DIR [EPREFIX/bin]
199 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
200 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
201 --datadir=DIR read-only architecture-independent data in DIR
202 [PREFIX/share]
203 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
204 --sharedstatedir=DIR modifiable architecture-independent data in DIR
205 [PREFIX/com]
206 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
207 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
208 --includedir=DIR C header files in DIR [PREFIX/include]
209 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
210 --infodir=DIR info documentation in DIR [PREFIX/info]
211 --mandir=DIR man documentation in DIR [PREFIX/man]
212 --srcdir=DIR find the sources in DIR [configure dir or ..]
213 --program-prefix=PREFIX prepend PREFIX to installed program names
214 --program-suffix=SUFFIX append SUFFIX to installed program names
215 --program-transform-name=PROGRAM
216 run sed PROGRAM on installed program names
217EOF
218 cat << EOF
219Host type:
220 --build=BUILD configure for building on BUILD [BUILD=HOST]
221 --host=HOST configure for HOST [guessed]
222 --target=TARGET configure for TARGET [TARGET=HOST]
223Features and packages:
224 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
225 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
226 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
227 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
228 --x-includes=DIR X include files are in DIR
229 --x-libraries=DIR X library files are in DIR
230EOF
231 if test -n "$ac_help"; then
232 echo "--enable and --with options recognized:$ac_help"
233 fi
234 exit 0 ;;
235
236 -host | --host | --hos | --ho)
237 ac_prev=host ;;
238 -host=* | --host=* | --hos=* | --ho=*)
239 host="$ac_optarg" ;;
240
241 -includedir | --includedir | --includedi | --included | --include \
242 | --includ | --inclu | --incl | --inc)
243 ac_prev=includedir ;;
244 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
245 | --includ=* | --inclu=* | --incl=* | --inc=*)
246 includedir="$ac_optarg" ;;
247
248 -infodir | --infodir | --infodi | --infod | --info | --inf)
249 ac_prev=infodir ;;
250 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
251 infodir="$ac_optarg" ;;
252
253 -libdir | --libdir | --libdi | --libd)
254 ac_prev=libdir ;;
255 -libdir=* | --libdir=* | --libdi=* | --libd=*)
256 libdir="$ac_optarg" ;;
257
258 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
259 | --libexe | --libex | --libe)
260 ac_prev=libexecdir ;;
261 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
262 | --libexe=* | --libex=* | --libe=*)
263 libexecdir="$ac_optarg" ;;
264
265 -localstatedir | --localstatedir | --localstatedi | --localstated \
266 | --localstate | --localstat | --localsta | --localst \
267 | --locals | --local | --loca | --loc | --lo)
268 ac_prev=localstatedir ;;
269 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
270 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
271 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
272 localstatedir="$ac_optarg" ;;
273
274 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
275 ac_prev=mandir ;;
276 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
277 mandir="$ac_optarg" ;;
278
279 -nfp | --nfp | --nf)
280 # Obsolete; use --without-fp.
281 with_fp=no ;;
282
283 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
284 | --no-cr | --no-c)
285 no_create=yes ;;
286
287 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
288 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
289 no_recursion=yes ;;
290
291 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
292 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
293 | --oldin | --oldi | --old | --ol | --o)
294 ac_prev=oldincludedir ;;
295 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
296 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
297 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
298 oldincludedir="$ac_optarg" ;;
299
300 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
301 ac_prev=prefix ;;
302 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
303 prefix="$ac_optarg" ;;
304
305 -program-prefix | --program-prefix | --program-prefi | --program-pref \
306 | --program-pre | --program-pr | --program-p)
307 ac_prev=program_prefix ;;
308 -program-prefix=* | --program-prefix=* | --program-prefi=* \
309 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
310 program_prefix="$ac_optarg" ;;
311
312 -program-suffix | --program-suffix | --program-suffi | --program-suff \
313 | --program-suf | --program-su | --program-s)
314 ac_prev=program_suffix ;;
315 -program-suffix=* | --program-suffix=* | --program-suffi=* \
316 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
317 program_suffix="$ac_optarg" ;;
318
319 -program-transform-name | --program-transform-name \
320 | --program-transform-nam | --program-transform-na \
321 | --program-transform-n | --program-transform- \
322 | --program-transform | --program-transfor \
323 | --program-transfo | --program-transf \
324 | --program-trans | --program-tran \
325 | --progr-tra | --program-tr | --program-t)
326 ac_prev=program_transform_name ;;
327 -program-transform-name=* | --program-transform-name=* \
328 | --program-transform-nam=* | --program-transform-na=* \
329 | --program-transform-n=* | --program-transform-=* \
330 | --program-transform=* | --program-transfor=* \
331 | --program-transfo=* | --program-transf=* \
332 | --program-trans=* | --program-tran=* \
333 | --progr-tra=* | --program-tr=* | --program-t=*)
334 program_transform_name="$ac_optarg" ;;
335
336 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
337 | -silent | --silent | --silen | --sile | --sil)
338 silent=yes ;;
339
340 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
341 ac_prev=sbindir ;;
342 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
343 | --sbi=* | --sb=*)
344 sbindir="$ac_optarg" ;;
345
346 -sharedstatedir | --sharedstatedir | --sharedstatedi \
347 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
348 | --sharedst | --shareds | --shared | --share | --shar \
349 | --sha | --sh)
350 ac_prev=sharedstatedir ;;
351 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
352 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
353 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
354 | --sha=* | --sh=*)
355 sharedstatedir="$ac_optarg" ;;
356
357 -site | --site | --sit)
358 ac_prev=site ;;
359 -site=* | --site=* | --sit=*)
360 site="$ac_optarg" ;;
361
2894793a
AC
362 -site-file | --site-file | --site-fil | --site-fi | --site-f)
363 ac_prev=sitefile ;;
364 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
365 sitefile="$ac_optarg" ;;
366
c906108c
SS
367 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
368 ac_prev=srcdir ;;
369 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
370 srcdir="$ac_optarg" ;;
371
372 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
373 | --syscon | --sysco | --sysc | --sys | --sy)
374 ac_prev=sysconfdir ;;
375 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
376 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
377 sysconfdir="$ac_optarg" ;;
378
379 -target | --target | --targe | --targ | --tar | --ta | --t)
380 ac_prev=target ;;
381 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
382 target="$ac_optarg" ;;
383
384 -v | -verbose | --verbose | --verbos | --verbo | --verb)
385 verbose=yes ;;
386
387 -version | --version | --versio | --versi | --vers)
388 echo "configure generated by autoconf version 2.13"
389 exit 0 ;;
390
391 -with-* | --with-*)
392 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
393 # Reject names that are not valid shell variable names.
394 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
395 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
396 fi
397 ac_package=`echo $ac_package| sed 's/-/_/g'`
398 case "$ac_option" in
399 *=*) ;;
400 *) ac_optarg=yes ;;
401 esac
402 eval "with_${ac_package}='$ac_optarg'" ;;
403
404 -without-* | --without-*)
405 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
406 # Reject names that are not valid shell variable names.
407 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
408 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
409 fi
410 ac_package=`echo $ac_package| sed 's/-/_/g'`
411 eval "with_${ac_package}=no" ;;
412
413 --x)
414 # Obsolete; use --with-x.
415 with_x=yes ;;
416
417 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
418 | --x-incl | --x-inc | --x-in | --x-i)
419 ac_prev=x_includes ;;
420 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
421 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
422 x_includes="$ac_optarg" ;;
423
424 -x-libraries | --x-libraries | --x-librarie | --x-librari \
425 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
426 ac_prev=x_libraries ;;
427 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
428 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
429 x_libraries="$ac_optarg" ;;
430
431 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
432 ;;
433
434 *)
435 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
436 echo "configure: warning: $ac_option: invalid host type" 1>&2
437 fi
438 if test "x$nonopt" != xNONE; then
439 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
440 fi
441 nonopt="$ac_option"
442 ;;
443
444 esac
445done
446
447if test -n "$ac_prev"; then
448 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
449fi
450
451trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
452
453# File descriptor usage:
454# 0 standard input
455# 1 file creation
456# 2 errors and warnings
457# 3 some systems may open it to /dev/tty
458# 4 used on the Kubota Titan
459# 6 checking for... messages and results
460# 5 compiler messages saved in config.log
461if test "$silent" = yes; then
462 exec 6>/dev/null
463else
464 exec 6>&1
465fi
466exec 5>./config.log
467
468echo "\
469This file contains any messages produced by compilers while
470running configure, to aid debugging if configure makes a mistake.
471" 1>&5
472
473# Strip out --no-create and --no-recursion so they do not pile up.
474# Also quote any args containing shell metacharacters.
475ac_configure_args=
476for ac_arg
477do
478 case "$ac_arg" in
479 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
480 | --no-cr | --no-c) ;;
481 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
482 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
483 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
484 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
485 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
486 esac
487done
488
489# NLS nuisances.
490# Only set these to C if already set. These must not be set unconditionally
491# because not all systems understand e.g. LANG=C (notably SCO).
492# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
493# Non-C LC_CTYPE values break the ctype check.
494if test "${LANG+set}" = set; then LANG=C; export LANG; fi
495if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
496if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
497if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
498
499# confdefs.h avoids OS command line length limits that DEFS can exceed.
500rm -rf conftest* confdefs.h
501# AIX cpp loses on an empty file, so make sure it contains at least a newline.
502echo > confdefs.h
503
504# A filename unique to this package, relative to the directory that
505# configure is in, which we can look for to find out if srcdir is correct.
506ac_unique_file=main.c
507
508# Find the source files, if location was not specified.
509if test -z "$srcdir"; then
510 ac_srcdir_defaulted=yes
511 # Try the directory containing this script, then its parent.
512 ac_prog=$0
513 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
514 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
515 srcdir=$ac_confdir
516 if test ! -r $srcdir/$ac_unique_file; then
517 srcdir=..
518 fi
519else
520 ac_srcdir_defaulted=no
521fi
522if test ! -r $srcdir/$ac_unique_file; then
523 if test "$ac_srcdir_defaulted" = yes; then
524 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
525 else
526 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
527 fi
528fi
529srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
530
531# Prefer explicitly selected file to automatically selected ones.
2894793a
AC
532if test -z "$sitefile"; then
533 if test -z "$CONFIG_SITE"; then
534 if test "x$prefix" != xNONE; then
535 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
536 else
537 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
538 fi
c906108c 539 fi
2894793a
AC
540else
541 CONFIG_SITE="$sitefile"
c906108c
SS
542fi
543for ac_site_file in $CONFIG_SITE; do
544 if test -r "$ac_site_file"; then
545 echo "loading site script $ac_site_file"
546 . "$ac_site_file"
547 fi
548done
549
550if test -r "$cache_file"; then
551 echo "loading cache $cache_file"
552 . $cache_file
553else
554 echo "creating cache $cache_file"
555 > $cache_file
556fi
557
558ac_ext=c
559# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
560ac_cpp='$CPP $CPPFLAGS'
561ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
562ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
563cross_compiling=$ac_cv_prog_cc_cross
564
565ac_exeext=
566ac_objext=o
567if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
568 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
569 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
570 ac_n= ac_c='
571' ac_t=' '
572 else
573 ac_n=-n ac_c= ac_t=
574 fi
575else
576 ac_n= ac_c='\c' ac_t=
577fi
578
579
580
413ccac7 581echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
2894793a 582echo "configure:583: checking whether to enable maintainer-specific portions of Makefiles" >&5
413ccac7
AC
583 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
584if test "${enable_maintainer_mode+set}" = set; then
585 enableval="$enable_maintainer_mode"
586 USE_MAINTAINER_MODE=$enableval
587else
588 USE_MAINTAINER_MODE=no
589fi
590
591 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
592
593
594if test $USE_MAINTAINER_MODE = yes; then
595 MAINTAINER_MODE_TRUE=
596 MAINTAINER_MODE_FALSE='#'
597else
598 MAINTAINER_MODE_TRUE='#'
599 MAINTAINER_MODE_FALSE=
600fi
601 MAINT=$MAINTAINER_MODE_TRUE
602
603
c906108c
SS
604
605# Extract the first word of "gcc", so it can be a program name with args.
606set dummy gcc; ac_word=$2
607echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 608echo "configure:609: checking for $ac_word" >&5
c906108c
SS
609if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
610 echo $ac_n "(cached) $ac_c" 1>&6
611else
612 if test -n "$CC"; then
613 ac_cv_prog_CC="$CC" # Let the user override the test.
614else
615 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
616 ac_dummy="$PATH"
617 for ac_dir in $ac_dummy; do
618 test -z "$ac_dir" && ac_dir=.
619 if test -f $ac_dir/$ac_word; then
620 ac_cv_prog_CC="gcc"
621 break
622 fi
623 done
624 IFS="$ac_save_ifs"
625fi
626fi
627CC="$ac_cv_prog_CC"
628if test -n "$CC"; then
629 echo "$ac_t""$CC" 1>&6
630else
631 echo "$ac_t""no" 1>&6
632fi
633
634if test -z "$CC"; then
635 # Extract the first word of "cc", so it can be a program name with args.
636set dummy cc; ac_word=$2
637echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 638echo "configure:639: checking for $ac_word" >&5
c906108c
SS
639if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
640 echo $ac_n "(cached) $ac_c" 1>&6
641else
642 if test -n "$CC"; then
643 ac_cv_prog_CC="$CC" # Let the user override the test.
644else
645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
646 ac_prog_rejected=no
647 ac_dummy="$PATH"
648 for ac_dir in $ac_dummy; do
649 test -z "$ac_dir" && ac_dir=.
650 if test -f $ac_dir/$ac_word; then
651 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
652 ac_prog_rejected=yes
653 continue
654 fi
655 ac_cv_prog_CC="cc"
656 break
657 fi
658 done
659 IFS="$ac_save_ifs"
660if test $ac_prog_rejected = yes; then
661 # We found a bogon in the path, so make sure we never use it.
662 set dummy $ac_cv_prog_CC
663 shift
664 if test $# -gt 0; then
665 # We chose a different compiler from the bogus one.
666 # However, it has the same basename, so the bogon will be chosen
667 # first if we set CC to just the basename; use the full file name.
668 shift
669 set dummy "$ac_dir/$ac_word" "$@"
670 shift
671 ac_cv_prog_CC="$@"
672 fi
673fi
674fi
675fi
676CC="$ac_cv_prog_CC"
677if test -n "$CC"; then
678 echo "$ac_t""$CC" 1>&6
679else
680 echo "$ac_t""no" 1>&6
681fi
682
683 if test -z "$CC"; then
684 case "`uname -s`" in
685 *win32* | *WIN32*)
686 # Extract the first word of "cl", so it can be a program name with args.
687set dummy cl; ac_word=$2
688echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 689echo "configure:690: checking for $ac_word" >&5
c906108c
SS
690if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
691 echo $ac_n "(cached) $ac_c" 1>&6
692else
693 if test -n "$CC"; then
694 ac_cv_prog_CC="$CC" # Let the user override the test.
695else
696 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
697 ac_dummy="$PATH"
698 for ac_dir in $ac_dummy; do
699 test -z "$ac_dir" && ac_dir=.
700 if test -f $ac_dir/$ac_word; then
701 ac_cv_prog_CC="cl"
702 break
703 fi
704 done
705 IFS="$ac_save_ifs"
706fi
707fi
708CC="$ac_cv_prog_CC"
709if test -n "$CC"; then
710 echo "$ac_t""$CC" 1>&6
711else
712 echo "$ac_t""no" 1>&6
713fi
714 ;;
715 esac
716 fi
717 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
718fi
719
720echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2894793a 721echo "configure:722: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
c906108c
SS
722
723ac_ext=c
724# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
725ac_cpp='$CPP $CPPFLAGS'
726ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
727ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
728cross_compiling=$ac_cv_prog_cc_cross
729
730cat > conftest.$ac_ext << EOF
731
2894793a 732#line 733 "configure"
c906108c
SS
733#include "confdefs.h"
734
735main(){return(0);}
736EOF
2894793a 737if { (eval echo configure:738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
738 ac_cv_prog_cc_works=yes
739 # If we can't run a trivial program, we are probably using a cross compiler.
740 if (./conftest; exit) 2>/dev/null; then
741 ac_cv_prog_cc_cross=no
742 else
743 ac_cv_prog_cc_cross=yes
744 fi
745else
746 echo "configure: failed program was:" >&5
747 cat conftest.$ac_ext >&5
748 ac_cv_prog_cc_works=no
749fi
750rm -fr conftest*
751ac_ext=c
752# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
753ac_cpp='$CPP $CPPFLAGS'
754ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
755ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
756cross_compiling=$ac_cv_prog_cc_cross
757
758echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
759if test $ac_cv_prog_cc_works = no; then
760 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
761fi
762echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2894793a 763echo "configure:764: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
c906108c
SS
764echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
765cross_compiling=$ac_cv_prog_cc_cross
766
767echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2894793a 768echo "configure:769: checking whether we are using GNU C" >&5
c906108c
SS
769if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
770 echo $ac_n "(cached) $ac_c" 1>&6
771else
772 cat > conftest.c <<EOF
773#ifdef __GNUC__
774 yes;
775#endif
776EOF
2894793a 777if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:778: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
c906108c
SS
778 ac_cv_prog_gcc=yes
779else
780 ac_cv_prog_gcc=no
781fi
782fi
783
784echo "$ac_t""$ac_cv_prog_gcc" 1>&6
785
786if test $ac_cv_prog_gcc = yes; then
787 GCC=yes
788else
789 GCC=
790fi
791
792ac_test_CFLAGS="${CFLAGS+set}"
793ac_save_CFLAGS="$CFLAGS"
794CFLAGS=
795echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2894793a 796echo "configure:797: checking whether ${CC-cc} accepts -g" >&5
c906108c
SS
797if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
798 echo $ac_n "(cached) $ac_c" 1>&6
799else
800 echo 'void f(){}' > conftest.c
801if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
802 ac_cv_prog_cc_g=yes
803else
804 ac_cv_prog_cc_g=no
805fi
806rm -f conftest*
807
808fi
809
810echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
811if test "$ac_test_CFLAGS" = set; then
812 CFLAGS="$ac_save_CFLAGS"
813elif test $ac_cv_prog_cc_g = yes; then
814 if test "$GCC" = yes; then
815 CFLAGS="-g -O2"
816 else
817 CFLAGS="-g"
818 fi
819else
820 if test "$GCC" = yes; then
821 CFLAGS="-O2"
822 else
823 CFLAGS=
824 fi
825fi
826
827echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2894793a 828echo "configure:829: checking how to run the C preprocessor" >&5
c906108c
SS
829# On Suns, sometimes $CPP names a directory.
830if test -n "$CPP" && test -d "$CPP"; then
831 CPP=
832fi
833if test -z "$CPP"; then
834if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
835 echo $ac_n "(cached) $ac_c" 1>&6
836else
837 # This must be in double quotes, not single quotes, because CPP may get
838 # substituted into the Makefile and "${CC-cc}" will confuse make.
839 CPP="${CC-cc} -E"
840 # On the NeXT, cc -E runs the code through the compiler's parser,
841 # not just through cpp.
842 cat > conftest.$ac_ext <<EOF
2894793a 843#line 844 "configure"
c906108c
SS
844#include "confdefs.h"
845#include <assert.h>
846Syntax Error
847EOF
848ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 849{ (eval echo configure:850: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
850ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
851if test -z "$ac_err"; then
852 :
853else
854 echo "$ac_err" >&5
855 echo "configure: failed program was:" >&5
856 cat conftest.$ac_ext >&5
857 rm -rf conftest*
858 CPP="${CC-cc} -E -traditional-cpp"
859 cat > conftest.$ac_ext <<EOF
2894793a 860#line 861 "configure"
c906108c
SS
861#include "confdefs.h"
862#include <assert.h>
863Syntax Error
864EOF
865ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 866{ (eval echo configure:867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
867ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
868if test -z "$ac_err"; then
869 :
870else
871 echo "$ac_err" >&5
872 echo "configure: failed program was:" >&5
873 cat conftest.$ac_ext >&5
874 rm -rf conftest*
875 CPP="${CC-cc} -nologo -E"
876 cat > conftest.$ac_ext <<EOF
2894793a 877#line 878 "configure"
c906108c
SS
878#include "confdefs.h"
879#include <assert.h>
880Syntax Error
881EOF
882ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 883{ (eval echo configure:884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
884ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
885if test -z "$ac_err"; then
886 :
887else
888 echo "$ac_err" >&5
889 echo "configure: failed program was:" >&5
890 cat conftest.$ac_ext >&5
891 rm -rf conftest*
892 CPP=/lib/cpp
893fi
894rm -f conftest*
895fi
896rm -f conftest*
897fi
898rm -f conftest*
899 ac_cv_prog_CPP="$CPP"
900fi
901 CPP="$ac_cv_prog_CPP"
902else
903 ac_cv_prog_CPP="$CPP"
904fi
905echo "$ac_t""$CPP" 1>&6
906
907echo $ac_n "checking for AIX""... $ac_c" 1>&6
2894793a 908echo "configure:909: checking for AIX" >&5
c906108c 909cat > conftest.$ac_ext <<EOF
2894793a 910#line 911 "configure"
c906108c
SS
911#include "confdefs.h"
912#ifdef _AIX
913 yes
914#endif
915
916EOF
917if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
918 egrep "yes" >/dev/null 2>&1; then
919 rm -rf conftest*
920 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
921#define _ALL_SOURCE 1
922EOF
923
924else
925 rm -rf conftest*
926 echo "$ac_t""no" 1>&6
927fi
928rm -f conftest*
929
930
931echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
2894793a 932echo "configure:933: checking for POSIXized ISC" >&5
c906108c
SS
933if test -d /etc/conf/kconfig.d &&
934 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
935then
936 echo "$ac_t""yes" 1>&6
937 ISC=yes # If later tests want to check for ISC.
938 cat >> confdefs.h <<\EOF
939#define _POSIX_SOURCE 1
940EOF
941
942 if test "$GCC" = yes; then
943 CC="$CC -posix"
944 else
945 CC="$CC -Xp"
946 fi
947else
948 echo "$ac_t""no" 1>&6
949 ISC=
950fi
951
952
953
954
955echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
2894793a 956echo "configure:957: checking for ${CC-cc} option to accept ANSI C" >&5
c906108c
SS
957if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
958 echo $ac_n "(cached) $ac_c" 1>&6
959else
960 am_cv_prog_cc_stdc=no
961ac_save_CC="$CC"
962# Don't try gcc -ansi; that turns off useful extensions and
963# breaks some systems' header files.
964# AIX -qlanglvl=ansi
965# Ultrix and OSF/1 -std1
966# HP-UX -Aa -D_HPUX_SOURCE
967# SVR4 -Xc -D__EXTENSIONS__
968for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
969do
970 CC="$ac_save_CC $ac_arg"
971 cat > conftest.$ac_ext <<EOF
2894793a 972#line 973 "configure"
c906108c
SS
973#include "confdefs.h"
974#include <stdarg.h>
975#include <stdio.h>
976#include <sys/types.h>
977#include <sys/stat.h>
978/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
979struct buf { int x; };
980FILE * (*rcsopen) (struct buf *, struct stat *, int);
981static char *e (p, i)
982 char **p;
983 int i;
984{
985 return p[i];
986}
987static char *f (char * (*g) (char **, int), char **p, ...)
988{
989 char *s;
990 va_list v;
991 va_start (v,p);
992 s = g (p, va_arg (v,int));
993 va_end (v);
994 return s;
995}
996int test (int i, double x);
997struct s1 {int (*f) (int a);};
998struct s2 {int (*f) (double a);};
999int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
1000int argc;
1001char **argv;
1002
1003int main() {
1004
1005return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
1006
1007; return 0; }
1008EOF
2894793a 1009if { (eval echo configure:1010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
1010 rm -rf conftest*
1011 am_cv_prog_cc_stdc="$ac_arg"; break
1012else
1013 echo "configure: failed program was:" >&5
1014 cat conftest.$ac_ext >&5
1015fi
1016rm -f conftest*
1017done
1018CC="$ac_save_CC"
1019
1020fi
1021
1022if test -z "$am_cv_prog_cc_stdc"; then
1023 echo "$ac_t""none needed" 1>&6
1024else
1025 echo "$ac_t""$am_cv_prog_cc_stdc" 1>&6
1026fi
1027case "x$am_cv_prog_cc_stdc" in
1028 x|xno) ;;
1029 *) CC="$CC $am_cv_prog_cc_stdc" ;;
1030esac
1031
1032
1033ac_aux_dir=
1034for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
1035 if test -f $ac_dir/install-sh; then
1036 ac_aux_dir=$ac_dir
1037 ac_install_sh="$ac_aux_dir/install-sh -c"
1038 break
1039 elif test -f $ac_dir/install.sh; then
1040 ac_aux_dir=$ac_dir
1041 ac_install_sh="$ac_aux_dir/install.sh -c"
1042 break
1043 fi
1044done
1045if test -z "$ac_aux_dir"; then
1046 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/.." 1>&2; exit 1; }
1047fi
1048ac_config_guess=$ac_aux_dir/config.guess
1049ac_config_sub=$ac_aux_dir/config.sub
1050ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
1051
1052
1053# Do some error checking and defaulting for the host and target type.
1054# The inputs are:
1055# configure --host=HOST --target=TARGET --build=BUILD NONOPT
1056#
1057# The rules are:
1058# 1. You are not allowed to specify --host, --target, and nonopt at the
1059# same time.
1060# 2. Host defaults to nonopt.
1061# 3. If nonopt is not specified, then host defaults to the current host,
1062# as determined by config.guess.
1063# 4. Target and build default to nonopt.
1064# 5. If nonopt is not specified, then target and build default to host.
1065
1066# The aliases save the names the user supplied, while $host etc.
1067# will get canonicalized.
1068case $host---$target---$nonopt in
1069NONE---*---* | *---NONE---* | *---*---NONE) ;;
1070*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1071esac
1072
1073
1074# Make sure we can run config.sub.
1075if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1076else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1077fi
1078
1079echo $ac_n "checking host system type""... $ac_c" 1>&6
2894793a 1080echo "configure:1081: checking host system type" >&5
c906108c
SS
1081
1082host_alias=$host
1083case "$host_alias" in
1084NONE)
1085 case $nonopt in
1086 NONE)
1087 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1088 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1089 fi ;;
1090 *) host_alias=$nonopt ;;
1091 esac ;;
1092esac
1093
1094host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1095host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1096host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1097host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1098echo "$ac_t""$host" 1>&6
1099
1100echo $ac_n "checking target system type""... $ac_c" 1>&6
2894793a 1101echo "configure:1102: checking target system type" >&5
c906108c
SS
1102
1103target_alias=$target
1104case "$target_alias" in
1105NONE)
1106 case $nonopt in
1107 NONE) target_alias=$host_alias ;;
1108 *) target_alias=$nonopt ;;
1109 esac ;;
1110esac
1111
1112target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1113target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1114target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1115target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1116echo "$ac_t""$target" 1>&6
1117
1118echo $ac_n "checking build system type""... $ac_c" 1>&6
2894793a 1119echo "configure:1120: checking build system type" >&5
c906108c
SS
1120
1121build_alias=$build
1122case "$build_alias" in
1123NONE)
1124 case $nonopt in
1125 NONE) build_alias=$host_alias ;;
1126 *) build_alias=$nonopt ;;
1127 esac ;;
1128esac
1129
1130build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1131build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1132build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1133build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1134echo "$ac_t""$build" 1>&6
1135
1136test "$host_alias" != "$target_alias" &&
1137 test "$program_prefix$program_suffix$program_transform_name" = \
1138 NONENONEs,x,x, &&
1139 program_prefix=${target_alias}-
1140
1141
1142ALL_LINGUAS=
1143echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
2894793a 1144echo "configure:1145: checking whether ${MAKE-make} sets \${MAKE}" >&5
c906108c
SS
1145set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1146if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1147 echo $ac_n "(cached) $ac_c" 1>&6
1148else
1149 cat > conftestmake <<\EOF
1150all:
1151 @echo 'ac_maketemp="${MAKE}"'
1152EOF
1153# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1154eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1155if test -n "$ac_maketemp"; then
1156 eval ac_cv_prog_make_${ac_make}_set=yes
1157else
1158 eval ac_cv_prog_make_${ac_make}_set=no
1159fi
1160rm -f conftestmake
1161fi
1162if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1163 echo "$ac_t""yes" 1>&6
1164 SET_MAKE=
1165else
1166 echo "$ac_t""no" 1>&6
1167 SET_MAKE="MAKE=${MAKE-make}"
1168fi
1169
1170# Extract the first word of "ranlib", so it can be a program name with args.
1171set dummy ranlib; ac_word=$2
1172echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 1173echo "configure:1174: checking for $ac_word" >&5
c906108c
SS
1174if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1175 echo $ac_n "(cached) $ac_c" 1>&6
1176else
1177 if test -n "$RANLIB"; then
1178 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1179else
1180 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1181 ac_dummy="$PATH"
1182 for ac_dir in $ac_dummy; do
1183 test -z "$ac_dir" && ac_dir=.
1184 if test -f $ac_dir/$ac_word; then
1185 ac_cv_prog_RANLIB="ranlib"
1186 break
1187 fi
1188 done
1189 IFS="$ac_save_ifs"
1190 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1191fi
1192fi
1193RANLIB="$ac_cv_prog_RANLIB"
1194if test -n "$RANLIB"; then
1195 echo "$ac_t""$RANLIB" 1>&6
1196else
1197 echo "$ac_t""no" 1>&6
1198fi
1199
1200echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2894793a 1201echo "configure:1202: checking for ANSI C header files" >&5
c906108c
SS
1202if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1203 echo $ac_n "(cached) $ac_c" 1>&6
1204else
1205 cat > conftest.$ac_ext <<EOF
2894793a 1206#line 1207 "configure"
c906108c
SS
1207#include "confdefs.h"
1208#include <stdlib.h>
1209#include <stdarg.h>
1210#include <string.h>
1211#include <float.h>
1212EOF
1213ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 1214{ (eval echo configure:1215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
1215ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1216if test -z "$ac_err"; then
1217 rm -rf conftest*
1218 ac_cv_header_stdc=yes
1219else
1220 echo "$ac_err" >&5
1221 echo "configure: failed program was:" >&5
1222 cat conftest.$ac_ext >&5
1223 rm -rf conftest*
1224 ac_cv_header_stdc=no
1225fi
1226rm -f conftest*
1227
1228if test $ac_cv_header_stdc = yes; then
1229 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1230cat > conftest.$ac_ext <<EOF
2894793a 1231#line 1232 "configure"
c906108c
SS
1232#include "confdefs.h"
1233#include <string.h>
1234EOF
1235if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1236 egrep "memchr" >/dev/null 2>&1; then
1237 :
1238else
1239 rm -rf conftest*
1240 ac_cv_header_stdc=no
1241fi
1242rm -f conftest*
1243
1244fi
1245
1246if test $ac_cv_header_stdc = yes; then
1247 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1248cat > conftest.$ac_ext <<EOF
2894793a 1249#line 1250 "configure"
c906108c
SS
1250#include "confdefs.h"
1251#include <stdlib.h>
1252EOF
1253if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1254 egrep "free" >/dev/null 2>&1; then
1255 :
1256else
1257 rm -rf conftest*
1258 ac_cv_header_stdc=no
1259fi
1260rm -f conftest*
1261
1262fi
1263
1264if test $ac_cv_header_stdc = yes; then
1265 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1266if test "$cross_compiling" = yes; then
1267 :
1268else
1269 cat > conftest.$ac_ext <<EOF
2894793a 1270#line 1271 "configure"
c906108c
SS
1271#include "confdefs.h"
1272#include <ctype.h>
1273#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1274#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1275#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1276int main () { int i; for (i = 0; i < 256; i++)
1277if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1278exit (0); }
1279
1280EOF
2894793a 1281if { (eval echo configure:1282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
1282then
1283 :
1284else
1285 echo "configure: failed program was:" >&5
1286 cat conftest.$ac_ext >&5
1287 rm -fr conftest*
1288 ac_cv_header_stdc=no
1289fi
1290rm -fr conftest*
1291fi
1292
1293fi
1294fi
1295
1296echo "$ac_t""$ac_cv_header_stdc" 1>&6
1297if test $ac_cv_header_stdc = yes; then
1298 cat >> confdefs.h <<\EOF
1299#define STDC_HEADERS 1
1300EOF
1301
1302fi
1303
1304echo $ac_n "checking for working const""... $ac_c" 1>&6
2894793a 1305echo "configure:1306: checking for working const" >&5
c906108c
SS
1306if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1307 echo $ac_n "(cached) $ac_c" 1>&6
1308else
1309 cat > conftest.$ac_ext <<EOF
2894793a 1310#line 1311 "configure"
c906108c
SS
1311#include "confdefs.h"
1312
1313int main() {
1314
1315/* Ultrix mips cc rejects this. */
1316typedef int charset[2]; const charset x;
1317/* SunOS 4.1.1 cc rejects this. */
1318char const *const *ccp;
1319char **p;
1320/* NEC SVR4.0.2 mips cc rejects this. */
1321struct point {int x, y;};
1322static struct point const zero = {0,0};
1323/* AIX XL C 1.02.0.0 rejects this.
1324 It does not let you subtract one const X* pointer from another in an arm
1325 of an if-expression whose if-part is not a constant expression */
1326const char *g = "string";
1327ccp = &g + (g ? g-g : 0);
1328/* HPUX 7.0 cc rejects these. */
1329++ccp;
1330p = (char**) ccp;
1331ccp = (char const *const *) p;
1332{ /* SCO 3.2v4 cc rejects this. */
1333 char *t;
1334 char const *s = 0 ? (char *) 0 : (char const *) 0;
1335
1336 *t++ = 0;
1337}
1338{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
1339 int x[] = {25, 17};
1340 const int *foo = &x[0];
1341 ++foo;
1342}
1343{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1344 typedef const int *iptr;
1345 iptr p = 0;
1346 ++p;
1347}
1348{ /* AIX XL C 1.02.0.0 rejects this saying
1349 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1350 struct s { int j; const int *ap[3]; };
1351 struct s *b; b->j = 5;
1352}
1353{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1354 const int foo = 10;
1355}
1356
1357; return 0; }
1358EOF
2894793a 1359if { (eval echo configure:1360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
1360 rm -rf conftest*
1361 ac_cv_c_const=yes
1362else
1363 echo "configure: failed program was:" >&5
1364 cat conftest.$ac_ext >&5
1365 rm -rf conftest*
1366 ac_cv_c_const=no
1367fi
1368rm -f conftest*
1369fi
1370
1371echo "$ac_t""$ac_cv_c_const" 1>&6
1372if test $ac_cv_c_const = no; then
1373 cat >> confdefs.h <<\EOF
1374#define const
1375EOF
1376
1377fi
1378
1379echo $ac_n "checking for inline""... $ac_c" 1>&6
2894793a 1380echo "configure:1381: checking for inline" >&5
c906108c
SS
1381if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
1382 echo $ac_n "(cached) $ac_c" 1>&6
1383else
1384 ac_cv_c_inline=no
1385for ac_kw in inline __inline__ __inline; do
1386 cat > conftest.$ac_ext <<EOF
2894793a 1387#line 1388 "configure"
c906108c
SS
1388#include "confdefs.h"
1389
1390int main() {
1391} $ac_kw foo() {
1392; return 0; }
1393EOF
2894793a 1394if { (eval echo configure:1395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
1395 rm -rf conftest*
1396 ac_cv_c_inline=$ac_kw; break
1397else
1398 echo "configure: failed program was:" >&5
1399 cat conftest.$ac_ext >&5
1400fi
1401rm -f conftest*
1402done
1403
1404fi
1405
1406echo "$ac_t""$ac_cv_c_inline" 1>&6
1407case "$ac_cv_c_inline" in
1408 inline | yes) ;;
1409 no) cat >> confdefs.h <<\EOF
1410#define inline
1411EOF
1412 ;;
1413 *) cat >> confdefs.h <<EOF
1414#define inline $ac_cv_c_inline
1415EOF
1416 ;;
1417esac
1418
1419echo $ac_n "checking for off_t""... $ac_c" 1>&6
2894793a 1420echo "configure:1421: checking for off_t" >&5
c906108c
SS
1421if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
1422 echo $ac_n "(cached) $ac_c" 1>&6
1423else
1424 cat > conftest.$ac_ext <<EOF
2894793a 1425#line 1426 "configure"
c906108c
SS
1426#include "confdefs.h"
1427#include <sys/types.h>
1428#if STDC_HEADERS
1429#include <stdlib.h>
1430#include <stddef.h>
1431#endif
1432EOF
1433if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1434 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1435 rm -rf conftest*
1436 ac_cv_type_off_t=yes
1437else
1438 rm -rf conftest*
1439 ac_cv_type_off_t=no
1440fi
1441rm -f conftest*
1442
1443fi
1444echo "$ac_t""$ac_cv_type_off_t" 1>&6
1445if test $ac_cv_type_off_t = no; then
1446 cat >> confdefs.h <<\EOF
1447#define off_t long
1448EOF
1449
1450fi
1451
1452echo $ac_n "checking for size_t""... $ac_c" 1>&6
2894793a 1453echo "configure:1454: checking for size_t" >&5
c906108c
SS
1454if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
1455 echo $ac_n "(cached) $ac_c" 1>&6
1456else
1457 cat > conftest.$ac_ext <<EOF
2894793a 1458#line 1459 "configure"
c906108c
SS
1459#include "confdefs.h"
1460#include <sys/types.h>
1461#if STDC_HEADERS
1462#include <stdlib.h>
1463#include <stddef.h>
1464#endif
1465EOF
1466if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1467 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1468 rm -rf conftest*
1469 ac_cv_type_size_t=yes
1470else
1471 rm -rf conftest*
1472 ac_cv_type_size_t=no
1473fi
1474rm -f conftest*
1475
1476fi
1477echo "$ac_t""$ac_cv_type_size_t" 1>&6
1478if test $ac_cv_type_size_t = no; then
1479 cat >> confdefs.h <<\EOF
1480#define size_t unsigned
1481EOF
1482
1483fi
1484
1485# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
1486# for constant arguments. Useless!
1487echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
2894793a 1488echo "configure:1489: checking for working alloca.h" >&5
c906108c
SS
1489if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
1490 echo $ac_n "(cached) $ac_c" 1>&6
1491else
1492 cat > conftest.$ac_ext <<EOF
2894793a 1493#line 1494 "configure"
c906108c
SS
1494#include "confdefs.h"
1495#include <alloca.h>
1496int main() {
1497char *p = alloca(2 * sizeof(int));
1498; return 0; }
1499EOF
2894793a 1500if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
1501 rm -rf conftest*
1502 ac_cv_header_alloca_h=yes
1503else
1504 echo "configure: failed program was:" >&5
1505 cat conftest.$ac_ext >&5
1506 rm -rf conftest*
1507 ac_cv_header_alloca_h=no
1508fi
1509rm -f conftest*
1510fi
1511
1512echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
1513if test $ac_cv_header_alloca_h = yes; then
1514 cat >> confdefs.h <<\EOF
1515#define HAVE_ALLOCA_H 1
1516EOF
1517
1518fi
1519
1520echo $ac_n "checking for alloca""... $ac_c" 1>&6
2894793a 1521echo "configure:1522: checking for alloca" >&5
c906108c
SS
1522if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
1523 echo $ac_n "(cached) $ac_c" 1>&6
1524else
1525 cat > conftest.$ac_ext <<EOF
2894793a 1526#line 1527 "configure"
c906108c
SS
1527#include "confdefs.h"
1528
1529#ifdef __GNUC__
1530# define alloca __builtin_alloca
1531#else
1532# ifdef _MSC_VER
1533# include <malloc.h>
1534# define alloca _alloca
1535# else
1536# if HAVE_ALLOCA_H
1537# include <alloca.h>
1538# else
1539# ifdef _AIX
1540 #pragma alloca
1541# else
1542# ifndef alloca /* predefined by HP cc +Olibcalls */
1543char *alloca ();
1544# endif
1545# endif
1546# endif
1547# endif
1548#endif
1549
1550int main() {
1551char *p = (char *) alloca(1);
1552; return 0; }
1553EOF
2894793a 1554if { (eval echo configure:1555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
1555 rm -rf conftest*
1556 ac_cv_func_alloca_works=yes
1557else
1558 echo "configure: failed program was:" >&5
1559 cat conftest.$ac_ext >&5
1560 rm -rf conftest*
1561 ac_cv_func_alloca_works=no
1562fi
1563rm -f conftest*
1564fi
1565
1566echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
1567if test $ac_cv_func_alloca_works = yes; then
1568 cat >> confdefs.h <<\EOF
1569#define HAVE_ALLOCA 1
1570EOF
1571
1572fi
1573
1574if test $ac_cv_func_alloca_works = no; then
1575 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
1576 # that cause trouble. Some versions do not even contain alloca or
1577 # contain a buggy version. If you still want to use their alloca,
1578 # use ar to extract alloca.o from them instead of compiling alloca.c.
1579 ALLOCA=alloca.${ac_objext}
1580 cat >> confdefs.h <<\EOF
1581#define C_ALLOCA 1
1582EOF
1583
1584
1585echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
2894793a 1586echo "configure:1587: checking whether alloca needs Cray hooks" >&5
c906108c
SS
1587if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
1588 echo $ac_n "(cached) $ac_c" 1>&6
1589else
1590 cat > conftest.$ac_ext <<EOF
2894793a 1591#line 1592 "configure"
c906108c
SS
1592#include "confdefs.h"
1593#if defined(CRAY) && ! defined(CRAY2)
1594webecray
1595#else
1596wenotbecray
1597#endif
1598
1599EOF
1600if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1601 egrep "webecray" >/dev/null 2>&1; then
1602 rm -rf conftest*
1603 ac_cv_os_cray=yes
1604else
1605 rm -rf conftest*
1606 ac_cv_os_cray=no
1607fi
1608rm -f conftest*
1609
1610fi
1611
1612echo "$ac_t""$ac_cv_os_cray" 1>&6
1613if test $ac_cv_os_cray = yes; then
1614for ac_func in _getb67 GETB67 getb67; do
1615 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2894793a 1616echo "configure:1617: checking for $ac_func" >&5
c906108c
SS
1617if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1618 echo $ac_n "(cached) $ac_c" 1>&6
1619else
1620 cat > conftest.$ac_ext <<EOF
2894793a 1621#line 1622 "configure"
c906108c
SS
1622#include "confdefs.h"
1623/* System header to define __stub macros and hopefully few prototypes,
1624 which can conflict with char $ac_func(); below. */
1625#include <assert.h>
1626/* Override any gcc2 internal prototype to avoid an error. */
1627/* We use char because int might match the return type of a gcc2
1628 builtin and then its argument prototype would still apply. */
1629char $ac_func();
1630
1631int main() {
1632
1633/* The GNU C library defines this for functions which it implements
1634 to always fail with ENOSYS. Some functions are actually named
1635 something starting with __ and the normal name is an alias. */
1636#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1637choke me
1638#else
1639$ac_func();
1640#endif
1641
1642; return 0; }
1643EOF
2894793a 1644if { (eval echo configure:1645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
1645 rm -rf conftest*
1646 eval "ac_cv_func_$ac_func=yes"
1647else
1648 echo "configure: failed program was:" >&5
1649 cat conftest.$ac_ext >&5
1650 rm -rf conftest*
1651 eval "ac_cv_func_$ac_func=no"
1652fi
1653rm -f conftest*
1654fi
1655
1656if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1657 echo "$ac_t""yes" 1>&6
1658 cat >> confdefs.h <<EOF
1659#define CRAY_STACKSEG_END $ac_func
1660EOF
1661
1662 break
1663else
1664 echo "$ac_t""no" 1>&6
1665fi
1666
1667done
1668fi
1669
1670echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
2894793a 1671echo "configure:1672: checking stack direction for C alloca" >&5
c906108c
SS
1672if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
1673 echo $ac_n "(cached) $ac_c" 1>&6
1674else
1675 if test "$cross_compiling" = yes; then
1676 ac_cv_c_stack_direction=0
1677else
1678 cat > conftest.$ac_ext <<EOF
2894793a 1679#line 1680 "configure"
c906108c
SS
1680#include "confdefs.h"
1681find_stack_direction ()
1682{
1683 static char *addr = 0;
1684 auto char dummy;
1685 if (addr == 0)
1686 {
1687 addr = &dummy;
1688 return find_stack_direction ();
1689 }
1690 else
1691 return (&dummy > addr) ? 1 : -1;
1692}
1693main ()
1694{
1695 exit (find_stack_direction() < 0);
1696}
1697EOF
2894793a 1698if { (eval echo configure:1699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
1699then
1700 ac_cv_c_stack_direction=1
1701else
1702 echo "configure: failed program was:" >&5
1703 cat conftest.$ac_ext >&5
1704 rm -fr conftest*
1705 ac_cv_c_stack_direction=-1
1706fi
1707rm -fr conftest*
1708fi
1709
1710fi
1711
1712echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
1713cat >> confdefs.h <<EOF
1714#define STACK_DIRECTION $ac_cv_c_stack_direction
1715EOF
1716
1717fi
1718
1719for ac_hdr in unistd.h
1720do
1721ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1722echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2894793a 1723echo "configure:1724: checking for $ac_hdr" >&5
c906108c
SS
1724if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1725 echo $ac_n "(cached) $ac_c" 1>&6
1726else
1727 cat > conftest.$ac_ext <<EOF
2894793a 1728#line 1729 "configure"
c906108c
SS
1729#include "confdefs.h"
1730#include <$ac_hdr>
1731EOF
1732ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 1733{ (eval echo configure:1734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
1734ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1735if test -z "$ac_err"; then
1736 rm -rf conftest*
1737 eval "ac_cv_header_$ac_safe=yes"
1738else
1739 echo "$ac_err" >&5
1740 echo "configure: failed program was:" >&5
1741 cat conftest.$ac_ext >&5
1742 rm -rf conftest*
1743 eval "ac_cv_header_$ac_safe=no"
1744fi
1745rm -f conftest*
1746fi
1747if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1748 echo "$ac_t""yes" 1>&6
1749 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1750 cat >> confdefs.h <<EOF
1751#define $ac_tr_hdr 1
1752EOF
1753
1754else
1755 echo "$ac_t""no" 1>&6
1756fi
1757done
1758
1759for ac_func in getpagesize
1760do
1761echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2894793a 1762echo "configure:1763: checking for $ac_func" >&5
c906108c
SS
1763if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1764 echo $ac_n "(cached) $ac_c" 1>&6
1765else
1766 cat > conftest.$ac_ext <<EOF
2894793a 1767#line 1768 "configure"
c906108c
SS
1768#include "confdefs.h"
1769/* System header to define __stub macros and hopefully few prototypes,
1770 which can conflict with char $ac_func(); below. */
1771#include <assert.h>
1772/* Override any gcc2 internal prototype to avoid an error. */
1773/* We use char because int might match the return type of a gcc2
1774 builtin and then its argument prototype would still apply. */
1775char $ac_func();
1776
1777int main() {
1778
1779/* The GNU C library defines this for functions which it implements
1780 to always fail with ENOSYS. Some functions are actually named
1781 something starting with __ and the normal name is an alias. */
1782#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1783choke me
1784#else
1785$ac_func();
1786#endif
1787
1788; return 0; }
1789EOF
2894793a 1790if { (eval echo configure:1791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
1791 rm -rf conftest*
1792 eval "ac_cv_func_$ac_func=yes"
1793else
1794 echo "configure: failed program was:" >&5
1795 cat conftest.$ac_ext >&5
1796 rm -rf conftest*
1797 eval "ac_cv_func_$ac_func=no"
1798fi
1799rm -f conftest*
1800fi
1801
1802if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1803 echo "$ac_t""yes" 1>&6
1804 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1805 cat >> confdefs.h <<EOF
1806#define $ac_tr_func 1
1807EOF
1808
1809else
1810 echo "$ac_t""no" 1>&6
1811fi
1812done
1813
1814echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2894793a 1815echo "configure:1816: checking for working mmap" >&5
c906108c
SS
1816if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
1817 echo $ac_n "(cached) $ac_c" 1>&6
1818else
1819 if test "$cross_compiling" = yes; then
1820 ac_cv_func_mmap_fixed_mapped=no
1821else
1822 cat > conftest.$ac_ext <<EOF
2894793a 1823#line 1824 "configure"
c906108c
SS
1824#include "confdefs.h"
1825
1826/* Thanks to Mike Haertel and Jim Avera for this test.
1827 Here is a matrix of mmap possibilities:
1828 mmap private not fixed
1829 mmap private fixed at somewhere currently unmapped
1830 mmap private fixed at somewhere already mapped
1831 mmap shared not fixed
1832 mmap shared fixed at somewhere currently unmapped
1833 mmap shared fixed at somewhere already mapped
1834 For private mappings, we should verify that changes cannot be read()
1835 back from the file, nor mmap's back from the file at a different
1836 address. (There have been systems where private was not correctly
1837 implemented like the infamous i386 svr4.0, and systems where the
1838 VM page cache was not coherent with the filesystem buffer cache
1839 like early versions of FreeBSD and possibly contemporary NetBSD.)
1840 For shared mappings, we should conversely verify that changes get
1841 propogated back to all the places they're supposed to be.
1842
1843 Grep wants private fixed already mapped.
1844 The main things grep needs to know about mmap are:
1845 * does it exist and is it safe to write into the mmap'd area
1846 * how to use it (BSD variants) */
1847#include <sys/types.h>
1848#include <fcntl.h>
1849#include <sys/mman.h>
1850
1851/* This mess was copied from the GNU getpagesize.h. */
1852#ifndef HAVE_GETPAGESIZE
1853# ifdef HAVE_UNISTD_H
1854# include <unistd.h>
1855# endif
1856
1857/* Assume that all systems that can run configure have sys/param.h. */
1858# ifndef HAVE_SYS_PARAM_H
1859# define HAVE_SYS_PARAM_H 1
1860# endif
1861
1862# ifdef _SC_PAGESIZE
1863# define getpagesize() sysconf(_SC_PAGESIZE)
1864# else /* no _SC_PAGESIZE */
1865# ifdef HAVE_SYS_PARAM_H
1866# include <sys/param.h>
1867# ifdef EXEC_PAGESIZE
1868# define getpagesize() EXEC_PAGESIZE
1869# else /* no EXEC_PAGESIZE */
1870# ifdef NBPG
1871# define getpagesize() NBPG * CLSIZE
1872# ifndef CLSIZE
1873# define CLSIZE 1
1874# endif /* no CLSIZE */
1875# else /* no NBPG */
1876# ifdef NBPC
1877# define getpagesize() NBPC
1878# else /* no NBPC */
1879# ifdef PAGESIZE
1880# define getpagesize() PAGESIZE
1881# endif /* PAGESIZE */
1882# endif /* no NBPC */
1883# endif /* no NBPG */
1884# endif /* no EXEC_PAGESIZE */
1885# else /* no HAVE_SYS_PARAM_H */
1886# define getpagesize() 8192 /* punt totally */
1887# endif /* no HAVE_SYS_PARAM_H */
1888# endif /* no _SC_PAGESIZE */
1889
1890#endif /* no HAVE_GETPAGESIZE */
1891
1892#ifdef __cplusplus
1893extern "C" { void *malloc(unsigned); }
1894#else
1895char *malloc();
1896#endif
1897
1898int
1899main()
1900{
1901 char *data, *data2, *data3;
1902 int i, pagesize;
1903 int fd;
1904
1905 pagesize = getpagesize();
1906
1907 /*
1908 * First, make a file with some known garbage in it.
1909 */
1910 data = malloc(pagesize);
1911 if (!data)
1912 exit(1);
1913 for (i = 0; i < pagesize; ++i)
1914 *(data + i) = rand();
1915 umask(0);
1916 fd = creat("conftestmmap", 0600);
1917 if (fd < 0)
1918 exit(1);
1919 if (write(fd, data, pagesize) != pagesize)
1920 exit(1);
1921 close(fd);
1922
1923 /*
1924 * Next, try to mmap the file at a fixed address which
1925 * already has something else allocated at it. If we can,
1926 * also make sure that we see the same garbage.
1927 */
1928 fd = open("conftestmmap", O_RDWR);
1929 if (fd < 0)
1930 exit(1);
1931 data2 = malloc(2 * pagesize);
1932 if (!data2)
1933 exit(1);
1934 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
1935 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
1936 MAP_PRIVATE | MAP_FIXED, fd, 0L))
1937 exit(1);
1938 for (i = 0; i < pagesize; ++i)
1939 if (*(data + i) != *(data2 + i))
1940 exit(1);
1941
1942 /*
1943 * Finally, make sure that changes to the mapped area
1944 * do not percolate back to the file as seen by read().
1945 * (This is a bug on some variants of i386 svr4.0.)
1946 */
1947 for (i = 0; i < pagesize; ++i)
1948 *(data2 + i) = *(data2 + i) + 1;
1949 data3 = malloc(pagesize);
1950 if (!data3)
1951 exit(1);
1952 if (read(fd, data3, pagesize) != pagesize)
1953 exit(1);
1954 for (i = 0; i < pagesize; ++i)
1955 if (*(data + i) != *(data3 + i))
1956 exit(1);
1957 close(fd);
1958 unlink("conftestmmap");
1959 exit(0);
1960}
1961
1962EOF
2894793a 1963if { (eval echo configure:1964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
1964then
1965 ac_cv_func_mmap_fixed_mapped=yes
1966else
1967 echo "configure: failed program was:" >&5
1968 cat conftest.$ac_ext >&5
1969 rm -fr conftest*
1970 ac_cv_func_mmap_fixed_mapped=no
1971fi
1972rm -fr conftest*
1973fi
1974
1975fi
1976
1977echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
1978if test $ac_cv_func_mmap_fixed_mapped = yes; then
1979 cat >> confdefs.h <<\EOF
1980#define HAVE_MMAP 1
1981EOF
1982
1983fi
1984
1985
1986 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
1987unistd.h values.h sys/param.h
1988do
1989ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1990echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2894793a 1991echo "configure:1992: checking for $ac_hdr" >&5
c906108c
SS
1992if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1993 echo $ac_n "(cached) $ac_c" 1>&6
1994else
1995 cat > conftest.$ac_ext <<EOF
2894793a 1996#line 1997 "configure"
c906108c
SS
1997#include "confdefs.h"
1998#include <$ac_hdr>
1999EOF
2000ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 2001{ (eval echo configure:2002: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
2002ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2003if test -z "$ac_err"; then
2004 rm -rf conftest*
2005 eval "ac_cv_header_$ac_safe=yes"
2006else
2007 echo "$ac_err" >&5
2008 echo "configure: failed program was:" >&5
2009 cat conftest.$ac_ext >&5
2010 rm -rf conftest*
2011 eval "ac_cv_header_$ac_safe=no"
2012fi
2013rm -f conftest*
2014fi
2015if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2016 echo "$ac_t""yes" 1>&6
2017 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2018 cat >> confdefs.h <<EOF
2019#define $ac_tr_hdr 1
2020EOF
2021
2022else
2023 echo "$ac_t""no" 1>&6
2024fi
2025done
2026
2027 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
2028__argz_count __argz_stringify __argz_next
2029do
2030echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2894793a 2031echo "configure:2032: checking for $ac_func" >&5
c906108c
SS
2032if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2033 echo $ac_n "(cached) $ac_c" 1>&6
2034else
2035 cat > conftest.$ac_ext <<EOF
2894793a 2036#line 2037 "configure"
c906108c
SS
2037#include "confdefs.h"
2038/* System header to define __stub macros and hopefully few prototypes,
2039 which can conflict with char $ac_func(); below. */
2040#include <assert.h>
2041/* Override any gcc2 internal prototype to avoid an error. */
2042/* We use char because int might match the return type of a gcc2
2043 builtin and then its argument prototype would still apply. */
2044char $ac_func();
2045
2046int main() {
2047
2048/* The GNU C library defines this for functions which it implements
2049 to always fail with ENOSYS. Some functions are actually named
2050 something starting with __ and the normal name is an alias. */
2051#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2052choke me
2053#else
2054$ac_func();
2055#endif
2056
2057; return 0; }
2058EOF
2894793a 2059if { (eval echo configure:2060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2060 rm -rf conftest*
2061 eval "ac_cv_func_$ac_func=yes"
2062else
2063 echo "configure: failed program was:" >&5
2064 cat conftest.$ac_ext >&5
2065 rm -rf conftest*
2066 eval "ac_cv_func_$ac_func=no"
2067fi
2068rm -f conftest*
2069fi
2070
2071if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2072 echo "$ac_t""yes" 1>&6
2073 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2074 cat >> confdefs.h <<EOF
2075#define $ac_tr_func 1
2076EOF
2077
2078else
2079 echo "$ac_t""no" 1>&6
2080fi
2081done
2082
2083
2084 if test "${ac_cv_func_stpcpy+set}" != "set"; then
2085 for ac_func in stpcpy
2086do
2087echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2894793a 2088echo "configure:2089: checking for $ac_func" >&5
c906108c
SS
2089if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2090 echo $ac_n "(cached) $ac_c" 1>&6
2091else
2092 cat > conftest.$ac_ext <<EOF
2894793a 2093#line 2094 "configure"
c906108c
SS
2094#include "confdefs.h"
2095/* System header to define __stub macros and hopefully few prototypes,
2096 which can conflict with char $ac_func(); below. */
2097#include <assert.h>
2098/* Override any gcc2 internal prototype to avoid an error. */
2099/* We use char because int might match the return type of a gcc2
2100 builtin and then its argument prototype would still apply. */
2101char $ac_func();
2102
2103int main() {
2104
2105/* The GNU C library defines this for functions which it implements
2106 to always fail with ENOSYS. Some functions are actually named
2107 something starting with __ and the normal name is an alias. */
2108#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2109choke me
2110#else
2111$ac_func();
2112#endif
2113
2114; return 0; }
2115EOF
2894793a 2116if { (eval echo configure:2117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2117 rm -rf conftest*
2118 eval "ac_cv_func_$ac_func=yes"
2119else
2120 echo "configure: failed program was:" >&5
2121 cat conftest.$ac_ext >&5
2122 rm -rf conftest*
2123 eval "ac_cv_func_$ac_func=no"
2124fi
2125rm -f conftest*
2126fi
2127
2128if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2129 echo "$ac_t""yes" 1>&6
2130 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2131 cat >> confdefs.h <<EOF
2132#define $ac_tr_func 1
2133EOF
2134
2135else
2136 echo "$ac_t""no" 1>&6
2137fi
2138done
2139
2140 fi
2141 if test "${ac_cv_func_stpcpy}" = "yes"; then
2142 cat >> confdefs.h <<\EOF
2143#define HAVE_STPCPY 1
2144EOF
2145
2146 fi
2147
2148 if test $ac_cv_header_locale_h = yes; then
2149 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
2894793a 2150echo "configure:2151: checking for LC_MESSAGES" >&5
c906108c
SS
2151if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
2152 echo $ac_n "(cached) $ac_c" 1>&6
2153else
2154 cat > conftest.$ac_ext <<EOF
2894793a 2155#line 2156 "configure"
c906108c
SS
2156#include "confdefs.h"
2157#include <locale.h>
2158int main() {
2159return LC_MESSAGES
2160; return 0; }
2161EOF
2894793a 2162if { (eval echo configure:2163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2163 rm -rf conftest*
2164 am_cv_val_LC_MESSAGES=yes
2165else
2166 echo "configure: failed program was:" >&5
2167 cat conftest.$ac_ext >&5
2168 rm -rf conftest*
2169 am_cv_val_LC_MESSAGES=no
2170fi
2171rm -f conftest*
2172fi
2173
2174echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
2175 if test $am_cv_val_LC_MESSAGES = yes; then
2176 cat >> confdefs.h <<\EOF
2177#define HAVE_LC_MESSAGES 1
2178EOF
2179
2180 fi
2181 fi
2182 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
2894793a 2183echo "configure:2184: checking whether NLS is requested" >&5
c906108c
SS
2184 # Check whether --enable-nls or --disable-nls was given.
2185if test "${enable_nls+set}" = set; then
2186 enableval="$enable_nls"
2187 USE_NLS=$enableval
2188else
2189 USE_NLS=yes
2190fi
2191
2192 echo "$ac_t""$USE_NLS" 1>&6
2193
2194
2195 USE_INCLUDED_LIBINTL=no
2196
2197 if test "$USE_NLS" = "yes"; then
2198 cat >> confdefs.h <<\EOF
2199#define ENABLE_NLS 1
2200EOF
2201
2202 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
2894793a 2203echo "configure:2204: checking whether included gettext is requested" >&5
c906108c
SS
2204 # Check whether --with-included-gettext or --without-included-gettext was given.
2205if test "${with_included_gettext+set}" = set; then
2206 withval="$with_included_gettext"
2207 nls_cv_force_use_gnu_gettext=$withval
2208else
2209 nls_cv_force_use_gnu_gettext=no
2210fi
2211
2212 echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
2213
2214 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
2215 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
2216 nls_cv_header_intl=
2217 nls_cv_header_libgt=
2218 CATOBJEXT=NONE
2219
2220 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
2221echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
2894793a 2222echo "configure:2223: checking for libintl.h" >&5
c906108c
SS
2223if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2224 echo $ac_n "(cached) $ac_c" 1>&6
2225else
2226 cat > conftest.$ac_ext <<EOF
2894793a 2227#line 2228 "configure"
c906108c
SS
2228#include "confdefs.h"
2229#include <libintl.h>
2230EOF
2231ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 2232{ (eval echo configure:2233: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
2233ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2234if test -z "$ac_err"; then
2235 rm -rf conftest*
2236 eval "ac_cv_header_$ac_safe=yes"
2237else
2238 echo "$ac_err" >&5
2239 echo "configure: failed program was:" >&5
2240 cat conftest.$ac_ext >&5
2241 rm -rf conftest*
2242 eval "ac_cv_header_$ac_safe=no"
2243fi
2244rm -f conftest*
2245fi
2246if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2247 echo "$ac_t""yes" 1>&6
2248 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
2894793a 2249echo "configure:2250: checking for gettext in libc" >&5
c906108c
SS
2250if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
2251 echo $ac_n "(cached) $ac_c" 1>&6
2252else
2253 cat > conftest.$ac_ext <<EOF
2894793a 2254#line 2255 "configure"
c906108c
SS
2255#include "confdefs.h"
2256#include <libintl.h>
2257int main() {
2258return (int) gettext ("")
2259; return 0; }
2260EOF
2894793a 2261if { (eval echo configure:2262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2262 rm -rf conftest*
2263 gt_cv_func_gettext_libc=yes
2264else
2265 echo "configure: failed program was:" >&5
2266 cat conftest.$ac_ext >&5
2267 rm -rf conftest*
2268 gt_cv_func_gettext_libc=no
2269fi
2270rm -f conftest*
2271fi
2272
2273echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
2274
2275 if test "$gt_cv_func_gettext_libc" != "yes"; then
2276 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
2894793a 2277echo "configure:2278: checking for bindtextdomain in -lintl" >&5
c906108c
SS
2278ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
2279if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2280 echo $ac_n "(cached) $ac_c" 1>&6
2281else
2282 ac_save_LIBS="$LIBS"
2283LIBS="-lintl $LIBS"
2284cat > conftest.$ac_ext <<EOF
2894793a 2285#line 2286 "configure"
c906108c
SS
2286#include "confdefs.h"
2287/* Override any gcc2 internal prototype to avoid an error. */
2288/* We use char because int might match the return type of a gcc2
2289 builtin and then its argument prototype would still apply. */
2290char bindtextdomain();
2291
2292int main() {
2293bindtextdomain()
2294; return 0; }
2295EOF
2894793a 2296if { (eval echo configure:2297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2297 rm -rf conftest*
2298 eval "ac_cv_lib_$ac_lib_var=yes"
2299else
2300 echo "configure: failed program was:" >&5
2301 cat conftest.$ac_ext >&5
2302 rm -rf conftest*
2303 eval "ac_cv_lib_$ac_lib_var=no"
2304fi
2305rm -f conftest*
2306LIBS="$ac_save_LIBS"
2307
2308fi
2309if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2310 echo "$ac_t""yes" 1>&6
2311 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
2894793a 2312echo "configure:2313: checking for gettext in libintl" >&5
c906108c
SS
2313if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
2314 echo $ac_n "(cached) $ac_c" 1>&6
2315else
2316 cat > conftest.$ac_ext <<EOF
2894793a 2317#line 2318 "configure"
c906108c
SS
2318#include "confdefs.h"
2319
2320int main() {
2321return (int) gettext ("")
2322; return 0; }
2323EOF
2894793a 2324if { (eval echo configure:2325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2325 rm -rf conftest*
2326 gt_cv_func_gettext_libintl=yes
2327else
2328 echo "configure: failed program was:" >&5
2329 cat conftest.$ac_ext >&5
2330 rm -rf conftest*
2331 gt_cv_func_gettext_libintl=no
2332fi
2333rm -f conftest*
2334fi
2335
2336echo "$ac_t""$gt_cv_func_gettext_libintl" 1>&6
2337else
2338 echo "$ac_t""no" 1>&6
2339fi
2340
2341 fi
2342
2343 if test "$gt_cv_func_gettext_libc" = "yes" \
2344 || test "$gt_cv_func_gettext_libintl" = "yes"; then
2345 cat >> confdefs.h <<\EOF
2346#define HAVE_GETTEXT 1
2347EOF
2348
2349 # Extract the first word of "msgfmt", so it can be a program name with args.
2350set dummy msgfmt; ac_word=$2
2351echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2352echo "configure:2353: checking for $ac_word" >&5
c906108c
SS
2353if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
2354 echo $ac_n "(cached) $ac_c" 1>&6
2355else
2356 case "$MSGFMT" in
2357 /*)
2358 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
2359 ;;
2360 *)
2361 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2362 for ac_dir in $PATH; do
2363 test -z "$ac_dir" && ac_dir=.
2364 if test -f $ac_dir/$ac_word; then
2365 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
2366 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
2367 break
2368 fi
2369 fi
2370 done
2371 IFS="$ac_save_ifs"
2372 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
2373 ;;
2374esac
2375fi
2376MSGFMT="$ac_cv_path_MSGFMT"
2377if test -n "$MSGFMT"; then
2378 echo "$ac_t""$MSGFMT" 1>&6
2379else
2380 echo "$ac_t""no" 1>&6
2381fi
2382 if test "$MSGFMT" != "no"; then
2383 for ac_func in dcgettext
2384do
2385echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2894793a 2386echo "configure:2387: checking for $ac_func" >&5
c906108c
SS
2387if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2388 echo $ac_n "(cached) $ac_c" 1>&6
2389else
2390 cat > conftest.$ac_ext <<EOF
2894793a 2391#line 2392 "configure"
c906108c
SS
2392#include "confdefs.h"
2393/* System header to define __stub macros and hopefully few prototypes,
2394 which can conflict with char $ac_func(); below. */
2395#include <assert.h>
2396/* Override any gcc2 internal prototype to avoid an error. */
2397/* We use char because int might match the return type of a gcc2
2398 builtin and then its argument prototype would still apply. */
2399char $ac_func();
2400
2401int main() {
2402
2403/* The GNU C library defines this for functions which it implements
2404 to always fail with ENOSYS. Some functions are actually named
2405 something starting with __ and the normal name is an alias. */
2406#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2407choke me
2408#else
2409$ac_func();
2410#endif
2411
2412; return 0; }
2413EOF
2894793a 2414if { (eval echo configure:2415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2415 rm -rf conftest*
2416 eval "ac_cv_func_$ac_func=yes"
2417else
2418 echo "configure: failed program was:" >&5
2419 cat conftest.$ac_ext >&5
2420 rm -rf conftest*
2421 eval "ac_cv_func_$ac_func=no"
2422fi
2423rm -f conftest*
2424fi
2425
2426if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2427 echo "$ac_t""yes" 1>&6
2428 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2429 cat >> confdefs.h <<EOF
2430#define $ac_tr_func 1
2431EOF
2432
2433else
2434 echo "$ac_t""no" 1>&6
2435fi
2436done
2437
2438 # Extract the first word of "gmsgfmt", so it can be a program name with args.
2439set dummy gmsgfmt; ac_word=$2
2440echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2441echo "configure:2442: checking for $ac_word" >&5
c906108c
SS
2442if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
2443 echo $ac_n "(cached) $ac_c" 1>&6
2444else
2445 case "$GMSGFMT" in
2446 /*)
2447 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
2448 ;;
2449 ?:/*)
2450 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
2451 ;;
2452 *)
2453 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2454 ac_dummy="$PATH"
2455 for ac_dir in $ac_dummy; do
2456 test -z "$ac_dir" && ac_dir=.
2457 if test -f $ac_dir/$ac_word; then
2458 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
2459 break
2460 fi
2461 done
2462 IFS="$ac_save_ifs"
2463 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
2464 ;;
2465esac
2466fi
2467GMSGFMT="$ac_cv_path_GMSGFMT"
2468if test -n "$GMSGFMT"; then
2469 echo "$ac_t""$GMSGFMT" 1>&6
2470else
2471 echo "$ac_t""no" 1>&6
2472fi
2473
2474 # Extract the first word of "xgettext", so it can be a program name with args.
2475set dummy xgettext; ac_word=$2
2476echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2477echo "configure:2478: checking for $ac_word" >&5
c906108c
SS
2478if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
2479 echo $ac_n "(cached) $ac_c" 1>&6
2480else
2481 case "$XGETTEXT" in
2482 /*)
2483 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
2484 ;;
2485 *)
2486 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2487 for ac_dir in $PATH; do
2488 test -z "$ac_dir" && ac_dir=.
2489 if test -f $ac_dir/$ac_word; then
2490 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
2491 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
2492 break
2493 fi
2494 fi
2495 done
2496 IFS="$ac_save_ifs"
2497 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2498 ;;
2499esac
2500fi
2501XGETTEXT="$ac_cv_path_XGETTEXT"
2502if test -n "$XGETTEXT"; then
2503 echo "$ac_t""$XGETTEXT" 1>&6
2504else
2505 echo "$ac_t""no" 1>&6
2506fi
2507
2508 cat > conftest.$ac_ext <<EOF
2894793a 2509#line 2510 "configure"
c906108c
SS
2510#include "confdefs.h"
2511
2512int main() {
2513extern int _nl_msg_cat_cntr;
2514 return _nl_msg_cat_cntr
2515; return 0; }
2516EOF
2894793a 2517if { (eval echo configure:2518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
2518 rm -rf conftest*
2519 CATOBJEXT=.gmo
2520 DATADIRNAME=share
2521else
2522 echo "configure: failed program was:" >&5
2523 cat conftest.$ac_ext >&5
2524 rm -rf conftest*
2525 CATOBJEXT=.mo
2526 DATADIRNAME=lib
2527fi
2528rm -f conftest*
2529 INSTOBJEXT=.mo
2530 fi
2531 fi
2532
2533else
2534 echo "$ac_t""no" 1>&6
2535fi
2536
2537
2538
2539 if test "$CATOBJEXT" = "NONE"; then
2540 nls_cv_use_gnu_gettext=yes
2541 fi
2542 fi
2543
2544 if test "$nls_cv_use_gnu_gettext" = "yes"; then
2545 INTLOBJS="\$(GETTOBJS)"
2546 # Extract the first word of "msgfmt", so it can be a program name with args.
2547set dummy msgfmt; ac_word=$2
2548echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2549echo "configure:2550: checking for $ac_word" >&5
c906108c
SS
2550if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
2551 echo $ac_n "(cached) $ac_c" 1>&6
2552else
2553 case "$MSGFMT" in
2554 /*)
2555 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
2556 ;;
2557 *)
2558 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2559 for ac_dir in $PATH; do
2560 test -z "$ac_dir" && ac_dir=.
2561 if test -f $ac_dir/$ac_word; then
2562 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
2563 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
2564 break
2565 fi
2566 fi
2567 done
2568 IFS="$ac_save_ifs"
2569 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
2570 ;;
2571esac
2572fi
2573MSGFMT="$ac_cv_path_MSGFMT"
2574if test -n "$MSGFMT"; then
2575 echo "$ac_t""$MSGFMT" 1>&6
2576else
2577 echo "$ac_t""no" 1>&6
2578fi
2579
2580 # Extract the first word of "gmsgfmt", so it can be a program name with args.
2581set dummy gmsgfmt; ac_word=$2
2582echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2583echo "configure:2584: checking for $ac_word" >&5
c906108c
SS
2584if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
2585 echo $ac_n "(cached) $ac_c" 1>&6
2586else
2587 case "$GMSGFMT" in
2588 /*)
2589 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
2590 ;;
2591 ?:/*)
2592 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
2593 ;;
2594 *)
2595 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2596 ac_dummy="$PATH"
2597 for ac_dir in $ac_dummy; do
2598 test -z "$ac_dir" && ac_dir=.
2599 if test -f $ac_dir/$ac_word; then
2600 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
2601 break
2602 fi
2603 done
2604 IFS="$ac_save_ifs"
2605 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
2606 ;;
2607esac
2608fi
2609GMSGFMT="$ac_cv_path_GMSGFMT"
2610if test -n "$GMSGFMT"; then
2611 echo "$ac_t""$GMSGFMT" 1>&6
2612else
2613 echo "$ac_t""no" 1>&6
2614fi
2615
2616 # Extract the first word of "xgettext", so it can be a program name with args.
2617set dummy xgettext; ac_word=$2
2618echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2619echo "configure:2620: checking for $ac_word" >&5
c906108c
SS
2620if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
2621 echo $ac_n "(cached) $ac_c" 1>&6
2622else
2623 case "$XGETTEXT" in
2624 /*)
2625 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
2626 ;;
2627 *)
2628 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2629 for ac_dir in $PATH; do
2630 test -z "$ac_dir" && ac_dir=.
2631 if test -f $ac_dir/$ac_word; then
2632 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
2633 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
2634 break
2635 fi
2636 fi
2637 done
2638 IFS="$ac_save_ifs"
2639 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2640 ;;
2641esac
2642fi
2643XGETTEXT="$ac_cv_path_XGETTEXT"
2644if test -n "$XGETTEXT"; then
2645 echo "$ac_t""$XGETTEXT" 1>&6
2646else
2647 echo "$ac_t""no" 1>&6
2648fi
2649
2650
2651 USE_INCLUDED_LIBINTL=yes
2652 CATOBJEXT=.gmo
2653 INSTOBJEXT=.mo
2654 DATADIRNAME=share
2655 INTLDEPS='$(top_builddir)/../intl/libintl.a'
2656 INTLLIBS=$INTLDEPS
2657 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
2658 nls_cv_header_intl=libintl.h
2659 nls_cv_header_libgt=libgettext.h
2660 fi
2661
2662 if test "$XGETTEXT" != ":"; then
2663 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
2664 : ;
2665 else
2666 echo "$ac_t""found xgettext programs is not GNU xgettext; ignore it" 1>&6
2667 XGETTEXT=":"
2668 fi
2669 fi
2670
2671 # We need to process the po/ directory.
2672 POSUB=po
2673 else
2674 DATADIRNAME=share
2675 nls_cv_header_intl=libintl.h
2676 nls_cv_header_libgt=libgettext.h
2677 fi
2678
2679 # If this is used in GNU gettext we have to set USE_NLS to `yes'
2680 # because some of the sources are only built for this goal.
2681 if test "$PACKAGE" = gettext; then
2682 USE_NLS=yes
2683 USE_INCLUDED_LIBINTL=yes
2684 fi
2685
2686 for lang in $ALL_LINGUAS; do
2687 GMOFILES="$GMOFILES $lang.gmo"
2688 POFILES="$POFILES $lang.po"
2689 done
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704 if test "x$CATOBJEXT" != "x"; then
2705 if test "x$ALL_LINGUAS" = "x"; then
2706 LINGUAS=
2707 else
2708 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
2894793a 2709echo "configure:2710: checking for catalogs to be installed" >&5
c906108c
SS
2710 NEW_LINGUAS=
2711 for lang in ${LINGUAS=$ALL_LINGUAS}; do
2712 case "$ALL_LINGUAS" in
2713 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
2714 esac
2715 done
2716 LINGUAS=$NEW_LINGUAS
2717 echo "$ac_t""$LINGUAS" 1>&6
2718 fi
2719
2720 if test -n "$LINGUAS"; then
2721 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
2722 fi
2723 fi
2724
2725 if test $ac_cv_header_locale_h = yes; then
2726 INCLUDE_LOCALE_H="#include <locale.h>"
2727 else
2728 INCLUDE_LOCALE_H="\
2729/* The system does not provide the header <locale.h>. Take care yourself. */"
2730 fi
2731
2732
2733 if test -f $srcdir/po2tbl.sed.in; then
2734 if test "$CATOBJEXT" = ".cat"; then
2735 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
2736echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
2894793a 2737echo "configure:2738: checking for linux/version.h" >&5
c906108c
SS
2738if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2739 echo $ac_n "(cached) $ac_c" 1>&6
2740else
2741 cat > conftest.$ac_ext <<EOF
2894793a 2742#line 2743 "configure"
c906108c
SS
2743#include "confdefs.h"
2744#include <linux/version.h>
2745EOF
2746ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2894793a 2747{ (eval echo configure:2748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
2748ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2749if test -z "$ac_err"; then
2750 rm -rf conftest*
2751 eval "ac_cv_header_$ac_safe=yes"
2752else
2753 echo "$ac_err" >&5
2754 echo "configure: failed program was:" >&5
2755 cat conftest.$ac_ext >&5
2756 rm -rf conftest*
2757 eval "ac_cv_header_$ac_safe=no"
2758fi
2759rm -f conftest*
2760fi
2761if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2762 echo "$ac_t""yes" 1>&6
2763 msgformat=linux
2764else
2765 echo "$ac_t""no" 1>&6
2766msgformat=xopen
2767fi
2768
2769
2770 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
2771 fi
2772 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
2773 $srcdir/po2tbl.sed.in > po2tbl.sed
2774 fi
2775
2776 if test "$PACKAGE" = "gettext"; then
2777 GT_NO="#NO#"
2778 GT_YES=
2779 else
2780 GT_NO=
2781 GT_YES="#YES#"
2782 fi
2783
2784
2785
2786 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
2787
2788
2789 l=
2790
2791
2792 if test -d $srcdir/po; then
2793 test -d po || mkdir po
2794 if test "x$srcdir" != "x."; then
2795 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
2796 posrcprefix="$srcdir/"
2797 else
2798 posrcprefix="../$srcdir/"
2799 fi
2800 else
2801 posrcprefix="../"
2802 fi
2803 rm -f po/POTFILES
2804 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
2805 < $srcdir/po/POTFILES.in > po/POTFILES
2806 fi
2807
2808
2809
2810CONFIG_OBS=
2811CONFIG_DEPS=
2812CONFIG_SRCS=
fb40c209
AC
2813CONFIG_INITS=
2814ENABLE_CFLAGS=
b3a90332
AC
2815CONFIG_ALL=
2816CONFIG_CLEAN=
e56ac5c3
AC
2817CONFIG_INSTALL=
2818CONFIG_UNINSTALL=
c906108c
SS
2819
2820configdirs="doc testsuite"
2821
96baa820
JM
2822# Check whether --enable-multi-ice or --disable-multi-ice was given.
2823if test "${enable_multi_ice+set}" = set; then
2824 enableval="$enable_multi_ice"
2825 case "${enableval}" in
2826 yes ) enable_multi_ice="yes" ;;
2827 no) enable_multi_ice="no" ;;
2828 *) { echo "configure: error: Bad value for --enable-multi-ice: ${enableval}" 1>&2; exit 1; } ;;
2829 esac
2830
2831fi
2832
2833
2834if test "${enable_multi_ice}" = "yes"; then
2835 configdirs="${configdirs} multi-ice"
2836fi
2837
c906108c
SS
2838
2839. ${srcdir}/configure.host
2840
2841. ${srcdir}/configure.tgt
2842
2843
0d06e24b 2844for ac_prog in mawk gawk nawk awk
7a292a7a
SS
2845do
2846# Extract the first word of "$ac_prog", so it can be a program name with args.
2847set dummy $ac_prog; ac_word=$2
2848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2849echo "configure:2850: checking for $ac_word" >&5
7a292a7a
SS
2850if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
2851 echo $ac_n "(cached) $ac_c" 1>&6
2852else
2853 if test -n "$AWK"; then
2854 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2855else
2856 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2857 ac_dummy="$PATH"
2858 for ac_dir in $ac_dummy; do
2859 test -z "$ac_dir" && ac_dir=.
2860 if test -f $ac_dir/$ac_word; then
2861 ac_cv_prog_AWK="$ac_prog"
2862 break
2863 fi
2864 done
2865 IFS="$ac_save_ifs"
2866fi
2867fi
2868AWK="$ac_cv_prog_AWK"
2869if test -n "$AWK"; then
2870 echo "$ac_t""$AWK" 1>&6
2871else
2872 echo "$ac_t""no" 1>&6
2873fi
2874
2875test -n "$AWK" && break
2876done
2877
c906108c
SS
2878# Find a good install program. We prefer a C program (faster),
2879# so one script is as good as another. But avoid the broken or
2880# incompatible versions:
2881# SysV /etc/install, /usr/sbin/install
2882# SunOS /usr/etc/install
2883# IRIX /sbin/install
2884# AIX /bin/install
2885# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2886# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2887# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2888# ./install, which can be erroneously created by make from ./install.sh.
2889echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2894793a 2890echo "configure:2891: checking for a BSD compatible install" >&5
c906108c
SS
2891if test -z "$INSTALL"; then
2892if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2893 echo $ac_n "(cached) $ac_c" 1>&6
2894else
2895 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
2896 for ac_dir in $PATH; do
2897 # Account for people who put trailing slashes in PATH elements.
2898 case "$ac_dir/" in
2899 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
2900 *)
2901 # OSF1 and SCO ODT 3.0 have their own names for install.
2902 # Don't use installbsd from OSF since it installs stuff as root
2903 # by default.
2904 for ac_prog in ginstall scoinst install; do
2905 if test -f $ac_dir/$ac_prog; then
2906 if test $ac_prog = install &&
2907 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
2908 # AIX install. It has an incompatible calling convention.
2909 :
2910 else
2911 ac_cv_path_install="$ac_dir/$ac_prog -c"
2912 break 2
2913 fi
2914 fi
2915 done
2916 ;;
2917 esac
2918 done
2919 IFS="$ac_save_IFS"
2920
2921fi
2922 if test "${ac_cv_path_install+set}" = set; then
2923 INSTALL="$ac_cv_path_install"
2924 else
2925 # As a last resort, use the slow shell script. We don't cache a
2926 # path for INSTALL within a source directory, because that will
2927 # break other packages using the cache if that directory is
2928 # removed, or if the path is relative.
2929 INSTALL="$ac_install_sh"
2930 fi
2931fi
2932echo "$ac_t""$INSTALL" 1>&6
2933
2934# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2935# It thinks the first close brace ends the variable substitution.
2936test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2937
2938test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
2939
2940test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2941
2942if test $host != $build; then
2943 ac_tool_prefix=${host_alias}-
2944else
2945 ac_tool_prefix=
2946fi
2947
2948# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
2949set dummy ${ac_tool_prefix}ar; ac_word=$2
2950echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2951echo "configure:2952: checking for $ac_word" >&5
c906108c
SS
2952if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
2953 echo $ac_n "(cached) $ac_c" 1>&6
2954else
2955 if test -n "$AR"; then
2956 ac_cv_prog_AR="$AR" # Let the user override the test.
2957else
2958 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2959 ac_dummy="$PATH"
2960 for ac_dir in $ac_dummy; do
2961 test -z "$ac_dir" && ac_dir=.
2962 if test -f $ac_dir/$ac_word; then
2963 ac_cv_prog_AR="${ac_tool_prefix}ar"
2964 break
2965 fi
2966 done
2967 IFS="$ac_save_ifs"
2968 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
2969fi
2970fi
2971AR="$ac_cv_prog_AR"
2972if test -n "$AR"; then
2973 echo "$ac_t""$AR" 1>&6
2974else
2975 echo "$ac_t""no" 1>&6
2976fi
2977
2978
2979
2980# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2981set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2982echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 2983echo "configure:2984: checking for $ac_word" >&5
c906108c
SS
2984if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2985 echo $ac_n "(cached) $ac_c" 1>&6
2986else
2987 if test -n "$RANLIB"; then
2988 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2989else
2990 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2991 ac_dummy="$PATH"
2992 for ac_dir in $ac_dummy; do
2993 test -z "$ac_dir" && ac_dir=.
2994 if test -f $ac_dir/$ac_word; then
2995 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2996 break
2997 fi
2998 done
2999 IFS="$ac_save_ifs"
3000fi
3001fi
3002RANLIB="$ac_cv_prog_RANLIB"
3003if test -n "$RANLIB"; then
3004 echo "$ac_t""$RANLIB" 1>&6
3005else
3006 echo "$ac_t""no" 1>&6
3007fi
3008
3009
3010if test -z "$ac_cv_prog_RANLIB"; then
3011if test -n "$ac_tool_prefix"; then
3012 # Extract the first word of "ranlib", so it can be a program name with args.
3013set dummy ranlib; ac_word=$2
3014echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2894793a 3015echo "configure:3016: checking for $ac_word" >&5
c906108c
SS
3016if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
3017 echo $ac_n "(cached) $ac_c" 1>&6
3018else
3019 if test -n "$RANLIB"; then
3020 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3021else
3022 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3023 ac_dummy="$PATH"
3024 for ac_dir in $ac_dummy; do
3025 test -z "$ac_dir" && ac_dir=.
3026 if test -f $ac_dir/$ac_word; then
3027 ac_cv_prog_RANLIB="ranlib"
3028 break
3029 fi
3030 done
3031 IFS="$ac_save_ifs"
3032 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
3033fi
3034fi
3035RANLIB="$ac_cv_prog_RANLIB"
3036if test -n "$RANLIB"; then
3037 echo "$ac_t""$RANLIB" 1>&6
3038else
3039 echo "$ac_t""no" 1>&6
3040fi
3041
3042else
3043 RANLIB=":"
3044fi
3045fi
3046
95ca63c4
CF
3047# Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
3048set dummy ${ac_tool_prefix}dlltool; ac_word=$2
3049echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3050echo "configure:3051: checking for $ac_word" >&5
3051if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
3052 echo $ac_n "(cached) $ac_c" 1>&6
3053else
3054 if test -n "$DLLTOOL"; then
3055 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
3056else
3057 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3058 ac_dummy="$PATH"
3059 for ac_dir in $ac_dummy; do
3060 test -z "$ac_dir" && ac_dir=.
3061 if test -f $ac_dir/$ac_word; then
3062 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
3063 break
3064 fi
3065 done
3066 IFS="$ac_save_ifs"
3067 test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="dlltool"
3068fi
3069fi
3070DLLTOOL="$ac_cv_prog_DLLTOOL"
3071if test -n "$DLLTOOL"; then
3072 echo "$ac_t""$DLLTOOL" 1>&6
3073else
3074 echo "$ac_t""no" 1>&6
3075fi
3076
3077
3078
3079# Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
3080set dummy ${ac_tool_prefix}windres; ac_word=$2
3081echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3082echo "configure:3083: checking for $ac_word" >&5
3083if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
3084 echo $ac_n "(cached) $ac_c" 1>&6
3085else
3086 if test -n "$WINDRES"; then
3087 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
3088else
3089 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3090 ac_dummy="$PATH"
3091 for ac_dir in $ac_dummy; do
3092 test -z "$ac_dir" && ac_dir=.
3093 if test -f $ac_dir/$ac_word; then
3094 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
3095 break
3096 fi
3097 done
3098 IFS="$ac_save_ifs"
3099 test -z "$ac_cv_prog_WINDRES" && ac_cv_prog_WINDRES="windres"
3100fi
3101fi
3102WINDRES="$ac_cv_prog_WINDRES"
3103if test -n "$WINDRES"; then
3104 echo "$ac_t""$WINDRES" 1>&6
3105else
3106 echo "$ac_t""no" 1>&6
3107fi
3108
3109
3110
c906108c
SS
3111for ac_prog in 'bison -y' byacc
3112do
3113# Extract the first word of "$ac_prog", so it can be a program name with args.
3114set dummy $ac_prog; ac_word=$2
3115echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
95ca63c4 3116echo "configure:3117: checking for $ac_word" >&5
c906108c
SS
3117if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
3118 echo $ac_n "(cached) $ac_c" 1>&6
3119else
3120 if test -n "$YACC"; then
3121 ac_cv_prog_YACC="$YACC" # Let the user override the test.
3122else
3123 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3124 ac_dummy="$PATH"
3125 for ac_dir in $ac_dummy; do
3126 test -z "$ac_dir" && ac_dir=.
3127 if test -f $ac_dir/$ac_word; then
3128 ac_cv_prog_YACC="$ac_prog"
3129 break
3130 fi
3131 done
3132 IFS="$ac_save_ifs"
3133fi
3134fi
3135YACC="$ac_cv_prog_YACC"
3136if test -n "$YACC"; then
3137 echo "$ac_t""$YACC" 1>&6
3138else
3139 echo "$ac_t""no" 1>&6
3140fi
3141
3142test -n "$YACC" && break
3143done
3144test -n "$YACC" || YACC="yacc"
3145
3146
75c6e08a
MK
3147# Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
3148set dummy ${ac_tool_prefix}mig; ac_word=$2
3149echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
95ca63c4 3150echo "configure:3151: checking for $ac_word" >&5
75c6e08a
MK
3151if eval "test \"`echo '$''{'ac_cv_prog_MIG'+set}'`\" = set"; then
3152 echo $ac_n "(cached) $ac_c" 1>&6
3153else
3154 if test -n "$MIG"; then
3155 ac_cv_prog_MIG="$MIG" # Let the user override the test.
3156else
3157 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3158 ac_dummy="$PATH"
3159 for ac_dir in $ac_dummy; do
3160 test -z "$ac_dir" && ac_dir=.
3161 if test -f $ac_dir/$ac_word; then
3162 ac_cv_prog_MIG="${ac_tool_prefix}mig"
3163 break
3164 fi
3165 done
3166 IFS="$ac_save_ifs"
3167 test -z "$ac_cv_prog_MIG" && ac_cv_prog_MIG="mig"
3168fi
3169fi
3170MIG="$ac_cv_prog_MIG"
3171if test -n "$MIG"; then
3172 echo "$ac_t""$MIG" 1>&6
3173else
3174 echo "$ac_t""no" 1>&6
3175fi
3176
3177
3178
3179
c906108c
SS
3180if test "$program_transform_name" = s,x,x,; then
3181 program_transform_name=
3182else
3183 # Double any \ or $. echo might interpret backslashes.
3184 cat <<\EOF_SED > conftestsed
3185s,\\,\\\\,g; s,\$,$$,g
3186EOF_SED
3187 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
3188 rm -f conftestsed
3189fi
3190test "$program_prefix" != NONE &&
3191 program_transform_name="s,^,${program_prefix},; $program_transform_name"
3192# Use a double $ so make ignores it.
3193test "$program_suffix" != NONE &&
3194 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
3195
3196# sed with no file args requires a program.
3197test "$program_transform_name" = "" && program_transform_name="s,x,x,"
3198
3199
3200echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
95ca63c4 3201echo "configure:3202: checking return type of signal handlers" >&5
c906108c
SS
3202if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
3203 echo $ac_n "(cached) $ac_c" 1>&6
3204else
3205 cat > conftest.$ac_ext <<EOF
95ca63c4 3206#line 3207 "configure"
c906108c
SS
3207#include "confdefs.h"
3208#include <sys/types.h>
3209#include <signal.h>
3210#ifdef signal
3211#undef signal
3212#endif
3213#ifdef __cplusplus
3214extern "C" void (*signal (int, void (*)(int)))(int);
3215#else
3216void (*signal ()) ();
3217#endif
3218
3219int main() {
3220int i;
3221; return 0; }
3222EOF
95ca63c4 3223if { (eval echo configure:3224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
3224 rm -rf conftest*
3225 ac_cv_type_signal=void
3226else
3227 echo "configure: failed program was:" >&5
3228 cat conftest.$ac_ext >&5
3229 rm -rf conftest*
3230 ac_cv_type_signal=int
3231fi
3232rm -f conftest*
3233fi
3234
3235echo "$ac_t""$ac_cv_type_signal" 1>&6
3236cat >> confdefs.h <<EOF
3237#define RETSIGTYPE $ac_cv_type_signal
3238EOF
3239
3240
3241
3242echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
95ca63c4 3243echo "configure:3244: checking for ANSI C header files" >&5
c906108c
SS
3244if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
3245 echo $ac_n "(cached) $ac_c" 1>&6
3246else
3247 cat > conftest.$ac_ext <<EOF
95ca63c4 3248#line 3249 "configure"
c906108c
SS
3249#include "confdefs.h"
3250#include <stdlib.h>
3251#include <stdarg.h>
3252#include <string.h>
3253#include <float.h>
3254EOF
3255ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
95ca63c4 3256{ (eval echo configure:3257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
3257ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3258if test -z "$ac_err"; then
3259 rm -rf conftest*
3260 ac_cv_header_stdc=yes
3261else
3262 echo "$ac_err" >&5
3263 echo "configure: failed program was:" >&5
3264 cat conftest.$ac_ext >&5
3265 rm -rf conftest*
3266 ac_cv_header_stdc=no
3267fi
3268rm -f conftest*
3269
3270if test $ac_cv_header_stdc = yes; then
3271 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3272cat > conftest.$ac_ext <<EOF
95ca63c4 3273#line 3274 "configure"
c906108c
SS
3274#include "confdefs.h"
3275#include <string.h>
3276EOF
3277if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3278 egrep "memchr" >/dev/null 2>&1; then
3279 :
3280else
3281 rm -rf conftest*
3282 ac_cv_header_stdc=no
3283fi
3284rm -f conftest*
3285
3286fi
3287
3288if test $ac_cv_header_stdc = yes; then
3289 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3290cat > conftest.$ac_ext <<EOF
95ca63c4 3291#line 3292 "configure"
c906108c
SS
3292#include "confdefs.h"
3293#include <stdlib.h>
3294EOF
3295if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3296 egrep "free" >/dev/null 2>&1; then
3297 :
3298else
3299 rm -rf conftest*
3300 ac_cv_header_stdc=no
3301fi
3302rm -f conftest*
3303
3304fi
3305
3306if test $ac_cv_header_stdc = yes; then
3307 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3308if test "$cross_compiling" = yes; then
3309 :
3310else
3311 cat > conftest.$ac_ext <<EOF
95ca63c4 3312#line 3313 "configure"
c906108c
SS
3313#include "confdefs.h"
3314#include <ctype.h>
3315#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3316#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3317#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3318int main () { int i; for (i = 0; i < 256; i++)
3319if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
3320exit (0); }
3321
3322EOF
95ca63c4 3323if { (eval echo configure:3324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
3324then
3325 :
3326else
3327 echo "configure: failed program was:" >&5
3328 cat conftest.$ac_ext >&5
3329 rm -fr conftest*
3330 ac_cv_header_stdc=no
3331fi
3332rm -fr conftest*
3333fi
3334
3335fi
3336fi
3337
3338echo "$ac_t""$ac_cv_header_stdc" 1>&6
3339if test $ac_cv_header_stdc = yes; then
3340 cat >> confdefs.h <<\EOF
3341#define STDC_HEADERS 1
3342EOF
3343
3344fi
3345
3346
6abadcf8
ND
3347
3348case $host_os in solaris2.7) case "$GCC" in yes)
3349 cat >> confdefs.h <<\EOF
3350#define _MSE_INT_H 1
3351EOF
3352
3353esac; esac
3354
2894793a 3355for ac_hdr in ctype.h endian.h link.h thread_db.h proc_service.h \
c906108c 3356 memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \
ed9a39eb 3357 string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \
c906108c 3358 term.h termio.h termios.h unistd.h wait.h sys/wait.h \
104c1213 3359 wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \
4b14d3e4 3360 time.h sys/ioctl.h sys/user.h \
2894793a
AC
3361 dirent.h sys/ndir.h sys/dir.h ndir.h \
3362 curses.h ncurses.h
c906108c
SS
3363do
3364ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3365echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
95ca63c4 3366echo "configure:3367: checking for $ac_hdr" >&5
c906108c
SS
3367if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3368 echo $ac_n "(cached) $ac_c" 1>&6
3369else
3370 cat > conftest.$ac_ext <<EOF
95ca63c4 3371#line 3372 "configure"
c906108c
SS
3372#include "confdefs.h"
3373#include <$ac_hdr>
3374EOF
3375ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
95ca63c4 3376{ (eval echo configure:3377: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
3377ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3378if test -z "$ac_err"; then
3379 rm -rf conftest*
3380 eval "ac_cv_header_$ac_safe=yes"
3381else
3382 echo "$ac_err" >&5
3383 echo "configure: failed program was:" >&5
3384 cat conftest.$ac_ext >&5
3385 rm -rf conftest*
3386 eval "ac_cv_header_$ac_safe=no"
3387fi
3388rm -f conftest*
3389fi
3390if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3391 echo "$ac_t""yes" 1>&6
3392 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3393 cat >> confdefs.h <<EOF
3394#define $ac_tr_hdr 1
3395EOF
3396
3397else
3398 echo "$ac_t""no" 1>&6
3399fi
3400done
3401
3402echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
95ca63c4 3403echo "configure:3404: checking whether stat file-mode macros are broken" >&5
c906108c
SS
3404if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
3405 echo $ac_n "(cached) $ac_c" 1>&6
3406else
3407 cat > conftest.$ac_ext <<EOF
95ca63c4 3408#line 3409 "configure"
c906108c
SS
3409#include "confdefs.h"
3410#include <sys/types.h>
3411#include <sys/stat.h>
3412
3413#if defined(S_ISBLK) && defined(S_IFDIR)
3414# if S_ISBLK (S_IFDIR)
3415You lose.
3416# endif
3417#endif
3418
3419#if defined(S_ISBLK) && defined(S_IFCHR)
3420# if S_ISBLK (S_IFCHR)
3421You lose.
3422# endif
3423#endif
3424
3425#if defined(S_ISLNK) && defined(S_IFREG)
3426# if S_ISLNK (S_IFREG)
3427You lose.
3428# endif
3429#endif
3430
3431#if defined(S_ISSOCK) && defined(S_IFREG)
3432# if S_ISSOCK (S_IFREG)
3433You lose.
3434# endif
3435#endif
3436
3437EOF
3438if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3439 egrep "You lose" >/dev/null 2>&1; then
3440 rm -rf conftest*
3441 ac_cv_header_stat_broken=yes
3442else
3443 rm -rf conftest*
3444 ac_cv_header_stat_broken=no
3445fi
3446rm -f conftest*
3447
3448fi
3449
3450echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
3451if test $ac_cv_header_stat_broken = yes; then
3452 cat >> confdefs.h <<\EOF
3453#define STAT_MACROS_BROKEN 1
3454EOF
3455
3456fi
3457
3458
3459echo $ac_n "checking for working const""... $ac_c" 1>&6
95ca63c4 3460echo "configure:3461: checking for working const" >&5
c906108c
SS
3461if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
3462 echo $ac_n "(cached) $ac_c" 1>&6
3463else
3464 cat > conftest.$ac_ext <<EOF
95ca63c4 3465#line 3466 "configure"
c906108c
SS
3466#include "confdefs.h"
3467
3468int main() {
3469
3470/* Ultrix mips cc rejects this. */
3471typedef int charset[2]; const charset x;
3472/* SunOS 4.1.1 cc rejects this. */
3473char const *const *ccp;
3474char **p;
3475/* NEC SVR4.0.2 mips cc rejects this. */
3476struct point {int x, y;};
3477static struct point const zero = {0,0};
3478/* AIX XL C 1.02.0.0 rejects this.
3479 It does not let you subtract one const X* pointer from another in an arm
3480 of an if-expression whose if-part is not a constant expression */
3481const char *g = "string";
3482ccp = &g + (g ? g-g : 0);
3483/* HPUX 7.0 cc rejects these. */
3484++ccp;
3485p = (char**) ccp;
3486ccp = (char const *const *) p;
3487{ /* SCO 3.2v4 cc rejects this. */
3488 char *t;
3489 char const *s = 0 ? (char *) 0 : (char const *) 0;
3490
3491 *t++ = 0;
3492}
3493{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3494 int x[] = {25, 17};
3495 const int *foo = &x[0];
3496 ++foo;
3497}
3498{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3499 typedef const int *iptr;
3500 iptr p = 0;
3501 ++p;
3502}
3503{ /* AIX XL C 1.02.0.0 rejects this saying
3504 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3505 struct s { int j; const int *ap[3]; };
3506 struct s *b; b->j = 5;
3507}
3508{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3509 const int foo = 10;
3510}
3511
3512; return 0; }
3513EOF
95ca63c4 3514if { (eval echo configure:3515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
3515 rm -rf conftest*
3516 ac_cv_c_const=yes
3517else
3518 echo "configure: failed program was:" >&5
3519 cat conftest.$ac_ext >&5
3520 rm -rf conftest*
3521 ac_cv_c_const=no
3522fi
3523rm -f conftest*
3524fi
3525
3526echo "$ac_t""$ac_cv_c_const" 1>&6
3527if test $ac_cv_c_const = no; then
3528 cat >> confdefs.h <<\EOF
3529#define const
3530EOF
3531
3532fi
3533
3534
2acceee2 3535for ac_func in setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask
c906108c
SS
3536do
3537echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
95ca63c4 3538echo "configure:3539: checking for $ac_func" >&5
c906108c
SS
3539if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3540 echo $ac_n "(cached) $ac_c" 1>&6
3541else
3542 cat > conftest.$ac_ext <<EOF
95ca63c4 3543#line 3544 "configure"
c906108c
SS
3544#include "confdefs.h"
3545/* System header to define __stub macros and hopefully few prototypes,
3546 which can conflict with char $ac_func(); below. */
3547#include <assert.h>
3548/* Override any gcc2 internal prototype to avoid an error. */
3549/* We use char because int might match the return type of a gcc2
3550 builtin and then its argument prototype would still apply. */
3551char $ac_func();
3552
3553int main() {
3554
3555/* The GNU C library defines this for functions which it implements
3556 to always fail with ENOSYS. Some functions are actually named
3557 something starting with __ and the normal name is an alias. */
3558#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3559choke me
3560#else
3561$ac_func();
3562#endif
3563
3564; return 0; }
3565EOF
95ca63c4 3566if { (eval echo configure:3567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
3567 rm -rf conftest*
3568 eval "ac_cv_func_$ac_func=yes"
3569else
3570 echo "configure: failed program was:" >&5
3571 cat conftest.$ac_ext >&5
3572 rm -rf conftest*
3573 eval "ac_cv_func_$ac_func=no"
3574fi
3575rm -f conftest*
3576fi
3577
3578if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3579 echo "$ac_t""yes" 1>&6
3580 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3581 cat >> confdefs.h <<EOF
3582#define $ac_tr_func 1
3583EOF
3584
3585else
3586 echo "$ac_t""no" 1>&6
3587fi
3588done
3589
3590# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
3591# for constant arguments. Useless!
3592echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
95ca63c4 3593echo "configure:3594: checking for working alloca.h" >&5
c906108c
SS
3594if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
3595 echo $ac_n "(cached) $ac_c" 1>&6
3596else
3597 cat > conftest.$ac_ext <<EOF
95ca63c4 3598#line 3599 "configure"
c906108c
SS
3599#include "confdefs.h"
3600#include <alloca.h>
3601int main() {
3602char *p = alloca(2 * sizeof(int));
3603; return 0; }
3604EOF
95ca63c4 3605if { (eval echo configure:3606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
3606 rm -rf conftest*
3607 ac_cv_header_alloca_h=yes
3608else
3609 echo "configure: failed program was:" >&5
3610 cat conftest.$ac_ext >&5
3611 rm -rf conftest*
3612 ac_cv_header_alloca_h=no
3613fi
3614rm -f conftest*
3615fi
3616
3617echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
3618if test $ac_cv_header_alloca_h = yes; then
3619 cat >> confdefs.h <<\EOF
3620#define HAVE_ALLOCA_H 1
3621EOF
3622
3623fi
3624
3625echo $ac_n "checking for alloca""... $ac_c" 1>&6
95ca63c4 3626echo "configure:3627: checking for alloca" >&5
c906108c
SS
3627if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
3628 echo $ac_n "(cached) $ac_c" 1>&6
3629else
3630 cat > conftest.$ac_ext <<EOF
95ca63c4 3631#line 3632 "configure"
c906108c
SS
3632#include "confdefs.h"
3633
3634#ifdef __GNUC__
3635# define alloca __builtin_alloca
3636#else
3637# ifdef _MSC_VER
3638# include <malloc.h>
3639# define alloca _alloca
3640# else
3641# if HAVE_ALLOCA_H
3642# include <alloca.h>
3643# else
3644# ifdef _AIX
3645 #pragma alloca
3646# else
3647# ifndef alloca /* predefined by HP cc +Olibcalls */
3648char *alloca ();
3649# endif
3650# endif
3651# endif
3652# endif
3653#endif
3654
3655int main() {
3656char *p = (char *) alloca(1);
3657; return 0; }
3658EOF
95ca63c4 3659if { (eval echo configure:3660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
3660 rm -rf conftest*
3661 ac_cv_func_alloca_works=yes
3662else
3663 echo "configure: failed program was:" >&5
3664 cat conftest.$ac_ext >&5
3665 rm -rf conftest*
3666 ac_cv_func_alloca_works=no
3667fi
3668rm -f conftest*
3669fi
3670
3671echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
3672if test $ac_cv_func_alloca_works = yes; then
3673 cat >> confdefs.h <<\EOF
3674#define HAVE_ALLOCA 1
3675EOF
3676
3677fi
3678
3679if test $ac_cv_func_alloca_works = no; then
3680 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
3681 # that cause trouble. Some versions do not even contain alloca or
3682 # contain a buggy version. If you still want to use their alloca,
3683 # use ar to extract alloca.o from them instead of compiling alloca.c.
3684 ALLOCA=alloca.${ac_objext}
3685 cat >> confdefs.h <<\EOF
3686#define C_ALLOCA 1
3687EOF
3688
3689
3690echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
95ca63c4 3691echo "configure:3692: checking whether alloca needs Cray hooks" >&5
c906108c
SS
3692if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
3693 echo $ac_n "(cached) $ac_c" 1>&6
3694else
3695 cat > conftest.$ac_ext <<EOF
95ca63c4 3696#line 3697 "configure"
c906108c
SS
3697#include "confdefs.h"
3698#if defined(CRAY) && ! defined(CRAY2)
3699webecray
3700#else
3701wenotbecray
3702#endif
3703
3704EOF
3705if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3706 egrep "webecray" >/dev/null 2>&1; then
3707 rm -rf conftest*
3708 ac_cv_os_cray=yes
3709else
3710 rm -rf conftest*
3711 ac_cv_os_cray=no
3712fi
3713rm -f conftest*
3714
3715fi
3716
3717echo "$ac_t""$ac_cv_os_cray" 1>&6
3718if test $ac_cv_os_cray = yes; then
3719for ac_func in _getb67 GETB67 getb67; do
3720 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
95ca63c4 3721echo "configure:3722: checking for $ac_func" >&5
c906108c
SS
3722if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3723 echo $ac_n "(cached) $ac_c" 1>&6
3724else
3725 cat > conftest.$ac_ext <<EOF
95ca63c4 3726#line 3727 "configure"
c906108c
SS
3727#include "confdefs.h"
3728/* System header to define __stub macros and hopefully few prototypes,
3729 which can conflict with char $ac_func(); below. */
3730#include <assert.h>
3731/* Override any gcc2 internal prototype to avoid an error. */
3732/* We use char because int might match the return type of a gcc2
3733 builtin and then its argument prototype would still apply. */
3734char $ac_func();
3735
3736int main() {
3737
3738/* The GNU C library defines this for functions which it implements
3739 to always fail with ENOSYS. Some functions are actually named
3740 something starting with __ and the normal name is an alias. */
3741#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3742choke me
3743#else
3744$ac_func();
3745#endif
3746
3747; return 0; }
3748EOF
95ca63c4 3749if { (eval echo configure:3750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
3750 rm -rf conftest*
3751 eval "ac_cv_func_$ac_func=yes"
3752else
3753 echo "configure: failed program was:" >&5
3754 cat conftest.$ac_ext >&5
3755 rm -rf conftest*
3756 eval "ac_cv_func_$ac_func=no"
3757fi
3758rm -f conftest*
3759fi
3760
3761if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3762 echo "$ac_t""yes" 1>&6
3763 cat >> confdefs.h <<EOF
3764#define CRAY_STACKSEG_END $ac_func
3765EOF
3766
3767 break
3768else
3769 echo "$ac_t""no" 1>&6
3770fi
3771
3772done
3773fi
3774
3775echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
95ca63c4 3776echo "configure:3777: checking stack direction for C alloca" >&5
c906108c
SS
3777if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
3778 echo $ac_n "(cached) $ac_c" 1>&6
3779else
3780 if test "$cross_compiling" = yes; then
3781 ac_cv_c_stack_direction=0
3782else
3783 cat > conftest.$ac_ext <<EOF
95ca63c4 3784#line 3785 "configure"
c906108c
SS
3785#include "confdefs.h"
3786find_stack_direction ()
3787{
3788 static char *addr = 0;
3789 auto char dummy;
3790 if (addr == 0)
3791 {
3792 addr = &dummy;
3793 return find_stack_direction ();
3794 }
3795 else
3796 return (&dummy > addr) ? 1 : -1;
3797}
3798main ()
3799{
3800 exit (find_stack_direction() < 0);
3801}
3802EOF
95ca63c4 3803if { (eval echo configure:3804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
3804then
3805 ac_cv_c_stack_direction=1
3806else
3807 echo "configure: failed program was:" >&5
3808 cat conftest.$ac_ext >&5
3809 rm -fr conftest*
3810 ac_cv_c_stack_direction=-1
3811fi
3812rm -fr conftest*
3813fi
3814
3815fi
3816
3817echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
3818cat >> confdefs.h <<EOF
3819#define STACK_DIRECTION $ac_cv_c_stack_direction
3820EOF
3821
3822fi
3823
3824
7dfa765c
MK
3825# See if machine/reg.h supports the %fs and %gs i386 segment registers.
3826# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
3827echo $ac_n "checking for r_fs in struct reg""... $ac_c" 1>&6
95ca63c4 3828echo "configure:3829: checking for r_fs in struct reg" >&5
7dfa765c
MK
3829if eval "test \"`echo '$''{'gdb_cv_struct_r_fs'+set}'`\" = set"; then
3830 echo $ac_n "(cached) $ac_c" 1>&6
3831else
3832 cat > conftest.$ac_ext <<EOF
95ca63c4 3833#line 3834 "configure"
7dfa765c
MK
3834#include "confdefs.h"
3835#include <machine/reg.h>
3836int main() {
3837struct reg r; r.r_fs;
3838; return 0; }
3839EOF
95ca63c4 3840if { (eval echo configure:3841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7dfa765c
MK
3841 rm -rf conftest*
3842 gdb_cv_struct_r_fs=yes
3843else
3844 echo "configure: failed program was:" >&5
3845 cat conftest.$ac_ext >&5
3846 rm -rf conftest*
3847 gdb_cv_struct_r_fs=no
3848fi
3849rm -f conftest*
3850fi
3851
3852echo "$ac_t""$gdb_cv_struct_r_fs" 1>&6
3853if test $gdb_cv_struct_r_fs = yes; then
3854 cat >> confdefs.h <<\EOF
3855#define HAVE_R_FS 1
3856EOF
3857
3858fi
3859echo $ac_n "checking for r_gs in struct reg""... $ac_c" 1>&6
95ca63c4 3860echo "configure:3861: checking for r_gs in struct reg" >&5
7dfa765c
MK
3861if eval "test \"`echo '$''{'gdb_cv_struct_r_gs'+set}'`\" = set"; then
3862 echo $ac_n "(cached) $ac_c" 1>&6
3863else
3864 cat > conftest.$ac_ext <<EOF
95ca63c4 3865#line 3866 "configure"
7dfa765c
MK
3866#include "confdefs.h"
3867#include <machine/reg.h>
3868int main() {
3869struct reg r; r.r_gs;
3870; return 0; }
3871EOF
95ca63c4 3872if { (eval echo configure:3873: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7dfa765c
MK
3873 rm -rf conftest*
3874 gdb_cv_struct_r_gs=yes
3875else
3876 echo "configure: failed program was:" >&5
3877 cat conftest.$ac_ext >&5
3878 rm -rf conftest*
3879 gdb_cv_struct_r_gs=no
3880fi
3881rm -f conftest*
3882fi
3883
3884echo "$ac_t""$gdb_cv_struct_r_gs" 1>&6
3885if test $gdb_cv_struct_r_gs = yes; then
3886 cat >> confdefs.h <<\EOF
3887#define HAVE_R_GS 1
3888EOF
3889
3890fi
3891
64bb1671 3892echo $ac_n "checking for PTRACE_GETREGS""... $ac_c" 1>&6
95ca63c4 3893echo "configure:3894: checking for PTRACE_GETREGS" >&5
64bb1671
MK
3894if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getregs'+set}'`\" = set"; then
3895 echo $ac_n "(cached) $ac_c" 1>&6
3896else
3897 cat > conftest.$ac_ext <<EOF
95ca63c4 3898#line 3899 "configure"
64bb1671
MK
3899#include "confdefs.h"
3900#include <sys/ptrace.h>
3901int main() {
3902PTRACE_GETREGS;
3903; return 0; }
3904EOF
95ca63c4 3905if { (eval echo configure:3906: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
64bb1671
MK
3906 rm -rf conftest*
3907 gdb_cv_have_ptrace_getregs=yes
3908else
3909 echo "configure: failed program was:" >&5
3910 cat conftest.$ac_ext >&5
3911 rm -rf conftest*
3912 gdb_cv_have_ptrace_getregs=no
3913fi
3914rm -f conftest*
3915fi
3916
4397a6ab 3917echo "$ac_t""$gdb_cv_have_ptrace_getregs" 1>&6
64bb1671
MK
3918if test $gdb_cv_have_ptrace_getregs = yes; then
3919 cat >> confdefs.h <<\EOF
3920#define HAVE_PTRACE_GETREGS 1
3921EOF
3922
3923fi
3924
5c44784c 3925echo $ac_n "checking for PTRACE_GETXFPREGS""... $ac_c" 1>&6
95ca63c4 3926echo "configure:3927: checking for PTRACE_GETXFPREGS" >&5
5c44784c
JM
3927if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getxfpregs'+set}'`\" = set"; then
3928 echo $ac_n "(cached) $ac_c" 1>&6
3929else
3930 cat > conftest.$ac_ext <<EOF
95ca63c4 3931#line 3932 "configure"
5c44784c
JM
3932#include "confdefs.h"
3933#include <sys/ptrace.h>
3934int main() {
3935PTRACE_GETXFPREGS;
3936; return 0; }
3937EOF
95ca63c4 3938if { (eval echo configure:3939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5c44784c
JM
3939 rm -rf conftest*
3940 gdb_cv_have_ptrace_getxfpregs=yes
3941else
3942 echo "configure: failed program was:" >&5
3943 cat conftest.$ac_ext >&5
3944 rm -rf conftest*
3945 gdb_cv_have_ptrace_getxfpregs=no
3946fi
3947rm -f conftest*
3948fi
3949
3950echo "$ac_t""$gdb_cv_have_ptrace_getxfpregs" 1>&6
3951if test $gdb_cv_have_ptrace_getxfpregs = yes; then
3952 cat >> confdefs.h <<\EOF
3953#define HAVE_PTRACE_GETXFPREGS 1
3954EOF
3955
3956fi
3957
7be570e7 3958echo $ac_n "checking for socketpair in -lsocket""... $ac_c" 1>&6
95ca63c4 3959echo "configure:3960: checking for socketpair in -lsocket" >&5
7be570e7
JM
3960ac_lib_var=`echo socket'_'socketpair | sed 'y%./+-%__p_%'`
3961if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3962 echo $ac_n "(cached) $ac_c" 1>&6
3963else
3964 ac_save_LIBS="$LIBS"
3965LIBS="-lsocket $LIBS"
3966cat > conftest.$ac_ext <<EOF
95ca63c4 3967#line 3968 "configure"
7be570e7
JM
3968#include "confdefs.h"
3969/* Override any gcc2 internal prototype to avoid an error. */
3970/* We use char because int might match the return type of a gcc2
3971 builtin and then its argument prototype would still apply. */
3972char socketpair();
3973
3974int main() {
3975socketpair()
3976; return 0; }
3977EOF
95ca63c4 3978if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7be570e7
JM
3979 rm -rf conftest*
3980 eval "ac_cv_lib_$ac_lib_var=yes"
3981else
3982 echo "configure: failed program was:" >&5
3983 cat conftest.$ac_ext >&5
3984 rm -rf conftest*
3985 eval "ac_cv_lib_$ac_lib_var=no"
3986fi
3987rm -f conftest*
3988LIBS="$ac_save_LIBS"
3989
3990fi
3991if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3992 echo "$ac_t""yes" 1>&6
3993 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3994 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3995 cat >> confdefs.h <<EOF
3996#define $ac_tr_lib 1
3997EOF
3998
3999 LIBS="-lsocket $LIBS"
4000
4001else
4002 echo "$ac_t""no" 1>&6
4003fi
4004
4005for ac_func in socketpair
4006do
4007echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
95ca63c4 4008echo "configure:4009: checking for $ac_func" >&5
7be570e7
JM
4009if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4010 echo $ac_n "(cached) $ac_c" 1>&6
4011else
4012 cat > conftest.$ac_ext <<EOF
95ca63c4 4013#line 4014 "configure"
7be570e7
JM
4014#include "confdefs.h"
4015/* System header to define __stub macros and hopefully few prototypes,
4016 which can conflict with char $ac_func(); below. */
4017#include <assert.h>
4018/* Override any gcc2 internal prototype to avoid an error. */
4019/* We use char because int might match the return type of a gcc2
4020 builtin and then its argument prototype would still apply. */
4021char $ac_func();
4022
4023int main() {
4024
4025/* The GNU C library defines this for functions which it implements
4026 to always fail with ENOSYS. Some functions are actually named
4027 something starting with __ and the normal name is an alias. */
4028#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4029choke me
4030#else
4031$ac_func();
4032#endif
4033
4034; return 0; }
4035EOF
95ca63c4 4036if { (eval echo configure:4037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7be570e7
JM
4037 rm -rf conftest*
4038 eval "ac_cv_func_$ac_func=yes"
4039else
4040 echo "configure: failed program was:" >&5
4041 cat conftest.$ac_ext >&5
4042 rm -rf conftest*
4043 eval "ac_cv_func_$ac_func=no"
4044fi
4045rm -f conftest*
4046fi
4047
4048if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4049 echo "$ac_t""yes" 1>&6
4050 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4051 cat >> confdefs.h <<EOF
4052#define $ac_tr_func 1
4053EOF
4054
4055else
4056 echo "$ac_t""no" 1>&6
4057fi
4058done
4059
4060
4061
c906108c 4062echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
95ca63c4 4063echo "configure:4064: checking whether malloc must be declared" >&5
c906108c
SS
4064if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
4065 echo $ac_n "(cached) $ac_c" 1>&6
4066else
4067 cat > conftest.$ac_ext <<EOF
95ca63c4 4068#line 4069 "configure"
c906108c
SS
4069#include "confdefs.h"
4070
4071#include <stdio.h>
4072#ifdef HAVE_STRING_H
4073#include <string.h>
4074#else
4075#ifdef HAVE_STRINGS_H
4076#include <strings.h>
4077#endif
4078#endif
4079#ifdef HAVE_STDLIB_H
4080#include <stdlib.h>
4081#endif
4082#ifdef HAVE_UNISTD_H
4083#include <unistd.h>
4084#endif
4085int main() {
4086char *(*pfn) = (char *(*)) malloc
4087; return 0; }
4088EOF
95ca63c4 4089if { (eval echo configure:4090: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4090 rm -rf conftest*
4091 bfd_cv_decl_needed_malloc=no
4092else
4093 echo "configure: failed program was:" >&5
4094 cat conftest.$ac_ext >&5
4095 rm -rf conftest*
4096 bfd_cv_decl_needed_malloc=yes
4097fi
4098rm -f conftest*
4099fi
4100
4101echo "$ac_t""$bfd_cv_decl_needed_malloc" 1>&6
4102if test $bfd_cv_decl_needed_malloc = yes; then
4103 cat >> confdefs.h <<\EOF
4104#define NEED_DECLARATION_MALLOC 1
4105EOF
4106
4107fi
4108
4109echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
95ca63c4 4110echo "configure:4111: checking whether realloc must be declared" >&5
c906108c
SS
4111if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
4112 echo $ac_n "(cached) $ac_c" 1>&6
4113else
4114 cat > conftest.$ac_ext <<EOF
95ca63c4 4115#line 4116 "configure"
c906108c
SS
4116#include "confdefs.h"
4117
4118#include <stdio.h>
4119#ifdef HAVE_STRING_H
4120#include <string.h>
4121#else
4122#ifdef HAVE_STRINGS_H
4123#include <strings.h>
4124#endif
4125#endif
4126#ifdef HAVE_STDLIB_H
4127#include <stdlib.h>
4128#endif
4129#ifdef HAVE_UNISTD_H
4130#include <unistd.h>
4131#endif
4132int main() {
4133char *(*pfn) = (char *(*)) realloc
4134; return 0; }
4135EOF
95ca63c4 4136if { (eval echo configure:4137: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4137 rm -rf conftest*
4138 bfd_cv_decl_needed_realloc=no
4139else
4140 echo "configure: failed program was:" >&5
4141 cat conftest.$ac_ext >&5
4142 rm -rf conftest*
4143 bfd_cv_decl_needed_realloc=yes
4144fi
4145rm -f conftest*
4146fi
4147
4148echo "$ac_t""$bfd_cv_decl_needed_realloc" 1>&6
4149if test $bfd_cv_decl_needed_realloc = yes; then
4150 cat >> confdefs.h <<\EOF
4151#define NEED_DECLARATION_REALLOC 1
4152EOF
4153
4154fi
4155
4156echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
95ca63c4 4157echo "configure:4158: checking whether free must be declared" >&5
c906108c
SS
4158if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
4159 echo $ac_n "(cached) $ac_c" 1>&6
4160else
4161 cat > conftest.$ac_ext <<EOF
95ca63c4 4162#line 4163 "configure"
c906108c
SS
4163#include "confdefs.h"
4164
4165#include <stdio.h>
4166#ifdef HAVE_STRING_H
4167#include <string.h>
4168#else
4169#ifdef HAVE_STRINGS_H
4170#include <strings.h>
4171#endif
4172#endif
4173#ifdef HAVE_STDLIB_H
4174#include <stdlib.h>
4175#endif
4176#ifdef HAVE_UNISTD_H
4177#include <unistd.h>
4178#endif
4179int main() {
4180char *(*pfn) = (char *(*)) free
4181; return 0; }
4182EOF
95ca63c4 4183if { (eval echo configure:4184: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4184 rm -rf conftest*
4185 bfd_cv_decl_needed_free=no
4186else
4187 echo "configure: failed program was:" >&5
4188 cat conftest.$ac_ext >&5
4189 rm -rf conftest*
4190 bfd_cv_decl_needed_free=yes
4191fi
4192rm -f conftest*
4193fi
4194
4195echo "$ac_t""$bfd_cv_decl_needed_free" 1>&6
4196if test $bfd_cv_decl_needed_free = yes; then
4197 cat >> confdefs.h <<\EOF
4198#define NEED_DECLARATION_FREE 1
4199EOF
4200
4201fi
4202
4203echo $ac_n "checking whether strerror must be declared""... $ac_c" 1>&6
95ca63c4 4204echo "configure:4205: checking whether strerror must be declared" >&5
c906108c
SS
4205if eval "test \"`echo '$''{'bfd_cv_decl_needed_strerror'+set}'`\" = set"; then
4206 echo $ac_n "(cached) $ac_c" 1>&6
4207else
4208 cat > conftest.$ac_ext <<EOF
95ca63c4 4209#line 4210 "configure"
c906108c
SS
4210#include "confdefs.h"
4211
4212#include <stdio.h>
4213#ifdef HAVE_STRING_H
4214#include <string.h>
4215#else
4216#ifdef HAVE_STRINGS_H
4217#include <strings.h>
4218#endif
4219#endif
4220#ifdef HAVE_STDLIB_H
4221#include <stdlib.h>
4222#endif
4223#ifdef HAVE_UNISTD_H
4224#include <unistd.h>
4225#endif
4226int main() {
4227char *(*pfn) = (char *(*)) strerror
4228; return 0; }
4229EOF
95ca63c4 4230if { (eval echo configure:4231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4231 rm -rf conftest*
4232 bfd_cv_decl_needed_strerror=no
4233else
4234 echo "configure: failed program was:" >&5
4235 cat conftest.$ac_ext >&5
4236 rm -rf conftest*
4237 bfd_cv_decl_needed_strerror=yes
4238fi
4239rm -f conftest*
4240fi
4241
4242echo "$ac_t""$bfd_cv_decl_needed_strerror" 1>&6
4243if test $bfd_cv_decl_needed_strerror = yes; then
4244 cat >> confdefs.h <<\EOF
4245#define NEED_DECLARATION_STRERROR 1
4246EOF
4247
4248fi
4249
4250echo $ac_n "checking whether strdup must be declared""... $ac_c" 1>&6
95ca63c4 4251echo "configure:4252: checking whether strdup must be declared" >&5
c906108c
SS
4252if eval "test \"`echo '$''{'bfd_cv_decl_needed_strdup'+set}'`\" = set"; then
4253 echo $ac_n "(cached) $ac_c" 1>&6
4254else
4255 cat > conftest.$ac_ext <<EOF
95ca63c4 4256#line 4257 "configure"
c906108c
SS
4257#include "confdefs.h"
4258
4259#include <stdio.h>
4260#ifdef HAVE_STRING_H
4261#include <string.h>
4262#else
4263#ifdef HAVE_STRINGS_H
4264#include <strings.h>
4265#endif
4266#endif
4267#ifdef HAVE_STDLIB_H
4268#include <stdlib.h>
4269#endif
4270#ifdef HAVE_UNISTD_H
4271#include <unistd.h>
4272#endif
4273int main() {
4274char *(*pfn) = (char *(*)) strdup
4275; return 0; }
4276EOF
95ca63c4 4277if { (eval echo configure:4278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4278 rm -rf conftest*
4279 bfd_cv_decl_needed_strdup=no
4280else
4281 echo "configure: failed program was:" >&5
4282 cat conftest.$ac_ext >&5
4283 rm -rf conftest*
4284 bfd_cv_decl_needed_strdup=yes
4285fi
4286rm -f conftest*
4287fi
4288
4289echo "$ac_t""$bfd_cv_decl_needed_strdup" 1>&6
4290if test $bfd_cv_decl_needed_strdup = yes; then
4291 cat >> confdefs.h <<\EOF
4292#define NEED_DECLARATION_STRDUP 1
4293EOF
4294
4295fi
4296
b83266a0 4297echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
95ca63c4 4298echo "configure:4299: checking whether strstr must be declared" >&5
b83266a0
SS
4299if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
4300 echo $ac_n "(cached) $ac_c" 1>&6
4301else
4302 cat > conftest.$ac_ext <<EOF
95ca63c4 4303#line 4304 "configure"
b83266a0
SS
4304#include "confdefs.h"
4305
4306#include <stdio.h>
4307#ifdef HAVE_STRING_H
4308#include <string.h>
4309#else
4310#ifdef HAVE_STRINGS_H
4311#include <strings.h>
4312#endif
4313#endif
4314#ifdef HAVE_STDLIB_H
4315#include <stdlib.h>
4316#endif
4317#ifdef HAVE_UNISTD_H
4318#include <unistd.h>
4319#endif
4320int main() {
4321char *(*pfn) = (char *(*)) strstr
4322; return 0; }
4323EOF
95ca63c4 4324if { (eval echo configure:4325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
b83266a0
SS
4325 rm -rf conftest*
4326 bfd_cv_decl_needed_strstr=no
4327else
4328 echo "configure: failed program was:" >&5
4329 cat conftest.$ac_ext >&5
4330 rm -rf conftest*
4331 bfd_cv_decl_needed_strstr=yes
4332fi
4333rm -f conftest*
4334fi
4335
4336echo "$ac_t""$bfd_cv_decl_needed_strstr" 1>&6
4337if test $bfd_cv_decl_needed_strstr = yes; then
4338 cat >> confdefs.h <<\EOF
4339#define NEED_DECLARATION_STRSTR 1
4340EOF
4341
4342fi
4343
c906108c
SS
4344
4345
4346# The following save_state_t checkery is only necessary for HPUX
4347# versions earlier than 10.20. When those fade from memory, this
4348# could be expunged. --jsm 1999-03-22
4349
4350echo $ac_n "checking for HPUX save_state structure""... $ac_c" 1>&6
95ca63c4 4351echo "configure:4352: checking for HPUX save_state structure" >&5
c906108c 4352cat > conftest.$ac_ext <<EOF
95ca63c4 4353#line 4354 "configure"
c906108c
SS
4354#include "confdefs.h"
4355#include <machine/save_state.h>
4356EOF
4357if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4358 egrep "save_state_t" >/dev/null 2>&1; then
4359 rm -rf conftest*
4360 gdb_cv_hpux_savestate=yes
4361else
4362 rm -rf conftest*
4363 gdb_cv_hpux_savestate=no
4364fi
4365rm -f conftest*
4366
4367cat > conftest.$ac_ext <<EOF
95ca63c4 4368#line 4369 "configure"
c906108c
SS
4369#include "confdefs.h"
4370#include <machine/save_state.h>
4371EOF
4372if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4373 egrep "ss_wide" >/dev/null 2>&1; then
4374 rm -rf conftest*
4375 gdb_cv_hpux_sswide=yes
4376else
4377 rm -rf conftest*
4378 gdb_cv_hpux_sswide=no
4379fi
4380rm -f conftest*
4381
4382if test $gdb_cv_hpux_savestate = yes
4383then
4384 cat >> confdefs.h <<\EOF
4385#define HAVE_STRUCT_SAVE_STATE_T 1
4386EOF
4387
4388fi
4389if test $gdb_cv_hpux_sswide = yes
4390then
4391 cat >> confdefs.h <<\EOF
4392#define HAVE_STRUCT_MEMBER_SS_WIDE 1
4393EOF
4394
4395fi
4396echo "$ac_t""$gdb_cv_hpux_sswide" 1>&6
4397
4398
4399# If we are configured native on GNU/Linux, work around problems with
4400# sys/procfs.h
c3f6f71d 4401# Also detect which type of /proc is in use, such as for Unixware or Solaris.
c906108c
SS
4402
4403if test "${target}" = "${host}"; then
4404 case "${host}" in
4405 i[3456]86-*-linux*)
4406 cat >> confdefs.h <<\EOF
4407#define START_INFERIOR_TRAPS_EXPECTED 2
4408EOF
4409
4410 cat >> confdefs.h <<\EOF
4411#define sys_quotactl 1
4412EOF
4413
4414 ;;
c5394b80 4415 *-*-unixware* | *-*-sysv4.2* | *-*-sysv5*)
c3f6f71d
JM
4416 cat >> confdefs.h <<\EOF
4417#define NEW_PROC_API 1
c906108c
SS
4418EOF
4419
c3f6f71d 4420 ;;
3423db82 4421 *-*-solaris2.[678])
c3f6f71d
JM
4422 cat >> confdefs.h <<\EOF
4423#define NEW_PROC_API 1
4424EOF
4425
4426 ;;
4427 esac
c906108c
SS
4428fi
4429
4430if test "$ac_cv_header_sys_procfs_h" = yes; then
4431 echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4432echo "configure:4433: checking for pstatus_t in sys/procfs.h" >&5
c906108c
SS
4433 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
4434 echo $ac_n "(cached) $ac_c" 1>&6
4435else
4436 cat > conftest.$ac_ext <<EOF
95ca63c4 4437#line 4438 "configure"
c906108c
SS
4438#include "confdefs.h"
4439#include <sys/procfs.h>
4440int main() {
4441pstatus_t avar
4442; return 0; }
4443EOF
95ca63c4 4444if { (eval echo configure:4445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4445 rm -rf conftest*
4446 bfd_cv_have_sys_procfs_type_pstatus_t=yes
4447else
4448 echo "configure: failed program was:" >&5
4449 cat conftest.$ac_ext >&5
4450 rm -rf conftest*
4451 bfd_cv_have_sys_procfs_type_pstatus_t=no
4452
4453fi
4454rm -f conftest*
4455fi
4456
4457 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
4458 cat >> confdefs.h <<\EOF
4459#define HAVE_PSTATUS_T 1
4460EOF
4461
4462 fi
4463 echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus_t" 1>&6
4464
4465 echo $ac_n "checking for prrun_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4466echo "configure:4467: checking for prrun_t in sys/procfs.h" >&5
c906108c
SS
4467 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prrun_t'+set}'`\" = set"; then
4468 echo $ac_n "(cached) $ac_c" 1>&6
4469else
4470 cat > conftest.$ac_ext <<EOF
95ca63c4 4471#line 4472 "configure"
c906108c
SS
4472#include "confdefs.h"
4473#include <sys/procfs.h>
4474int main() {
4475prrun_t avar
4476; return 0; }
4477EOF
95ca63c4 4478if { (eval echo configure:4479: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4479 rm -rf conftest*
4480 bfd_cv_have_sys_procfs_type_prrun_t=yes
4481else
4482 echo "configure: failed program was:" >&5
4483 cat conftest.$ac_ext >&5
4484 rm -rf conftest*
4485 bfd_cv_have_sys_procfs_type_prrun_t=no
4486
4487fi
4488rm -f conftest*
4489fi
4490
4491 if test $bfd_cv_have_sys_procfs_type_prrun_t = yes; then
4492 cat >> confdefs.h <<\EOF
4493#define HAVE_PRRUN_T 1
4494EOF
4495
4496 fi
4497 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prrun_t" 1>&6
4498
4499 echo $ac_n "checking for gregset_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4500echo "configure:4501: checking for gregset_t in sys/procfs.h" >&5
c906108c
SS
4501 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_gregset_t'+set}'`\" = set"; then
4502 echo $ac_n "(cached) $ac_c" 1>&6
4503else
4504 cat > conftest.$ac_ext <<EOF
95ca63c4 4505#line 4506 "configure"
c906108c
SS
4506#include "confdefs.h"
4507#include <sys/procfs.h>
4508int main() {
4509gregset_t avar
4510; return 0; }
4511EOF
95ca63c4 4512if { (eval echo configure:4513: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4513 rm -rf conftest*
4514 bfd_cv_have_sys_procfs_type_gregset_t=yes
4515else
4516 echo "configure: failed program was:" >&5
4517 cat conftest.$ac_ext >&5
4518 rm -rf conftest*
4519 bfd_cv_have_sys_procfs_type_gregset_t=no
4520
4521fi
4522rm -f conftest*
4523fi
4524
4525 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
4526 cat >> confdefs.h <<\EOF
4527#define HAVE_GREGSET_T 1
4528EOF
4529
4530 fi
4531 echo "$ac_t""$bfd_cv_have_sys_procfs_type_gregset_t" 1>&6
4532
4533 echo $ac_n "checking for fpregset_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4534echo "configure:4535: checking for fpregset_t in sys/procfs.h" >&5
c906108c
SS
4535 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_fpregset_t'+set}'`\" = set"; then
4536 echo $ac_n "(cached) $ac_c" 1>&6
4537else
4538 cat > conftest.$ac_ext <<EOF
95ca63c4 4539#line 4540 "configure"
c906108c
SS
4540#include "confdefs.h"
4541#include <sys/procfs.h>
4542int main() {
4543fpregset_t avar
4544; return 0; }
4545EOF
95ca63c4 4546if { (eval echo configure:4547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4547 rm -rf conftest*
4548 bfd_cv_have_sys_procfs_type_fpregset_t=yes
4549else
4550 echo "configure: failed program was:" >&5
4551 cat conftest.$ac_ext >&5
4552 rm -rf conftest*
4553 bfd_cv_have_sys_procfs_type_fpregset_t=no
4554
4555fi
4556rm -f conftest*
4557fi
4558
4559 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
4560 cat >> confdefs.h <<\EOF
4561#define HAVE_FPREGSET_T 1
4562EOF
4563
4564 fi
4565 echo "$ac_t""$bfd_cv_have_sys_procfs_type_fpregset_t" 1>&6
4566
3862412b 4567 echo $ac_n "checking for prgregset_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4568echo "configure:4569: checking for prgregset_t in sys/procfs.h" >&5
3862412b
MK
4569 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset_t'+set}'`\" = set"; then
4570 echo $ac_n "(cached) $ac_c" 1>&6
4571else
4572 cat > conftest.$ac_ext <<EOF
95ca63c4 4573#line 4574 "configure"
3862412b
MK
4574#include "confdefs.h"
4575#include <sys/procfs.h>
4576int main() {
4577prgregset_t avar
4578; return 0; }
4579EOF
95ca63c4 4580if { (eval echo configure:4581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3862412b
MK
4581 rm -rf conftest*
4582 bfd_cv_have_sys_procfs_type_prgregset_t=yes
4583else
4584 echo "configure: failed program was:" >&5
4585 cat conftest.$ac_ext >&5
4586 rm -rf conftest*
4587 bfd_cv_have_sys_procfs_type_prgregset_t=no
4588
4589fi
4590rm -f conftest*
4591fi
4592
4593 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
4594 cat >> confdefs.h <<\EOF
4595#define HAVE_PRGREGSET_T 1
4596EOF
4597
4598 fi
4599 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset_t" 1>&6
4600
4601 echo $ac_n "checking for prfpregset_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4602echo "configure:4603: checking for prfpregset_t in sys/procfs.h" >&5
3862412b
MK
4603 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset_t'+set}'`\" = set"; then
4604 echo $ac_n "(cached) $ac_c" 1>&6
4605else
4606 cat > conftest.$ac_ext <<EOF
95ca63c4 4607#line 4608 "configure"
3862412b
MK
4608#include "confdefs.h"
4609#include <sys/procfs.h>
4610int main() {
4611prfpregset_t avar
4612; return 0; }
4613EOF
95ca63c4 4614if { (eval echo configure:4615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3862412b
MK
4615 rm -rf conftest*
4616 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
4617else
4618 echo "configure: failed program was:" >&5
4619 cat conftest.$ac_ext >&5
4620 rm -rf conftest*
4621 bfd_cv_have_sys_procfs_type_prfpregset_t=no
4622
4623fi
4624rm -f conftest*
4625fi
4626
4627 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
4628 cat >> confdefs.h <<\EOF
4629#define HAVE_PRFPREGSET_T 1
4630EOF
4631
4632 fi
4633 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset_t" 1>&6
4634
4635 echo $ac_n "checking for lwpid_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4636echo "configure:4637: checking for lwpid_t in sys/procfs.h" >&5
3862412b
MK
4637 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpid_t'+set}'`\" = set"; then
4638 echo $ac_n "(cached) $ac_c" 1>&6
4639else
4640 cat > conftest.$ac_ext <<EOF
95ca63c4 4641#line 4642 "configure"
3862412b
MK
4642#include "confdefs.h"
4643#include <sys/procfs.h>
4644int main() {
4645lwpid_t avar
4646; return 0; }
4647EOF
95ca63c4 4648if { (eval echo configure:4649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3862412b
MK
4649 rm -rf conftest*
4650 bfd_cv_have_sys_procfs_type_lwpid_t=yes
4651else
4652 echo "configure: failed program was:" >&5
4653 cat conftest.$ac_ext >&5
4654 rm -rf conftest*
4655 bfd_cv_have_sys_procfs_type_lwpid_t=no
4656
4657fi
4658rm -f conftest*
4659fi
4660
4661 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
4662 cat >> confdefs.h <<\EOF
4663#define HAVE_LWPID_T 1
4664EOF
4665
4666 fi
4667 echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpid_t" 1>&6
4668
4669 echo $ac_n "checking for psaddr_t in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4670echo "configure:4671: checking for psaddr_t in sys/procfs.h" >&5
3862412b
MK
4671 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psaddr_t'+set}'`\" = set"; then
4672 echo $ac_n "(cached) $ac_c" 1>&6
4673else
4674 cat > conftest.$ac_ext <<EOF
95ca63c4 4675#line 4676 "configure"
3862412b
MK
4676#include "confdefs.h"
4677#include <sys/procfs.h>
4678int main() {
4679psaddr_t avar
4680; return 0; }
4681EOF
95ca63c4 4682if { (eval echo configure:4683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3862412b
MK
4683 rm -rf conftest*
4684 bfd_cv_have_sys_procfs_type_psaddr_t=yes
4685else
4686 echo "configure: failed program was:" >&5
4687 cat conftest.$ac_ext >&5
4688 rm -rf conftest*
4689 bfd_cv_have_sys_procfs_type_psaddr_t=no
4690
4691fi
4692rm -f conftest*
4693fi
4694
4695 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
4696 cat >> confdefs.h <<\EOF
4697#define HAVE_PSADDR_T 1
4698EOF
4699
4700 fi
4701 echo "$ac_t""$bfd_cv_have_sys_procfs_type_psaddr_t" 1>&6
4702
c906108c
SS
4703
4704
746a987d 4705
d84dd0c5
MK
4706 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
4707 echo $ac_n "checking whether prfpregset_t type is broken""... $ac_c" 1>&6
95ca63c4 4708echo "configure:4709: checking whether prfpregset_t type is broken" >&5
d84dd0c5
MK
4709 if eval "test \"`echo '$''{'gdb_cv_prfpregset_t_broken'+set}'`\" = set"; then
4710 echo $ac_n "(cached) $ac_c" 1>&6
4711else
4712 if test "$cross_compiling" = yes; then
4713 gdb_cv_prfpregset_t_broken=yes
4714else
4715 cat > conftest.$ac_ext <<EOF
95ca63c4 4716#line 4717 "configure"
d84dd0c5
MK
4717#include "confdefs.h"
4718#include <sys/procfs.h>
4719 int main ()
4720 {
4721 if (sizeof (prfpregset_t) == sizeof (void *))
4722 return 1;
4723 return 0;
4724 }
4725EOF
95ca63c4 4726if { (eval echo configure:4727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
d84dd0c5
MK
4727then
4728 gdb_cv_prfpregset_t_broken=no
4729else
4730 echo "configure: failed program was:" >&5
4731 cat conftest.$ac_ext >&5
4732 rm -fr conftest*
4733 gdb_cv_prfpregset_t_broken=yes
4734fi
4735rm -fr conftest*
4736fi
4737
4738fi
4739
4740 echo "$ac_t""$gdb_cv_prfpregset_t_broken" 1>&6
4741 if test $gdb_cv_prfpregset_t_broken = yes; then
4742 cat >> confdefs.h <<\EOF
4743#define PRFPREGSET_T_BROKEN 1
4744EOF
4745
4746 fi
4747 fi
4748
4749
c906108c 4750 echo $ac_n "checking for PIOCSET ioctl entry in sys/procfs.h""... $ac_c" 1>&6
95ca63c4 4751echo "configure:4752: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
c906108c
SS
4752 if eval "test \"`echo '$''{'gdb_cv_have_procfs_piocset'+set}'`\" = set"; then
4753 echo $ac_n "(cached) $ac_c" 1>&6
4754else
4755 cat > conftest.$ac_ext <<EOF
95ca63c4 4756#line 4757 "configure"
c906108c
SS
4757#include "confdefs.h"
4758#include <unistd.h>
4759#include <sys/types.h>
4760#include <sys/procfs.h>
4761
4762int main() {
4763
4764 int dummy;;
4765 dummy = ioctl(0, PIOCSET, &dummy);
4766
4767; return 0; }
4768EOF
95ca63c4 4769if { (eval echo configure:4770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4770 rm -rf conftest*
4771 gdb_cv_have_procfs_piocset=yes
4772else
4773 echo "configure: failed program was:" >&5
4774 cat conftest.$ac_ext >&5
4775 rm -rf conftest*
4776 gdb_cv_have_procfs_piocset=no
4777fi
4778rm -f conftest*
4779fi
4780
4781 echo "$ac_t""$gdb_cv_have_procfs_piocset" 1>&6
4782 if test $gdb_cv_have_procfs_piocset = yes; then
4783 cat >> confdefs.h <<\EOF
4784#define HAVE_PROCFS_PIOCSET 1
4785EOF
4786
4787 fi
4788fi
4789
4790echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
95ca63c4 4791echo "configure:4792: checking for main in -lm" >&5
c906108c
SS
4792ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
4793if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4794 echo $ac_n "(cached) $ac_c" 1>&6
4795else
4796 ac_save_LIBS="$LIBS"
4797LIBS="-lm $LIBS"
4798cat > conftest.$ac_ext <<EOF
95ca63c4 4799#line 4800 "configure"
c906108c
SS
4800#include "confdefs.h"
4801
4802int main() {
4803main()
4804; return 0; }
4805EOF
95ca63c4 4806if { (eval echo configure:4807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
4807 rm -rf conftest*
4808 eval "ac_cv_lib_$ac_lib_var=yes"
4809else
4810 echo "configure: failed program was:" >&5
4811 cat conftest.$ac_ext >&5
4812 rm -rf conftest*
4813 eval "ac_cv_lib_$ac_lib_var=no"
4814fi
4815rm -f conftest*
4816LIBS="$ac_save_LIBS"
4817
4818fi
4819if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4820 echo "$ac_t""yes" 1>&6
4821 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4822 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4823 cat >> confdefs.h <<EOF
4824#define $ac_tr_lib 1
4825EOF
4826
4827 LIBS="-lm $LIBS"
4828
4829else
4830 echo "$ac_t""no" 1>&6
4831fi
4832
4833
4834echo $ac_n "checking for wctype in -lc""... $ac_c" 1>&6
95ca63c4 4835echo "configure:4836: checking for wctype in -lc" >&5
c906108c
SS
4836ac_lib_var=`echo c'_'wctype | sed 'y%./+-%__p_%'`
4837if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4838 echo $ac_n "(cached) $ac_c" 1>&6
4839else
4840 ac_save_LIBS="$LIBS"
4841LIBS="-lc $LIBS"
4842cat > conftest.$ac_ext <<EOF
95ca63c4 4843#line 4844 "configure"
c906108c
SS
4844#include "confdefs.h"
4845/* Override any gcc2 internal prototype to avoid an error. */
4846/* We use char because int might match the return type of a gcc2
4847 builtin and then its argument prototype would still apply. */
4848char wctype();
4849
4850int main() {
4851wctype()
4852; return 0; }
4853EOF
95ca63c4 4854if { (eval echo configure:4855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
4855 rm -rf conftest*
4856 eval "ac_cv_lib_$ac_lib_var=yes"
4857else
4858 echo "configure: failed program was:" >&5
4859 cat conftest.$ac_ext >&5
4860 rm -rf conftest*
4861 eval "ac_cv_lib_$ac_lib_var=no"
4862fi
4863rm -f conftest*
4864LIBS="$ac_save_LIBS"
4865
4866fi
4867if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4868 echo "$ac_t""yes" 1>&6
4869 :
4870else
4871 echo "$ac_t""no" 1>&6
4872echo $ac_n "checking for wctype in -lw""... $ac_c" 1>&6
95ca63c4 4873echo "configure:4874: checking for wctype in -lw" >&5
c906108c
SS
4874ac_lib_var=`echo w'_'wctype | sed 'y%./+-%__p_%'`
4875if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4876 echo $ac_n "(cached) $ac_c" 1>&6
4877else
4878 ac_save_LIBS="$LIBS"
4879LIBS="-lw $LIBS"
4880cat > conftest.$ac_ext <<EOF
95ca63c4 4881#line 4882 "configure"
c906108c
SS
4882#include "confdefs.h"
4883/* Override any gcc2 internal prototype to avoid an error. */
4884/* We use char because int might match the return type of a gcc2
4885 builtin and then its argument prototype would still apply. */
4886char wctype();
4887
4888int main() {
4889wctype()
4890; return 0; }
4891EOF
95ca63c4 4892if { (eval echo configure:4893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
4893 rm -rf conftest*
4894 eval "ac_cv_lib_$ac_lib_var=yes"
4895else
4896 echo "configure: failed program was:" >&5
4897 cat conftest.$ac_ext >&5
4898 rm -rf conftest*
4899 eval "ac_cv_lib_$ac_lib_var=no"
4900fi
4901rm -f conftest*
4902LIBS="$ac_save_LIBS"
4903
4904fi
4905if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4906 echo "$ac_t""yes" 1>&6
4907 ac_tr_lib=HAVE_LIB`echo w | sed -e 's/^a-zA-Z0-9_/_/g' \
4908 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4909 cat >> confdefs.h <<EOF
4910#define $ac_tr_lib 1
4911EOF
4912
4913 LIBS="-lw $LIBS"
4914
4915else
4916 echo "$ac_t""no" 1>&6
4917fi
4918
4919fi
4920
4921
4922
4923echo $ac_n "checking for long long support in compiler""... $ac_c" 1>&6
95ca63c4 4924echo "configure:4925: checking for long long support in compiler" >&5
c906108c
SS
4925if eval "test \"`echo '$''{'gdb_cv_c_long_long'+set}'`\" = set"; then
4926 echo $ac_n "(cached) $ac_c" 1>&6
4927else
4928 cat > conftest.$ac_ext <<EOF
95ca63c4 4929#line 4930 "configure"
c906108c
SS
4930#include "confdefs.h"
4931
4932int main() {
4933
4934 extern long long foo;
4935 switch (foo & 2) { case 0: return 1; }
4936
4937; return 0; }
4938EOF
95ca63c4 4939if { (eval echo configure:4940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
4940 rm -rf conftest*
4941 gdb_cv_c_long_long=yes
4942else
4943 echo "configure: failed program was:" >&5
4944 cat conftest.$ac_ext >&5
4945 rm -rf conftest*
4946 gdb_cv_c_long_long=no
4947fi
4948rm -f conftest*
4949fi
4950
4951echo "$ac_t""$gdb_cv_c_long_long" 1>&6
4952if test $gdb_cv_c_long_long = yes; then
4953 cat >> confdefs.h <<\EOF
4954#define CC_HAS_LONG_LONG 1
4955EOF
4956
4957fi
4958
4959
4960echo $ac_n "checking for long long support in printf""... $ac_c" 1>&6
95ca63c4 4961echo "configure:4962: checking for long long support in printf" >&5
c906108c
SS
4962if eval "test \"`echo '$''{'gdb_cv_printf_has_long_long'+set}'`\" = set"; then
4963 echo $ac_n "(cached) $ac_c" 1>&6
4964else
4965 if test "$cross_compiling" = yes; then
4966 gdb_cv_printf_has_long_long=no
4967else
4968 cat > conftest.$ac_ext <<EOF
95ca63c4 4969#line 4970 "configure"
c906108c
SS
4970#include "confdefs.h"
4971
4972int main () {
4973 char buf[32];
4974 long long l = 0;
4975 l = (l << 16) + 0x0123;
4976 l = (l << 16) + 0x4567;
4977 l = (l << 16) + 0x89ab;
4978 l = (l << 16) + 0xcdef;
4979 sprintf (buf, "0x%016llx", l);
4980 return (strcmp ("0x0123456789abcdef", buf));
4981}
4982EOF
95ca63c4 4983if { (eval echo configure:4984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
4984then
4985 gdb_cv_printf_has_long_long=yes
4986else
4987 echo "configure: failed program was:" >&5
4988 cat conftest.$ac_ext >&5
4989 rm -fr conftest*
4990 gdb_cv_printf_has_long_long=no
4991fi
4992rm -fr conftest*
4993fi
4994
4995fi
4996
4997if test $gdb_cv_printf_has_long_long = yes; then
4998 cat >> confdefs.h <<\EOF
4999#define PRINTF_HAS_LONG_LONG 1
5000EOF
5001
5002fi
5003echo "$ac_t""$gdb_cv_printf_has_long_long" 1>&6
5004
5005
5006echo $ac_n "checking for long double support in compiler""... $ac_c" 1>&6
95ca63c4 5007echo "configure:5008: checking for long double support in compiler" >&5
c906108c
SS
5008if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then
5009 echo $ac_n "(cached) $ac_c" 1>&6
5010else
5011 cat > conftest.$ac_ext <<EOF
95ca63c4 5012#line 5013 "configure"
c906108c
SS
5013#include "confdefs.h"
5014
5015int main() {
5016long double foo;
5017; return 0; }
5018EOF
95ca63c4 5019if { (eval echo configure:5020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
5020 rm -rf conftest*
5021 ac_cv_c_long_double=yes
5022else
5023 echo "configure: failed program was:" >&5
5024 cat conftest.$ac_ext >&5
5025 rm -rf conftest*
5026 ac_cv_c_long_double=no
5027fi
5028rm -f conftest*
5029fi
5030
5031echo "$ac_t""$ac_cv_c_long_double" 1>&6
5032if test $ac_cv_c_long_double = yes; then
5033 cat >> confdefs.h <<\EOF
5034#define HAVE_LONG_DOUBLE 1
5035EOF
5036
5037fi
5038
5039
5040echo $ac_n "checking for long double support in printf""... $ac_c" 1>&6
95ca63c4 5041echo "configure:5042: checking for long double support in printf" >&5
c906108c
SS
5042if eval "test \"`echo '$''{'gdb_cv_printf_has_long_double'+set}'`\" = set"; then
5043 echo $ac_n "(cached) $ac_c" 1>&6
5044else
5045 if test "$cross_compiling" = yes; then
5046 gdb_cv_printf_has_long_double=no
5047else
5048 cat > conftest.$ac_ext <<EOF
95ca63c4 5049#line 5050 "configure"
c906108c
SS
5050#include "confdefs.h"
5051
5052int main () {
5053 char buf[16];
5054 long double f = 3.141592653;
5055 sprintf (buf, "%Lg", f);
5056 return (strncmp ("3.14159", buf, 7));
5057}
5058EOF
95ca63c4 5059if { (eval echo configure:5060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
5060then
5061 gdb_cv_printf_has_long_double=yes
5062else
5063 echo "configure: failed program was:" >&5
5064 cat conftest.$ac_ext >&5
5065 rm -fr conftest*
5066 gdb_cv_printf_has_long_double=no
5067fi
5068rm -fr conftest*
5069fi
5070
5071fi
5072
5073if test $gdb_cv_printf_has_long_double = yes; then
5074 cat >> confdefs.h <<\EOF
5075#define PRINTF_HAS_LONG_DOUBLE 1
5076EOF
5077
5078fi
5079echo "$ac_t""$gdb_cv_printf_has_long_double" 1>&6
5080
5081
5082echo $ac_n "checking for long double support in scanf""... $ac_c" 1>&6
95ca63c4 5083echo "configure:5084: checking for long double support in scanf" >&5
c906108c
SS
5084if eval "test \"`echo '$''{'gdb_cv_scanf_has_long_double'+set}'`\" = set"; then
5085 echo $ac_n "(cached) $ac_c" 1>&6
5086else
5087 if test "$cross_compiling" = yes; then
5088 gdb_cv_scanf_has_long_double=no
5089else
5090 cat > conftest.$ac_ext <<EOF
95ca63c4 5091#line 5092 "configure"
c906108c
SS
5092#include "confdefs.h"
5093
5094int main () {
5095 char *buf = "3.141592653";
5096 long double f = 0;
5097 sscanf (buf, "%Lg", &f);
5098 return !(f > 3.14159 && f < 3.14160);
5099}
5100EOF
95ca63c4 5101if { (eval echo configure:5102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
5102then
5103 gdb_cv_scanf_has_long_double=yes
5104else
5105 echo "configure: failed program was:" >&5
5106 cat conftest.$ac_ext >&5
5107 rm -fr conftest*
5108 gdb_cv_scanf_has_long_double=no
5109fi
5110rm -fr conftest*
5111fi
5112
5113fi
5114
5115if test $gdb_cv_scanf_has_long_double = yes; then
5116 cat >> confdefs.h <<\EOF
5117#define SCANF_HAS_LONG_DOUBLE 1
5118EOF
5119
5120fi
5121echo "$ac_t""$gdb_cv_scanf_has_long_double" 1>&6
5122
5123for ac_hdr in unistd.h
5124do
5125ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5126echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
95ca63c4 5127echo "configure:5128: checking for $ac_hdr" >&5
c906108c
SS
5128if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5129 echo $ac_n "(cached) $ac_c" 1>&6
5130else
5131 cat > conftest.$ac_ext <<EOF
95ca63c4 5132#line 5133 "configure"
c906108c
SS
5133#include "confdefs.h"
5134#include <$ac_hdr>
5135EOF
5136ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
95ca63c4 5137{ (eval echo configure:5138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
5138ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5139if test -z "$ac_err"; then
5140 rm -rf conftest*
5141 eval "ac_cv_header_$ac_safe=yes"
5142else
5143 echo "$ac_err" >&5
5144 echo "configure: failed program was:" >&5
5145 cat conftest.$ac_ext >&5
5146 rm -rf conftest*
5147 eval "ac_cv_header_$ac_safe=no"
5148fi
5149rm -f conftest*
5150fi
5151if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5152 echo "$ac_t""yes" 1>&6
5153 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5154 cat >> confdefs.h <<EOF
5155#define $ac_tr_hdr 1
5156EOF
5157
5158else
5159 echo "$ac_t""no" 1>&6
5160fi
5161done
5162
5163for ac_func in getpagesize
5164do
5165echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
95ca63c4 5166echo "configure:5167: checking for $ac_func" >&5
c906108c
SS
5167if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5168 echo $ac_n "(cached) $ac_c" 1>&6
5169else
5170 cat > conftest.$ac_ext <<EOF
95ca63c4 5171#line 5172 "configure"
c906108c
SS
5172#include "confdefs.h"
5173/* System header to define __stub macros and hopefully few prototypes,
5174 which can conflict with char $ac_func(); below. */
5175#include <assert.h>
5176/* Override any gcc2 internal prototype to avoid an error. */
5177/* We use char because int might match the return type of a gcc2
5178 builtin and then its argument prototype would still apply. */
5179char $ac_func();
5180
5181int main() {
5182
5183/* The GNU C library defines this for functions which it implements
5184 to always fail with ENOSYS. Some functions are actually named
5185 something starting with __ and the normal name is an alias. */
5186#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5187choke me
5188#else
5189$ac_func();
5190#endif
5191
5192; return 0; }
5193EOF
95ca63c4 5194if { (eval echo configure:5195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5195 rm -rf conftest*
5196 eval "ac_cv_func_$ac_func=yes"
5197else
5198 echo "configure: failed program was:" >&5
5199 cat conftest.$ac_ext >&5
5200 rm -rf conftest*
5201 eval "ac_cv_func_$ac_func=no"
5202fi
5203rm -f conftest*
5204fi
5205
5206if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5207 echo "$ac_t""yes" 1>&6
5208 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5209 cat >> confdefs.h <<EOF
5210#define $ac_tr_func 1
5211EOF
5212
5213else
5214 echo "$ac_t""no" 1>&6
5215fi
5216done
5217
5218echo $ac_n "checking for working mmap""... $ac_c" 1>&6
95ca63c4 5219echo "configure:5220: checking for working mmap" >&5
c906108c
SS
5220if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
5221 echo $ac_n "(cached) $ac_c" 1>&6
5222else
5223 if test "$cross_compiling" = yes; then
5224 ac_cv_func_mmap_fixed_mapped=no
5225else
5226 cat > conftest.$ac_ext <<EOF
95ca63c4 5227#line 5228 "configure"
c906108c
SS
5228#include "confdefs.h"
5229
5230/* Thanks to Mike Haertel and Jim Avera for this test.
5231 Here is a matrix of mmap possibilities:
5232 mmap private not fixed
5233 mmap private fixed at somewhere currently unmapped
5234 mmap private fixed at somewhere already mapped
5235 mmap shared not fixed
5236 mmap shared fixed at somewhere currently unmapped
5237 mmap shared fixed at somewhere already mapped
5238 For private mappings, we should verify that changes cannot be read()
5239 back from the file, nor mmap's back from the file at a different
5240 address. (There have been systems where private was not correctly
5241 implemented like the infamous i386 svr4.0, and systems where the
5242 VM page cache was not coherent with the filesystem buffer cache
5243 like early versions of FreeBSD and possibly contemporary NetBSD.)
5244 For shared mappings, we should conversely verify that changes get
5245 propogated back to all the places they're supposed to be.
5246
5247 Grep wants private fixed already mapped.
5248 The main things grep needs to know about mmap are:
5249 * does it exist and is it safe to write into the mmap'd area
5250 * how to use it (BSD variants) */
5251#include <sys/types.h>
5252#include <fcntl.h>
5253#include <sys/mman.h>
5254
5255/* This mess was copied from the GNU getpagesize.h. */
5256#ifndef HAVE_GETPAGESIZE
5257# ifdef HAVE_UNISTD_H
5258# include <unistd.h>
5259# endif
5260
5261/* Assume that all systems that can run configure have sys/param.h. */
5262# ifndef HAVE_SYS_PARAM_H
5263# define HAVE_SYS_PARAM_H 1
5264# endif
5265
5266# ifdef _SC_PAGESIZE
5267# define getpagesize() sysconf(_SC_PAGESIZE)
5268# else /* no _SC_PAGESIZE */
5269# ifdef HAVE_SYS_PARAM_H
5270# include <sys/param.h>
5271# ifdef EXEC_PAGESIZE
5272# define getpagesize() EXEC_PAGESIZE
5273# else /* no EXEC_PAGESIZE */
5274# ifdef NBPG
5275# define getpagesize() NBPG * CLSIZE
5276# ifndef CLSIZE
5277# define CLSIZE 1
5278# endif /* no CLSIZE */
5279# else /* no NBPG */
5280# ifdef NBPC
5281# define getpagesize() NBPC
5282# else /* no NBPC */
5283# ifdef PAGESIZE
5284# define getpagesize() PAGESIZE
5285# endif /* PAGESIZE */
5286# endif /* no NBPC */
5287# endif /* no NBPG */
5288# endif /* no EXEC_PAGESIZE */
5289# else /* no HAVE_SYS_PARAM_H */
5290# define getpagesize() 8192 /* punt totally */
5291# endif /* no HAVE_SYS_PARAM_H */
5292# endif /* no _SC_PAGESIZE */
5293
5294#endif /* no HAVE_GETPAGESIZE */
5295
5296#ifdef __cplusplus
5297extern "C" { void *malloc(unsigned); }
5298#else
5299char *malloc();
5300#endif
5301
5302int
5303main()
5304{
5305 char *data, *data2, *data3;
5306 int i, pagesize;
5307 int fd;
5308
5309 pagesize = getpagesize();
5310
5311 /*
5312 * First, make a file with some known garbage in it.
5313 */
5314 data = malloc(pagesize);
5315 if (!data)
5316 exit(1);
5317 for (i = 0; i < pagesize; ++i)
5318 *(data + i) = rand();
5319 umask(0);
5320 fd = creat("conftestmmap", 0600);
5321 if (fd < 0)
5322 exit(1);
5323 if (write(fd, data, pagesize) != pagesize)
5324 exit(1);
5325 close(fd);
5326
5327 /*
5328 * Next, try to mmap the file at a fixed address which
5329 * already has something else allocated at it. If we can,
5330 * also make sure that we see the same garbage.
5331 */
5332 fd = open("conftestmmap", O_RDWR);
5333 if (fd < 0)
5334 exit(1);
5335 data2 = malloc(2 * pagesize);
5336 if (!data2)
5337 exit(1);
5338 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
5339 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
5340 MAP_PRIVATE | MAP_FIXED, fd, 0L))
5341 exit(1);
5342 for (i = 0; i < pagesize; ++i)
5343 if (*(data + i) != *(data2 + i))
5344 exit(1);
5345
5346 /*
5347 * Finally, make sure that changes to the mapped area
5348 * do not percolate back to the file as seen by read().
5349 * (This is a bug on some variants of i386 svr4.0.)
5350 */
5351 for (i = 0; i < pagesize; ++i)
5352 *(data2 + i) = *(data2 + i) + 1;
5353 data3 = malloc(pagesize);
5354 if (!data3)
5355 exit(1);
5356 if (read(fd, data3, pagesize) != pagesize)
5357 exit(1);
5358 for (i = 0; i < pagesize; ++i)
5359 if (*(data + i) != *(data3 + i))
5360 exit(1);
5361 close(fd);
5362 unlink("conftestmmap");
5363 exit(0);
5364}
5365
5366EOF
95ca63c4 5367if { (eval echo configure:5368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
c906108c
SS
5368then
5369 ac_cv_func_mmap_fixed_mapped=yes
5370else
5371 echo "configure: failed program was:" >&5
5372 cat conftest.$ac_ext >&5
5373 rm -fr conftest*
5374 ac_cv_func_mmap_fixed_mapped=no
5375fi
5376rm -fr conftest*
5377fi
5378
5379fi
5380
5381echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
5382if test $ac_cv_func_mmap_fixed_mapped = yes; then
5383 cat >> confdefs.h <<\EOF
5384#define HAVE_MMAP 1
5385EOF
5386
5387fi
5388
5389
5390
5391
5392if test ${build} = ${host} -a ${host} = ${target} ; then
5393 case ${host_os} in
5394 hpux*)
5395 echo $ac_n "checking for HPUX/OSF thread support""... $ac_c" 1>&6
95ca63c4 5396echo "configure:5397: checking for HPUX/OSF thread support" >&5
c906108c
SS
5397 if test -f /usr/include/dce/cma_config.h ; then
5398 if test "$GCC" = "yes" ; then
5399 echo "$ac_t""yes" 1>&6
5400 cat >> confdefs.h <<\EOF
5401#define HAVE_HPUX_THREAD_SUPPORT 1
5402EOF
5403
5404 CONFIG_OBS="${CONFIG_OJS} hpux-thread.o"
5405 CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
5406 else
5407 echo "$ac_t""no (suppressed because you are not using GCC)" 1>&6
5408 fi
5409 else
5410 echo "$ac_t""no" 1>&6
5411 fi
5412 ;;
5413 solaris*)
5414 echo $ac_n "checking for Solaris thread debugging library""... $ac_c" 1>&6
95ca63c4 5415echo "configure:5416: checking for Solaris thread debugging library" >&5
c906108c
SS
5416 if test -f /usr/lib/libthread_db.so.1 ; then
5417 echo "$ac_t""yes" 1>&6
5418 cat >> confdefs.h <<\EOF
5419#define HAVE_THREAD_DB_LIB 1
5420EOF
5421
5422 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
5423 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
5424 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
95ca63c4 5425echo "configure:5426: checking for dlopen in -ldl" >&5
c906108c
SS
5426ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
5427if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5428 echo $ac_n "(cached) $ac_c" 1>&6
5429else
5430 ac_save_LIBS="$LIBS"
5431LIBS="-ldl $LIBS"
5432cat > conftest.$ac_ext <<EOF
95ca63c4 5433#line 5434 "configure"
c906108c
SS
5434#include "confdefs.h"
5435/* Override any gcc2 internal prototype to avoid an error. */
5436/* We use char because int might match the return type of a gcc2
5437 builtin and then its argument prototype would still apply. */
5438char dlopen();
5439
5440int main() {
5441dlopen()
5442; return 0; }
5443EOF
95ca63c4 5444if { (eval echo configure:5445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5445 rm -rf conftest*
5446 eval "ac_cv_lib_$ac_lib_var=yes"
5447else
5448 echo "configure: failed program was:" >&5
5449 cat conftest.$ac_ext >&5
5450 rm -rf conftest*
5451 eval "ac_cv_lib_$ac_lib_var=no"
5452fi
5453rm -f conftest*
5454LIBS="$ac_save_LIBS"
5455
5456fi
5457if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5458 echo "$ac_t""yes" 1>&6
5459 ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
5460 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
5461 cat >> confdefs.h <<EOF
5462#define $ac_tr_lib 1
5463EOF
5464
5465 LIBS="-ldl $LIBS"
5466
5467else
5468 echo "$ac_t""no" 1>&6
5469fi
5470
5471 if test "$GCC" = "yes" ; then
5472 # The GNU linker requires the -export-dynamic option to make
5473 # all symbols visible in the dynamic symbol table.
5474 hold_ldflags=$LDFLAGS
5475 echo $ac_n "checking for the ld -export-dynamic flag""... $ac_c" 1>&6
95ca63c4 5476echo "configure:5477: checking for the ld -export-dynamic flag" >&5
c906108c
SS
5477 LDFLAGS="${LDFLAGS} -Wl,-export-dynamic"
5478 cat > conftest.$ac_ext <<EOF
95ca63c4 5479#line 5480 "configure"
c906108c
SS
5480#include "confdefs.h"
5481
5482int main() {
5483int i;
5484; return 0; }
5485EOF
95ca63c4 5486if { (eval echo configure:5487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5487 rm -rf conftest*
5488 found=yes
5489else
5490 echo "configure: failed program was:" >&5
5491 cat conftest.$ac_ext >&5
5492 rm -rf conftest*
5493 found=no
5494fi
5495rm -f conftest*
5496 LDFLAGS=$hold_ldflags
5497 echo "$ac_t""$found" 1>&6
5498 if test $found = yes; then
5499 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Wl,-export-dynamic"
5500 fi
5501 fi
5502 # Sun randomly tweaked the prototypes in <proc_service.h>
5503 # at one point.
5504 echo $ac_n "checking if <proc_service.h> is old""... $ac_c" 1>&6
95ca63c4 5505echo "configure:5506: checking if <proc_service.h> is old" >&5
c906108c
SS
5506 if eval "test \"`echo '$''{'gdb_cv_proc_service_is_old'+set}'`\" = set"; then
5507 echo $ac_n "(cached) $ac_c" 1>&6
5508else
5509
5510 cat > conftest.$ac_ext <<EOF
95ca63c4 5511#line 5512 "configure"
c906108c
SS
5512#include "confdefs.h"
5513
5514 #include <proc_service.h>
5515 ps_err_e ps_pdwrite
5516 (struct ps_prochandle*, psaddr_t, const void*, size_t);
5517
5518int main() {
5519
5520; return 0; }
5521EOF
95ca63c4 5522if { (eval echo configure:5523: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
5523 rm -rf conftest*
5524 gdb_cv_proc_service_is_old=no
5525else
5526 echo "configure: failed program was:" >&5
5527 cat conftest.$ac_ext >&5
5528 rm -rf conftest*
5529 gdb_cv_proc_service_is_old=yes
5530fi
5531rm -f conftest*
5532
5533fi
5534
5535 echo "$ac_t""$gdb_cv_proc_service_is_old" 1>&6
5536 if test $gdb_cv_proc_service_is_old = yes; then
5537 cat >> confdefs.h <<\EOF
5538#define PROC_SERVICE_IS_OLD 1
5539EOF
5540
5541 fi
5542 else
5543 echo "$ac_t""no" 1>&6
5544 fi
5545 ;;
5546 esac
5547
5548fi
5549
fb40c209
AC
5550
5551# Check whether --enable-gdbmi or --disable-gdbmi was given.
5552if test "${enable_gdbmi+set}" = set; then
5553 enableval="$enable_gdbmi"
5554
5555 case "${enable_gdbmi}" in
5556 yes | no) ;;
5557 "") enable_gdbmi=yes ;;
5558 *)
5559 { echo "configure: error: Bad value for --enable-gdbmi: ${enableval}" 1>&2; exit 1; }
5560 ;;
5561 esac
5562
5563fi
5564
5565case ${enable_gdbmi} in
5566 "yes" )
5567 if test -d "${srcdir}/mi" ; then
5568 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_MI_OBS)"
5569 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_MI_DEPS)"
5570 CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_MI_SRCS)"
5571 CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_MI_INITS)"
b0b1b869 5572 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_MI_CFLAGS)"
b3a90332
AC
5573 CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_MI_ALL)"
5574 CONFIG_CLEAN="${CONFIG_CLEAN} \$(SUBDIR_MI_CLEAN)"
e56ac5c3
AC
5575 CONFIG_INSTALL="${CONFIG_INSTALL} \$(SUBDIR_MI_INSTALL)"
5576 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} \$(SUBDIR_MI_UNINSTALL)"
fb40c209
AC
5577 fi
5578 ;;
5579esac
c906108c
SS
5580
5581# Check whether --enable-tui or --disable-tui was given.
5582if test "${enable_tui+set}" = set; then
5583 enableval="$enable_tui"
5584
5585 case "${enable_tui}" in
5586 yes | no) ;;
5587 "") enable_tui=yes ;;
5588 *)
5589 { echo "configure: error: Bad value for --enable-tui: ${enableval}" 1>&2; exit 1; }
5590 ;;
5591 esac
5592
5593fi
5594
5595case ${enable_tui} in
5596 "yes" )
ed952ac5
AC
5597 if test -d "${srcdir}/tui" ; then
5598 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_TUI_OBS)"
5599 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_TUI_DEPS)"
5600 CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_TUI_SRCS)"
5601 CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_TUI_INITS)"
5602 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_TUI_CFLAGS)"
5603 CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_TUI_ALL)"
5604 CONFIG_CLEAN="${CONFIG_CLEAN} \$(SUBDIR_TUI_CLEAN)"
5605 CONFIG_INSTALL="${CONFIG_INSTALL} \$(SUBDIR_TUI_INSTALL)"
5606 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} \$(SUBDIR_TUI_UNINSTALL)"
5607 fi
5608 ;;
c906108c
SS
5609esac
5610
c906108c
SS
5611# Check whether --enable-netrom or --disable-netrom was given.
5612if test "${enable_netrom+set}" = set; then
5613 enableval="$enable_netrom"
5614 case "${enableval}" in
5615yes) enable_netrom=yes ;;
5616no) enable_netrom=no ;;
5617*) { echo "configure: error: bad value ${enableval} given for netrom option" 1>&2; exit 1; } ;;
5618esac
5619fi
5620
5621
5622if test "${enable_netrom}" = "yes"; then
5623 CONFIG_OBS="${CONFIG_OBS} remote-nrom.o"
5624 CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c"
5625fi
5626
1decb323 5627
d8038014
AC
5628# Don't add -Wall or -Wunused, they include -Wunused-parameter which
5629# causes noise.
1decb323 5630build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
16cadf39 5631-Wformat -Wparentheses -Wpointer-arith -Wuninitialized"
d8038014
AC
5632# Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
5633# -Wunused-function -Wunused-label -Wunused-variable -Wunused-value
5634# -Wchar-subscripts -Wuninitialized -Wtraditional -Wshadow -Wcast-qual
5635# -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes
5636# -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
5637# -Woverloaded-virtual -Winline -Werror"
c906108c
SS
5638# Check whether --enable-build-warnings or --disable-build-warnings was given.
5639if test "${enable_build_warnings+set}" = set; then
5640 enableval="$enable_build_warnings"
1decb323 5641 case "${enableval}" in
c906108c
SS
5642 yes) ;;
5643 no) build_warnings="-w";;
5644 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
5645 build_warnings="${build_warnings} ${t}";;
5646 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
5647 build_warnings="${t} ${build_warnings}";;
5648 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
5649esac
d4f3574e 5650if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
746a987d 5651 echo "Setting compiler warning flags = $build_warnings" 6>&1
c906108c 5652fi
1decb323 5653fi
104c1213
JM
5654WARN_CFLAGS=""
5655WERROR_CFLAGS=""
c906108c
SS
5656if test "x${build_warnings}" != x -a "x$GCC" = xyes
5657then
746a987d 5658 echo $ac_n "checking compiler warning flags""... $ac_c" 1>&6
95ca63c4 5659echo "configure:5660: checking compiler warning flags" >&5
746a987d
AC
5660 # Separate out the -Werror flag as some files just cannot be
5661 # compiled with it enabled.
5662 for w in ${build_warnings}; do
5663 case $w in
5664 -Werr*) WERROR_CFLAGS=-Werror ;;
5665 *) # Check that GCC accepts it
5666 if $CC $w 2>&1 | grep 'unrecognized option' > /dev/null; then
5667 :
5668 else
5669 WARN_CFLAGS="${WARN_CFLAGS} $w"
5670 fi
5671 esac
5672 done
5673 echo "$ac_t""${WARN_CFLAGS}${WERROR_CFLAGS}" 1>&6
c906108c
SS
5674fi
5675
5676
104c1213 5677
c906108c
SS
5678MMALLOC_CFLAGS=
5679MMALLOC=
5680
5681
5682
5683# Check whether --with-mmalloc or --without-mmalloc was given.
5684if test "${with_mmalloc+set}" = set; then
5685 withval="$with_mmalloc"
5686 case "${withval}" in
5687 yes) want_mmalloc=true ;;
5688 no) want_mmalloc=false;;
5689 *) { echo "configure: error: bad value ${withval} for GDB with-mmalloc option" 1>&2; exit 1; } ;;
5690esac
5691else
5692 want_mmalloc=false
5693fi
5694
5695if test x$want_mmalloc = xtrue; then
5696 cat >> confdefs.h <<\EOF
5697#define USE_MMALLOC 1
5698EOF
5699
5700 cat >> confdefs.h <<\EOF
5701#define MMCHECK_FORCE 1
5702EOF
5703
5704 MMALLOC_CFLAGS="-I$srcdir/../mmalloc"
5705 MMALLOC='../mmalloc/libmmalloc.a'
5706fi
5707
88987551
L
5708# Check whether --with-included-regex or --without-included-regex was given.
5709if test "${with_included_regex+set}" = set; then
5710 withval="$with_included_regex"
5711 case "${withval}" in
5712 yes) want_included_regex=true ;;
5713 no) want_included_regex=false;;
5714 *) { echo "configure: error: bad value ${withval} for GDB with-included-regex option" 1>&2; exit 1; } ;;
5715esac
5716else
5717 want_included_regex=true
5718fi
5719
88987551
L
5720if test $want_included_regex = false; then
5721 echo $ac_n "checking for GNU regex""... $ac_c" 1>&6
95ca63c4 5722echo "configure:5723: checking for GNU regex" >&5
88987551
L
5723 if eval "test \"`echo '$''{'gdb_cv_have_gnu_regex'+set}'`\" = set"; then
5724 echo $ac_n "(cached) $ac_c" 1>&6
5725else
5726 cat > conftest.$ac_ext <<EOF
95ca63c4 5727#line 5728 "configure"
88987551
L
5728#include "confdefs.h"
5729#include <gnu-versions.h>
5730#include <sys/types.h>
5731#include <regex.h>
5732int main() {
5733#if !defined _GNU_REGEX_INTERFACE_VERSION || !defined __GLIBC__ || __GLIBC__ < 2
5734#error No valid GNU regex.
5735#endif
5736
5737; return 0; }
5738EOF
95ca63c4 5739if { (eval echo configure:5740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
88987551
L
5740 rm -rf conftest*
5741 gdb_cv_have_gnu_regex=yes
5742else
5743 echo "configure: failed program was:" >&5
5744 cat conftest.$ac_ext >&5
5745 rm -rf conftest*
5746 gdb_cv_have_gnu_regex=no
5747fi
5748rm -f conftest*
5749fi
5750
5751 echo "$ac_t""$gdb_cv_have_gnu_regex" 1>&6
e48f66e4
AC
5752 if test $gdb_cv_have_gnu_regex = no; then
5753 want_included_regex=true
88987551
L
5754 fi
5755fi
5756
e48f66e4
AC
5757if test x${want_included_regex} = xtrue; then
5758 REGEX="gnu-regex.o"
5759 cat >> confdefs.h <<\EOF
5760#define USE_INCLUDED_REGEX 1
5761EOF
5762
5763fi
88987551 5764
7a292a7a
SS
5765
5766# In the Cygwin environment, we need some additional flags.
5767echo $ac_n "checking for cygwin""... $ac_c" 1>&6
95ca63c4 5768echo "configure:5769: checking for cygwin" >&5
7a292a7a
SS
5769if eval "test \"`echo '$''{'gdb_cv_os_cygwin'+set}'`\" = set"; then
5770 echo $ac_n "(cached) $ac_c" 1>&6
5771else
5772 cat > conftest.$ac_ext <<EOF
95ca63c4 5773#line 5774 "configure"
7a292a7a
SS
5774#include "confdefs.h"
5775
5776#if defined (__CYGWIN__) || defined (__CYGWIN32__)
5777lose
5778#endif
5779EOF
5780if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5781 egrep "lose" >/dev/null 2>&1; then
5782 rm -rf conftest*
5783 gdb_cv_os_cygwin=yes
5784else
5785 rm -rf conftest*
5786 gdb_cv_os_cygwin=no
5787fi
5788rm -f conftest*
5789
5790fi
5791
5792echo "$ac_t""$gdb_cv_os_cygwin" 1>&6
5793
b83266a0
SS
5794if test x$gdb_host = xgo32; then
5795 TERM_LIB=
5796else
c906108c
SS
5797if test x$gdb_cv_os_cygwin = xyes; then
5798 TERM_LIB='`if test -r ../libtermcap/libtermcap.a; then echo ../libtermcap/libtermcap.a; else echo -ltermcap; fi`'
5799else
5800 TERM_LIB=
5801 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
29fe111d 5802echo "configure:5803: checking for tgetent in -lncurses" >&5
c906108c
SS
5803ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
5804if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5805 echo $ac_n "(cached) $ac_c" 1>&6
5806else
5807 ac_save_LIBS="$LIBS"
5808LIBS="-lncurses $LIBS"
5809cat > conftest.$ac_ext <<EOF
29fe111d 5810#line 5811 "configure"
c906108c
SS
5811#include "confdefs.h"
5812/* Override any gcc2 internal prototype to avoid an error. */
5813/* We use char because int might match the return type of a gcc2
5814 builtin and then its argument prototype would still apply. */
5815char tgetent();
5816
5817int main() {
5818tgetent()
5819; return 0; }
5820EOF
29fe111d 5821if { (eval echo configure:5822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5822 rm -rf conftest*
5823 eval "ac_cv_lib_$ac_lib_var=yes"
5824else
5825 echo "configure: failed program was:" >&5
5826 cat conftest.$ac_ext >&5
5827 rm -rf conftest*
5828 eval "ac_cv_lib_$ac_lib_var=no"
5829fi
5830rm -f conftest*
5831LIBS="$ac_save_LIBS"
5832
5833fi
5834if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5835 echo "$ac_t""yes" 1>&6
5836 TERM_LIB=-lncurses
5837else
5838 echo "$ac_t""no" 1>&6
5839echo $ac_n "checking for tgetent in -lHcurses""... $ac_c" 1>&6
29fe111d 5840echo "configure:5841: checking for tgetent in -lHcurses" >&5
c906108c
SS
5841ac_lib_var=`echo Hcurses'_'tgetent | sed 'y%./+-%__p_%'`
5842if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5843 echo $ac_n "(cached) $ac_c" 1>&6
5844else
5845 ac_save_LIBS="$LIBS"
5846LIBS="-lHcurses $LIBS"
5847cat > conftest.$ac_ext <<EOF
29fe111d 5848#line 5849 "configure"
c906108c
SS
5849#include "confdefs.h"
5850/* Override any gcc2 internal prototype to avoid an error. */
5851/* We use char because int might match the return type of a gcc2
5852 builtin and then its argument prototype would still apply. */
5853char tgetent();
5854
5855int main() {
5856tgetent()
5857; return 0; }
5858EOF
29fe111d 5859if { (eval echo configure:5860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5860 rm -rf conftest*
5861 eval "ac_cv_lib_$ac_lib_var=yes"
5862else
5863 echo "configure: failed program was:" >&5
5864 cat conftest.$ac_ext >&5
5865 rm -rf conftest*
5866 eval "ac_cv_lib_$ac_lib_var=no"
5867fi
5868rm -f conftest*
5869LIBS="$ac_save_LIBS"
5870
5871fi
5872if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5873 echo "$ac_t""yes" 1>&6
5874 TERM_LIB=-lHcurses
5875else
5876 echo "$ac_t""no" 1>&6
5877echo $ac_n "checking for tgetent in -ltermlib""... $ac_c" 1>&6
29fe111d 5878echo "configure:5879: checking for tgetent in -ltermlib" >&5
c906108c
SS
5879ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'`
5880if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5881 echo $ac_n "(cached) $ac_c" 1>&6
5882else
5883 ac_save_LIBS="$LIBS"
5884LIBS="-ltermlib $LIBS"
5885cat > conftest.$ac_ext <<EOF
29fe111d 5886#line 5887 "configure"
c906108c
SS
5887#include "confdefs.h"
5888/* Override any gcc2 internal prototype to avoid an error. */
5889/* We use char because int might match the return type of a gcc2
5890 builtin and then its argument prototype would still apply. */
5891char tgetent();
5892
5893int main() {
5894tgetent()
5895; return 0; }
5896EOF
29fe111d 5897if { (eval echo configure:5898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5898 rm -rf conftest*
5899 eval "ac_cv_lib_$ac_lib_var=yes"
5900else
5901 echo "configure: failed program was:" >&5
5902 cat conftest.$ac_ext >&5
5903 rm -rf conftest*
5904 eval "ac_cv_lib_$ac_lib_var=no"
5905fi
5906rm -f conftest*
5907LIBS="$ac_save_LIBS"
5908
5909fi
5910if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5911 echo "$ac_t""yes" 1>&6
5912 TERM_LIB=-ltermlib
5913else
5914 echo "$ac_t""no" 1>&6
5915echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
29fe111d 5916echo "configure:5917: checking for tgetent in -ltermcap" >&5
c906108c
SS
5917ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
5918if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5919 echo $ac_n "(cached) $ac_c" 1>&6
5920else
5921 ac_save_LIBS="$LIBS"
5922LIBS="-ltermcap $LIBS"
5923cat > conftest.$ac_ext <<EOF
29fe111d 5924#line 5925 "configure"
c906108c
SS
5925#include "confdefs.h"
5926/* Override any gcc2 internal prototype to avoid an error. */
5927/* We use char because int might match the return type of a gcc2
5928 builtin and then its argument prototype would still apply. */
5929char tgetent();
5930
5931int main() {
5932tgetent()
5933; return 0; }
5934EOF
29fe111d 5935if { (eval echo configure:5936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5936 rm -rf conftest*
5937 eval "ac_cv_lib_$ac_lib_var=yes"
5938else
5939 echo "configure: failed program was:" >&5
5940 cat conftest.$ac_ext >&5
5941 rm -rf conftest*
5942 eval "ac_cv_lib_$ac_lib_var=no"
5943fi
5944rm -f conftest*
5945LIBS="$ac_save_LIBS"
5946
5947fi
5948if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5949 echo "$ac_t""yes" 1>&6
5950 TERM_LIB=-ltermcap
5951else
5952 echo "$ac_t""no" 1>&6
5953echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
29fe111d 5954echo "configure:5955: checking for tgetent in -lcurses" >&5
c906108c
SS
5955ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
5956if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5957 echo $ac_n "(cached) $ac_c" 1>&6
5958else
5959 ac_save_LIBS="$LIBS"
5960LIBS="-lcurses $LIBS"
5961cat > conftest.$ac_ext <<EOF
29fe111d 5962#line 5963 "configure"
c906108c
SS
5963#include "confdefs.h"
5964/* Override any gcc2 internal prototype to avoid an error. */
5965/* We use char because int might match the return type of a gcc2
5966 builtin and then its argument prototype would still apply. */
5967char tgetent();
5968
5969int main() {
5970tgetent()
5971; return 0; }
5972EOF
29fe111d 5973if { (eval echo configure:5974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
5974 rm -rf conftest*
5975 eval "ac_cv_lib_$ac_lib_var=yes"
5976else
5977 echo "configure: failed program was:" >&5
5978 cat conftest.$ac_ext >&5
5979 rm -rf conftest*
5980 eval "ac_cv_lib_$ac_lib_var=no"
5981fi
5982rm -f conftest*
5983LIBS="$ac_save_LIBS"
5984
5985fi
5986if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5987 echo "$ac_t""yes" 1>&6
5988 TERM_LIB=-lcurses
5989else
5990 echo "$ac_t""no" 1>&6
5991echo $ac_n "checking for tgetent in -lterminfo""... $ac_c" 1>&6
29fe111d 5992echo "configure:5993: checking for tgetent in -lterminfo" >&5
c906108c
SS
5993ac_lib_var=`echo terminfo'_'tgetent | sed 'y%./+-%__p_%'`
5994if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5995 echo $ac_n "(cached) $ac_c" 1>&6
5996else
5997 ac_save_LIBS="$LIBS"
5998LIBS="-lterminfo $LIBS"
5999cat > conftest.$ac_ext <<EOF
29fe111d 6000#line 6001 "configure"
c906108c
SS
6001#include "confdefs.h"
6002/* Override any gcc2 internal prototype to avoid an error. */
6003/* We use char because int might match the return type of a gcc2
6004 builtin and then its argument prototype would still apply. */
6005char tgetent();
6006
6007int main() {
6008tgetent()
6009; return 0; }
6010EOF
29fe111d 6011if { (eval echo configure:6012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
6012 rm -rf conftest*
6013 eval "ac_cv_lib_$ac_lib_var=yes"
6014else
6015 echo "configure: failed program was:" >&5
6016 cat conftest.$ac_ext >&5
6017 rm -rf conftest*
6018 eval "ac_cv_lib_$ac_lib_var=no"
6019fi
6020rm -f conftest*
6021LIBS="$ac_save_LIBS"
6022
6023fi
6024if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6025 echo "$ac_t""yes" 1>&6
6026 TERM_LIB=-lterminfo
6027else
6028 echo "$ac_t""no" 1>&6
6029fi
6030
6031fi
6032
6033fi
6034
6035fi
6036
6037fi
6038
6039fi
6040
6041
6042 if test "x$TERM_LIB" = x
6043 then
6044 { echo "configure: error: Could not find a term library" 1>&2; exit 1; }
6045 fi
6046fi
b83266a0 6047fi
c906108c
SS
6048
6049
cd0fc7c3
SS
6050# libreadline needs libuser32.a in a cygwin environment
6051WIN32LIBS=
6052if test x$gdb_cv_os_cygwin = xyes; then
c5394b80
JM
6053 WIN32LIBS="-luser32"
6054 case "${target}" in
6055 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
6056 ;;
6057 esac
cd0fc7c3 6058fi
c906108c 6059
7a292a7a 6060
3fc11d3e
JM
6061LIBGUI="../libgui/src/libgui.a"
6062GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
6063
6064
7a292a7a 6065
8b93c638
JM
6066# Check whether --with-cpu or --without-cpu was given.
6067if test "${with_cpu+set}" = set; then
6068 withval="$with_cpu"
6069 case "${target}" in
6070 powerpc-* | powerpcle-* )
6071 ## It would be nice to keep this table in sync with the one in
6072 ## gcc/configure.
6073 case "${with_cpu}" in
6074 ppc-uisa | rs6000 | 403 | 403GC | 505 | 860 | 601 | 602 | 603 \
6075 | 604 | 750 )
6076 ## Those are all handled in variants in rs6000-tdep.c, so they're fine.
6077 ;;
6078 common | power | power2 | rios | rios1 | rios2 | rsc | rsc1 )
6079 ## These are all RS6000 variants, as far as GDB is concerned.
6080 with_cpu=rs6000
6081 ;;
6082 603e | ec603e )
6083 with_cpu=603
6084 ;;
6085 604e )
6086 with_cpu=604
6087 ;;
6088 * )
6089 echo "configure: warning: GDB: unknown --with-cpu value: \`${with_cpu}'; using \`ppc-uisa'." 1>&2
6090 with_cpu=ppc-uisa
6091 ;;
6092 esac
6093 ;;
6094 * )
6095 echo "configure: warning: GDB may ignore the --with-cpu flag for ${target} targets" 1>&2
6096 ;;
6097esac
6098cat >> confdefs.h <<EOF
6099#define TARGET_CPU_DEFAULT "${with_cpu}"
6100EOF
6101
6102
6103fi
6104
6105
6106
3fc11d3e
JM
6107# Check whether --enable-gdbtk or --disable-gdbtk was given.
6108if test "${enable_gdbtk+set}" = set; then
6109 enableval="$enable_gdbtk"
6110 case "${enableval}" in
6111 yes)
6112 case "$host" in
6113 *go32*)
6114 echo "configure: warning: GDB does not support GDBtk on host ${host}. GDBtk will be disabled." 1>&2
6115 enable_gdbtk=no ;;
6116 *windows*)
6117 echo "configure: warning: GDB does not support GDBtk on host ${host}. GDBtk will be disabled." 1>&2
6118 enable_gdbtk=no ;;
6119 *)
6120 enable_gdbtk=yes ;;
6121 esac ;;
6122 no)
6123 enable_gdbtk=no ;;
6124 *)
6125 { echo "configure: error: bad value ${enableval} given for gdbtk option" 1>&2; exit 1; } ;;
6126esac
6127else
6128
6129# Default is on for everything but go32 and Cygwin
6130case "$host" in
6131 *go32* | *windows*)
6132 ;;
6133 *)
379d6434
AC
6134 if test -d "${srcdir}/gdbtk" ; then
6135 enable_gdbtk=yes
6136 fi
6137 ;;
6138esac
3fc11d3e
JM
6139
6140fi
6141
6142
6143WIN32LDAPP=
6144
6145
6146
6147configdir="unix"
6148
6149GDBTKLIBS=
6150if test "${enable_gdbtk}" = "yes"; then
6151
6152
6153#
6154# Ok, lets find the tcl configuration
6155# First, look for one uninstalled.
6156# the alternative search directory is invoked by --with-tclconfig
6157#
6158
6159if test x"${no_tcl}" = x ; then
6160 # we reset no_tcl in case something fails here
6161 no_tcl=true
6162 # Check whether --with-tclconfig or --without-tclconfig was given.
6163if test "${with_tclconfig+set}" = set; then
6164 withval="$with_tclconfig"
6165 with_tclconfig=${withval}
6166fi
6167
6168 echo $ac_n "checking for Tcl configuration""... $ac_c" 1>&6
29fe111d 6169echo "configure:6170: checking for Tcl configuration" >&5
3fc11d3e
JM
6170 if eval "test \"`echo '$''{'ac_cv_c_tclconfig'+set}'`\" = set"; then
6171 echo $ac_n "(cached) $ac_c" 1>&6
6172else
6173
6174
6175 # First check to see if --with-tclconfig was specified.
6176 if test x"${with_tclconfig}" != x ; then
6177 if test -f "${with_tclconfig}/tclConfig.sh" ; then
6178 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
6179 else
6180 { echo "configure: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" 1>&2; exit 1; }
6181 fi
6182 fi
6183
6184 # then check for a private Tcl installation
6185 if test x"${ac_cv_c_tclconfig}" = x ; then
6186 for i in \
6187 ../tcl \
6188 `ls -dr ../tcl[7-9]* 2>/dev/null` \
6189 ../../tcl \
6190 `ls -dr ../../tcl[7-9]* 2>/dev/null` \
6191 ../../../tcl \
6192 `ls -dr ../../../tcl[7-9]* 2>/dev/null` ; do
6193 if test -f "$i/${configdir}/tclConfig.sh" ; then
6194 ac_cv_c_tclconfig=`(cd $i/${configdir}; pwd)`
6195 break
6196 fi
6197 done
6198 fi
6199 # check in a few common install locations
6200 if test x"${ac_cv_c_tclconfig}" = x ; then
6201 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
6202 if test -f "$i/tclConfig.sh" ; then
6203 ac_cv_c_tclconfig=`(cd $i; pwd)`
6204 break
6205 fi
6206 done
6207 fi
6208 # check in a few other private locations
6209 if test x"${ac_cv_c_tclconfig}" = x ; then
6210 for i in \
6211 ${srcdir}/../tcl \
6212 `ls -dr ${srcdir}/../tcl[7-9]* 2>/dev/null` ; do
6213 if test -f "$i/${configdir}/tclConfig.sh" ; then
6214 ac_cv_c_tclconfig=`(cd $i/${configdir}; pwd)`
6215 break
6216 fi
6217 done
6218 fi
6219
6220fi
6221
6222 if test x"${ac_cv_c_tclconfig}" = x ; then
6223 TCLCONFIG="# no Tcl configs found"
6224 echo "configure: warning: Can't find Tcl configuration definitions" 1>&2
6225 else
6226 no_tcl=
6227 TCLCONFIG=${ac_cv_c_tclconfig}/tclConfig.sh
6228 echo "$ac_t""found $TCLCONFIG" 1>&6
6229 fi
6230fi
6231
6232 if test -z "${no_tcl}"; then
6233
6234 . $TCLCONFIG
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261#
6262# Ok, lets find the tk configuration
6263# First, look for one uninstalled.
6264# the alternative search directory is invoked by --with-tkconfig
6265#
6266
6267if test x"${no_tk}" = x ; then
6268 # we reset no_tk in case something fails here
6269 no_tk=true
6270 # Check whether --with-tkconfig or --without-tkconfig was given.
6271if test "${with_tkconfig+set}" = set; then
6272 withval="$with_tkconfig"
6273 with_tkconfig=${withval}
6274fi
6275
6276 echo $ac_n "checking for Tk configuration""... $ac_c" 1>&6
29fe111d 6277echo "configure:6278: checking for Tk configuration" >&5
3fc11d3e
JM
6278 if eval "test \"`echo '$''{'ac_cv_c_tkconfig'+set}'`\" = set"; then
6279 echo $ac_n "(cached) $ac_c" 1>&6
6280else
6281
6282
6283 # First check to see if --with-tkconfig was specified.
6284 if test x"${with_tkconfig}" != x ; then
6285 if test -f "${with_tkconfig}/tkConfig.sh" ; then
6286 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
6287 else
6288 { echo "configure: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" 1>&2; exit 1; }
6289 fi
6290 fi
6291
6292 # then check for a private Tk library
6293 if test x"${ac_cv_c_tkconfig}" = x ; then
6294 for i in \
6295 ../tk \
6296 `ls -dr ../tk[4-9]* 2>/dev/null` \
6297 ../../tk \
6298 `ls -dr ../../tk[4-9]* 2>/dev/null` \
6299 ../../../tk \
6300 `ls -dr ../../../tk[4-9]* 2>/dev/null` ; do
6301 if test -f "$i/${configdir}/tkConfig.sh" ; then
6302 ac_cv_c_tkconfig=`(cd $i/${configdir}; pwd)`
6303 break
6304 fi
6305 done
6306 fi
6307 # check in a few common install locations
6308 if test x"${ac_cv_c_tkconfig}" = x ; then
6309 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
6310 if test -f "$i/tkConfig.sh" ; then
6311 ac_cv_c_tkconfig=`(cd $i; pwd)`
6312 break
6313 fi
6314 done
6315 fi
6316 # check in a few other private locations
6317 if test x"${ac_cv_c_tkconfig}" = x ; then
6318 for i in \
6319 ${srcdir}/../tk \
6320 `ls -dr ${srcdir}/../tk[4-9]* 2>/dev/null` ; do
6321 if test -f "$i/${configdir}/tkConfig.sh" ; then
6322 ac_cv_c_tkconfig=`(cd $i/${configdir}; pwd)`
6323 break
6324 fi
6325 done
6326 fi
6327
6328fi
6329
6330 if test x"${ac_cv_c_tkconfig}" = x ; then
6331 TKCONFIG="# no Tk configs found"
6332 echo "configure: warning: Can't find Tk configuration definitions" 1>&2
6333 else
6334 no_tk=
6335 TKCONFIG=${ac_cv_c_tkconfig}/tkConfig.sh
6336 echo "$ac_t""found $TKCONFIG" 1>&6
6337 fi
6338fi
6339
6340
6341
6342 # If $no_tk is nonempty, then we can't do Tk, and there is no
6343 # point to doing Tcl.
6344 if test -z "${no_tk}"; then
6345
6346 if test -f "$TKCONFIG" ; then
6347 . $TKCONFIG
6348 fi
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363#
6364# Ok, lets find the tcl source trees so we can use the headers
6365# Warning: transition of version 9 to 10 will break this algorithm
6366# because 10 sorts before 9. We also look for just tcl. We have to
6367# be careful that we don't match stuff like tclX by accident.
6368# the alternative search directory is involked by --with-tclinclude
6369#
6370
6371no_tcl=true
6372echo $ac_n "checking for Tcl private headers. dir=${configdir}""... $ac_c" 1>&6
29fe111d 6373echo "configure:6374: checking for Tcl private headers. dir=${configdir}" >&5
3fc11d3e
JM
6374# Check whether --with-tclinclude or --without-tclinclude was given.
6375if test "${with_tclinclude+set}" = set; then
6376 withval="$with_tclinclude"
6377 with_tclinclude=${withval}
6378fi
6379
6380if eval "test \"`echo '$''{'ac_cv_c_tclh'+set}'`\" = set"; then
6381 echo $ac_n "(cached) $ac_c" 1>&6
6382else
6383
6384# first check to see if --with-tclinclude was specified
6385if test x"${with_tclinclude}" != x ; then
6386 if test -f ${with_tclinclude}/tclInt.h ; then
6387 ac_cv_c_tclh=`(cd ${with_tclinclude}; pwd)`
6388 elif test -f ${with_tclinclude}/generic/tclInt.h ; then
6389 ac_cv_c_tclh=`(cd ${with_tclinclude}/generic; pwd)`
6390 else
6391 { echo "configure: error: ${with_tclinclude} directory doesn't contain private headers" 1>&2; exit 1; }
6392 fi
6393fi
6394
6395# next check if it came with Tcl configuration file
6396if test x"${ac_cv_c_tclconfig}" = x ; then
6397 if test -f $ac_cv_c_tclconfig/../generic/tclInt.h ; then
6398 ac_cv_c_tclh=`(cd $ac_cv_c_tclconfig/..; pwd)`
6399 fi
6400fi
6401
6402# next check in private source directory
6403#
6404# since ls returns lowest version numbers first, reverse its output
6405if test x"${ac_cv_c_tclh}" = x ; then
6406 for i in \
6407 ${srcdir}/../tcl \
6408 `ls -dr ${srcdir}/../tcl[7-9]* 2>/dev/null` \
6409 ${srcdir}/../../tcl \
6410 `ls -dr ${srcdir}/../../tcl[7-9]* 2>/dev/null` \
6411 ${srcdir}/../../../tcl \
6412 `ls -dr ${srcdir}/../../../tcl[7-9]* 2>/dev/null ` ; do
6413 if test -f $i/generic/tclInt.h ; then
6414 ac_cv_c_tclh=`(cd $i/generic; pwd)`
6415 break
6416 fi
6417 done
6418fi
6419# finally check in a few common install locations
6420#
6421# since ls returns lowest version numbers first, reverse its output
6422if test x"${ac_cv_c_tclh}" = x ; then
6423 for i in \
6424 `ls -dr /usr/local/src/tcl[7-9]* 2>/dev/null` \
6425 `ls -dr /usr/local/lib/tcl[7-9]* 2>/dev/null` \
6426 /usr/local/src/tcl \
6427 /usr/local/lib/tcl \
6428 ${prefix}/include ; do
6429 if test -f $i/generic/tclInt.h ; then
6430 ac_cv_c_tclh=`(cd $i/generic; pwd)`
6431 break
6432 fi
6433 done
6434fi
6435# see if one is installed
6436if test x"${ac_cv_c_tclh}" = x ; then
6437 ac_safe=`echo "tclInt.h" | sed 'y%./+-%__p_%'`
6438echo $ac_n "checking for tclInt.h""... $ac_c" 1>&6
29fe111d 6439echo "configure:6440: checking for tclInt.h" >&5
3fc11d3e
JM
6440if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6441 echo $ac_n "(cached) $ac_c" 1>&6
6442else
6443 cat > conftest.$ac_ext <<EOF
29fe111d 6444#line 6445 "configure"
3fc11d3e
JM
6445#include "confdefs.h"
6446#include <tclInt.h>
6447EOF
6448ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
29fe111d 6449{ (eval echo configure:6450: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3fc11d3e
JM
6450ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6451if test -z "$ac_err"; then
6452 rm -rf conftest*
6453 eval "ac_cv_header_$ac_safe=yes"
6454else
6455 echo "$ac_err" >&5
6456 echo "configure: failed program was:" >&5
6457 cat conftest.$ac_ext >&5
6458 rm -rf conftest*
6459 eval "ac_cv_header_$ac_safe=no"
6460fi
6461rm -f conftest*
6462fi
6463if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6464 echo "$ac_t""yes" 1>&6
6465 ac_cv_c_tclh=installed
6466else
6467 echo "$ac_t""no" 1>&6
6468ac_cv_c_tclh=""
6469fi
6470
6471fi
6472
6473fi
6474
6475if test x"${ac_cv_c_tclh}" = x ; then
6476 TCLHDIR="# no Tcl private headers found"
6477 { echo "configure: error: Can't find Tcl private headers" 1>&2; exit 1; }
6478fi
6479if test x"${ac_cv_c_tclh}" != x ; then
6480 no_tcl=""
6481 if test x"${ac_cv_c_tclh}" = x"installed" ; then
6482 echo "$ac_t""is installed" 1>&6
6483 TCLHDIR=""
6484 else
6485 echo "$ac_t""found in ${ac_cv_c_tclh}" 1>&6
6486 # this hack is cause the TCLHDIR won't print if there is a "-I" in it.
6487 TCLHDIR="-I${ac_cv_c_tclh}"
6488 fi
6489fi
6490
6491
6492
6493
6494#
6495# Ok, lets find the tk source trees so we can use the headers
6496# If the directory (presumably symlink) named "tk" exists, use that one
6497# in preference to any others. Same logic is used when choosing library
6498# and again with Tcl. The search order is the best place to look first, then in
6499# decreasing significance. The loop breaks if the trigger file is found.
6500# Note the gross little conversion here of srcdir by cd'ing to the found
6501# directory. This converts the path from a relative to an absolute, so
6502# recursive cache variables for the path will work right. We check all
6503# the possible paths in one loop rather than many seperate loops to speed
6504# things up.
6505# the alternative search directory is involked by --with-tkinclude
6506#
6507no_tk=true
6508echo $ac_n "checking for Tk private headers""... $ac_c" 1>&6
29fe111d 6509echo "configure:6510: checking for Tk private headers" >&5
3fc11d3e
JM
6510# Check whether --with-tkinclude or --without-tkinclude was given.
6511if test "${with_tkinclude+set}" = set; then
6512 withval="$with_tkinclude"
6513 with_tkinclude=${withval}
6514fi
6515
6516if eval "test \"`echo '$''{'ac_cv_c_tkh'+set}'`\" = set"; then
6517 echo $ac_n "(cached) $ac_c" 1>&6
6518else
6519
6520# first check to see if --with-tkinclude was specified
6521if test x"${with_tkinclude}" != x ; then
6522 if test -f ${with_tkinclude}/tk.h ; then
6523 ac_cv_c_tkh=`(cd ${with_tkinclude}; pwd)`
6524 elif test -f ${with_tkinclude}/generic/tk.h ; then
6525 ac_cv_c_tkh=`(cd ${with_tkinclude}/generic; pwd)`
6526 else
6527 { echo "configure: error: ${with_tkinclude} directory doesn't contain private headers" 1>&2; exit 1; }
6528 fi
6529fi
6530
6531# next check if it came with Tk configuration file
6532if test x"${ac_cv_c_tkconfig}" = x ; then
6533 if test -f $ac_cv_c_tkconfig/../generic/tk.h ; then
6534 ac_cv_c_tkh=`(cd $ac_cv_c_tkconfig/..; pwd)`
6535 fi
6536fi
6537
6538# next check in private source directory
6539#
6540# since ls returns lowest version numbers first, reverse its output
6541if test x"${ac_cv_c_tkh}" = x ; then
6542 for i in \
6543 ${srcdir}/../tk \
6544 `ls -dr ${srcdir}/../tk[4-9]* 2>/dev/null` \
6545 ${srcdir}/../../tk \
6546 `ls -dr ${srcdir}/../../tk[4-9]* 2>/dev/null` \
6547 ${srcdir}/../../../tk \
6548 `ls -dr ${srcdir}/../../../tk[4-9]* 2>/dev/null ` ; do
6549 if test -f $i/generic/tk.h ; then
6550 ac_cv_c_tkh=`(cd $i/generic; pwd)`
6551 break
6552 fi
6553 done
6554fi
6555# finally check in a few common install locations
6556#
6557# since ls returns lowest version numbers first, reverse its output
6558if test x"${ac_cv_c_tkh}" = x ; then
6559 for i in \
6560 `ls -dr /usr/local/src/tk[4-9]* 2>/dev/null` \
6561 `ls -dr /usr/local/lib/tk[4-9]* 2>/dev/null` \
6562 /usr/local/src/tk \
6563 /usr/local/lib/tk \
6564 ${prefix}/include ; do
6565 if test -f $i/generic/tk.h ; then
6566 ac_cv_c_tkh=`(cd $i/generic; pwd)`
6567 break
6568 fi
6569 done
6570fi
6571# see if one is installed
6572if test x"${ac_cv_c_tkh}" = x ; then
6573 ac_safe=`echo "tk.h" | sed 'y%./+-%__p_%'`
6574echo $ac_n "checking for tk.h""... $ac_c" 1>&6
29fe111d 6575echo "configure:6576: checking for tk.h" >&5
3fc11d3e
JM
6576if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6577 echo $ac_n "(cached) $ac_c" 1>&6
6578else
6579 cat > conftest.$ac_ext <<EOF
29fe111d 6580#line 6581 "configure"
3fc11d3e
JM
6581#include "confdefs.h"
6582#include <tk.h>
6583EOF
6584ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
29fe111d 6585{ (eval echo configure:6586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3fc11d3e
JM
6586ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6587if test -z "$ac_err"; then
6588 rm -rf conftest*
6589 eval "ac_cv_header_$ac_safe=yes"
6590else
6591 echo "$ac_err" >&5
6592 echo "configure: failed program was:" >&5
6593 cat conftest.$ac_ext >&5
6594 rm -rf conftest*
6595 eval "ac_cv_header_$ac_safe=no"
6596fi
6597rm -f conftest*
6598fi
6599if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6600 echo "$ac_t""yes" 1>&6
6601 ac_cv_c_tkh=installed
6602else
6603 echo "$ac_t""no" 1>&6
6604ac_cv_c_tkh=""
6605fi
6606
6607fi
6608
6609fi
6610
6611if test x"${ac_cv_c_tkh}" != x ; then
6612 no_tk=""
6613 if test x"${ac_cv_c_tkh}" = x"installed" ; then
6614 echo "$ac_t""is installed" 1>&6
6615 TKHDIR=""
6616 else
6617 echo "$ac_t""found in ${ac_cv_c_tkh}" 1>&6
6618 # this hack is cause the TKHDIR won't print if there is a "-I" in it.
6619 TKHDIR="-I${ac_cv_c_tkh}"
6620 fi
6621else
6622 TKHDIR="# no Tk directory found"
6623 echo "configure: warning: Can't find Tk private headers" 1>&2
6624 no_tk=true
6625fi
6626
6627
6628
6629
6630echo $ac_n "checking for Itcl private headers. srcdir=${srcdir}""... $ac_c" 1>&6
29fe111d 6631echo "configure:6632: checking for Itcl private headers. srcdir=${srcdir}" >&5
3fc11d3e
JM
6632if test x"${ac_cv_c_itclh}" = x ; then
6633 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itcl; do
6634 if test -f $i/generic/itcl.h ; then
6635 ac_cv_c_itclh=`(cd $i/generic; pwd)`
6636 break
6637 fi
6638 done
6639fi
6640if test x"${ac_cv_c_itclh}" = x ; then
6641 ITCLHDIR="# no Itcl private headers found"
6642 { echo "configure: error: Can't find Itcl private headers" 1>&2; exit 1; }
6643fi
6644if test x"${ac_cv_c_itclh}" != x ; then
6645 ITCLHDIR="-I${ac_cv_c_itclh}"
6646fi
6647# should always be here
6648# ITCLLIB="../itcl/itcl/unix/libitcl.a"
6649
6650#AC_SUBST(ITCLLIB)
6651
6652
6653echo $ac_n "checking for Itk private headers. srcdir=${srcdir}""... $ac_c" 1>&6
29fe111d 6654echo "configure:6655: checking for Itk private headers. srcdir=${srcdir}" >&5
3fc11d3e
JM
6655if test x"${ac_cv_c_itkh}" = x ; then
6656 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itk; do
6657 if test -f $i/generic/itk.h ; then
6658 ac_cv_c_itkh=`(cd $i/generic; pwd)`
6659 break
6660 fi
6661 done
6662fi
6663if test x"${ac_cv_c_itkh}" = x ; then
6664 ITKHDIR="# no Itk private headers found"
6665 { echo "configure: error: Can't find Itk private headers" 1>&2; exit 1; }
6666fi
6667if test x"${ac_cv_c_itkh}" != x ; then
6668 ITKHDIR="-I${ac_cv_c_itkh}"
6669fi
6670# should always be here
6671# ITKLIB="../itcl/itk/unix/libitk.a"
6672
6673#AC_SUBST(ITKLIB)
6674
6675
6676echo $ac_n "checking for Tix private headers. srcdir=${srcdir}""... $ac_c" 1>&6
29fe111d 6677echo "configure:6678: checking for Tix private headers. srcdir=${srcdir}" >&5
3fc11d3e
JM
6678if test x"${ac_cv_c_tixh}" = x ; then
6679 for i in ${srcdir}/../tix ${srcdir}/../../tix ${srcdir}/../../../tix ; do
6680 if test -f $i/generic/tix.h ; then
6681 ac_cv_c_tixh=`(cd $i/generic; pwd)`
6682 break
6683 fi
6684 done
6685fi
6686if test x"${ac_cv_c_tixh}" = x ; then
6687 TIXHDIR="# no Tix private headers found"
6688 { echo "configure: error: Can't find Tix private headers" 1>&2; exit 1; }
6689fi
6690if test x"${ac_cv_c_tixh}" != x ; then
6691 TIXHDIR="-I${ac_cv_c_tixh}"
6692fi
6693
6694
6695
6696 # now look for Itcl library stuff
6697
6698
6699#
6700# Ok, lets find the itcl configuration
6701# First, look for one uninstalled.
6702# the alternative search directory is invoked by --with-itclconfig
6703#
6704
6705if test x"${no_itcl}" = x ; then
6706 # we reset no_itcl in case something fails here
6707 no_itcl=true
6708 # Check whether --with-itclconfig or --without-itclconfig was given.
6709if test "${with_itclconfig+set}" = set; then
6710 withval="$with_itclconfig"
6711 with_itclconfig=${withval}
6712fi
6713
6714 echo $ac_n "checking for Itcl configuration""... $ac_c" 1>&6
29fe111d 6715echo "configure:6716: checking for Itcl configuration" >&5
3fc11d3e
JM
6716 if eval "test \"`echo '$''{'ac_cv_c_itclconfig'+set}'`\" = set"; then
6717 echo $ac_n "(cached) $ac_c" 1>&6
6718else
6719
6720
6721 # First check to see if --with-itclconfig was specified.
6722 if test x"${with_itclconfig}" != x ; then
6723 if test -f "${with_itclconfig}/itclConfig.sh" ; then
6724 ac_cv_c_itclconfig=`(cd ${with_itclconfig}; pwd)`
6725 else
6726 { echo "configure: error: ${with_itclconfig} directory doesn't contain itclConfig.sh" 1>&2; exit 1; }
6727 fi
6728 fi
6729
6730 # then check for a private Itcl library
6731 if test x"${ac_cv_c_itclconfig}" = x ; then
6732 for i in \
6733 ../itcl/itcl \
6734 `ls -dr ../itcl[4-9]*/itcl 2>/dev/null` \
6735 ../../itcl \
6736 `ls -dr ../../itcl[4-9]*/itcl 2>/dev/null` \
6737 ../../../itcl \
6738 `ls -dr ../../../itcl[4-9]*/itcl 2>/dev/null` ; do
6739 if test -f "$i/itclConfig.sh" ; then
6740 ac_cv_c_itclconfig=`(cd $i; pwd)`
6741 break
6742 fi
6743 done
6744 fi
6745 # check in a few common install locations
6746 if test x"${ac_cv_c_itclconfig}" = x ; then
6747 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
6748 if test -f "$i/itclConfig.sh" ; then
6749 ac_cv_c_itclconfig=`(cd $i; pwd)`
6750 break
6751 fi
6752 done
6753 fi
6754 # check in a few other private locations
6755 if test x"${ac_cv_c_itclconfig}" = x ; then
6756 for i in \
6757 ${srcdir}/../itcl/itcl \
6758 `ls -dr ${srcdir}/../itcl[4-9]*/itcl 2>/dev/null` ; do
6759 if test -f "$i/itclConfig.sh" ; then
6760 ac_cv_c_itclconfig=`(cd $i; pwd)`
6761 break
6762 fi
6763 done
6764 fi
6765
6766fi
6767
6768 if test x"${ac_cv_c_itclconfig}" = x ; then
6769 ITCLCONFIG="# no Itcl configs found"
6770 echo "configure: warning: Can't find Itcl configuration definitions" 1>&2
6771 else
6772 no_itcl=
6773 ITCLCONFIG=${ac_cv_c_itclconfig}/itclConfig.sh
6774 echo "$ac_t""found $ITCLCONFIG" 1>&6
6775 fi
6776fi
6777
6778 if test -z "${no_itcl}"; then
6779
6780 if test -f "$ITCLCONFIG" ; then
6781 . $ITCLCONFIG
6782 fi
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794 case "${host}" in
6795 *-*-cygwin*)
6796 itcldir=../itcl/itcl/win/
6797 ;;
6798 *)
6799 itcldir=../itcl/itcl/unix/
6800 ;;
6801 esac
6802
6803
6804 ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
6805 ITCL_DEPS="${itcldir}${ITCL_LIB_FILE}"
6806 fi
6807
6808
6809 # now look for Itk library stuff
6810
6811#
6812# Ok, lets find the itk configuration
6813# First, look for one uninstalled.
6814# the alternative search directory is invoked by --with-itkconfig
6815#
6816
6817if test x"${no_itk}" = x ; then
6818 # we reset no_itk in case something fails here
6819 no_itk=true
6820 # Check whether --with-itkconfig or --without-itkconfig was given.
6821if test "${with_itkconfig+set}" = set; then
6822 withval="$with_itkconfig"
6823 with_itkconfig=${withval}
6824fi
6825
6826 echo $ac_n "checking for Itk configuration""... $ac_c" 1>&6
29fe111d 6827echo "configure:6828: checking for Itk configuration" >&5
3fc11d3e
JM
6828 if eval "test \"`echo '$''{'ac_cv_c_itkconfig'+set}'`\" = set"; then
6829 echo $ac_n "(cached) $ac_c" 1>&6
6830else
6831
6832
6833 # First check to see if --with-itkconfig was specified.
6834 if test x"${with_itkconfig}" != x ; then
6835 if test -f "${with_itkconfig}/itkConfig.sh" ; then
6836 ac_cv_c_itkconfig=`(cd ${with_itkconfig}; pwd)`
6837 else
6838 { echo "configure: error: ${with_itkconfig} directory doesn't contain itkConfig.sh" 1>&2; exit 1; }
6839 fi
6840 fi
6841
6842 # then check for a private Itk library
6843 if test x"${ac_cv_c_itkconfig}" = x ; then
6844 for i in \
6845 ../itcl/itk \
6846 `ls -dr ../itcl[4-9]*/itk 2>/dev/null` \
6847 ../../itk \
6848 `ls -dr ../../itcl[4-9]*/itk 2>/dev/null` \
6849 ../../../itk \
6850 `ls -dr ../../../itcl[4-9]*/itk 2>/dev/null` ; do
6851 if test -f "$i/itkConfig.sh" ; then
6852 ac_cv_c_itkconfig=`(cd $i; pwd)`
6853 break
6854 fi
6855 done
6856 fi
6857 # check in a few common install locations
6858 if test x"${ac_cv_c_itkconfig}" = x ; then
6859 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
6860 if test -f "$i/itkConfig.sh" ; then
6861 ac_cv_c_itkconfig=`(cd $i; pwd)`
6862 break
6863 fi
6864 done
6865 fi
6866 # check in a few other private locations
6867 if test x"${ac_cv_c_itkconfig}" = x ; then
6868 for i in \
6869 ${srcdir}/../itcl/itk \
6870 `ls -dr ${srcdir}/../itcl[4-9]*/itk 2>/dev/null` ; do
6871 if test -f "$i/itkConfig.sh" ; then
6872 ac_cv_c_itkconfig=`(cd $i; pwd)`
6873 break
6874 fi
6875 done
6876 fi
6877
6878fi
6879
6880 if test x"${ac_cv_c_itkconfig}" = x ; then
6881 ITKCONFIG="# no Itk configs found"
6882 echo "configure: warning: Can't find Itk configuration definitions" 1>&2
6883 else
6884 no_itk=
6885 ITKCONFIG=${ac_cv_c_itkconfig}/itkConfig.sh
6886 echo "$ac_t""found $ITKCONFIG" 1>&6
6887 fi
6888fi
6889
6890
6891 if test -z "${no_itcl}"; then
6892
6893 if test -f "$ITKCONFIG" ; then
6894 . $ITKCONFIG
6895 fi
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908 case "${host}" in
6909 *-*-cygwin*)
6910 itkdir=../itcl/itk/win/
6911 ;;
6912 *)
6913 itkdir=../itcl/itk/unix/
6914 ;;
6915 esac
6916
6917 ITKLIB="${ITK_BUILD_LIB_SPEC}"
6918 ITK_DEPS="${itkdir}${ITK_LIB_FILE}"
6919 fi
6920
6921 # now look for Tix library stuff
6922
6923#
6924# Ok, lets find the tix configuration
6925# First, look for one uninstalled.
6926# the alternative search directory is invoked by --with-itkconfig
6927#
6928
6929if test x"${no_tix}" = x ; then
6930 # we reset no_tix in case something fails here
6931 no_tix=true
6932 # Check whether --with-tixconfig or --without-tixconfig was given.
6933if test "${with_tixconfig+set}" = set; then
6934 withval="$with_tixconfig"
6935 with_tixconfig=${withval}
6936fi
6937
6938 echo $ac_n "checking for Tix configuration""... $ac_c" 1>&6
29fe111d 6939echo "configure:6940: checking for Tix configuration" >&5
3fc11d3e
JM
6940 if eval "test \"`echo '$''{'ac_cv_c_tixconfig'+set}'`\" = set"; then
6941 echo $ac_n "(cached) $ac_c" 1>&6
6942else
6943
6944
6945 # First check to see if --with-tixconfig was specified.
6946 if test x"${with_tixconfig}" != x ; then
6947 if test -f "${with_tixconfig}/tixConfig.sh" ; then
6948 ac_cv_c_tixconfig=`(cd ${with_tixconfig}; pwd)`
6949 else
6950 { echo "configure: error: ${with_tixconfig} directory doesn't contain tixConfig.sh" 1>&2; exit 1; }
6951 fi
6952 fi
6953
6954 # then check for a private Tix library
6955 if test x"${ac_cv_c_tixconfig}" = x ; then
6956 for i in \
6957 ../tix \
6958 `ls -dr ../tix 2>/dev/null` \
6959 ../../tix \
6960 `ls -dr ../../tix 2>/dev/null` \
6961 ../../../tix \
6962 `ls -dr ../../../tix 2>/dev/null` ; do
6963 echo "**** Looking at $i - with ${configdir}"
6964 if test -f "$i/tixConfig.sh" ; then
6965 ac_cv_c_tixconfig=`(cd $i; pwd)`
6966 break
6967 fi
6968 done
6969 fi
6970 # check in a few common install locations
6971 if test x"${ac_cv_c_tixconfig}" = x ; then
6972 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
6973 echo "**** Looking at $i"
6974 if test -f "$i/tixConfig.sh" ; then
6975 ac_cv_c_tixconfig=`(cd $i; pwd)`
6976 break
6977 fi
6978 done
6979 fi
6980 # check in a few other private locations
6981 echo "**** Other private locations"
6982 if test x"${ac_cv_c_tixconfig}" = x ; then
6983 for i in \
6984 ${srcdir}/../tix \
6985 `ls -dr ${srcdir}/../tix 2>/dev/null` ; do
6986 echo "**** Looking at $i - with ${configdir}"
6987 if test -f "$i/${configdir}/tixConfig.sh" ; then
6988 ac_cv_c_tixconfig=`(cd $i/${configdir}; pwd)`
6989 break
6990 fi
6991 done
6992 fi
6993
6994fi
6995
6996 if test x"${ac_cv_c_tixconfig}" = x ; then
6997 TIXCONFIG="# no Tix configs found"
6998 echo "configure: warning: Can't find Tix configuration definitions" 1>&2
6999 else
7000 no_tix=
7001 TIXCONFIG=${ac_cv_c_tixconfig}/tixConfig.sh
7002 echo "$ac_t""found $TIXCONFIG" 1>&6
7003 fi
7004fi
7005
7006
7007 if test -z "${no_tix}"; then
7008
7009 if test -f "$TIXCONFIG" ; then
7010 . $TIXCONFIG
7011 fi
7012
7013
7014
7015
7016
7017
7018
7019
7020 TIXLIB="${TIX_BUILD_LIB_SPEC}"
7021 TIX_DEPS="${TIX_BUILD_LOCATION}/${TIX_LIB_FILE}"
7022 fi
7023
3fc11d3e
JM
7024 ENABLE_CFLAGS="$ENABLE_CFLAGS -DGDBTK"
7025 # Tcl/Tk 8.1 require -fwritable strings. I don't
7026 # know whether 8.2 will or not, but I bet it will.
7027 # I don't have to worry about 7.x since we don't support it.
7028 GDBTK_CFLAGS=""
7029 if test "$GCC" = "yes"; then
7030 if test "$TCL_VERSION" != "8.0" ; then
7031 GDBTK_CFLAGS="-fwritable-strings"
7032 fi
7033 fi
7034
7035 # Include some libraries that Tcl and Tk want.
7036 TCL_LIBS='$(LIBGUI) $(ITCL) $(ITK) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
7037 CONFIG_DEPS='$(LIBGUI) $(ITCL_DEPS) $(ITK_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
7038 # Yes, the ordering seems wrong here. But it isn't.
7039 # TK_LIBS is the list of libraries that need to be linked
7040 # after Tcl/Tk. Note that this isn't put into LIBS. If it
7041 # were in LIBS then any link tests after this point would
7042 # try to include things like `$(LIBGUI)', which wouldn't work.
7043 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
d45b9300
FN
7044 CONFIG_SRCS="${CONFIG_SRCS} gdbtk/generic/gdbtk.c gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c"
7045 CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o gdbtk-varobj.o gdbtk-wrapper.o"
7046 CONFIG_INITS="${CONFIG_INITS} gdbtk/generic/gdbtk.c gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c"
b3a90332
AC
7047 CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_GDBTK_ALL)"
7048 CONFIG_CLEAN="${CONFIG_ALL} \$(SUBDIR_GDBTK_CLEAN)"
e56ac5c3
AC
7049 CONFIG_INSTALL="${CONFIG_INSTALL} \$(SUBDIR_GDBTK_INSTALL)"
7050 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} \$(SUBDIR_GDBTK_UNINSTALL)"
3fc11d3e
JM
7051
7052 if test x$gdb_cv_os_cygwin = xyes; then
7053 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
7054 WIN32LDAPP="-Wl,--subsystem,console"
7055 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
7056 fi
7057 fi
7058 fi
7059fi
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
c906108c
SS
7073# If we find X, set shell vars x_includes and x_libraries to the
7074# paths, otherwise set no_x=yes.
7075# Uses ac_ vars as temps to allow command line to override cache and checks.
7076# --without-x overrides everything else, but does not touch the cache.
7077echo $ac_n "checking for X""... $ac_c" 1>&6
29fe111d 7078echo "configure:7079: checking for X" >&5
c906108c
SS
7079
7080# Check whether --with-x or --without-x was given.
7081if test "${with_x+set}" = set; then
7082 withval="$with_x"
7083 :
7084fi
7085
7086# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7087if test "x$with_x" = xno; then
7088 # The user explicitly disabled X.
7089 have_x=disabled
7090else
7091 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
7092 # Both variables are already set.
7093 have_x=yes
7094 else
7095if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
7096 echo $ac_n "(cached) $ac_c" 1>&6
7097else
7098 # One or both of the vars are not set, and there is no cached value.
7099ac_x_includes=NO ac_x_libraries=NO
7100rm -fr conftestdir
7101if mkdir conftestdir; then
7102 cd conftestdir
7103 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7104 cat > Imakefile <<'EOF'
7105acfindx:
7106 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
7107EOF
7108 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
7109 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7110 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
7111 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7112 for ac_extension in a so sl; do
7113 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
7114 test -f $ac_im_libdir/libX11.$ac_extension; then
7115 ac_im_usrlibdir=$ac_im_libdir; break
7116 fi
7117 done
7118 # Screen out bogus values from the imake configuration. They are
7119 # bogus both because they are the default anyway, and because
7120 # using them would break gcc on systems where it needs fixed includes.
7121 case "$ac_im_incroot" in
7122 /usr/include) ;;
7123 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
7124 esac
7125 case "$ac_im_usrlibdir" in
7126 /usr/lib | /lib) ;;
7127 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
7128 esac
7129 fi
7130 cd ..
7131 rm -fr conftestdir
7132fi
7133
7134if test "$ac_x_includes" = NO; then
7135 # Guess where to find include files, by looking for this one X11 .h file.
7136 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
7137
7138 # First, try using that file with no special directory specified.
7139cat > conftest.$ac_ext <<EOF
29fe111d 7140#line 7141 "configure"
c906108c
SS
7141#include "confdefs.h"
7142#include <$x_direct_test_include>
7143EOF
7144ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
29fe111d 7145{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c906108c
SS
7146ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7147if test -z "$ac_err"; then
7148 rm -rf conftest*
7149 # We can compile using X headers with no special include directory.
7150ac_x_includes=
7151else
7152 echo "$ac_err" >&5
7153 echo "configure: failed program was:" >&5
7154 cat conftest.$ac_ext >&5
7155 rm -rf conftest*
7156 # Look for the header file in a standard set of common directories.
7157# Check X11 before X11Rn because it is often a symlink to the current release.
7158 for ac_dir in \
7159 /usr/X11/include \
7160 /usr/X11R6/include \
7161 /usr/X11R5/include \
7162 /usr/X11R4/include \
7163 \
7164 /usr/include/X11 \
7165 /usr/include/X11R6 \
7166 /usr/include/X11R5 \
7167 /usr/include/X11R4 \
7168 \
7169 /usr/local/X11/include \
7170 /usr/local/X11R6/include \
7171 /usr/local/X11R5/include \
7172 /usr/local/X11R4/include \
7173 \
7174 /usr/local/include/X11 \
7175 /usr/local/include/X11R6 \
7176 /usr/local/include/X11R5 \
7177 /usr/local/include/X11R4 \
7178 \
7179 /usr/X386/include \
7180 /usr/x386/include \
7181 /usr/XFree86/include/X11 \
7182 \
7183 /usr/include \
7184 /usr/local/include \
7185 /usr/unsupported/include \
7186 /usr/athena/include \
7187 /usr/local/x11r5/include \
7188 /usr/lpp/Xamples/include \
7189 \
7190 /usr/openwin/include \
7191 /usr/openwin/share/include \
7192 ; \
7193 do
7194 if test -r "$ac_dir/$x_direct_test_include"; then
7195 ac_x_includes=$ac_dir
7196 break
7197 fi
7198 done
7199fi
7200rm -f conftest*
7201fi # $ac_x_includes = NO
7202
7203if test "$ac_x_libraries" = NO; then
7204 # Check for the libraries.
7205
7206 test -z "$x_direct_test_library" && x_direct_test_library=Xt
7207 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
7208
7209 # See if we find them without any special options.
7210 # Don't add to $LIBS permanently.
7211 ac_save_LIBS="$LIBS"
7212 LIBS="-l$x_direct_test_library $LIBS"
7213cat > conftest.$ac_ext <<EOF
29fe111d 7214#line 7215 "configure"
c906108c
SS
7215#include "confdefs.h"
7216
7217int main() {
7218${x_direct_test_function}()
7219; return 0; }
7220EOF
29fe111d 7221if { (eval echo configure:7222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c906108c
SS
7222 rm -rf conftest*
7223 LIBS="$ac_save_LIBS"
7224# We can link X programs with no special library path.
7225ac_x_libraries=
7226else
7227 echo "configure: failed program was:" >&5
7228 cat conftest.$ac_ext >&5
7229 rm -rf conftest*
7230 LIBS="$ac_save_LIBS"
7231# First see if replacing the include by lib works.
7232# Check X11 before X11Rn because it is often a symlink to the current release.
7233for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
7234 /usr/X11/lib \
7235 /usr/X11R6/lib \
7236 /usr/X11R5/lib \
7237 /usr/X11R4/lib \
7238 \
7239 /usr/lib/X11 \
7240 /usr/lib/X11R6 \
7241 /usr/lib/X11R5 \
7242 /usr/lib/X11R4 \
7243 \
7244 /usr/local/X11/lib \
7245 /usr/local/X11R6/lib \
7246 /usr/local/X11R5/lib \
7247 /usr/local/X11R4/lib \
7248 \
7249 /usr/local/lib/X11 \
7250 /usr/local/lib/X11R6 \
7251 /usr/local/lib/X11R5 \
7252 /usr/local/lib/X11R4 \
7253 \
7254 /usr/X386/lib \
7255 /usr/x386/lib \
7256 /usr/XFree86/lib/X11 \
7257 \
7258 /usr/lib \
7259 /usr/local/lib \
7260 /usr/unsupported/lib \
7261 /usr/athena/lib \
7262 /usr/local/x11r5/lib \
7263 /usr/lpp/Xamples/lib \
7264 /lib/usr/lib/X11 \
7265 \
7266 /usr/openwin/lib \
7267 /usr/openwin/share/lib \
7268 ; \
7269do
7270 for ac_extension in a so sl; do
7271 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
7272 ac_x_libraries=$ac_dir
7273 break 2
7274 fi
7275 done
7276done
7277fi
7278rm -f conftest*
7279fi # $ac_x_libraries = NO
7280
7281if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
7282 # Didn't find X anywhere. Cache the known absence of X.
7283 ac_cv_have_x="have_x=no"
7284else
7285 # Record where we found X for the cache.
7286 ac_cv_have_x="have_x=yes \
7287 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
7288fi
7289fi
7290 fi
7291 eval "$ac_cv_have_x"
7292fi # $with_x != no
7293
7294if test "$have_x" != yes; then
7295 echo "$ac_t""$have_x" 1>&6
7296 no_x=yes
7297else
7298 # If each of the values was on the command line, it overrides each guess.
7299 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7300 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7301 # Update the cache value to reflect the command line values.
7302 ac_cv_have_x="have_x=yes \
7303 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
7304 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
7305fi
7306
7307
7a292a7a
SS
7308
7309# Unlike the sim directory, whether a simulator is linked is controlled by
7310# presence of a SIM= and a SIM_OBS= definition in the target '.mt' file.
7311# This code just checks for a few cases where we'd like to ignore those
7312# definitions, even when they're present in the '.mt' file. These cases
7313# are when --disable-sim is specified, or if the simulator directory is
7314# not part of the soruce tree.
7315#
7316# Check whether --enable-sim or --disable-sim was given.
7317if test "${enable_sim+set}" = set; then
7318 enableval="$enable_sim"
7319 echo "enable_sim = $enable_sim";
7320 echo "enableval = ${enableval}";
7321 case "${enableval}" in
7322 yes) ignore_sim=false ;;
7323 no) ignore_sim=true ;;
7324 *) ignore_sim=false ;;
7325 esac
7326else
7327 ignore_sim=false
7328fi
7329
7330
7331if test ! -d "${srcdir}/../sim"; then
7332 ignore_sim=true
7333fi
7334
7335if test "${ignore_sim}" = "true"; then
7336 IGNORE_SIM="SIM="
7337 IGNORE_SIM_OBS="SIM_OBS="
7338else
7339 IGNORE_SIM=""
7340 IGNORE_SIM_OBS=""
7341 cat >> confdefs.h <<\EOF
7342#define WITH_SIM 1
7343EOF
7344
7345fi
7346
7347
7348
c906108c
SS
7349
7350
7351
7352
7353
7354
dfcd3bfb 7355
e56ac5c3
AC
7356
7357
b3a90332
AC
7358
7359
c906108c
SS
7360# Begin stuff to support --enable-shared
7361# Check whether --enable-shared or --disable-shared was given.
7362if test "${enable_shared+set}" = set; then
7363 enableval="$enable_shared"
7364 case "${enableval}" in
7365 yes) shared=true ;;
7366 no) shared=false ;;
7367 *) shared=true ;;
7368esac
7369fi
7370
7371HLDFLAGS=
7372HLDENV=
7373# If we have shared libraries, try to set rpath reasonably.
7374if test "${shared}" = "true"; then
7375 case "${host}" in
7376 *-*-hpux*)
7377 HLDFLAGS='-Wl,+s,+b,$(libdir)'
7378 ;;
7379 *-*-irix5* | *-*-irix6*)
7380 HLDFLAGS='-Wl,-rpath,$(libdir)'
7381 ;;
7382 *-*-linux*aout*)
7383 ;;
88987551 7384 *-*-linux* | *-pc-linux-gnu*)
c906108c
SS
7385 HLDFLAGS='-Wl,-rpath,$(libdir)'
7386 ;;
7387 *-*-solaris*)
7388 HLDFLAGS='-R $(libdir)'
7389 ;;
7390 *-*-sysv4*)
7391 HLDENV='if test -z "$${LD_RUN_PATH}"; then LD_RUN_PATH=$(libdir); else LD_RUN_PATH=$${LD_RUN_PATH}:$(libdir); fi; export LD_RUN_PATH;'
7392 ;;
7393 esac
7394fi
7395
7396# On SunOS, if the linker supports the -rpath option, use it to
7397# prevent ../bfd and ../opcodes from being included in the run time
7398# search path.
7399case "${host}" in
7400 *-*-sunos*)
7401 echo 'main () { }' > conftest.c
7402 ${CC} -o conftest -Wl,-rpath= conftest.c >/dev/null 2>conftest.t
7403 if grep 'unrecognized' conftest.t >/dev/null 2>&1; then
7404 :
7405 elif grep 'No such file' conftest.t >/dev/null 2>&1; then
7406 :
7407 elif grep 'do not mix' conftest.t >/dev/null 2>&1; then
7408 :
7409 elif grep 'some text already loaded' conftest.t >/dev/null 2>&1; then
7410 :
7411 elif test "${shared}" = "true"; then
7412 HLDFLAGS='-Wl,-rpath=$(libdir)'
7413 else
7414 HLDFLAGS='-Wl,-rpath='
7415 fi
7416 rm -f conftest.t conftest.c conftest
7417 ;;
7418esac
7419
7420
7421# End stuff to support --enable-shared
7422
7423# target_subdir is used by the testsuite to find the target libraries.
7424target_subdir=
7425if test "${host}" != "${target}"; then
7426 target_subdir="${target_alias}/"
7427fi
7428
7429
7430frags=
7431host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
7432if test ! -f ${host_makefile_frag}; then
7433{ echo "configure: error: "*** Gdb does not support host ${host}"" 1>&2; exit 1; }
7434fi
7435frags="$frags $host_makefile_frag"
7436
7437target_makefile_frag=${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt
7438if test ! -f ${target_makefile_frag}; then
7439{ echo "configure: error: "*** Gdb does not support target ${target}"" 1>&2; exit 1; }
7440fi
7441frags="$frags $target_makefile_frag"
7442
7443
7444
7445
7446
7447hostfile=`sed -n '
7448s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
7449' ${host_makefile_frag}`
7450
7451targetfile=`sed -n '
7452s/TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
7453' ${target_makefile_frag}`
7454
7455# these really aren't orthogonal true/false values of the same condition,
7456# but shells are slow enough that I like to reuse the test conditions
7457# whenever possible
7458if test "${target}" = "${host}"; then
7459nativefile=`sed -n '
7460s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
7461' ${host_makefile_frag}`
7462# else
7463# GDBserver is only useful in a "native" enviroment
7464# configdirs=`echo $configdirs | sed 's/gdbserver//'`
7465fi
7466
7467
96baa820
JM
7468SUBDIRS="doc testsuite nlm"
7469if test "${enable_multi_ice}" = "yes"; then
7470 SUBDIRS="${SUBDIRS} multi-ice"
7471fi
7472
7473
7474
c906108c
SS
7475# If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
7476# (NAT_FILE) is not set in config/*/*.m[ht] files, we don't make the
7477# corresponding links. But we have to remove the xm.h files and tm.h
7478# files anyway, e.g. when switching from "configure host" to
7479# "configure none".
7480
7481files=
7482links=
7483rm -f xm.h
7484if test "${hostfile}" != ""; then
7485files="${files} config/${gdb_host_cpu}/${hostfile}"
7486links="${links} xm.h"
7487fi
7488rm -f tm.h
7489if test "${targetfile}" != ""; then
7490files="${files} config/${gdb_target_cpu}/${targetfile}"
7491links="${links} tm.h"
7492fi
7493rm -f nm.h
7494if test "${nativefile}" != ""; then
7495files="${files} config/${gdb_host_cpu}/${nativefile}"
7496links="${links} nm.h"
7497else
7498# A cross-only configuration.
7499files="${files} config/nm-empty.h"
7500links="${links} nm.h"
7501fi
3fc11d3e 7502echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
29fe111d 7503echo "configure:7504: checking whether ln -s works" >&5
3fc11d3e
JM
7504if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
7505 echo $ac_n "(cached) $ac_c" 1>&6
7506else
7507 rm -f conftestdata
7508if ln -s X conftestdata 2>/dev/null
7509then
7510 rm -f conftestdata
7511 ac_cv_prog_LN_S="ln -s"
7512else
7513 ac_cv_prog_LN_S=ln
7514fi
7515fi
7516LN_S="$ac_cv_prog_LN_S"
7517if test "$ac_cv_prog_LN_S" = "ln -s"; then
7518 echo "$ac_t""yes" 1>&6
7519else
7520 echo "$ac_t""no" 1>&6
7521fi
7522
c906108c
SS
7523
7524
7525
7526echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
29fe111d 7527echo "configure:7528: checking for Cygwin environment" >&5
c906108c
SS
7528if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
7529 echo $ac_n "(cached) $ac_c" 1>&6
7530else
7531 cat > conftest.$ac_ext <<EOF
29fe111d 7532#line 7533 "configure"
c906108c
SS
7533#include "confdefs.h"
7534
7535int main() {
7536
7537#ifndef __CYGWIN__
7538#define __CYGWIN__ __CYGWIN32__
7539#endif
7540return __CYGWIN__;
7541; return 0; }
7542EOF
29fe111d 7543if { (eval echo configure:7544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
7544 rm -rf conftest*
7545 ac_cv_cygwin=yes
7546else
7547 echo "configure: failed program was:" >&5
7548 cat conftest.$ac_ext >&5
7549 rm -rf conftest*
7550 ac_cv_cygwin=no
7551fi
7552rm -f conftest*
7553rm -f conftest*
7554fi
7555
7556echo "$ac_t""$ac_cv_cygwin" 1>&6
7557CYGWIN=
7558test "$ac_cv_cygwin" = yes && CYGWIN=yes
7559echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
29fe111d 7560echo "configure:7561: checking for mingw32 environment" >&5
c906108c
SS
7561if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
7562 echo $ac_n "(cached) $ac_c" 1>&6
7563else
7564 cat > conftest.$ac_ext <<EOF
29fe111d 7565#line 7566 "configure"
c906108c
SS
7566#include "confdefs.h"
7567
7568int main() {
7569return __MINGW32__;
7570; return 0; }
7571EOF
29fe111d 7572if { (eval echo configure:7573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c906108c
SS
7573 rm -rf conftest*
7574 ac_cv_mingw32=yes
7575else
7576 echo "configure: failed program was:" >&5
7577 cat conftest.$ac_ext >&5
7578 rm -rf conftest*
7579 ac_cv_mingw32=no
7580fi
7581rm -f conftest*
7582rm -f conftest*
7583fi
7584
7585echo "$ac_t""$ac_cv_mingw32" 1>&6
7586MINGW32=
7587test "$ac_cv_mingw32" = yes && MINGW32=yes
7588
7589
7590echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
29fe111d 7591echo "configure:7592: checking for executable suffix" >&5
c906108c
SS
7592if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
7593 echo $ac_n "(cached) $ac_c" 1>&6
7594else
7595 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
7596 ac_cv_exeext=.exe
7597else
7598 rm -f conftest*
7599 echo 'int main () { return 0; }' > conftest.$ac_ext
7600 ac_cv_exeext=
29fe111d 7601 if { (eval echo configure:7602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
c906108c
SS
7602 for file in conftest.*; do
7603 case $file in
2894793a 7604 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
c906108c
SS
7605 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
7606 esac
7607 done
7608 else
7609 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
7610 fi
7611 rm -f conftest*
7612 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
7613fi
7614fi
7615
7616EXEEXT=""
7617test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
7618echo "$ac_t""${ac_cv_exeext}" 1>&6
7619ac_exeext=$EXEEXT
7620
7621
7622subdirs="$configdirs"
7623
7624trap '' 1 2 15
7625cat > confcache <<\EOF
7626# This file is a shell script that caches the results of configure
7627# tests run on this system so they can be shared between configure
7628# scripts and configure runs. It is not useful on other systems.
7629# If it contains results you don't want to keep, you may remove or edit it.
7630#
7631# By default, configure uses ./config.cache as the cache file,
7632# creating it if it does not exist already. You can give configure
7633# the --cache-file=FILE option to use a different cache file; that is
7634# what configure does when it calls configure scripts in
7635# subdirectories, so they share the cache.
7636# Giving --cache-file=/dev/null disables caching, for debugging configure.
7637# config.status only pays attention to the cache file if you give it the
7638# --recheck option to rerun configure.
7639#
7640EOF
7641# The following way of writing the cache mishandles newlines in values,
7642# but we know of no workaround that is simple, portable, and efficient.
7643# So, don't put newlines in cache variables' values.
7644# Ultrix sh set writes to stderr and can't be redirected directly,
7645# and sets the high bit in the cache file unless we assign to the vars.
7646(set) 2>&1 |
7647 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7648 *ac_space=\ *)
7649 # `set' does not quote correctly, so add quotes (double-quote substitution
7650 # turns \\\\ into \\, and sed turns \\ into \).
7651 sed -n \
7652 -e "s/'/'\\\\''/g" \
7653 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7654 ;;
7655 *)
7656 # `set' quotes correctly as required by POSIX, so do not add quotes.
7657 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7658 ;;
7659 esac >> confcache
7660if cmp -s $cache_file confcache; then
7661 :
7662else
7663 if test -w $cache_file; then
7664 echo "updating cache $cache_file"
7665 cat confcache > $cache_file
7666 else
7667 echo "not updating unwritable cache $cache_file"
7668 fi
7669fi
7670rm -f confcache
7671
7672trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
7673
7674test "x$prefix" = xNONE && prefix=$ac_default_prefix
7675# Let make expand exec_prefix.
7676test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7677
7678# Any assignment to VPATH causes Sun make to only execute
7679# the first set of double-colon rules, so remove it if not needed.
7680# If there is a colon in the path, we need to keep it.
7681if test "x$srcdir" = x.; then
7682 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
7683fi
7684
7685trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7686
7687DEFS=-DHAVE_CONFIG_H
7688
7689# Without the "./", some shells look in PATH for config.status.
7690: ${CONFIG_STATUS=./config.status}
7691
7692echo creating $CONFIG_STATUS
7693rm -f $CONFIG_STATUS
7694cat > $CONFIG_STATUS <<EOF
7695#! /bin/sh
7696# Generated automatically by configure.
7697# Run this file to recreate the current configuration.
7698# This directory was configured as follows,
7699# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
7700#
7701# $0 $ac_configure_args
7702#
7703# Compiler output produced by configure, useful for debugging
7704# configure, is in ./config.log if it exists.
7705
7706ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
7707for ac_option
7708do
7709 case "\$ac_option" in
7710 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7711 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
7712 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
7713 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
7714 echo "$CONFIG_STATUS generated by autoconf version 2.13"
7715 exit 0 ;;
7716 -help | --help | --hel | --he | --h)
7717 echo "\$ac_cs_usage"; exit 0 ;;
7718 *) echo "\$ac_cs_usage"; exit 1 ;;
7719 esac
7720done
7721
7722ac_given_srcdir=$srcdir
7723ac_given_INSTALL="$INSTALL"
7724
ed952ac5 7725trap 'rm -fr `echo "Makefile .gdbinit:gdbinit.in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
c906108c
SS
7726EOF
7727cat >> $CONFIG_STATUS <<EOF
7728
7729# Protect against being on the right side of a sed subst in config.status.
7730sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
7731 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7732$ac_vpsub
7733$extrasub
7734s%@SHELL@%$SHELL%g
7735s%@CFLAGS@%$CFLAGS%g
7736s%@CPPFLAGS@%$CPPFLAGS%g
7737s%@CXXFLAGS@%$CXXFLAGS%g
7738s%@FFLAGS@%$FFLAGS%g
7739s%@DEFS@%$DEFS%g
7740s%@LDFLAGS@%$LDFLAGS%g
7741s%@LIBS@%$LIBS%g
7742s%@exec_prefix@%$exec_prefix%g
7743s%@prefix@%$prefix%g
7744s%@program_transform_name@%$program_transform_name%g
7745s%@bindir@%$bindir%g
7746s%@sbindir@%$sbindir%g
7747s%@libexecdir@%$libexecdir%g
7748s%@datadir@%$datadir%g
7749s%@sysconfdir@%$sysconfdir%g
7750s%@sharedstatedir@%$sharedstatedir%g
7751s%@localstatedir@%$localstatedir%g
7752s%@libdir@%$libdir%g
7753s%@includedir@%$includedir%g
7754s%@oldincludedir@%$oldincludedir%g
7755s%@infodir@%$infodir%g
7756s%@mandir@%$mandir%g
413ccac7
AC
7757s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
7758s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
7759s%@MAINT@%$MAINT%g
c906108c
SS
7760s%@CC@%$CC%g
7761s%@CPP@%$CPP%g
7762s%@host@%$host%g
7763s%@host_alias@%$host_alias%g
7764s%@host_cpu@%$host_cpu%g
7765s%@host_vendor@%$host_vendor%g
7766s%@host_os@%$host_os%g
7767s%@target@%$target%g
7768s%@target_alias@%$target_alias%g
7769s%@target_cpu@%$target_cpu%g
7770s%@target_vendor@%$target_vendor%g
7771s%@target_os@%$target_os%g
7772s%@build@%$build%g
7773s%@build_alias@%$build_alias%g
7774s%@build_cpu@%$build_cpu%g
7775s%@build_vendor@%$build_vendor%g
7776s%@build_os@%$build_os%g
7777s%@SET_MAKE@%$SET_MAKE%g
7778s%@RANLIB@%$RANLIB%g
7779s%@ALLOCA@%$ALLOCA%g
7780s%@USE_NLS@%$USE_NLS%g
7781s%@MSGFMT@%$MSGFMT%g
7782s%@GMSGFMT@%$GMSGFMT%g
7783s%@XGETTEXT@%$XGETTEXT%g
7784s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g
7785s%@CATALOGS@%$CATALOGS%g
7786s%@CATOBJEXT@%$CATOBJEXT%g
7787s%@DATADIRNAME@%$DATADIRNAME%g
7788s%@GMOFILES@%$GMOFILES%g
7789s%@INSTOBJEXT@%$INSTOBJEXT%g
7790s%@INTLDEPS@%$INTLDEPS%g
7791s%@INTLLIBS@%$INTLLIBS%g
7792s%@INTLOBJS@%$INTLOBJS%g
7793s%@POFILES@%$POFILES%g
7794s%@POSUB@%$POSUB%g
7795s%@INCLUDE_LOCALE_H@%$INCLUDE_LOCALE_H%g
7796s%@GT_NO@%$GT_NO%g
7797s%@GT_YES@%$GT_YES%g
7798s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
7799s%@l@%$l%g
7a292a7a 7800s%@AWK@%$AWK%g
c906108c
SS
7801s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7802s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7803s%@INSTALL_DATA@%$INSTALL_DATA%g
7804s%@AR@%$AR%g
95ca63c4
CF
7805s%@DLLTOOL@%$DLLTOOL%g
7806s%@WINDRES@%$WINDRES%g
c906108c 7807s%@YACC@%$YACC%g
75c6e08a 7808s%@MIG@%$MIG%g
c906108c 7809s%@CONFIG_LDFLAGS@%$CONFIG_LDFLAGS%g
c906108c 7810s%@WARN_CFLAGS@%$WARN_CFLAGS%g
104c1213 7811s%@WERROR_CFLAGS@%$WERROR_CFLAGS%g
c906108c
SS
7812s%@MMALLOC_CFLAGS@%$MMALLOC_CFLAGS%g
7813s%@MMALLOC@%$MMALLOC%g
88987551 7814s%@REGEX@%$REGEX%g
c906108c 7815s%@TERM_LIB@%$TERM_LIB%g
cd0fc7c3 7816s%@WIN32LIBS@%$WIN32LIBS%g
7a292a7a
SS
7817s%@LIBGUI@%$LIBGUI%g
7818s%@GUI_CFLAGS_X@%$GUI_CFLAGS_X%g
7a292a7a
SS
7819s%@WIN32LDAPP@%$WIN32LDAPP%g
7820s%@TCL_VERSION@%$TCL_VERSION%g
7821s%@TCL_MAJOR_VERSION@%$TCL_MAJOR_VERSION%g
7822s%@TCL_MINOR_VERSION@%$TCL_MINOR_VERSION%g
7823s%@TCL_CC@%$TCL_CC%g
7824s%@TCL_DEFS@%$TCL_DEFS%g
7825s%@TCL_SHLIB_CFLAGS@%$TCL_SHLIB_CFLAGS%g
7826s%@TCL_SHLIB_LD@%$TCL_SHLIB_LD%g
7827s%@TCL_SHLIB_LD_LIBS@%$TCL_SHLIB_LD_LIBS%g
7828s%@TCL_SHLIB_SUFFIX@%$TCL_SHLIB_SUFFIX%g
7829s%@TCL_DL_LIBS@%$TCL_DL_LIBS%g
7830s%@TCL_LD_FLAGS@%$TCL_LD_FLAGS%g
7831s%@TCL_LD_SEARCH_FLAGS@%$TCL_LD_SEARCH_FLAGS%g
7832s%@TCL_COMPAT_OBJS@%$TCL_COMPAT_OBJS%g
7833s%@TCL_RANLIB@%$TCL_RANLIB%g
7834s%@TCL_BUILD_LIB_SPEC@%$TCL_BUILD_LIB_SPEC%g
7835s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g
7836s%@TCL_LIB_VERSIONS_OK@%$TCL_LIB_VERSIONS_OK%g
7837s%@TK_VERSION@%$TK_VERSION%g
7838s%@TK_DEFS@%$TK_DEFS%g
7839s%@TK_BUILD_INCLUDES@%$TK_BUILD_INCLUDES%g
7840s%@TK_XINCLUDES@%$TK_XINCLUDES%g
7841s%@TK_XLIBSW@%$TK_XLIBSW%g
7842s%@TK_BUILD_LIB_SPEC@%$TK_BUILD_LIB_SPEC%g
7843s%@TK_LIB_SPEC@%$TK_LIB_SPEC%g
7844s%@TCLHDIR@%$TCLHDIR%g
7845s%@TKHDIR@%$TKHDIR%g
7846s%@ITCLHDIR@%$ITCLHDIR%g
7847s%@ITKHDIR@%$ITKHDIR%g
7848s%@TIXHDIR@%$TIXHDIR%g
7849s%@ITCL_VERSION@%$ITCL_VERSION%g
7850s%@ITCL_DEFS@%$ITCL_DEFS%g
7851s%@ITCL_BUILD_INCLUDES@%$ITCL_BUILD_INCLUDES%g
7852s%@ITCL_BUILD_LIB_SPEC@%$ITCL_BUILD_LIB_SPEC%g
7853s%@ITCL_LIB_SPEC@%$ITCL_LIB_SPEC%g
7854s%@ITK_VERSION@%$ITK_VERSION%g
7855s%@ITK_DEFS@%$ITK_DEFS%g
7856s%@ITK_BUILD_INCLUDES@%$ITK_BUILD_INCLUDES%g
7857s%@ITK_BUILD_LIB_SPEC@%$ITK_BUILD_LIB_SPEC%g
7858s%@ITK_LIB_SPEC@%$ITK_LIB_SPEC%g
7859s%@TIX_VERSION@%$TIX_VERSION%g
7860s%@TIX_BUILD_LIB_SPEC@%$TIX_BUILD_LIB_SPEC%g
7a292a7a
SS
7861s%@X_CFLAGS@%$X_CFLAGS%g
7862s%@X_LDFLAGS@%$X_LDFLAGS%g
7863s%@X_LIBS@%$X_LIBS%g
7864s%@ITCLLIB@%$ITCLLIB%g
7865s%@ITCL_DEPS@%$ITCL_DEPS%g
7866s%@ITKLIB@%$ITKLIB%g
7867s%@ITK_DEPS@%$ITK_DEPS%g
7868s%@TIXLIB@%$TIXLIB%g
7869s%@TIX_DEPS@%$TIX_DEPS%g
7870s%@GDBTKLIBS@%$GDBTKLIBS%g
7871s%@GDBTK_CFLAGS@%$GDBTK_CFLAGS%g
7872s%@IGNORE_SIM@%$IGNORE_SIM%g
7873s%@IGNORE_SIM_OBS@%$IGNORE_SIM_OBS%g
c906108c
SS
7874s%@ENABLE_CFLAGS@%$ENABLE_CFLAGS%g
7875s%@CONFIG_OBS@%$CONFIG_OBS%g
7876s%@CONFIG_DEPS@%$CONFIG_DEPS%g
7877s%@CONFIG_SRCS@%$CONFIG_SRCS%g
dfcd3bfb 7878s%@CONFIG_INITS@%$CONFIG_INITS%g
b3a90332
AC
7879s%@CONFIG_ALL@%$CONFIG_ALL%g
7880s%@CONFIG_CLEAN@%$CONFIG_CLEAN%g
e56ac5c3
AC
7881s%@CONFIG_INSTALL@%$CONFIG_INSTALL%g
7882s%@CONFIG_UNINSTALL@%$CONFIG_UNINSTALL%g
c906108c
SS
7883s%@HLDFLAGS@%$HLDFLAGS%g
7884s%@HLDENV@%$HLDENV%g
7885s%@target_subdir@%$target_subdir%g
7886/@host_makefile_frag@/r $host_makefile_frag
7887s%@host_makefile_frag@%%g
7888/@target_makefile_frag@/r $target_makefile_frag
7889s%@target_makefile_frag@%%g
7890s%@frags@%$frags%g
96baa820 7891s%@SUBDIRS@%$SUBDIRS%g
7a292a7a 7892s%@LN_S@%$LN_S%g
c906108c
SS
7893s%@EXEEXT@%$EXEEXT%g
7894s%@subdirs@%$subdirs%g
7895
7896CEOF
7897EOF
7898
7899cat >> $CONFIG_STATUS <<\EOF
7900
7901# Split the substitutions into bite-sized pieces for seds with
7902# small command number limits, like on Digital OSF/1 and HP-UX.
7903ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
7904ac_file=1 # Number of current file.
7905ac_beg=1 # First line for current file.
7906ac_end=$ac_max_sed_cmds # Line after last line for current file.
7907ac_more_lines=:
7908ac_sed_cmds=""
7909while $ac_more_lines; do
7910 if test $ac_beg -gt 1; then
7911 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
7912 else
7913 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
7914 fi
7915 if test ! -s conftest.s$ac_file; then
7916 ac_more_lines=false
7917 rm -f conftest.s$ac_file
7918 else
7919 if test -z "$ac_sed_cmds"; then
7920 ac_sed_cmds="sed -f conftest.s$ac_file"
7921 else
7922 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
7923 fi
7924 ac_file=`expr $ac_file + 1`
7925 ac_beg=$ac_end
7926 ac_end=`expr $ac_end + $ac_max_sed_cmds`
7927 fi
7928done
7929if test -z "$ac_sed_cmds"; then
7930 ac_sed_cmds=cat
7931fi
7932EOF
7933
7934cat >> $CONFIG_STATUS <<EOF
7935
ed952ac5 7936CONFIG_FILES=\${CONFIG_FILES-"Makefile .gdbinit:gdbinit.in"}
c906108c
SS
7937EOF
7938cat >> $CONFIG_STATUS <<\EOF
7939for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
7940 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7941 case "$ac_file" in
7942 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7943 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7944 *) ac_file_in="${ac_file}.in" ;;
7945 esac
7946
7947 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7948
7949 # Remove last slash and all that follows it. Not all systems have dirname.
7950 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7951 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7952 # The file is in a subdirectory.
7953 test ! -d "$ac_dir" && mkdir "$ac_dir"
7954 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
7955 # A "../" for each directory in $ac_dir_suffix.
7956 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
7957 else
7958 ac_dir_suffix= ac_dots=
7959 fi
7960
7961 case "$ac_given_srcdir" in
7962 .) srcdir=.
7963 if test -z "$ac_dots"; then top_srcdir=.
7964 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
7965 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
7966 *) # Relative path.
7967 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
7968 top_srcdir="$ac_dots$ac_given_srcdir" ;;
7969 esac
7970
7971 case "$ac_given_INSTALL" in
7972 [/$]*) INSTALL="$ac_given_INSTALL" ;;
7973 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7974 esac
7975
7976 echo creating "$ac_file"
7977 rm -f "$ac_file"
7978 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
7979 case "$ac_file" in
7980 *Makefile*) ac_comsub="1i\\
7981# $configure_input" ;;
7982 *) ac_comsub= ;;
7983 esac
7984
7985 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7986 sed -e "$ac_comsub
7987s%@configure_input@%$configure_input%g
7988s%@srcdir@%$srcdir%g
7989s%@top_srcdir@%$top_srcdir%g
7990s%@INSTALL@%$INSTALL%g
7991" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7992fi; done
7993rm -f conftest.s*
7994
7995# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7996# NAME is the cpp macro being defined and VALUE is the value it is being given.
7997#
7998# ac_d sets the value in "#define NAME VALUE" lines.
7999ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8000ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
8001ac_dC='\3'
8002ac_dD='%g'
8003# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
8004ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8005ac_uB='\([ ]\)%\1#\2define\3'
8006ac_uC=' '
8007ac_uD='\4%g'
8008# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8009ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8010ac_eB='$%\1#\2define\3'
8011ac_eC=' '
8012ac_eD='%g'
8013
8014if test "${CONFIG_HEADERS+set}" != set; then
8015EOF
8016cat >> $CONFIG_STATUS <<EOF
8017 CONFIG_HEADERS="config.h:config.in"
8018EOF
8019cat >> $CONFIG_STATUS <<\EOF
8020fi
8021for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
8022 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8023 case "$ac_file" in
8024 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8025 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
8026 *) ac_file_in="${ac_file}.in" ;;
8027 esac
8028
8029 echo creating $ac_file
8030
8031 rm -f conftest.frag conftest.in conftest.out
8032 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8033 cat $ac_file_inputs > conftest.in
8034
8035EOF
8036
8037# Transform confdefs.h into a sed script conftest.vals that substitutes
8038# the proper values into config.h.in to produce config.h. And first:
8039# Protect against being on the right side of a sed subst in config.status.
8040# Protect against being in an unquoted here document in config.status.
8041rm -f conftest.vals
8042cat > conftest.hdr <<\EOF
8043s/[\\&%]/\\&/g
8044s%[\\$`]%\\&%g
8045s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
8046s%ac_d%ac_u%gp
8047s%ac_u%ac_e%gp
8048EOF
8049sed -n -f conftest.hdr confdefs.h > conftest.vals
8050rm -f conftest.hdr
8051
8052# This sed command replaces #undef with comments. This is necessary, for
8053# example, in the case of _POSIX_SOURCE, which is predefined and required
8054# on some systems where configure will not decide to define it.
8055cat >> conftest.vals <<\EOF
8056s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
8057EOF
8058
8059# Break up conftest.vals because some shells have a limit on
8060# the size of here documents, and old seds have small limits too.
8061
8062rm -f conftest.tail
8063while :
8064do
8065 ac_lines=`grep -c . conftest.vals`
8066 # grep -c gives empty output for an empty file on some AIX systems.
8067 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
8068 # Write a limited-size here document to conftest.frag.
8069 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
8070 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
8071 echo 'CEOF
8072 sed -f conftest.frag conftest.in > conftest.out
8073 rm -f conftest.in
8074 mv conftest.out conftest.in
8075' >> $CONFIG_STATUS
8076 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
8077 rm -f conftest.vals
8078 mv conftest.tail conftest.vals
8079done
8080rm -f conftest.vals
8081
8082cat >> $CONFIG_STATUS <<\EOF
8083 rm -f conftest.frag conftest.h
8084 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
8085 cat conftest.in >> conftest.h
8086 rm -f conftest.in
8087 if cmp -s $ac_file conftest.h 2>/dev/null; then
8088 echo "$ac_file is unchanged"
8089 rm -f conftest.h
8090 else
8091 # Remove last slash and all that follows it. Not all systems have dirname.
8092 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
8093 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8094 # The file is in a subdirectory.
8095 test ! -d "$ac_dir" && mkdir "$ac_dir"
8096 fi
8097 rm -f $ac_file
8098 mv conftest.h $ac_file
8099 fi
8100fi; done
8101
8102EOF
8103
8104cat >> $CONFIG_STATUS <<EOF
8105ac_sources="$files"
8106ac_dests="$links"
8107EOF
8108
8109cat >> $CONFIG_STATUS <<\EOF
8110srcdir=$ac_given_srcdir
8111while test -n "$ac_sources"; do
8112 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
8113 set $ac_sources; ac_source=$1; shift; ac_sources=$*
8114
8115 echo "linking $srcdir/$ac_source to $ac_dest"
8116
8117 if test ! -r $srcdir/$ac_source; then
8118 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
8119 fi
8120 rm -f $ac_dest
8121
8122 # Make relative symlinks.
8123 # Remove last slash and all that follows it. Not all systems have dirname.
8124 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
8125 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
8126 # The dest file is in a subdirectory.
8127 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
8128 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
8129 # A "../" for each directory in $ac_dest_dir_suffix.
8130 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
8131 else
8132 ac_dest_dir_suffix= ac_dots=
8133 fi
8134
8135 case "$srcdir" in
8136 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
8137 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
8138 esac
8139
8140 # Make a symlink if possible; otherwise try a hard link.
8141 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
8142 ln $srcdir/$ac_source $ac_dest; then :
8143 else
8144 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
8145 fi
8146done
8147EOF
8148cat >> $CONFIG_STATUS <<EOF
8149
8150gdb_host_cpu=$gdb_host_cpu
8151gdb_target_cpu=$gdb_target_cpu
8152nativefile=$nativefile
8153
8154EOF
8155cat >> $CONFIG_STATUS <<\EOF
8156
8157if test "${nativefile}" = ""; then
8158sed -e '/^NATDEPFILES[ ]*=[ ]*/s//# NATDEPFILES=/' \
8159 < Makefile > Makefile.tem
8160mv -f Makefile.tem Makefile
8161fi
8162
8163sed -e '/^TM_FILE[ ]*=/s,^TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,
8164/^XM_FILE[ ]*=/s,^XM_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,
8165/^NAT_FILE[ ]*=/s,^NAT_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,' <Makefile >Makefile.tmp
8166mv -f Makefile.tmp Makefile
8167
2acceee2 8168
c906108c
SS
8169case x$CONFIG_HEADERS in
8170xconfig.h:config.in)
8171echo > stamp-h ;;
8172esac
8173
8174exit 0
8175EOF
8176chmod +x $CONFIG_STATUS
8177rm -fr confdefs* $ac_clean_files
8178test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
8179
8180if test "$no_recursion" != yes; then
8181
8182 # Remove --cache-file and --srcdir arguments so they do not pile up.
8183 ac_sub_configure_args=
8184 ac_prev=
8185 for ac_arg in $ac_configure_args; do
8186 if test -n "$ac_prev"; then
8187 ac_prev=
8188 continue
8189 fi
8190 case "$ac_arg" in
8191 -cache-file | --cache-file | --cache-fil | --cache-fi \
8192 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8193 ac_prev=cache_file ;;
8194 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8195 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
8196 ;;
8197 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8198 ac_prev=srcdir ;;
8199 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8200 ;;
8201 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
8202 esac
8203 done
8204
8205 for ac_config_dir in $configdirs; do
8206
8207 # Do not complain, so a configure script can configure whichever
8208 # parts of a large source tree are present.
8209 if test ! -d $srcdir/$ac_config_dir; then
8210 continue
8211 fi
8212
8213 echo configuring in $ac_config_dir
8214
8215 case "$srcdir" in
8216 .) ;;
8217 *)
8218 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
8219 else
8220 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
8221 fi
8222 ;;
8223 esac
8224
8225 ac_popdir=`pwd`
8226 cd $ac_config_dir
8227
8228 # A "../" for each directory in /$ac_config_dir.
8229 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
8230
8231 case "$srcdir" in
8232 .) # No --srcdir option. We are building in place.
8233 ac_sub_srcdir=$srcdir ;;
8234 /*) # Absolute path.
8235 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
8236 *) # Relative path.
8237 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
8238 esac
8239
8240 # Check for guested configure; otherwise get Cygnus style configure.
8241 if test -f $ac_sub_srcdir/configure; then
8242 ac_sub_configure=$ac_sub_srcdir/configure
8243 elif test -f $ac_sub_srcdir/configure.in; then
8244 ac_sub_configure=$ac_configure
8245 else
8246 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
8247 ac_sub_configure=
8248 fi
8249
8250 # The recursion is here.
8251 if test -n "$ac_sub_configure"; then
8252
8253 # Make the cache file name correct relative to the subdirectory.
8254 case "$cache_file" in
8255 /*) ac_sub_cache_file=$cache_file ;;
8256 *) # Relative path.
8257 ac_sub_cache_file="$ac_dots$cache_file" ;;
8258 esac
8259 case "$ac_given_INSTALL" in
8260 [/$]*) INSTALL="$ac_given_INSTALL" ;;
8261 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
8262 esac
8263
8264 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
8265 # The eval makes quoting arguments work.
8266 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
8267 then :
8268 else
8269 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
8270 fi
8271 fi
8272
8273 cd $ac_popdir
8274 done
8275fi
8276
8277
8278exit 0
This page took 0.429477 seconds and 4 git commands to generate.