1#! /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 death.Mon-Repos.be:
6#
7# ./configure
8#
9# Compiler output produced by configure, useful for debugging
10# configure, is in ./config.log if it exists.
11
12ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13for ac_option
14do
15  case "$ac_option" in
16  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
18    exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
19  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20    echo "./config.status generated by autoconf version 2.14"
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
26done
27
28ac_given_srcdir=.
29ac_given_INSTALL="/usr/bin/ginstall -c"
30
31trap 'rm -fr
32Makefile
33src/Makefile conftest*; exit 1' 1 2 15
34
35# Protect against being on the right side of a sed subst in config.status.
36sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
37 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
38/^[ 	]*VPATH[ 	]*=[^:]*$/d
39
40s%@SHELL@%/bin/sh%g
41s%@CFLAGS@%-g -O -Wall%g
42s%@CPPFLAGS@%%g
43s%@CXXFLAGS@%%g
44s%@FFLAGS@%%g
45s%@DEFS@% -DPACKAGE=\"mp3asm\" -DVERSION=\"0.1.2\" -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 %g
46s%@LDFLAGS@%%g
47s%@LIBS@%%g
48s%@exec_prefix@%${prefix}%g
49s%@prefix@%/usr/local%g
50s%@program_transform_name@%s,x,x,%g
51s%@bindir@%${exec_prefix}/bin%g
52s%@sbindir@%${exec_prefix}/sbin%g
53s%@libexecdir@%${exec_prefix}/libexec%g
54s%@datadir@%${prefix}/share%g
55s%@sysconfdir@%${prefix}/etc%g
56s%@sharedstatedir@%${prefix}/com%g
57s%@localstatedir@%${prefix}/var%g
58s%@libdir@%${exec_prefix}/lib%g
59s%@includedir@%${prefix}/include%g
60s%@oldincludedir@%/usr/include%g
61s%@infodir@%${prefix}/info%g
62s%@mandir@%${prefix}/man%g
63s%@INSTALL_PROGRAM@%${INSTALL}%g
64s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
65s%@INSTALL_DATA@%${INSTALL} -m 644%g
66s%@PACKAGE@%mp3asm%g
67s%@VERSION@%0.1.2%g
68s%@ACLOCAL@%aclocal%g
69s%@AUTOCONF@%autoconf%g
70s%@AUTOMAKE@%automake%g
71s%@AUTOHEADER@%autoheader%g
72s%@MAKEINFO@%makeinfo%g
73s%@SET_MAKE@%%g
74s%@CC@%gcc%g
75s%@LN_S@%ln -s%g
76s%@CPP@%gcc -E%g
77
78CEOF
79
80# Split the substitutions into bite-sized pieces for seds with
81# small command number limits, like on Digital OSF/1 and HP-UX.
82ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
83ac_file=1 # Number of current file.
84ac_beg=1 # First line for current file.
85ac_end=$ac_max_sed_cmds # Line after last line for current file.
86ac_more_lines=:
87ac_sed_cmds=""
88while $ac_more_lines; do
89  if test $ac_beg -gt 1; then
90    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
91  else
92    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
93  fi
94  if test ! -s conftest.s$ac_file; then
95    ac_more_lines=false
96    rm -f conftest.s$ac_file
97  else
98    if test -z "$ac_sed_cmds"; then
99      ac_sed_cmds="sed -f conftest.s$ac_file"
100    else
101      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
102    fi
103    ac_file=`expr $ac_file + 1`
104    ac_beg=$ac_end
105    ac_end=`expr $ac_end + $ac_max_sed_cmds`
106  fi
107done
108if test -z "$ac_sed_cmds"; then
109  ac_sed_cmds=cat
110fi
111
112CONFIG_FILES=${CONFIG_FILES-"Makefile
113src/Makefile
114"}
115for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
116  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
117  case "$ac_file" in
118  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
119       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
120  *) ac_file_in="${ac_file}.in" ;;
121  esac
122
123  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
124
125  # Remove last slash and all that follows it.  Not all systems have dirname.
126  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
127  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
128    # The file is in a subdirectory.
129    test ! -d "$ac_dir" && mkdir "$ac_dir"
130    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
131    # A "../" for each directory in $ac_dir_suffix.
132    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
133  else
134    ac_dir_suffix= ac_dots=
135  fi
136
137  case "$ac_given_srcdir" in
138  .)  srcdir=.
139      if test -z "$ac_dots"; then top_srcdir=.
140      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
141  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
142  *) # Relative path.
143    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
144    top_srcdir="$ac_dots$ac_given_srcdir" ;;
145  esac
146
147  case "$ac_given_INSTALL" in
148  [/$]*) INSTALL="$ac_given_INSTALL" ;;
149  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
150  esac
151
152  echo creating "$ac_file"
153  rm -f "$ac_file"
154  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
155  case "$ac_file" in
156  *Makefile*) ac_comsub="1i\\
157# $configure_input" ;;
158  *) ac_comsub= ;;
159  esac
160
161  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
162  sed -e "$ac_comsub
163s%@configure_input@%$configure_input%g
164s%@srcdir@%$srcdir%g
165s%@top_srcdir@%$top_srcdir%g
166s%@INSTALL@%$INSTALL%g
167" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
168fi; done
169rm -f conftest.s*
170
171
172
173exit 0
174