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