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