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