OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [configure] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by Autoconf 2.52 for rtems-c-src-lib-libbsp-powerpc ss-20020807.
4
#
5
# Report bugs to .
6
#
7
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
8
# Free Software Foundation, Inc.
9
# This configure script is free software; the Free Software Foundation
10
# gives unlimited permission to copy, distribute and modify it.
11
 
12
# Avoid depending upon Character Ranges.
13
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16
as_cr_digits='0123456789'
17
as_cr_alnum=$as_cr_Letters$as_cr_digits
18
 
19
# Sed expression to map a string onto a valid variable name.
20
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
21
 
22
# Sed expression to map a string onto a valid CPP name.
23
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
24
 
25
# Be Bourne compatible
26
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27
  emulate sh
28
  NULLCMD=:
29
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
30
  set -o posix
31
fi
32
 
33
# Name of the executable.
34
as_me=`echo "$0" |sed 's,.*[\\/],,'`
35
 
36
if expr a : '\(a\)' >/dev/null 2>&1; then
37
  as_expr=expr
38
else
39
  as_expr=false
40
fi
41
 
42
rm -f conf$$ conf$$.exe conf$$.file
43
echo >conf$$.file
44
if ln -s conf$$.file conf$$ 2>/dev/null; then
45
  # We could just check for DJGPP; but this test a) works b) is more generic
46
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
47
  if test -f conf$$.exe; then
48
    # Don't use ln at all; we don't have any links
49
    as_ln_s='cp -p'
50
  else
51
    as_ln_s='ln -s'
52
  fi
53
elif ln conf$$.file conf$$ 2>/dev/null; then
54
  as_ln_s=ln
55
else
56
  as_ln_s='cp -p'
57
fi
58
rm -f conf$$ conf$$.exe conf$$.file
59
 
60
as_executable_p="test -f"
61
 
62
# Support unset when possible.
63
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
64
  as_unset=unset
65
else
66
  as_unset=false
67
fi
68
 
69
# NLS nuisances.
70
$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
71
$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
72
$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
73
$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
74
$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
75
$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
76
$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
77
$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
78
 
79
# IFS
80
# We need space, tab and new line, in precisely that order.
81
as_nl='
82
'
83
IFS="   $as_nl"
84
 
85
# CDPATH.
86
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
87
 
88
# Name of the host.
89
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
90
# so uname gets run too.
91
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
92
 
93
exec 6>&1
94
 
95
#
96
# Initializations.
97
#
98
ac_default_prefix=/usr/local
99
cross_compiling=no
100
subdirs=
101
MFLAGS= MAKEFLAGS=
102
SHELL=${CONFIG_SHELL-/bin/sh}
103
 
104
# Maximum number of lines to put in a shell here document.
105
# This variable seems obsolete.  It should probably be removed, and
106
# only ac_max_sed_lines should be used.
107
: ${ac_max_here_lines=38}
108
 
109
ac_unique_file="dmv177"
110
ac_default_prefix=/opt/rtems
111
ac_subdirs_all="$ac_subdirs_all dmv177"
112
ac_subdirs_all="$ac_subdirs_all eth_comm"
113
ac_subdirs_all="$ac_subdirs_all gen405"
114
ac_subdirs_all="$ac_subdirs_all helas403"
115
ac_subdirs_all="$ac_subdirs_all mbx8xx"
116
ac_subdirs_all="$ac_subdirs_all motorola_powerpc"
117
ac_subdirs_all="$ac_subdirs_all mpc8260ads"
118
ac_subdirs_all="$ac_subdirs_all ppcn_60x"
119
ac_subdirs_all="$ac_subdirs_all psim"
120
ac_subdirs_all="$ac_subdirs_all score603e"
121
 
122
# Initialize some variables set by options.
123
ac_init_help=
124
ac_init_version=false
125
# The variables have the same names as the options, with
126
# dashes changed to underlines.
127
cache_file=/dev/null
128
exec_prefix=NONE
129
no_create=
130
no_recursion=
131
prefix=NONE
132
program_prefix=NONE
133
program_suffix=NONE
134
program_transform_name=s,x,x,
135
silent=
136
site=
137
srcdir=
138
verbose=
139
x_includes=NONE
140
x_libraries=NONE
141
 
142
# Installation directory options.
143
# These are left unexpanded so users can "make install exec_prefix=/foo"
144
# and all the variables that are supposed to be based on exec_prefix
145
# by default will actually change.
146
# Use braces instead of parens because sh, perl, etc. also accept them.
147
bindir='${exec_prefix}/bin'
148
sbindir='${exec_prefix}/sbin'
149
libexecdir='${exec_prefix}/libexec'
150
datadir='${prefix}/share'
151
sysconfdir='${prefix}/etc'
152
sharedstatedir='${prefix}/com'
153
localstatedir='${prefix}/var'
154
libdir='${exec_prefix}/lib'
155
includedir='${prefix}/include'
156
oldincludedir='/usr/include'
157
infodir='${prefix}/info'
158
mandir='${prefix}/man'
159
 
160
# Identity of this package.
161
PACKAGE_NAME='rtems-c-src-lib-libbsp-powerpc'
162
PACKAGE_TARNAME='rtems-c-src-lib-libbsp-powerpc'
163
PACKAGE_VERSION='ss-20020807'
164
PACKAGE_STRING='rtems-c-src-lib-libbsp-powerpc ss-20020807'
165
PACKAGE_BUGREPORT='rtems-bugs@OARcorp.com'
166
 
167
ac_prev=
168
for ac_option
169
do
170
  # If the previous option needs an argument, assign it.
171
  if test -n "$ac_prev"; then
172
    eval "$ac_prev=\$ac_option"
173
    ac_prev=
174
    continue
175
  fi
176
 
177
  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
178
 
179
  # Accept the important Cygnus configure options, so we can diagnose typos.
180
 
181
  case $ac_option in
182
 
183
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
184
    ac_prev=bindir ;;
185
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
186
    bindir=$ac_optarg ;;
187
 
188
  -build | --build | --buil | --bui | --bu)
189
    ac_prev=build_alias ;;
190
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
191
    build_alias=$ac_optarg ;;
192
 
193
  -cache-file | --cache-file | --cache-fil | --cache-fi \
194
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
195
    ac_prev=cache_file ;;
196
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
197
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
198
    cache_file=$ac_optarg ;;
199
 
200
  --config-cache | -C)
201
    cache_file=config.cache ;;
202
 
203
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
204
    ac_prev=datadir ;;
205
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
206
  | --da=*)
207
    datadir=$ac_optarg ;;
208
 
209
  -disable-* | --disable-*)
210
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
211
    # Reject names that are not valid shell variable names.
212
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
213
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
214
   { (exit 1); exit 1; }; }
215
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
216
    eval "enable_$ac_feature=no" ;;
217
 
218
  -enable-* | --enable-*)
219
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
220
    # Reject names that are not valid shell variable names.
221
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
222
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
223
   { (exit 1); exit 1; }; }
224
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
225
    case $ac_option in
226
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
227
      *) ac_optarg=yes ;;
228
    esac
229
    eval "enable_$ac_feature='$ac_optarg'" ;;
230
 
231
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
232
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
233
  | --exec | --exe | --ex)
234
    ac_prev=exec_prefix ;;
235
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
236
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
237
  | --exec=* | --exe=* | --ex=*)
238
    exec_prefix=$ac_optarg ;;
239
 
240
  -gas | --gas | --ga | --g)
241
    # Obsolete; use --with-gas.
242
    with_gas=yes ;;
243
 
244
  -help | --help | --hel | --he | -h)
245
    ac_init_help=long ;;
246
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
247
    ac_init_help=recursive ;;
248
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
249
    ac_init_help=short ;;
250
 
251
  -host | --host | --hos | --ho)
252
    ac_prev=host_alias ;;
253
  -host=* | --host=* | --hos=* | --ho=*)
254
    host_alias=$ac_optarg ;;
255
 
256
  -includedir | --includedir | --includedi | --included | --include \
257
  | --includ | --inclu | --incl | --inc)
258
    ac_prev=includedir ;;
259
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
260
  | --includ=* | --inclu=* | --incl=* | --inc=*)
261
    includedir=$ac_optarg ;;
262
 
263
  -infodir | --infodir | --infodi | --infod | --info | --inf)
264
    ac_prev=infodir ;;
265
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
266
    infodir=$ac_optarg ;;
267
 
268
  -libdir | --libdir | --libdi | --libd)
269
    ac_prev=libdir ;;
270
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
271
    libdir=$ac_optarg ;;
272
 
273
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
274
  | --libexe | --libex | --libe)
275
    ac_prev=libexecdir ;;
276
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
277
  | --libexe=* | --libex=* | --libe=*)
278
    libexecdir=$ac_optarg ;;
279
 
280
  -localstatedir | --localstatedir | --localstatedi | --localstated \
281
  | --localstate | --localstat | --localsta | --localst \
282
  | --locals | --local | --loca | --loc | --lo)
283
    ac_prev=localstatedir ;;
284
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
285
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
286
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
287
    localstatedir=$ac_optarg ;;
288
 
289
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
290
    ac_prev=mandir ;;
291
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
292
    mandir=$ac_optarg ;;
293
 
294
  -nfp | --nfp | --nf)
295
    # Obsolete; use --without-fp.
296
    with_fp=no ;;
297
 
298
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
299
  | --no-cr | --no-c)
300
    no_create=yes ;;
301
 
302
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
303
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
304
    no_recursion=yes ;;
305
 
306
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
307
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
308
  | --oldin | --oldi | --old | --ol | --o)
309
    ac_prev=oldincludedir ;;
310
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
311
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
312
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
313
    oldincludedir=$ac_optarg ;;
314
 
315
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
316
    ac_prev=prefix ;;
317
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
318
    prefix=$ac_optarg ;;
319
 
320
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
321
  | --program-pre | --program-pr | --program-p)
322
    ac_prev=program_prefix ;;
323
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
324
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
325
    program_prefix=$ac_optarg ;;
326
 
327
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
328
  | --program-suf | --program-su | --program-s)
329
    ac_prev=program_suffix ;;
330
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
331
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
332
    program_suffix=$ac_optarg ;;
333
 
334
  -program-transform-name | --program-transform-name \
335
  | --program-transform-nam | --program-transform-na \
336
  | --program-transform-n | --program-transform- \
337
  | --program-transform | --program-transfor \
338
  | --program-transfo | --program-transf \
339
  | --program-trans | --program-tran \
340
  | --progr-tra | --program-tr | --program-t)
341
    ac_prev=program_transform_name ;;
342
  -program-transform-name=* | --program-transform-name=* \
343
  | --program-transform-nam=* | --program-transform-na=* \
344
  | --program-transform-n=* | --program-transform-=* \
345
  | --program-transform=* | --program-transfor=* \
346
  | --program-transfo=* | --program-transf=* \
347
  | --program-trans=* | --program-tran=* \
348
  | --progr-tra=* | --program-tr=* | --program-t=*)
349
    program_transform_name=$ac_optarg ;;
350
 
351
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
352
  | -silent | --silent | --silen | --sile | --sil)
353
    silent=yes ;;
354
 
355
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
356
    ac_prev=sbindir ;;
357
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
358
  | --sbi=* | --sb=*)
359
    sbindir=$ac_optarg ;;
360
 
361
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
362
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
363
  | --sharedst | --shareds | --shared | --share | --shar \
364
  | --sha | --sh)
365
    ac_prev=sharedstatedir ;;
366
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
367
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
368
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
369
  | --sha=* | --sh=*)
370
    sharedstatedir=$ac_optarg ;;
371
 
372
  -site | --site | --sit)
373
    ac_prev=site ;;
374
  -site=* | --site=* | --sit=*)
375
    site=$ac_optarg ;;
376
 
377
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
378
    ac_prev=srcdir ;;
379
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
380
    srcdir=$ac_optarg ;;
381
 
382
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
383
  | --syscon | --sysco | --sysc | --sys | --sy)
384
    ac_prev=sysconfdir ;;
385
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
386
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
387
    sysconfdir=$ac_optarg ;;
388
 
389
  -target | --target | --targe | --targ | --tar | --ta | --t)
390
    ac_prev=target_alias ;;
391
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
392
    target_alias=$ac_optarg ;;
393
 
394
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
395
    verbose=yes ;;
396
 
397
  -version | --version | --versio | --versi | --vers | -V)
398
    ac_init_version=: ;;
399
 
400
  -with-* | --with-*)
401
    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
402
    # Reject names that are not valid shell variable names.
403
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
404
      { echo "$as_me: error: invalid package name: $ac_package" >&2
405
   { (exit 1); exit 1; }; }
406
    ac_package=`echo $ac_package| sed 's/-/_/g'`
407
    case $ac_option in
408
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
409
      *) ac_optarg=yes ;;
410
    esac
411
    eval "with_$ac_package='$ac_optarg'" ;;
412
 
413
  -without-* | --without-*)
414
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
415
    # Reject names that are not valid shell variable names.
416
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
417
      { echo "$as_me: error: invalid package name: $ac_package" >&2
418
   { (exit 1); exit 1; }; }
419
    ac_package=`echo $ac_package | sed 's/-/_/g'`
420
    eval "with_$ac_package=no" ;;
421
 
422
  --x)
423
    # Obsolete; use --with-x.
424
    with_x=yes ;;
425
 
426
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
427
  | --x-incl | --x-inc | --x-in | --x-i)
428
    ac_prev=x_includes ;;
429
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
430
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
431
    x_includes=$ac_optarg ;;
432
 
433
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
434
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
435
    ac_prev=x_libraries ;;
436
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
437
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
438
    x_libraries=$ac_optarg ;;
439
 
440
  -*) { echo "$as_me: error: unrecognized option: $ac_option
441
Try \`$0 --help' for more information." >&2
442
   { (exit 1); exit 1; }; }
443
    ;;
444
 
445
  *=*)
446
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
447
    # Reject names that are not valid shell variable names.
448
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
449
      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
450
   { (exit 1); exit 1; }; }
451
    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
452
    eval "$ac_envvar='$ac_optarg'"
453
    export $ac_envvar ;;
454
 
455
  *)
456
    # FIXME: should be removed in autoconf 3.0.
457
    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
458
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
459
      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
460
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
461
    ;;
462
 
463
  esac
464
done
465
 
466
if test -n "$ac_prev"; then
467
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
468
  { echo "$as_me: error: missing argument to $ac_option" >&2
469
   { (exit 1); exit 1; }; }
470
fi
471
 
472
# Be sure to have absolute paths.
473
for ac_var in exec_prefix prefix
474
do
475
  eval ac_val=$`echo $ac_var`
476
  case $ac_val in
477
    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
478
    *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
479
   { (exit 1); exit 1; }; };;
480
  esac
481
done
482
 
483
# Be sure to have absolute paths.
484
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
485
              localstatedir libdir includedir oldincludedir infodir mandir
486
do
487
  eval ac_val=$`echo $ac_var`
488
  case $ac_val in
489
    [\\/$]* | ?:[\\/]* ) ;;
490
    *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
491
   { (exit 1); exit 1; }; };;
492
  esac
493
done
494
 
495
# There might be people who depend on the old broken behavior: `$host'
496
# used to hold the argument of --host etc.
497
build=$build_alias
498
host=$host_alias
499
target=$target_alias
500
 
501
# FIXME: should be removed in autoconf 3.0.
502
if test "x$host_alias" != x; then
503
  if test "x$build_alias" = x; then
504
    cross_compiling=maybe
505
    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
506
    If a cross compiler is detected then cross compile mode will be used." >&2
507
  elif test "x$build_alias" != "x$host_alias"; then
508
    cross_compiling=yes
509
  fi
510
fi
511
 
512
ac_tool_prefix=
513
test -n "$host_alias" && ac_tool_prefix=$host_alias-
514
 
515
test "$silent" = yes && exec 6>/dev/null
516
 
517
# Find the source files, if location was not specified.
518
if test -z "$srcdir"; then
519
  ac_srcdir_defaulted=yes
520
  # Try the directory containing this script, then its parent.
521
  ac_prog=$0
522
  ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
523
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
524
  srcdir=$ac_confdir
525
  if test ! -r $srcdir/$ac_unique_file; then
526
    srcdir=..
527
  fi
528
else
529
  ac_srcdir_defaulted=no
530
fi
531
if test ! -r $srcdir/$ac_unique_file; then
532
  if test "$ac_srcdir_defaulted" = yes; then
533
    { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
534
   { (exit 1); exit 1; }; }
535
  else
536
    { echo "$as_me: error: cannot find sources in $srcdir" >&2
537
   { (exit 1); exit 1; }; }
538
  fi
539
fi
540
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
541
ac_env_build_alias_set=${build_alias+set}
542
ac_env_build_alias_value=$build_alias
543
ac_cv_env_build_alias_set=${build_alias+set}
544
ac_cv_env_build_alias_value=$build_alias
545
ac_env_host_alias_set=${host_alias+set}
546
ac_env_host_alias_value=$host_alias
547
ac_cv_env_host_alias_set=${host_alias+set}
548
ac_cv_env_host_alias_value=$host_alias
549
ac_env_target_alias_set=${target_alias+set}
550
ac_env_target_alias_value=$target_alias
551
ac_cv_env_target_alias_set=${target_alias+set}
552
ac_cv_env_target_alias_value=$target_alias
553
ac_env_RTEMS_BSP_set=${RTEMS_BSP+set}
554
ac_env_RTEMS_BSP_value=$RTEMS_BSP
555
ac_cv_env_RTEMS_BSP_set=${RTEMS_BSP+set}
556
ac_cv_env_RTEMS_BSP_value=$RTEMS_BSP
557
 
558
#
559
# Report the --help message.
560
#
561
if test "$ac_init_help" = "long"; then
562
  # Omit some internal or obsolete options to make the list less imposing.
563
  # This message is too long to be a string in the A/UX 3.1 sh.
564
  cat <
565
\`configure' configures rtems-c-src-lib-libbsp-powerpc ss-20020807 to adapt to many kinds of systems.
566
 
567
Usage: $0 [OPTION]... [VAR=VALUE]...
568
 
569
To assign environment variables (e.g., CC, CFLAGS...), specify them as
570
VAR=VALUE.  See below for descriptions of some of the useful variables.
571
 
572
Defaults for the options are specified in brackets.
573
 
574
Configuration:
575
  -h, --help              display this help and exit
576
      --help=short        display options specific to this package
577
      --help=recursive    display the short help of all the included packages
578
  -V, --version           display version information and exit
579
  -q, --quiet, --silent   do not print \`checking...' messages
580
      --cache-file=FILE   cache test results in FILE [disabled]
581
  -C, --config-cache      alias for \`--cache-file=config.cache'
582
  -n, --no-create         do not create output files
583
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
584
 
585
EOF
586
 
587
  cat <
588
Installation directories:
589
  --prefix=PREFIX         install architecture-independent files in PREFIX
590
                          [$ac_default_prefix]
591
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
592
                          [PREFIX]
593
 
594
By default, \`make install' will install all the files in
595
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
596
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
597
for instance \`--prefix=\$HOME'.
598
 
599
For better control, use the options below.
600
 
601
Fine tuning of the installation directories:
602
  --bindir=DIR           user executables [EPREFIX/bin]
603
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
604
  --libexecdir=DIR       program executables [EPREFIX/libexec]
605
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
606
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
607
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
608
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
609
  --libdir=DIR           object code libraries [EPREFIX/lib]
610
  --includedir=DIR       C header files [PREFIX/include]
611
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
612
  --infodir=DIR          info documentation [PREFIX/info]
613
  --mandir=DIR           man documentation [PREFIX/man]
614
EOF
615
 
616
  cat <<\EOF
617
 
618
Program names:
619
  --program-prefix=PREFIX            prepend PREFIX to installed program names
620
  --program-suffix=SUFFIX            append SUFFIX to installed program names
621
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
622
 
623
System types:
624
  --build=BUILD     configure for building on BUILD [guessed]
625
  --host=HOST       build programs to run on HOST [BUILD]
626
  --target=TARGET   configure for building compilers for TARGET [HOST]
627
EOF
628
fi
629
 
630
if test -n "$ac_init_help"; then
631
  case $ac_init_help in
632
     short | recursive ) echo "Configuration of rtems-c-src-lib-libbsp-powerpc ss-20020807:";;
633
   esac
634
  cat <<\EOF
635
 
636
Optional Features:
637
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
638
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
639
  --enable-maintainer-mode enable make rules and dependencies not useful
640
                          (and sometimes confusing) to the casual installer
641
  --enable-bare-cpu-cflags
642
                          specify a particular cpu cflag (bare bsp specific)
643
  --enable-bare-cpu-model specify a particular cpu model (bare bsp specific)
644
 
645
Some influential environment variables:
646
  RTEMS_BSP   RTEMS_BSP to build
647
 
648
Use these variables to override the choices made by `configure' or to help
649
it to find libraries and programs with nonstandard names/locations.
650
 
651
Report bugs to .
652
EOF
653
fi
654
 
655
if test "$ac_init_help" = "recursive"; then
656
  # If there are subdirs, report their specific --help.
657
  ac_popdir=`pwd`
658
  for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
659
    cd $ac_subdir
660
    # A "../" for each directory in /$ac_subdir.
661
    ac_dots=`echo $ac_subdir |
662
             sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
663
 
664
    case $srcdir in
665
    .) # No --srcdir option.  We are building in place.
666
      ac_sub_srcdir=$srcdir ;;
667
    [\\/]* | ?:[\\/]* ) # Absolute path.
668
      ac_sub_srcdir=$srcdir/$ac_subdir ;;
669
    *) # Relative path.
670
      ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
671
    esac
672
 
673
    # Check for guested configure; otherwise get Cygnus style configure.
674
    if test -f $ac_sub_srcdir/configure.gnu; then
675
      echo
676
      $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
677
    elif test -f $ac_sub_srcdir/configure; then
678
      echo
679
      $SHELL $ac_sub_srcdir/configure  --help=recursive
680
    elif test -f $ac_sub_srcdir/configure.ac ||
681
           test -f $ac_sub_srcdir/configure.in; then
682
      echo
683
      $ac_configure --help
684
    else
685
      echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
686
    fi
687
    cd $ac_popdir
688
  done
689
fi
690
 
691
test -n "$ac_init_help" && exit 0
692
if $ac_init_version; then
693
  cat <<\EOF
694
rtems-c-src-lib-libbsp-powerpc configure ss-20020807
695
generated by GNU Autoconf 2.52
696
 
697
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
698
Free Software Foundation, Inc.
699
This configure script is free software; the Free Software Foundation
700
gives unlimited permission to copy, distribute and modify it.
701
EOF
702
  exit 0
703
fi
704
exec 5>config.log
705
cat >&5 <
706
This file contains any messages produced by compilers while
707
running configure, to aid debugging if configure makes a mistake.
708
 
709
It was created by rtems-c-src-lib-libbsp-powerpc $as_me ss-20020807, which was
710
generated by GNU Autoconf 2.52.  Invocation command line was
711
 
712
  $ $0 $@
713
 
714
EOF
715
{
716
cat <<_ASUNAME
717
## ---------- ##
718
## Platform.  ##
719
## ---------- ##
720
 
721
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
722
uname -m = `(uname -m) 2>/dev/null || echo unknown`
723
uname -r = `(uname -r) 2>/dev/null || echo unknown`
724
uname -s = `(uname -s) 2>/dev/null || echo unknown`
725
uname -v = `(uname -v) 2>/dev/null || echo unknown`
726
 
727
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
728
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
729
 
730
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
731
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
732
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
733
hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
734
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
735
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
736
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
737
 
738
PATH = $PATH
739
 
740
_ASUNAME
741
} >&5
742
 
743
cat >&5 <
744
## ------------ ##
745
## Core tests.  ##
746
## ------------ ##
747
 
748
EOF
749
 
750
# Keep a trace of the command line.
751
# Strip out --no-create and --no-recursion so they do not pile up.
752
# Also quote any args containing shell meta-characters.
753
ac_configure_args=
754
ac_sep=
755
for ac_arg
756
do
757
  case $ac_arg in
758
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
759
  | --no-cr | --no-c) ;;
760
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
761
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
762
  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
763
    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
764
    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
765
    ac_sep=" " ;;
766
  *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
767
     ac_sep=" " ;;
768
  esac
769
  # Get rid of the leading space.
770
done
771
 
772
# When interrupted or exit'd, cleanup temporary files, and complete
773
# config.log.  We remove comments because anyway the quotes in there
774
# would cause problems or look ugly.
775
trap 'exit_status=$?
776
  # Save into config.log some information that might help in debugging.
777
  echo >&5
778
  echo "## ----------------- ##" >&5
779
  echo "## Cache variables.  ##" >&5
780
  echo "## ----------------- ##" >&5
781
  echo >&5
782
  # The following way of writing the cache mishandles newlines in values,
783
{
784
  (set) 2>&1 |
785
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
786
    *ac_space=\ *)
787
      sed -n \
788
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
789
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
790
      ;;
791
    *)
792
      sed -n \
793
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
794
      ;;
795
    esac;
796
} >&5
797
  sed "/^$/d" confdefs.h >conftest.log
798
  if test -s conftest.log; then
799
    echo >&5
800
    echo "## ------------ ##" >&5
801
    echo "## confdefs.h.  ##" >&5
802
    echo "## ------------ ##" >&5
803
    echo >&5
804
    cat conftest.log >&5
805
  fi
806
  (echo; echo) >&5
807
  test "$ac_signal" != 0 &&
808
    echo "$as_me: caught signal $ac_signal" >&5
809
  echo "$as_me: exit $exit_status" >&5
810
  rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
811
    exit $exit_status
812
     ' 0
813
for ac_signal in 1 2 13 15; do
814
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
815
done
816
ac_signal=0
817
 
818
# confdefs.h avoids OS command line length limits that DEFS can exceed.
819
rm -rf conftest* confdefs.h
820
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
821
echo >confdefs.h
822
 
823
# Let the site file select an alternate cache file if it wants to.
824
# Prefer explicitly selected file to automatically selected ones.
825
if test -z "$CONFIG_SITE"; then
826
  if test "x$prefix" != xNONE; then
827
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
828
  else
829
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
830
  fi
831
fi
832
for ac_site_file in $CONFIG_SITE; do
833
  if test -r "$ac_site_file"; then
834
    { echo "$as_me:834: loading site script $ac_site_file" >&5
835
echo "$as_me: loading site script $ac_site_file" >&6;}
836
    cat "$ac_site_file" >&5
837
    . "$ac_site_file"
838
  fi
839
done
840
 
841
if test -r "$cache_file"; then
842
  # Some versions of bash will fail to source /dev/null (special
843
  # files actually), so we avoid doing that.
844
  if test -f "$cache_file"; then
845
    { echo "$as_me:845: loading cache $cache_file" >&5
846
echo "$as_me: loading cache $cache_file" >&6;}
847
    case $cache_file in
848
      [\\/]* | ?:[\\/]* ) . $cache_file;;
849
      *)                      . ./$cache_file;;
850
    esac
851
  fi
852
else
853
  { echo "$as_me:853: creating cache $cache_file" >&5
854
echo "$as_me: creating cache $cache_file" >&6;}
855
  >$cache_file
856
fi
857
 
858
# Check that the precious variables saved in the cache have kept the same
859
# value.
860
ac_cache_corrupted=false
861
for ac_var in `(set) 2>&1 |
862
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
863
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
864
  eval ac_new_set=\$ac_env_${ac_var}_set
865
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
866
  eval ac_new_val="\$ac_env_${ac_var}_value"
867
  case $ac_old_set,$ac_new_set in
868
    set,)
869
      { echo "$as_me:869: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
870
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
871
      ac_cache_corrupted=: ;;
872
    ,set)
873
      { echo "$as_me:873: error: \`$ac_var' was not set in the previous run" >&5
874
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
875
      ac_cache_corrupted=: ;;
876
    ,);;
877
    *)
878
      if test "x$ac_old_val" != "x$ac_new_val"; then
879
        { echo "$as_me:879: error: \`$ac_var' has changed since the previous run:" >&5
880
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
881
        { echo "$as_me:881:   former value:  $ac_old_val" >&5
882
echo "$as_me:   former value:  $ac_old_val" >&2;}
883
        { echo "$as_me:883:   current value: $ac_new_val" >&5
884
echo "$as_me:   current value: $ac_new_val" >&2;}
885
        ac_cache_corrupted=:
886
      fi;;
887
  esac
888
  # Pass precious variables to config.status.  It doesn't matter if
889
  # we pass some twice (in addition to the command line arguments).
890
  if test "$ac_new_set" = set; then
891
    case $ac_new_val in
892
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
893
      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
894
      ac_configure_args="$ac_configure_args '$ac_arg'"
895
      ;;
896
    *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
897
       ;;
898
    esac
899
  fi
900
done
901
if $ac_cache_corrupted; then
902
  { echo "$as_me:902: error: changes in the environment can compromise the build" >&5
903
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
904
  { { echo "$as_me:904: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
905
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
906
   { (exit 1); exit 1; }; }
907
fi
908
 
909
ac_ext=c
910
ac_cpp='$CPP $CPPFLAGS'
911
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
912
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
913
ac_compiler_gnu=$ac_cv_c_compiler_gnu
914
 
915
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
916
  *c*,-n*) ECHO_N= ECHO_C='
917
' ECHO_T='      ' ;;
918
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
919
  *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
920
esac
921
echo "#! $SHELL" >conftest.sh
922
echo  "exit 0"   >>conftest.sh
923
chmod +x conftest.sh
924
if { (echo "$as_me:924: PATH=\".;.\"; conftest.sh") >&5
925
  (PATH=".;."; conftest.sh) 2>&5
926
  ac_status=$?
927
  echo "$as_me:927: \$? = $ac_status" >&5
928
  (exit $ac_status); }; then
929
  ac_path_separator=';'
930
else
931
  ac_path_separator=:
932
fi
933
PATH_SEPARATOR="$ac_path_separator"
934
rm -f conftest.sh
935
 
936
for ac_prog in gmake make
937
do
938
  # Extract the first word of "$ac_prog", so it can be a program name with args.
939
set dummy $ac_prog; ac_word=$2
940
echo "$as_me:940: checking for $ac_word" >&5
941
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
942
if test "${ac_cv_prog_MAKE+set}" = set; then
943
  echo $ECHO_N "(cached) $ECHO_C" >&6
944
else
945
  if test -n "$MAKE"; then
946
  ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
947
else
948
  ac_save_IFS=$IFS; IFS=$ac_path_separator
949
ac_dummy="$PATH"
950
for ac_dir in $ac_dummy; do
951
  IFS=$ac_save_IFS
952
  test -z "$ac_dir" && ac_dir=.
953
  $as_executable_p "$ac_dir/$ac_word" || continue
954
ac_cv_prog_MAKE="$ac_prog"
955
echo "$as_me:955: found $ac_dir/$ac_word" >&5
956
break
957
done
958
 
959
fi
960
fi
961
MAKE=$ac_cv_prog_MAKE
962
if test -n "$MAKE"; then
963
  echo "$as_me:963: result: $MAKE" >&5
964
echo "${ECHO_T}$MAKE" >&6
965
else
966
  echo "$as_me:966: result: no" >&5
967
echo "${ECHO_T}no" >&6
968
fi
969
 
970
  test -n "$MAKE" && break
971
done
972
 
973
ENDIF=endif
974
 
975
RTEMS_TOPdir="../../../../..";
976
 
977
test -n "$with_target_subdir" || with_target_subdir="."
978
 
979
if test "$with_target_subdir" = "." ; then
980
# Native
981
PROJECT_TOPdir=${RTEMS_TOPdir}/'$(top_builddir)'
982
else
983
# Cross
984
dots=`echo $with_target_subdir|\
985
sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
986
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
987
fi
988
 
989
if test "$with_target_subdir" = "." ; then
990
# Native
991
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
992
else
993
# Cross
994
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
995
fi
996
 
997
echo "$as_me:997: checking for RTEMS Version" >&5
998
echo $ECHO_N "checking for RTEMS Version... $ECHO_C" >&6
999
if test -r "${srcdir}/${RTEMS_TOPdir}/aclocal/version.m4"; then
1000
  :
1001
else
1002
  { { echo "$as_me:1002: error: Unable to find ${RTEMS_TOPdir}/aclocal/version.m4" >&5
1003
echo "$as_me: error: Unable to find ${RTEMS_TOPdir}/aclocal/version.m4" >&2;}
1004
   { (exit 1); exit 1; }; }
1005
fi
1006
 
1007
echo "$as_me:1007: result: ss-20020807" >&5
1008
echo "${ECHO_T}ss-20020807" >&6
1009
 
1010
ac_aux_dir=
1011
for ac_dir in ../../../../.. $srcdir/../../../../..; do
1012
  if test -f $ac_dir/install-sh; then
1013
    ac_aux_dir=$ac_dir
1014
    ac_install_sh="$ac_aux_dir/install-sh -c"
1015
    break
1016
  elif test -f $ac_dir/install.sh; then
1017
    ac_aux_dir=$ac_dir
1018
    ac_install_sh="$ac_aux_dir/install.sh -c"
1019
    break
1020
  elif test -f $ac_dir/shtool; then
1021
    ac_aux_dir=$ac_dir
1022
    ac_install_sh="$ac_aux_dir/shtool install -c"
1023
    break
1024
  fi
1025
done
1026
if test -z "$ac_aux_dir"; then
1027
  { { echo "$as_me:1027: error: cannot find install-sh or install.sh in ../../../../.. $srcdir/../../../../.." >&5
1028
echo "$as_me: error: cannot find install-sh or install.sh in ../../../../.. $srcdir/../../../../.." >&2;}
1029
   { (exit 1); exit 1; }; }
1030
fi
1031
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1032
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1033
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1034
 
1035
# Make sure we can run config.sub.
1036
$ac_config_sub sun4 >/dev/null 2>&1 ||
1037
  { { echo "$as_me:1037: error: cannot run $ac_config_sub" >&5
1038
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1039
   { (exit 1); exit 1; }; }
1040
 
1041
echo "$as_me:1041: checking build system type" >&5
1042
echo $ECHO_N "checking build system type... $ECHO_C" >&6
1043
if test "${ac_cv_build+set}" = set; then
1044
  echo $ECHO_N "(cached) $ECHO_C" >&6
1045
else
1046
  ac_cv_build_alias=$build_alias
1047
test -z "$ac_cv_build_alias" &&
1048
  ac_cv_build_alias=`$ac_config_guess`
1049
test -z "$ac_cv_build_alias" &&
1050
  { { echo "$as_me:1050: error: cannot guess build type; you must specify one" >&5
1051
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1052
   { (exit 1); exit 1; }; }
1053
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1054
  { { echo "$as_me:1054: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1055
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1056
   { (exit 1); exit 1; }; }
1057
 
1058
fi
1059
echo "$as_me:1059: result: $ac_cv_build" >&5
1060
echo "${ECHO_T}$ac_cv_build" >&6
1061
build=$ac_cv_build
1062
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1063
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1064
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1065
 
1066
echo "$as_me:1066: checking host system type" >&5
1067
echo $ECHO_N "checking host system type... $ECHO_C" >&6
1068
if test "${ac_cv_host+set}" = set; then
1069
  echo $ECHO_N "(cached) $ECHO_C" >&6
1070
else
1071
  ac_cv_host_alias=$host_alias
1072
test -z "$ac_cv_host_alias" &&
1073
  ac_cv_host_alias=$ac_cv_build_alias
1074
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1075
  { { echo "$as_me:1075: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1076
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1077
   { (exit 1); exit 1; }; }
1078
 
1079
fi
1080
echo "$as_me:1080: result: $ac_cv_host" >&5
1081
echo "${ECHO_T}$ac_cv_host" >&6
1082
host=$ac_cv_host
1083
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1084
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1085
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1086
 
1087
echo "$as_me:1087: checking target system type" >&5
1088
echo $ECHO_N "checking target system type... $ECHO_C" >&6
1089
if test "${ac_cv_target+set}" = set; then
1090
  echo $ECHO_N "(cached) $ECHO_C" >&6
1091
else
1092
  ac_cv_target_alias=$target_alias
1093
test "x$ac_cv_target_alias" = "x" &&
1094
  ac_cv_target_alias=$ac_cv_host_alias
1095
ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1096
  { { echo "$as_me:1096: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1097
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1098
   { (exit 1); exit 1; }; }
1099
 
1100
fi
1101
echo "$as_me:1101: result: $ac_cv_target" >&5
1102
echo "${ECHO_T}$ac_cv_target" >&6
1103
target=$ac_cv_target
1104
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1105
target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1106
target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1107
 
1108
# The aliases save the names the user supplied, while $host etc.
1109
# will get canonicalized.
1110
test -n "$target_alias" &&
1111
  test "$program_prefix$program_suffix$program_transform_name" = \
1112
    NONENONEs,x,x, &&
1113
  program_prefix=${target_alias}-
1114
echo "$as_me:1114: checking rtems target cpu" >&5
1115
echo $ECHO_N "checking rtems target cpu... $ECHO_C" >&6
1116
case "${target}" in
1117
  # hpux unix port should go here
1118
  i[34567]86-*linux*)           # unix "simulator" port
1119
        RTEMS_CPU=unix
1120
        ;;
1121
  i[34567]86-*freebsd*)         # unix "simulator" port
1122
        RTEMS_CPU=unix
1123
        ;;
1124
  i[34567]86-pc-cygwin*)        # Cygwin is just enough unix like :)
1125
        RTEMS_CPU=unix
1126
        ;;
1127
  no_cpu-*rtems*)
1128
        RTEMS_CPU=no_cpu
1129
        ;;
1130
  sparc-sun-solaris*)           # unix "simulator" port
1131
        RTEMS_CPU=unix
1132
        ;;
1133
  *)
1134
        RTEMS_CPU=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'`
1135
        ;;
1136
esac
1137
 
1138
echo "$as_me:1138: result: $RTEMS_CPU" >&5
1139
echo "${ECHO_T}$RTEMS_CPU" >&6
1140
 
1141
am__api_version="1.6"
1142
# Find a good install program.  We prefer a C program (faster),
1143
# so one script is as good as another.  But avoid the broken or
1144
# incompatible versions:
1145
# SysV /etc/install, /usr/sbin/install
1146
# SunOS /usr/etc/install
1147
# IRIX /sbin/install
1148
# AIX /bin/install
1149
# AmigaOS /C/install, which installs bootblocks on floppy discs
1150
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1151
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1152
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1153
# ./install, which can be erroneously created by make from ./install.sh.
1154
echo "$as_me:1154: checking for a BSD compatible install" >&5
1155
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
1156
if test -z "$INSTALL"; then
1157
if test "${ac_cv_path_install+set}" = set; then
1158
  echo $ECHO_N "(cached) $ECHO_C" >&6
1159
else
1160
    ac_save_IFS=$IFS; IFS=$ac_path_separator
1161
  for ac_dir in $PATH; do
1162
    IFS=$ac_save_IFS
1163
    # Account for people who put trailing slashes in PATH elements.
1164
    case $ac_dir/ in
1165
    / | ./ | .// | /cC/* \
1166
    | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
1167
    | /usr/ucb/* ) ;;
1168
    *)
1169
      # OSF1 and SCO ODT 3.0 have their own names for install.
1170
      # Don't use installbsd from OSF since it installs stuff as root
1171
      # by default.
1172
      for ac_prog in ginstall scoinst install; do
1173
        if $as_executable_p "$ac_dir/$ac_prog"; then
1174
          if test $ac_prog = install &&
1175
            grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1176
            # AIX install.  It has an incompatible calling convention.
1177
            :
1178
          elif test $ac_prog = install &&
1179
            grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1180
            # program-specific install script used by HP pwplus--don't use.
1181
            :
1182
          else
1183
            ac_cv_path_install="$ac_dir/$ac_prog -c"
1184
            break 2
1185
          fi
1186
        fi
1187
      done
1188
      ;;
1189
    esac
1190
  done
1191
 
1192
fi
1193
  if test "${ac_cv_path_install+set}" = set; then
1194
    INSTALL=$ac_cv_path_install
1195
  else
1196
    # As a last resort, use the slow shell script.  We don't cache a
1197
    # path for INSTALL within a source directory, because that will
1198
    # break other packages using the cache if that directory is
1199
    # removed, or if the path is relative.
1200
    INSTALL=$ac_install_sh
1201
  fi
1202
fi
1203
echo "$as_me:1203: result: $INSTALL" >&5
1204
echo "${ECHO_T}$INSTALL" >&6
1205
 
1206
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1207
# It thinks the first close brace ends the variable substitution.
1208
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1209
 
1210
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1211
 
1212
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1213
 
1214
echo "$as_me:1214: checking whether build environment is sane" >&5
1215
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1216
# Just in case
1217
sleep 1
1218
echo timestamp > conftest.file
1219
# Do `set' in a subshell so we don't clobber the current shell's
1220
# arguments.  Must try -L first in case configure is actually a
1221
# symlink; some systems play weird games with the mod time of symlinks
1222
# (eg FreeBSD returns the mod time of the symlink's containing
1223
# directory).
1224
if (
1225
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1226
   if test "$*" = "X"; then
1227
      # -L didn't work.
1228
      set X `ls -t $srcdir/configure conftest.file`
1229
   fi
1230
   rm -f conftest.file
1231
   if test "$*" != "X $srcdir/configure conftest.file" \
1232
      && test "$*" != "X conftest.file $srcdir/configure"; then
1233
 
1234
      # If neither matched, then we have a broken ls.  This can happen
1235
      # if, for instance, CONFIG_SHELL is bash and it inherits a
1236
      # broken ls alias from the environment.  This has actually
1237
      # happened.  Such a system could not be considered "sane".
1238
      { { echo "$as_me:1238: error: ls -t appears to fail.  Make sure there is not a broken
1239
alias in your environment" >&5
1240
echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1241
alias in your environment" >&2;}
1242
   { (exit 1); exit 1; }; }
1243
   fi
1244
 
1245
   test "$2" = conftest.file
1246
   )
1247
then
1248
   # Ok.
1249
   :
1250
else
1251
   { { echo "$as_me:1251: error: newly created file is older than distributed files!
1252
Check your system clock" >&5
1253
echo "$as_me: error: newly created file is older than distributed files!
1254
Check your system clock" >&2;}
1255
   { (exit 1); exit 1; }; }
1256
fi
1257
echo "$as_me:1257: result: yes" >&5
1258
echo "${ECHO_T}yes" >&6
1259
test "$program_prefix" != NONE &&
1260
  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1261
# Use a double $ so make ignores it.
1262
test "$program_suffix" != NONE &&
1263
  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1264
# Double any \ or $.  echo might interpret backslashes.
1265
# By default was `s,x,x', remove it if useless.
1266
cat <<\_ACEOF >conftest.sed
1267
s/[\\$]/&&/g;s/;s,x,x,$//
1268
_ACEOF
1269
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1270
rm conftest.sed
1271
 
1272
# expand $ac_aux_dir to an absolute path
1273
am_aux_dir=`cd $ac_aux_dir && pwd`
1274
 
1275
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1276
# Use eval to expand $SHELL
1277
if eval "$MISSING --run true"; then
1278
  am_missing_run="$MISSING --run "
1279
else
1280
  am_missing_run=
1281
  { echo "$as_me:1281: WARNING: \`missing' script is too old or missing" >&5
1282
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1283
fi
1284
 
1285
for ac_prog in mawk gawk nawk awk
1286
do
1287
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1288
set dummy $ac_prog; ac_word=$2
1289
echo "$as_me:1289: checking for $ac_word" >&5
1290
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1291
if test "${ac_cv_prog_AWK+set}" = set; then
1292
  echo $ECHO_N "(cached) $ECHO_C" >&6
1293
else
1294
  if test -n "$AWK"; then
1295
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1296
else
1297
  ac_save_IFS=$IFS; IFS=$ac_path_separator
1298
ac_dummy="$PATH"
1299
for ac_dir in $ac_dummy; do
1300
  IFS=$ac_save_IFS
1301
  test -z "$ac_dir" && ac_dir=.
1302
  $as_executable_p "$ac_dir/$ac_word" || continue
1303
ac_cv_prog_AWK="$ac_prog"
1304
echo "$as_me:1304: found $ac_dir/$ac_word" >&5
1305
break
1306
done
1307
 
1308
fi
1309
fi
1310
AWK=$ac_cv_prog_AWK
1311
if test -n "$AWK"; then
1312
  echo "$as_me:1312: result: $AWK" >&5
1313
echo "${ECHO_T}$AWK" >&6
1314
else
1315
  echo "$as_me:1315: result: no" >&5
1316
echo "${ECHO_T}no" >&6
1317
fi
1318
 
1319
  test -n "$AWK" && break
1320
done
1321
 
1322
echo "$as_me:1322: checking whether ${MAKE-make} sets \${MAKE}" >&5
1323
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
1324
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1325
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1326
  echo $ECHO_N "(cached) $ECHO_C" >&6
1327
else
1328
  cat >conftest.make <<\EOF
1329
all:
1330
        @echo 'ac_maketemp="${MAKE}"'
1331
EOF
1332
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1333
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1334
if test -n "$ac_maketemp"; then
1335
  eval ac_cv_prog_make_${ac_make}_set=yes
1336
else
1337
  eval ac_cv_prog_make_${ac_make}_set=no
1338
fi
1339
rm -f conftest.make
1340
fi
1341
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1342
  echo "$as_me:1342: result: yes" >&5
1343
echo "${ECHO_T}yes" >&6
1344
  SET_MAKE=
1345
else
1346
  echo "$as_me:1346: result: no" >&5
1347
echo "${ECHO_T}no" >&6
1348
  SET_MAKE="MAKE=${MAKE-make}"
1349
fi
1350
 
1351
 # test to see if srcdir already configured
1352
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1353
   test -f $srcdir/config.status; then
1354
  { { echo "$as_me:1354: error: source directory already configured; run \"make distclean\" there first" >&5
1355
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1356
   { (exit 1); exit 1; }; }
1357
fi
1358
 
1359
# Define the identity of the package.
1360
 PACKAGE=rtems-c-src-lib-libbsp-powerpc
1361
 VERSION=ss-20020807
1362
 
1363
# Some tools Automake needs.
1364
 
1365
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1366
 
1367
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1368
 
1369
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1370
 
1371
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1372
 
1373
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1374
 
1375
AMTAR=${AMTAR-"${am_missing_run}tar"}
1376
 
1377
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1378
 
1379
# Installed binaries are usually stripped using `strip' when the user
1380
# run `make install-strip'.  However `strip' might not be the right
1381
# tool to use in cross-compilation environments, therefore Automake
1382
# will honor the `STRIP' environment variable to overrule this program.
1383
if test "$cross_compiling" != no; then
1384
  if test -n "$ac_tool_prefix"; then
1385
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1386
set dummy ${ac_tool_prefix}strip; ac_word=$2
1387
echo "$as_me:1387: checking for $ac_word" >&5
1388
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1389
if test "${ac_cv_prog_STRIP+set}" = set; then
1390
  echo $ECHO_N "(cached) $ECHO_C" >&6
1391
else
1392
  if test -n "$STRIP"; then
1393
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1394
else
1395
  ac_save_IFS=$IFS; IFS=$ac_path_separator
1396
ac_dummy="$PATH"
1397
for ac_dir in $ac_dummy; do
1398
  IFS=$ac_save_IFS
1399
  test -z "$ac_dir" && ac_dir=.
1400
  $as_executable_p "$ac_dir/$ac_word" || continue
1401
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1402
echo "$as_me:1402: found $ac_dir/$ac_word" >&5
1403
break
1404
done
1405
 
1406
fi
1407
fi
1408
STRIP=$ac_cv_prog_STRIP
1409
if test -n "$STRIP"; then
1410
  echo "$as_me:1410: result: $STRIP" >&5
1411
echo "${ECHO_T}$STRIP" >&6
1412
else
1413
  echo "$as_me:1413: result: no" >&5
1414
echo "${ECHO_T}no" >&6
1415
fi
1416
 
1417
fi
1418
if test -z "$ac_cv_prog_STRIP"; then
1419
  ac_ct_STRIP=$STRIP
1420
  # Extract the first word of "strip", so it can be a program name with args.
1421
set dummy strip; ac_word=$2
1422
echo "$as_me:1422: checking for $ac_word" >&5
1423
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1424
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1425
  echo $ECHO_N "(cached) $ECHO_C" >&6
1426
else
1427
  if test -n "$ac_ct_STRIP"; then
1428
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1429
else
1430
  ac_save_IFS=$IFS; IFS=$ac_path_separator
1431
ac_dummy="$PATH"
1432
for ac_dir in $ac_dummy; do
1433
  IFS=$ac_save_IFS
1434
  test -z "$ac_dir" && ac_dir=.
1435
  $as_executable_p "$ac_dir/$ac_word" || continue
1436
ac_cv_prog_ac_ct_STRIP="strip"
1437
echo "$as_me:1437: found $ac_dir/$ac_word" >&5
1438
break
1439
done
1440
 
1441
  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1442
fi
1443
fi
1444
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1445
if test -n "$ac_ct_STRIP"; then
1446
  echo "$as_me:1446: result: $ac_ct_STRIP" >&5
1447
echo "${ECHO_T}$ac_ct_STRIP" >&6
1448
else
1449
  echo "$as_me:1449: result: no" >&5
1450
echo "${ECHO_T}no" >&6
1451
fi
1452
 
1453
  STRIP=$ac_ct_STRIP
1454
else
1455
  STRIP="$ac_cv_prog_STRIP"
1456
fi
1457
 
1458
fi
1459
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1460
 
1461
# We need awk for the "check" target.  The system "awk" is bad on
1462
# some platforms.
1463
 
1464
echo "$as_me:1464: checking whether to enable maintainer-specific portions of Makefiles" >&5
1465
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1466
    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1467
if test "${enable_maintainer_mode+set}" = set; then
1468
  enableval="$enable_maintainer_mode"
1469
  USE_MAINTAINER_MODE=$enableval
1470
else
1471
  USE_MAINTAINER_MODE=no
1472
fi;
1473
  echo "$as_me:1473: result: $USE_MAINTAINER_MODE" >&5
1474
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1475
 
1476
if test $USE_MAINTAINER_MODE = yes; then
1477
  MAINTAINER_MODE_TRUE=
1478
  MAINTAINER_MODE_FALSE='#'
1479
else
1480
  MAINTAINER_MODE_TRUE='#'
1481
  MAINTAINER_MODE_FALSE=
1482
fi
1483
 
1484
  MAINT=$MAINTAINER_MODE_TRUE
1485
 
1486
echo "$as_me:1486: checking for RTEMS_BSP" >&5
1487
echo $ECHO_N "checking for RTEMS_BSP... $ECHO_C" >&6
1488
if test "${rtems_cv_RTEMS_BSP+set}" = set; then
1489
  echo $ECHO_N "(cached) $ECHO_C" >&6
1490
else
1491
    test -n "${RTEMS_BSP}" && rtems_cv_RTEMS_BSP="$RTEMS_BSP";
1492
 
1493
fi
1494
if test -z "$rtems_cv_RTEMS_BSP"; then
1495
  { { echo "$as_me:1495: error: Missing RTEMS_BSP" >&5
1496
echo "$as_me: error: Missing RTEMS_BSP" >&2;}
1497
   { (exit 1); exit 1; }; }
1498
fi
1499
RTEMS_BSP="$rtems_cv_RTEMS_BSP"
1500
echo "$as_me:1500: result: ${RTEMS_BSP}" >&5
1501
echo "${ECHO_T}${RTEMS_BSP}" >&6
1502
 
1503
RTEMS_BSP_SPECS="-specs bsp_specs -qrtems"
1504
 
1505
GCC_SPECS="-B\$(PROJECT_ROOT)/lib/ -B\$(PROJECT_ROOT)/$RTEMS_BSP/lib/"
1506
 
1507
PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
1508
 
1509
PROJECT_RELEASE="\$(PROJECT_ROOT)/$RTEMS_BSP"
1510
 
1511
RTEMS_ROOT=$PROJECT_ROOT/c/$RTEMS_BSP
1512
 
1513
# Check whether --enable-bare-cpu-cflags or --disable-bare-cpu-cflags was given.
1514
if test "${enable_bare_cpu_cflags+set}" = set; then
1515
  enableval="$enable_bare_cpu_cflags"
1516
  case "${enableval}" in
1517
  no) BARE_CPU_CFLAGS="" ;;
1518
  *)    BARE_CPU_CFLAGS="${enableval}" ;;
1519
esac
1520
else
1521
  BARE_CPU_CFLAGS=""
1522
fi;
1523
 
1524
# Check whether --enable-bare-cpu-model or --disable-bare-cpu-model was given.
1525
if test "${enable_bare_cpu_model+set}" = set; then
1526
  enableval="$enable_bare_cpu_model"
1527
  case "${enableval}" in
1528
  no)   BARE_CPU_MODEL="" ;;
1529
  *)    BARE_CPU_MODEL="${enableval}" ;;
1530
esac
1531
else
1532
  BARE_CPU_MODEL=""
1533
fi;
1534
 
1535
if false; then
1536
  MULTILIB_TRUE=
1537
  MULTILIB_FALSE='#'
1538
else
1539
  MULTILIB_TRUE='#'
1540
  MULTILIB_FALSE=
1541
fi
1542
 
1543
includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
1544
libdir="\${exec_prefix}/${RTEMS_BSP}/lib"
1545
 
1546
bsplibdir="\${exec_prefix}/${RTEMS_BSP}/lib"
1547
 
1548
echo "$as_me:1548: checking for make/custom/$RTEMS_BSP.cfg" >&5
1549
echo $ECHO_N "checking for make/custom/$RTEMS_BSP.cfg... $ECHO_C" >&6
1550
if test -r "$srcdir/$RTEMS_TOPdir/make/custom/$RTEMS_BSP.cfg"; then
1551
  echo "$as_me:1551: result: yes" >&5
1552
echo "${ECHO_T}yes" >&6
1553
else
1554
  { { echo "$as_me:1554: error: no" >&5
1555
echo "$as_me: error: no" >&2;}
1556
   { (exit 1); exit 1; }; }
1557
fi
1558
 
1559
# Is this a supported CPU?
1560
echo "$as_me:1560: checking if cpu $RTEMS_CPU is supported" >&5
1561
echo $ECHO_N "checking if cpu $RTEMS_CPU is supported... $ECHO_C" >&6
1562
# FIXME: Temporary hack
1563
if test -d "$srcdir/$RTEMS_TOPdir/cpukit/score/cpu/$RTEMS_CPU"; then
1564
  echo "$as_me:1564: result: yes" >&5
1565
echo "${ECHO_T}yes" >&6
1566
else
1567
  { { echo "$as_me:1567: error: no" >&5
1568
echo "$as_me: error: no" >&2;}
1569
   { (exit 1); exit 1; }; }
1570
fi
1571
 
1572
echo "$as_me:1572: checking for RTEMS_CPU_MODEL" >&5
1573
echo $ECHO_N "checking for RTEMS_CPU_MODEL... $ECHO_C" >&6
1574
if test "${rtems_cv_RTEMS_CPU_MODEL+set}" = set; then
1575
  echo $ECHO_N "(cached) $ECHO_C" >&6
1576
else
1577
  . $RTEMS_TOPdir/c/$RTEMS_BSP/make/$RTEMS_BSP.cache
1578
fi
1579
echo "$as_me:1579: result: $rtems_cv_RTEMS_CPU_MODEL" >&5
1580
echo "${ECHO_T}$rtems_cv_RTEMS_CPU_MODEL" >&6
1581
RTEMS_CPU_MODEL=$rtems_cv_RTEMS_CPU_MODEL
1582
 
1583
echo "$as_me:1583: checking for RTEMS_BSP_FAMILY" >&5
1584
echo $ECHO_N "checking for RTEMS_BSP_FAMILY... $ECHO_C" >&6
1585
if test "${rtems_cv_RTEMS_BSP_FAMILY+set}" = set; then
1586
  echo $ECHO_N "(cached) $ECHO_C" >&6
1587
else
1588
  . $RTEMS_TOPdir/c/$RTEMS_BSP/make/$RTEMS_BSP.cache
1589
fi
1590
echo "$as_me:1590: result: $rtems_cv_RTEMS_BSP_FAMILY" >&5
1591
echo "${ECHO_T}$rtems_cv_RTEMS_BSP_FAMILY" >&6
1592
RTEMS_BSP_FAMILY=$rtems_cv_RTEMS_BSP_FAMILY
1593
 
1594
PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
1595
 
1596
  # account for "aliased" bsps which share source code
1597
  case $RTEMS_BSP in
1598
    simcpu32)     bspdir=sim68000         ;; # BSVC CPU32 variant
1599
    c3xsim)       bspdir=c4xsim           ;; # TI C3x Simulator in gdb
1600
    mcp750)       bspdir=motorola_powerpc ;; # Motorola PPC board variant
1601
    mvme2307)     bspdir=motorola_powerpc ;; # Motorola PPC board variant
1602
    mvme162lx)    bspdir=mvme162          ;; # m68k - mvme162 board variant
1603
    gen68360_040) bspdir=gen68360         ;; # m68k - 68360 in companion mode
1604
    p4600)        bspdir=p4000            ;; # mips64orion - p4000 board w/IDT 4600
1605
    p4650)        bspdir=p4000            ;; # mips64orion - p4000 board w/IDT 4650
1606
    mbx8*)        bspdir=mbx8xx           ;; # MBX821/MBX860 board
1607
    pc386dx)      bspdir=pc386            ;; # i386 - PC w/o FPU
1608
    pc486)        bspdir=pc386            ;; # i386 - PC with i486DX
1609
    pc586)        bspdir=pc386            ;; # i386 - PC with Pentium
1610
    pc686)        bspdir=pc386            ;; # i386 - PC with PentiumPro
1611
    pck6)         bspdir=pc386            ;; # i386 - PC with K6
1612
    bare*)        bspdir=bare             ;; # EXP: bare-aliases
1613
    erc32nfp)     bspdir=erc32            ;; # erc32 without fpu
1614
    leon1)        bspdir=leon             ;; # leon without fpu
1615
    leon2)        bspdir=leon             ;; # leon with fpu
1616
    simsh7032)    bspdir=shsim            ;; # SH7032 simulator
1617
    simsh7045)    bspdir=shsim            ;; # SH7045 simulator
1618
    *)            bspdir=$RTEMS_BSP;;
1619
  esac
1620
 
1621
  case "$bspdir" in
1622
  dmv177 )
1623
 
1624
subdirs="$subdirs dmv177"
1625
;;
1626
  eth_comm )
1627
 
1628
subdirs="$subdirs eth_comm"
1629
;;
1630
  gen405 )
1631
 
1632
subdirs="$subdirs gen405"
1633
;;
1634
  helas403 )
1635
 
1636
subdirs="$subdirs helas403"
1637
;;
1638
  mbx8xx )
1639
 
1640
subdirs="$subdirs mbx8xx"
1641
;;
1642
  motorola_powerpc )
1643
 
1644
subdirs="$subdirs motorola_powerpc"
1645
;;
1646
  mpc8260ads )
1647
 
1648
subdirs="$subdirs mpc8260ads"
1649
;;
1650
  ppcn_60x )
1651
 
1652
subdirs="$subdirs ppcn_60x"
1653
;;
1654
  psim )
1655
 
1656
subdirs="$subdirs psim"
1657
;;
1658
  score603e )
1659
 
1660
subdirs="$subdirs score603e"
1661
;;
1662
  *)
1663
    { { echo "$as_me:1663: error: Invalid BSP" >&5
1664
echo "$as_me: error: Invalid BSP" >&2;}
1665
   { (exit 1); exit 1; }; };;
1666
  esac
1667
 
1668
if test "$RTEMS_BSP_FAMILY" = "motorola_powerpc"; then
1669
  need_shared_TRUE=
1670
  need_shared_FALSE='#'
1671
else
1672
  need_shared_TRUE='#'
1673
  need_shared_FALSE=
1674
fi
1675
 
1676
# Explicitly list all Makefiles here
1677
ac_config_files="$ac_config_files Makefile shared/Makefile shared/bootloader/Makefile shared/clock/Makefile shared/console/Makefile shared/include/Makefile shared/irq/Makefile shared/motorola/Makefile shared/openpic/Makefile shared/pci/Makefile shared/residual/Makefile shared/start/Makefile shared/startup/Makefile shared/vectors/Makefile"
1678
 
1679
cat >confcache <<\_ACEOF
1680
# This file is a shell script that caches the results of configure
1681
# tests run on this system so they can be shared between configure
1682
# scripts and configure runs, see configure's option --config-cache.
1683
# It is not useful on other systems.  If it contains results you don't
1684
# want to keep, you may remove or edit it.
1685
#
1686
# config.status only pays attention to the cache file if you give it
1687
# the --recheck option to rerun configure.
1688
#
1689
# `ac_cv_env_foo' variables (set or unset) will be overriden when
1690
# loading this file, other *unset* `ac_cv_foo' will be assigned the
1691
# following values.
1692
 
1693
_ACEOF
1694
 
1695
# The following way of writing the cache mishandles newlines in values,
1696
# but we know of no workaround that is simple, portable, and efficient.
1697
# So, don't put newlines in cache variables' values.
1698
# Ultrix sh set writes to stderr and can't be redirected directly,
1699
# and sets the high bit in the cache file unless we assign to the vars.
1700
{
1701
  (set) 2>&1 |
1702
    case `(ac_space=' '; set | grep ac_space) 2>&1` in
1703
    *ac_space=\ *)
1704
      # `set' does not quote correctly, so add quotes (double-quote
1705
      # substitution turns \\\\ into \\, and sed turns \\ into \).
1706
      sed -n \
1707
        "s/'/'\\\\''/g;
1708
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1709
      ;;
1710
    *)
1711
      # `set' quotes correctly as required by POSIX, so do not add quotes.
1712
      sed -n \
1713
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1714
      ;;
1715
    esac;
1716
} |
1717
  sed '
1718
     t clear
1719
     : clear
1720
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1721
     t end
1722
     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1723
     : end' >>confcache
1724
if cmp -s $cache_file confcache; then :; else
1725
  if test -w $cache_file; then
1726
    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1727
    cat confcache >$cache_file
1728
  else
1729
    echo "not updating unwritable cache $cache_file"
1730
  fi
1731
fi
1732
rm -f confcache
1733
 
1734
test "x$prefix" = xNONE && prefix=$ac_default_prefix
1735
# Let make expand exec_prefix.
1736
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1737
 
1738
# VPATH may cause trouble with some makes, so we remove $(srcdir),
1739
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1740
# trailing colons and then remove the whole line if VPATH becomes empty
1741
# (actually we leave an empty line to preserve line numbers).
1742
if test "x$srcdir" = x.; then
1743
  ac_vpsub='/^[         ]*VPATH[        ]*=/{
1744
s/:*\$(srcdir):*/:/;
1745
s/:*\${srcdir}:*/:/;
1746
s/:*@srcdir@:*/:/;
1747
s/^\([^=]*=[    ]*\):*/\1/;
1748
s/:*$//;
1749
s/^[^=]*=[      ]*$//;
1750
}'
1751
fi
1752
 
1753
# Transform confdefs.h into DEFS.
1754
# Protect against shell expansion while executing Makefile rules.
1755
# Protect against Makefile macro expansion.
1756
#
1757
# If the first sed substitution is executed (which looks for macros that
1758
# take arguments), then we branch to the quote section.  Otherwise,
1759
# look for a macro that doesn't take arguments.
1760
cat >confdef2opt.sed <<\EOF
1761
t clear
1762
: clear
1763
s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1764
t quote
1765
s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1766
t quote
1767
d
1768
: quote
1769
s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
1770
s,\[,\\&,g
1771
s,\],\\&,g
1772
s,\$,$$,g
1773
p
1774
EOF
1775
# We use echo to avoid assuming a particular line-breaking character.
1776
# The extra dot is to prevent the shell from consuming trailing
1777
# line-breaks from the sub-command output.  A line-break within
1778
# single-quotes doesn't work because, if this script is created in a
1779
# platform that uses two characters for line-breaks (e.g., DOS), tr
1780
# would break.
1781
ac_LF_and_DOT=`echo; echo .`
1782
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1783
rm -f confdef2opt.sed
1784
 
1785
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1786
  { { echo "$as_me:1786: error: conditional \"MAINTAINER_MODE\" was never defined.
1787
Usually this means the macro was only invoked conditionally." >&5
1788
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
1789
Usually this means the macro was only invoked conditionally." >&2;}
1790
   { (exit 1); exit 1; }; }
1791
fi
1792
if test -z "${MULTILIB_TRUE}" && test -z "${MULTILIB_FALSE}"; then
1793
  { { echo "$as_me:1793: error: conditional \"MULTILIB\" was never defined.
1794
Usually this means the macro was only invoked conditionally." >&5
1795
echo "$as_me: error: conditional \"MULTILIB\" was never defined.
1796
Usually this means the macro was only invoked conditionally." >&2;}
1797
   { (exit 1); exit 1; }; }
1798
fi
1799
if test -z "${need_shared_TRUE}" && test -z "${need_shared_FALSE}"; then
1800
  { { echo "$as_me:1800: error: conditional \"need_shared\" was never defined.
1801
Usually this means the macro was only invoked conditionally." >&5
1802
echo "$as_me: error: conditional \"need_shared\" was never defined.
1803
Usually this means the macro was only invoked conditionally." >&2;}
1804
   { (exit 1); exit 1; }; }
1805
fi
1806
 
1807
: ${CONFIG_STATUS=./config.status}
1808
ac_clean_files_save=$ac_clean_files
1809
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1810
{ echo "$as_me:1810: creating $CONFIG_STATUS" >&5
1811
echo "$as_me: creating $CONFIG_STATUS" >&6;}
1812
cat >$CONFIG_STATUS <<_ACEOF
1813
#! $SHELL
1814
# Generated automatically by configure.
1815
# Run this file to recreate the current configuration.
1816
# Compiler output produced by configure, useful for debugging
1817
# configure, is in config.log if it exists.
1818
 
1819
debug=false
1820
SHELL=\${CONFIG_SHELL-$SHELL}
1821
ac_cs_invocation="\$0 \$@"
1822
 
1823
_ACEOF
1824
 
1825
cat >>$CONFIG_STATUS <<\_ACEOF
1826
# Be Bourne compatible
1827
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1828
  emulate sh
1829
  NULLCMD=:
1830
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1831
  set -o posix
1832
fi
1833
 
1834
# Name of the executable.
1835
as_me=`echo "$0" |sed 's,.*[\\/],,'`
1836
 
1837
if expr a : '\(a\)' >/dev/null 2>&1; then
1838
  as_expr=expr
1839
else
1840
  as_expr=false
1841
fi
1842
 
1843
rm -f conf$$ conf$$.exe conf$$.file
1844
echo >conf$$.file
1845
if ln -s conf$$.file conf$$ 2>/dev/null; then
1846
  # We could just check for DJGPP; but this test a) works b) is more generic
1847
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1848
  if test -f conf$$.exe; then
1849
    # Don't use ln at all; we don't have any links
1850
    as_ln_s='cp -p'
1851
  else
1852
    as_ln_s='ln -s'
1853
  fi
1854
elif ln conf$$.file conf$$ 2>/dev/null; then
1855
  as_ln_s=ln
1856
else
1857
  as_ln_s='cp -p'
1858
fi
1859
rm -f conf$$ conf$$.exe conf$$.file
1860
 
1861
as_executable_p="test -f"
1862
 
1863
# Support unset when possible.
1864
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
1865
  as_unset=unset
1866
else
1867
  as_unset=false
1868
fi
1869
 
1870
# NLS nuisances.
1871
$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
1872
$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
1873
$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
1874
$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
1875
$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
1876
$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
1877
$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
1878
$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
1879
 
1880
# IFS
1881
# We need space, tab and new line, in precisely that order.
1882
as_nl='
1883
'
1884
IFS="   $as_nl"
1885
 
1886
# CDPATH.
1887
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
1888
 
1889
exec 6>&1
1890
 
1891
_ACEOF
1892
 
1893
# Files that config.status was made for.
1894
if test -n "$ac_config_files"; then
1895
  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
1896
fi
1897
 
1898
if test -n "$ac_config_headers"; then
1899
  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
1900
fi
1901
 
1902
if test -n "$ac_config_links"; then
1903
  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
1904
fi
1905
 
1906
if test -n "$ac_config_commands"; then
1907
  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
1908
fi
1909
 
1910
cat >>$CONFIG_STATUS <<\EOF
1911
 
1912
ac_cs_usage="\
1913
\`$as_me' instantiates files from templates according to the
1914
current configuration.
1915
 
1916
Usage: $0 [OPTIONS] [FILE]...
1917
 
1918
  -h, --help       print this help, then exit
1919
  -V, --version    print version number, then exit
1920
  -d, --debug      don't remove temporary files
1921
      --recheck    update $as_me by reconfiguring in the same conditions
1922
  --file=FILE[:TEMPLATE]
1923
                   instantiate the configuration file FILE
1924
 
1925
Configuration files:
1926
$config_files
1927
 
1928
Report bugs to ."
1929
EOF
1930
 
1931
cat >>$CONFIG_STATUS <
1932
ac_cs_version="\\
1933
rtems-c-src-lib-libbsp-powerpc config.status ss-20020807
1934
configured by $0, generated by GNU Autoconf 2.52,
1935
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1936
 
1937
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
1938
Free Software Foundation, Inc.
1939
This config.status script is free software; the Free Software Foundation
1940
gives unlimited permission to copy, distribute and modify it."
1941
srcdir=$srcdir
1942
INSTALL="$INSTALL"
1943
EOF
1944
 
1945
cat >>$CONFIG_STATUS <<\EOF
1946
# If no file are specified by the user, then we need to provide default
1947
# value.  By we need to know if files were specified by the user.
1948
ac_need_defaults=:
1949
while test $# != 0
1950
do
1951
  case $1 in
1952
  --*=*)
1953
    ac_option=`expr "x$1" : 'x\([^=]*\)='`
1954
    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
1955
    shift
1956
    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
1957
    shift
1958
    ;;
1959
  -*);;
1960
  *) # This is not an option, so the user has probably given explicit
1961
     # arguments.
1962
     ac_need_defaults=false;;
1963
  esac
1964
 
1965
  case $1 in
1966
  # Handling of the options.
1967
EOF
1968
cat >>$CONFIG_STATUS <
1969
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1970
    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
1971
    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
1972
EOF
1973
cat >>$CONFIG_STATUS <<\EOF
1974
  --version | --vers* | -V )
1975
    echo "$ac_cs_version"; exit 0 ;;
1976
  --he | --h)
1977
    # Conflict between --help and --header
1978
    { { echo "$as_me:1978: error: ambiguous option: $1
1979
Try \`$0 --help' for more information." >&5
1980
echo "$as_me: error: ambiguous option: $1
1981
Try \`$0 --help' for more information." >&2;}
1982
   { (exit 1); exit 1; }; };;
1983
  --help | --hel | -h )
1984
    echo "$ac_cs_usage"; exit 0 ;;
1985
  --debug | --d* | -d )
1986
    debug=: ;;
1987
  --file | --fil | --fi | --f )
1988
    shift
1989
    CONFIG_FILES="$CONFIG_FILES $1"
1990
    ac_need_defaults=false;;
1991
  --header | --heade | --head | --hea )
1992
    shift
1993
    CONFIG_HEADERS="$CONFIG_HEADERS $1"
1994
    ac_need_defaults=false;;
1995
 
1996
  # This is an error.
1997
  -*) { { echo "$as_me:1997: error: unrecognized option: $1
1998
Try \`$0 --help' for more information." >&5
1999
echo "$as_me: error: unrecognized option: $1
2000
Try \`$0 --help' for more information." >&2;}
2001
   { (exit 1); exit 1; }; } ;;
2002
 
2003
  *) ac_config_targets="$ac_config_targets $1" ;;
2004
 
2005
  esac
2006
  shift
2007
done
2008
 
2009
exec 5>>config.log
2010
cat >&5 << _ACEOF
2011
 
2012
## ----------------------- ##
2013
## Running config.status.  ##
2014
## ----------------------- ##
2015
 
2016
This file was extended by $as_me (rtems-c-src-lib-libbsp-powerpc ss-20020807) 2.52, executed with
2017
  CONFIG_FILES    = $CONFIG_FILES
2018
  CONFIG_HEADERS  = $CONFIG_HEADERS
2019
  CONFIG_LINKS    = $CONFIG_LINKS
2020
  CONFIG_COMMANDS = $CONFIG_COMMANDS
2021
  > $ac_cs_invocation
2022
on `(hostname || uname -n) 2>/dev/null | sed 1q`
2023
 
2024
_ACEOF
2025
EOF
2026
 
2027
cat >>$CONFIG_STATUS <<\EOF
2028
for ac_config_target in $ac_config_targets
2029
do
2030
  case "$ac_config_target" in
2031
  # Handling of arguments.
2032
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2033
  "shared/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/Makefile" ;;
2034
  "shared/bootloader/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/bootloader/Makefile" ;;
2035
  "shared/clock/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/clock/Makefile" ;;
2036
  "shared/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/console/Makefile" ;;
2037
  "shared/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/include/Makefile" ;;
2038
  "shared/irq/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/irq/Makefile" ;;
2039
  "shared/motorola/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/motorola/Makefile" ;;
2040
  "shared/openpic/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/openpic/Makefile" ;;
2041
  "shared/pci/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/pci/Makefile" ;;
2042
  "shared/residual/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/residual/Makefile" ;;
2043
  "shared/start/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/start/Makefile" ;;
2044
  "shared/startup/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/startup/Makefile" ;;
2045
  "shared/vectors/Makefile" ) CONFIG_FILES="$CONFIG_FILES shared/vectors/Makefile" ;;
2046
  *) { { echo "$as_me:2046: error: invalid argument: $ac_config_target" >&5
2047
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2048
   { (exit 1); exit 1; }; };;
2049
  esac
2050
done
2051
 
2052
# If the user did not use the arguments to specify the items to instantiate,
2053
# then the envvar interface is used.  Set only those that are not.
2054
# We use the long form for the default assignment because of an extremely
2055
# bizarre bug on SunOS 4.1.3.
2056
if $ac_need_defaults; then
2057
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2058
fi
2059
 
2060
# Create a temporary directory, and hook for its removal unless debugging.
2061
$debug ||
2062
{
2063
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2064
  trap '{ (exit 1); exit 1; }' 1 2 13 15
2065
}
2066
 
2067
# Create a (secure) tmp directory for tmp files.
2068
: ${TMPDIR=/tmp}
2069
{
2070
  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
2071
  test -n "$tmp" && test -d "$tmp"
2072
}  ||
2073
{
2074
  tmp=$TMPDIR/cs$$-$RANDOM
2075
  (umask 077 && mkdir $tmp)
2076
} ||
2077
{
2078
   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
2079
   { (exit 1); exit 1; }
2080
}
2081
 
2082
EOF
2083
 
2084
cat >>$CONFIG_STATUS <
2085
 
2086
#
2087
# CONFIG_FILES section.
2088
#
2089
 
2090
# No need to generate the scripts if there are no CONFIG_FILES.
2091
# This happens for instance when ./config.status config.h
2092
if test -n "\$CONFIG_FILES"; then
2093
  # Protect against being on the right side of a sed subst in config.status.
2094
  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2095
   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2096
s,@SHELL@,$SHELL,;t t
2097
s,@exec_prefix@,$exec_prefix,;t t
2098
s,@prefix@,$prefix,;t t
2099
s,@program_transform_name@,$program_transform_name,;t t
2100
s,@bindir@,$bindir,;t t
2101
s,@sbindir@,$sbindir,;t t
2102
s,@libexecdir@,$libexecdir,;t t
2103
s,@datadir@,$datadir,;t t
2104
s,@sysconfdir@,$sysconfdir,;t t
2105
s,@sharedstatedir@,$sharedstatedir,;t t
2106
s,@localstatedir@,$localstatedir,;t t
2107
s,@libdir@,$libdir,;t t
2108
s,@includedir@,$includedir,;t t
2109
s,@oldincludedir@,$oldincludedir,;t t
2110
s,@infodir@,$infodir,;t t
2111
s,@mandir@,$mandir,;t t
2112
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2113
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2114
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2115
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2116
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2117
s,@build_alias@,$build_alias,;t t
2118
s,@host_alias@,$host_alias,;t t
2119
s,@target_alias@,$target_alias,;t t
2120
s,@ECHO_C@,$ECHO_C,;t t
2121
s,@ECHO_N@,$ECHO_N,;t t
2122
s,@ECHO_T@,$ECHO_T,;t t
2123
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2124
s,@DEFS@,$DEFS,;t t
2125
s,@LIBS@,$LIBS,;t t
2126
s,@MAKE@,$MAKE,;t t
2127
s,@ENDIF@,$ENDIF,;t t
2128
s,@RTEMS_TOPdir@,$RTEMS_TOPdir,;t t
2129
s,@PROJECT_TOPdir@,$PROJECT_TOPdir,;t t
2130
s,@PROJECT_ROOT@,$PROJECT_ROOT,;t t
2131
s,@build@,$build,;t t
2132
s,@build_cpu@,$build_cpu,;t t
2133
s,@build_vendor@,$build_vendor,;t t
2134
s,@build_os@,$build_os,;t t
2135
s,@host@,$host,;t t
2136
s,@host_cpu@,$host_cpu,;t t
2137
s,@host_vendor@,$host_vendor,;t t
2138
s,@host_os@,$host_os,;t t
2139
s,@target@,$target,;t t
2140
s,@target_cpu@,$target_cpu,;t t
2141
s,@target_vendor@,$target_vendor,;t t
2142
s,@target_os@,$target_os,;t t
2143
s,@RTEMS_CPU@,$RTEMS_CPU,;t t
2144
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2145
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2146
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2147
s,@PACKAGE@,$PACKAGE,;t t
2148
s,@VERSION@,$VERSION,;t t
2149
s,@ACLOCAL@,$ACLOCAL,;t t
2150
s,@AUTOCONF@,$AUTOCONF,;t t
2151
s,@AUTOMAKE@,$AUTOMAKE,;t t
2152
s,@AUTOHEADER@,$AUTOHEADER,;t t
2153
s,@MAKEINFO@,$MAKEINFO,;t t
2154
s,@AMTAR@,$AMTAR,;t t
2155
s,@install_sh@,$install_sh,;t t
2156
s,@STRIP@,$STRIP,;t t
2157
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2158
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2159
s,@AWK@,$AWK,;t t
2160
s,@SET_MAKE@,$SET_MAKE,;t t
2161
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
2162
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
2163
s,@MAINT@,$MAINT,;t t
2164
s,@RTEMS_BSP@,$RTEMS_BSP,;t t
2165
s,@RTEMS_BSP_SPECS@,$RTEMS_BSP_SPECS,;t t
2166
s,@GCC_SPECS@,$GCC_SPECS,;t t
2167
s,@PROJECT_INCLUDE@,$PROJECT_INCLUDE,;t t
2168
s,@PROJECT_RELEASE@,$PROJECT_RELEASE,;t t
2169
s,@RTEMS_ROOT@,$RTEMS_ROOT,;t t
2170
s,@BARE_CPU_MODEL@,$BARE_CPU_MODEL,;t t
2171
s,@BARE_CPU_CFLAGS@,$BARE_CPU_CFLAGS,;t t
2172
s,@MULTILIB_TRUE@,$MULTILIB_TRUE,;t t
2173
s,@MULTILIB_FALSE@,$MULTILIB_FALSE,;t t
2174
s,@bsplibdir@,$bsplibdir,;t t
2175
s,@RTEMS_CPU_MODEL@,$RTEMS_CPU_MODEL,;t t
2176
s,@RTEMS_BSP_FAMILY@,$RTEMS_BSP_FAMILY,;t t
2177
s,@PACKHEX@,$PACKHEX,;t t
2178
s,@subdirs@,$subdirs,;t t
2179
s,@need_shared_TRUE@,$need_shared_TRUE,;t t
2180
s,@need_shared_FALSE@,$need_shared_FALSE,;t t
2181
CEOF
2182
 
2183
EOF
2184
 
2185
  cat >>$CONFIG_STATUS <<\EOF
2186
  # Split the substitutions into bite-sized pieces for seds with
2187
  # small command number limits, like on Digital OSF/1 and HP-UX.
2188
  ac_max_sed_lines=48
2189
  ac_sed_frag=1 # Number of current file.
2190
  ac_beg=1 # First line for current file.
2191
  ac_end=$ac_max_sed_lines # Line after last line for current file.
2192
  ac_more_lines=:
2193
  ac_sed_cmds=
2194
  while $ac_more_lines; do
2195
    if test $ac_beg -gt 1; then
2196
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2197
    else
2198
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2199
    fi
2200
    if test ! -s $tmp/subs.frag; then
2201
      ac_more_lines=false
2202
    else
2203
      # The purpose of the label and of the branching condition is to
2204
      # speed up the sed processing (if there are no `@' at all, there
2205
      # is no need to browse any of the substitutions).
2206
      # These are the two extra sed commands mentioned above.
2207
      (echo ':t
2208
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2209
      if test -z "$ac_sed_cmds"; then
2210
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2211
      else
2212
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2213
      fi
2214
      ac_sed_frag=`expr $ac_sed_frag + 1`
2215
      ac_beg=$ac_end
2216
      ac_end=`expr $ac_end + $ac_max_sed_lines`
2217
    fi
2218
  done
2219
  if test -z "$ac_sed_cmds"; then
2220
    ac_sed_cmds=cat
2221
  fi
2222
fi # test -n "$CONFIG_FILES"
2223
 
2224
EOF
2225
cat >>$CONFIG_STATUS <<\EOF
2226
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2227
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2228
  case $ac_file in
2229
  - | *:- | *:-:* ) # input from stdin
2230
        cat >$tmp/stdin
2231
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2232
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2233
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2234
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2235
  * )   ac_file_in=$ac_file.in ;;
2236
  esac
2237
 
2238
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2239
  ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2240
         X"$ac_file" : 'X\(//\)[^/]' \| \
2241
         X"$ac_file" : 'X\(//\)$' \| \
2242
         X"$ac_file" : 'X\(/\)' \| \
2243
         .     : '\(.\)' 2>/dev/null ||
2244
echo X"$ac_file" |
2245
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2246
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2247
          /^X\(\/\/\)$/{ s//\1/; q; }
2248
          /^X\(\/\).*/{ s//\1/; q; }
2249
          s/.*/./; q'`
2250
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2251
    { case "$ac_dir" in
2252
  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
2253
  *)                      as_incr_dir=.;;
2254
esac
2255
as_dummy="$ac_dir"
2256
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
2257
  case $as_mkdir_dir in
2258
    # Skip DOS drivespec
2259
    ?:) as_incr_dir=$as_mkdir_dir ;;
2260
    *)
2261
      as_incr_dir=$as_incr_dir/$as_mkdir_dir
2262
      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
2263
    ;;
2264
  esac
2265
done; }
2266
 
2267
    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
2268
    # A "../" for each directory in $ac_dir_suffix.
2269
    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
2270
  else
2271
    ac_dir_suffix= ac_dots=
2272
  fi
2273
 
2274
  case $srcdir in
2275
  .)  ac_srcdir=.
2276
      if test -z "$ac_dots"; then
2277
         ac_top_srcdir=.
2278
      else
2279
         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
2280
      fi ;;
2281
  [\\/]* | ?:[\\/]* )
2282
      ac_srcdir=$srcdir$ac_dir_suffix;
2283
      ac_top_srcdir=$srcdir ;;
2284
  *) # Relative path.
2285
    ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
2286
    ac_top_srcdir=$ac_dots$srcdir ;;
2287
  esac
2288
 
2289
  case $INSTALL in
2290
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2291
  *) ac_INSTALL=$ac_dots$INSTALL ;;
2292
  esac
2293
 
2294
  if test x"$ac_file" != x-; then
2295
    { echo "$as_me:2295: creating $ac_file" >&5
2296
echo "$as_me: creating $ac_file" >&6;}
2297
    rm -f "$ac_file"
2298
  fi
2299
  # Let's still pretend it is `configure' which instantiates (i.e., don't
2300
  # use $as_me), people would be surprised to read:
2301
  #    /* config.h.  Generated automatically by config.status.  */
2302
  configure_input="Generated automatically from `echo $ac_file_in |
2303
                                                 sed 's,.*/,,'` by configure."
2304
 
2305
  # First look for the input files in the build tree, otherwise in the
2306
  # src tree.
2307
  ac_file_inputs=`IFS=:
2308
    for f in $ac_file_in; do
2309
      case $f in
2310
      -) echo $tmp/stdin ;;
2311
      [\\/$]*)
2312
         # Absolute (can't be DOS-style, as IFS=:)
2313
         test -f "$f" || { { echo "$as_me:2313: error: cannot find input file: $f" >&5
2314
echo "$as_me: error: cannot find input file: $f" >&2;}
2315
   { (exit 1); exit 1; }; }
2316
         echo $f;;
2317
      *) # Relative
2318
         if test -f "$f"; then
2319
           # Build tree
2320
           echo $f
2321
         elif test -f "$srcdir/$f"; then
2322
           # Source tree
2323
           echo $srcdir/$f
2324
         else
2325
           # /dev/null tree
2326
           { { echo "$as_me:2326: error: cannot find input file: $f" >&5
2327
echo "$as_me: error: cannot find input file: $f" >&2;}
2328
   { (exit 1); exit 1; }; }
2329
         fi;;
2330
      esac
2331
    done` || { (exit 1); exit 1; }
2332
EOF
2333
cat >>$CONFIG_STATUS <
2334
  sed "$ac_vpsub
2335
$extrasub
2336
EOF
2337
cat >>$CONFIG_STATUS <<\EOF
2338
:t
2339
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2340
s,@configure_input@,$configure_input,;t t
2341
s,@srcdir@,$ac_srcdir,;t t
2342
s,@top_srcdir@,$ac_top_srcdir,;t t
2343
s,@INSTALL@,$ac_INSTALL,;t t
2344
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2345
  rm -f $tmp/stdin
2346
  if test x"$ac_file" != x-; then
2347
    mv $tmp/out $ac_file
2348
  else
2349
    cat $tmp/out
2350
    rm -f $tmp/out
2351
  fi
2352
 
2353
done
2354
EOF
2355
 
2356
cat >>$CONFIG_STATUS <<\EOF
2357
 
2358
{ (exit 0); exit 0; }
2359
EOF
2360
chmod +x $CONFIG_STATUS
2361
ac_clean_files=$ac_clean_files_save
2362
 
2363
# configure is writing to config.log, and then calls config.status.
2364
# config.status does its own redirection, appending to config.log.
2365
# Unfortunately, on DOS this fails, as config.log is still kept open
2366
# by configure, so config.status won't be able to write to it; its
2367
# output is simply discarded.  So we exec the FD to /dev/null,
2368
# effectively closing config.log, so it can be properly (re)opened and
2369
# appended to by config.status.  When coming back to configure, we
2370
# need to make the FD available again.
2371
if test "$no_create" != yes; then
2372
  ac_cs_success=:
2373
  exec 5>/dev/null
2374
  $SHELL $CONFIG_STATUS || ac_cs_success=false
2375
  exec 5>>config.log
2376
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2377
  # would make configure fail if this is the last instruction.
2378
  $ac_cs_success || { (exit 1); exit 1; }
2379
fi
2380
 
2381
#
2382
# CONFIG_SUBDIRS section.
2383
#
2384
if test "$no_recursion" != yes; then
2385
 
2386
  # Remove --cache-file and --srcdir arguments so they do not pile up.
2387
  ac_sub_configure_args=
2388
  ac_prev=
2389
  for ac_arg in $ac_configure_args; do
2390
    if test -n "$ac_prev"; then
2391
      ac_prev=
2392
      continue
2393
    fi
2394
    case $ac_arg in
2395
    -cache-file | --cache-file | --cache-fil | --cache-fi \
2396
    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2397
      ac_prev=cache_file ;;
2398
    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2399
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
2400
    | --c=*)
2401
      ;;
2402
    --config-cache | -C)
2403
      ;;
2404
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2405
      ac_prev=srcdir ;;
2406
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2407
      ;;
2408
    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
2409
    esac
2410
  done
2411
 
2412
  for ac_subdir in : $subdirs; do test "x$ac_subdir" = x: && continue
2413
 
2414
    # Do not complain, so a configure script can configure whichever
2415
    # parts of a large source tree are present.
2416
    test -d $srcdir/$ac_subdir || continue
2417
 
2418
    { echo "$as_me:2418: configuring in $ac_subdir" >&5
2419
echo "$as_me: configuring in $ac_subdir" >&6;}
2420
    case $srcdir in
2421
    .) ;;
2422
    *) { case "./$ac_subdir" in
2423
  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
2424
  *)                      as_incr_dir=.;;
2425
esac
2426
as_dummy="./$ac_subdir"
2427
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
2428
  case $as_mkdir_dir in
2429
    # Skip DOS drivespec
2430
    ?:) as_incr_dir=$as_mkdir_dir ;;
2431
    *)
2432
      as_incr_dir=$as_incr_dir/$as_mkdir_dir
2433
      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
2434
    ;;
2435
  esac
2436
done; }
2437
 
2438
       if test -d ./$ac_subdir; then :;
2439
       else
2440
         { { echo "$as_me:2440: error: cannot create \`pwd\`/$ac_subdir" >&5
2441
echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
2442
   { (exit 1); exit 1; }; }
2443
       fi
2444
       ;;
2445
    esac
2446
 
2447
    ac_popdir=`pwd`
2448
    cd $ac_subdir
2449
 
2450
    # A "../" for each directory in /$ac_subdir.
2451
    ac_dots=`echo $ac_subdir |
2452
             sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
2453
 
2454
    case $srcdir in
2455
    .) # No --srcdir option.  We are building in place.
2456
      ac_sub_srcdir=$srcdir ;;
2457
    [\\/]* | ?:[\\/]* ) # Absolute path.
2458
      ac_sub_srcdir=$srcdir/$ac_subdir ;;
2459
    *) # Relative path.
2460
      ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
2461
    esac
2462
 
2463
    # Check for guested configure; otherwise get Cygnus style configure.
2464
    if test -f $ac_sub_srcdir/configure.gnu; then
2465
      ac_sub_configure="$SHELL '$ac_sub_srcdir/configure.gnu'"
2466
    elif test -f $ac_sub_srcdir/configure; then
2467
      ac_sub_configure="$SHELL '$ac_sub_srcdir/configure'"
2468
    elif test -f $ac_sub_srcdir/configure.in; then
2469
      ac_sub_configure=$ac_configure
2470
    else
2471
      { echo "$as_me:2471: WARNING: no configuration information is in $ac_subdir" >&5
2472
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
2473
      ac_sub_configure=
2474
    fi
2475
 
2476
    # The recursion is here.
2477
    if test -n "$ac_sub_configure"; then
2478
      # Make the cache file name correct relative to the subdirectory.
2479
      case $cache_file in
2480
      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
2481
      *) # Relative path.
2482
        ac_sub_cache_file=$ac_dots$cache_file ;;
2483
      esac
2484
 
2485
      { echo "$as_me:2485: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
2486
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
2487
      # The eval makes quoting arguments work.
2488
      eval $ac_sub_configure $ac_sub_configure_args \
2489
           --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
2490
        { { echo "$as_me:2490: error: $ac_sub_configure failed for $ac_subdir" >&5
2491
echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
2492
   { (exit 1); exit 1; }; }
2493
    fi
2494
 
2495
    cd $ac_popdir
2496
  done
2497
fi
2498
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.