Add mi/ and testsuite/gdb.mi/ subdirectories.
[deliverable/binutils-gdb.git] / gdb / testsuite / configure
CommitLineData
c906108c
SS
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_help="$ac_help
15 --enable-shared use shared libraries"
7a292a7a
SS
16ac_help="$ac_help
17 --enable-gdbtk "
c906108c
SS
18
19# Initialize some variables set by options.
20# The variables have the same names as the options, with
21# dashes changed to underlines.
22build=NONE
23cache_file=./config.cache
24exec_prefix=NONE
25host=NONE
26no_create=
27nonopt=NONE
28no_recursion=
29prefix=NONE
30program_prefix=NONE
31program_suffix=NONE
32program_transform_name=s,x,x,
33silent=
34site=
8b93c638 35sitefile=
c906108c
SS
36srcdir=
37target=NONE
38verbose=
39x_includes=NONE
40x_libraries=NONE
41bindir='${exec_prefix}/bin'
42sbindir='${exec_prefix}/sbin'
43libexecdir='${exec_prefix}/libexec'
44datadir='${prefix}/share'
45sysconfdir='${prefix}/etc'
46sharedstatedir='${prefix}/com'
47localstatedir='${prefix}/var'
48libdir='${exec_prefix}/lib'
49includedir='${prefix}/include'
50oldincludedir='/usr/include'
51infodir='${prefix}/info'
52mandir='${prefix}/man'
53
54# Initialize some other variables.
55subdirs=
56MFLAGS= MAKEFLAGS=
57SHELL=${CONFIG_SHELL-/bin/sh}
58# Maximum number of lines to put in a shell here document.
59ac_max_here_lines=12
60
61ac_prev=
62for ac_option
63do
64
65 # If the previous option needs an argument, assign it.
66 if test -n "$ac_prev"; then
67 eval "$ac_prev=\$ac_option"
68 ac_prev=
69 continue
70 fi
71
72 case "$ac_option" in
73 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
74 *) ac_optarg= ;;
75 esac
76
77 # Accept the important Cygnus configure options, so we can diagnose typos.
78
79 case "$ac_option" in
80
81 -bindir | --bindir | --bindi | --bind | --bin | --bi)
82 ac_prev=bindir ;;
83 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
84 bindir="$ac_optarg" ;;
85
86 -build | --build | --buil | --bui | --bu)
87 ac_prev=build ;;
88 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
89 build="$ac_optarg" ;;
90
91 -cache-file | --cache-file | --cache-fil | --cache-fi \
92 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
93 ac_prev=cache_file ;;
94 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
95 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
96 cache_file="$ac_optarg" ;;
97
98 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
99 ac_prev=datadir ;;
100 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
101 | --da=*)
102 datadir="$ac_optarg" ;;
103
104 -disable-* | --disable-*)
105 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
106 # Reject names that are not valid shell variable names.
107 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
108 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
109 fi
110 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
111 eval "enable_${ac_feature}=no" ;;
112
113 -enable-* | --enable-*)
114 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
115 # Reject names that are not valid shell variable names.
116 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
117 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
118 fi
119 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
120 case "$ac_option" in
121 *=*) ;;
122 *) ac_optarg=yes ;;
123 esac
124 eval "enable_${ac_feature}='$ac_optarg'" ;;
125
126 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
127 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
128 | --exec | --exe | --ex)
129 ac_prev=exec_prefix ;;
130 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
131 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
132 | --exec=* | --exe=* | --ex=*)
133 exec_prefix="$ac_optarg" ;;
134
135 -gas | --gas | --ga | --g)
136 # Obsolete; use --with-gas.
137 with_gas=yes ;;
138
139 -help | --help | --hel | --he)
140 # Omit some internal or obsolete options to make the list less imposing.
141 # This message is too long to be a string in the A/UX 3.1 sh.
142 cat << EOF
143Usage: configure [options] [host]
144Options: [defaults in brackets after descriptions]
145Configuration:
146 --cache-file=FILE cache test results in FILE
147 --help print this message
148 --no-create do not create output files
149 --quiet, --silent do not print \`checking...' messages
8b93c638 150 --site-file=FILE use FILE as the site file
c906108c
SS
151 --version print the version of autoconf that created configure
152Directory and file names:
153 --prefix=PREFIX install architecture-independent files in PREFIX
154 [$ac_default_prefix]
155 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
156 [same as prefix]
157 --bindir=DIR user executables in DIR [EPREFIX/bin]
158 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
159 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
160 --datadir=DIR read-only architecture-independent data in DIR
161 [PREFIX/share]
162 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
163 --sharedstatedir=DIR modifiable architecture-independent data in DIR
164 [PREFIX/com]
165 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
166 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
167 --includedir=DIR C header files in DIR [PREFIX/include]
168 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
169 --infodir=DIR info documentation in DIR [PREFIX/info]
170 --mandir=DIR man documentation in DIR [PREFIX/man]
171 --srcdir=DIR find the sources in DIR [configure dir or ..]
172 --program-prefix=PREFIX prepend PREFIX to installed program names
173 --program-suffix=SUFFIX append SUFFIX to installed program names
174 --program-transform-name=PROGRAM
175 run sed PROGRAM on installed program names
176EOF
177 cat << EOF
178Host type:
179 --build=BUILD configure for building on BUILD [BUILD=HOST]
180 --host=HOST configure for HOST [guessed]
181 --target=TARGET configure for TARGET [TARGET=HOST]
182Features and packages:
183 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
184 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
185 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
186 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
187 --x-includes=DIR X include files are in DIR
188 --x-libraries=DIR X library files are in DIR
189EOF
190 if test -n "$ac_help"; then
191 echo "--enable and --with options recognized:$ac_help"
192 fi
193 exit 0 ;;
194
195 -host | --host | --hos | --ho)
196 ac_prev=host ;;
197 -host=* | --host=* | --hos=* | --ho=*)
198 host="$ac_optarg" ;;
199
200 -includedir | --includedir | --includedi | --included | --include \
201 | --includ | --inclu | --incl | --inc)
202 ac_prev=includedir ;;
203 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
204 | --includ=* | --inclu=* | --incl=* | --inc=*)
205 includedir="$ac_optarg" ;;
206
207 -infodir | --infodir | --infodi | --infod | --info | --inf)
208 ac_prev=infodir ;;
209 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
210 infodir="$ac_optarg" ;;
211
212 -libdir | --libdir | --libdi | --libd)
213 ac_prev=libdir ;;
214 -libdir=* | --libdir=* | --libdi=* | --libd=*)
215 libdir="$ac_optarg" ;;
216
217 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
218 | --libexe | --libex | --libe)
219 ac_prev=libexecdir ;;
220 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
221 | --libexe=* | --libex=* | --libe=*)
222 libexecdir="$ac_optarg" ;;
223
224 -localstatedir | --localstatedir | --localstatedi | --localstated \
225 | --localstate | --localstat | --localsta | --localst \
226 | --locals | --local | --loca | --loc | --lo)
227 ac_prev=localstatedir ;;
228 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
229 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
230 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
231 localstatedir="$ac_optarg" ;;
232
233 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
234 ac_prev=mandir ;;
235 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
236 mandir="$ac_optarg" ;;
237
238 -nfp | --nfp | --nf)
239 # Obsolete; use --without-fp.
240 with_fp=no ;;
241
242 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
243 | --no-cr | --no-c)
244 no_create=yes ;;
245
246 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
247 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
248 no_recursion=yes ;;
249
250 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
251 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
252 | --oldin | --oldi | --old | --ol | --o)
253 ac_prev=oldincludedir ;;
254 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
255 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
256 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
257 oldincludedir="$ac_optarg" ;;
258
259 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
260 ac_prev=prefix ;;
261 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
262 prefix="$ac_optarg" ;;
263
264 -program-prefix | --program-prefix | --program-prefi | --program-pref \
265 | --program-pre | --program-pr | --program-p)
266 ac_prev=program_prefix ;;
267 -program-prefix=* | --program-prefix=* | --program-prefi=* \
268 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
269 program_prefix="$ac_optarg" ;;
270
271 -program-suffix | --program-suffix | --program-suffi | --program-suff \
272 | --program-suf | --program-su | --program-s)
273 ac_prev=program_suffix ;;
274 -program-suffix=* | --program-suffix=* | --program-suffi=* \
275 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
276 program_suffix="$ac_optarg" ;;
277
278 -program-transform-name | --program-transform-name \
279 | --program-transform-nam | --program-transform-na \
280 | --program-transform-n | --program-transform- \
281 | --program-transform | --program-transfor \
282 | --program-transfo | --program-transf \
283 | --program-trans | --program-tran \
284 | --progr-tra | --program-tr | --program-t)
285 ac_prev=program_transform_name ;;
286 -program-transform-name=* | --program-transform-name=* \
287 | --program-transform-nam=* | --program-transform-na=* \
288 | --program-transform-n=* | --program-transform-=* \
289 | --program-transform=* | --program-transfor=* \
290 | --program-transfo=* | --program-transf=* \
291 | --program-trans=* | --program-tran=* \
292 | --progr-tra=* | --program-tr=* | --program-t=*)
293 program_transform_name="$ac_optarg" ;;
294
295 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
296 | -silent | --silent | --silen | --sile | --sil)
297 silent=yes ;;
298
299 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
300 ac_prev=sbindir ;;
301 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
302 | --sbi=* | --sb=*)
303 sbindir="$ac_optarg" ;;
304
305 -sharedstatedir | --sharedstatedir | --sharedstatedi \
306 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
307 | --sharedst | --shareds | --shared | --share | --shar \
308 | --sha | --sh)
309 ac_prev=sharedstatedir ;;
310 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
311 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
312 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
313 | --sha=* | --sh=*)
314 sharedstatedir="$ac_optarg" ;;
315
316 -site | --site | --sit)
317 ac_prev=site ;;
318 -site=* | --site=* | --sit=*)
319 site="$ac_optarg" ;;
320
8b93c638
JM
321 -site-file | --site-file | --site-fil | --site-fi | --site-f)
322 ac_prev=sitefile ;;
323 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
324 sitefile="$ac_optarg" ;;
325
c906108c
SS
326 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
327 ac_prev=srcdir ;;
328 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
329 srcdir="$ac_optarg" ;;
330
331 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
332 | --syscon | --sysco | --sysc | --sys | --sy)
333 ac_prev=sysconfdir ;;
334 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
335 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
336 sysconfdir="$ac_optarg" ;;
337
338 -target | --target | --targe | --targ | --tar | --ta | --t)
339 ac_prev=target ;;
340 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
341 target="$ac_optarg" ;;
342
343 -v | -verbose | --verbose | --verbos | --verbo | --verb)
344 verbose=yes ;;
345
346 -version | --version | --versio | --versi | --vers)
347 echo "configure generated by autoconf version 2.13"
348 exit 0 ;;
349
350 -with-* | --with-*)
351 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
352 # Reject names that are not valid shell variable names.
353 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
354 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
355 fi
356 ac_package=`echo $ac_package| sed 's/-/_/g'`
357 case "$ac_option" in
358 *=*) ;;
359 *) ac_optarg=yes ;;
360 esac
361 eval "with_${ac_package}='$ac_optarg'" ;;
362
363 -without-* | --without-*)
364 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
365 # Reject names that are not valid shell variable names.
366 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
367 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
368 fi
369 ac_package=`echo $ac_package| sed 's/-/_/g'`
370 eval "with_${ac_package}=no" ;;
371
372 --x)
373 # Obsolete; use --with-x.
374 with_x=yes ;;
375
376 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
377 | --x-incl | --x-inc | --x-in | --x-i)
378 ac_prev=x_includes ;;
379 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
380 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
381 x_includes="$ac_optarg" ;;
382
383 -x-libraries | --x-libraries | --x-librarie | --x-librari \
384 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
385 ac_prev=x_libraries ;;
386 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
387 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
388 x_libraries="$ac_optarg" ;;
389
390 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
391 ;;
392
393 *)
394 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
395 echo "configure: warning: $ac_option: invalid host type" 1>&2
396 fi
397 if test "x$nonopt" != xNONE; then
398 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
399 fi
400 nonopt="$ac_option"
401 ;;
402
403 esac
404done
405
406if test -n "$ac_prev"; then
407 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
408fi
409
410trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
411
412# File descriptor usage:
413# 0 standard input
414# 1 file creation
415# 2 errors and warnings
416# 3 some systems may open it to /dev/tty
417# 4 used on the Kubota Titan
418# 6 checking for... messages and results
419# 5 compiler messages saved in config.log
420if test "$silent" = yes; then
421 exec 6>/dev/null
422else
423 exec 6>&1
424fi
425exec 5>./config.log
426
427echo "\
428This file contains any messages produced by compilers while
429running configure, to aid debugging if configure makes a mistake.
430" 1>&5
431
432# Strip out --no-create and --no-recursion so they do not pile up.
433# Also quote any args containing shell metacharacters.
434ac_configure_args=
435for ac_arg
436do
437 case "$ac_arg" in
438 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
439 | --no-cr | --no-c) ;;
440 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
441 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
442 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
443 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
444 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
445 esac
446done
447
448# NLS nuisances.
449# Only set these to C if already set. These must not be set unconditionally
450# because not all systems understand e.g. LANG=C (notably SCO).
451# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
452# Non-C LC_CTYPE values break the ctype check.
453if test "${LANG+set}" = set; then LANG=C; export LANG; fi
454if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
455if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
456if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
457
458# confdefs.h avoids OS command line length limits that DEFS can exceed.
459rm -rf conftest* confdefs.h
460# AIX cpp loses on an empty file, so make sure it contains at least a newline.
461echo > confdefs.h
462
463# A filename unique to this package, relative to the directory that
464# configure is in, which we can look for to find out if srcdir is correct.
465ac_unique_file=gdb.base
466
467# Find the source files, if location was not specified.
468if test -z "$srcdir"; then
469 ac_srcdir_defaulted=yes
470 # Try the directory containing this script, then its parent.
471 ac_prog=$0
472 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
473 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
474 srcdir=$ac_confdir
475 if test ! -r $srcdir/$ac_unique_file; then
476 srcdir=..
477 fi
478else
479 ac_srcdir_defaulted=no
480fi
481if test ! -r $srcdir/$ac_unique_file; then
482 if test "$ac_srcdir_defaulted" = yes; then
483 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
484 else
485 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
486 fi
487fi
488srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
489
490# Prefer explicitly selected file to automatically selected ones.
8b93c638
JM
491if test -z "$sitefile"; then
492 if test -z "$CONFIG_SITE"; then
493 if test "x$prefix" != xNONE; then
494 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
495 else
496 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
497 fi
c906108c 498 fi
8b93c638
JM
499else
500 CONFIG_SITE="$sitefile"
c906108c
SS
501fi
502for ac_site_file in $CONFIG_SITE; do
503 if test -r "$ac_site_file"; then
504 echo "loading site script $ac_site_file"
505 . "$ac_site_file"
506 fi
507done
508
509if test -r "$cache_file"; then
510 echo "loading cache $cache_file"
511 . $cache_file
512else
513 echo "creating cache $cache_file"
514 > $cache_file
515fi
516
517ac_ext=c
518# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
519ac_cpp='$CPP $CPPFLAGS'
520ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
521ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
522cross_compiling=$ac_cv_prog_cc_cross
523
524ac_exeext=
525ac_objext=o
526if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
527 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
528 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
529 ac_n= ac_c='
530' ac_t=' '
531 else
532 ac_n=-n ac_c= ac_t=
533 fi
534else
535 ac_n= ac_c='\c' ac_t=
536fi
537
538
539
540CC=${CC-cc}
541
542ac_aux_dir=
543for ac_dir in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../..; do
544 if test -f $ac_dir/install-sh; then
545 ac_aux_dir=$ac_dir
546 ac_install_sh="$ac_aux_dir/install-sh -c"
547 break
548 elif test -f $ac_dir/install.sh; then
549 ac_aux_dir=$ac_dir
550 ac_install_sh="$ac_aux_dir/install.sh -c"
551 break
552 fi
553done
554if test -z "$ac_aux_dir"; then
555 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../.." 1>&2; exit 1; }
556fi
557ac_config_guess=$ac_aux_dir/config.guess
558ac_config_sub=$ac_aux_dir/config.sub
559ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
560
561
562# Do some error checking and defaulting for the host and target type.
563# The inputs are:
564# configure --host=HOST --target=TARGET --build=BUILD NONOPT
565#
566# The rules are:
567# 1. You are not allowed to specify --host, --target, and nonopt at the
568# same time.
569# 2. Host defaults to nonopt.
570# 3. If nonopt is not specified, then host defaults to the current host,
571# as determined by config.guess.
572# 4. Target and build default to nonopt.
573# 5. If nonopt is not specified, then target and build default to host.
574
575# The aliases save the names the user supplied, while $host etc.
576# will get canonicalized.
577case $host---$target---$nonopt in
578NONE---*---* | *---NONE---* | *---*---NONE) ;;
579*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
580esac
581
582
583# Make sure we can run config.sub.
584if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
585else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
586fi
587
588echo $ac_n "checking host system type""... $ac_c" 1>&6
8b93c638 589echo "configure:590: checking host system type" >&5
c906108c
SS
590
591host_alias=$host
592case "$host_alias" in
593NONE)
594 case $nonopt in
595 NONE)
596 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
597 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
598 fi ;;
599 *) host_alias=$nonopt ;;
600 esac ;;
601esac
602
603host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
604host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
605host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
606host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
607echo "$ac_t""$host" 1>&6
608
609echo $ac_n "checking target system type""... $ac_c" 1>&6
8b93c638 610echo "configure:611: checking target system type" >&5
c906108c
SS
611
612target_alias=$target
613case "$target_alias" in
614NONE)
615 case $nonopt in
616 NONE) target_alias=$host_alias ;;
617 *) target_alias=$nonopt ;;
618 esac ;;
619esac
620
621target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
622target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
623target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
624target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
625echo "$ac_t""$target" 1>&6
626
627echo $ac_n "checking build system type""... $ac_c" 1>&6
8b93c638 628echo "configure:629: checking build system type" >&5
c906108c
SS
629
630build_alias=$build
631case "$build_alias" in
632NONE)
633 case $nonopt in
634 NONE) build_alias=$host_alias ;;
635 *) build_alias=$nonopt ;;
636 esac ;;
637esac
638
639build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
640build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
641build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
642build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
643echo "$ac_t""$build" 1>&6
644
645test "$host_alias" != "$target_alias" &&
646 test "$program_prefix$program_suffix$program_transform_name" = \
647 NONENONEs,x,x, &&
648 program_prefix=${target_alias}-
649
650
651# Directories to use in all configurations.
cce74817
JM
652configdirs="gdb.asm \
653 gdb.base \
654 gdb.c++ \
655 gdb.disasm \
656 gdb.chill \
fb40c209 657 gdb.mi \
cce74817
JM
658 gdb.threads \
659 gdb.trace"
660
c906108c
SS
661
662# Directories to use for a configuration which uses stabs.
663stabsdirs="gdb.stabs"
664
665 # this section is for targets that use stabs
666# add stabs tests for appropriate targets
667case "${target}" in
668 powerpc-*-aix*) configdirs="${configdirs} ${stabsdirs}" ;;
669 rs6000-*-aix*) configdirs="${configdirs} ${stabsdirs}" ;;
670 *-*-bsd*) configdirs="${configdirs} ${stabsdirs}" ;;
671 *-*-go32*) configdirs="${configdirs} ${stabsdirs}" ;;
672 *-*-linux*) configdirs="${configdirs} ${stabsdirs}" ;;
673 *-*-lynxos*) configdirs="${configdirs} ${stabsdirs}" ;;
674 *-sun-*) configdirs="${configdirs} ${stabsdirs}" ;;
675 hppa*-*-*) configdirs="${configdirs} ${stabsdirs}" ;;
676 *-*-elf*) configdirs="${configdirs} ${stabsdirs}" ;;
677 *) if test "x${with_stabs}" = x"yes" ; then
678 configdirs="${configdirs} ${stabsdirs}"
679 fi ;;
680esac
681
682# Directory with HP specific tests. They will run only with HP's compilers.
683# These tests will not work on other platforms and compilers.
684
685hpdir="gdb.hp"
686
687case "${target}" in
688 hppa*-*-hpux*) configdirs="${configdirs} ${hpdir}" ;;
689esac
690
691
692# Begin stuff to support --enable-shared
693# Check whether --enable-shared or --disable-shared was given.
694if test "${enable_shared+set}" = set; then
695 enableval="$enable_shared"
696 case "${enableval}" in
697 yes) shared=true ;;
698 no) shared=false ;;
699 *) shared=true ;;
700esac
701fi
702RPATH_ENVVAR=LD_LIBRARY_PATH
703# If we have shared libraries, try to set RPATH_ENVVAR reasonably.
704if test "${shared}" = "true"; then
705 case "${host}" in
706 *-*-hpux*)
707 RPATH_ENVVAR=SHLIB_PATH
708 ;;
709 esac
710fi
711
3fc11d3e
JM
712# End stuff to support --enable-shared
713# Start stuff to support --enable-gdbtk
714# Check whether --enable-gdbtk or --disable-gdbtk was given.
715if test "${enable_gdbtk+set}" = set; then
716 enableval="$enable_gdbtk"
717 case "${enableval}" in
718 yes)
719 case "$host" in
720 *go32*)
721 enable_gdbtk=no ;;
722 *windows*)
723 enable_gdbtk=no ;;
724 *)
725 enable_gdbtk=yes ;;
726 esac ;;
727 no)
728 enable_gdbtk=no ;;
729 *)
730 { echo "configure: error: bad value ${enableval} given for gdbtk option" 1>&2; exit 1; } ;;
731esac
732else
733
734# Default is on for everything but go32 and windows
735case "$host" in
736 *go32* | *windows*)
737 ;;
738 *)
739 enable_gdbtk=yes ;;
740 esac
741
742fi
743
744
745if test "${enable_gdbtk}" = "yes"; then
746 configdirs="${configdirs} gdb.gdbtk"
747fi
c906108c
SS
748# End stuff to support --enable-shared
749
750# configure the subdirectories too
751subdirs="$configdirs"
752
753
754trap '' 1 2 15
755cat > confcache <<\EOF
756# This file is a shell script that caches the results of configure
757# tests run on this system so they can be shared between configure
758# scripts and configure runs. It is not useful on other systems.
759# If it contains results you don't want to keep, you may remove or edit it.
760#
761# By default, configure uses ./config.cache as the cache file,
762# creating it if it does not exist already. You can give configure
763# the --cache-file=FILE option to use a different cache file; that is
764# what configure does when it calls configure scripts in
765# subdirectories, so they share the cache.
766# Giving --cache-file=/dev/null disables caching, for debugging configure.
767# config.status only pays attention to the cache file if you give it the
768# --recheck option to rerun configure.
769#
770EOF
771# The following way of writing the cache mishandles newlines in values,
772# but we know of no workaround that is simple, portable, and efficient.
773# So, don't put newlines in cache variables' values.
774# Ultrix sh set writes to stderr and can't be redirected directly,
775# and sets the high bit in the cache file unless we assign to the vars.
776(set) 2>&1 |
777 case `(ac_space=' '; set | grep ac_space) 2>&1` in
778 *ac_space=\ *)
779 # `set' does not quote correctly, so add quotes (double-quote substitution
780 # turns \\\\ into \\, and sed turns \\ into \).
781 sed -n \
782 -e "s/'/'\\\\''/g" \
783 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
784 ;;
785 *)
786 # `set' quotes correctly as required by POSIX, so do not add quotes.
787 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
788 ;;
789 esac >> confcache
790if cmp -s $cache_file confcache; then
791 :
792else
793 if test -w $cache_file; then
794 echo "updating cache $cache_file"
795 cat confcache > $cache_file
796 else
797 echo "not updating unwritable cache $cache_file"
798 fi
799fi
800rm -f confcache
801
802trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
803
804test "x$prefix" = xNONE && prefix=$ac_default_prefix
805# Let make expand exec_prefix.
806test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
807
808# Any assignment to VPATH causes Sun make to only execute
809# the first set of double-colon rules, so remove it if not needed.
810# If there is a colon in the path, we need to keep it.
811if test "x$srcdir" = x.; then
812 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
813fi
814
815trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
816
817# Transform confdefs.h into DEFS.
818# Protect against shell expansion while executing Makefile rules.
819# Protect against Makefile macro expansion.
820cat > conftest.defs <<\EOF
821s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
822s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
823s%\[%\\&%g
824s%\]%\\&%g
825s%\$%$$%g
826EOF
827DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
828rm -f conftest.defs
829
830
831# Without the "./", some shells look in PATH for config.status.
832: ${CONFIG_STATUS=./config.status}
833
834echo creating $CONFIG_STATUS
835rm -f $CONFIG_STATUS
836cat > $CONFIG_STATUS <<EOF
837#! /bin/sh
838# Generated automatically by configure.
839# Run this file to recreate the current configuration.
840# This directory was configured as follows,
841# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
842#
843# $0 $ac_configure_args
844#
845# Compiler output produced by configure, useful for debugging
846# configure, is in ./config.log if it exists.
847
848ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
849for ac_option
850do
851 case "\$ac_option" in
852 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
853 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
854 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
855 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
856 echo "$CONFIG_STATUS generated by autoconf version 2.13"
857 exit 0 ;;
858 -help | --help | --hel | --he | --h)
859 echo "\$ac_cs_usage"; exit 0 ;;
860 *) echo "\$ac_cs_usage"; exit 1 ;;
861 esac
862done
863
864ac_given_srcdir=$srcdir
865
866trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
867EOF
868cat >> $CONFIG_STATUS <<EOF
869
870# Protect against being on the right side of a sed subst in config.status.
871sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
872 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
873$ac_vpsub
874$extrasub
875s%@SHELL@%$SHELL%g
876s%@CFLAGS@%$CFLAGS%g
877s%@CPPFLAGS@%$CPPFLAGS%g
878s%@CXXFLAGS@%$CXXFLAGS%g
879s%@FFLAGS@%$FFLAGS%g
880s%@DEFS@%$DEFS%g
881s%@LDFLAGS@%$LDFLAGS%g
882s%@LIBS@%$LIBS%g
883s%@exec_prefix@%$exec_prefix%g
884s%@prefix@%$prefix%g
885s%@program_transform_name@%$program_transform_name%g
886s%@bindir@%$bindir%g
887s%@sbindir@%$sbindir%g
888s%@libexecdir@%$libexecdir%g
889s%@datadir@%$datadir%g
890s%@sysconfdir@%$sysconfdir%g
891s%@sharedstatedir@%$sharedstatedir%g
892s%@localstatedir@%$localstatedir%g
893s%@libdir@%$libdir%g
894s%@includedir@%$includedir%g
895s%@oldincludedir@%$oldincludedir%g
896s%@infodir@%$infodir%g
897s%@mandir@%$mandir%g
898s%@CC@%$CC%g
899s%@host@%$host%g
900s%@host_alias@%$host_alias%g
901s%@host_cpu@%$host_cpu%g
902s%@host_vendor@%$host_vendor%g
903s%@host_os@%$host_os%g
904s%@target@%$target%g
905s%@target_alias@%$target_alias%g
906s%@target_cpu@%$target_cpu%g
907s%@target_vendor@%$target_vendor%g
908s%@target_os@%$target_os%g
909s%@build@%$build%g
910s%@build_alias@%$build_alias%g
911s%@build_cpu@%$build_cpu%g
912s%@build_vendor@%$build_vendor%g
913s%@build_os@%$build_os%g
914s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
915s%@subdirs@%$subdirs%g
916
917CEOF
918EOF
919
920cat >> $CONFIG_STATUS <<\EOF
921
922# Split the substitutions into bite-sized pieces for seds with
923# small command number limits, like on Digital OSF/1 and HP-UX.
924ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
925ac_file=1 # Number of current file.
926ac_beg=1 # First line for current file.
927ac_end=$ac_max_sed_cmds # Line after last line for current file.
928ac_more_lines=:
929ac_sed_cmds=""
930while $ac_more_lines; do
931 if test $ac_beg -gt 1; then
932 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
933 else
934 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
935 fi
936 if test ! -s conftest.s$ac_file; then
937 ac_more_lines=false
938 rm -f conftest.s$ac_file
939 else
940 if test -z "$ac_sed_cmds"; then
941 ac_sed_cmds="sed -f conftest.s$ac_file"
942 else
943 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
944 fi
945 ac_file=`expr $ac_file + 1`
946 ac_beg=$ac_end
947 ac_end=`expr $ac_end + $ac_max_sed_cmds`
948 fi
949done
950if test -z "$ac_sed_cmds"; then
951 ac_sed_cmds=cat
952fi
953EOF
954
955cat >> $CONFIG_STATUS <<EOF
956
957CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
958EOF
959cat >> $CONFIG_STATUS <<\EOF
960for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
961 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
962 case "$ac_file" in
963 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
964 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
965 *) ac_file_in="${ac_file}.in" ;;
966 esac
967
968 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
969
970 # Remove last slash and all that follows it. Not all systems have dirname.
971 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
972 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
973 # The file is in a subdirectory.
974 test ! -d "$ac_dir" && mkdir "$ac_dir"
975 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
976 # A "../" for each directory in $ac_dir_suffix.
977 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
978 else
979 ac_dir_suffix= ac_dots=
980 fi
981
982 case "$ac_given_srcdir" in
983 .) srcdir=.
984 if test -z "$ac_dots"; then top_srcdir=.
985 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
986 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
987 *) # Relative path.
988 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
989 top_srcdir="$ac_dots$ac_given_srcdir" ;;
990 esac
991
992
993 echo creating "$ac_file"
994 rm -f "$ac_file"
995 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
996 case "$ac_file" in
997 *Makefile*) ac_comsub="1i\\
998# $configure_input" ;;
999 *) ac_comsub= ;;
1000 esac
1001
1002 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1003 sed -e "$ac_comsub
1004s%@configure_input@%$configure_input%g
1005s%@srcdir@%$srcdir%g
1006s%@top_srcdir@%$top_srcdir%g
1007" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1008fi; done
1009rm -f conftest.s*
1010
1011EOF
1012cat >> $CONFIG_STATUS <<EOF
1013
1014EOF
1015cat >> $CONFIG_STATUS <<\EOF
1016
1017exit 0
1018EOF
1019chmod +x $CONFIG_STATUS
1020rm -fr confdefs* $ac_clean_files
1021test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1022
1023if test "$no_recursion" != yes; then
1024
1025 # Remove --cache-file and --srcdir arguments so they do not pile up.
1026 ac_sub_configure_args=
1027 ac_prev=
1028 for ac_arg in $ac_configure_args; do
1029 if test -n "$ac_prev"; then
1030 ac_prev=
1031 continue
1032 fi
1033 case "$ac_arg" in
1034 -cache-file | --cache-file | --cache-fil | --cache-fi \
1035 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1036 ac_prev=cache_file ;;
1037 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1038 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1039 ;;
1040 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1041 ac_prev=srcdir ;;
1042 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1043 ;;
1044 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
1045 esac
1046 done
1047
1048 for ac_config_dir in $configdirs; do
1049
1050 # Do not complain, so a configure script can configure whichever
1051 # parts of a large source tree are present.
1052 if test ! -d $srcdir/$ac_config_dir; then
1053 continue
1054 fi
1055
1056 echo configuring in $ac_config_dir
1057
1058 case "$srcdir" in
1059 .) ;;
1060 *)
1061 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
1062 else
1063 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
1064 fi
1065 ;;
1066 esac
1067
1068 ac_popdir=`pwd`
1069 cd $ac_config_dir
1070
1071 # A "../" for each directory in /$ac_config_dir.
1072 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
1073
1074 case "$srcdir" in
1075 .) # No --srcdir option. We are building in place.
1076 ac_sub_srcdir=$srcdir ;;
1077 /*) # Absolute path.
1078 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
1079 *) # Relative path.
1080 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
1081 esac
1082
1083 # Check for guested configure; otherwise get Cygnus style configure.
1084 if test -f $ac_sub_srcdir/configure; then
1085 ac_sub_configure=$ac_sub_srcdir/configure
1086 elif test -f $ac_sub_srcdir/configure.in; then
1087 ac_sub_configure=$ac_configure
1088 else
1089 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
1090 ac_sub_configure=
1091 fi
1092
1093 # The recursion is here.
1094 if test -n "$ac_sub_configure"; then
1095
1096 # Make the cache file name correct relative to the subdirectory.
1097 case "$cache_file" in
1098 /*) ac_sub_cache_file=$cache_file ;;
1099 *) # Relative path.
1100 ac_sub_cache_file="$ac_dots$cache_file" ;;
1101 esac
1102
1103 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
1104 # The eval makes quoting arguments work.
1105 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
1106 then :
1107 else
1108 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
1109 fi
1110 fi
1111
1112 cd $ac_popdir
1113 done
1114fi
1115
This page took 0.083916 seconds and 4 git commands to generate.