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