source: rtems/c/src/exec/score/tools/hppa1.1/configure @ fbec4a1

4.104.114.84.95
Last change on this file since fbec4a1 was fbec4a1, checked in by Joel Sherrill <joel.sherrill@…>, on 05/18/99 at 17:33:52

Regenerated.

  • Property mode set to 100644
File size: 44.8 KB
Line 
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.12
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_help="$ac_help
15  --with-target-subdir=DIR"
16
17# Initialize some variables set by options.
18# The variables have the same names as the options, with
19# dashes changed to underlines.
20build=NONE
21cache_file=./config.cache
22exec_prefix=NONE
23host=NONE
24no_create=
25nonopt=NONE
26no_recursion=
27prefix=NONE
28program_prefix=NONE
29program_suffix=NONE
30program_transform_name=s,x,x,
31silent=
32site=
33srcdir=
34target=NONE
35verbose=
36x_includes=NONE
37x_libraries=NONE
38bindir='${exec_prefix}/bin'
39sbindir='${exec_prefix}/sbin'
40libexecdir='${exec_prefix}/libexec'
41datadir='${prefix}/share'
42sysconfdir='${prefix}/etc'
43sharedstatedir='${prefix}/com'
44localstatedir='${prefix}/var'
45libdir='${exec_prefix}/lib'
46includedir='${prefix}/include'
47oldincludedir='/usr/include'
48infodir='${prefix}/info'
49mandir='${prefix}/man'
50
51# Initialize some other variables.
52subdirs=
53MFLAGS= MAKEFLAGS=
54# Maximum number of lines to put in a shell here document.
55ac_max_here_lines=12
56
57ac_prev=
58for ac_option
59do
60
61  # If the previous option needs an argument, assign it.
62  if test -n "$ac_prev"; then
63    eval "$ac_prev=\$ac_option"
64    ac_prev=
65    continue
66  fi
67
68  case "$ac_option" in
69  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70  *) ac_optarg= ;;
71  esac
72
73  # Accept the important Cygnus configure options, so we can diagnose typos.
74
75  case "$ac_option" in
76
77  -bindir | --bindir | --bindi | --bind | --bin | --bi)
78    ac_prev=bindir ;;
79  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80    bindir="$ac_optarg" ;;
81
82  -build | --build | --buil | --bui | --bu)
83    ac_prev=build ;;
84  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85    build="$ac_optarg" ;;
86
87  -cache-file | --cache-file | --cache-fil | --cache-fi \
88  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89    ac_prev=cache_file ;;
90  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92    cache_file="$ac_optarg" ;;
93
94  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95    ac_prev=datadir ;;
96  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97  | --da=*)
98    datadir="$ac_optarg" ;;
99
100  -disable-* | --disable-*)
101    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102    # Reject names that are not valid shell variable names.
103    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105    fi
106    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107    eval "enable_${ac_feature}=no" ;;
108
109  -enable-* | --enable-*)
110    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111    # Reject names that are not valid shell variable names.
112    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
113      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114    fi
115    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116    case "$ac_option" in
117      *=*) ;;
118      *) ac_optarg=yes ;;
119    esac
120    eval "enable_${ac_feature}='$ac_optarg'" ;;
121
122  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124  | --exec | --exe | --ex)
125    ac_prev=exec_prefix ;;
126  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128  | --exec=* | --exe=* | --ex=*)
129    exec_prefix="$ac_optarg" ;;
130
131  -gas | --gas | --ga | --g)
132    # Obsolete; use --with-gas.
133    with_gas=yes ;;
134
135  -help | --help | --hel | --he)
136    # Omit some internal or obsolete options to make the list less imposing.
137    # This message is too long to be a string in the A/UX 3.1 sh.
138    cat << EOF
139Usage: configure [options] [host]
140Options: [defaults in brackets after descriptions]
141Configuration:
142  --cache-file=FILE       cache test results in FILE
143  --help                  print this message
144  --no-create             do not create output files
145  --quiet, --silent       do not print \`checking...' messages
146  --version               print the version of autoconf that created configure
147Directory and file names:
148  --prefix=PREFIX         install architecture-independent files in PREFIX
149                          [$ac_default_prefix]
150  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
151                          [same as prefix]
152  --bindir=DIR            user executables in DIR [EPREFIX/bin]
153  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
154  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
155  --datadir=DIR           read-only architecture-independent data in DIR
156                          [PREFIX/share]
157  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
158  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
159                          [PREFIX/com]
160  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
161  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
162  --includedir=DIR        C header files in DIR [PREFIX/include]
163  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
164  --infodir=DIR           info documentation in DIR [PREFIX/info]
165  --mandir=DIR            man documentation in DIR [PREFIX/man]
166  --srcdir=DIR            find the sources in DIR [configure dir or ..]
167  --program-prefix=PREFIX prepend PREFIX to installed program names
168  --program-suffix=SUFFIX append SUFFIX to installed program names
169  --program-transform-name=PROGRAM
170                          run sed PROGRAM on installed program names
171EOF
172    cat << EOF
173Host type:
174  --build=BUILD           configure for building on BUILD [BUILD=HOST]
175  --host=HOST             configure for HOST [guessed]
176  --target=TARGET         configure for TARGET [TARGET=HOST]
177Features and packages:
178  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
179  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
180  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
181  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
182  --x-includes=DIR        X include files are in DIR
183  --x-libraries=DIR       X library files are in DIR
184EOF
185    if test -n "$ac_help"; then
186      echo "--enable and --with options recognized:$ac_help"
187    fi
188    exit 0 ;;
189
190  -host | --host | --hos | --ho)
191    ac_prev=host ;;
192  -host=* | --host=* | --hos=* | --ho=*)
193    host="$ac_optarg" ;;
194
195  -includedir | --includedir | --includedi | --included | --include \
196  | --includ | --inclu | --incl | --inc)
197    ac_prev=includedir ;;
198  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
199  | --includ=* | --inclu=* | --incl=* | --inc=*)
200    includedir="$ac_optarg" ;;
201
202  -infodir | --infodir | --infodi | --infod | --info | --inf)
203    ac_prev=infodir ;;
204  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
205    infodir="$ac_optarg" ;;
206
207  -libdir | --libdir | --libdi | --libd)
208    ac_prev=libdir ;;
209  -libdir=* | --libdir=* | --libdi=* | --libd=*)
210    libdir="$ac_optarg" ;;
211
212  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
213  | --libexe | --libex | --libe)
214    ac_prev=libexecdir ;;
215  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
216  | --libexe=* | --libex=* | --libe=*)
217    libexecdir="$ac_optarg" ;;
218
219  -localstatedir | --localstatedir | --localstatedi | --localstated \
220  | --localstate | --localstat | --localsta | --localst \
221  | --locals | --local | --loca | --loc | --lo)
222    ac_prev=localstatedir ;;
223  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
224  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
225  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
226    localstatedir="$ac_optarg" ;;
227
228  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
229    ac_prev=mandir ;;
230  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
231    mandir="$ac_optarg" ;;
232
233  -nfp | --nfp | --nf)
234    # Obsolete; use --without-fp.
235    with_fp=no ;;
236
237  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
238  | --no-cr | --no-c)
239    no_create=yes ;;
240
241  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
242  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
243    no_recursion=yes ;;
244
245  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
246  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
247  | --oldin | --oldi | --old | --ol | --o)
248    ac_prev=oldincludedir ;;
249  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
250  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
251  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
252    oldincludedir="$ac_optarg" ;;
253
254  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
255    ac_prev=prefix ;;
256  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
257    prefix="$ac_optarg" ;;
258
259  -program-prefix | --program-prefix | --program-prefi | --program-pref \
260  | --program-pre | --program-pr | --program-p)
261    ac_prev=program_prefix ;;
262  -program-prefix=* | --program-prefix=* | --program-prefi=* \
263  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
264    program_prefix="$ac_optarg" ;;
265
266  -program-suffix | --program-suffix | --program-suffi | --program-suff \
267  | --program-suf | --program-su | --program-s)
268    ac_prev=program_suffix ;;
269  -program-suffix=* | --program-suffix=* | --program-suffi=* \
270  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
271    program_suffix="$ac_optarg" ;;
272
273  -program-transform-name | --program-transform-name \
274  | --program-transform-nam | --program-transform-na \
275  | --program-transform-n | --program-transform- \
276  | --program-transform | --program-transfor \
277  | --program-transfo | --program-transf \
278  | --program-trans | --program-tran \
279  | --progr-tra | --program-tr | --program-t)
280    ac_prev=program_transform_name ;;
281  -program-transform-name=* | --program-transform-name=* \
282  | --program-transform-nam=* | --program-transform-na=* \
283  | --program-transform-n=* | --program-transform-=* \
284  | --program-transform=* | --program-transfor=* \
285  | --program-transfo=* | --program-transf=* \
286  | --program-trans=* | --program-tran=* \
287  | --progr-tra=* | --program-tr=* | --program-t=*)
288    program_transform_name="$ac_optarg" ;;
289
290  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
291  | -silent | --silent | --silen | --sile | --sil)
292    silent=yes ;;
293
294  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
295    ac_prev=sbindir ;;
296  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
297  | --sbi=* | --sb=*)
298    sbindir="$ac_optarg" ;;
299
300  -sharedstatedir | --sharedstatedir | --sharedstatedi \
301  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
302  | --sharedst | --shareds | --shared | --share | --shar \
303  | --sha | --sh)
304    ac_prev=sharedstatedir ;;
305  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
306  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
307  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
308  | --sha=* | --sh=*)
309    sharedstatedir="$ac_optarg" ;;
310
311  -site | --site | --sit)
312    ac_prev=site ;;
313  -site=* | --site=* | --sit=*)
314    site="$ac_optarg" ;;
315
316  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
317    ac_prev=srcdir ;;
318  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
319    srcdir="$ac_optarg" ;;
320
321  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
322  | --syscon | --sysco | --sysc | --sys | --sy)
323    ac_prev=sysconfdir ;;
324  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
325  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
326    sysconfdir="$ac_optarg" ;;
327
328  -target | --target | --targe | --targ | --tar | --ta | --t)
329    ac_prev=target ;;
330  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
331    target="$ac_optarg" ;;
332
333  -v | -verbose | --verbose | --verbos | --verbo | --verb)
334    verbose=yes ;;
335
336  -version | --version | --versio | --versi | --vers)
337    echo "configure generated by autoconf version 2.12"
338    exit 0 ;;
339
340  -with-* | --with-*)
341    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
342    # Reject names that are not valid shell variable names.
343    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
344      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
345    fi
346    ac_package=`echo $ac_package| sed 's/-/_/g'`
347    case "$ac_option" in
348      *=*) ;;
349      *) ac_optarg=yes ;;
350    esac
351    eval "with_${ac_package}='$ac_optarg'" ;;
352
353  -without-* | --without-*)
354    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
355    # Reject names that are not valid shell variable names.
356    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
357      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358    fi
359    ac_package=`echo $ac_package| sed 's/-/_/g'`
360    eval "with_${ac_package}=no" ;;
361
362  --x)
363    # Obsolete; use --with-x.
364    with_x=yes ;;
365
366  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
367  | --x-incl | --x-inc | --x-in | --x-i)
368    ac_prev=x_includes ;;
369  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
370  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
371    x_includes="$ac_optarg" ;;
372
373  -x-libraries | --x-libraries | --x-librarie | --x-librari \
374  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
375    ac_prev=x_libraries ;;
376  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
377  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
378    x_libraries="$ac_optarg" ;;
379
380  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
381    ;;
382
383  *)
384    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
385      echo "configure: warning: $ac_option: invalid host type" 1>&2
386    fi
387    if test "x$nonopt" != xNONE; then
388      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
389    fi
390    nonopt="$ac_option"
391    ;;
392
393  esac
394done
395
396if test -n "$ac_prev"; then
397  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
398fi
399
400trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
401
402# File descriptor usage:
403# 0 standard input
404# 1 file creation
405# 2 errors and warnings
406# 3 some systems may open it to /dev/tty
407# 4 used on the Kubota Titan
408# 6 checking for... messages and results
409# 5 compiler messages saved in config.log
410if test "$silent" = yes; then
411  exec 6>/dev/null
412else
413  exec 6>&1
414fi
415exec 5>./config.log
416
417echo "\
418This file contains any messages produced by compilers while
419running configure, to aid debugging if configure makes a mistake.
420" 1>&5
421
422# Strip out --no-create and --no-recursion so they do not pile up.
423# Also quote any args containing shell metacharacters.
424ac_configure_args=
425for ac_arg
426do
427  case "$ac_arg" in
428  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
429  | --no-cr | --no-c) ;;
430  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
431  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
432  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
433  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
434  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
435  esac
436done
437
438# NLS nuisances.
439# Only set these to C if already set.  These must not be set unconditionally
440# because not all systems understand e.g. LANG=C (notably SCO).
441# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
442# Non-C LC_CTYPE values break the ctype check.
443if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
444if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
445if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
446if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
447
448# confdefs.h avoids OS command line length limits that DEFS can exceed.
449rm -rf conftest* confdefs.h
450# AIX cpp loses on an empty file, so make sure it contains at least a newline.
451echo > confdefs.h
452
453# A filename unique to this package, relative to the directory that
454# configure is in, which we can look for to find out if srcdir is correct.
455ac_unique_file=genoffsets.c
456
457# Find the source files, if location was not specified.
458if test -z "$srcdir"; then
459  ac_srcdir_defaulted=yes
460  # Try the directory containing this script, then its parent.
461  ac_prog=$0
462  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
463  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
464  srcdir=$ac_confdir
465  if test ! -r $srcdir/$ac_unique_file; then
466    srcdir=..
467  fi
468else
469  ac_srcdir_defaulted=no
470fi
471if test ! -r $srcdir/$ac_unique_file; then
472  if test "$ac_srcdir_defaulted" = yes; then
473    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
474  else
475    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
476  fi
477fi
478srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
479
480# Prefer explicitly selected file to automatically selected ones.
481if test -z "$CONFIG_SITE"; then
482  if test "x$prefix" != xNONE; then
483    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
484  else
485    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
486  fi
487fi
488for ac_site_file in $CONFIG_SITE; do
489  if test -r "$ac_site_file"; then
490    echo "loading site script $ac_site_file"
491    . "$ac_site_file"
492  fi
493done
494
495if test -r "$cache_file"; then
496  echo "loading cache $cache_file"
497  . $cache_file
498else
499  echo "creating cache $cache_file"
500  > $cache_file
501fi
502
503ac_ext=c
504# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
505ac_cpp='$CPP $CPPFLAGS'
506ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
507ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
508cross_compiling=$ac_cv_prog_cc_cross
509
510if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
511  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
512  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
513    ac_n= ac_c='
514' ac_t='        '
515  else
516    ac_n=-n ac_c= ac_t=
517  fi
518else
519  ac_n= ac_c='\c' ac_t=
520fi
521
522
523ac_aux_dir=
524for ac_dir in ../../../../../.. $srcdir/../../../../../..; do
525  if test -f $ac_dir/install-sh; then
526    ac_aux_dir=$ac_dir
527    ac_install_sh="$ac_aux_dir/install-sh -c"
528    break
529  elif test -f $ac_dir/install.sh; then
530    ac_aux_dir=$ac_dir
531    ac_install_sh="$ac_aux_dir/install.sh -c"
532    break
533  fi
534done
535if test -z "$ac_aux_dir"; then
536  { echo "configure: error: can not find install-sh or install.sh in ../../../../../.. $srcdir/../../../../../.." 1>&2; exit 1; }
537fi
538ac_config_guess=$ac_aux_dir/config.guess
539ac_config_sub=$ac_aux_dir/config.sub
540ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
541
542
543# Check whether --with-target-subdir or --without-target-subdir was given.
544if test "${with_target_subdir+set}" = set; then
545  withval="$with_target_subdir"
546  TARGET_SUBDIR="$withval"
547else
548  TARGET_SUBDIR="."
549fi
550
551
552RTEMS_TOPdir="../../../../../..";
553
554
555PROJECT_ROOT=`pwd`/$RTEMS_TOPdir;
556test "$TARGET_SUBDIR" = "." || PROJECT_ROOT="$PROJECT_ROOT/.."
557
558
559echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
560echo "configure:561: checking for RTEMS Version" >&5
561if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
562RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
563sed -e 's%RTEMS[        ]*Version[      ]*\(.*\)[       ]*%\1%g'`
564else
565{ echo "configure: error: Unable to find ${RTEMS_TOPdir}/VERSION" 1>&2; exit 1; }
566fi
567if test -z "$RTEMS_VERSION"; then
568{ echo "configure: error: Unable to determine version" 1>&2; exit 1; }
569fi
570echo "$ac_t""$RTEMS_VERSION" 1>&6
571
572RTEMS_ROOT='$(top_srcdir)'/$RTEMS_TOPdir;
573
574
575
576# Do some error checking and defaulting for the host and target type.
577# The inputs are:
578#    configure --host=HOST --target=TARGET --build=BUILD NONOPT
579#
580# The rules are:
581# 1. You are not allowed to specify --host, --target, and nonopt at the
582#    same time.
583# 2. Host defaults to nonopt.
584# 3. If nonopt is not specified, then host defaults to the current host,
585#    as determined by config.guess.
586# 4. Target and build default to nonopt.
587# 5. If nonopt is not specified, then target and build default to host.
588
589# The aliases save the names the user supplied, while $host etc.
590# will get canonicalized.
591case $host---$target---$nonopt in
592NONE---*---* | *---NONE---* | *---*---NONE) ;;
593*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
594esac
595
596
597# Make sure we can run config.sub.
598if $ac_config_sub sun4 >/dev/null 2>&1; then :
599else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
600fi
601
602echo $ac_n "checking host system type""... $ac_c" 1>&6
603echo "configure:604: checking host system type" >&5
604
605host_alias=$host
606case "$host_alias" in
607NONE)
608  case $nonopt in
609  NONE)
610    if host_alias=`$ac_config_guess`; then :
611    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
612    fi ;;
613  *) host_alias=$nonopt ;;
614  esac ;;
615esac
616
617host=`$ac_config_sub $host_alias`
618host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
619host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
620host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
621echo "$ac_t""$host" 1>&6
622
623echo $ac_n "checking target system type""... $ac_c" 1>&6
624echo "configure:625: checking target system type" >&5
625
626target_alias=$target
627case "$target_alias" in
628NONE)
629  case $nonopt in
630  NONE) target_alias=$host_alias ;;
631  *) target_alias=$nonopt ;;
632  esac ;;
633esac
634
635target=`$ac_config_sub $target_alias`
636target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
637target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
638target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
639echo "$ac_t""$target" 1>&6
640
641echo $ac_n "checking build system type""... $ac_c" 1>&6
642echo "configure:643: checking build system type" >&5
643
644build_alias=$build
645case "$build_alias" in
646NONE)
647  case $nonopt in
648  NONE) build_alias=$host_alias ;;
649  *) build_alias=$nonopt ;;
650  esac ;;
651esac
652
653build=`$ac_config_sub $build_alias`
654build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
655build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
656build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
657echo "$ac_t""$build" 1>&6
658
659test "$host_alias" != "$target_alias" &&
660  test "$program_prefix$program_suffix$program_transform_name" = \
661    NONENONEs,x,x, &&
662  program_prefix=${target_alias}-
663
664
665
666echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
667echo "configure:668: checking rtems target cpu" >&5
668case "${target}" in
669  # hpux unix port should go here
670  i[3456]86-go32-rtems*)
671        target_cpu=i386
672        ;;
673  i[3456]86-pc-linux*)          # unix "simulator" port
674        target_cpu=unix
675        ;;
676  i[3456]86-*freebsd2*)         # unix "simulator" port
677        target_cpu=unix
678        ;;
679  no_cpu-*rtems*)
680        target_cpu=no_cpu
681        ;;
682  ppc*-*rtems*)
683        target_cpu=powerpc
684        ;;
685  sparc-sun-solaris*)           # unix "simulator" port
686        target_cpu=unix
687        ;;
688  *)
689        target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'`
690        ;;
691esac
692echo "$ac_t""$target_cpu" 1>&6
693
694
695# Find a good install program.  We prefer a C program (faster),
696# so one script is as good as another.  But avoid the broken or
697# incompatible versions:
698# SysV /etc/install, /usr/sbin/install
699# SunOS /usr/etc/install
700# IRIX /sbin/install
701# AIX /bin/install
702# AFS /usr/afsws/bin/install, which mishandles nonexistent args
703# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
704# ./install, which can be erroneously created by make from ./install.sh.
705echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
706echo "configure:707: checking for a BSD compatible install" >&5
707if test -z "$INSTALL"; then
708if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
709  echo $ac_n "(cached) $ac_c" 1>&6
710else
711    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
712  for ac_dir in $PATH; do
713    # Account for people who put trailing slashes in PATH elements.
714    case "$ac_dir/" in
715    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
716    *)
717      # OSF1 and SCO ODT 3.0 have their own names for install.
718      for ac_prog in ginstall installbsd scoinst install; do
719        if test -f $ac_dir/$ac_prog; then
720          if test $ac_prog = install &&
721            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
722            # AIX install.  It has an incompatible calling convention.
723            # OSF/1 installbsd also uses dspmsg, but is usable.
724            :
725          else
726            ac_cv_path_install="$ac_dir/$ac_prog -c"
727            break 2
728          fi
729        fi
730      done
731      ;;
732    esac
733  done
734  IFS="$ac_save_IFS"
735
736fi
737  if test "${ac_cv_path_install+set}" = set; then
738    INSTALL="$ac_cv_path_install"
739  else
740    # As a last resort, use the slow shell script.  We don't cache a
741    # path for INSTALL within a source directory, because that will
742    # break other packages using the cache if that directory is
743    # removed, or if the path is relative.
744    INSTALL="$ac_install_sh"
745  fi
746fi
747echo "$ac_t""$INSTALL" 1>&6
748
749# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
750# It thinks the first close brace ends the variable substitution.
751test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
752
753test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
754
755echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
756echo "configure:757: checking whether build environment is sane" >&5
757# Just in case
758sleep 1
759echo timestamp > conftestfile
760# Do `set' in a subshell so we don't clobber the current shell's
761# arguments.  Must try -L first in case configure is actually a
762# symlink; some systems play weird games with the mod time of symlinks
763# (eg FreeBSD returns the mod time of the symlink's containing
764# directory).
765if (
766   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
767   if test "$*" = "X"; then
768      # -L didn't work.
769      set X `ls -t $srcdir/configure conftestfile`
770   fi
771   if test "$*" != "X $srcdir/configure conftestfile" \
772      && test "$*" != "X conftestfile $srcdir/configure"; then
773
774      # If neither matched, then we have a broken ls.  This can happen
775      # if, for instance, CONFIG_SHELL is bash and it inherits a
776      # broken ls alias from the environment.  This has actually
777      # happened.  Such a system could not be considered "sane".
778      { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
779alias in your environment" 1>&2; exit 1; }
780   fi
781
782   test "$2" = conftestfile
783   )
784then
785   # Ok.
786   :
787else
788   { echo "configure: error: newly created file is older than distributed files!
789Check your system clock" 1>&2; exit 1; }
790fi
791rm -f conftest*
792echo "$ac_t""yes" 1>&6
793if test "$program_transform_name" = s,x,x,; then
794  program_transform_name=
795else
796  # Double any \ or $.  echo might interpret backslashes.
797  cat <<\EOF_SED > conftestsed
798s,\\,\\\\,g; s,\$,$$,g
799EOF_SED
800  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
801  rm -f conftestsed
802fi
803test "$program_prefix" != NONE &&
804  program_transform_name="s,^,${program_prefix},; $program_transform_name"
805# Use a double $ so make ignores it.
806test "$program_suffix" != NONE &&
807  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
808
809# sed with no file args requires a program.
810test "$program_transform_name" = "" && program_transform_name="s,x,x,"
811
812echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
813echo "configure:814: checking whether ${MAKE-make} sets \${MAKE}" >&5
814set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
815if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
816  echo $ac_n "(cached) $ac_c" 1>&6
817else
818  cat > conftestmake <<\EOF
819all:
820        @echo 'ac_maketemp="${MAKE}"'
821EOF
822# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
823eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
824if test -n "$ac_maketemp"; then
825  eval ac_cv_prog_make_${ac_make}_set=yes
826else
827  eval ac_cv_prog_make_${ac_make}_set=no
828fi
829rm -f conftestmake
830fi
831if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
832  echo "$ac_t""yes" 1>&6
833  SET_MAKE=
834else
835  echo "$ac_t""no" 1>&6
836  SET_MAKE="MAKE=${MAKE-make}"
837fi
838
839
840PACKAGE=rtems-exec-score-tools-hppa
841
842VERSION=$RTEMS_VERSION
843
844if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
845  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
846fi
847
848
849
850missing_dir=`cd $ac_aux_dir && pwd`
851echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
852echo "configure:853: checking for working aclocal" >&5
853# Run test in a subshell; some versions of sh will print an error if
854# an executable is not found, even if stderr is redirected.
855# Redirect stdin to placate older versions of autoconf.  Sigh.
856if (aclocal --version) < /dev/null > /dev/null 2>&1; then
857   ACLOCAL=aclocal
858   echo "$ac_t""found" 1>&6
859else
860   ACLOCAL="$missing_dir/missing aclocal"
861   echo "$ac_t""missing" 1>&6
862fi
863
864echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
865echo "configure:866: checking for working autoconf" >&5
866# Run test in a subshell; some versions of sh will print an error if
867# an executable is not found, even if stderr is redirected.
868# Redirect stdin to placate older versions of autoconf.  Sigh.
869if (autoconf --version) < /dev/null > /dev/null 2>&1; then
870   AUTOCONF=autoconf
871   echo "$ac_t""found" 1>&6
872else
873   AUTOCONF="$missing_dir/missing autoconf"
874   echo "$ac_t""missing" 1>&6
875fi
876
877echo $ac_n "checking for working automake""... $ac_c" 1>&6
878echo "configure:879: checking for working automake" >&5
879# Run test in a subshell; some versions of sh will print an error if
880# an executable is not found, even if stderr is redirected.
881# Redirect stdin to placate older versions of autoconf.  Sigh.
882if (automake --version) < /dev/null > /dev/null 2>&1; then
883   AUTOMAKE=automake
884   echo "$ac_t""found" 1>&6
885else
886   AUTOMAKE="$missing_dir/missing automake"
887   echo "$ac_t""missing" 1>&6
888fi
889
890echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
891echo "configure:892: checking for working autoheader" >&5
892# Run test in a subshell; some versions of sh will print an error if
893# an executable is not found, even if stderr is redirected.
894# Redirect stdin to placate older versions of autoconf.  Sigh.
895if (autoheader --version) < /dev/null > /dev/null 2>&1; then
896   AUTOHEADER=autoheader
897   echo "$ac_t""found" 1>&6
898else
899   AUTOHEADER="$missing_dir/missing autoheader"
900   echo "$ac_t""missing" 1>&6
901fi
902
903echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
904echo "configure:905: checking for working makeinfo" >&5
905# Run test in a subshell; some versions of sh will print an error if
906# an executable is not found, even if stderr is redirected.
907# Redirect stdin to placate older versions of autoconf.  Sigh.
908if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
909   MAKEINFO=makeinfo
910   echo "$ac_t""found" 1>&6
911else
912   MAKEINFO="$missing_dir/missing makeinfo"
913   echo "$ac_t""missing" 1>&6
914fi
915
916
917
918# Extract the first word of "gcc", so it can be a program name with args.
919set dummy gcc; ac_word=$2
920echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
921echo "configure:922: checking for $ac_word" >&5
922if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
923  echo $ac_n "(cached) $ac_c" 1>&6
924else
925  if test -n "$CC"; then
926  ac_cv_prog_CC="$CC" # Let the user override the test.
927else
928  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
929  for ac_dir in $PATH; do
930    test -z "$ac_dir" && ac_dir=.
931    if test -f $ac_dir/$ac_word; then
932      ac_cv_prog_CC="gcc"
933      break
934    fi
935  done
936  IFS="$ac_save_ifs"
937fi
938fi
939CC="$ac_cv_prog_CC"
940if test -n "$CC"; then
941  echo "$ac_t""$CC" 1>&6
942else
943  echo "$ac_t""no" 1>&6
944fi
945
946if test -z "$CC"; then
947  # Extract the first word of "cc", so it can be a program name with args.
948set dummy cc; ac_word=$2
949echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
950echo "configure:951: checking for $ac_word" >&5
951if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
952  echo $ac_n "(cached) $ac_c" 1>&6
953else
954  if test -n "$CC"; then
955  ac_cv_prog_CC="$CC" # Let the user override the test.
956else
957  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
958  ac_prog_rejected=no
959  for ac_dir in $PATH; do
960    test -z "$ac_dir" && ac_dir=.
961    if test -f $ac_dir/$ac_word; then
962      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
963        ac_prog_rejected=yes
964        continue
965      fi
966      ac_cv_prog_CC="cc"
967      break
968    fi
969  done
970  IFS="$ac_save_ifs"
971if test $ac_prog_rejected = yes; then
972  # We found a bogon in the path, so make sure we never use it.
973  set dummy $ac_cv_prog_CC
974  shift
975  if test $# -gt 0; then
976    # We chose a different compiler from the bogus one.
977    # However, it has the same basename, so the bogon will be chosen
978    # first if we set CC to just the basename; use the full file name.
979    shift
980    set dummy "$ac_dir/$ac_word" "$@"
981    shift
982    ac_cv_prog_CC="$@"
983  fi
984fi
985fi
986fi
987CC="$ac_cv_prog_CC"
988if test -n "$CC"; then
989  echo "$ac_t""$CC" 1>&6
990else
991  echo "$ac_t""no" 1>&6
992fi
993
994  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
995fi
996
997echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
998echo "configure:999: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
999
1000ac_ext=c
1001# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1002ac_cpp='$CPP $CPPFLAGS'
1003ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1004ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1005cross_compiling=$ac_cv_prog_cc_cross
1006
1007cat > conftest.$ac_ext <<EOF
1008#line 1009 "configure"
1009#include "confdefs.h"
1010main(){return(0);}
1011EOF
1012if { (eval echo configure:1013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1013  ac_cv_prog_cc_works=yes
1014  # If we can't run a trivial program, we are probably using a cross compiler.
1015  if (./conftest; exit) 2>/dev/null; then
1016    ac_cv_prog_cc_cross=no
1017  else
1018    ac_cv_prog_cc_cross=yes
1019  fi
1020else
1021  echo "configure: failed program was:" >&5
1022  cat conftest.$ac_ext >&5
1023  ac_cv_prog_cc_works=no
1024fi
1025rm -fr conftest*
1026
1027echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1028if test $ac_cv_prog_cc_works = no; then
1029  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1030fi
1031echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1032echo "configure:1033: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1033echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1034cross_compiling=$ac_cv_prog_cc_cross
1035
1036echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1037echo "configure:1038: checking whether we are using GNU C" >&5
1038if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1039  echo $ac_n "(cached) $ac_c" 1>&6
1040else
1041  cat > conftest.c <<EOF
1042#ifdef __GNUC__
1043  yes;
1044#endif
1045EOF
1046if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1047: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1047  ac_cv_prog_gcc=yes
1048else
1049  ac_cv_prog_gcc=no
1050fi
1051fi
1052
1053echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1054
1055if test $ac_cv_prog_gcc = yes; then
1056  GCC=yes
1057  ac_test_CFLAGS="${CFLAGS+set}"
1058  ac_save_CFLAGS="$CFLAGS"
1059  CFLAGS=
1060  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1061echo "configure:1062: checking whether ${CC-cc} accepts -g" >&5
1062if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1063  echo $ac_n "(cached) $ac_c" 1>&6
1064else
1065  echo 'void f(){}' > conftest.c
1066if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1067  ac_cv_prog_cc_g=yes
1068else
1069  ac_cv_prog_cc_g=no
1070fi
1071rm -f conftest*
1072
1073fi
1074
1075echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1076  if test "$ac_test_CFLAGS" = set; then
1077    CFLAGS="$ac_save_CFLAGS"
1078  elif test $ac_cv_prog_cc_g = yes; then
1079    CFLAGS="-g -O2"
1080  else
1081    CFLAGS="-O2"
1082  fi
1083else
1084  GCC=
1085  test "${CFLAGS+set}" = set || CFLAGS="-g"
1086fi
1087
1088
1089
1090# tooldir='$(exec_prefix)/'$target_alias
1091# Temporary work-around until building in source tree is supported
1092tooldir='$(PROJECT_ROOT)'
1093
1094
1095project_includedir='$(tooldir)'/include
1096
1097
1098project_libdir='$(tooldir)/lib$(MULTISUBDIR)'
1099
1100
1101project_bindir='$(tooldir)/bin'
1102
1103
1104
1105trap '' 1 2 15
1106cat > confcache <<\EOF
1107# This file is a shell script that caches the results of configure
1108# tests run on this system so they can be shared between configure
1109# scripts and configure runs.  It is not useful on other systems.
1110# If it contains results you don't want to keep, you may remove or edit it.
1111#
1112# By default, configure uses ./config.cache as the cache file,
1113# creating it if it does not exist already.  You can give configure
1114# the --cache-file=FILE option to use a different cache file; that is
1115# what configure does when it calls configure scripts in
1116# subdirectories, so they share the cache.
1117# Giving --cache-file=/dev/null disables caching, for debugging configure.
1118# config.status only pays attention to the cache file if you give it the
1119# --recheck option to rerun configure.
1120#
1121EOF
1122# The following way of writing the cache mishandles newlines in values,
1123# but we know of no workaround that is simple, portable, and efficient.
1124# So, don't put newlines in cache variables' values.
1125# Ultrix sh set writes to stderr and can't be redirected directly,
1126# and sets the high bit in the cache file unless we assign to the vars.
1127(set) 2>&1 |
1128  case `(ac_space=' '; set) 2>&1` in
1129  *ac_space=\ *)
1130    # `set' does not quote correctly, so add quotes (double-quote substitution
1131    # turns \\\\ into \\, and sed turns \\ into \).
1132    sed -n \
1133      -e "s/'/'\\\\''/g" \
1134      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1135    ;;
1136  *)
1137    # `set' quotes correctly as required by POSIX, so do not add quotes.
1138    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1139    ;;
1140  esac >> confcache
1141if cmp -s $cache_file confcache; then
1142  :
1143else
1144  if test -w $cache_file; then
1145    echo "updating cache $cache_file"
1146    cat confcache > $cache_file
1147  else
1148    echo "not updating unwritable cache $cache_file"
1149  fi
1150fi
1151rm -f confcache
1152
1153trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1154
1155test "x$prefix" = xNONE && prefix=$ac_default_prefix
1156# Let make expand exec_prefix.
1157test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1158
1159# Any assignment to VPATH causes Sun make to only execute
1160# the first set of double-colon rules, so remove it if not needed.
1161# If there is a colon in the path, we need to keep it.
1162if test "x$srcdir" = x.; then
1163  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1164fi
1165
1166trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1167
1168# Transform confdefs.h into DEFS.
1169# Protect against shell expansion while executing Makefile rules.
1170# Protect against Makefile macro expansion.
1171cat > conftest.defs <<\EOF
1172s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1173s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1174s%\[%\\&%g
1175s%\]%\\&%g
1176s%\$%$$%g
1177EOF
1178DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1179rm -f conftest.defs
1180
1181
1182# Without the "./", some shells look in PATH for config.status.
1183: ${CONFIG_STATUS=./config.status}
1184
1185echo creating $CONFIG_STATUS
1186rm -f $CONFIG_STATUS
1187cat > $CONFIG_STATUS <<EOF
1188#! /bin/sh
1189# Generated automatically by configure.
1190# Run this file to recreate the current configuration.
1191# This directory was configured as follows,
1192# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1193#
1194# $0 $ac_configure_args
1195#
1196# Compiler output produced by configure, useful for debugging
1197# configure, is in ./config.log if it exists.
1198
1199ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1200for ac_option
1201do
1202  case "\$ac_option" in
1203  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1204    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1205    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1206  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1207    echo "$CONFIG_STATUS generated by autoconf version 2.12"
1208    exit 0 ;;
1209  -help | --help | --hel | --he | --h)
1210    echo "\$ac_cs_usage"; exit 0 ;;
1211  *) echo "\$ac_cs_usage"; exit 1 ;;
1212  esac
1213done
1214
1215ac_given_srcdir=$srcdir
1216ac_given_INSTALL="$INSTALL"
1217
1218trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1219EOF
1220cat >> $CONFIG_STATUS <<EOF
1221
1222# Protect against being on the right side of a sed subst in config.status.
1223sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1224 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1225$ac_vpsub
1226$extrasub
1227s%@CFLAGS@%$CFLAGS%g
1228s%@CPPFLAGS@%$CPPFLAGS%g
1229s%@CXXFLAGS@%$CXXFLAGS%g
1230s%@DEFS@%$DEFS%g
1231s%@LDFLAGS@%$LDFLAGS%g
1232s%@LIBS@%$LIBS%g
1233s%@exec_prefix@%$exec_prefix%g
1234s%@prefix@%$prefix%g
1235s%@program_transform_name@%$program_transform_name%g
1236s%@bindir@%$bindir%g
1237s%@sbindir@%$sbindir%g
1238s%@libexecdir@%$libexecdir%g
1239s%@datadir@%$datadir%g
1240s%@sysconfdir@%$sysconfdir%g
1241s%@sharedstatedir@%$sharedstatedir%g
1242s%@localstatedir@%$localstatedir%g
1243s%@libdir@%$libdir%g
1244s%@includedir@%$includedir%g
1245s%@oldincludedir@%$oldincludedir%g
1246s%@infodir@%$infodir%g
1247s%@mandir@%$mandir%g
1248s%@RTEMS_TOPdir@%$RTEMS_TOPdir%g
1249s%@PROJECT_ROOT@%$PROJECT_ROOT%g
1250s%@RTEMS_ROOT@%$RTEMS_ROOT%g
1251s%@host@%$host%g
1252s%@host_alias@%$host_alias%g
1253s%@host_cpu@%$host_cpu%g
1254s%@host_vendor@%$host_vendor%g
1255s%@host_os@%$host_os%g
1256s%@target@%$target%g
1257s%@target_alias@%$target_alias%g
1258s%@target_cpu@%$target_cpu%g
1259s%@target_vendor@%$target_vendor%g
1260s%@target_os@%$target_os%g
1261s%@build@%$build%g
1262s%@build_alias@%$build_alias%g
1263s%@build_cpu@%$build_cpu%g
1264s%@build_vendor@%$build_vendor%g
1265s%@build_os@%$build_os%g
1266s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1267s%@INSTALL_DATA@%$INSTALL_DATA%g
1268s%@PACKAGE@%$PACKAGE%g
1269s%@VERSION@%$VERSION%g
1270s%@ACLOCAL@%$ACLOCAL%g
1271s%@AUTOCONF@%$AUTOCONF%g
1272s%@AUTOMAKE@%$AUTOMAKE%g
1273s%@AUTOHEADER@%$AUTOHEADER%g
1274s%@MAKEINFO@%$MAKEINFO%g
1275s%@SET_MAKE@%$SET_MAKE%g
1276s%@CC@%$CC%g
1277s%@tooldir@%$tooldir%g
1278s%@project_includedir@%$project_includedir%g
1279s%@project_libdir@%$project_libdir%g
1280s%@project_bindir@%$project_bindir%g
1281
1282CEOF
1283EOF
1284
1285cat >> $CONFIG_STATUS <<\EOF
1286
1287# Split the substitutions into bite-sized pieces for seds with
1288# small command number limits, like on Digital OSF/1 and HP-UX.
1289ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1290ac_file=1 # Number of current file.
1291ac_beg=1 # First line for current file.
1292ac_end=$ac_max_sed_cmds # Line after last line for current file.
1293ac_more_lines=:
1294ac_sed_cmds=""
1295while $ac_more_lines; do
1296  if test $ac_beg -gt 1; then
1297    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1298  else
1299    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1300  fi
1301  if test ! -s conftest.s$ac_file; then
1302    ac_more_lines=false
1303    rm -f conftest.s$ac_file
1304  else
1305    if test -z "$ac_sed_cmds"; then
1306      ac_sed_cmds="sed -f conftest.s$ac_file"
1307    else
1308      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1309    fi
1310    ac_file=`expr $ac_file + 1`
1311    ac_beg=$ac_end
1312    ac_end=`expr $ac_end + $ac_max_sed_cmds`
1313  fi
1314done
1315if test -z "$ac_sed_cmds"; then
1316  ac_sed_cmds=cat
1317fi
1318EOF
1319
1320cat >> $CONFIG_STATUS <<EOF
1321
1322CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1323EOF
1324cat >> $CONFIG_STATUS <<\EOF
1325for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1326  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1327  case "$ac_file" in
1328  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1329       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1330  *) ac_file_in="${ac_file}.in" ;;
1331  esac
1332
1333  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1334
1335  # Remove last slash and all that follows it.  Not all systems have dirname.
1336  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1337  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1338    # The file is in a subdirectory.
1339    test ! -d "$ac_dir" && mkdir "$ac_dir"
1340    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1341    # A "../" for each directory in $ac_dir_suffix.
1342    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1343  else
1344    ac_dir_suffix= ac_dots=
1345  fi
1346
1347  case "$ac_given_srcdir" in
1348  .)  srcdir=.
1349      if test -z "$ac_dots"; then top_srcdir=.
1350      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1351  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1352  *) # Relative path.
1353    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1354    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1355  esac
1356
1357  case "$ac_given_INSTALL" in
1358  [/$]*) INSTALL="$ac_given_INSTALL" ;;
1359  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1360  esac
1361
1362  echo creating "$ac_file"
1363  rm -f "$ac_file"
1364  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1365  case "$ac_file" in
1366  *Makefile*) ac_comsub="1i\\
1367# $configure_input" ;;
1368  *) ac_comsub= ;;
1369  esac
1370
1371  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1372  sed -e "$ac_comsub
1373s%@configure_input@%$configure_input%g
1374s%@srcdir@%$srcdir%g
1375s%@top_srcdir@%$top_srcdir%g
1376s%@INSTALL@%$INSTALL%g
1377" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1378fi; done
1379rm -f conftest.s*
1380
1381EOF
1382cat >> $CONFIG_STATUS <<EOF
1383
1384EOF
1385cat >> $CONFIG_STATUS <<\EOF
1386
1387exit 0
1388EOF
1389chmod +x $CONFIG_STATUS
1390rm -fr confdefs* $ac_clean_files
1391test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1392
Note: See TracBrowser for help on using the repository browser.