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

Subversion Repositories or1k

[/] [or1k/] [tags/] [first/] [mp3/] [sw/] [mad-xess/] [config.status] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 266 lampret
#! /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 alpha.xxx.si:
6
#
7
# ./configure  or32-rtems
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  or32-rtems --no-create --no-recursion"
18
    exec ${CONFIG_SHELL-/bin/sh} ./configure  or32-rtems --no-create --no-recursion ;;
19
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20
    echo "./config.status generated by autoconf version 2.13"
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
ac_given_INSTALL="/usr/bin/install -c"
30
 
31
trap 'rm -fr Makefile config.h conftest*; exit 1' 1 2 15
32
 
33
# Protect against being on the right side of a sed subst in config.status.
34
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
35
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
36
/^[     ]*VPATH[        ]*=[^:]*$/d
37
 
38
s%@SHELL@%/bin/sh%g
39
s%@CFLAGS@%-Wall -mhard-div -nostdlib -g -O2%g
40
s%@CPPFLAGS@%%g
41
s%@CXXFLAGS@%%g
42
s%@FFLAGS@%%g
43
s%@DEFS@%-DHAVE_CONFIG_H%g
44
s%@LDFLAGS@%%g
45
s%@LIBS@%%g
46
s%@exec_prefix@%${prefix}%g
47
s%@prefix@%/usr/local%g
48
s%@program_transform_name@%s,x,x,%g
49
s%@bindir@%${exec_prefix}/bin%g
50
s%@sbindir@%${exec_prefix}/sbin%g
51
s%@libexecdir@%${exec_prefix}/libexec%g
52
s%@datadir@%${prefix}/share%g
53
s%@sysconfdir@%${prefix}/etc%g
54
s%@sharedstatedir@%${prefix}/com%g
55
s%@localstatedir@%${prefix}/var%g
56
s%@libdir@%${exec_prefix}/lib%g
57
s%@includedir@%${prefix}/include%g
58
s%@oldincludedir@%/usr/include%g
59
s%@infodir@%${prefix}/info%g
60
s%@mandir@%${prefix}/man%g
61
s%@INSTALL_PROGRAM@%${INSTALL}%g
62
s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
63
s%@INSTALL_DATA@%${INSTALL} -m 644%g
64
s%@PACKAGE@%mad%g
65
s%@VERSION@%0.13.0b%g
66
s%@ACLOCAL@%aclocal%g
67
s%@AUTOCONF@%autoconf%g
68
s%@AUTOMAKE@%automake%g
69
s%@AUTOHEADER@%autoheader%g
70
s%@MAKEINFO@%makeinfo%g
71
s%@SET_MAKE@%%g
72
s%@subdirs@%libmad%g
73
s%@host@%or32-unknown-rtems%g
74
s%@host_alias@%or32-rtems%g
75
s%@host_cpu@%or32%g
76
s%@host_vendor@%unknown%g
77
s%@host_os@%rtems%g
78
s%@build@%or32-unknown-rtems%g
79
s%@build_alias@%or32-rtems%g
80
s%@build_cpu@%or32%g
81
s%@build_vendor@%unknown%g
82
s%@build_os@%rtems%g
83
s%@CC@%or32-rtems-gcc%g
84
s%@RANLIB@%ranlib%g
85
s%@CPP@%or32-rtems-gcc -E%g
86
s%@LIBOBJS@%%g
87
s%@AUDIO@%%g
88
 
89
CEOF
90
 
91
# Split the substitutions into bite-sized pieces for seds with
92
# small command number limits, like on Digital OSF/1 and HP-UX.
93
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
94
ac_file=1 # Number of current file.
95
ac_beg=1 # First line for current file.
96
ac_end=$ac_max_sed_cmds # Line after last line for current file.
97
ac_more_lines=:
98
ac_sed_cmds=""
99
while $ac_more_lines; do
100
  if test $ac_beg -gt 1; then
101
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
102
  else
103
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
104
  fi
105
  if test ! -s conftest.s$ac_file; then
106
    ac_more_lines=false
107
    rm -f conftest.s$ac_file
108
  else
109
    if test -z "$ac_sed_cmds"; then
110
      ac_sed_cmds="sed -f conftest.s$ac_file"
111
    else
112
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
113
    fi
114
    ac_file=`expr $ac_file + 1`
115
    ac_beg=$ac_end
116
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
117
  fi
118
done
119
if test -z "$ac_sed_cmds"; then
120
  ac_sed_cmds=cat
121
fi
122
 
123
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
124
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
125
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
126
  case "$ac_file" in
127
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
128
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
129
  *) ac_file_in="${ac_file}.in" ;;
130
  esac
131
 
132
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
133
 
134
  # Remove last slash and all that follows it.  Not all systems have dirname.
135
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
136
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
137
    # The file is in a subdirectory.
138
    test ! -d "$ac_dir" && mkdir "$ac_dir"
139
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
140
    # A "../" for each directory in $ac_dir_suffix.
141
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
142
  else
143
    ac_dir_suffix= ac_dots=
144
  fi
145
 
146
  case "$ac_given_srcdir" in
147
  .)  srcdir=.
148
      if test -z "$ac_dots"; then top_srcdir=.
149
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
150
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
151
  *) # Relative path.
152
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
153
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
154
  esac
155
 
156
  case "$ac_given_INSTALL" in
157
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
158
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
159
  esac
160
 
161
  echo creating "$ac_file"
162
  rm -f "$ac_file"
163
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
164
  case "$ac_file" in
165
  *Makefile*) ac_comsub="1i\\
166
# $configure_input" ;;
167
  *) ac_comsub= ;;
168
  esac
169
 
170
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
171
  sed -e "$ac_comsub
172
s%@configure_input@%$configure_input%g
173
s%@srcdir@%$srcdir%g
174
s%@top_srcdir@%$top_srcdir%g
175
s%@INSTALL@%$INSTALL%g
176
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
177
fi; done
178
rm -f conftest.s*
179
 
180
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
181
# NAME is the cpp macro being defined and VALUE is the value it is being given.
182
#
183
# ac_d sets the value in "#define NAME VALUE" lines.
184
ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
185
ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
186
ac_dC='\3'
187
ac_dD='%g'
188
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
189
ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
190
ac_uB='\([      ]\)%\1#\2define\3'
191
ac_uC=' '
192
ac_uD='\4%g'
193
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
194
ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
195
ac_eB='$%\1#\2define\3'
196
ac_eC=' '
197
ac_eD='%g'
198
 
199
if test "${CONFIG_HEADERS+set}" != set; then
200
  CONFIG_HEADERS="config.h"
201
fi
202
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
203
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
204
  case "$ac_file" in
205
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
206
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
207
  *) ac_file_in="${ac_file}.in" ;;
208
  esac
209
 
210
  echo creating $ac_file
211
 
212
  rm -f conftest.frag conftest.in conftest.out
213
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
214
  cat $ac_file_inputs > conftest.in
215
 
216
  cat > conftest.frag <
217
${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"mad"${ac_dD}
218
${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"mad"${ac_uD}
219
${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"mad"${ac_eD}
220
${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.13.0b"${ac_dD}
221
${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.13.0b"${ac_uD}
222
${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"0.13.0b"${ac_eD}
223
${ac_dA}EMBED${ac_dB}EMBED${ac_dC}1${ac_dD}
224
${ac_uA}EMBED${ac_uB}EMBED${ac_uC}1${ac_uD}
225
${ac_eA}EMBED${ac_eB}EMBED${ac_eC}1${ac_eD}
226
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
227
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
228
${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
229
CEOF
230
  sed -f conftest.frag conftest.in > conftest.out
231
  rm -f conftest.in
232
  mv conftest.out conftest.in
233
 
234
  cat > conftest.frag <
235
${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD}
236
${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD}
237
${ac_eA}HAVE_STRCASECMP${ac_eB}HAVE_STRCASECMP${ac_eC}1${ac_eD}
238
${ac_dA}HAVE_STRNCASECMP${ac_dB}HAVE_STRNCASECMP${ac_dC}1${ac_dD}
239
${ac_uA}HAVE_STRNCASECMP${ac_uB}HAVE_STRNCASECMP${ac_uC}1${ac_uD}
240
${ac_eA}HAVE_STRNCASECMP${ac_eB}HAVE_STRNCASECMP${ac_eC}1${ac_eD}
241
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
242
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
243
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
244
${ac_dA}USE_MMAP${ac_dB}USE_MMAP${ac_dC}1${ac_dD}
245
${ac_uA}USE_MMAP${ac_uB}USE_MMAP${ac_uC}1${ac_uD}
246
${ac_eA}USE_MMAP${ac_eB}USE_MMAP${ac_eC}1${ac_eD}
247
CEOF
248
  sed -f conftest.frag conftest.in > conftest.out
249
  rm -f conftest.in
250
  mv conftest.out conftest.in
251
 
252
  cat > conftest.frag <
253
${ac_dA}AUDIO_DEFAULT${ac_dB}AUDIO_DEFAULT${ac_dC}audio_null${ac_dD}
254
${ac_uA}AUDIO_DEFAULT${ac_uB}AUDIO_DEFAULT${ac_uC}audio_null${ac_uD}
255
${ac_eA}AUDIO_DEFAULT${ac_eB}AUDIO_DEFAULT${ac_eC}audio_null${ac_eD}
256
s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
257
CEOF
258
  sed -f conftest.frag conftest.in > conftest.out
259
  rm -f conftest.in
260
  mv conftest.out conftest.in
261
 
262
  rm -f conftest.frag conftest.h
263
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
264
  cat conftest.in >> conftest.h
265
  rm -f conftest.in
266
  if cmp -s $ac_file conftest.h 2>/dev/null; then
267
    echo "$ac_file is unchanged"
268
    rm -f conftest.h
269
  else
270
    # Remove last slash and all that follows it.  Not all systems have dirname.
271
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
272
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
273
      # The file is in a subdirectory.
274
      test ! -d "$ac_dir" && mkdir "$ac_dir"
275
    fi
276
    rm -f $ac_file
277
    mv conftest.h $ac_file
278
  fi
279
fi; done
280
 
281
 
282
 
283
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
284
 
285
exit 0

powered by: WebSVN 2.1.0

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