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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [example/] [calc/] [config.status] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#! /bin/sh
2
# Generated automatically by configure.
3
# Run this file to recreate the current configuration.
4
# This directory was configured as follows,
5
# on host odin:
6
#
7
# ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../../../config.cache --srcdir=.
8
#
9
# Compiler output produced by configure, useful for debugging
10
# configure, is in ./config.log if it exists.
11
 
12
ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13
for ac_option
14
do
15
  case "$ac_option" in
16
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../../../config.cache --srcdir=. --no-create --no-recursion"
18
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../../../config.cache --srcdir=. --no-create --no-recursion ;;
19
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20
    echo "./config.status generated by autoconf version 2.12.1"
21
    exit 0 ;;
22
  -help | --help | --hel | --he | --h)
23
    echo "$ac_cs_usage"; exit 0 ;;
24
  *) echo "$ac_cs_usage"; exit 1 ;;
25
  esac
26
done
27
 
28
ac_given_srcdir=.
29
 
30
trap 'rm -fr Makefile calc.h conftest*; exit 1' 1 2 15
31
 
32
# Protect against being on the right side of a sed subst in config.status.
33
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
34
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
35
/^[     ]*VPATH[        ]*=[^:]*$/d
36
 
37
s%@SHELL@%/bin/sh%g
38
s%@CFLAGS@%-g -O2%g
39
s%@CPPFLAGS@%%g
40
s%@CXXFLAGS@%-g -O2%g
41
s%@DEFS@%-DHAVE_CONFIG_H%g
42
s%@LDFLAGS@%%g
43
s%@LIBS@%%g
44
s%@exec_prefix@%${prefix}%g
45
s%@prefix@%/projects/or32-rtems2%g
46
s%@program_transform_name@%s,x,x,%g
47
s%@bindir@%${exec_prefix}/bin%g
48
s%@sbindir@%${exec_prefix}/sbin%g
49
s%@libexecdir@%${exec_prefix}/libexec%g
50
s%@datadir@%${prefix}/share%g
51
s%@sysconfdir@%${prefix}/etc%g
52
s%@sharedstatedir@%${prefix}/com%g
53
s%@localstatedir@%${prefix}/var%g
54
s%@libdir@%${exec_prefix}/lib%g
55
s%@includedir@%${prefix}/include%g
56
s%@oldincludedir@%/usr/include%g
57
s%@infodir@%${prefix}/info%g
58
s%@mandir@%${prefix}/man%g
59
s%@CPP@%gcc -E%g
60
s%@CC@%gcc%g
61
 
62
CEOF
63
 
64
# Split the substitutions into bite-sized pieces for seds with
65
# small command number limits, like on Digital OSF/1 and HP-UX.
66
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
67
ac_file=1 # Number of current file.
68
ac_beg=1 # First line for current file.
69
ac_end=$ac_max_sed_cmds # Line after last line for current file.
70
ac_more_lines=:
71
ac_sed_cmds=""
72
while $ac_more_lines; do
73
  if test $ac_beg -gt 1; then
74
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
75
  else
76
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
77
  fi
78
  if test ! -s conftest.s$ac_file; then
79
    ac_more_lines=false
80
    rm -f conftest.s$ac_file
81
  else
82
    if test -z "$ac_sed_cmds"; then
83
      ac_sed_cmds="sed -f conftest.s$ac_file"
84
    else
85
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
86
    fi
87
    ac_file=`expr $ac_file + 1`
88
    ac_beg=$ac_end
89
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
90
  fi
91
done
92
if test -z "$ac_sed_cmds"; then
93
  ac_sed_cmds=cat
94
fi
95
 
96
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
97
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
98
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
99
  case "$ac_file" in
100
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
101
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
102
  *) ac_file_in="${ac_file}.in" ;;
103
  esac
104
 
105
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
106
 
107
  # Remove last slash and all that follows it.  Not all systems have dirname.
108
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
109
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
110
    # The file is in a subdirectory.
111
    test ! -d "$ac_dir" && mkdir "$ac_dir"
112
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
113
    # A "../" for each directory in $ac_dir_suffix.
114
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
115
  else
116
    ac_dir_suffix= ac_dots=
117
  fi
118
 
119
  case "$ac_given_srcdir" in
120
  .)  srcdir=.
121
      if test -z "$ac_dots"; then top_srcdir=.
122
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
123
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
124
  *) # Relative path.
125
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
126
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
127
  esac
128
 
129
 
130
  echo creating "$ac_file"
131
  rm -f "$ac_file"
132
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
133
  case "$ac_file" in
134
  *Makefile*) ac_comsub="1i\\
135
# $configure_input" ;;
136
  *) ac_comsub= ;;
137
  esac
138
 
139
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
140
  sed -e "$ac_comsub
141
s%@configure_input@%$configure_input%g
142
s%@srcdir@%$srcdir%g
143
s%@top_srcdir@%$top_srcdir%g
144
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
145
fi; done
146
rm -f conftest.s*
147
 
148
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
149
# NAME is the cpp macro being defined and VALUE is the value it is being given.
150
#
151
# ac_d sets the value in "#define NAME VALUE" lines.
152
ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
153
ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
154
ac_dC='\3'
155
ac_dD='%g'
156
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
157
ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
158
ac_uB='\([      ]\)%\1#\2define\3'
159
ac_uC=' '
160
ac_uD='\4%g'
161
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
162
ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
163
ac_eB='$%\1#\2define\3'
164
ac_eC=' '
165
ac_eD='%g'
166
 
167
if test "${CONFIG_HEADERS+set}" != set; then
168
  CONFIG_HEADERS="calc.h"
169
fi
170
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
171
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
172
  case "$ac_file" in
173
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
174
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
175
  *) ac_file_in="${ac_file}.in" ;;
176
  esac
177
 
178
  echo creating $ac_file
179
 
180
  rm -f conftest.frag conftest.in conftest.out
181
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
182
  cat $ac_file_inputs > conftest.in
183
 
184
  cat > conftest.frag <
185
${ac_dA}HAVE_STRCMP${ac_dB}HAVE_STRCMP${ac_dC}1${ac_dD}
186
${ac_uA}HAVE_STRCMP${ac_uB}HAVE_STRCMP${ac_uC}1${ac_uD}
187
${ac_eA}HAVE_STRCMP${ac_eB}HAVE_STRCMP${ac_eC}1${ac_eD}
188
s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
189
CEOF
190
  sed -f conftest.frag conftest.in > conftest.out
191
  rm -f conftest.in
192
  mv conftest.out conftest.in
193
 
194
  rm -f conftest.frag conftest.h
195
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
196
  cat conftest.in >> conftest.h
197
  rm -f conftest.in
198
  if cmp -s $ac_file conftest.h 2>/dev/null; then
199
    echo "$ac_file is unchanged"
200
    rm -f conftest.h
201
  else
202
    # Remove last slash and all that follows it.  Not all systems have dirname.
203
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
204
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
205
      # The file is in a subdirectory.
206
      test ! -d "$ac_dir" && mkdir "$ac_dir"
207
    fi
208
    rm -f $ac_file
209
    mv conftest.h $ac_file
210
  fi
211
fi; done
212
 
213
 
214
 
215
exit 0

powered by: WebSVN 2.1.0

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