1#! /bin/sh
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/sh}
12export SHELL
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20  emulate sh
21  NULLCMD=:
22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23  # is contrary to our usage.  Disable this feature.
24  alias -g '${1+"$@"}'='"$@"'
25  setopt NO_GLOB_SUBST
26else
27  case `(set -o) 2>/dev/null` in #(
28  *posix*) :
29    set -o posix ;; #(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47  as_echo='print -r --'
48  as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50  as_echo='printf %s\n'
51  as_echo_n='printf %s'
52else
53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55    as_echo_n='/usr/ucb/echo -n'
56  else
57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58    as_echo_n_body='eval
59      arg=$1;
60      case $arg in #(
61      *"$as_nl"*)
62	expr "X$arg" : "X\\(.*\\)$as_nl";
63	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64      esac;
65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66    '
67    export as_echo_n_body
68    as_echo_n='sh -c $as_echo_n_body as_echo'
69  fi
70  export as_echo_body
71  as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76  PATH_SEPARATOR=:
77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79      PATH_SEPARATOR=';'
80  }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order.  Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" ""	$as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94  *[\\/]* ) as_myself=$0 ;;
95  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98  IFS=$as_save_IFS
99  test -z "$as_dir" && as_dir=.
100    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101  done
102IFS=$as_save_IFS
103
104     ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there.  '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
138# as_fn_error STATUS ERROR [LINENO LOG_FD]
139# ----------------------------------------
140# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142# script with STATUS, using 1 if that was 0.
143as_fn_error ()
144{
145  as_status=$1; test $as_status -eq 0 && as_status=1
146  if test "$4"; then
147    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149  fi
150  $as_echo "$as_me: error: $2" >&2
151  as_fn_exit $as_status
152} # as_fn_error
153
154
155# as_fn_set_status STATUS
156# -----------------------
157# Set $? to STATUS, without forking.
158as_fn_set_status ()
159{
160  return $1
161} # as_fn_set_status
162
163# as_fn_exit STATUS
164# -----------------
165# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166as_fn_exit ()
167{
168  set +e
169  as_fn_set_status $1
170  exit $1
171} # as_fn_exit
172
173# as_fn_unset VAR
174# ---------------
175# Portably unset VAR.
176as_fn_unset ()
177{
178  { eval $1=; unset $1;}
179}
180as_unset=as_fn_unset
181# as_fn_append VAR VALUE
182# ----------------------
183# Append the text in VALUE to the end of the definition contained in VAR. Take
184# advantage of any shell optimizations that allow amortized linear growth over
185# repeated appends, instead of the typical quadratic growth present in naive
186# implementations.
187if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188  eval 'as_fn_append ()
189  {
190    eval $1+=\$2
191  }'
192else
193  as_fn_append ()
194  {
195    eval $1=\$$1\$2
196  }
197fi # as_fn_append
198
199# as_fn_arith ARG...
200# ------------------
201# Perform arithmetic evaluation on the ARGs, and store the result in the
202# global $as_val. Take advantage of shells that can avoid forks. The arguments
203# must be portable across $(()) and expr.
204if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205  eval 'as_fn_arith ()
206  {
207    as_val=$(( $* ))
208  }'
209else
210  as_fn_arith ()
211  {
212    as_val=`expr "$@" || test $? -eq 1`
213  }
214fi # as_fn_arith
215
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218   test "X`expr 00001 : '.*\(...\)'`" = X001; then
219  as_expr=expr
220else
221  as_expr=false
222fi
223
224if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225  as_basename=basename
226else
227  as_basename=false
228fi
229
230if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231  as_dirname=dirname
232else
233  as_dirname=false
234fi
235
236as_me=`$as_basename -- "$0" ||
237$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238	 X"$0" : 'X\(//\)$' \| \
239	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240$as_echo X/"$0" |
241    sed '/^.*\/\([^/][^/]*\)\/*$/{
242	    s//\1/
243	    q
244	  }
245	  /^X\/\(\/\/\)$/{
246	    s//\1/
247	    q
248	  }
249	  /^X\/\(\/\).*/{
250	    s//\1/
251	    q
252	  }
253	  s/.*/./; q'`
254
255# Avoid depending upon Character Ranges.
256as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259as_cr_digits='0123456789'
260as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262ECHO_C= ECHO_N= ECHO_T=
263case `echo -n x` in #(((((
264-n*)
265  case `echo 'xy\c'` in
266  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
267  xy)  ECHO_C='\c';;
268  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
269       ECHO_T='	';;
270  esac;;
271*)
272  ECHO_N='-n';;
273esac
274
275rm -f conf$$ conf$$.exe conf$$.file
276if test -d conf$$.dir; then
277  rm -f conf$$.dir/conf$$.file
278else
279  rm -f conf$$.dir
280  mkdir conf$$.dir 2>/dev/null
281fi
282if (echo >conf$$.file) 2>/dev/null; then
283  if ln -s conf$$.file conf$$ 2>/dev/null; then
284    as_ln_s='ln -s'
285    # ... but there are two gotchas:
286    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288    # In both cases, we have to default to `cp -p'.
289    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290      as_ln_s='cp -p'
291  elif ln conf$$.file conf$$ 2>/dev/null; then
292    as_ln_s=ln
293  else
294    as_ln_s='cp -p'
295  fi
296else
297  as_ln_s='cp -p'
298fi
299rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300rmdir conf$$.dir 2>/dev/null
301
302
303# as_fn_mkdir_p
304# -------------
305# Create "$as_dir" as a directory, including parents if necessary.
306as_fn_mkdir_p ()
307{
308
309  case $as_dir in #(
310  -*) as_dir=./$as_dir;;
311  esac
312  test -d "$as_dir" || eval $as_mkdir_p || {
313    as_dirs=
314    while :; do
315      case $as_dir in #(
316      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317      *) as_qdir=$as_dir;;
318      esac
319      as_dirs="'$as_qdir' $as_dirs"
320      as_dir=`$as_dirname -- "$as_dir" ||
321$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322	 X"$as_dir" : 'X\(//\)[^/]' \| \
323	 X"$as_dir" : 'X\(//\)$' \| \
324	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325$as_echo X"$as_dir" |
326    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327	    s//\1/
328	    q
329	  }
330	  /^X\(\/\/\)[^/].*/{
331	    s//\1/
332	    q
333	  }
334	  /^X\(\/\/\)$/{
335	    s//\1/
336	    q
337	  }
338	  /^X\(\/\).*/{
339	    s//\1/
340	    q
341	  }
342	  s/.*/./; q'`
343      test -d "$as_dir" && break
344    done
345    test -z "$as_dirs" || eval "mkdir $as_dirs"
346  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347
348
349} # as_fn_mkdir_p
350if mkdir -p . 2>/dev/null; then
351  as_mkdir_p='mkdir -p "$as_dir"'
352else
353  test -d ./-p && rmdir ./-p
354  as_mkdir_p=false
355fi
356
357if test -x / >/dev/null 2>&1; then
358  as_test_x='test -x'
359else
360  if ls -dL / >/dev/null 2>&1; then
361    as_ls_L_option=L
362  else
363    as_ls_L_option=
364  fi
365  as_test_x='
366    eval sh -c '\''
367      if test -d "$1"; then
368	test -d "$1/.";
369      else
370	case $1 in #(
371	-*)set "./$1";;
372	esac;
373	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
374	???[sx]*):;;*)false;;esac;fi
375    '\'' sh
376  '
377fi
378as_executable_p=$as_test_x
379
380# Sed expression to map a string onto a valid CPP name.
381as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
382
383# Sed expression to map a string onto a valid variable name.
384as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
385
386
387exec 6>&1
388## ----------------------------------- ##
389## Main body of $CONFIG_STATUS script. ##
390## ----------------------------------- ##
391# Save the log message, to keep $0 and so on meaningful, and to
392# report actual input values of CONFIG_FILES etc. instead of their
393# values after options handling.
394ac_log="
395This file was extended by $as_me, which was
396generated by GNU Autoconf 2.68.  Invocation command line was
397
398  CONFIG_FILES    = $CONFIG_FILES
399  CONFIG_HEADERS  = $CONFIG_HEADERS
400  CONFIG_LINKS    = $CONFIG_LINKS
401  CONFIG_COMMANDS = $CONFIG_COMMANDS
402  $ $0 $@
403
404on `(hostname || uname -n) 2>/dev/null | sed 1q`
405"
406
407# Files that config.status was made for.
408config_files=" Makefile src/Makefile src/launcher/Makefile src/launcher/scorched/Makefile src/client/Makefile src/client/scorchedc/Makefile src/server/Makefile src/server/scorcheds/Makefile"
409config_commands=" depfiles"
410
411ac_cs_usage="\
412\`$as_me' instantiates files and other configuration actions
413from templates according to the current configuration.  Unless the files
414and actions are specified as TAGs, all are instantiated by default.
415
416Usage: $0 [OPTION]... [TAG]...
417
418  -h, --help       print this help, then exit
419  -V, --version    print version number and configuration settings, then exit
420      --config     print configuration, then exit
421  -q, --quiet, --silent
422                   do not print progress messages
423  -d, --debug      don't remove temporary files
424      --recheck    update $as_me by reconfiguring in the same conditions
425      --file=FILE[:TEMPLATE]
426                   instantiate the configuration file FILE
427
428Configuration files:
429$config_files
430
431Configuration commands:
432$config_commands
433
434Report bugs to the package provider."
435
436ac_cs_config=""
437ac_cs_version="\
438config.status
439configured by ./configure, generated by GNU Autoconf 2.68,
440  with options \"$ac_cs_config\"
441
442Copyright (C) 2010 Free Software Foundation, Inc.
443This config.status script is free software; the Free Software Foundation
444gives unlimited permission to copy, distribute and modify it."
445
446ac_pwd='/opt/export/scorched3d/scorched'
447srcdir='.'
448INSTALL='/usr/bin/install -c'
449MKDIR_P='/bin/mkdir -p'
450AWK='gawk'
451test -n "$AWK" || AWK=awk
452# The default lists apply if the user does not specify any file.
453ac_need_defaults=:
454while test $# != 0
455do
456  case $1 in
457  --*=?*)
458    ac_option=`expr "X$1" : 'X\([^=]*\)='`
459    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
460    ac_shift=:
461    ;;
462  --*=)
463    ac_option=`expr "X$1" : 'X\([^=]*\)='`
464    ac_optarg=
465    ac_shift=:
466    ;;
467  *)
468    ac_option=$1
469    ac_optarg=$2
470    ac_shift=shift
471    ;;
472  esac
473
474  case $ac_option in
475  # Handling of the options.
476  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
477    ac_cs_recheck=: ;;
478  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
479    $as_echo "$ac_cs_version"; exit ;;
480  --config | --confi | --conf | --con | --co | --c )
481    $as_echo "$ac_cs_config"; exit ;;
482  --debug | --debu | --deb | --de | --d | -d )
483    debug=: ;;
484  --file | --fil | --fi | --f )
485    $ac_shift
486    case $ac_optarg in
487    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
488    '') as_fn_error $? "missing file argument" ;;
489    esac
490    as_fn_append CONFIG_FILES " '$ac_optarg'"
491    ac_need_defaults=false;;
492  --he | --h |  --help | --hel | -h )
493    $as_echo "$ac_cs_usage"; exit ;;
494  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
495  | -silent | --silent | --silen | --sile | --sil | --si | --s)
496    ac_cs_silent=: ;;
497
498  # This is an error.
499  -*) as_fn_error $? "unrecognized option: \`$1'
500Try \`$0 --help' for more information." ;;
501
502  *) as_fn_append ac_config_targets " $1"
503     ac_need_defaults=false ;;
504
505  esac
506  shift
507done
508
509ac_configure_extra_args=
510
511if $ac_cs_silent; then
512  exec 6>/dev/null
513  ac_configure_extra_args="$ac_configure_extra_args --silent"
514fi
515
516if $ac_cs_recheck; then
517  set X '/bin/sh' './configure'  $ac_configure_extra_args --no-create --no-recursion
518  shift
519  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
520  CONFIG_SHELL='/bin/sh'
521  export CONFIG_SHELL
522  exec "$@"
523fi
524
525exec 5>>config.log
526{
527  echo
528  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
529## Running $as_me. ##
530_ASBOX
531  $as_echo "$ac_log"
532} >&5
533
534#
535# INIT-COMMANDS
536#
537AMDEP_TRUE="" ac_aux_dir="."
538
539
540# Handling of arguments.
541for ac_config_target in $ac_config_targets
542do
543  case $ac_config_target in
544    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
545    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
546    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
547    "src/launcher/Makefile") CONFIG_FILES="$CONFIG_FILES src/launcher/Makefile" ;;
548    "src/launcher/scorched/Makefile") CONFIG_FILES="$CONFIG_FILES src/launcher/scorched/Makefile" ;;
549    "src/client/Makefile") CONFIG_FILES="$CONFIG_FILES src/client/Makefile" ;;
550    "src/client/scorchedc/Makefile") CONFIG_FILES="$CONFIG_FILES src/client/scorchedc/Makefile" ;;
551    "src/server/Makefile") CONFIG_FILES="$CONFIG_FILES src/server/Makefile" ;;
552    "src/server/scorcheds/Makefile") CONFIG_FILES="$CONFIG_FILES src/server/scorcheds/Makefile" ;;
553
554  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
555  esac
556done
557
558
559# If the user did not use the arguments to specify the items to instantiate,
560# then the envvar interface is used.  Set only those that are not.
561# We use the long form for the default assignment because of an extremely
562# bizarre bug on SunOS 4.1.3.
563if $ac_need_defaults; then
564  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
565  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
566fi
567
568# Have a temporary directory for convenience.  Make it in the build tree
569# simply because there is no reason against having it here, and in addition,
570# creating and moving files from /tmp can sometimes cause problems.
571# Hook for its removal unless debugging.
572# Note that there is a small window in which the directory will not be cleaned:
573# after its creation but before its name has been assigned to `$tmp'.
574$debug ||
575{
576  tmp= ac_tmp=
577  trap 'exit_status=$?
578  : "${ac_tmp:=$tmp}"
579  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
580' 0
581  trap 'as_fn_exit 1' 1 2 13 15
582}
583# Create a (secure) tmp directory for tmp files.
584
585{
586  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
587  test -d "$tmp"
588}  ||
589{
590  tmp=./conf$$-$RANDOM
591  (umask 077 && mkdir "$tmp")
592} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
593ac_tmp=$tmp
594
595# Set up the scripts for CONFIG_FILES section.
596# No need to generate them if there are no CONFIG_FILES.
597# This happens for instance with `./config.status config.h'.
598if test -n "$CONFIG_FILES"; then
599
600
601ac_cr=`echo X | tr X '\015'`
602# On cygwin, bash can eat \r inside `` if the user requested igncr.
603# But we know of no other shell where ac_cr would be empty at this
604# point, so we can use a bashism as a fallback.
605if test "x$ac_cr" = x; then
606  eval ac_cr=\$\'\\r\'
607fi
608ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
609if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
610  ac_cs_awk_cr='\\r'
611else
612  ac_cs_awk_cr=$ac_cr
613fi
614
615echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
616cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
617S["am__EXEEXT_FALSE"]=""
618S["am__EXEEXT_TRUE"]="#"
619S["LTLIBOBJS"]=""
620S["LIBOBJS"]=""
621S["EGREP"]="/bin/grep -E"
622S["GREP"]="/bin/grep"
623S["CPP"]="gcc -E"
624S["S3D_SUBDIRS"]="launcher client server"
625S["PGSQL_LIBS"]=""
626S["MYSQL_CFLAGS"]=""
627S["MYSQL_LIBS"]=""
628S["SDL_LIBS"]="-lSDL -lpthread -lSDL_net"
629S["SDL_CFLAGS"]="-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT"
630S["SDL_CONFIG"]="/usr/bin/sdl-config"
631S["FFTW_LIBS"]=" -lfftw3f"
632S["FFTW_CFLAGS"]=""
633S["FT2_LIBS"]="-lfreetype"
634S["FT2_CFLAGS"]="-I/usr/include/freetype2"
635S["FT2_CONFIG"]="/usr/bin/freetype-config"
636S["OGG_LIBS"]=" -logg  -lvorbis -lm -lvorbisfile"
637S["OGG_CFLAGS"]=" "
638S["VORBISENC_LIBS"]="-lvorbisenc"
639S["VORBISFILE_LIBS"]="-lvorbisfile"
640S["VORBIS_LIBS"]=" -lvorbis -lm"
641S["VORBIS_CFLAGS"]=""
642S["WX_VERSION"]="2.8.12"
643S["WX_LIBS_STATIC"]=""
644S["WX_LIBS"]="-pthread   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2."\
645"8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 "
646S["WX_CXXFLAGS_ONLY"]=""
647S["WX_CFLAGS_ONLY"]="-pthread"
648S["WX_CXXFLAGS"]="-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread"
649S["WX_CFLAGS"]="-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread"
650S["WX_CPPFLAGS"]="-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__"
651S["WX_CONFIG_PATH"]="/usr/bin/wx-config"
652S["AL_LIBS"]="-lopenal    -lalut"
653S["AL_CFLAGS"]="  "
654S["FREEALUT_CONFIG"]="/usr/bin/freealut-config"
655S["PKG_CONFIG"]="/usr/bin/pkg-config"
656S["OPENAL_CONFIG"]="/usr/bin/pkg-config openal"
657S["GL_LIBS"]="-lGL -lGLU -lpthread"
658S["RANLIB"]="ranlib"
659S["am__fastdepCXX_FALSE"]="#"
660S["am__fastdepCXX_TRUE"]=""
661S["CXXDEPMODE"]="depmode=gcc3"
662S["ac_ct_CXX"]="g++"
663S["CXXFLAGS"]="-g -O2 -DS3D_DOCDIR=\\\"${datadir}/documentation\\\" -DS3D_DATADIR=\\\"${datarootdir}\\\" -DS3D_BINDIR=\\\"${exec_prefix}/bin\\\""
664S["CXX"]="g++"
665S["am__fastdepCC_FALSE"]="#"
666S["am__fastdepCC_TRUE"]=""
667S["CCDEPMODE"]="depmode=gcc3"
668S["AMDEPBACKSLASH"]="\\"
669S["AMDEP_FALSE"]="#"
670S["AMDEP_TRUE"]=""
671S["am__quote"]=""
672S["am__include"]="include"
673S["DEPDIR"]=".deps"
674S["OBJEXT"]="o"
675S["EXEEXT"]=""
676S["ac_ct_CC"]="gcc"
677S["CPPFLAGS"]="-I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include"
678S["LDFLAGS"]="-L/usr/X11R6/lib -L/usr/X11R6 -L/usr/local/lib"
679S["CFLAGS"]="-g -O2 -DS3D_DOCDIR=\\\"${datadir}/documentation\\\" -DS3D_DATADIR=\\\"${datarootdir}\\\" -DS3D_BINDIR=\\\"${exec_prefix}/bin\\\""
680S["CC"]="gcc"
681S["am__untar"]="${AMTAR} xf -"
682S["am__tar"]="${AMTAR} chof - \"$$tardir\""
683S["AMTAR"]="${SHELL} /opt/export/scorched3d/scorched/missing --run tar"
684S["am__leading_dot"]="."
685S["SET_MAKE"]=""
686S["AWK"]="gawk"
687S["mkdir_p"]="/bin/mkdir -p"
688S["MKDIR_P"]="/bin/mkdir -p"
689S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
690S["STRIP"]=""
691S["install_sh"]="${SHELL} /opt/export/scorched3d/scorched/install-sh"
692S["MAKEINFO"]="${SHELL} /opt/export/scorched3d/scorched/missing --run makeinfo"
693S["AUTOHEADER"]="${SHELL} /opt/export/scorched3d/scorched/missing --run autoheader"
694S["AUTOMAKE"]="${SHELL} /opt/export/scorched3d/scorched/missing --run automake-1.11"
695S["AUTOCONF"]="${SHELL} /opt/export/scorched3d/scorched/missing --run autoconf"
696S["ACLOCAL"]="${SHELL} /opt/export/scorched3d/scorched/missing --run aclocal-1.11"
697S["VERSION"]="43"
698S["PACKAGE"]="scorched3d"
699S["CYGPATH_W"]="echo"
700S["am__isrc"]=""
701S["INSTALL_DATA"]="${INSTALL} -m 644"
702S["INSTALL_SCRIPT"]="${INSTALL}"
703S["INSTALL_PROGRAM"]="${INSTALL}"
704S["target_os"]="linux-gnu"
705S["target_vendor"]="pc"
706S["target_cpu"]="i686"
707S["target"]="i686-pc-linux-gnu"
708S["host_os"]="linux-gnu"
709S["host_vendor"]="pc"
710S["host_cpu"]="i686"
711S["host"]="i686-pc-linux-gnu"
712S["build_os"]="linux-gnu"
713S["build_vendor"]="pc"
714S["build_cpu"]="i686"
715S["build"]="i686-pc-linux-gnu"
716S["target_alias"]=""
717S["host_alias"]=""
718S["build_alias"]=""
719S["LIBS"]=" -lexpat -lz -lpng -ljpeg"
720S["ECHO_T"]=""
721S["ECHO_N"]="-n"
722S["ECHO_C"]=""
723S["DEFS"]="-DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"scor"\
724"ched3d\\\" -DVERSION=\\\"43\\\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DH"\
725"AVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1"\
726" -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1"
727S["mandir"]="${datarootdir}/man"
728S["localedir"]="${datarootdir}/locale"
729S["libdir"]="${exec_prefix}/lib"
730S["psdir"]="${docdir}"
731S["pdfdir"]="${docdir}"
732S["dvidir"]="${docdir}"
733S["htmldir"]="${docdir}"
734S["infodir"]="${datarootdir}/info"
735S["docdir"]="${datadir}/documentation"
736S["oldincludedir"]="/usr/include"
737S["includedir"]="${prefix}/include"
738S["localstatedir"]="${prefix}/var"
739S["sharedstatedir"]="${prefix}/com"
740S["sysconfdir"]="${prefix}/etc"
741S["datadir"]="${datarootdir}"
742S["datarootdir"]="${prefix}/share"
743S["libexecdir"]="${exec_prefix}/libexec"
744S["sbindir"]="${exec_prefix}/sbin"
745S["bindir"]="${exec_prefix}/bin"
746S["program_transform_name"]="s,x,x,"
747S["prefix"]="/usr/local/games/scorched3d"
748S["exec_prefix"]="${prefix}"
749S["PACKAGE_URL"]=""
750S["PACKAGE_BUGREPORT"]=""
751S["PACKAGE_STRING"]=""
752S["PACKAGE_VERSION"]=""
753S["PACKAGE_TARNAME"]=""
754S["PACKAGE_NAME"]=""
755S["PATH_SEPARATOR"]=":"
756S["SHELL"]="/bin/sh"
757_ACAWK
758cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
759  for (key in S) S_is_set[key] = 1
760  FS = ""
761
762}
763{
764  line = $ 0
765  nfields = split(line, field, "@")
766  substed = 0
767  len = length(field[1])
768  for (i = 2; i < nfields; i++) {
769    key = field[i]
770    keylen = length(key)
771    if (S_is_set[key]) {
772      value = S[key]
773      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
774      len += length(value) + length(field[++i])
775      substed = 1
776    } else
777      len += 1 + keylen
778  }
779
780  print line
781}
782
783_ACAWK
784if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
785  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
786else
787  cat
788fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
789  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
790fi # test -n "$CONFIG_FILES"
791
792
793eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
794shift
795for ac_tag
796do
797  case $ac_tag in
798  :[FHLC]) ac_mode=$ac_tag; continue;;
799  esac
800  case $ac_mode$ac_tag in
801  :[FHL]*:*);;
802  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
803  :[FH]-) ac_tag=-:-;;
804  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
805  esac
806  ac_save_IFS=$IFS
807  IFS=:
808  set x $ac_tag
809  IFS=$ac_save_IFS
810  shift
811  ac_file=$1
812  shift
813
814  case $ac_mode in
815  :L) ac_source=$1;;
816  :[FH])
817    ac_file_inputs=
818    for ac_f
819    do
820      case $ac_f in
821      -) ac_f="$ac_tmp/stdin";;
822      *) # Look for the file first in the build tree, then in the source tree
823	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
824	 # because $ac_f cannot contain `:'.
825	 test -f "$ac_f" ||
826	   case $ac_f in
827	   [\\/$]*) false;;
828	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
829	   esac ||
830	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
831      esac
832      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
833      as_fn_append ac_file_inputs " '$ac_f'"
834    done
835
836    # Let's still pretend it is `configure' which instantiates (i.e., don't
837    # use $as_me), people would be surprised to read:
838    #    /* config.h.  Generated by config.status.  */
839    configure_input='Generated from '`
840	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
841	`' by configure.'
842    if test x"$ac_file" != x-; then
843      configure_input="$ac_file.  $configure_input"
844      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
845$as_echo "$as_me: creating $ac_file" >&6;}
846    fi
847    # Neutralize special characters interpreted by sed in replacement strings.
848    case $configure_input in #(
849    *\&* | *\|* | *\\* )
850       ac_sed_conf_input=`$as_echo "$configure_input" |
851       sed 's/[\\\\&|]/\\\\&/g'`;; #(
852    *) ac_sed_conf_input=$configure_input;;
853    esac
854
855    case $ac_tag in
856    *:-:* | *:-) cat >"$ac_tmp/stdin" \
857      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
858    esac
859    ;;
860  esac
861
862  ac_dir=`$as_dirname -- "$ac_file" ||
863$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
864	 X"$ac_file" : 'X\(//\)[^/]' \| \
865	 X"$ac_file" : 'X\(//\)$' \| \
866	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
867$as_echo X"$ac_file" |
868    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
869	    s//\1/
870	    q
871	  }
872	  /^X\(\/\/\)[^/].*/{
873	    s//\1/
874	    q
875	  }
876	  /^X\(\/\/\)$/{
877	    s//\1/
878	    q
879	  }
880	  /^X\(\/\).*/{
881	    s//\1/
882	    q
883	  }
884	  s/.*/./; q'`
885  as_dir="$ac_dir"; as_fn_mkdir_p
886  ac_builddir=.
887
888case "$ac_dir" in
889.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
890*)
891  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
892  # A ".." for each directory in $ac_dir_suffix.
893  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
894  case $ac_top_builddir_sub in
895  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
896  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
897  esac ;;
898esac
899ac_abs_top_builddir=$ac_pwd
900ac_abs_builddir=$ac_pwd$ac_dir_suffix
901# for backward compatibility:
902ac_top_builddir=$ac_top_build_prefix
903
904case $srcdir in
905  .)  # We are building in place.
906    ac_srcdir=.
907    ac_top_srcdir=$ac_top_builddir_sub
908    ac_abs_top_srcdir=$ac_pwd ;;
909  [\\/]* | ?:[\\/]* )  # Absolute name.
910    ac_srcdir=$srcdir$ac_dir_suffix;
911    ac_top_srcdir=$srcdir
912    ac_abs_top_srcdir=$srcdir ;;
913  *) # Relative name.
914    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
915    ac_top_srcdir=$ac_top_build_prefix$srcdir
916    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
917esac
918ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
919
920
921  case $ac_mode in
922  :F)
923  #
924  # CONFIG_FILE
925  #
926
927  case $INSTALL in
928  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
929  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
930  esac
931  ac_MKDIR_P=$MKDIR_P
932  case $MKDIR_P in
933  [\\/$]* | ?:[\\/]* ) ;;
934  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
935  esac
936# If the template does not know about datarootdir, expand it.
937# FIXME: This hack should be removed a few years after 2.60.
938ac_datarootdir_hack=; ac_datarootdir_seen=
939ac_sed_dataroot='
940/datarootdir/ {
941  p
942  q
943}
944/@datadir@/p
945/@docdir@/p
946/@infodir@/p
947/@localedir@/p
948/@mandir@/p'
949case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
950*datarootdir*) ac_datarootdir_seen=yes;;
951*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
952  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
953$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
954  ac_datarootdir_hack='
955  s&@datadir@&${datarootdir}&g
956  s&@docdir@&${datadir}/documentation&g
957  s&@infodir@&${datarootdir}/info&g
958  s&@localedir@&${datarootdir}/locale&g
959  s&@mandir@&${datarootdir}/man&g
960  s&\${datarootdir}&${prefix}/share&g' ;;
961esac
962ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
963h
964s///
965s/^/:/
966s/[	 ]*$/:/
967s/:\$(srcdir):/:/g
968s/:\${srcdir}:/:/g
969s/:@srcdir@:/:/g
970s/^:*//
971s/:*$//
972x
973s/\(=[	 ]*\).*/\1/
974G
975s/\n//
976s/^[^=]*=[	 ]*$//
977}
978
979:t
980/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
981s|@configure_input@|$ac_sed_conf_input|;t t
982s&@top_builddir@&$ac_top_builddir_sub&;t t
983s&@top_build_prefix@&$ac_top_build_prefix&;t t
984s&@srcdir@&$ac_srcdir&;t t
985s&@abs_srcdir@&$ac_abs_srcdir&;t t
986s&@top_srcdir@&$ac_top_srcdir&;t t
987s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
988s&@builddir@&$ac_builddir&;t t
989s&@abs_builddir@&$ac_abs_builddir&;t t
990s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
991s&@INSTALL@&$ac_INSTALL&;t t
992s&@MKDIR_P@&$ac_MKDIR_P&;t t
993$ac_datarootdir_hack
994"
995eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
996  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
997
998test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
999  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1000  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
1001      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1002  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1003which seems to be undefined.  Please make sure it is defined" >&5
1004$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1005which seems to be undefined.  Please make sure it is defined" >&2;}
1006
1007  rm -f "$ac_tmp/stdin"
1008  case $ac_file in
1009  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1010  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1011  esac \
1012  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1013 ;;
1014
1015
1016  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1017$as_echo "$as_me: executing $ac_file commands" >&6;}
1018 ;;
1019  esac
1020
1021
1022  case $ac_file$ac_mode in
1023    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1024  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1025  # are listed without --file.  Let's play safe and only enable the eval
1026  # if we detect the quoting.
1027  case $CONFIG_FILES in
1028  *\'*) eval set x "$CONFIG_FILES" ;;
1029  *)   set x $CONFIG_FILES ;;
1030  esac
1031  shift
1032  for mf
1033  do
1034    # Strip MF so we end up with the name of the file.
1035    mf=`echo "$mf" | sed -e 's/:.*$//'`
1036    # Check whether this is an Automake generated Makefile or not.
1037    # We used to match only the files named `Makefile.in', but
1038    # some people rename them; so instead we look at the file content.
1039    # Grep'ing the first line is not enough: some people post-process
1040    # each Makefile.in and add a new line on top of each file to say so.
1041    # Grep'ing the whole file is not good either: AIX grep has a line
1042    # limit of 2048, but all sed's we know have understand at least 4000.
1043    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1044      dirpart=`$as_dirname -- "$mf" ||
1045$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1046	 X"$mf" : 'X\(//\)[^/]' \| \
1047	 X"$mf" : 'X\(//\)$' \| \
1048	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1049$as_echo X"$mf" |
1050    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1051	    s//\1/
1052	    q
1053	  }
1054	  /^X\(\/\/\)[^/].*/{
1055	    s//\1/
1056	    q
1057	  }
1058	  /^X\(\/\/\)$/{
1059	    s//\1/
1060	    q
1061	  }
1062	  /^X\(\/\).*/{
1063	    s//\1/
1064	    q
1065	  }
1066	  s/.*/./; q'`
1067    else
1068      continue
1069    fi
1070    # Extract the definition of DEPDIR, am__include, and am__quote
1071    # from the Makefile without running `make'.
1072    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1073    test -z "$DEPDIR" && continue
1074    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1075    test -z "am__include" && continue
1076    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1077    # When using ansi2knr, U may be empty or an underscore; expand it
1078    U=`sed -n 's/^U = //p' < "$mf"`
1079    # Find all dependency output files, they are included files with
1080    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1081    # simplest approach to changing $(DEPDIR) to its actual value in the
1082    # expansion.
1083    for file in `sed -n "
1084      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1085	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1086      # Make sure the directory exists.
1087      test -f "$dirpart/$file" && continue
1088      fdir=`$as_dirname -- "$file" ||
1089$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1090	 X"$file" : 'X\(//\)[^/]' \| \
1091	 X"$file" : 'X\(//\)$' \| \
1092	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1093$as_echo X"$file" |
1094    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1095	    s//\1/
1096	    q
1097	  }
1098	  /^X\(\/\/\)[^/].*/{
1099	    s//\1/
1100	    q
1101	  }
1102	  /^X\(\/\/\)$/{
1103	    s//\1/
1104	    q
1105	  }
1106	  /^X\(\/\).*/{
1107	    s//\1/
1108	    q
1109	  }
1110	  s/.*/./; q'`
1111      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1112      # echo "creating $dirpart/$file"
1113      echo '# dummy' > "$dirpart/$file"
1114    done
1115  done
1116}
1117 ;;
1118
1119  esac
1120done # for ac_tag
1121
1122
1123as_fn_exit 0
1124