Tweak to match output of autoconf 2.9 with same cygnus local patch as
[deliverable/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.9
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 --enable-netrom "
16 ac_help="$ac_help
17 --enable-gm "
18 ac_help="$ac_help
19 --enable-sim-powerpc "
20 ac_help="$ac_help
21 --enable-gdbtk "
22 ac_help="$ac_help
23 --with-x use the X Window System"
24 ac_help="$ac_help
25 --with-tclinclude directory where tcl private headers are"
26 ac_help="$ac_help
27 --with-tcllib directory where the tcl library is"
28 ac_help="$ac_help
29 --with-tkinclude directory where the tk private headers are"
30 ac_help="$ac_help
31 --with-tklib directory where the tk library is"
32
33 # Initialize some variables set by options.
34 # The variables have the same names as the options, with
35 # dashes changed to underlines.
36 build=NONE
37 cache_file=./config.cache
38 exec_prefix=NONE
39 host=NONE
40 no_create=
41 nonopt=NONE
42 no_recursion=
43 prefix=NONE
44 program_prefix=NONE
45 program_suffix=NONE
46 program_transform_name=s,x,x,
47 silent=
48 site=
49 srcdir=
50 target=NONE
51 verbose=
52 x_includes=NONE
53 x_libraries=NONE
54 bindir='${exec_prefix}/bin'
55 sbindir='${exec_prefix}/sbin'
56 libexecdir='${exec_prefix}/libexec'
57 datadir='${prefix}/share'
58 sysconfdir='${prefix}/etc'
59 sharedstatedir='${prefix}/com'
60 localstatedir='${prefix}/var'
61 libdir='${exec_prefix}/lib'
62 includedir='${prefix}/include'
63 oldincludedir='/usr/include'
64 infodir='${prefix}/info'
65 mandir='${prefix}/man'
66
67 # Initialize some other variables.
68 subdirs=
69 MFLAGS= MAKEFLAGS=
70
71 ac_prev=
72 for ac_option
73 do
74
75 # If the previous option needs an argument, assign it.
76 if test -n "$ac_prev"; then
77 eval "$ac_prev=\$ac_option"
78 ac_prev=
79 continue
80 fi
81
82 case "$ac_option" in
83 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
84 *) ac_optarg= ;;
85 esac
86
87 # Accept the important Cygnus configure options, so we can diagnose typos.
88
89 case "$ac_option" in
90
91 -bindir | --bindir | --bindi | --bind | --bin | --bi)
92 ac_prev=bindir ;;
93 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
94 bindir="$ac_optarg" ;;
95
96 -build | --build | --buil | --bui | --bu)
97 ac_prev=build ;;
98 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
99 build="$ac_optarg" ;;
100
101 -cache-file | --cache-file | --cache-fil | --cache-fi \
102 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
103 ac_prev=cache_file ;;
104 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
105 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
106 cache_file="$ac_optarg" ;;
107
108 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
109 ac_prev=datadir ;;
110 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
111 | --da=*)
112 datadir="$ac_optarg" ;;
113
114 -disable-* | --disable-*)
115 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
116 # Reject names that are not valid shell variable names.
117 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
118 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
119 fi
120 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
121 eval "enable_${ac_feature}=no" ;;
122
123 -enable-* | --enable-*)
124 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
125 # Reject names that are not valid shell variable names.
126 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
127 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
128 fi
129 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
130 case "$ac_option" in
131 *=*) ;;
132 *) ac_optarg=yes ;;
133 esac
134 eval "enable_${ac_feature}='$ac_optarg'" ;;
135
136 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
137 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
138 | --exec | --exe | --ex)
139 ac_prev=exec_prefix ;;
140 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
141 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
142 | --exec=* | --exe=* | --ex=*)
143 exec_prefix="$ac_optarg" ;;
144
145 -gas | --gas | --ga | --g)
146 # Obsolete; use --with-gas.
147 with_gas=yes ;;
148
149 -help | --help | --hel | --he)
150 # Omit some internal or obsolete options to make the list less imposing.
151 # This message is too long to be a string in the A/UX 3.1 sh.
152 cat << EOF
153 Usage: configure [options] [host]
154 Options: [defaults in brackets after descriptions]
155 Configuration:
156 --cache-file=FILE cache test results in FILE
157 --help print this message
158 --no-create do not create output files
159 --quiet, --silent do not print \`checking...' messages
160 --version print the version of autoconf that created configure
161 Directory and file names:
162 --prefix=PREFIX install architecture-independent files in PREFIX
163 [$ac_default_prefix]
164 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
165 [same as prefix]
166 --bindir=DIR user executables in DIR [EPREFIX/bin]
167 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
168 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
169 --datadir=DIR read-only architecture-independent data in DIR
170 [PREFIX/share]
171 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
172 --sharedstatedir=DIR modifiable architecture-independent data in DIR
173 [PREFIX/com]
174 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
175 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
176 --includedir=DIR C header files in DIR [PREFIX/include]
177 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
178 --infodir=DIR info documentation in DIR [PREFIX/info]
179 --mandir=DIR man documentation in DIR [PREFIX/man]
180 --srcdir=DIR find the sources in DIR [configure dir or ..]
181 --program-prefix=PREFIX prepend PREFIX to installed program names
182 --program-suffix=SUFFIX append SUFFIX to installed program names
183 --program-transform-name=PROGRAM
184 run sed PROGRAM on installed program names
185 EOF
186 cat << EOF
187 Host type:
188 --build=BUILD configure for building on BUILD [BUILD=HOST]
189 --host=HOST configure for HOST [guessed]
190 --target=TARGET configure for TARGET [TARGET=HOST]
191 Features and packages:
192 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
193 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
194 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
195 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
196 --x-includes=DIR X include files are in DIR
197 --x-libraries=DIR X library files are in DIR
198 EOF
199 if test -n "$ac_help"; then
200 echo "--enable and --with options recognized:$ac_help"
201 fi
202 exit 0 ;;
203
204 -host | --host | --hos | --ho)
205 ac_prev=host ;;
206 -host=* | --host=* | --hos=* | --ho=*)
207 host="$ac_optarg" ;;
208
209 -includedir | --includedir | --includedi | --included | --include \
210 | --includ | --inclu | --incl | --inc)
211 ac_prev=includedir ;;
212 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
213 | --includ=* | --inclu=* | --incl=* | --inc=*)
214 includedir="$ac_optarg" ;;
215
216 -infodir | --infodir | --infodi | --infod | --info | --inf)
217 ac_prev=infodir ;;
218 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
219 infodir="$ac_optarg" ;;
220
221 -libdir | --libdir | --libdi | --libd)
222 ac_prev=libdir ;;
223 -libdir=* | --libdir=* | --libdi=* | --libd=*)
224 libdir="$ac_optarg" ;;
225
226 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
227 | --libexe | --libex | --libe)
228 ac_prev=libexecdir ;;
229 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
230 | --libexe=* | --libex=* | --libe=*)
231 libexecdir="$ac_optarg" ;;
232
233 -localstatedir | --localstatedir | --localstatedi | --localstated \
234 | --localstate | --localstat | --localsta | --localst \
235 | --locals | --local | --loca | --loc | --lo)
236 ac_prev=localstatedir ;;
237 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
238 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
239 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
240 localstatedir="$ac_optarg" ;;
241
242 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
243 ac_prev=mandir ;;
244 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
245 mandir="$ac_optarg" ;;
246
247 -nfp | --nfp | --nf)
248 # Obsolete; use --without-fp.
249 with_fp=no ;;
250
251 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
252 | --no-cr | --no-c)
253 no_create=yes ;;
254
255 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
256 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
257 no_recursion=yes ;;
258
259 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
260 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
261 | --oldin | --oldi | --old | --ol | --o)
262 ac_prev=oldincludedir ;;
263 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
264 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
265 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
266 oldincludedir="$ac_optarg" ;;
267
268 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
269 ac_prev=prefix ;;
270 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
271 prefix="$ac_optarg" ;;
272
273 -program-prefix | --program-prefix | --program-prefi | --program-pref \
274 | --program-pre | --program-pr | --program-p)
275 ac_prev=program_prefix ;;
276 -program-prefix=* | --program-prefix=* | --program-prefi=* \
277 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
278 program_prefix="$ac_optarg" ;;
279
280 -program-suffix | --program-suffix | --program-suffi | --program-suff \
281 | --program-suf | --program-su | --program-s)
282 ac_prev=program_suffix ;;
283 -program-suffix=* | --program-suffix=* | --program-suffi=* \
284 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
285 program_suffix="$ac_optarg" ;;
286
287 -program-transform-name | --program-transform-name \
288 | --program-transform-nam | --program-transform-na \
289 | --program-transform-n | --program-transform- \
290 | --program-transform | --program-transfor \
291 | --program-transfo | --program-transf \
292 | --program-trans | --program-tran \
293 | --progr-tra | --program-tr | --program-t)
294 ac_prev=program_transform_name ;;
295 -program-transform-name=* | --program-transform-name=* \
296 | --program-transform-nam=* | --program-transform-na=* \
297 | --program-transform-n=* | --program-transform-=* \
298 | --program-transform=* | --program-transfor=* \
299 | --program-transfo=* | --program-transf=* \
300 | --program-trans=* | --program-tran=* \
301 | --progr-tra=* | --program-tr=* | --program-t=*)
302 program_transform_name="$ac_optarg" ;;
303
304 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
305 | -silent | --silent | --silen | --sile | --sil)
306 silent=yes ;;
307
308 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
309 ac_prev=sbindir ;;
310 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
311 | --sbi=* | --sb=*)
312 sbindir="$ac_optarg" ;;
313
314 -sharedstatedir | --sharedstatedir | --sharedstatedi \
315 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
316 | --sharedst | --shareds | --shared | --share | --shar \
317 | --sha | --sh)
318 ac_prev=sharedstatedir ;;
319 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
320 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
321 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
322 | --sha=* | --sh=*)
323 sharedstatedir="$ac_optarg" ;;
324
325 -site | --site | --sit)
326 ac_prev=site ;;
327 -site=* | --site=* | --sit=*)
328 site="$ac_optarg" ;;
329
330 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
331 ac_prev=srcdir ;;
332 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
333 srcdir="$ac_optarg" ;;
334
335 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
336 | --syscon | --sysco | --sysc | --sys | --sy)
337 ac_prev=sysconfdir ;;
338 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
339 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
340 sysconfdir="$ac_optarg" ;;
341
342 -target | --target | --targe | --targ | --tar | --ta | --t)
343 ac_prev=target ;;
344 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
345 target="$ac_optarg" ;;
346
347 -v | -verbose | --verbose | --verbos | --verbo | --verb)
348 verbose=yes ;;
349
350 -version | --version | --versio | --versi | --vers)
351 echo "configure generated by autoconf version 2.9"
352 exit 0 ;;
353
354 -with-* | --with-*)
355 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
356 # Reject names that are not valid shell variable names.
357 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
358 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
359 fi
360 ac_package=`echo $ac_package| sed 's/-/_/g'`
361 case "$ac_option" in
362 *=*) ;;
363 *) ac_optarg=yes ;;
364 esac
365 eval "with_${ac_package}='$ac_optarg'" ;;
366
367 -without-* | --without-*)
368 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
369 # Reject names that are not valid shell variable names.
370 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
371 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
372 fi
373 ac_package=`echo $ac_package| sed 's/-/_/g'`
374 eval "with_${ac_package}=no" ;;
375
376 --x)
377 # Obsolete; use --with-x.
378 with_x=yes ;;
379
380 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
381 | --x-incl | --x-inc | --x-in | --x-i)
382 ac_prev=x_includes ;;
383 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
384 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
385 x_includes="$ac_optarg" ;;
386
387 -x-libraries | --x-libraries | --x-librarie | --x-librari \
388 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
389 ac_prev=x_libraries ;;
390 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
391 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
392 x_libraries="$ac_optarg" ;;
393
394 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
395 ;;
396
397 *)
398 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
399 echo "configure: warning: $ac_option: invalid host type" 1>&2
400 fi
401 if test "x$nonopt" != xNONE; then
402 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
403 fi
404 nonopt="$ac_option"
405 ;;
406
407 esac
408 done
409
410 if test -n "$ac_prev"; then
411 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
412 fi
413
414 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
415
416 # File descriptor usage:
417 # 0 standard input
418 # 1 file creation
419 # 2 errors and warnings
420 # 3 some systems may open it to /dev/tty
421 # 4 used on the Kubota Titan
422 # 6 checking for... messages and results
423 # 5 compiler messages saved in config.log
424 if test "$silent" = yes; then
425 exec 6>/dev/null
426 else
427 exec 6>&1
428 fi
429 exec 5>./config.log
430
431 echo "\
432 This file contains any messages produced by compilers while
433 running configure, to aid debugging if configure makes a mistake.
434 " 1>&5
435
436 # Strip out --no-create and --no-recursion so they do not pile up.
437 # Also quote any args containing shell metacharacters.
438 ac_configure_args=
439 for ac_arg
440 do
441 case "$ac_arg" in
442 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
443 | --no-cr | --no-c) ;;
444 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
445 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
446 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
447 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
448 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
449 esac
450 done
451
452 # NLS nuisances.
453 # Only set LANG and LC_ALL to C if already set.
454 # These must not be set unconditionally because not all systems understand
455 # e.g. LANG=C (notably SCO).
456 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
457 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
458
459 # confdefs.h avoids OS command line length limits that DEFS can exceed.
460 rm -rf conftest* confdefs.h
461 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
462 echo > confdefs.h
463
464 # A filename unique to this package, relative to the directory that
465 # configure is in, which we can look for to find out if srcdir is correct.
466 ac_unique_file=main.c
467
468 # Find the source files, if location was not specified.
469 if test -z "$srcdir"; then
470 ac_srcdir_defaulted=yes
471 # Try the directory containing this script, then its parent.
472 ac_prog=$0
473 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
474 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
475 srcdir=$ac_confdir
476 if test ! -r $srcdir/$ac_unique_file; then
477 srcdir=..
478 fi
479 else
480 ac_srcdir_defaulted=no
481 fi
482 if test ! -r $srcdir/$ac_unique_file; then
483 if test "$ac_srcdir_defaulted" = yes; then
484 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
485 else
486 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
487 fi
488 fi
489 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
490
491 # Prefer explicitly selected file to automatically selected ones.
492 if test -z "$CONFIG_SITE"; then
493 if test "x$prefix" != xNONE; then
494 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
495 else
496 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
497 fi
498 fi
499 for ac_site_file in $CONFIG_SITE; do
500 if test -r "$ac_site_file"; then
501 echo "loading site script $ac_site_file"
502 . "$ac_site_file"
503 fi
504 done
505
506 if test -r "$cache_file"; then
507 echo "loading cache $cache_file"
508 . $cache_file
509 else
510 echo "creating cache $cache_file"
511 > $cache_file
512 fi
513
514 ac_ext=c
515 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
516 ac_cpp='$CPP $CPPFLAGS'
517 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
518 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
519
520 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
521 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
522 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
523 ac_n= ac_c='
524 ' ac_t=' '
525 else
526 ac_n=-n ac_c= ac_t=
527 fi
528 else
529 ac_n= ac_c='\c' ac_t=
530 fi
531
532
533
534
535 # Extract the first word of "gcc", so it can be a program name with args.
536 set dummy gcc; ac_word=$2
537 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
538 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
539 echo $ac_n "(cached) $ac_c" 1>&6
540 else
541 if test -n "$CC"; then
542 ac_cv_prog_CC="$CC" # Let the user override the test.
543 else
544 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
545 for ac_dir in $PATH; do
546 test -z "$ac_dir" && ac_dir=.
547 if test -f $ac_dir/$ac_word; then
548 ac_cv_prog_CC="gcc"
549 break
550 fi
551 done
552 IFS="$ac_save_ifs"
553 fi
554 fi
555 CC="$ac_cv_prog_CC"
556 if test -n "$CC"; then
557 echo "$ac_t""$CC" 1>&6
558 else
559 echo "$ac_t""no" 1>&6
560 fi
561
562 if test -z "$CC"; then
563 # Extract the first word of "cc", so it can be a program name with args.
564 set dummy cc; ac_word=$2
565 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
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="${IFS}:"
573 ac_prog_rejected=no
574 for ac_dir in $PATH; do
575 test -z "$ac_dir" && ac_dir=.
576 if test -f $ac_dir/$ac_word; then
577 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
578 ac_prog_rejected=yes
579 continue
580 fi
581 ac_cv_prog_CC="cc"
582 break
583 fi
584 done
585 IFS="$ac_save_ifs"
586 if test $ac_prog_rejected = yes; then
587 # We found a bogon in the path, so make sure we never use it.
588 set dummy $ac_cv_prog_CC
589 shift
590 if test $# -gt 0; then
591 # We chose a different compiler from the bogus one.
592 # However, it has the same basename, so the bogon will be chosen
593 # first if we set CC to just the basename; use the full file name.
594 shift
595 set dummy "$ac_dir/$ac_word" "$@"
596 shift
597 ac_cv_prog_CC="$@"
598 fi
599 fi
600 fi
601 fi
602 CC="$ac_cv_prog_CC"
603 if test -n "$CC"; then
604 echo "$ac_t""$CC" 1>&6
605 else
606 echo "$ac_t""no" 1>&6
607 fi
608
609 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
610 fi
611
612 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
613 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
614 echo $ac_n "(cached) $ac_c" 1>&6
615 else
616 cat > conftest.c <<EOF
617 #ifdef __GNUC__
618 yes;
619 #endif
620 EOF
621 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
622 ac_cv_prog_gcc=yes
623 else
624 ac_cv_prog_gcc=no
625 fi
626 fi
627
628 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
629 if test $ac_cv_prog_gcc = yes; then
630 GCC=yes
631 if test "${CFLAGS+set}" != set; then
632 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
633 if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
634 echo $ac_n "(cached) $ac_c" 1>&6
635 else
636 echo 'void f(){}' > conftest.c
637 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
638 ac_cv_prog_gcc_g=yes
639 else
640 ac_cv_prog_gcc_g=no
641 fi
642 rm -f conftest*
643
644 fi
645
646 echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
647 if test $ac_cv_prog_gcc_g = yes; then
648 CFLAGS="-g -O"
649 else
650 CFLAGS="-O"
651 fi
652 fi
653 else
654 GCC=
655 test "${CFLAGS+set}" = set || CFLAGS="-g"
656 fi
657
658 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
659 # On Suns, sometimes $CPP names a directory.
660 if test -n "$CPP" && test -d "$CPP"; then
661 CPP=
662 fi
663 if test -z "$CPP"; then
664 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
665 echo $ac_n "(cached) $ac_c" 1>&6
666 else
667 # This must be in double quotes, not single quotes, because CPP may get
668 # substituted into the Makefile and "${CC-cc}" will confuse make.
669 CPP="${CC-cc} -E"
670 # On the NeXT, cc -E runs the code through the compiler's parser,
671 # not just through cpp.
672 cat > conftest.$ac_ext <<EOF
673 #line 674 "configure"
674 #include "confdefs.h"
675 #include <assert.h>
676 Syntax Error
677 EOF
678 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
679 { (eval echo configure:680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
680 ac_err=`grep -v '^ *+' conftest.out`
681 if test -z "$ac_err"; then
682 :
683 else
684 echo "$ac_err" >&5
685 rm -rf conftest*
686 CPP="${CC-cc} -E -traditional-cpp"
687 cat > conftest.$ac_ext <<EOF
688 #line 689 "configure"
689 #include "confdefs.h"
690 #include <assert.h>
691 Syntax Error
692 EOF
693 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
694 { (eval echo configure:695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
695 ac_err=`grep -v '^ *+' conftest.out`
696 if test -z "$ac_err"; then
697 :
698 else
699 echo "$ac_err" >&5
700 rm -rf conftest*
701 CPP=/lib/cpp
702 fi
703 rm -f conftest*
704 fi
705 rm -f conftest*
706 ac_cv_prog_CPP="$CPP"
707 fi
708 CPP="$ac_cv_prog_CPP"
709 else
710 ac_cv_prog_CPP="$CPP"
711 fi
712 echo "$ac_t""$CPP" 1>&6
713
714 echo $ac_n "checking for AIX""... $ac_c" 1>&6
715 cat > conftest.$ac_ext <<EOF
716 #line 717 "configure"
717 #include "confdefs.h"
718 #ifdef _AIX
719 yes
720 #endif
721
722 EOF
723 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
724 egrep "yes" >/dev/null 2>&1; then
725 rm -rf conftest*
726 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
727 #define _ALL_SOURCE 1
728 EOF
729
730 else
731 rm -rf conftest*
732 echo "$ac_t""no" 1>&6
733 fi
734 rm -f conftest*
735
736
737 ac_safe=`echo "minix/config.h" | tr './\055' '___'`
738 echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
739 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
740 echo $ac_n "(cached) $ac_c" 1>&6
741 else
742 cat > conftest.$ac_ext <<EOF
743 #line 744 "configure"
744 #include "confdefs.h"
745 #include <minix/config.h>
746 EOF
747 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
748 { (eval echo configure:749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
749 ac_err=`grep -v '^ *+' conftest.out`
750 if test -z "$ac_err"; then
751 rm -rf conftest*
752 eval "ac_cv_header_$ac_safe=yes"
753 else
754 echo "$ac_err" >&5
755 rm -rf conftest*
756 eval "ac_cv_header_$ac_safe=no"
757 fi
758 rm -f conftest*
759 fi
760 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
761 echo "$ac_t""yes" 1>&6
762 MINIX=yes
763 else
764 echo "$ac_t""no" 1>&6
765 MINIX=
766 fi
767
768 if test "$MINIX" = yes; then
769 cat >> confdefs.h <<\EOF
770 #define _POSIX_SOURCE 1
771 EOF
772
773 cat >> confdefs.h <<\EOF
774 #define _POSIX_1_SOURCE 2
775 EOF
776
777 cat >> confdefs.h <<\EOF
778 #define _MINIX 1
779 EOF
780
781 fi
782
783 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
784 if test -d /etc/conf/kconfig.d &&
785 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
786 then
787 echo "$ac_t""yes" 1>&6
788 ISC=yes # If later tests want to check for ISC.
789 cat >> confdefs.h <<\EOF
790 #define _POSIX_SOURCE 1
791 EOF
792
793 if test "$GCC" = yes; then
794 CC="$CC -posix"
795 else
796 CC="$CC -Xp"
797 fi
798 else
799 echo "$ac_t""no" 1>&6
800 ISC=
801 fi
802
803
804 ac_aux_dir=
805 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
806 if test -f $ac_dir/install-sh; then
807 ac_aux_dir=$ac_dir
808 ac_install_sh="$ac_aux_dir/install-sh -c"
809 break
810 elif test -f $ac_dir/install.sh; then
811 ac_aux_dir=$ac_dir
812 ac_install_sh="$ac_aux_dir/install.sh -c"
813 break
814 fi
815 done
816 if test -z "$ac_aux_dir"; then
817 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
818 fi
819 ac_config_guess=$ac_aux_dir/config.guess
820 ac_config_sub=$ac_aux_dir/config.sub
821 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
822
823 # Find a good install program. We prefer a C program (faster),
824 # so one script is as good as another. But avoid the broken or
825 # incompatible versions:
826 # SysV /etc/install, /usr/sbin/install
827 # SunOS /usr/etc/install
828 # IRIX /sbin/install
829 # AIX /bin/install
830 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
831 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
832 # ./install, which can be erroneously created by make from ./install.sh.
833 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
834 if test -z "$INSTALL"; then
835 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
836 echo $ac_n "(cached) $ac_c" 1>&6
837 else
838 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
839 for ac_dir in $PATH; do
840 # Account for people who put trailing slashes in PATH elements.
841 case "$ac_dir/" in
842 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
843 *)
844 # OSF1 and SCO ODT 3.0 have their own names for install.
845 for ac_prog in ginstall installbsd scoinst install; do
846 if test -f $ac_dir/$ac_prog; then
847 if test $ac_prog = install &&
848 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
849 # AIX install. It has an incompatible calling convention.
850 # OSF/1 installbsd also uses dspmsg, but is usable.
851 :
852 else
853 ac_cv_path_install="$ac_dir/$ac_prog -c"
854 break 2
855 fi
856 fi
857 done
858 ;;
859 esac
860 done
861 IFS="$ac_save_ifs"
862
863 fi
864 if test "${ac_cv_path_install+set}" = set; then
865 INSTALL="$ac_cv_path_install"
866 else
867 # As a last resort, use the slow shell script. We don't cache a
868 # path for INSTALL within a source directory, because that will
869 # break other packages using the cache if that directory is
870 # removed, or if the path is relative.
871 INSTALL="$ac_install_sh"
872 fi
873 fi
874 echo "$ac_t""$INSTALL" 1>&6
875
876 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
877 # It thinks the first close brace ends the variable substitution.
878 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
879
880 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
881
882 # Extract the first word of "ranlib", so it can be a program name with args.
883 set dummy ranlib; ac_word=$2
884 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
885 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
886 echo $ac_n "(cached) $ac_c" 1>&6
887 else
888 if test -n "$RANLIB"; then
889 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
890 else
891 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
892 for ac_dir in $PATH; do
893 test -z "$ac_dir" && ac_dir=.
894 if test -f $ac_dir/$ac_word; then
895 ac_cv_prog_RANLIB="ranlib"
896 break
897 fi
898 done
899 IFS="$ac_save_ifs"
900 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
901 fi
902 fi
903 RANLIB="$ac_cv_prog_RANLIB"
904 if test -n "$RANLIB"; then
905 echo "$ac_t""$RANLIB" 1>&6
906 else
907 echo "$ac_t""no" 1>&6
908 fi
909
910 for ac_prog in 'bison -y' byacc
911 do
912 # Extract the first word of "$ac_prog", so it can be a program name with args.
913 set dummy $ac_prog; ac_word=$2
914 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
915 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
916 echo $ac_n "(cached) $ac_c" 1>&6
917 else
918 if test -n "$YACC"; then
919 ac_cv_prog_YACC="$YACC" # Let the user override the test.
920 else
921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
922 for ac_dir in $PATH; do
923 test -z "$ac_dir" && ac_dir=.
924 if test -f $ac_dir/$ac_word; then
925 ac_cv_prog_YACC="$ac_prog"
926 break
927 fi
928 done
929 IFS="$ac_save_ifs"
930 fi
931 fi
932 YACC="$ac_cv_prog_YACC"
933 if test -n "$YACC"; then
934 echo "$ac_t""$YACC" 1>&6
935 else
936 echo "$ac_t""no" 1>&6
937 fi
938
939 test -n "$YACC" && break
940 done
941 test -n "$YACC" || YACC="yacc"
942
943
944 ac_aux_dir=
945 for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
946 if test -f $ac_dir/install-sh; then
947 ac_aux_dir=$ac_dir
948 ac_install_sh="$ac_aux_dir/install-sh -c"
949 break
950 elif test -f $ac_dir/install.sh; then
951 ac_aux_dir=$ac_dir
952 ac_install_sh="$ac_aux_dir/install.sh -c"
953 break
954 fi
955 done
956 if test -z "$ac_aux_dir"; then
957 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/.." 1>&2; exit 1; }
958 fi
959 ac_config_guess=$ac_aux_dir/config.guess
960 ac_config_sub=$ac_aux_dir/config.sub
961 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
962
963
964 # Do some error checking and defaulting for the host and target type.
965 # The inputs are:
966 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
967 #
968 # The rules are:
969 # 1. You are not allowed to specify --host, --target, and nonopt at the
970 # same time.
971 # 2. Host defaults to nonopt.
972 # 3. If nonopt is not specified, then host defaults to the current host,
973 # as determined by config.guess.
974 # 4. Target and build default to nonopt.
975 # 5. If nonopt is not specified, then target and build default to host.
976
977 # The aliases save the names the user supplied, while $host etc.
978 # will get canonicalized.
979 case $host---$target---$nonopt in
980 NONE---*---* | *---NONE---* | *---*---NONE) ;;
981 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
982 esac
983
984
985 # Make sure we can run config.sub.
986 if $ac_config_sub sun4 >/dev/null 2>&1; then :
987 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
988 fi
989
990 echo $ac_n "checking host system type""... $ac_c" 1>&6
991
992 host_alias=$host
993 case "$host_alias" in
994 NONE)
995 case $nonopt in
996 NONE)
997 if host_alias=`$ac_config_guess`; then :
998 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
999 fi ;;
1000 *) host_alias=$nonopt ;;
1001 esac ;;
1002 esac
1003
1004 host=`$ac_config_sub $host_alias`
1005 host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
1006 host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
1007 host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
1008 echo "$ac_t""$host" 1>&6
1009
1010 echo $ac_n "checking target system type""... $ac_c" 1>&6
1011
1012 target_alias=$target
1013 case "$target_alias" in
1014 NONE)
1015 case $nonopt in
1016 NONE) target_alias=$host_alias ;;
1017 *) target_alias=$nonopt ;;
1018 esac ;;
1019 esac
1020
1021 target=`$ac_config_sub $target_alias`
1022 target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
1023 target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
1024 target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
1025 echo "$ac_t""$target" 1>&6
1026
1027 echo $ac_n "checking build system type""... $ac_c" 1>&6
1028
1029 build_alias=$build
1030 case "$build_alias" in
1031 NONE)
1032 case $nonopt in
1033 NONE) build_alias=$host_alias ;;
1034 *) build_alias=$nonopt ;;
1035 esac ;;
1036 esac
1037
1038 build=`$ac_config_sub $build_alias`
1039 build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
1040 build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
1041 build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
1042 echo "$ac_t""$build" 1>&6
1043
1044 test "$host_alias" != "$target_alias" &&
1045 test "$program_prefix$program_suffix$program_transform_name" = \
1046 NONENONEs,x,x, &&
1047 program_prefix=${target_alias}-
1048
1049 if test "$program_transform_name" = s,x,x,; then
1050 program_transform_name=
1051 else
1052 # Double any \ or $. echo might interpret backslashes.
1053 cat <<\EOF_SED > conftestsed
1054 s,\\,\\\\,g; s,\$,$$,g
1055 EOF_SED
1056 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
1057 rm -f conftestsed
1058 fi
1059 test "$program_prefix" != NONE &&
1060 program_transform_name="s,^,${program_prefix},; $program_transform_name"
1061 # Use a double $ so make ignores it.
1062 test "$program_suffix" != NONE &&
1063 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
1064
1065 # sed with no file args requires a program.
1066 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
1067
1068
1069 # If we cannot run a trivial program, we must be cross compiling.
1070 echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
1071 if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
1072 echo $ac_n "(cached) $ac_c" 1>&6
1073 else
1074 if test "$cross_compiling" = yes; then
1075 ac_cv_c_cross=yes
1076 else
1077 cat > conftest.$ac_ext <<EOF
1078 #line 1079 "configure"
1079 #include "confdefs.h"
1080 main(){return(0);}
1081 EOF
1082 { (eval echo configure:1083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
1083 if test -s conftest && (./conftest; exit) 2>/dev/null; then
1084 ac_cv_c_cross=no
1085 else
1086 ac_cv_c_cross=yes
1087 fi
1088 fi
1089 rm -fr conftest*
1090 fi
1091
1092 echo "$ac_t""$ac_cv_c_cross" 1>&6
1093 cross_compiling=$ac_cv_c_cross
1094
1095 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1096 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1097 echo $ac_n "(cached) $ac_c" 1>&6
1098 else
1099 cat > conftest.$ac_ext <<EOF
1100 #line 1101 "configure"
1101 #include "confdefs.h"
1102 #include <stdlib.h>
1103 #include <stdarg.h>
1104 #include <string.h>
1105 #include <float.h>
1106 EOF
1107 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1108 { (eval echo configure:1109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1109 ac_err=`grep -v '^ *+' conftest.out`
1110 if test -z "$ac_err"; then
1111 rm -rf conftest*
1112 ac_cv_header_stdc=yes
1113 else
1114 echo "$ac_err" >&5
1115 rm -rf conftest*
1116 ac_cv_header_stdc=no
1117 fi
1118 rm -f conftest*
1119
1120 if test $ac_cv_header_stdc = yes; then
1121 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1122 cat > conftest.$ac_ext <<EOF
1123 #line 1124 "configure"
1124 #include "confdefs.h"
1125 #include <string.h>
1126 EOF
1127 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1128 egrep "memchr" >/dev/null 2>&1; then
1129 :
1130 else
1131 rm -rf conftest*
1132 ac_cv_header_stdc=no
1133 fi
1134 rm -f conftest*
1135
1136 fi
1137
1138 if test $ac_cv_header_stdc = yes; then
1139 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1140 cat > conftest.$ac_ext <<EOF
1141 #line 1142 "configure"
1142 #include "confdefs.h"
1143 #include <stdlib.h>
1144 EOF
1145 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1146 egrep "free" >/dev/null 2>&1; then
1147 :
1148 else
1149 rm -rf conftest*
1150 ac_cv_header_stdc=no
1151 fi
1152 rm -f conftest*
1153
1154 fi
1155
1156 if test $ac_cv_header_stdc = yes; then
1157 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1158 if test "$cross_compiling" = yes; then
1159 :
1160 else
1161 cat > conftest.$ac_ext <<EOF
1162 #line 1163 "configure"
1163 #include "confdefs.h"
1164 #include <ctype.h>
1165 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1166 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1167 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1168 int main () { int i; for (i = 0; i < 256; i++)
1169 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1170 exit (0); }
1171
1172 EOF
1173 { (eval echo configure:1174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
1174 if test -s conftest && (./conftest; exit) 2>/dev/null; then
1175 :
1176 else
1177 ac_cv_header_stdc=no
1178 fi
1179 fi
1180 rm -fr conftest*
1181 fi
1182 fi
1183
1184 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1185 if test $ac_cv_header_stdc = yes; then
1186 cat >> confdefs.h <<\EOF
1187 #define STDC_HEADERS 1
1188 EOF
1189
1190 fi
1191
1192 for ac_hdr in limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h link.h
1193 do
1194 ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
1195 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1196 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1197 echo $ac_n "(cached) $ac_c" 1>&6
1198 else
1199 cat > conftest.$ac_ext <<EOF
1200 #line 1201 "configure"
1201 #include "confdefs.h"
1202 #include <$ac_hdr>
1203 EOF
1204 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1205 { (eval echo configure:1206: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1206 ac_err=`grep -v '^ *+' conftest.out`
1207 if test -z "$ac_err"; then
1208 rm -rf conftest*
1209 eval "ac_cv_header_$ac_safe=yes"
1210 else
1211 echo "$ac_err" >&5
1212 rm -rf conftest*
1213 eval "ac_cv_header_$ac_safe=no"
1214 fi
1215 rm -f conftest*
1216 fi
1217 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1218 echo "$ac_t""yes" 1>&6
1219 ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
1220 cat >> confdefs.h <<EOF
1221 #define $ac_tr_hdr 1
1222 EOF
1223
1224 else
1225 echo "$ac_t""no" 1>&6
1226 fi
1227 done
1228
1229 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
1230 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
1231 echo $ac_n "(cached) $ac_c" 1>&6
1232 else
1233 cat > conftest.$ac_ext <<EOF
1234 #line 1235 "configure"
1235 #include "confdefs.h"
1236 #include <sys/types.h>
1237 #include <sys/stat.h>
1238
1239 #if defined(S_ISBLK) && defined(S_IFDIR)
1240 # if S_ISBLK (S_IFDIR)
1241 You lose.
1242 # endif
1243 #endif
1244
1245 #if defined(S_ISBLK) && defined(S_IFCHR)
1246 # if S_ISBLK (S_IFCHR)
1247 You lose.
1248 # endif
1249 #endif
1250
1251 #if defined(S_ISLNK) && defined(S_IFREG)
1252 # if S_ISLNK (S_IFREG)
1253 You lose.
1254 # endif
1255 #endif
1256
1257 #if defined(S_ISSOCK) && defined(S_IFREG)
1258 # if S_ISSOCK (S_IFREG)
1259 You lose.
1260 # endif
1261 #endif
1262
1263 EOF
1264 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1265 egrep "You lose" >/dev/null 2>&1; then
1266 rm -rf conftest*
1267 ac_cv_header_stat_broken=yes
1268 else
1269 rm -rf conftest*
1270 ac_cv_header_stat_broken=no
1271 fi
1272 rm -f conftest*
1273
1274 fi
1275
1276 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
1277 if test $ac_cv_header_stat_broken = yes; then
1278 cat >> confdefs.h <<\EOF
1279 #define STAT_MACROS_BROKEN 1
1280 EOF
1281
1282 fi
1283
1284
1285 echo $ac_n "checking for gregset_t type""... $ac_c" 1>&6
1286 if eval "test \"`echo '$''{'gdb_have_gregset_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/procfs.h>
1293 int main() { return 0; }
1294 int t() {
1295 gregset_t *gregsetp = 0
1296 ; return 0; }
1297 EOF
1298 if { (eval echo configure:1299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1299 rm -rf conftest*
1300 gdb_have_gregset_t=yes
1301 else
1302 rm -rf conftest*
1303 gdb_have_gregset_t=no
1304 fi
1305 rm -f conftest*
1306
1307 fi
1308
1309 echo "$ac_t""$gdb_have_gregset_t" 1>&6
1310 if test $gdb_have_gregset_t = yes; then
1311 cat >> confdefs.h <<\EOF
1312 #define HAVE_GREGSET_T 1
1313 EOF
1314
1315 fi
1316
1317 echo $ac_n "checking for fpregset_t type""... $ac_c" 1>&6
1318 if eval "test \"`echo '$''{'gdb_have_fpregset_t'+set}'`\" = set"; then
1319 echo $ac_n "(cached) $ac_c" 1>&6
1320 else
1321 cat > conftest.$ac_ext <<EOF
1322 #line 1323 "configure"
1323 #include "confdefs.h"
1324 #include <sys/procfs.h>
1325 int main() { return 0; }
1326 int t() {
1327 fpregset_t *fpregsetp = 0
1328 ; return 0; }
1329 EOF
1330 if { (eval echo configure:1331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1331 rm -rf conftest*
1332 gdb_have_fpregset_t=yes
1333 else
1334 rm -rf conftest*
1335 gdb_have_fpregset_t=no
1336 fi
1337 rm -f conftest*
1338
1339 fi
1340
1341 echo "$ac_t""$gdb_have_fpregset_t" 1>&6
1342 if test $gdb_have_fpregset_t = yes; then
1343 cat >> confdefs.h <<\EOF
1344 #define HAVE_FPREGSET_T 1
1345 EOF
1346
1347 fi
1348
1349
1350 echo $ac_n "checking for long double""... $ac_c" 1>&6
1351 if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then
1352 echo $ac_n "(cached) $ac_c" 1>&6
1353 else
1354 cat > conftest.$ac_ext <<EOF
1355 #line 1356 "configure"
1356 #include "confdefs.h"
1357
1358 int main() { return 0; }
1359 int t() {
1360 long double foo;
1361 ; return 0; }
1362 EOF
1363 if { (eval echo configure:1364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1364 rm -rf conftest*
1365 ac_cv_c_long_double=yes
1366 else
1367 rm -rf conftest*
1368 ac_cv_c_long_double=no
1369 fi
1370 rm -f conftest*
1371
1372 fi
1373
1374 echo "$ac_t""$ac_cv_c_long_double" 1>&6
1375 if test $ac_cv_c_long_double = yes; then
1376 cat >> confdefs.h <<\EOF
1377 #define HAVE_LONG_DOUBLE 1
1378 EOF
1379
1380 fi
1381
1382 for ac_func in valloc getpagesize
1383 do
1384 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1385 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1386 echo $ac_n "(cached) $ac_c" 1>&6
1387 else
1388 cat > conftest.$ac_ext <<EOF
1389 #line 1390 "configure"
1390 #include "confdefs.h"
1391 /* System header to define __stub macros and hopefully few prototypes,
1392 which can conflict with char $ac_func(); below. */
1393 #include <assert.h>
1394 /* Override any gcc2 internal prototype to avoid an error. */
1395 char $ac_func();
1396
1397 int main() { return 0; }
1398 int t() {
1399
1400 /* The GNU C library defines this for functions which it implements
1401 to always fail with ENOSYS. Some functions are actually named
1402 something starting with __ and the normal name is an alias. */
1403 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1404 choke me
1405 #else
1406 $ac_func();
1407 #endif
1408
1409 ; return 0; }
1410 EOF
1411 if { (eval echo configure:1412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1412 rm -rf conftest*
1413 eval "ac_cv_func_$ac_func=yes"
1414 else
1415 rm -rf conftest*
1416 eval "ac_cv_func_$ac_func=no"
1417 fi
1418 rm -f conftest*
1419
1420 fi
1421 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1422 echo "$ac_t""yes" 1>&6
1423 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1424 cat >> confdefs.h <<EOF
1425 #define $ac_tr_func 1
1426 EOF
1427
1428 else
1429 echo "$ac_t""no" 1>&6
1430 fi
1431 done
1432
1433 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
1434 if eval "test \"`echo '$''{'ac_cv_func_mmap'+set}'`\" = set"; then
1435 echo $ac_n "(cached) $ac_c" 1>&6
1436 else
1437 if test "$cross_compiling" = yes; then
1438 ac_cv_func_mmap=no
1439 else
1440 cat > conftest.$ac_ext <<EOF
1441 #line 1442 "configure"
1442 #include "confdefs.h"
1443
1444 /* Thanks to Mike Haertel and Jim Avera for this test. */
1445 #include <sys/types.h>
1446 #include <fcntl.h>
1447 #include <sys/mman.h>
1448
1449 #ifndef HAVE_GETPAGESIZE
1450 # include <sys/param.h>
1451 # ifdef EXEC_PAGESIZE
1452 # define getpagesize() EXEC_PAGESIZE
1453 # else
1454 # ifdef NBPG
1455 # define getpagesize() NBPG * CLSIZE
1456 # ifndef CLSIZE
1457 # define CLSIZE 1
1458 # endif
1459 # else
1460 # ifdef NBPC
1461 # define getpagesize() NBPC
1462 # else
1463 # define getpagesize() PAGESIZE /* SVR4 */
1464 # endif
1465 # endif
1466 # endif
1467 #endif
1468
1469 #ifndef HAVE_VALLOC
1470 # define valloc malloc
1471 #endif
1472
1473 #ifdef __cplusplus
1474 extern "C" { void *valloc(unsigned), *malloc(unsigned); }
1475 #else
1476 char *valloc(), *malloc();
1477 #endif
1478
1479 int
1480 main()
1481 {
1482 char *buf1, *buf2, *buf3;
1483 int i = getpagesize(), j;
1484 int i2 = i * 2;
1485 int fd;
1486
1487 buf1 = (char *)valloc(i2);
1488 buf2 = (char *)valloc(i);
1489 buf3 = (char *)malloc(i2);
1490 for (j = 0; j < i2; ++j)
1491 *(buf1 + j) = rand();
1492 fd = open("conftestmmap", O_CREAT | O_RDWR, 0666);
1493 write(fd, buf1, i2);
1494 mmap(buf2, i, PROT_READ | PROT_WRITE, MAP_FIXED | MAP_PRIVATE, fd, 0);
1495 for (j = 0; j < i; ++j)
1496 if (*(buf1 + j) != *(buf2 + j))
1497 exit(1);
1498 lseek(fd, (long)i, 0);
1499 read(fd, buf2, i); /* read into mapped memory -- file should not change */
1500 /* (it does in i386 SVR4.0 - Jim Avera, jima@netcom.com) */
1501 lseek(fd, (long)0, 0);
1502 read(fd, buf3, i2);
1503 for (j = 0; j < i2; ++j)
1504 if (*(buf1 + j) != *(buf3 + j))
1505 exit(1);
1506 exit(0);
1507 }
1508
1509 EOF
1510 { (eval echo configure:1511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
1511 if test -s conftest && (./conftest; exit) 2>/dev/null; then
1512 ac_cv_func_mmap=yes
1513 else
1514 ac_cv_func_mmap=no
1515 fi
1516 fi
1517 rm -fr conftest*
1518 fi
1519
1520 echo "$ac_t""$ac_cv_func_mmap" 1>&6
1521 if test $ac_cv_func_mmap = yes; then
1522 cat >> confdefs.h <<\EOF
1523 #define HAVE_MMAP 1
1524 EOF
1525
1526 fi
1527
1528
1529 ENABLE_CFLAGS=
1530 ENABLE_CLIBS=
1531 ENABLE_OBS=
1532
1533 # Check whether --enable-netrom or --disable-netrom was given.
1534 if test "${enable_netrom+set}" = set; then
1535 enableval="$enable_netrom"
1536 case "${enableval}" in
1537 yes) enable_netrom=yes ;;
1538 no) enable_netrom=no ;;
1539 *) { echo "configure: error: bad value ${enableval} given for netrom option" 1>&2; exit 1; } ;;
1540 esac
1541 fi
1542
1543
1544 if test "${enable_netrom}" = "yes"; then
1545 ENABLE_OBS="${ENABLE_OBS} remote-nrom.o"
1546 fi
1547
1548 # start-sanitize-gm
1549 ENABLE_GM=
1550
1551 # Check whether --enable-gm or --disable-gm was given.
1552 if test "${enable_gm+set}" = set; then
1553 enableval="$enable_gm"
1554 case "${enableval}" in
1555 yes) ENABLE_OBS="${ENABLE_OBS} gmagic.o"
1556 ENABLE_CFLAGS=-DGENERAL_MAGIC
1557 ;;
1558 no) ;;
1559 *) { echo "configure: error: bad value ${enableval} given for gm option" 1>&2; exit 1; } ;;
1560 esac
1561 fi
1562
1563
1564 # end-sanitize-gm
1565
1566 # Check whether --enable-sim-powerpc or --disable-sim-powerpc was given.
1567 if test "${enable_sim_powerpc+set}" = set; then
1568 enableval="$enable_sim_powerpc"
1569 case "${enableval}" in
1570 yes) powerpc_sim=yes ;;
1571 no) powerpc_sim=no ;;
1572 *) { echo "configure: error: bad value ${enableval} given for sim-powerpc option" 1>&2; exit 1; } ;;
1573 esac
1574 else
1575 if test x"$GCC" != x""; then powerpc_sim=yes; else powerpc_sim=no; fi
1576 fi
1577
1578
1579 # start-sanitize-gdbtk
1580 ENABLE_GDBTK=
1581
1582 # Check whether --enable-gdbtk or --disable-gdbtk was given.
1583 if test "${enable_gdbtk+set}" = set; then
1584 enableval="$enable_gdbtk"
1585 case "${enableval}" in
1586 yes)
1587 case "$host" in
1588 *go32*)
1589 echo "configure: warning: GDB does not support GDBtk on host ${host}. GDBtk will be disabled." 1>&2
1590 enable_gdbtk=no ;;
1591 *)
1592 enable_gdbtk=yes ;;
1593 esac ;;
1594 no)
1595 enable_gdbtk=no ;;
1596 *)
1597 { echo "configure: error: bad value ${enableval} given for gdbtk option" 1>&2; exit 1; } ;;
1598 esac
1599 else
1600
1601 # Default is on for everything but go32
1602 case "$host" in
1603 *go32*)
1604 ;;
1605 *)
1606 enable_gdbtk=yes ;;
1607 esac
1608
1609 fi
1610
1611
1612 if test "${enable_gdbtk}" = "yes"; then
1613
1614 # If we find X, set shell vars x_includes and x_libraries to the
1615 # paths, otherwise set no_x=yes.
1616 # Uses ac_ vars as temps to allow command line to override cache and checks.
1617 # --without-x overrides everything else, but does not touch the cache.
1618 echo $ac_n "checking for X""... $ac_c" 1>&6
1619
1620 # Check whether --with-x or --without-x was given.
1621 if test "${with_x+set}" = set; then
1622 withval="$with_x"
1623 :
1624 fi
1625
1626 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
1627 if test "x$with_x" = xno; then
1628 # The user explicitly disabled X.
1629 have_x=disabled
1630 else
1631 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
1632 # Both variables are already set.
1633 have_x=yes
1634 else
1635 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
1636 echo $ac_n "(cached) $ac_c" 1>&6
1637 else
1638 # One or both of the vars are not set, and there is no cached value.
1639 ac_x_includes=NO ac_x_libraries=NO
1640 rm -fr conftestdir
1641 if mkdir conftestdir; then
1642 cd conftestdir
1643 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
1644 cat > Imakefile <<'EOF'
1645 acfindx:
1646 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
1647 EOF
1648 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
1649 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1650 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
1651 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
1652 for ac_extension in a so sl; do
1653 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
1654 test -f $ac_im_libdir/libX11.$ac_extension; then
1655 ac_im_usrlibdir=$ac_im_libdir; break
1656 fi
1657 done
1658 # Screen out bogus values from the imake configuration.
1659 case "$ac_im_incroot" in
1660 /usr/include) ;;
1661 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
1662 esac
1663 case "$ac_im_usrlibdir" in
1664 /usr/lib | /lib) ;;
1665 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
1666 esac
1667 fi
1668 cd ..
1669 rm -fr conftestdir
1670 fi
1671
1672 if test "$ac_x_includes" = NO; then
1673 # Guess where to find include files, by looking for this one X11 .h file.
1674 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
1675
1676 # First, try using that file with no special directory specified.
1677 cat > conftest.$ac_ext <<EOF
1678 #line 1679 "configure"
1679 #include "confdefs.h"
1680 #include <$x_direct_test_include>
1681 EOF
1682 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1683 { (eval echo configure:1684: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1684 ac_err=`grep -v '^ *+' conftest.out`
1685 if test -z "$ac_err"; then
1686 rm -rf conftest*
1687 # We can compile using X headers with no special include directory.
1688 ac_x_includes=
1689 else
1690 echo "$ac_err" >&5
1691 rm -rf conftest*
1692 # Look for the header file in a standard set of common directories.
1693 for ac_dir in \
1694 /usr/X11R6/include \
1695 /usr/X11R5/include \
1696 /usr/X11R4/include \
1697 \
1698 /usr/include/X11R6 \
1699 /usr/include/X11R5 \
1700 /usr/include/X11R4 \
1701 \
1702 /usr/local/X11R6/include \
1703 /usr/local/X11R5/include \
1704 /usr/local/X11R4/include \
1705 \
1706 /usr/local/include/X11R6 \
1707 /usr/local/include/X11R5 \
1708 /usr/local/include/X11R4 \
1709 \
1710 /usr/X11/include \
1711 /usr/include/X11 \
1712 /usr/local/X11/include \
1713 /usr/local/include/X11 \
1714 \
1715 /usr/X386/include \
1716 /usr/x386/include \
1717 /usr/XFree86/include/X11 \
1718 \
1719 /usr/include \
1720 /usr/local/include \
1721 /usr/unsupported/include \
1722 /usr/athena/include \
1723 /usr/local/x11r5/include \
1724 /usr/lpp/Xamples/include \
1725 \
1726 /usr/openwin/include \
1727 /usr/openwin/share/include \
1728 ; \
1729 do
1730 if test -r "$ac_dir/$x_direct_test_include"; then
1731 ac_x_includes=$ac_dir
1732 break
1733 fi
1734 done
1735 fi
1736 rm -f conftest*
1737 fi # $ac_x_includes = NO
1738
1739 if test "$ac_x_libraries" = NO; then
1740 # Check for the libraries.
1741
1742 test -z "$x_direct_test_library" && x_direct_test_library=Xt
1743 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
1744
1745 # See if we find them without any special options.
1746 # Don't add to $LIBS permanently.
1747 ac_save_LIBS="$LIBS"
1748 LIBS="-l$x_direct_test_library $LIBS"
1749 cat > conftest.$ac_ext <<EOF
1750 #line 1751 "configure"
1751 #include "confdefs.h"
1752
1753 int main() { return 0; }
1754 int t() {
1755 ${x_direct_test_function}()
1756 ; return 0; }
1757 EOF
1758 if { (eval echo configure:1759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1759 rm -rf conftest*
1760 LIBS="$ac_save_LIBS"
1761 # We can link X programs with no special library path.
1762 ac_x_libraries=
1763 else
1764 rm -rf conftest*
1765 LIBS="$ac_save_LIBS"
1766 # First see if replacing the include by lib works.
1767 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
1768 /usr/X11R6/lib \
1769 /usr/X11R5/lib \
1770 /usr/X11R4/lib \
1771 \
1772 /usr/lib/X11R6 \
1773 /usr/lib/X11R5 \
1774 /usr/lib/X11R4 \
1775 \
1776 /usr/local/X11R6/lib \
1777 /usr/local/X11R5/lib \
1778 /usr/local/X11R4/lib \
1779 \
1780 /usr/local/lib/X11R6 \
1781 /usr/local/lib/X11R5 \
1782 /usr/local/lib/X11R4 \
1783 \
1784 /usr/X11/lib \
1785 /usr/lib/X11 \
1786 /usr/local/X11/lib \
1787 /usr/local/lib/X11 \
1788 \
1789 /usr/X386/lib \
1790 /usr/x386/lib \
1791 /usr/XFree86/lib/X11 \
1792 \
1793 /usr/lib \
1794 /usr/local/lib \
1795 /usr/unsupported/lib \
1796 /usr/athena/lib \
1797 /usr/local/x11r5/lib \
1798 /usr/lpp/Xamples/lib \
1799 \
1800 /usr/openwin/lib \
1801 /usr/openwin/share/lib \
1802 ; \
1803 do
1804 for ac_extension in a so sl; do
1805 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
1806 ac_x_libraries=$ac_dir
1807 break 2
1808 fi
1809 done
1810 done
1811 fi
1812 rm -f conftest*
1813
1814 fi # $ac_x_libraries = NO
1815
1816 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
1817 # Didn't find X anywhere. Cache the known absence of X.
1818 ac_cv_have_x="have_x=no"
1819 else
1820 # Record where we found X for the cache.
1821 ac_cv_have_x="have_x=yes \
1822 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1823 fi
1824 fi
1825 fi
1826 eval "$ac_cv_have_x"
1827 fi # $with_x != no
1828
1829 if test "$have_x" != yes; then
1830 echo "$ac_t""$have_x" 1>&6
1831 no_x=yes
1832 else
1833 # If each of the values was on the command line, it overrides each guess.
1834 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
1835 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
1836 # Update the cache value to reflect the command line values.
1837 ac_cv_have_x="have_x=yes \
1838 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1839 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1840 fi
1841
1842 if test "$no_x" = yes; then
1843 # Not all programs may use this symbol, but it does not hurt to define it.
1844 X_CFLAGS="$X_CFLAGS -DX_DISPLAY_MISSING"
1845 else
1846 if test -n "$x_includes"; then
1847 X_CFLAGS="$X_CFLAGS -I$x_includes"
1848 fi
1849
1850 # It would be nice to have a more robust check for the -R ld option than
1851 # just checking for Solaris.
1852 # It would also be nice to do this for all -L options, not just this one.
1853 if test -n "$x_libraries"; then
1854 X_LIBS="$X_LIBS -L$x_libraries"
1855 if test "`(uname) 2>/dev/null`" = SunOS &&
1856 uname -r | grep '^5' >/dev/null; then
1857 X_LIBS="$X_LIBS -R $x_libraries"
1858 fi
1859 fi
1860
1861 # Check for libraries that X11R6 Xt/Xaw programs need.
1862
1863 ac_save_LDFLAGS="$LDFLAGS"
1864 LDFLAGS="$LDFLAGS -L$x_libraries"
1865 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1866 # check for ICE first), but we must link in the order -lSM -lICE or
1867 # we get undefined symbols. So assume we have SM if we have ICE.
1868 # These have to be linked with before -lX11, unlike the other
1869 # libraries we check for below, so use a different variable.
1870 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1871 echo $ac_n "checking for -lICE""... $ac_c" 1>&6
1872 ac_lib_var=`echo ICE_IceConnectionNumber | tr '.-/+' '___p'`
1873 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1874 echo $ac_n "(cached) $ac_c" 1>&6
1875 else
1876 ac_save_LIBS="$LIBS"
1877 LIBS="-lICE $LIBS"
1878 cat > conftest.$ac_ext <<EOF
1879 #line 1880 "configure"
1880 #include "confdefs.h"
1881 /* Override any gcc2 internal prototype to avoid an error. */
1882 char IceConnectionNumber();
1883
1884 int main() { return 0; }
1885 int t() {
1886 IceConnectionNumber()
1887 ; return 0; }
1888 EOF
1889 if { (eval echo configure:1890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1890 rm -rf conftest*
1891 eval "ac_cv_lib_$ac_lib_var=yes"
1892 else
1893 rm -rf conftest*
1894 eval "ac_cv_lib_$ac_lib_var=no"
1895 fi
1896 rm -f conftest*
1897 LIBS="$ac_save_LIBS"
1898
1899 fi
1900 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1901 echo "$ac_t""yes" 1>&6
1902 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
1903 else
1904 echo "$ac_t""no" 1>&6
1905 fi
1906
1907 LDFLAGS="$ac_save_LDFLAGS"
1908
1909 # Check for system-dependent libraries X programs must link with.
1910
1911 if test "$ISC" = yes; then
1912 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
1913 else
1914 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1915 # libraries were built with DECnet support. And karl@cs.umb.edu says
1916 # the Alpha needs dnet_stub (dnet does not exist).
1917 echo $ac_n "checking for -ldnet""... $ac_c" 1>&6
1918 ac_lib_var=`echo dnet_dnet_ntoa | tr '.-/+' '___p'`
1919 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1920 echo $ac_n "(cached) $ac_c" 1>&6
1921 else
1922 ac_save_LIBS="$LIBS"
1923 LIBS="-ldnet $LIBS"
1924 cat > conftest.$ac_ext <<EOF
1925 #line 1926 "configure"
1926 #include "confdefs.h"
1927 /* Override any gcc2 internal prototype to avoid an error. */
1928 char dnet_ntoa();
1929
1930 int main() { return 0; }
1931 int t() {
1932 dnet_ntoa()
1933 ; return 0; }
1934 EOF
1935 if { (eval echo configure:1936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1936 rm -rf conftest*
1937 eval "ac_cv_lib_$ac_lib_var=yes"
1938 else
1939 rm -rf conftest*
1940 eval "ac_cv_lib_$ac_lib_var=no"
1941 fi
1942 rm -f conftest*
1943 LIBS="$ac_save_LIBS"
1944
1945 fi
1946 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1947 echo "$ac_t""yes" 1>&6
1948 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
1949 else
1950 echo "$ac_t""no" 1>&6
1951 fi
1952
1953 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1954 echo $ac_n "checking for -ldnet_stub""... $ac_c" 1>&6
1955 ac_lib_var=`echo dnet_stub_dnet_ntoa | tr '.-/+' '___p'`
1956 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1957 echo $ac_n "(cached) $ac_c" 1>&6
1958 else
1959 ac_save_LIBS="$LIBS"
1960 LIBS="-ldnet_stub $LIBS"
1961 cat > conftest.$ac_ext <<EOF
1962 #line 1963 "configure"
1963 #include "confdefs.h"
1964 /* Override any gcc2 internal prototype to avoid an error. */
1965 char dnet_ntoa();
1966
1967 int main() { return 0; }
1968 int t() {
1969 dnet_ntoa()
1970 ; return 0; }
1971 EOF
1972 if { (eval echo configure:1973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1973 rm -rf conftest*
1974 eval "ac_cv_lib_$ac_lib_var=yes"
1975 else
1976 rm -rf conftest*
1977 eval "ac_cv_lib_$ac_lib_var=no"
1978 fi
1979 rm -f conftest*
1980 LIBS="$ac_save_LIBS"
1981
1982 fi
1983 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1984 echo "$ac_t""yes" 1>&6
1985 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
1986 else
1987 echo "$ac_t""no" 1>&6
1988 fi
1989
1990 fi
1991
1992 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1993 # to get the SysV transport functions.
1994 # Not sure which flavor of 386 UNIX this is, but it seems harmless to
1995 # check for it.
1996 echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
1997 ac_lib_var=`echo nsl_t_accept | tr '.-/+' '___p'`
1998 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1999 echo $ac_n "(cached) $ac_c" 1>&6
2000 else
2001 ac_save_LIBS="$LIBS"
2002 LIBS="-lnsl $LIBS"
2003 cat > conftest.$ac_ext <<EOF
2004 #line 2005 "configure"
2005 #include "confdefs.h"
2006 /* Override any gcc2 internal prototype to avoid an error. */
2007 char t_accept();
2008
2009 int main() { return 0; }
2010 int t() {
2011 t_accept()
2012 ; return 0; }
2013 EOF
2014 if { (eval echo configure:2015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2015 rm -rf conftest*
2016 eval "ac_cv_lib_$ac_lib_var=yes"
2017 else
2018 rm -rf conftest*
2019 eval "ac_cv_lib_$ac_lib_var=no"
2020 fi
2021 rm -f conftest*
2022 LIBS="$ac_save_LIBS"
2023
2024 fi
2025 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2026 echo "$ac_t""yes" 1>&6
2027 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
2028 else
2029 echo "$ac_t""no" 1>&6
2030 fi
2031
2032
2033 # lieder@skyler.mavd.honeywell.com says without -lsocket,
2034 # socket/setsockopt and other routines are undefined under SCO ODT 2.0.
2035 # But -lsocket is broken on IRIX, according to simon@lia.di.epfl.ch.
2036 if test "`(uname) 2>/dev/null`" != IRIX; then
2037 echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
2038 ac_lib_var=`echo socket_socket | tr '.-/+' '___p'`
2039 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2040 echo $ac_n "(cached) $ac_c" 1>&6
2041 else
2042 ac_save_LIBS="$LIBS"
2043 LIBS="-lsocket $LIBS"
2044 cat > conftest.$ac_ext <<EOF
2045 #line 2046 "configure"
2046 #include "confdefs.h"
2047 /* Override any gcc2 internal prototype to avoid an error. */
2048 char socket();
2049
2050 int main() { return 0; }
2051 int t() {
2052 socket()
2053 ; return 0; }
2054 EOF
2055 if { (eval echo configure:2056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2056 rm -rf conftest*
2057 eval "ac_cv_lib_$ac_lib_var=yes"
2058 else
2059 rm -rf conftest*
2060 eval "ac_cv_lib_$ac_lib_var=no"
2061 fi
2062 rm -f conftest*
2063 LIBS="$ac_save_LIBS"
2064
2065 fi
2066 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2067 echo "$ac_t""yes" 1>&6
2068 X_EXTRA_LIBS="$X_EXTRA_LIBS -lsocket"
2069 else
2070 echo "$ac_t""no" 1>&6
2071 fi
2072
2073 fi
2074 fi
2075 fi
2076
2077
2078
2079
2080 #
2081 # Ok, lets find the tcl source trees so we can use the headers
2082 # Warning: transition of version 9 to 10 will break this algorithm
2083 # because 10 sorts before 9. We also look for just tcl. We have to
2084 # be careful that we don't match stuff like tclX by accident.
2085 # the alternative search directory is involked by --with-tclinclude
2086 #
2087 no_tcl=true
2088 echo $ac_n "checking for Tcl private headers""... $ac_c" 1>&6
2089 # Check whether --with-tclinclude or --without-tclinclude was given.
2090 if test "${with_tclinclude+set}" = set; then
2091 withval="$with_tclinclude"
2092 with_tclinclude=${withval}
2093 fi
2094
2095 if eval "test \"`echo '$''{'ac_cv_c_tclh'+set}'`\" = set"; then
2096 echo $ac_n "(cached) $ac_c" 1>&6
2097 else
2098
2099 # first check to see if --with-tclinclude was specified
2100 if test x"${with_tclinclude}" != x ; then
2101 if test -f ${with_tclinclude}/tclInt.h ; then
2102 ac_cv_c_tclh=`(cd ${with_tclinclude}; pwd)`
2103 else
2104 { echo "configure: error: ${with_tclinclude} directory doesn't contain private headers" 1>&2; exit 1; }
2105 fi
2106 fi
2107 # next check in private source directory
2108 #
2109 # since ls returns lowest version numbers first, reverse its output
2110 if test x"${ac_cv_c_tclh}" = x ; then
2111 for i in \
2112 ${srcdir}/../tcl \
2113 `ls -dr ${srcdir}/../tcl[0-9]* 2>/dev/null` \
2114 ${srcdir}/../../tcl \
2115 `ls -dr ${srcdir}/../../tcl[0-9]* 2>/dev/null` \
2116 ${srcdir}/../../../tcl \
2117 `ls -dr ${srcdir}/../../../tcl[0-9]* 2>/dev/null ` ; do
2118 if test -f $i/tclInt.h ; then
2119 ac_cv_c_tclh=`(cd $i; pwd)`
2120 break
2121 fi
2122 # Tcl 7.5 and greater puts headers in subdirectory.
2123 if test -f $i/generic/tclInt.h ; then
2124 ac_cv_c_tclh=`(cd $i; pwd)`/generic
2125 fi
2126 done
2127 fi
2128 # finally check in a few common install locations
2129 #
2130 # since ls returns lowest version numbers first, reverse its output
2131 if test x"${ac_cv_c_tclh}" = x ; then
2132 for i in \
2133 `ls -dr /usr/local/src/tcl[0-9]* 2>/dev/null` \
2134 `ls -dr /usr/local/lib/tcl[0-9]* 2>/dev/null` \
2135 /usr/local/src/tcl \
2136 /usr/local/lib/tcl \
2137 ${prefix}/include ; do
2138 if test -f $i/tclInt.h ; then
2139 ac_cv_c_tclh=`(cd $i; pwd)`
2140 break
2141 fi
2142 done
2143 fi
2144 # see if one is installed
2145 if test x"${ac_cv_c_tclh}" = x ; then
2146 ac_safe=`echo "tclInt.h" | tr './\055' '___'`
2147 echo $ac_n "checking for tclInt.h""... $ac_c" 1>&6
2148 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2149 echo $ac_n "(cached) $ac_c" 1>&6
2150 else
2151 cat > conftest.$ac_ext <<EOF
2152 #line 2153 "configure"
2153 #include "confdefs.h"
2154 #include <tclInt.h>
2155 EOF
2156 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2157 { (eval echo configure:2158: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2158 ac_err=`grep -v '^ *+' conftest.out`
2159 if test -z "$ac_err"; then
2160 rm -rf conftest*
2161 eval "ac_cv_header_$ac_safe=yes"
2162 else
2163 echo "$ac_err" >&5
2164 rm -rf conftest*
2165 eval "ac_cv_header_$ac_safe=no"
2166 fi
2167 rm -f conftest*
2168 fi
2169 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2170 echo "$ac_t""yes" 1>&6
2171 ac_cv_c_tclh=installed
2172 else
2173 echo "$ac_t""no" 1>&6
2174 ac_cv_c_tclh=""
2175 fi
2176
2177 fi
2178
2179 fi
2180
2181 if test x"${ac_cv_c_tclh}" = x ; then
2182 TCLHDIR="# no Tcl private headers found"
2183 { echo "configure: error: Can't find Tcl private headers" 1>&2; exit 1; }
2184 fi
2185 if test x"${ac_cv_c_tclh}" != x ; then
2186 no_tcl=""
2187 if test x"${ac_cv_c_tkh}" = x"installed" ; then
2188 echo "$ac_t""is installed" 1>&6
2189 TCLHDIR=""
2190 else
2191 echo "$ac_t""found in ${ac_cv_c_tclh}" 1>&6
2192 # this hack is cause the TCLHDIR won't print if there is a "-I" in it.
2193 TCLHDIR="-I${ac_cv_c_tclh}"
2194 fi
2195 fi
2196
2197 echo $ac_n "checking Tcl version""... $ac_c" 1>&6
2198 rm -rf tclmajor tclminor
2199 orig_includes="$CPPFLAGS"
2200
2201 if test x"${TCLHDIR}" != x ; then
2202 CPPFLAGS="$CPPFLAGS $TCLHDIR"
2203 fi
2204
2205 if test "$cross_compiling" = yes; then
2206 { echo "configure: error: can't be cross compiled" 1>&2; exit 1; }
2207
2208 else
2209 cat > conftest.$ac_ext <<EOF
2210 #line 2211 "configure"
2211 #include "confdefs.h"
2212
2213 #include <stdio.h>
2214 #include "tcl.h"
2215 main() {
2216 FILE *maj = fopen("tclmajor","w");
2217 FILE *min = fopen("tclminor","w");
2218 fprintf(maj,"%d",TCL_MAJOR_VERSION);
2219 fprintf(min,"%d",TCL_MINOR_VERSION);
2220 fclose(maj);
2221 fclose(min);
2222 return 0;
2223 }
2224 EOF
2225 { (eval echo configure:2226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
2226 if test -s conftest && (./conftest; exit) 2>/dev/null; then
2227 tclmajor=`cat tclmajor`
2228 tclminor=`cat tclminor`
2229 tclversion=$tclmajor.$tclminor
2230 echo "$ac_t""$tclversion" 1>&6
2231 rm -f tclmajor tclminor
2232
2233 else
2234 echo "$ac_t""can't happen" 1>&6
2235
2236 fi
2237 fi
2238 rm -fr conftest*
2239 CPPFLAGS="${orig_includes}"
2240
2241
2242
2243
2244
2245 #
2246 # Ok, lets find the tcl library
2247 # First, look for one uninstalled.
2248 # the alternative search directory is invoked by --with-tcllib
2249 #
2250
2251 if test $tclmajor -ge 7 -a $tclminor -ge 4 ; then
2252 installedtcllibroot=tcl$tclversion
2253 else
2254 installedtcllibroot=tcl
2255 fi
2256
2257 if test x"${no_tcl}" = x ; then
2258 # we reset no_tcl incase something fails here
2259 no_tcl=true
2260 # Check whether --with-tcllib or --without-tcllib was given.
2261 if test "${with_tcllib+set}" = set; then
2262 withval="$with_tcllib"
2263 with_tcllib=${withval}
2264 fi
2265
2266 echo $ac_n "checking for Tcl library""... $ac_c" 1>&6
2267 if eval "test \"`echo '$''{'ac_cv_c_tcllib'+set}'`\" = set"; then
2268 echo $ac_n "(cached) $ac_c" 1>&6
2269 else
2270
2271 # First check to see if --with-tcllib was specified.
2272 # This requires checking for both the installed and uninstalled name-styles
2273 # since we have no idea if it's installed or not.
2274 if test x"${with_tcllib}" != x ; then
2275 if test -f "${with_tcllib}/lib$installedtcllibroot.so" ; then
2276 ac_cv_c_tcllib=`(cd ${with_tcllib}; pwd)`/lib$installedtcllibroot.so
2277 elif test -f "${with_tcllib}/libtcl.so" ; then
2278 ac_cv_c_tcllib=`(cd ${with_tcllib}; pwd)`/libtcl.so
2279 # then look for a freshly built statically linked library
2280 # if Makefile exists we assume its configured and libtcl will be built first.
2281 elif test -f "${with_tcllib}/lib$installedtcllibroot.a" ; then
2282 ac_cv_c_tcllib=`(cd ${with_tcllib}; pwd)`/lib$installedtcllibroot.a
2283 elif test -f "${with_tcllib}/libtcl.a" ; then
2284 ac_cv_c_tcllib=`(cd ${with_tcllib}; pwd)`/libtcl.a
2285 else
2286 { echo "configure: error: ${with_tcllib} directory doesn't contain libraries" 1>&2; exit 1; }
2287 fi
2288 fi
2289 # then check for a private Tcl library
2290 # Since these are uninstalled, use the simple lib name root.
2291 if test x"${ac_cv_c_tcllib}" = x ; then
2292 for i in \
2293 ../tcl \
2294 `ls -dr ../tcl[0-9]* 2>/dev/null` \
2295 ../../tcl \
2296 `ls -dr ../../tcl[0-9]* 2>/dev/null` \
2297 ../../../tcl \
2298 `ls -dr ../../../tcl[0-9]* 2>/dev/null` ; do
2299 # Tcl 7.5 and greater puts library in subdir. Look there first.
2300 if test -f "$i/unix/libtcl.so" ; then
2301 ac_cv_c_tcllib=`(cd $i; pwd)`/unix/libtcl.so
2302 break
2303 elif test -f "$i/unix/libtcl.a" -o -f "$i/unix/Makefile"; then
2304 ac_cv_c_tcllib=`(cd $i; pwd)`/unix/libtcl.a
2305 break
2306 # look for a freshly built dynamically linked library
2307 elif test -f "$i/libtcl.so" ; then
2308 ac_cv_c_tcllib=`(cd $i; pwd)`/libtcl.so
2309 break
2310
2311 # then look for a freshly built statically linked library
2312 # if Makefile exists we assume its configured and libtcl will be
2313 # built first.
2314 elif test -f "$i/libtcl.a" -o -f "$i/Makefile" ; then
2315 ac_cv_c_tcllib=`(cd $i; pwd)`/libtcl.a
2316 break
2317 fi
2318 done
2319 fi
2320 # check in a few common install locations
2321 if test x"${ac_cv_c_tcllib}" = x ; then
2322 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
2323 # first look for a freshly built dynamically linked library
2324 if test -f "$i/lib$installedtcllibroot.so" ; then
2325 ac_cv_c_tcllib=`(cd $i; pwd)`/lib$installedtcllibroot.so
2326 break
2327 # then look for a freshly built statically linked library
2328 # if Makefile exists we assume its configured and libtcl will be built first.
2329 elif test -f "$i/lib$installedtcllibroot.a" -o -f "$i/Makefile" ; then
2330 ac_cv_c_tcllib=`(cd $i; pwd)`/lib$installedtcllibroot.a
2331 break
2332 fi
2333 done
2334 fi
2335 # check in a few other private locations
2336 if test x"${ac_cv_c_tcllib}" = x ; then
2337 for i in \
2338 ${srcdir}/../tcl \
2339 `ls -dr ${srcdir}/../tcl[0-9]* 2>/dev/null` ; do
2340 # Tcl 7.5 and greater puts library in subdir. Look there first.
2341 if test -f "$i/unix/libtcl.so" ; then
2342 ac_cv_c_tcllib=`(cd $i; pwd)`/unix/libtcl.so
2343 break
2344 elif test -f "$i/unix/libtcl.a" -o -f "$i/unix/Makefile"; then
2345 ac_cv_c_tcllib=`(cd $i; pwd)`/unix/libtcl.a
2346 break
2347 # look for a freshly built dynamically linked library
2348 elif test -f "$i/libtcl.so" ; then
2349 ac_cv_c_tcllib=`(cd $i; pwd)`/libtcl.so
2350 break
2351
2352 # then look for a freshly built statically linked library
2353 # if Makefile exists we assume its configured and libtcl will be
2354 # built first.
2355 elif test -f "$i/libtcl.a" -o -f "$i/Makefile" ; then
2356 ac_cv_c_tcllib=`(cd $i; pwd)`/libtcl.a
2357 break
2358 fi
2359 done
2360 fi
2361
2362 # see if one is conveniently installed with the compiler
2363 if test x"${ac_cv_c_tcllib}" = x ; then
2364 orig_libs="$LIBS"
2365 LIBS="$LIBS -l$installedtcllibroot -lm"
2366 if test "$cross_compiling" = yes; then
2367 ac_cv_c_tclib="-l$installedtcllibroot"
2368 else
2369 cat > conftest.$ac_ext <<EOF
2370 #line 2371 "configure"
2371 #include "confdefs.h"
2372
2373 Tcl_AppInit()
2374 { exit(0); }
2375 EOF
2376 { (eval echo configure:2377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
2377 if test -s conftest && (./conftest; exit) 2>/dev/null; then
2378 ac_cv_c_tcllib="-l$installedtcllibroot"
2379 else
2380 ac_cv_c_tcllib=""
2381
2382 fi
2383 fi
2384 rm -fr conftest*
2385 LIBS="${orig_libs}"
2386 fi
2387
2388 fi
2389
2390 if test x"${ac_cv_c_tcllib}" = x ; then
2391 TCLLIB="# no Tcl library found"
2392 echo "configure: warning: Can't find Tcl library" 1>&2
2393 else
2394 TCLLIB=${ac_cv_c_tcllib}
2395 echo "$ac_t""found $TCLLIB" 1>&6
2396 no_tcl=
2397 fi
2398 fi
2399
2400
2401
2402
2403
2404
2405
2406 #
2407 # Ok, lets find the tk source trees so we can use the headers
2408 # If the directory (presumably symlink) named "tk" exists, use that one
2409 # in preference to any others. Same logic is used when choosing library
2410 # and again with Tcl. The search order is the best place to look first, then in
2411 # decreasing significance. The loop breaks if the trigger file is found.
2412 # Note the gross little conversion here of srcdir by cd'ing to the found
2413 # directory. This converts the path from a relative to an absolute, so
2414 # recursive cache variables for the path will work right. We check all
2415 # the possible paths in one loop rather than many seperate loops to speed
2416 # things up.
2417 # the alternative search directory is invoked by --with-tkinclude
2418 #
2419 echo $ac_n "checking for Tk private headers""... $ac_c" 1>&6
2420 # Check whether --with-tkinclude or --without-tkinclude was given.
2421 if test "${with_tkinclude+set}" = set; then
2422 withval="$with_tkinclude"
2423 with_tkinclude=${withval}
2424 fi
2425
2426 no_tk=true
2427 if eval "test \"`echo '$''{'ac_cv_c_tkh'+set}'`\" = set"; then
2428 echo $ac_n "(cached) $ac_c" 1>&6
2429 else
2430
2431 # first check to see if --with-tkinclude was specified
2432 if test x"${with_tkinclude}" != x ; then
2433 if test -f ${with_tkinclude}/tk.h ; then
2434 ac_cv_c_tkh=`(cd ${with_tkinclude}; pwd)`
2435 else
2436 { echo "configure: error: ${with_tkinclude} directory doesn't contain private headers" 1>&2; exit 1; }
2437 fi
2438 fi
2439 # next check in private source directory
2440 #
2441 # since ls returns lowest version numbers first, reverse the entire list
2442 # and search for the worst fit, overwriting it with better fits as we find them
2443 if test x"${ac_cv_c_tkh}" = x ; then
2444 for i in \
2445 ${srcdir}/../tk \
2446 `ls -dr ${srcdir}/../tk[0-9]* 2>/dev/null` \
2447 ${srcdir}/../../tk \
2448 `ls -dr ${srcdir}/../../tk[0-9]* 2>/dev/null` \
2449 ${srcdir}/../../../tk \
2450 `ls -dr ${srcdir}/../../../tk[0-9]* 2>/dev/null ` ; do
2451 if test -f $i/tk.h ; then
2452 ac_cv_c_tkh=`(cd $i; pwd)`
2453 break
2454 fi
2455 # Tk 4.1 and greater puts this in a subdir.
2456 if test -f $i/generic/tk.h; then
2457 ac_cv_c_tkh=`(cd $i; pwd)`/generic
2458 fi
2459 done
2460 fi
2461 # finally check in a few common install locations
2462 #
2463 # since ls returns lowest version numbers first, reverse the entire list
2464 # and search for the worst fit, overwriting it with better fits as we find them
2465 if test x"${ac_cv_c_tkh}" = x ; then
2466 for i in \
2467 `ls -dr /usr/local/src/tk[0-9]* 2>/dev/null` \
2468 `ls -dr /usr/local/lib/tk[0-9]* 2>/dev/null` \
2469 /usr/local/src/tk \
2470 /usr/local/lib/tk \
2471 ${prefix}/include ; do
2472 if test -f $i/tk.h ; then
2473 ac_cv_c_tkh=`(cd $i; pwd)`
2474 break
2475 fi
2476 done
2477 fi
2478 # see if one is installed
2479 if test x"${ac_cv_c_tkh}" = x ; then
2480 ac_safe=`echo "tk.h" | tr './\055' '___'`
2481 echo $ac_n "checking for tk.h""... $ac_c" 1>&6
2482 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2483 echo $ac_n "(cached) $ac_c" 1>&6
2484 else
2485 cat > conftest.$ac_ext <<EOF
2486 #line 2487 "configure"
2487 #include "confdefs.h"
2488 #include <tk.h>
2489 EOF
2490 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2491 { (eval echo configure:2492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2492 ac_err=`grep -v '^ *+' conftest.out`
2493 if test -z "$ac_err"; then
2494 rm -rf conftest*
2495 eval "ac_cv_header_$ac_safe=yes"
2496 else
2497 echo "$ac_err" >&5
2498 rm -rf conftest*
2499 eval "ac_cv_header_$ac_safe=no"
2500 fi
2501 rm -f conftest*
2502 fi
2503 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2504 echo "$ac_t""yes" 1>&6
2505 ac_cv_c_tkh=installed
2506 else
2507 echo "$ac_t""no" 1>&6
2508 fi
2509
2510 fi
2511
2512 fi
2513
2514 if test x"${ac_cv_c_tkh}" != x ; then
2515 no_tk=""
2516 if test x"${ac_cv_c_tkh}" = x"installed" ; then
2517 echo "$ac_t""is installed" 1>&6
2518 TKHDIR=""
2519 else
2520 echo "$ac_t""found in $ac_cv_c_tkh" 1>&6
2521 # this hack is cause the TKHDIR won't print if there is a "-I" in it.
2522 TKHDIR="-I${ac_cv_c_tkh}"
2523 fi
2524 else
2525 TKHDIR="# no Tk directory found"
2526 echo "configure: warning: Can't find Tk private headers" 1>&2
2527 no_tk=true
2528 fi
2529
2530 # if Tk is installed, extract the major/minor version
2531 if test x"${no_tk}" = x ; then
2532 echo $ac_n "checking Tk version""... $ac_c" 1>&6
2533 rm -rf tkmajor tkminor
2534 orig_includes="$CPPFLAGS"
2535
2536 if test x"${TCLHDIR}" != x ; then
2537 CPPFLAGS="$CPPFLAGS $TCLHDIR"
2538 fi
2539 if test x"${TKHDIR}" != x ; then
2540 CPPFLAGS="$CPPFLAGS $TKHDIR"
2541 fi
2542 if test x"${x_includes}" != x -a x"${x_includes}" != xNONE ; then
2543 CPPFLAGS="$CPPFLAGS -I$x_includes"
2544 fi
2545
2546 if test "$cross_compiling" = yes; then
2547 { echo "configure: error: can't be cross compiled" 1>&2; exit 1; }
2548
2549 else
2550 cat > conftest.$ac_ext <<EOF
2551 #line 2552 "configure"
2552 #include "confdefs.h"
2553
2554 #include <stdio.h>
2555 #include "tk.h"
2556 main() {
2557 FILE *maj = fopen("tkmajor","w");
2558 FILE *min = fopen("tkminor","w");
2559 fprintf(maj,"%d",TK_MAJOR_VERSION);
2560 fprintf(min,"%d",TK_MINOR_VERSION);
2561 fclose(maj);
2562 fclose(min);
2563 return 0;
2564 }
2565 EOF
2566 { (eval echo configure:2567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
2567 if test -s conftest && (./conftest; exit) 2>/dev/null; then
2568 tkmajor=`cat tkmajor`
2569 tkminor=`cat tkminor`
2570 tkversion=$tkmajor.$tkminor
2571 echo "$ac_t""$tkversion" 1>&6
2572 rm -f tkmajor tkminor
2573
2574 else
2575 { echo "configure: error:
2576 cannot compile a simple X program - suspect your xmkmf is
2577 misconfigured and is incorrectly reporting the location of your X
2578 include or libraries - report this to your system admin" 1>&2; exit 1; }
2579 fi
2580 fi
2581 rm -fr conftest*
2582 CPPFLAGS="${orig_includes}"
2583 fi
2584
2585
2586
2587
2588
2589
2590 #
2591 # Ok, lets find the tk library
2592 # First, look for the latest private (uninstalled) copy
2593 # Notice that the destinations in backwards priority since the tests have
2594 # no break.
2595 # Then we look for either .a, .so, or Makefile. A Makefile is acceptable
2596 # is it indicates the target has been configured and will (probably)
2597 # soon be built. This allows an entire tree of Tcl software to be
2598 # configured at once and then built.
2599 # the alternative search directory is invoked by --with-tklib
2600 #
2601
2602 if test x"${no_tk}" = x ; then
2603 # reset no_tk incase something fails here
2604 no_tk="true"
2605
2606 if test $tkmajor -ge 4 ; then
2607 installedtklibroot=tk$tkversion
2608 else
2609 installedtkllibroot=tk
2610 fi
2611
2612 # Check whether --with-tklib or --without-tklib was given.
2613 if test "${with_tklib+set}" = set; then
2614 withval="$with_tklib"
2615 with_tklib=${withval}
2616 fi
2617
2618 echo $ac_n "checking for Tk library""... $ac_c" 1>&6
2619 if eval "test \"`echo '$''{'ac_cv_c_tklib'+set}'`\" = set"; then
2620 echo $ac_n "(cached) $ac_c" 1>&6
2621 else
2622
2623 # first check to see if --with-tklib was specified
2624 # This requires checking for both the installed and uninstalled name-styles
2625 # since we have no idea if it's installed or not.
2626 if test x"${with_tklib}" != x ; then
2627 if test -f "${with_tklib}/lib$installedtklibroot.so" ; then
2628 ac_cv_c_tklib=`(cd ${with_tklib}; pwd)`/lib$installedtklibroot.so
2629 no_tk=""
2630 elif test -f "${with_tklib}/libtk.so" ; then
2631 ac_cv_c_tklib=`(cd ${with_tklib}; pwd)`/libtk.so
2632 no_tk=""
2633 # then look for a freshly built statically linked library
2634 # if Makefile exists we assume its configured and libtk will be built
2635 elif test -f "${with_tklib}/lib$installedtklibroot.a" ; then
2636 ac_cv_c_tklib=`(cd ${with_tklib}; pwd)`/lib$installedtklibroot.a
2637 no_tk=""
2638 elif test -f "${with_tklib}/libtk.a" ; then
2639 ac_cv_c_tklib=`(cd ${with_tklib}; pwd)`/libtk.a
2640 no_tk=""
2641 else
2642 { echo "configure: error: ${with_tklib} directory doesn't contain libraries" 1>&2; exit 1; }
2643 fi
2644 fi
2645 # then check for a private Tk library
2646 # Since these are uninstalled, use the simple lib name root.
2647 if test x"${ac_cv_c_tklib}" = x ; then
2648 for i in \
2649 ../tk \
2650 `ls -dr ../tk[0-9]* 2>/dev/null` \
2651 ../../tk \
2652 `ls -dr ../../tk[0-9]* 2>/dev/null` \
2653 ../../../tk \
2654 `ls -dr ../../../tk[0-9]* 2>/dev/null` ; do
2655 # Tk 4.1 and greater puts things in subdirs. Check these first.
2656 if test -f "$i/unix/libtk.so" ; then
2657 ac_cv_c_tklib=`(cd $i; pwd)`/unix/libtk.so
2658 no_tk=
2659 break
2660 elif test -f "$i/unix/libtk.a" -o -f "$i/unix/Makefile"; then
2661 ac_cv_c_tklib=`(cd $i; pwd)`/unix/libtk.a
2662 no_tk=
2663 break
2664 # look for a freshly built dynamically linked library
2665 elif test -f "$i/libtk.so" ; then
2666 ac_cv_c_tklib=`(cd $i; pwd)`/libtk.so
2667 no_tk=
2668 break
2669 # then look for a freshly built statically linked library
2670 # if Makefile exists we assume its configured and libtk will be built
2671 elif test -f "$i/libtk.a" -o -f "$i/Makefile" ; then
2672 ac_cv_c_tklib=`(cd $i; pwd)`/libtk.a
2673 no_tk=""
2674 break
2675 fi
2676 done
2677 fi
2678 # finally check in a few common install locations
2679 if test x"${ac_cv_c_tklib}" = x ; then
2680 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
2681 # first look for a freshly built dynamically linked library
2682 if test -f "$i/lib$installedtklibroot.so" ; then
2683 ac_cv_c_tklib=`(cd $i; pwd)`/lib$installedtklibroot.so
2684 no_tk=""
2685 break
2686 # then look for a freshly built statically linked library
2687 # if Makefile exists, we assume it's configured and libtcl will be built
2688 elif test -f "$i/lib$installedtklibroot.a" -o -f "$i/Makefile" ; then
2689 ac_cv_c_tklib=`(cd $i; pwd)`/lib$installedtklibroot.a
2690 no_tk=""
2691 break
2692 fi
2693 done
2694 fi
2695 # check in a few other private locations
2696 if test x"${ac_cv_c_tklib}" = x ; then
2697 for i in \
2698 ${srcdir}/../tk \
2699 `ls -dr ${srcdir}/../tk[0-9]* 2>/dev/null` ; do
2700 # Tk 4.1 and greater puts things in subdirs. Check these first.
2701 if test -f "$i/unix/libtk.so" ; then
2702 ac_cv_c_tklib=`(cd $i; pwd)`/unix/libtk.so
2703 no_tk=
2704 break
2705 elif test -f "$i/unix/libtk.a" -o -f "$i/unix/Makefile"; then
2706 ac_cv_c_tcllib=`(cd $i; pwd)`/unix/libtk.a
2707 no_tk=
2708 break
2709 # look for a freshly built dynamically linked library
2710 elif test -f "$i/libtk.so" ; then
2711 ac_cv_c_tklib=`(cd $i; pwd)`/libtk.so
2712 no_tk=""
2713 break
2714 # then look for a freshly built statically linked library
2715 # if Makefile exists, we assume it's configured and libtcl will be built
2716 elif test -f "$i/libtk.a" -o -f "$i/Makefile" ; then
2717 ac_cv_c_tklib=`(cd $i; pwd)`/libtk.a
2718 no_tk=""
2719 break
2720 fi
2721 done
2722 fi
2723 # see if one is conveniently installed with the compiler
2724 if test x"${ac_cv_c_tklib}" = x ; then
2725
2726 orig_libs="$LIBS"
2727 LIBS="$LIBS -l$installedtklibroot $x_libraries $ac_cv_c_tcllib -lm"
2728 if test "$cross_compiling" = yes; then
2729 ac_cv_c_tklib="-l$installedtklibroot"
2730 else
2731 cat > conftest.$ac_ext <<EOF
2732 #line 2733 "configure"
2733 #include "confdefs.h"
2734
2735 Tcl_AppInit()
2736 { exit(0); }
2737 EOF
2738 { (eval echo configure:2739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
2739 if test -s conftest && (./conftest; exit) 2>/dev/null; then
2740 ac_cv_c_tklib="-l$installedtklibroot"
2741 else
2742 ac_cv_c_tklib=""
2743
2744 fi
2745 fi
2746 rm -fr conftest*
2747 LIBS="${orig_libs}"
2748 fi
2749
2750 fi
2751
2752 if test x"${ac_cv_c_tklib}" = x ; then
2753 TKLIB="# no Tk library found"
2754 echo "configure: warning: Can't find Tk library" 1>&2
2755 else
2756 TKLIB=$ac_cv_c_tklib
2757 echo "$ac_t""found $TKLIB" 1>&6
2758 no_tk=
2759 fi
2760 fi
2761
2762
2763
2764
2765
2766 # Look for dynamic linking libraries that Tcl might need. This is
2767 # only done for Tcl 7.5 and greater. It would be good to look for and
2768 # use the "configInfo" file that Tcl generates, but for now that is
2769 # beyond us.
2770 if test $tclmajor -ge 7 -a $tclminor -ge 5 ; then
2771 echo $ac_n "checking for -ldl""... $ac_c" 1>&6
2772 ac_lib_var=`echo dl_main | tr '.-/+' '___p'`
2773 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2774 echo $ac_n "(cached) $ac_c" 1>&6
2775 else
2776 ac_save_LIBS="$LIBS"
2777 LIBS="-ldl $LIBS"
2778 cat > conftest.$ac_ext <<EOF
2779 #line 2780 "configure"
2780 #include "confdefs.h"
2781 /* Override any gcc2 internal prototype to avoid an error. */
2782 char main();
2783
2784 int main() { return 0; }
2785 int t() {
2786 main()
2787 ; return 0; }
2788 EOF
2789 if { (eval echo configure:2790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2790 rm -rf conftest*
2791 eval "ac_cv_lib_$ac_lib_var=yes"
2792 else
2793 rm -rf conftest*
2794 eval "ac_cv_lib_$ac_lib_var=no"
2795 fi
2796 rm -f conftest*
2797 LIBS="$ac_save_LIBS"
2798
2799 fi
2800 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2801 echo "$ac_t""yes" 1>&6
2802 ac_tr_lib=HAVE_LIB`echo dl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2803 cat >> confdefs.h <<EOF
2804 #define $ac_tr_lib 1
2805 EOF
2806
2807 LIBS="-ldl $LIBS"
2808
2809 else
2810 echo "$ac_t""no" 1>&6
2811 echo $ac_n "checking for -ldld""... $ac_c" 1>&6
2812 ac_lib_var=`echo dld_main | tr '.-/+' '___p'`
2813 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2814 echo $ac_n "(cached) $ac_c" 1>&6
2815 else
2816 ac_save_LIBS="$LIBS"
2817 LIBS="-ldld $LIBS"
2818 cat > conftest.$ac_ext <<EOF
2819 #line 2820 "configure"
2820 #include "confdefs.h"
2821 /* Override any gcc2 internal prototype to avoid an error. */
2822 char main();
2823
2824 int main() { return 0; }
2825 int t() {
2826 main()
2827 ; return 0; }
2828 EOF
2829 if { (eval echo configure:2830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2830 rm -rf conftest*
2831 eval "ac_cv_lib_$ac_lib_var=yes"
2832 else
2833 rm -rf conftest*
2834 eval "ac_cv_lib_$ac_lib_var=no"
2835 fi
2836 rm -f conftest*
2837 LIBS="$ac_save_LIBS"
2838
2839 fi
2840 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2841 echo "$ac_t""yes" 1>&6
2842 ac_tr_lib=HAVE_LIB`echo dld | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2843 cat >> confdefs.h <<EOF
2844 #define $ac_tr_lib 1
2845 EOF
2846
2847 LIBS="-ldld $LIBS"
2848
2849 else
2850 echo "$ac_t""no" 1>&6
2851 fi
2852
2853 fi
2854
2855 fi
2856
2857 ENABLE_GDBTK=1
2858
2859 if test "x$no_x" != "xyes"; then
2860 if test "x$x_includes" != "x" ;
2861 then
2862 X_CFLAGS="-I$x_includes"
2863 else
2864 X_CFLAGS=""
2865 fi
2866
2867 if test "x$x_libraries" != "x" ;
2868 then
2869 X_LDFLAGS="-L$x_libraries"
2870 else
2871 X_LDFLAGS=""
2872 fi
2873
2874 case "$host" in
2875 #
2876 # gdb linked statically w/ Solaris iff GCC is used, otherwise dynamic
2877 #
2878 sparc*-sun-solaris2*)
2879 if test "x$GCC" = "xyes";
2880 then
2881 X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
2882 else
2883 if test "x$x_libraries" != "x" ;
2884 then
2885 X_LDFLAGS="$X_LDFLAGS -R$x_libraries"
2886 fi
2887 X_LIBS="-lX11 -lXext -lX11"
2888 fi ;;
2889 #
2890 # gdb linked statically w/ SunOS or HPUX
2891 #
2892 m68k-hp-hpux*|hppa*-hp-hpux*|sparc-sun-sunos*)
2893 if test "x$x_libraries" != "x" ;
2894 then
2895 X_LIBS="$x_libraries/libX11.a"
2896 else
2897 X_LIBS="/usr/lib/libX11.a"
2898 fi ;;
2899 #
2900 # default is to link dynamically
2901 #
2902 *)
2903 X_LIBS="-lX11" ;;
2904 esac
2905 else
2906 X_LDLAGS=""
2907 X_CFLAGS=""
2908 X_LIBS=""
2909 echo "configure: warning: No X based programs will be built" 1>&2
2910 fi
2911
2912 TCL_LIBS='$(TCL) $(TK) $(X11_LDFLAGS) $(X11_LIBS)'
2913 ENABLE_CLIBS="${ENABLE_CLIBS} ${TCL_LIBS} -lm"
2914 ENABLE_OBS="${ENABLE_OBS} gdbtk.o"
2915 fi
2916
2917
2918
2919
2920
2921 # end-sanitize-gdbtk
2922
2923
2924
2925
2926
2927 # target_subdir is used by the testsuite to find the target libraries.
2928 target_subdir=
2929 if test "${host}" != "${target}"; then
2930 target_subdir="${target_alias}/"
2931 fi
2932
2933
2934 configdirs="doc testsuite"
2935
2936
2937 # Map host cpu into the config cpu subdirectory name.
2938 # The default is $host_cpu.
2939
2940 case "${host_cpu}" in
2941
2942 c[12]) gdb_host_cpu=convex ;;
2943 hppa*) gdb_host_cpu=pa ;;
2944 i[3456]86) gdb_host_cpu=i386 ;;
2945 m68*) gdb_host_cpu=m68k ;;
2946 m88*) gdb_host_cpu=m88k ;;
2947 np1) gdb_host_cpu=gould ;;
2948 pyramid) gdb_host_cpu=pyr ;;
2949 powerpc*) gdb_host_cpu=powerpc ;;
2950 sparc64) gdb_host_cpu=sparc ;;
2951 *) gdb_host_cpu=$host_cpu ;;
2952
2953 esac
2954
2955 # map host info into gdb names.
2956
2957 case "${host}" in
2958
2959 a29k-*-*) gdb_host=ultra3 ;;
2960
2961 alpha-*-osf1*) gdb_host=alpha-osf1 ;;
2962 alpha-*-osf2*) gdb_host=alpha-osf2 ;;
2963 alpha-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
2964
2965 arm-*-*) gdb_host=arm ;;
2966
2967 c[12]-*-*) gdb_host=convex ;;
2968
2969 hppa*-*-bsd*) gdb_host=hppabsd ;;
2970 hppa*-*-hiux*) gdb_host=hppahpux ;;
2971 hppa*-*-hpux*) gdb_host=hppahpux ;;
2972 hppa*-*-osf*) gdb_host=hppaosf ;;
2973
2974 i[3456]86-ncr-*) gdb_host=ncr3000 ;;
2975 i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix
2976 i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;;
2977 i[3456]86-sequent-sysv*) gdb_host=ptx ;;
2978 i[3456]86-*-aix*) gdb_host=i386aix ;;
2979 i[3456]86-*-bsd*) gdb_host=i386bsd ;;
2980 i[3456]86-*-dgux*) gdb_host=i386dgux ;;
2981 i[3456]86-*-freebsd*) gdb_host=fbsd ;;
2982 i[3456]86-*-netbsd*) gdb_host=nbsd ;;
2983 i[3456]86-*-go32*) gdb_host=go32 ;;
2984 i[3456]86-*-linux*) gdb_host=linux ;;
2985 i[3456]86-*-lynxos*) gdb_host=i386lynx ;;
2986 i[3456]86-*-mach3*) gdb_host=i386m3 ;;
2987 i[3456]86-*-mach*) gdb_host=i386mach ;;
2988 i[3456]86-*-osf1mk*) gdb_host=osf1mk ;;
2989 i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
2990 i[3456]86-*-sco*) gdb_host=i386sco ;;
2991 i[3456]86-*-solaris*) gdb_host=i386sol2 ;;
2992 i[3456]86-*-sunos*) gdb_host=sun386 ;;
2993 i[3456]86-*-sysv3.2*) gdb_host=i386v32 ;;
2994 i[3456]86-*-sysv32*) gdb_host=i386v32 ;;
2995 i[3456]86-*-sysv4*) gdb_host=i386v4 ;;
2996 i[3456]86-*-unixware) gdb_host=i386v4 ;;
2997 i[3456]86-*-sysv*) gdb_host=i386v ;;
2998 i[3456]86-*-isc*) gdb_host=i386v32 ;;
2999 i[3456]86-*-os9k) gdb_host=i386os9k ;;
3000 i[3456]86-*-cygwin32) gdb_host=cygwin32 ;;
3001 m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
3002 m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
3003 m68030-sony-*) gdb_host=news1000 ;;
3004
3005 m68*-altos-*) gdb_host=altos ;;
3006 m68*-apollo*-sysv*) gdb_host=apollo68v ;;
3007 m68*-apollo*-bsd*) gdb_host=apollo68b ;;
3008 m68*-att-*) gdb_host=3b1 ;;
3009 m68*-bull*-sysv*) gdb_host=dpx2 ;;
3010 m68*-hp-bsd*) gdb_host=hp300bsd ;;
3011 m68*-hp-hpux*) gdb_host=hp300hpux ;;
3012 m68*-isi-*) gdb_host=isi ;;
3013 m68*-*-lynxos*) gdb_host=m68klynx ;;
3014 m68*-*-netbsd*) gdb_host=nbsd ;;
3015 m68*-*-sysv4*) gdb_host=m68kv4 ;;
3016 m68*-motorola-*) gdb_host=delta68 ;;
3017 m68*-sony-*) gdb_host=news ;;
3018 m68*-sun-sunos3*) gdb_host=sun3os3 ;;
3019 m68*-sun-sunos4*) gdb_host=sun3os4 ;;
3020 m68*-sun-*) gdb_host=sun3os4 ;;
3021
3022 m88*-harris-cxux*) gdb_host=cxux ;;
3023 m88*-motorola-sysv4*) gdb_host=delta88v4 ;;
3024 m88*-motorola-sysv*) gdb_host=delta88 ;;
3025 m88*-*-mach3*) gdb_host=mach3 ;;
3026 m88*-*-*) gdb_host=m88k ;;
3027
3028 mips-dec-mach3*) gdb_host=mach3 ;;
3029 mips-dec-*) gdb_host=decstation ;;
3030 mips-little-*) gdb_host=littlemips ;;
3031 mips-sgi-irix3*) gdb_host=irix3 ;;
3032 mips-sgi-irix4*) gdb_host=irix4 ;;
3033 mips-sgi-irix5*) gdb_host=irix5 ;;
3034 mips-sony-*) gdb_host=news-mips ;;
3035 mips-*-mach3*) gdb_host=mach3 ;;
3036 mips-*-sysv4*) gdb_host=mipsv4 ;;
3037 mips-*-sysv*) gdb_host=riscos ;;
3038 mips-*-riscos*) gdb_host=riscos ;;
3039
3040 none-*-*) gdb_host=none ;;
3041
3042 np1-*-*) gdb_host=np1 ;;
3043
3044 ns32k-*-mach3*) gdb_host=mach3 ;;
3045 ns32k-*-netbsd*) gdb_host=nbsd ;;
3046 ns32k-umax-*) gdb_host=umax ;;
3047 ns32k-utek-sysv*) gdb_host=merlin ;;
3048
3049 powerpc-*-aix*) gdb_host=aix ;;
3050 powerpcle-*-cygwin32) gdb_host=cygwin32 ;;
3051 pn-*-*) gdb_host=pn ;;
3052
3053 pyramid-*-*) gdb_host=pyramid ;;
3054
3055 romp-*-*) gdb_host=rtbsd ;;
3056
3057 rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
3058 rs6000-*-aix4*) gdb_host=aix4 ;;
3059 rs6000-*-*) gdb_host=rs6000 ;;
3060
3061 sparc-*-lynxos*) gdb_host=sparclynx ;;
3062 sparc-*-netbsd*) gdb_host=nbsd ;;
3063 sparc-*-solaris2*) gdb_host=sun4sol2 ;;
3064 sparc-*-sunos4*) gdb_host=sun4os4 ;;
3065 sparc-*-sunos5*) gdb_host=sun4sol2 ;;
3066 sparc-*-*) gdb_host=sun4os4 ;;
3067 sparc64-*-*) gdb_host=sun4sol2 ;;
3068
3069 tahoe-*-*) gdb_host=tahoe ;;
3070
3071 vax-*-bsd*) gdb_host=vaxbsd ;;
3072 vax-*-ultrix2*) gdb_host=vaxult2 ;;
3073 vax-*-ultrix*) gdb_host=vaxult ;;
3074
3075 w65-*-*) gdb_host=w65 ;;
3076
3077 esac
3078
3079
3080 # Map target cpu into the config cpu subdirectory name.
3081 # The default is $target_cpu.
3082
3083 case "${target_cpu}" in
3084
3085 alpha) gdb_target_cpu=alpha ;;
3086 c[12]) gdb_target_cpu=convex ;;
3087 hppa*) gdb_target_cpu=pa ;;
3088 i[3456]86) gdb_target_cpu=i386 ;;
3089 m68*) gdb_target_cpu=m68k ;;
3090 m88*) gdb_target_cpu=m88k ;;
3091 mips*) gdb_target_cpu=mips ;;
3092 np1) gdb_target_cpu=gould ;;
3093 powerpc*) gdb_target_cpu=powerpc ;;
3094 pn) gdb_target_cpu=gould ;;
3095 pyramid) gdb_target_cpu=pyr ;;
3096 sparc*) gdb_target_cpu=sparc ;;
3097 *) gdb_target_cpu=$target_cpu ;;
3098
3099 esac
3100
3101 # map target info into gdb names.
3102
3103 case "${target}" in
3104
3105 a29k-*-aout*) gdb_target=a29k ;;
3106 a29k-*-coff*) gdb_target=a29k ;;
3107 a29k-*-elf*) gdb_target=a29k ;;
3108 a29k-*-ebmon*) gdb_target=a29k ;;
3109 a29k-*-kern*) gdb_target=a29k-kern ;;
3110 a29k-*-none*) gdb_target=a29k ;;
3111 a29k-*-sym1*) gdb_target=ultra3 ;;
3112 a29k-*-udi*) gdb_target=a29k-udi ;;
3113 a29k-*-vxworks*) gdb_target=vx29k ;;
3114
3115 alpha-*-osf*) gdb_target=alpha-osf1 ;;
3116
3117 # start-sanitize-arc
3118 arc-*-*) gdb_target=arc ;;
3119 # end-sanitize-arc
3120
3121 arm-*-*) gdb_target=arm ;;
3122
3123 c1-*-*) gdb_target=convex ;;
3124 c2-*-*) gdb_target=convex ;;
3125
3126 h8300-*-*) gdb_target=h8300 ;;
3127 h8500-*-*) gdb_target=h8500 ;;
3128
3129 sh-*-*) gdb_target=sh ;;
3130
3131 # start-sanitize-r16
3132 r16-*-*) gdb_target=r16 ;;
3133 # end-sanitize-r16
3134
3135 hppa*-*-bsd*) gdb_target=hppabsd ;;
3136 hppa*-*-pro*) gdb_target=hppapro ;;
3137 hppa*-*-hpux*) gdb_target=hppahpux ;;
3138 hppa*-*-hiux*) gdb_target=hppahpux ;;
3139 hppa*-*-osf*) gdb_target=hppaosf ;;
3140
3141 i[3456]86-sequent-bsd*) gdb_target=symmetry ;;
3142 i[3456]86-sequent-sysv4*) gdb_target=ptx4 ;;
3143 i[3456]86-sequent-sysv*) gdb_target=ptx ;;
3144 i[3456]86-ncr-*) gdb_target=ncr3000 ;;
3145 i[3456]86-*-aout*) gdb_target=i386aout ;;
3146 i[3456]86-*-coff*) gdb_target=i386v ;;
3147 i[3456]86-*-elf*) gdb_target=i386v ;;
3148 i[3456]86-*-aix*) gdb_target=i386aix ;;
3149 i[3456]86-*-bsd*) gdb_target=i386bsd ;;
3150 i[3456]86-*-freebsd*) gdb_target=fbsd ;;
3151 i[3456]86-*-netbsd*) gdb_target=nbsd ;;
3152 i[3456]86-*-os9k) gdb_target=i386os9k ;;
3153 i[3456]86-*-go32*) gdb_target=i386aout ;;
3154 i[3456]86-*-lynxos*) gdb_target=i386lynx
3155 configdirs="${configdirs} gdbserver" ;;
3156 i[3456]86-*-solaris*) gdb_target=i386sol2 ;;
3157 i[3456]86-*-sunos*) gdb_target=sun386 ;;
3158 i[3456]86-*-sysv4*) gdb_target=i386v4 ;;
3159 i[3456]86-*-sco*) gdb_target=i386v ;;
3160 i[3456]86-*-sysv*) gdb_target=i386v ;;
3161 i[3456]86-*-linux*) gdb_target=linux
3162 configdirs="${configdirs} gdbserver" ;;
3163 i[3456]86-*-isc*) gdb_target=i386v ;;
3164 i[3456]86-*-mach3*) gdb_target=i386m3 ;;
3165 i[3456]86-*-mach*) gdb_target=i386mach ;;
3166 i[3456]86-*-netware*) gdb_target=i386nw
3167 configdirs="${configdirs} nlm" ;;
3168 i[3456]86-*-osf1mk*) gdb_target=i386mk ;;
3169 i[3456]86-*-cygwin32) gdb_target=cygwin32 ;;
3170 i960-*-bout*) gdb_target=vxworks960 ;;
3171 i960-nindy-coff*) gdb_target=nindy960 ;;
3172 i960-*-coff*) gdb_target=mon960 ;;
3173 i960-nindy-elf*) gdb_target=nindy960 ;;
3174 i960-*-elf*) gdb_target=mon960 ;;
3175
3176 i960-*-nindy*) gdb_target=nindy960 ;;
3177 i960-*-vxworks*) gdb_target=vxworks960 ;;
3178
3179 m68000-*-sunos3*) gdb_target=sun2os3 ;;
3180 m68000-*-sunos4*) gdb_target=sun2os4 ;;
3181
3182 m68*-apollo*-bsd*) gdb_target=apollo68b ;;
3183 m68*-bull-sysv*) gdb_target=dpx2 ;;
3184 m68*-hp-bsd*) gdb_target=hp300bsd ;;
3185 m68*-hp-hpux*) gdb_target=hp300hpux ;;
3186 m68*-altos-*) gdb_target=altos ;;
3187 m68*-att-*) gdb_target=3b1 ;;
3188 m68*-cisco*-*) gdb_target=cisco ;;
3189 m68*-ericsson-*) gdb_target=es1800 ;;
3190 m68*-isi-*) gdb_target=isi ;;
3191 m68*-motorola-*) gdb_target=delta68 ;;
3192 m68*-netx-*) gdb_target=vxworks68 ;;
3193 m68*-sony-*) gdb_target=news ;;
3194 m68*-tandem-*) gdb_target=st2000 ;;
3195 m68*-rom68k-*) gdb_target=monitor ;;
3196 m68*-*bug-*) gdb_target=monitor ;;
3197 m68*-monitor-*) gdb_target=monitor ;;
3198 m68*-est-*) gdb_target=monitor ;;
3199 m68*-*-aout*) gdb_target=monitor ;;
3200 m68*-*-coff*) gdb_target=monitor ;;
3201 m68*-*-elf*) gdb_target=monitor ;;
3202 m68*-*-lynxos*) gdb_target=m68klynx
3203 configdirs="${configdirs} gdbserver" ;;
3204 m68*-*-netbsd*) gdb_target=nbsd ;;
3205 m68*-*-os68k*) gdb_target=os68k ;;
3206 m68*-*-sunos3*) gdb_target=sun3os3 ;;
3207 m68*-*-sunos4*) gdb_target=sun3os4 ;;
3208 m68*-*-sysv4*) gdb_target=m68kv4 ;;
3209 m68*-*-vxworks*) gdb_target=vxworks68 ;;
3210
3211 m88*-harris-cxux*) gdb_target=cxux ;;
3212 m88*-motorola-sysv4*) gdb_target=delta88v4 ;;
3213 m88*-*-mach3*) gdb_target=mach3 ;;
3214 m88*-motorola-*) gdb_target=delta88 ;;
3215 m88*-*-*) gdb_target=m88k ;;
3216
3217 mips64*-big-*) gdb_target=bigmips64 ;;
3218 mips*-big-*) gdb_target=bigmips ;;
3219 mips*-dec-mach3*) gdb_target=mach3 ;;
3220 mips*-dec-*) gdb_target=decstation ;;
3221 mips64*el-*-ecoff*) gdb_target=embedl64 ;;
3222 mips64*-*-ecoff*) gdb_target=embed64 ;;
3223 mips64*vr4300*el-*-elf*) gdb_target=vr4300el ;;
3224 mips64*vr4300*-*-elf*) gdb_target=vr4300 ;;
3225 mips64*el-*-elf*) gdb_target=embedl64 ;;
3226 mips64*-*-elf*) gdb_target=embed64 ;;
3227 mips*el-*-ecoff*) gdb_target=embedl ;;
3228 mips*-*-ecoff*) gdb_target=embed ;;
3229 # start-sanitize-gm
3230 mips*-*-magic*) gdb_target=embed ;;
3231 # end-sanitize-gm
3232 mips*el-*-elf*) gdb_target=embedl ;;
3233 mips*-*-elf*) gdb_target=embed ;;
3234 mips*-little-*) gdb_target=littlemips ;;
3235 mips*-sgi-irix5*) gdb_target=irix5 ;;
3236 mips*-sgi-*) gdb_target=irix3 ;;
3237 mips*-sony-*) gdb_target=bigmips ;;
3238 mips*-*-mach3*) gdb_target=mach3 ;;
3239 mips*-*-sysv4*) gdb_target=mipsv4 ;;
3240 mips*-*-sysv*) gdb_target=bigmips ;;
3241 mips*-*-riscos*) gdb_target=bigmips ;;
3242 mips*-*-vxworks*) gdb_target=vxmips ;;
3243
3244 none-*-*) gdb_target=none ;;
3245
3246 np1-*-*) gdb_target=np1 ;;
3247
3248 ns32k-*-mach3*) gdb_target=mach3 ;;
3249 ns32k-*-netbsd*) gdb_target=nbsd ;;
3250 ns32k-utek-sysv*) gdb_target=merlin ;;
3251 ns32k-utek-*) gdb_target=umax ;;
3252
3253 pn-*-*) gdb_target=pn ;;
3254 powerpc-*-macos*) gdb_target=macos ;;
3255 powerpc-*-netware*) gdb_target=ppc-nw
3256 configdirs="${configdirs} nlm" ;;
3257
3258 powerpc-*-aix4*) gdb_target=aix4 ;;
3259 powerpc-*-aix*) gdb_target=aix ;;
3260 powerpcle-*-cygwin32) gdb_target=cygwin32 ;;
3261 powerpc-*-eabi*) if test x"$powerpc_sim" = x"yes"; then
3262 gdb_target=ppc-sim
3263 else
3264 gdb_target=ppc-eabi
3265 fi ;;
3266 powerpcle-*-eabi*) if test x"$powerpc_sim" = x"yes"; then
3267 gdb_target=ppcle-sim
3268 else
3269 gdb_target=ppcle-eabi
3270 fi ;;
3271
3272 pyramid-*-*) gdb_target=pyramid ;;
3273
3274 rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
3275 rs6000-*-aix4*) gdb_target=aix4 ;;
3276 rs6000-*-*) gdb_target=rs6000 ;;
3277
3278 sparc-*-aout*) gdb_target=sparc-em ;;
3279 sparc-*-coff*) gdb_target=sparc-em ;;
3280 sparc-*-elf*) gdb_target=sparc-em ;;
3281 sparc-*-lynxos*) gdb_target=sparclynx
3282 configdirs="${configdirs} gdbserver" ;;
3283 sparc-*-netbsd*) gdb_target=nbsd ;;
3284 sparc-*-solaris2*) gdb_target=sun4sol2 ;;
3285 sparc-*-sunos4*) gdb_target=sun4os4 ;;
3286 sparc-*-sunos5*) gdb_target=sun4sol2 ;;
3287 sparc-*-vxworks*) gdb_target=vxsparc ;;
3288 sparc-*-*) gdb_target=sun4os4 ;;
3289 # Use sparc-em for sparclet for now.
3290 sparclet-*-*) gdb_target=sparc-em ;;
3291 sparclite*-*-*) gdb_target=sparclite ;;
3292 sparc64-*-solaris2*) gdb_target=sp64sol2 ;;
3293 sparc64-*-*) gdb_target=sp64 ;;
3294
3295 tahoe-*-*) gdb_target=tahoe ;;
3296
3297 vax-*-*) gdb_target=vax ;;
3298
3299 w65-*-*) gdb_target=w65 ;;
3300
3301 z8k-*-coff*) gdb_target=z8k ;;
3302
3303 esac
3304
3305
3306 frags=
3307 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
3308 if test ! -f ${host_makefile_frag}; then
3309 { echo "configure: error: "*** Gdb does not support host ${host}"" 1>&2; exit 1; }
3310 fi
3311 frags="$frags $host_makefile_frag"
3312
3313 target_makefile_frag=${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt
3314 if test ! -f ${target_makefile_frag}; then
3315 { echo "configure: error: "*** Gdb does not support target ${target}"" 1>&2; exit 1; }
3316 fi
3317 frags="$frags $target_makefile_frag"
3318
3319
3320
3321
3322
3323 hostfile=`sed -n '
3324 s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
3325 ' ${host_makefile_frag}`
3326
3327 targetfile=`sed -n '
3328 s/TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
3329 ' ${target_makefile_frag}`
3330
3331 # these really aren't orthogonal true/false values of the same condition,
3332 # but shells are slow enough that I like to reuse the test conditions
3333 # whenever possible
3334 if test "${target}" = "${host}"; then
3335 nativefile=`sed -n '
3336 s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
3337 ' ${host_makefile_frag}`
3338 else
3339 # GDBserver is only useful in a "native" enviroment
3340 configdirs=`echo $configdirs | sed 's/gdbserver//'`
3341 fi
3342
3343
3344 # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
3345 # (NAT_FILE) is not set in config/*/*.m[ht] files, we don't make the
3346 # corresponding links. But we have to remove the xm.h files and tm.h
3347 # files anyway, e.g. when switching from "configure host" to
3348 # "configure none".
3349
3350 files=
3351 links=
3352 rm -f xm.h
3353 if test "${hostfile}" != ""; then
3354 files="${files} config/${gdb_host_cpu}/${hostfile}"
3355 links="${links} xm.h"
3356 fi
3357 rm -f tm.h
3358 if test "${targetfile}" != ""; then
3359 files="${files} config/${gdb_target_cpu}/${targetfile}"
3360 links="${links} tm.h"
3361 fi
3362 rm -f nm.h
3363 if test "${nativefile}" != ""; then
3364 files="${files} config/${gdb_host_cpu}/${nativefile}"
3365 links="${links} nm.h"
3366 else
3367 # A cross-only configuration.
3368 files="${files} config/nm-empty.h"
3369 links="${links} nm.h"
3370 fi
3371 # start-sanitize-gdbtk
3372
3373 # Make it possible to use the GUI without doing a full install
3374 if test "${enable_gdbtk}" = "yes" -a ! -f gdbtk.tcl ; then
3375 files="${files} gdbtk.tcl"
3376 links="${links} gdbtk.tcl"
3377 fi
3378 # end-sanitize-gdbtk
3379
3380
3381
3382 subdirs="$configdirs"
3383
3384 trap '' 1 2 15
3385 cat > confcache <<\EOF
3386 # This file is a shell script that caches the results of configure
3387 # tests run on this system so they can be shared between configure
3388 # scripts and configure runs. It is not useful on other systems.
3389 # If it contains results you don't want to keep, you may remove or edit it.
3390 #
3391 # By default, configure uses ./config.cache as the cache file,
3392 # creating it if it does not exist already. You can give configure
3393 # the --cache-file=FILE option to use a different cache file; that is
3394 # what configure does when it calls configure scripts in
3395 # subdirectories, so they share the cache.
3396 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3397 # config.status only pays attention to the cache file if you give it the
3398 # --recheck option to rerun configure.
3399 #
3400 EOF
3401 # Ultrix sh set writes to stderr and can't be redirected directly,
3402 # and sets the high bit in the cache file unless we assign to the vars.
3403 (set) 2>&1 |
3404 sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
3405 >> confcache
3406 if cmp -s $cache_file confcache; then
3407 :
3408 else
3409 if test -w $cache_file; then
3410 echo "updating cache $cache_file"
3411 cat confcache > $cache_file
3412 else
3413 echo "not updating unwritable cache $cache_file"
3414 fi
3415 fi
3416 rm -f confcache
3417
3418 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3419
3420 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3421 # Let make expand exec_prefix.
3422 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3423
3424 # Any assignment to VPATH causes Sun make to only execute
3425 # the first set of double-colon rules, so remove it if not needed.
3426 # If there is a colon in the path, we need to keep it.
3427 if test "x$srcdir" = x.; then
3428 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
3429 fi
3430
3431 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3432
3433 DEFS=-DHAVE_CONFIG_H
3434
3435 # Without the "./", some shells look in PATH for config.status.
3436 : ${CONFIG_STATUS=./config.status}
3437
3438 echo creating $CONFIG_STATUS
3439 rm -f $CONFIG_STATUS
3440 cat > $CONFIG_STATUS <<EOF
3441 #! /bin/sh
3442 # Generated automatically by configure.
3443 # Run this file to recreate the current configuration.
3444 # This directory was configured as follows,
3445 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3446 #
3447 # $0 $ac_configure_args
3448 #
3449 # Compiler output produced by configure, useful for debugging
3450 # configure, is in ./config.log if it exists.
3451
3452 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3453 for ac_option
3454 do
3455 case "\$ac_option" in
3456 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3457 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3458 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3459 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3460 echo "$CONFIG_STATUS generated by autoconf version 2.9"
3461 exit 0 ;;
3462 -help | --help | --hel | --he | --h)
3463 echo "\$ac_cs_usage"; exit 0 ;;
3464 *) echo "\$ac_cs_usage"; exit 1 ;;
3465 esac
3466 done
3467
3468 ac_given_srcdir=$srcdir
3469 ac_given_INSTALL="$INSTALL"
3470
3471 trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3472 EOF
3473 cat >> $CONFIG_STATUS <<EOF
3474
3475 # Protect against being on the right side of a sed subst in config.status.
3476 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3477 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3478 $ac_vpsub
3479 $extrasub
3480 s%@CFLAGS@%$CFLAGS%g
3481 s%@CPPFLAGS@%$CPPFLAGS%g
3482 s%@CXXFLAGS@%$CXXFLAGS%g
3483 s%@DEFS@%$DEFS%g
3484 s%@LDFLAGS@%$LDFLAGS%g
3485 s%@LIBS@%$LIBS%g
3486 s%@exec_prefix@%$exec_prefix%g
3487 s%@prefix@%$prefix%g
3488 s%@program_transform_name@%$program_transform_name%g
3489 s%@bindir@%$bindir%g
3490 s%@sbindir@%$sbindir%g
3491 s%@libexecdir@%$libexecdir%g
3492 s%@datadir@%$datadir%g
3493 s%@sysconfdir@%$sysconfdir%g
3494 s%@sharedstatedir@%$sharedstatedir%g
3495 s%@localstatedir@%$localstatedir%g
3496 s%@libdir@%$libdir%g
3497 s%@includedir@%$includedir%g
3498 s%@oldincludedir@%$oldincludedir%g
3499 s%@infodir@%$infodir%g
3500 s%@mandir@%$mandir%g
3501 s%@CC@%$CC%g
3502 s%@CPP@%$CPP%g
3503 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3504 s%@INSTALL_DATA@%$INSTALL_DATA%g
3505 s%@RANLIB@%$RANLIB%g
3506 s%@YACC@%$YACC%g
3507 s%@host@%$host%g
3508 s%@host_alias@%$host_alias%g
3509 s%@host_cpu@%$host_cpu%g
3510 s%@host_vendor@%$host_vendor%g
3511 s%@host_os@%$host_os%g
3512 s%@target@%$target%g
3513 s%@target_alias@%$target_alias%g
3514 s%@target_cpu@%$target_cpu%g
3515 s%@target_vendor@%$target_vendor%g
3516 s%@target_os@%$target_os%g
3517 s%@build@%$build%g
3518 s%@build_alias@%$build_alias%g
3519 s%@build_cpu@%$build_cpu%g
3520 s%@build_vendor@%$build_vendor%g
3521 s%@build_os@%$build_os%g
3522 s%@X_CFLAGS@%$X_CFLAGS%g
3523 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
3524 s%@X_LIBS@%$X_LIBS%g
3525 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
3526 s%@TCLHDIR@%$TCLHDIR%g
3527 s%@TCLLIB@%$TCLLIB%g
3528 s%@TKHDIR@%$TKHDIR%g
3529 s%@TKLIB@%$TKLIB%g
3530 s%@ENABLE_GDBTK@%$ENABLE_GDBTK%g
3531 s%@X_LDFLAGS@%$X_LDFLAGS%g
3532 s%@ENABLE_CFLAGS@%$ENABLE_CFLAGS%g
3533 s%@ENABLE_CLIBS@%$ENABLE_CLIBS%g
3534 s%@ENABLE_OBS@%$ENABLE_OBS%g
3535 s%@target_subdir@%$target_subdir%g
3536 /@host_makefile_frag@/r $host_makefile_frag
3537 s%@host_makefile_frag@%%g
3538 /@target_makefile_frag@/r $target_makefile_frag
3539 s%@target_makefile_frag@%%g
3540 s%@frags@%$frags%g
3541 s%@subdirs@%$subdirs%g
3542
3543 CEOF
3544 EOF
3545 cat >> $CONFIG_STATUS <<EOF
3546
3547 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
3548 EOF
3549 cat >> $CONFIG_STATUS <<\EOF
3550 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3551 # Support "outfile[:infile]", defaulting infile="outfile.in".
3552 case "$ac_file" in
3553 *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
3554 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3555 *) ac_file_in="${ac_file}.in" ;;
3556 esac
3557
3558 # Adjust relative srcdir, etc. for subdirectories.
3559
3560 # Remove last slash and all that follows it. Not all systems have dirname.
3561 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3562 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3563 # The file is in a subdirectory.
3564 test ! -d "$ac_dir" && mkdir "$ac_dir"
3565 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3566 # A "../" for each directory in $ac_dir_suffix.
3567 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3568 else
3569 ac_dir_suffix= ac_dots=
3570 fi
3571
3572 case "$ac_given_srcdir" in
3573 .) srcdir=.
3574 if test -z "$ac_dots"; then top_srcdir=.
3575 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3576 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3577 *) # Relative path.
3578 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3579 top_srcdir="$ac_dots$ac_given_srcdir" ;;
3580 esac
3581
3582 case "$ac_given_INSTALL" in
3583 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3584 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3585 esac
3586 echo creating "$ac_file"
3587 rm -f "$ac_file"
3588 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3589 case "$ac_file" in
3590 *Makefile*) ac_comsub="1i\\
3591 # $configure_input" ;;
3592 *) ac_comsub= ;;
3593 esac
3594 sed -e "$ac_comsub
3595 s%@configure_input@%$configure_input%g
3596 s%@srcdir@%$srcdir%g
3597 s%@top_srcdir@%$top_srcdir%g
3598 s%@INSTALL@%$INSTALL%g
3599 " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
3600 fi; done
3601 rm -f conftest.subs
3602
3603 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3604 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3605 #
3606 # ac_d sets the value in "#define NAME VALUE" lines.
3607 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3608 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
3609 ac_dC='\3'
3610 ac_dD='%g'
3611 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3612 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3613 ac_uB='\([ ]\)%\1#\2define\3'
3614 ac_uC=' '
3615 ac_uD='\4%g'
3616 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3617 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3618 ac_eB='$%\1#\2define\3'
3619 ac_eC=' '
3620 ac_eD='%g'
3621
3622 CONFIG_HEADERS=${CONFIG_HEADERS-"config.h:config.in"}
3623 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3624 # Support "outfile[:infile]", defaulting infile="outfile.in".
3625 case "$ac_file" in
3626 *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
3627 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3628 *) ac_file_in="${ac_file}.in" ;;
3629 esac
3630
3631 echo creating $ac_file
3632
3633 rm -f conftest.frag conftest.in conftest.out
3634 cp $ac_given_srcdir/$ac_file_in conftest.in
3635
3636 EOF
3637
3638 # Transform confdefs.h into a sed script conftest.vals that substitutes
3639 # the proper values into config.h.in to produce config.h. And first:
3640 # Protect against being on the right side of a sed subst in config.status.
3641 # Protect against being in an unquoted here document in config.status.
3642 rm -f conftest.vals
3643 cat > conftest.hdr <<\EOF
3644 s/[\\&%]/\\&/g
3645 s%[\\$`]%\\&%g
3646 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3647 s%ac_d%ac_u%gp
3648 s%ac_u%ac_e%gp
3649 EOF
3650 sed -n -f conftest.hdr confdefs.h > conftest.vals
3651 rm -f conftest.hdr
3652
3653 # This sed command replaces #undef with comments. This is necessary, for
3654 # example, in the case of _POSIX_SOURCE, which is predefined and required
3655 # on some systems where configure will not decide to define it.
3656 cat >> conftest.vals <<\EOF
3657 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3658 EOF
3659
3660 # Break up conftest.vals because some shells have a limit on
3661 # the size of here documents, and old seds have small limits too.
3662 # Maximum number of lines to put in a single here document.
3663 ac_max_here_lines=12
3664
3665 rm -f conftest.tail
3666 while :
3667 do
3668 ac_lines=`grep -c . conftest.vals`
3669 # grep -c gives empty output for an empty file on some AIX systems.
3670 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3671 # Write a limited-size here document to conftest.frag.
3672 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3673 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3674 echo 'CEOF
3675 sed -f conftest.frag conftest.in > conftest.out
3676 rm -f conftest.in
3677 mv conftest.out conftest.in
3678 ' >> $CONFIG_STATUS
3679 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3680 rm -f conftest.vals
3681 mv conftest.tail conftest.vals
3682 done
3683 rm -f conftest.vals
3684
3685 cat >> $CONFIG_STATUS <<\EOF
3686 rm -f conftest.frag conftest.h
3687 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
3688 cat conftest.in >> conftest.h
3689 rm -f conftest.in
3690 if cmp -s $ac_file conftest.h 2>/dev/null; then
3691 echo "$ac_file is unchanged"
3692 rm -f conftest.h
3693 else
3694 rm -f $ac_file
3695 mv conftest.h $ac_file
3696 fi
3697 fi; done
3698
3699 EOF
3700
3701 cat >> $CONFIG_STATUS <<EOF
3702 ac_sources="$files"
3703 ac_dests="$links"
3704 EOF
3705
3706 cat >> $CONFIG_STATUS <<\EOF
3707 srcdir=$ac_given_srcdir
3708 while test -n "$ac_sources"; do
3709 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
3710 set $ac_sources; ac_source=$1; shift; ac_sources=$*
3711
3712 echo "linking $srcdir/$ac_source to $ac_dest"
3713
3714 if test ! -r $srcdir/$ac_source; then
3715 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
3716 fi
3717 rm -f $ac_dest
3718
3719 # Make relative symlinks.
3720 # Remove last slash and all that follows it. Not all systems have dirname.
3721 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
3722 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
3723 # The dest file is in a subdirectory.
3724 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
3725 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
3726 # A "../" for each directory in $ac_dest_dir_suffix.
3727 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
3728 else
3729 ac_dest_dir_suffix= ac_dots=
3730 fi
3731
3732 case "$srcdir" in
3733 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
3734 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
3735 esac
3736
3737 # Make a symlink if possible; otherwise try a hard link.
3738 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
3739 ln $srcdir/$ac_source $ac_dest; then :
3740 else
3741 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
3742 fi
3743 done
3744 EOF
3745 cat >> $CONFIG_STATUS <<EOF
3746
3747 gdb_host_cpu=$gdb_host_cpu
3748 gdb_target_cpu=$gdb_target_cpu
3749 nativefile=$nativefile
3750
3751 EOF
3752 cat >> $CONFIG_STATUS <<\EOF
3753
3754 if test "${nativefile}" = ""; then
3755 sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
3756 < Makefile > Makefile.tem
3757 mv -f Makefile.tem Makefile
3758 fi
3759
3760 sed -e '/^TM_FILE[ ]*=/s,^TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,
3761 /^XM_FILE[ ]*=/s,^XM_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,
3762 /^NAT_FILE[ ]*=/s,^NAT_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,' <Makefile >Makefile.tmp
3763 mv -f Makefile.tmp Makefile
3764
3765 case ${srcdir} in
3766 .)
3767 ;;
3768 *)
3769 grep "source ${srcdir}/.gdbinit" .gdbinit >/dev/null 2>/dev/null || \
3770 echo "source ${srcdir}/.gdbinit" >> .gdbinit
3771 esac
3772
3773 case x$CONFIG_HEADERS in
3774 xconfig.h:config.in)
3775 echo > stamp-h ;;
3776 esac
3777
3778 exit 0
3779 EOF
3780 chmod +x $CONFIG_STATUS
3781 rm -fr confdefs* $ac_clean_files
3782 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3783
3784 if test "$no_recursion" != yes; then
3785
3786 # Remove --cache-file and --srcdir arguments so they do not pile up.
3787 ac_sub_configure_args=
3788 ac_prev=
3789 for ac_arg in $ac_configure_args; do
3790 if test -n "$ac_prev"; then
3791 ac_prev=
3792 continue
3793 fi
3794 case "$ac_arg" in
3795 -cache-file | --cache-file | --cache-fil | --cache-fi \
3796 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3797 ac_prev=cache_file ;;
3798 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3799 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3800 ;;
3801 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3802 ac_prev=srcdir ;;
3803 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3804 ;;
3805 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3806 esac
3807 done
3808
3809 for ac_config_dir in $configdirs; do
3810
3811 # Do not complain, so a configure script can configure whichever
3812 # parts of a large source tree are present.
3813 if test ! -d $srcdir/$ac_config_dir; then
3814 continue
3815 fi
3816
3817 echo configuring in $ac_config_dir
3818
3819 case "$srcdir" in
3820 .) ;;
3821 *)
3822 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3823 else
3824 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3825 fi
3826 ;;
3827 esac
3828
3829 ac_popdir=`pwd`
3830 cd $ac_config_dir
3831
3832 case "$srcdir" in
3833 .) # No --srcdir option. We are building in place.
3834 ac_sub_srcdir=$srcdir ;;
3835 /*) # Absolute path.
3836 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3837 *) # Relative path.
3838 ac_sub_srcdir=../$srcdir/$ac_config_dir ;;
3839 esac
3840
3841 # Check for guested configure; otherwise get Cygnus style configure.
3842 if test -f $ac_sub_srcdir/configure; then
3843 ac_sub_configure=$ac_sub_srcdir/configure
3844 elif test -f $ac_sub_srcdir/configure.in; then
3845 ac_sub_configure=$ac_configure
3846 else
3847 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3848 ac_sub_configure=
3849 fi
3850
3851 # The recursion is here.
3852 if test -n "$ac_sub_configure"; then
3853
3854 # Make the cache file name correct relative to the subdirectory.
3855 # A "../" for each directory in /$ac_config_dir.
3856 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3857 case "$cache_file" in
3858 /*) ac_sub_cache_file=$cache_file ;;
3859 *) # Relative path.
3860 ac_sub_cache_file="$ac_dots$cache_file" ;;
3861 esac
3862 case "$ac_given_INSTALL" in
3863 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3864 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3865 esac
3866
3867 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
3868 # The eval makes quoting arguments work.
3869 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
3870 then :
3871 else
3872 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3873 fi
3874 fi
3875
3876 cd $ac_popdir
3877 done
3878 fi
3879
3880
3881 exit 0
3882
This page took 0.145856 seconds and 5 git commands to generate.