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 localhost.localdomain:
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.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
26done
27
28ac_given_srcdir=.
29ac_given_INSTALL="/usr//bin/install -c"
30
31trap 'rm -fr
32Makefile
33pipenightdreams/Makefile
34levels/Makefile
35images/Makefile
36images/arrows_yellow/Makefile
37images/flow_green/Makefile
38images/pipes_toys/Makefile
39images/default/Makefile
40images/flow_light/Makefile
41images/pipes_cables/Makefile
42images/pipes_wire/Makefile
43images/pipes_metal/Makefile
44images/arrows_grey/Makefile
45images/flow_blue/Makefile
46images/pipes_space/Makefile
47images/pipes_space/back01/Makefile
48images/pipes_space/back02/Makefile
49images/pipes_space/back03/Makefile
50images/pipes_space/back04/Makefile
51images/pipes_space/back05/Makefile
52 pipenightdreams/config.h conftest*; exit 1' 1 2 15
53
54# Protect against being on the right side of a sed subst in config.status.
55sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
56 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
57/^[ 	]*VPATH[ 	]*=[^:]*$/d
58
59s%@SHELL@%/bin/sh%g
60s%@CFLAGS@%%g
61s%@CPPFLAGS@%%g
62s%@CXXFLAGS@%-O2 -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT%g
63s%@FFLAGS@%%g
64s%@DEFS@%-DHAVE_CONFIG_H%g
65s%@LDFLAGS@%%g
66s%@LIBS@%-lSDL_image  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread%g
67s%@exec_prefix@%${prefix}%g
68s%@prefix@%/usr/local%g
69s%@program_transform_name@%s,x,x,%g
70s%@bindir@%${exec_prefix}/bin%g
71s%@sbindir@%${exec_prefix}/sbin%g
72s%@libexecdir@%${exec_prefix}/libexec%g
73s%@datadir@%${prefix}/share%g
74s%@sysconfdir@%${prefix}/etc%g
75s%@sharedstatedir@%${prefix}/com%g
76s%@localstatedir@%${prefix}/var%g
77s%@libdir@%${exec_prefix}/lib%g
78s%@includedir@%${prefix}/include%g
79s%@oldincludedir@%/usr/include%g
80s%@infodir@%${prefix}/info%g
81s%@mandir@%${prefix}/man%g
82s%@LEX@%flex%g
83s%@LEXLIB@%-lfl%g
84s%@CPP@%cc -E%g
85s%@LEX_OUTPUT_ROOT@%lex.yy%g
86s%@INSTALL_PROGRAM@%${INSTALL}%g
87s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
88s%@INSTALL_DATA@%${INSTALL} -m 644%g
89s%@PACKAGE@%pipenightdreams%g
90s%@VERSION@%0.9.0%g
91s%@ACLOCAL@%aclocal%g
92s%@AUTOCONF@%autoconf%g
93s%@AUTOMAKE@%automake%g
94s%@AUTOHEADER@%autoheader%g
95s%@MAKEINFO@%makeinfo%g
96s%@SET_MAKE@%%g
97s%@CXX@%c++%g
98s%@target@%%g
99s%@target_alias@%%g
100s%@target_cpu@%%g
101s%@target_vendor@%%g
102s%@target_os@%%g
103s%@SDL_CONFIG@%/usr/local/bin/sdl-config%g
104s%@SDL_CFLAGS@%-I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT%g
105s%@SDL_LIBS@%-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread%g
106s%@LIBTOOL@%../libtool%g
107
108CEOF
109
110# Split the substitutions into bite-sized pieces for seds with
111# small command number limits, like on Digital OSF/1 and HP-UX.
112ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
113ac_file=1 # Number of current file.
114ac_beg=1 # First line for current file.
115ac_end=$ac_max_sed_cmds # Line after last line for current file.
116ac_more_lines=:
117ac_sed_cmds=""
118while $ac_more_lines; do
119  if test $ac_beg -gt 1; then
120    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
121  else
122    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
123  fi
124  if test ! -s conftest.s$ac_file; then
125    ac_more_lines=false
126    rm -f conftest.s$ac_file
127  else
128    if test -z "$ac_sed_cmds"; then
129      ac_sed_cmds="sed -f conftest.s$ac_file"
130    else
131      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
132    fi
133    ac_file=`expr $ac_file + 1`
134    ac_beg=$ac_end
135    ac_end=`expr $ac_end + $ac_max_sed_cmds`
136  fi
137done
138if test -z "$ac_sed_cmds"; then
139  ac_sed_cmds=cat
140fi
141
142CONFIG_FILES=${CONFIG_FILES-"Makefile
143pipenightdreams/Makefile
144levels/Makefile
145images/Makefile
146images/arrows_yellow/Makefile
147images/flow_green/Makefile
148images/pipes_toys/Makefile
149images/default/Makefile
150images/flow_light/Makefile
151images/pipes_cables/Makefile
152images/pipes_wire/Makefile
153images/pipes_metal/Makefile
154images/arrows_grey/Makefile
155images/flow_blue/Makefile
156images/pipes_space/Makefile
157images/pipes_space/back01/Makefile
158images/pipes_space/back02/Makefile
159images/pipes_space/back03/Makefile
160images/pipes_space/back04/Makefile
161images/pipes_space/back05/Makefile
162"}
163for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
164  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
165  case "$ac_file" in
166  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
167       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
168  *) ac_file_in="${ac_file}.in" ;;
169  esac
170
171  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
172
173  # Remove last slash and all that follows it.  Not all systems have dirname.
174  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
175  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
176    # The file is in a subdirectory.
177    test ! -d "$ac_dir" && mkdir "$ac_dir"
178    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
179    # A "../" for each directory in $ac_dir_suffix.
180    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
181  else
182    ac_dir_suffix= ac_dots=
183  fi
184
185  case "$ac_given_srcdir" in
186  .)  srcdir=.
187      if test -z "$ac_dots"; then top_srcdir=.
188      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
189  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
190  *) # Relative path.
191    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
192    top_srcdir="$ac_dots$ac_given_srcdir" ;;
193  esac
194
195  case "$ac_given_INSTALL" in
196  [/$]*) INSTALL="$ac_given_INSTALL" ;;
197  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
198  esac
199
200  echo creating "$ac_file"
201  rm -f "$ac_file"
202  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
203  case "$ac_file" in
204  *Makefile*) ac_comsub="1i\\
205# $configure_input" ;;
206  *) ac_comsub= ;;
207  esac
208
209  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
210  sed -e "$ac_comsub
211s%@configure_input@%$configure_input%g
212s%@srcdir@%$srcdir%g
213s%@top_srcdir@%$top_srcdir%g
214s%@INSTALL@%$INSTALL%g
215" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
216fi; done
217rm -f conftest.s*
218
219# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
220# NAME is the cpp macro being defined and VALUE is the value it is being given.
221#
222# ac_d sets the value in "#define NAME VALUE" lines.
223ac_dA='s%^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
224ac_dB='\([ 	][ 	]*\)[^ 	]*%\1#\2'
225ac_dC='\3'
226ac_dD='%g'
227# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
228ac_uA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
229ac_uB='\([ 	]\)%\1#\2define\3'
230ac_uC=' '
231ac_uD='\4%g'
232# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
233ac_eA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
234ac_eB='$%\1#\2define\3'
235ac_eC=' '
236ac_eD='%g'
237
238if test "${CONFIG_HEADERS+set}" != set; then
239  CONFIG_HEADERS="pipenightdreams/config.h"
240fi
241for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
242  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
243  case "$ac_file" in
244  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
245       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
246  *) ac_file_in="${ac_file}.in" ;;
247  esac
248
249  echo creating $ac_file
250
251  rm -f conftest.frag conftest.in conftest.out
252  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
253  cat $ac_file_inputs > conftest.in
254
255  cat > conftest.frag <<CEOF
256${ac_dA}YYTEXT_POINTER${ac_dB}YYTEXT_POINTER${ac_dC}1${ac_dD}
257${ac_uA}YYTEXT_POINTER${ac_uB}YYTEXT_POINTER${ac_uC}1${ac_uD}
258${ac_eA}YYTEXT_POINTER${ac_eB}YYTEXT_POINTER${ac_eC}1${ac_eD}
259${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"pipenightdreams"${ac_dD}
260${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"pipenightdreams"${ac_uD}
261${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"pipenightdreams"${ac_eD}
262${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.9.0"${ac_dD}
263${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.9.0"${ac_uD}
264${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"0.9.0"${ac_eD}
265${ac_dA}HAVE_LIBSDL_IMAGE${ac_dB}HAVE_LIBSDL_IMAGE${ac_dC}1${ac_dD}
266${ac_uA}HAVE_LIBSDL_IMAGE${ac_uB}HAVE_LIBSDL_IMAGE${ac_uC}1${ac_uD}
267${ac_eA}HAVE_LIBSDL_IMAGE${ac_eB}HAVE_LIBSDL_IMAGE${ac_eC}1${ac_eD}
268CEOF
269  sed -f conftest.frag conftest.in > conftest.out
270  rm -f conftest.in
271  mv conftest.out conftest.in
272
273  cat > conftest.frag <<CEOF
274${ac_dA}GAME_DATADIR${ac_dB}GAME_DATADIR${ac_dC}"/usr/local/share/games/pipenightdreams"${ac_dD}
275${ac_uA}GAME_DATADIR${ac_uB}GAME_DATADIR${ac_uC}"/usr/local/share/games/pipenightdreams"${ac_uD}
276${ac_eA}GAME_DATADIR${ac_eB}GAME_DATADIR${ac_eC}"/usr/local/share/games/pipenightdreams"${ac_eD}
277s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
278CEOF
279  sed -f conftest.frag conftest.in > conftest.out
280  rm -f conftest.in
281  mv conftest.out conftest.in
282
283  rm -f conftest.frag conftest.h
284  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
285  cat conftest.in >> conftest.h
286  rm -f conftest.in
287  if cmp -s $ac_file conftest.h 2>/dev/null; then
288    echo "$ac_file is unchanged"
289    rm -f conftest.h
290  else
291    # Remove last slash and all that follows it.  Not all systems have dirname.
292      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
293      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
294      # The file is in a subdirectory.
295      test ! -d "$ac_dir" && mkdir "$ac_dir"
296    fi
297    rm -f $ac_file
298    mv conftest.h $ac_file
299  fi
300fi; done
301
302
303
304test -z "$CONFIG_HEADERS" || echo timestamp > pipenightdreams/stamp-h
305
306exit 0
307