Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/openAL/configure @ 3921

Last change on this file since 3921 was 3921, checked in by bensch, 19 years ago

orxonox/branches/openAL: now searching for the openAL-header and lib
@simon: i hope, this will suffice for you to start coding :)

  • Property svn:executable set to *
File size: 294.1 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59 for orxonox 0.2.2-pre-alpha.
4#
5# Report bugs to <orxonox-dev at mail.datacore.ch>.
6#
7# Copyright (C) 2003 Free Software Foundation, Inc.
8# This configure script is free software; the Free Software Foundation
9# gives unlimited permission to copy, distribute and modify it.
10## --------------------- ##
11## M4sh Initialization.  ##
12## --------------------- ##
13
14# Be Bourne compatible
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16  emulate sh
17  NULLCMD=:
18  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19  # is contrary to our usage.  Disable this feature.
20  alias -g '${1+"$@"}'='"$@"'
21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22  set -o posix
23fi
24DUALCASE=1; export DUALCASE # for MKS sh
25
26# Support unset when possible.
27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28  as_unset=unset
29else
30  as_unset=false
31fi
32
33
34# Work around bugs in pre-3.0 UWIN ksh.
35$as_unset ENV MAIL MAILPATH
36PS1='$ '
37PS2='> '
38PS4='+ '
39
40# NLS nuisances.
41for as_var in \
42  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44  LC_TELEPHONE LC_TIME
45do
46  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47    eval $as_var=C; export $as_var
48  else
49    $as_unset $as_var
50  fi
51done
52
53# Required to use basename.
54if expr a : '\(a\)' >/dev/null 2>&1; then
55  as_expr=expr
56else
57  as_expr=false
58fi
59
60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61  as_basename=basename
62else
63  as_basename=false
64fi
65
66
67# Name of the executable.
68as_me=`$as_basename "$0" ||
69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70         X"$0" : 'X\(//\)$' \| \
71         X"$0" : 'X\(/\)$' \| \
72         .     : '\(.\)' 2>/dev/null ||
73echo X/"$0" |
74    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75          /^X\/\(\/\/\)$/{ s//\1/; q; }
76          /^X\/\(\/\).*/{ s//\1/; q; }
77          s/.*/./; q'`
78
79
80# PATH needs CR, and LINENO needs CR and PATH.
81# Avoid depending upon Character Ranges.
82as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85as_cr_digits='0123456789'
86as_cr_alnum=$as_cr_Letters$as_cr_digits
87
88# The user is always right.
89if test "${PATH_SEPARATOR+set}" != set; then
90  echo "#! /bin/sh" >conf$$.sh
91  echo  "exit 0"   >>conf$$.sh
92  chmod +x conf$$.sh
93  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94    PATH_SEPARATOR=';'
95  else
96    PATH_SEPARATOR=:
97  fi
98  rm -f conf$$.sh
99fi
100
101
102  as_lineno_1=$LINENO
103  as_lineno_2=$LINENO
104  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105  test "x$as_lineno_1" != "x$as_lineno_2" &&
106  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107  # Find who we are.  Look in the path if we contain no path at all
108  # relative or not.
109  case $0 in
110    *[\\/]* ) as_myself=$0 ;;
111    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112for as_dir in $PATH
113do
114  IFS=$as_save_IFS
115  test -z "$as_dir" && as_dir=.
116  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117done
118
119       ;;
120  esac
121  # We did not find ourselves, most probably we were run as `sh COMMAND'
122  # in which case we are not to be found in the path.
123  if test "x$as_myself" = x; then
124    as_myself=$0
125  fi
126  if test ! -f "$as_myself"; then
127    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128   { (exit 1); exit 1; }; }
129  fi
130  case $CONFIG_SHELL in
131  '')
132    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134do
135  IFS=$as_save_IFS
136  test -z "$as_dir" && as_dir=.
137  for as_base in sh bash ksh sh5; do
138         case $as_dir in
139         /*)
140           if ("$as_dir/$as_base" -c '
141  as_lineno_1=$LINENO
142  as_lineno_2=$LINENO
143  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144  test "x$as_lineno_1" != "x$as_lineno_2" &&
145  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148             CONFIG_SHELL=$as_dir/$as_base
149             export CONFIG_SHELL
150             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151           fi;;
152         esac
153       done
154done
155;;
156  esac
157
158  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159  # uniformly replaced by the line number.  The first 'sed' inserts a
160  # line-number line before each line; the second 'sed' does the real
161  # work.  The second script uses 'N' to pair each line-number line
162  # with the numbered line, and appends trailing '-' during
163  # substitution so that $LINENO is not a special case at line end.
164  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166  sed '=' <$as_myself |
167    sed '
168      N
169      s,$,-,
170      : loop
171      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172      t loop
173      s,-$,,
174      s,^['$as_cr_digits']*\n,,
175    ' >$as_me.lineno &&
176  chmod +x $as_me.lineno ||
177    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178   { (exit 1); exit 1; }; }
179
180  # Don't try to exec as it changes $[0], causing all sort of problems
181  # (the dirname of $[0] is not the place where we might find the
182  # original and so on.  Autoconf is especially sensible to this).
183  . ./$as_me.lineno
184  # Exit status is that of the last command.
185  exit
186}
187
188
189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190  *c*,-n*) ECHO_N= ECHO_C='
191' ECHO_T='      ' ;;
192  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194esac
195
196if expr a : '\(a\)' >/dev/null 2>&1; then
197  as_expr=expr
198else
199  as_expr=false
200fi
201
202rm -f conf$$ conf$$.exe conf$$.file
203echo >conf$$.file
204if ln -s conf$$.file conf$$ 2>/dev/null; then
205  # We could just check for DJGPP; but this test a) works b) is more generic
206  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207  if test -f conf$$.exe; then
208    # Don't use ln at all; we don't have any links
209    as_ln_s='cp -p'
210  else
211    as_ln_s='ln -s'
212  fi
213elif ln conf$$.file conf$$ 2>/dev/null; then
214  as_ln_s=ln
215else
216  as_ln_s='cp -p'
217fi
218rm -f conf$$ conf$$.exe conf$$.file
219
220if mkdir -p . 2>/dev/null; then
221  as_mkdir_p=:
222else
223  test -d ./-p && rmdir ./-p
224  as_mkdir_p=false
225fi
226
227as_executable_p="test -f"
228
229# Sed expression to map a string onto a valid CPP name.
230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231
232# Sed expression to map a string onto a valid variable name.
233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234
235
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS="   $as_nl"
241
242# CDPATH.
243$as_unset CDPATH
244
245
246# Name of the host.
247# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248# so uname gets run too.
249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250
251exec 6>&1
252
253#
254# Initializations.
255#
256ac_default_prefix=/usr/local
257ac_config_libobj_dir=.
258cross_compiling=no
259subdirs=
260MFLAGS=
261MAKEFLAGS=
262SHELL=${CONFIG_SHELL-/bin/sh}
263
264# Maximum number of lines to put in a shell here document.
265# This variable seems obsolete.  It should probably be removed, and
266# only ac_max_sed_lines should be used.
267: ${ac_max_here_lines=38}
268
269# Identity of this package.
270PACKAGE_NAME='orxonox'
271PACKAGE_TARNAME='orxonox'
272PACKAGE_VERSION='0.2.2-pre-alpha'
273PACKAGE_STRING='orxonox 0.2.2-pre-alpha'
274PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch'
275
276ac_unique_file="."
277# Factoring default headers for most tests.
278ac_includes_default="\
279#include <stdio.h>
280#if HAVE_SYS_TYPES_H
281# include <sys/types.h>
282#endif
283#if HAVE_SYS_STAT_H
284# include <sys/stat.h>
285#endif
286#if STDC_HEADERS
287# include <stdlib.h>
288# include <stddef.h>
289#else
290# if HAVE_STDLIB_H
291#  include <stdlib.h>
292# endif
293#endif
294#if HAVE_STRING_H
295# if !STDC_HEADERS && HAVE_MEMORY_H
296#  include <memory.h>
297# endif
298# include <string.h>
299#endif
300#if HAVE_STRINGS_H
301# include <strings.h>
302#endif
303#if HAVE_INTTYPES_H
304# include <inttypes.h>
305#else
306# if HAVE_STDINT_H
307#  include <stdint.h>
308# endif
309#endif
310#if HAVE_UNISTD_H
311# include <unistd.h>
312#endif"
313
314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOCUMENTATION_TRUE DOCUMENTATION_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE GPROF MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
315ac_subst_files=''
316
317# Initialize some variables set by options.
318ac_init_help=
319ac_init_version=false
320# The variables have the same names as the options, with
321# dashes changed to underlines.
322cache_file=/dev/null
323exec_prefix=NONE
324no_create=
325no_recursion=
326prefix=NONE
327program_prefix=NONE
328program_suffix=NONE
329program_transform_name=s,x,x,
330silent=
331site=
332srcdir=
333verbose=
334x_includes=NONE
335x_libraries=NONE
336
337# Installation directory options.
338# These are left unexpanded so users can "make install exec_prefix=/foo"
339# and all the variables that are supposed to be based on exec_prefix
340# by default will actually change.
341# Use braces instead of parens because sh, perl, etc. also accept them.
342bindir='${exec_prefix}/bin'
343sbindir='${exec_prefix}/sbin'
344libexecdir='${exec_prefix}/libexec'
345datadir='${prefix}/share'
346sysconfdir='${prefix}/etc'
347sharedstatedir='${prefix}/com'
348localstatedir='${prefix}/var'
349libdir='${exec_prefix}/lib'
350includedir='${prefix}/include'
351oldincludedir='/usr/include'
352infodir='${prefix}/info'
353mandir='${prefix}/man'
354
355ac_prev=
356for ac_option
357do
358  # If the previous option needs an argument, assign it.
359  if test -n "$ac_prev"; then
360    eval "$ac_prev=\$ac_option"
361    ac_prev=
362    continue
363  fi
364
365  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
366
367  # Accept the important Cygnus configure options, so we can diagnose typos.
368
369  case $ac_option in
370
371  -bindir | --bindir | --bindi | --bind | --bin | --bi)
372    ac_prev=bindir ;;
373  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374    bindir=$ac_optarg ;;
375
376  -build | --build | --buil | --bui | --bu)
377    ac_prev=build_alias ;;
378  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379    build_alias=$ac_optarg ;;
380
381  -cache-file | --cache-file | --cache-fil | --cache-fi \
382  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383    ac_prev=cache_file ;;
384  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386    cache_file=$ac_optarg ;;
387
388  --config-cache | -C)
389    cache_file=config.cache ;;
390
391  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
392    ac_prev=datadir ;;
393  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
394  | --da=*)
395    datadir=$ac_optarg ;;
396
397  -disable-* | --disable-*)
398    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
399    # Reject names that are not valid shell variable names.
400    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402   { (exit 1); exit 1; }; }
403    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
404    eval "enable_$ac_feature=no" ;;
405
406  -enable-* | --enable-*)
407    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
408    # Reject names that are not valid shell variable names.
409    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
410      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411   { (exit 1); exit 1; }; }
412    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
413    case $ac_option in
414      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415      *) ac_optarg=yes ;;
416    esac
417    eval "enable_$ac_feature='$ac_optarg'" ;;
418
419  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421  | --exec | --exe | --ex)
422    ac_prev=exec_prefix ;;
423  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425  | --exec=* | --exe=* | --ex=*)
426    exec_prefix=$ac_optarg ;;
427
428  -gas | --gas | --ga | --g)
429    # Obsolete; use --with-gas.
430    with_gas=yes ;;
431
432  -help | --help | --hel | --he | -h)
433    ac_init_help=long ;;
434  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
435    ac_init_help=recursive ;;
436  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
437    ac_init_help=short ;;
438
439  -host | --host | --hos | --ho)
440    ac_prev=host_alias ;;
441  -host=* | --host=* | --hos=* | --ho=*)
442    host_alias=$ac_optarg ;;
443
444  -includedir | --includedir | --includedi | --included | --include \
445  | --includ | --inclu | --incl | --inc)
446    ac_prev=includedir ;;
447  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448  | --includ=* | --inclu=* | --incl=* | --inc=*)
449    includedir=$ac_optarg ;;
450
451  -infodir | --infodir | --infodi | --infod | --info | --inf)
452    ac_prev=infodir ;;
453  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
454    infodir=$ac_optarg ;;
455
456  -libdir | --libdir | --libdi | --libd)
457    ac_prev=libdir ;;
458  -libdir=* | --libdir=* | --libdi=* | --libd=*)
459    libdir=$ac_optarg ;;
460
461  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462  | --libexe | --libex | --libe)
463    ac_prev=libexecdir ;;
464  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465  | --libexe=* | --libex=* | --libe=*)
466    libexecdir=$ac_optarg ;;
467
468  -localstatedir | --localstatedir | --localstatedi | --localstated \
469  | --localstate | --localstat | --localsta | --localst \
470  | --locals | --local | --loca | --loc | --lo)
471    ac_prev=localstatedir ;;
472  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
475    localstatedir=$ac_optarg ;;
476
477  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
478    ac_prev=mandir ;;
479  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
480    mandir=$ac_optarg ;;
481
482  -nfp | --nfp | --nf)
483    # Obsolete; use --without-fp.
484    with_fp=no ;;
485
486  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487  | --no-cr | --no-c | -n)
488    no_create=yes ;;
489
490  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492    no_recursion=yes ;;
493
494  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496  | --oldin | --oldi | --old | --ol | --o)
497    ac_prev=oldincludedir ;;
498  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
501    oldincludedir=$ac_optarg ;;
502
503  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
504    ac_prev=prefix ;;
505  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506    prefix=$ac_optarg ;;
507
508  -program-prefix | --program-prefix | --program-prefi | --program-pref \
509  | --program-pre | --program-pr | --program-p)
510    ac_prev=program_prefix ;;
511  -program-prefix=* | --program-prefix=* | --program-prefi=* \
512  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
513    program_prefix=$ac_optarg ;;
514
515  -program-suffix | --program-suffix | --program-suffi | --program-suff \
516  | --program-suf | --program-su | --program-s)
517    ac_prev=program_suffix ;;
518  -program-suffix=* | --program-suffix=* | --program-suffi=* \
519  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
520    program_suffix=$ac_optarg ;;
521
522  -program-transform-name | --program-transform-name \
523  | --program-transform-nam | --program-transform-na \
524  | --program-transform-n | --program-transform- \
525  | --program-transform | --program-transfor \
526  | --program-transfo | --program-transf \
527  | --program-trans | --program-tran \
528  | --progr-tra | --program-tr | --program-t)
529    ac_prev=program_transform_name ;;
530  -program-transform-name=* | --program-transform-name=* \
531  | --program-transform-nam=* | --program-transform-na=* \
532  | --program-transform-n=* | --program-transform-=* \
533  | --program-transform=* | --program-transfor=* \
534  | --program-transfo=* | --program-transf=* \
535  | --program-trans=* | --program-tran=* \
536  | --progr-tra=* | --program-tr=* | --program-t=*)
537    program_transform_name=$ac_optarg ;;
538
539  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540  | -silent | --silent | --silen | --sile | --sil)
541    silent=yes ;;
542
543  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
544    ac_prev=sbindir ;;
545  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
546  | --sbi=* | --sb=*)
547    sbindir=$ac_optarg ;;
548
549  -sharedstatedir | --sharedstatedir | --sharedstatedi \
550  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551  | --sharedst | --shareds | --shared | --share | --shar \
552  | --sha | --sh)
553    ac_prev=sharedstatedir ;;
554  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
557  | --sha=* | --sh=*)
558    sharedstatedir=$ac_optarg ;;
559
560  -site | --site | --sit)
561    ac_prev=site ;;
562  -site=* | --site=* | --sit=*)
563    site=$ac_optarg ;;
564
565  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
566    ac_prev=srcdir ;;
567  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568    srcdir=$ac_optarg ;;
569
570  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571  | --syscon | --sysco | --sysc | --sys | --sy)
572    ac_prev=sysconfdir ;;
573  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
575    sysconfdir=$ac_optarg ;;
576
577  -target | --target | --targe | --targ | --tar | --ta | --t)
578    ac_prev=target_alias ;;
579  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
580    target_alias=$ac_optarg ;;
581
582  -v | -verbose | --verbose | --verbos | --verbo | --verb)
583    verbose=yes ;;
584
585  -version | --version | --versio | --versi | --vers | -V)
586    ac_init_version=: ;;
587
588  -with-* | --with-*)
589    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
590    # Reject names that are not valid shell variable names.
591    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
592      { echo "$as_me: error: invalid package name: $ac_package" >&2
593   { (exit 1); exit 1; }; }
594    ac_package=`echo $ac_package| sed 's/-/_/g'`
595    case $ac_option in
596      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597      *) ac_optarg=yes ;;
598    esac
599    eval "with_$ac_package='$ac_optarg'" ;;
600
601  -without-* | --without-*)
602    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
603    # Reject names that are not valid shell variable names.
604    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
605      { echo "$as_me: error: invalid package name: $ac_package" >&2
606   { (exit 1); exit 1; }; }
607    ac_package=`echo $ac_package | sed 's/-/_/g'`
608    eval "with_$ac_package=no" ;;
609
610  --x)
611    # Obsolete; use --with-x.
612    with_x=yes ;;
613
614  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615  | --x-incl | --x-inc | --x-in | --x-i)
616    ac_prev=x_includes ;;
617  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
619    x_includes=$ac_optarg ;;
620
621  -x-libraries | --x-libraries | --x-librarie | --x-librari \
622  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623    ac_prev=x_libraries ;;
624  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
626    x_libraries=$ac_optarg ;;
627
628  -*) { echo "$as_me: error: unrecognized option: $ac_option
629Try \`$0 --help' for more information." >&2
630   { (exit 1); exit 1; }; }
631    ;;
632
633  *=*)
634    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
635    # Reject names that are not valid shell variable names.
636    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
637      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638   { (exit 1); exit 1; }; }
639    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640    eval "$ac_envvar='$ac_optarg'"
641    export $ac_envvar ;;
642
643  *)
644    # FIXME: should be removed in autoconf 3.0.
645    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
647      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
649    ;;
650
651  esac
652done
653
654if test -n "$ac_prev"; then
655  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
656  { echo "$as_me: error: missing argument to $ac_option" >&2
657   { (exit 1); exit 1; }; }
658fi
659
660# Be sure to have absolute paths.
661for ac_var in exec_prefix prefix
662do
663  eval ac_val=$`echo $ac_var`
664  case $ac_val in
665    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
666    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
667   { (exit 1); exit 1; }; };;
668  esac
669done
670
671# Be sure to have absolute paths.
672for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
673              localstatedir libdir includedir oldincludedir infodir mandir
674do
675  eval ac_val=$`echo $ac_var`
676  case $ac_val in
677    [\\/$]* | ?:[\\/]* ) ;;
678    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679   { (exit 1); exit 1; }; };;
680  esac
681done
682
683# There might be people who depend on the old broken behavior: `$host'
684# used to hold the argument of --host etc.
685# FIXME: To remove some day.
686build=$build_alias
687host=$host_alias
688target=$target_alias
689
690# FIXME: To remove some day.
691if test "x$host_alias" != x; then
692  if test "x$build_alias" = x; then
693    cross_compiling=maybe
694    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695    If a cross compiler is detected then cross compile mode will be used." >&2
696  elif test "x$build_alias" != "x$host_alias"; then
697    cross_compiling=yes
698  fi
699fi
700
701ac_tool_prefix=
702test -n "$host_alias" && ac_tool_prefix=$host_alias-
703
704test "$silent" = yes && exec 6>/dev/null
705
706
707# Find the source files, if location was not specified.
708if test -z "$srcdir"; then
709  ac_srcdir_defaulted=yes
710  # Try the directory containing this script, then its parent.
711  ac_confdir=`(dirname "$0") 2>/dev/null ||
712$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
713         X"$0" : 'X\(//\)[^/]' \| \
714         X"$0" : 'X\(//\)$' \| \
715         X"$0" : 'X\(/\)' \| \
716         .     : '\(.\)' 2>/dev/null ||
717echo X"$0" |
718    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720          /^X\(\/\/\)$/{ s//\1/; q; }
721          /^X\(\/\).*/{ s//\1/; q; }
722          s/.*/./; q'`
723  srcdir=$ac_confdir
724  if test ! -r $srcdir/$ac_unique_file; then
725    srcdir=..
726  fi
727else
728  ac_srcdir_defaulted=no
729fi
730if test ! -r $srcdir/$ac_unique_file; then
731  if test "$ac_srcdir_defaulted" = yes; then
732    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
733   { (exit 1); exit 1; }; }
734  else
735    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
736   { (exit 1); exit 1; }; }
737  fi
738fi
739(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
740  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741   { (exit 1); exit 1; }; }
742srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743ac_env_build_alias_set=${build_alias+set}
744ac_env_build_alias_value=$build_alias
745ac_cv_env_build_alias_set=${build_alias+set}
746ac_cv_env_build_alias_value=$build_alias
747ac_env_host_alias_set=${host_alias+set}
748ac_env_host_alias_value=$host_alias
749ac_cv_env_host_alias_set=${host_alias+set}
750ac_cv_env_host_alias_value=$host_alias
751ac_env_target_alias_set=${target_alias+set}
752ac_env_target_alias_value=$target_alias
753ac_cv_env_target_alias_set=${target_alias+set}
754ac_cv_env_target_alias_value=$target_alias
755ac_env_CXX_set=${CXX+set}
756ac_env_CXX_value=$CXX
757ac_cv_env_CXX_set=${CXX+set}
758ac_cv_env_CXX_value=$CXX
759ac_env_CXXFLAGS_set=${CXXFLAGS+set}
760ac_env_CXXFLAGS_value=$CXXFLAGS
761ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
762ac_cv_env_CXXFLAGS_value=$CXXFLAGS
763ac_env_LDFLAGS_set=${LDFLAGS+set}
764ac_env_LDFLAGS_value=$LDFLAGS
765ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
766ac_cv_env_LDFLAGS_value=$LDFLAGS
767ac_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_env_CPPFLAGS_value=$CPPFLAGS
769ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
770ac_cv_env_CPPFLAGS_value=$CPPFLAGS
771ac_env_CC_set=${CC+set}
772ac_env_CC_value=$CC
773ac_cv_env_CC_set=${CC+set}
774ac_cv_env_CC_value=$CC
775ac_env_CFLAGS_set=${CFLAGS+set}
776ac_env_CFLAGS_value=$CFLAGS
777ac_cv_env_CFLAGS_set=${CFLAGS+set}
778ac_cv_env_CFLAGS_value=$CFLAGS
779ac_env_CPP_set=${CPP+set}
780ac_env_CPP_value=$CPP
781ac_cv_env_CPP_set=${CPP+set}
782ac_cv_env_CPP_value=$CPP
783
784#
785# Report the --help message.
786#
787if test "$ac_init_help" = "long"; then
788  # Omit some internal or obsolete options to make the list less imposing.
789  # This message is too long to be a string in the A/UX 3.1 sh.
790  cat <<_ACEOF
791\`configure' configures orxonox 0.2.2-pre-alpha to adapt to many kinds of systems.
792
793Usage: $0 [OPTION]... [VAR=VALUE]...
794
795To assign environment variables (e.g., CC, CFLAGS...), specify them as
796VAR=VALUE.  See below for descriptions of some of the useful variables.
797
798Defaults for the options are specified in brackets.
799
800Configuration:
801  -h, --help              display this help and exit
802      --help=short        display options specific to this package
803      --help=recursive    display the short help of all the included packages
804  -V, --version           display version information and exit
805  -q, --quiet, --silent   do not print \`checking...' messages
806      --cache-file=FILE   cache test results in FILE [disabled]
807  -C, --config-cache      alias for \`--cache-file=config.cache'
808  -n, --no-create         do not create output files
809      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
810
811_ACEOF
812
813  cat <<_ACEOF
814Installation directories:
815  --prefix=PREFIX         install architecture-independent files in PREFIX
816                          [$ac_default_prefix]
817  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
818                          [PREFIX]
819
820By default, \`make install' will install all the files in
821\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
822an installation prefix other than \`$ac_default_prefix' using \`--prefix',
823for instance \`--prefix=\$HOME'.
824
825For better control, use the options below.
826
827Fine tuning of the installation directories:
828  --bindir=DIR           user executables [EPREFIX/bin]
829  --sbindir=DIR          system admin executables [EPREFIX/sbin]
830  --libexecdir=DIR       program executables [EPREFIX/libexec]
831  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
832  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
833  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
834  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
835  --libdir=DIR           object code libraries [EPREFIX/lib]
836  --includedir=DIR       C header files [PREFIX/include]
837  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
838  --infodir=DIR          info documentation [PREFIX/info]
839  --mandir=DIR           man documentation [PREFIX/man]
840_ACEOF
841
842  cat <<\_ACEOF
843
844Program names:
845  --program-prefix=PREFIX            prepend PREFIX to installed program names
846  --program-suffix=SUFFIX            append SUFFIX to installed program names
847  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
848
849System types:
850  --build=BUILD     configure for building on BUILD [guessed]
851  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
852  --target=TARGET   configure for building compilers for TARGET [HOST]
853_ACEOF
854fi
855
856if test -n "$ac_init_help"; then
857  case $ac_init_help in
858     short | recursive ) echo "Configuration of orxonox 0.2.2-pre-alpha:";;
859   esac
860  cat <<\_ACEOF
861
862Optional Features:
863  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
864  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
865  --disable-dependency-tracking  speeds up one-time build
866  --enable-dependency-tracking   do not reject slow dependency extractors
867  --enable-debug          compiles in debug mode. Lots of debug info about the
868                          game.
869  --disable-modular-debug compiles in modular-debug mode, that logs
870                          differently on the many modules of orxonox.
871  --enable-sub-projects   also builds the subProjects while make from srcdir
872  --enable-profile        builds orxonox with profiling support
873  --enable-efence         builds orxonox with efence support
874  --enable-documentation  also builds the sDocumentation while make from
875                          srcdir
876
877Optional Packages:
878  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
879  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
880  --without-gtk           Prevents GTK from being loaded
881  --without-gthread       Prevents gThread from being loaded
882  --without-pthread       Prevents pthread from being loaded
883  --without-curl          Prevents libcURL from being loaded
884
885Some influential environment variables:
886  CXX         C++ compiler command
887  CXXFLAGS    C++ compiler flags
888  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
889              nonstandard directory <lib dir>
890  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
891              headers in a nonstandard directory <include dir>
892  CC          C compiler command
893  CFLAGS      C compiler flags
894  CPP         C preprocessor
895
896Use these variables to override the choices made by `configure' or to help
897it to find libraries and programs with nonstandard names/locations.
898
899Report bugs to <orxonox-dev at mail.datacore.ch>.
900_ACEOF
901fi
902
903if test "$ac_init_help" = "recursive"; then
904  # If there are subdirs, report their specific --help.
905  ac_popdir=`pwd`
906  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
907    test -d $ac_dir || continue
908    ac_builddir=.
909
910if test "$ac_dir" != .; then
911  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
912  # A "../" for each directory in $ac_dir_suffix.
913  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
914else
915  ac_dir_suffix= ac_top_builddir=
916fi
917
918case $srcdir in
919  .)  # No --srcdir option.  We are building in place.
920    ac_srcdir=.
921    if test -z "$ac_top_builddir"; then
922       ac_top_srcdir=.
923    else
924       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
925    fi ;;
926  [\\/]* | ?:[\\/]* )  # Absolute path.
927    ac_srcdir=$srcdir$ac_dir_suffix;
928    ac_top_srcdir=$srcdir ;;
929  *) # Relative path.
930    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
931    ac_top_srcdir=$ac_top_builddir$srcdir ;;
932esac
933
934# Do not use `cd foo && pwd` to compute absolute paths, because
935# the directories may not exist.
936case `pwd` in
937.) ac_abs_builddir="$ac_dir";;
938*)
939  case "$ac_dir" in
940  .) ac_abs_builddir=`pwd`;;
941  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
942  *) ac_abs_builddir=`pwd`/"$ac_dir";;
943  esac;;
944esac
945case $ac_abs_builddir in
946.) ac_abs_top_builddir=${ac_top_builddir}.;;
947*)
948  case ${ac_top_builddir}. in
949  .) ac_abs_top_builddir=$ac_abs_builddir;;
950  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
951  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
952  esac;;
953esac
954case $ac_abs_builddir in
955.) ac_abs_srcdir=$ac_srcdir;;
956*)
957  case $ac_srcdir in
958  .) ac_abs_srcdir=$ac_abs_builddir;;
959  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
960  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
961  esac;;
962esac
963case $ac_abs_builddir in
964.) ac_abs_top_srcdir=$ac_top_srcdir;;
965*)
966  case $ac_top_srcdir in
967  .) ac_abs_top_srcdir=$ac_abs_builddir;;
968  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
969  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
970  esac;;
971esac
972
973    cd $ac_dir
974    # Check for guested configure; otherwise get Cygnus style configure.
975    if test -f $ac_srcdir/configure.gnu; then
976      echo
977      $SHELL $ac_srcdir/configure.gnu  --help=recursive
978    elif test -f $ac_srcdir/configure; then
979      echo
980      $SHELL $ac_srcdir/configure  --help=recursive
981    elif test -f $ac_srcdir/configure.ac ||
982           test -f $ac_srcdir/configure.in; then
983      echo
984      $ac_configure --help
985    else
986      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
987    fi
988    cd $ac_popdir
989  done
990fi
991
992test -n "$ac_init_help" && exit 0
993if $ac_init_version; then
994  cat <<\_ACEOF
995orxonox configure 0.2.2-pre-alpha
996generated by GNU Autoconf 2.59
997
998Copyright (C) 2003 Free Software Foundation, Inc.
999This configure script is free software; the Free Software Foundation
1000gives unlimited permission to copy, distribute and modify it.
1001_ACEOF
1002  exit 0
1003fi
1004exec 5>config.log
1005cat >&5 <<_ACEOF
1006This file contains any messages produced by compilers while
1007running configure, to aid debugging if configure makes a mistake.
1008
1009It was created by orxonox $as_me 0.2.2-pre-alpha, which was
1010generated by GNU Autoconf 2.59.  Invocation command line was
1011
1012  $ $0 $@
1013
1014_ACEOF
1015{
1016cat <<_ASUNAME
1017## --------- ##
1018## Platform. ##
1019## --------- ##
1020
1021hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1022uname -m = `(uname -m) 2>/dev/null || echo unknown`
1023uname -r = `(uname -r) 2>/dev/null || echo unknown`
1024uname -s = `(uname -s) 2>/dev/null || echo unknown`
1025uname -v = `(uname -v) 2>/dev/null || echo unknown`
1026
1027/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1028/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1029
1030/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1031/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1032/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1033hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1034/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1035/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1036/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1037
1038_ASUNAME
1039
1040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1041for as_dir in $PATH
1042do
1043  IFS=$as_save_IFS
1044  test -z "$as_dir" && as_dir=.
1045  echo "PATH: $as_dir"
1046done
1047
1048} >&5
1049
1050cat >&5 <<_ACEOF
1051
1052
1053## ----------- ##
1054## Core tests. ##
1055## ----------- ##
1056
1057_ACEOF
1058
1059
1060# Keep a trace of the command line.
1061# Strip out --no-create and --no-recursion so they do not pile up.
1062# Strip out --silent because we don't want to record it for future runs.
1063# Also quote any args containing shell meta-characters.
1064# Make two passes to allow for proper duplicate-argument suppression.
1065ac_configure_args=
1066ac_configure_args0=
1067ac_configure_args1=
1068ac_sep=
1069ac_must_keep_next=false
1070for ac_pass in 1 2
1071do
1072  for ac_arg
1073  do
1074    case $ac_arg in
1075    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1076    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077    | -silent | --silent | --silen | --sile | --sil)
1078      continue ;;
1079    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1080      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1081    esac
1082    case $ac_pass in
1083    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1084    2)
1085      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1086      if test $ac_must_keep_next = true; then
1087        ac_must_keep_next=false # Got value, back to normal.
1088      else
1089        case $ac_arg in
1090          *=* | --config-cache | -C | -disable-* | --disable-* \
1091          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1092          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1093          | -with-* | --with-* | -without-* | --without-* | --x)
1094            case "$ac_configure_args0 " in
1095              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1096            esac
1097            ;;
1098          -* ) ac_must_keep_next=true ;;
1099        esac
1100      fi
1101      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1102      # Get rid of the leading space.
1103      ac_sep=" "
1104      ;;
1105    esac
1106  done
1107done
1108$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1109$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1110
1111# When interrupted or exit'd, cleanup temporary files, and complete
1112# config.log.  We remove comments because anyway the quotes in there
1113# would cause problems or look ugly.
1114# WARNING: Be sure not to use single quotes in there, as some shells,
1115# such as our DU 5.0 friend, will then `close' the trap.
1116trap 'exit_status=$?
1117  # Save into config.log some information that might help in debugging.
1118  {
1119    echo
1120
1121    cat <<\_ASBOX
1122## ---------------- ##
1123## Cache variables. ##
1124## ---------------- ##
1125_ASBOX
1126    echo
1127    # The following way of writing the cache mishandles newlines in values,
1128{
1129  (set) 2>&1 |
1130    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1131    *ac_space=\ *)
1132      sed -n \
1133        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1134          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1135      ;;
1136    *)
1137      sed -n \
1138        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1139      ;;
1140    esac;
1141}
1142    echo
1143
1144    cat <<\_ASBOX
1145## ----------------- ##
1146## Output variables. ##
1147## ----------------- ##
1148_ASBOX
1149    echo
1150    for ac_var in $ac_subst_vars
1151    do
1152      eval ac_val=$`echo $ac_var`
1153      echo "$ac_var='"'"'$ac_val'"'"'"
1154    done | sort
1155    echo
1156
1157    if test -n "$ac_subst_files"; then
1158      cat <<\_ASBOX
1159## ------------- ##
1160## Output files. ##
1161## ------------- ##
1162_ASBOX
1163      echo
1164      for ac_var in $ac_subst_files
1165      do
1166        eval ac_val=$`echo $ac_var`
1167        echo "$ac_var='"'"'$ac_val'"'"'"
1168      done | sort
1169      echo
1170    fi
1171
1172    if test -s confdefs.h; then
1173      cat <<\_ASBOX
1174## ----------- ##
1175## confdefs.h. ##
1176## ----------- ##
1177_ASBOX
1178      echo
1179      sed "/^$/d" confdefs.h | sort
1180      echo
1181    fi
1182    test "$ac_signal" != 0 &&
1183      echo "$as_me: caught signal $ac_signal"
1184    echo "$as_me: exit $exit_status"
1185  } >&5
1186  rm -f core *.core &&
1187  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1188    exit $exit_status
1189     ' 0
1190for ac_signal in 1 2 13 15; do
1191  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1192done
1193ac_signal=0
1194
1195# confdefs.h avoids OS command line length limits that DEFS can exceed.
1196rm -rf conftest* confdefs.h
1197# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1198echo >confdefs.h
1199
1200# Predefined preprocessor variables.
1201
1202cat >>confdefs.h <<_ACEOF
1203#define PACKAGE_NAME "$PACKAGE_NAME"
1204_ACEOF
1205
1206
1207cat >>confdefs.h <<_ACEOF
1208#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1209_ACEOF
1210
1211
1212cat >>confdefs.h <<_ACEOF
1213#define PACKAGE_VERSION "$PACKAGE_VERSION"
1214_ACEOF
1215
1216
1217cat >>confdefs.h <<_ACEOF
1218#define PACKAGE_STRING "$PACKAGE_STRING"
1219_ACEOF
1220
1221
1222cat >>confdefs.h <<_ACEOF
1223#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1224_ACEOF
1225
1226
1227# Let the site file select an alternate cache file if it wants to.
1228# Prefer explicitly selected file to automatically selected ones.
1229if test -z "$CONFIG_SITE"; then
1230  if test "x$prefix" != xNONE; then
1231    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1232  else
1233    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1234  fi
1235fi
1236for ac_site_file in $CONFIG_SITE; do
1237  if test -r "$ac_site_file"; then
1238    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1239echo "$as_me: loading site script $ac_site_file" >&6;}
1240    sed 's/^/| /' "$ac_site_file" >&5
1241    . "$ac_site_file"
1242  fi
1243done
1244
1245if test -r "$cache_file"; then
1246  # Some versions of bash will fail to source /dev/null (special
1247  # files actually), so we avoid doing that.
1248  if test -f "$cache_file"; then
1249    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1250echo "$as_me: loading cache $cache_file" >&6;}
1251    case $cache_file in
1252      [\\/]* | ?:[\\/]* ) . $cache_file;;
1253      *)                      . ./$cache_file;;
1254    esac
1255  fi
1256else
1257  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1258echo "$as_me: creating cache $cache_file" >&6;}
1259  >$cache_file
1260fi
1261
1262# Check that the precious variables saved in the cache have kept the same
1263# value.
1264ac_cache_corrupted=false
1265for ac_var in `(set) 2>&1 |
1266               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1267  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1268  eval ac_new_set=\$ac_env_${ac_var}_set
1269  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1270  eval ac_new_val="\$ac_env_${ac_var}_value"
1271  case $ac_old_set,$ac_new_set in
1272    set,)
1273      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1274echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1275      ac_cache_corrupted=: ;;
1276    ,set)
1277      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1278echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1279      ac_cache_corrupted=: ;;
1280    ,);;
1281    *)
1282      if test "x$ac_old_val" != "x$ac_new_val"; then
1283        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1284echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1285        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1286echo "$as_me:   former value:  $ac_old_val" >&2;}
1287        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1288echo "$as_me:   current value: $ac_new_val" >&2;}
1289        ac_cache_corrupted=:
1290      fi;;
1291  esac
1292  # Pass precious variables to config.status.
1293  if test "$ac_new_set" = set; then
1294    case $ac_new_val in
1295    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1296      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1297    *) ac_arg=$ac_var=$ac_new_val ;;
1298    esac
1299    case " $ac_configure_args " in
1300      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1301      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1302    esac
1303  fi
1304done
1305if $ac_cache_corrupted; then
1306  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1307echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1308  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1309echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1310   { (exit 1); exit 1; }; }
1311fi
1312
1313ac_ext=c
1314ac_cpp='$CPP $CPPFLAGS'
1315ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1316ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1317ac_compiler_gnu=$ac_cv_c_compiler_gnu
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346## Detect the canonical host and target build environment.
1347ac_aux_dir=
1348for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1349  if test -f $ac_dir/install-sh; then
1350    ac_aux_dir=$ac_dir
1351    ac_install_sh="$ac_aux_dir/install-sh -c"
1352    break
1353  elif test -f $ac_dir/install.sh; then
1354    ac_aux_dir=$ac_dir
1355    ac_install_sh="$ac_aux_dir/install.sh -c"
1356    break
1357  elif test -f $ac_dir/shtool; then
1358    ac_aux_dir=$ac_dir
1359    ac_install_sh="$ac_aux_dir/shtool install -c"
1360    break
1361  fi
1362done
1363if test -z "$ac_aux_dir"; then
1364  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1365echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1366   { (exit 1); exit 1; }; }
1367fi
1368ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1369ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1370ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1371
1372# Make sure we can run config.sub.
1373$ac_config_sub sun4 >/dev/null 2>&1 ||
1374  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1375echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1376   { (exit 1); exit 1; }; }
1377
1378echo "$as_me:$LINENO: checking build system type" >&5
1379echo $ECHO_N "checking build system type... $ECHO_C" >&6
1380if test "${ac_cv_build+set}" = set; then
1381  echo $ECHO_N "(cached) $ECHO_C" >&6
1382else
1383  ac_cv_build_alias=$build_alias
1384test -z "$ac_cv_build_alias" &&
1385  ac_cv_build_alias=`$ac_config_guess`
1386test -z "$ac_cv_build_alias" &&
1387  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1388echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1389   { (exit 1); exit 1; }; }
1390ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1391  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1392echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1393   { (exit 1); exit 1; }; }
1394
1395fi
1396echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1397echo "${ECHO_T}$ac_cv_build" >&6
1398build=$ac_cv_build
1399build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1400build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1401build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1402
1403
1404echo "$as_me:$LINENO: checking host system type" >&5
1405echo $ECHO_N "checking host system type... $ECHO_C" >&6
1406if test "${ac_cv_host+set}" = set; then
1407  echo $ECHO_N "(cached) $ECHO_C" >&6
1408else
1409  ac_cv_host_alias=$host_alias
1410test -z "$ac_cv_host_alias" &&
1411  ac_cv_host_alias=$ac_cv_build_alias
1412ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1413  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1414echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1415   { (exit 1); exit 1; }; }
1416
1417fi
1418echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1419echo "${ECHO_T}$ac_cv_host" >&6
1420host=$ac_cv_host
1421host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1422host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1423host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1424
1425
1426echo "$as_me:$LINENO: checking target system type" >&5
1427echo $ECHO_N "checking target system type... $ECHO_C" >&6
1428if test "${ac_cv_target+set}" = set; then
1429  echo $ECHO_N "(cached) $ECHO_C" >&6
1430else
1431  ac_cv_target_alias=$target_alias
1432test "x$ac_cv_target_alias" = "x" &&
1433  ac_cv_target_alias=$ac_cv_host_alias
1434ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1435  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1436echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1437   { (exit 1); exit 1; }; }
1438
1439fi
1440echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1441echo "${ECHO_T}$ac_cv_target" >&6
1442target=$ac_cv_target
1443target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1444target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1445target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1446
1447
1448# The aliases save the names the user supplied, while $host etc.
1449# will get canonicalized.
1450test -n "$target_alias" &&
1451  test "$program_prefix$program_suffix$program_transform_name" = \
1452    NONENONEs,x,x, &&
1453  program_prefix=${target_alias}-
1454
1455am__api_version="1.8"
1456# Find a good install program.  We prefer a C program (faster),
1457# so one script is as good as another.  But avoid the broken or
1458# incompatible versions:
1459# SysV /etc/install, /usr/sbin/install
1460# SunOS /usr/etc/install
1461# IRIX /sbin/install
1462# AIX /bin/install
1463# AmigaOS /C/install, which installs bootblocks on floppy discs
1464# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1465# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1466# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1467# OS/2's system install, which has a completely different semantic
1468# ./install, which can be erroneously created by make from ./install.sh.
1469echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1470echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1471if test -z "$INSTALL"; then
1472if test "${ac_cv_path_install+set}" = set; then
1473  echo $ECHO_N "(cached) $ECHO_C" >&6
1474else
1475  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1476for as_dir in $PATH
1477do
1478  IFS=$as_save_IFS
1479  test -z "$as_dir" && as_dir=.
1480  # Account for people who put trailing slashes in PATH elements.
1481case $as_dir/ in
1482  ./ | .// | /cC/* | \
1483  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1484  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1485  /usr/ucb/* ) ;;
1486  *)
1487    # OSF1 and SCO ODT 3.0 have their own names for install.
1488    # Don't use installbsd from OSF since it installs stuff as root
1489    # by default.
1490    for ac_prog in ginstall scoinst install; do
1491      for ac_exec_ext in '' $ac_executable_extensions; do
1492        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1493          if test $ac_prog = install &&
1494            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1495            # AIX install.  It has an incompatible calling convention.
1496            :
1497          elif test $ac_prog = install &&
1498            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1499            # program-specific install script used by HP pwplus--don't use.
1500            :
1501          else
1502            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1503            break 3
1504          fi
1505        fi
1506      done
1507    done
1508    ;;
1509esac
1510done
1511
1512
1513fi
1514  if test "${ac_cv_path_install+set}" = set; then
1515    INSTALL=$ac_cv_path_install
1516  else
1517    # As a last resort, use the slow shell script.  We don't cache a
1518    # path for INSTALL within a source directory, because that will
1519    # break other packages using the cache if that directory is
1520    # removed, or if the path is relative.
1521    INSTALL=$ac_install_sh
1522  fi
1523fi
1524echo "$as_me:$LINENO: result: $INSTALL" >&5
1525echo "${ECHO_T}$INSTALL" >&6
1526
1527# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1528# It thinks the first close brace ends the variable substitution.
1529test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1530
1531test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1532
1533test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1534
1535echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1536echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1537# Just in case
1538sleep 1
1539echo timestamp > conftest.file
1540# Do `set' in a subshell so we don't clobber the current shell's
1541# arguments.  Must try -L first in case configure is actually a
1542# symlink; some systems play weird games with the mod time of symlinks
1543# (eg FreeBSD returns the mod time of the symlink's containing
1544# directory).
1545if (
1546   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1547   if test "$*" = "X"; then
1548      # -L didn't work.
1549      set X `ls -t $srcdir/configure conftest.file`
1550   fi
1551   rm -f conftest.file
1552   if test "$*" != "X $srcdir/configure conftest.file" \
1553      && test "$*" != "X conftest.file $srcdir/configure"; then
1554
1555      # If neither matched, then we have a broken ls.  This can happen
1556      # if, for instance, CONFIG_SHELL is bash and it inherits a
1557      # broken ls alias from the environment.  This has actually
1558      # happened.  Such a system could not be considered "sane".
1559      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1560alias in your environment" >&5
1561echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1562alias in your environment" >&2;}
1563   { (exit 1); exit 1; }; }
1564   fi
1565
1566   test "$2" = conftest.file
1567   )
1568then
1569   # Ok.
1570   :
1571else
1572   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1573Check your system clock" >&5
1574echo "$as_me: error: newly created file is older than distributed files!
1575Check your system clock" >&2;}
1576   { (exit 1); exit 1; }; }
1577fi
1578echo "$as_me:$LINENO: result: yes" >&5
1579echo "${ECHO_T}yes" >&6
1580test "$program_prefix" != NONE &&
1581  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1582# Use a double $ so make ignores it.
1583test "$program_suffix" != NONE &&
1584  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1585# Double any \ or $.  echo might interpret backslashes.
1586# By default was `s,x,x', remove it if useless.
1587cat <<\_ACEOF >conftest.sed
1588s/[\\$]/&&/g;s/;s,x,x,$//
1589_ACEOF
1590program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1591rm conftest.sed
1592
1593# expand $ac_aux_dir to an absolute path
1594am_aux_dir=`cd $ac_aux_dir && pwd`
1595
1596test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1597# Use eval to expand $SHELL
1598if eval "$MISSING --run true"; then
1599  am_missing_run="$MISSING --run "
1600else
1601  am_missing_run=
1602  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1603echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1604fi
1605
1606if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1607  # Keeping the `.' argument allows $(mkdir_p) to be used without
1608  # argument.  Indeed, we sometimes output rules like
1609  #   $(mkdir_p) $(somedir)
1610  # where $(somedir) is conditionally defined.
1611  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1612  # expensive solution, as it forces Make to start a sub-shell.)
1613  mkdir_p='mkdir -p -- .'
1614else
1615  # On NextStep and OpenStep, the `mkdir' command does not
1616  # recognize any option.  It will interpret all options as
1617  # directories to create, and then abort because `.' already
1618  # exists.
1619  for d in ./-p ./--version;
1620  do
1621    test -d $d && rmdir $d
1622  done
1623  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1624  if test -f "$ac_aux_dir/mkinstalldirs"; then
1625    mkdir_p='$(mkinstalldirs)'
1626  else
1627    mkdir_p='$(install_sh) -d'
1628  fi
1629fi
1630
1631for ac_prog in gawk mawk nawk awk
1632do
1633  # Extract the first word of "$ac_prog", so it can be a program name with args.
1634set dummy $ac_prog; ac_word=$2
1635echo "$as_me:$LINENO: checking for $ac_word" >&5
1636echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1637if test "${ac_cv_prog_AWK+set}" = set; then
1638  echo $ECHO_N "(cached) $ECHO_C" >&6
1639else
1640  if test -n "$AWK"; then
1641  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1642else
1643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1644for as_dir in $PATH
1645do
1646  IFS=$as_save_IFS
1647  test -z "$as_dir" && as_dir=.
1648  for ac_exec_ext in '' $ac_executable_extensions; do
1649  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1650    ac_cv_prog_AWK="$ac_prog"
1651    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1652    break 2
1653  fi
1654done
1655done
1656
1657fi
1658fi
1659AWK=$ac_cv_prog_AWK
1660if test -n "$AWK"; then
1661  echo "$as_me:$LINENO: result: $AWK" >&5
1662echo "${ECHO_T}$AWK" >&6
1663else
1664  echo "$as_me:$LINENO: result: no" >&5
1665echo "${ECHO_T}no" >&6
1666fi
1667
1668  test -n "$AWK" && break
1669done
1670
1671echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1672echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1673set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1674if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1675  echo $ECHO_N "(cached) $ECHO_C" >&6
1676else
1677  cat >conftest.make <<\_ACEOF
1678all:
1679        @echo 'ac_maketemp="$(MAKE)"'
1680_ACEOF
1681# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1682eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1683if test -n "$ac_maketemp"; then
1684  eval ac_cv_prog_make_${ac_make}_set=yes
1685else
1686  eval ac_cv_prog_make_${ac_make}_set=no
1687fi
1688rm -f conftest.make
1689fi
1690if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1691  echo "$as_me:$LINENO: result: yes" >&5
1692echo "${ECHO_T}yes" >&6
1693  SET_MAKE=
1694else
1695  echo "$as_me:$LINENO: result: no" >&5
1696echo "${ECHO_T}no" >&6
1697  SET_MAKE="MAKE=${MAKE-make}"
1698fi
1699
1700rm -rf .tst 2>/dev/null
1701mkdir .tst 2>/dev/null
1702if test -d .tst; then
1703  am__leading_dot=.
1704else
1705  am__leading_dot=_
1706fi
1707rmdir .tst 2>/dev/null
1708
1709# test to see if srcdir already configured
1710if test "`cd $srcdir && pwd`" != "`pwd`" &&
1711   test -f $srcdir/config.status; then
1712  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1713echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1714   { (exit 1); exit 1; }; }
1715fi
1716
1717# test whether we have cygpath
1718if test -z "$CYGPATH_W"; then
1719  if (cygpath --version) >/dev/null 2>/dev/null; then
1720    CYGPATH_W='cygpath -w'
1721  else
1722    CYGPATH_W=echo
1723  fi
1724fi
1725
1726
1727# Define the identity of the package.
1728 PACKAGE='orxonox'
1729 VERSION='0.2.2-pre-alpha'
1730
1731
1732cat >>confdefs.h <<_ACEOF
1733#define PACKAGE "$PACKAGE"
1734_ACEOF
1735
1736
1737cat >>confdefs.h <<_ACEOF
1738#define VERSION "$VERSION"
1739_ACEOF
1740
1741# Some tools Automake needs.
1742
1743ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1744
1745
1746AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1747
1748
1749AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1750
1751
1752AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1753
1754
1755MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1756
1757
1758AMTAR=${AMTAR-"${am_missing_run}tar"}
1759
1760install_sh=${install_sh-"$am_aux_dir/install-sh"}
1761
1762# Installed binaries are usually stripped using `strip' when the user
1763# run `make install-strip'.  However `strip' might not be the right
1764# tool to use in cross-compilation environments, therefore Automake
1765# will honor the `STRIP' environment variable to overrule this program.
1766if test "$cross_compiling" != no; then
1767  if test -n "$ac_tool_prefix"; then
1768  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1769set dummy ${ac_tool_prefix}strip; ac_word=$2
1770echo "$as_me:$LINENO: checking for $ac_word" >&5
1771echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1772if test "${ac_cv_prog_STRIP+set}" = set; then
1773  echo $ECHO_N "(cached) $ECHO_C" >&6
1774else
1775  if test -n "$STRIP"; then
1776  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1777else
1778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1779for as_dir in $PATH
1780do
1781  IFS=$as_save_IFS
1782  test -z "$as_dir" && as_dir=.
1783  for ac_exec_ext in '' $ac_executable_extensions; do
1784  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1785    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1786    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1787    break 2
1788  fi
1789done
1790done
1791
1792fi
1793fi
1794STRIP=$ac_cv_prog_STRIP
1795if test -n "$STRIP"; then
1796  echo "$as_me:$LINENO: result: $STRIP" >&5
1797echo "${ECHO_T}$STRIP" >&6
1798else
1799  echo "$as_me:$LINENO: result: no" >&5
1800echo "${ECHO_T}no" >&6
1801fi
1802
1803fi
1804if test -z "$ac_cv_prog_STRIP"; then
1805  ac_ct_STRIP=$STRIP
1806  # Extract the first word of "strip", so it can be a program name with args.
1807set dummy strip; ac_word=$2
1808echo "$as_me:$LINENO: checking for $ac_word" >&5
1809echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1810if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1811  echo $ECHO_N "(cached) $ECHO_C" >&6
1812else
1813  if test -n "$ac_ct_STRIP"; then
1814  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1815else
1816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1817for as_dir in $PATH
1818do
1819  IFS=$as_save_IFS
1820  test -z "$as_dir" && as_dir=.
1821  for ac_exec_ext in '' $ac_executable_extensions; do
1822  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1823    ac_cv_prog_ac_ct_STRIP="strip"
1824    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1825    break 2
1826  fi
1827done
1828done
1829
1830  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1831fi
1832fi
1833ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1834if test -n "$ac_ct_STRIP"; then
1835  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1836echo "${ECHO_T}$ac_ct_STRIP" >&6
1837else
1838  echo "$as_me:$LINENO: result: no" >&5
1839echo "${ECHO_T}no" >&6
1840fi
1841
1842  STRIP=$ac_ct_STRIP
1843else
1844  STRIP="$ac_cv_prog_STRIP"
1845fi
1846
1847fi
1848INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1849
1850# We need awk for the "check" target.  The system "awk" is bad on
1851# some platforms.
1852
1853
1854
1855
1856
1857          ac_config_headers="$ac_config_headers config.h"
1858
1859
1860#########################
1861## Checks for programs ##
1862#########################
1863ac_ext=cc
1864ac_cpp='$CXXCPP $CPPFLAGS'
1865ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1866ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1867ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1868if test -n "$ac_tool_prefix"; then
1869  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
1870  do
1871    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1872set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1873echo "$as_me:$LINENO: checking for $ac_word" >&5
1874echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1875if test "${ac_cv_prog_CXX+set}" = set; then
1876  echo $ECHO_N "(cached) $ECHO_C" >&6
1877else
1878  if test -n "$CXX"; then
1879  ac_cv_prog_CXX="$CXX" # Let the user override the test.
1880else
1881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1882for as_dir in $PATH
1883do
1884  IFS=$as_save_IFS
1885  test -z "$as_dir" && as_dir=.
1886  for ac_exec_ext in '' $ac_executable_extensions; do
1887  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1888    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
1889    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1890    break 2
1891  fi
1892done
1893done
1894
1895fi
1896fi
1897CXX=$ac_cv_prog_CXX
1898if test -n "$CXX"; then
1899  echo "$as_me:$LINENO: result: $CXX" >&5
1900echo "${ECHO_T}$CXX" >&6
1901else
1902  echo "$as_me:$LINENO: result: no" >&5
1903echo "${ECHO_T}no" >&6
1904fi
1905
1906    test -n "$CXX" && break
1907  done
1908fi
1909if test -z "$CXX"; then
1910  ac_ct_CXX=$CXX
1911  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
1912do
1913  # Extract the first word of "$ac_prog", so it can be a program name with args.
1914set dummy $ac_prog; ac_word=$2
1915echo "$as_me:$LINENO: checking for $ac_word" >&5
1916echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1917if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
1918  echo $ECHO_N "(cached) $ECHO_C" >&6
1919else
1920  if test -n "$ac_ct_CXX"; then
1921  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1922else
1923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1924for as_dir in $PATH
1925do
1926  IFS=$as_save_IFS
1927  test -z "$as_dir" && as_dir=.
1928  for ac_exec_ext in '' $ac_executable_extensions; do
1929  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1930    ac_cv_prog_ac_ct_CXX="$ac_prog"
1931    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1932    break 2
1933  fi
1934done
1935done
1936
1937fi
1938fi
1939ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
1940if test -n "$ac_ct_CXX"; then
1941  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
1942echo "${ECHO_T}$ac_ct_CXX" >&6
1943else
1944  echo "$as_me:$LINENO: result: no" >&5
1945echo "${ECHO_T}no" >&6
1946fi
1947
1948  test -n "$ac_ct_CXX" && break
1949done
1950test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1951
1952  CXX=$ac_ct_CXX
1953fi
1954
1955
1956# Provide some information about the compiler.
1957echo "$as_me:$LINENO:" \
1958     "checking for C++ compiler version" >&5
1959ac_compiler=`set X $ac_compile; echo $2`
1960{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1961  (eval $ac_compiler --version </dev/null >&5) 2>&5
1962  ac_status=$?
1963  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1964  (exit $ac_status); }
1965{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1966  (eval $ac_compiler -v </dev/null >&5) 2>&5
1967  ac_status=$?
1968  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1969  (exit $ac_status); }
1970{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1971  (eval $ac_compiler -V </dev/null >&5) 2>&5
1972  ac_status=$?
1973  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1974  (exit $ac_status); }
1975
1976cat >conftest.$ac_ext <<_ACEOF
1977/* confdefs.h.  */
1978_ACEOF
1979cat confdefs.h >>conftest.$ac_ext
1980cat >>conftest.$ac_ext <<_ACEOF
1981/* end confdefs.h.  */
1982
1983int
1984main ()
1985{
1986
1987  ;
1988  return 0;
1989}
1990_ACEOF
1991ac_clean_files_save=$ac_clean_files
1992ac_clean_files="$ac_clean_files a.out a.exe b.out"
1993# Try to create an executable without -o first, disregard a.out.
1994# It will help us diagnose broken compilers, and finding out an intuition
1995# of exeext.
1996echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
1997echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
1998ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1999if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2000  (eval $ac_link_default) 2>&5
2001  ac_status=$?
2002  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2003  (exit $ac_status); }; then
2004  # Find the output, starting from the most likely.  This scheme is
2005# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2006# resort.
2007
2008# Be careful to initialize this variable, since it used to be cached.
2009# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2010ac_cv_exeext=
2011# b.out is created by i960 compilers.
2012for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2013do
2014  test -f "$ac_file" || continue
2015  case $ac_file in
2016    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2017        ;;
2018    conftest.$ac_ext )
2019        # This is the source file.
2020        ;;
2021    [ab].out )
2022        # We found the default executable, but exeext='' is most
2023        # certainly right.
2024        break;;
2025    *.* )
2026        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2027        # FIXME: I believe we export ac_cv_exeext for Libtool,
2028        # but it would be cool to find out if it's true.  Does anybody
2029        # maintain Libtool? --akim.
2030        export ac_cv_exeext
2031        break;;
2032    * )
2033        break;;
2034  esac
2035done
2036else
2037  echo "$as_me: failed program was:" >&5
2038sed 's/^/| /' conftest.$ac_ext >&5
2039
2040{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
2041See \`config.log' for more details." >&5
2042echo "$as_me: error: C++ compiler cannot create executables
2043See \`config.log' for more details." >&2;}
2044   { (exit 77); exit 77; }; }
2045fi
2046
2047ac_exeext=$ac_cv_exeext
2048echo "$as_me:$LINENO: result: $ac_file" >&5
2049echo "${ECHO_T}$ac_file" >&6
2050
2051# Check the compiler produces executables we can run.  If not, either
2052# the compiler is broken, or we cross compile.
2053echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
2054echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6
2055# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2056# If not cross compiling, check that we can run a simple program.
2057if test "$cross_compiling" != yes; then
2058  if { ac_try='./$ac_file'
2059  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2060  (eval $ac_try) 2>&5
2061  ac_status=$?
2062  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2063  (exit $ac_status); }; }; then
2064    cross_compiling=no
2065  else
2066    if test "$cross_compiling" = maybe; then
2067        cross_compiling=yes
2068    else
2069        { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
2070If you meant to cross compile, use \`--host'.
2071See \`config.log' for more details." >&5
2072echo "$as_me: error: cannot run C++ compiled programs.
2073If you meant to cross compile, use \`--host'.
2074See \`config.log' for more details." >&2;}
2075   { (exit 1); exit 1; }; }
2076    fi
2077  fi
2078fi
2079echo "$as_me:$LINENO: result: yes" >&5
2080echo "${ECHO_T}yes" >&6
2081
2082rm -f a.out a.exe conftest$ac_cv_exeext b.out
2083ac_clean_files=$ac_clean_files_save
2084# Check the compiler produces executables we can run.  If not, either
2085# the compiler is broken, or we cross compile.
2086echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2087echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2088echo "$as_me:$LINENO: result: $cross_compiling" >&5
2089echo "${ECHO_T}$cross_compiling" >&6
2090
2091echo "$as_me:$LINENO: checking for suffix of executables" >&5
2092echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2093if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2094  (eval $ac_link) 2>&5
2095  ac_status=$?
2096  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2097  (exit $ac_status); }; then
2098  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2099# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2100# work properly (i.e., refer to `conftest.exe'), while it won't with
2101# `rm'.
2102for ac_file in conftest.exe conftest conftest.*; do
2103  test -f "$ac_file" || continue
2104  case $ac_file in
2105    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2106    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2107          export ac_cv_exeext
2108          break;;
2109    * ) break;;
2110  esac
2111done
2112else
2113  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2114See \`config.log' for more details." >&5
2115echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2116See \`config.log' for more details." >&2;}
2117   { (exit 1); exit 1; }; }
2118fi
2119
2120rm -f conftest$ac_cv_exeext
2121echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2122echo "${ECHO_T}$ac_cv_exeext" >&6
2123
2124rm -f conftest.$ac_ext
2125EXEEXT=$ac_cv_exeext
2126ac_exeext=$EXEEXT
2127echo "$as_me:$LINENO: checking for suffix of object files" >&5
2128echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2129if test "${ac_cv_objext+set}" = set; then
2130  echo $ECHO_N "(cached) $ECHO_C" >&6
2131else
2132  cat >conftest.$ac_ext <<_ACEOF
2133/* confdefs.h.  */
2134_ACEOF
2135cat confdefs.h >>conftest.$ac_ext
2136cat >>conftest.$ac_ext <<_ACEOF
2137/* end confdefs.h.  */
2138
2139int
2140main ()
2141{
2142
2143  ;
2144  return 0;
2145}
2146_ACEOF
2147rm -f conftest.o conftest.obj
2148if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2149  (eval $ac_compile) 2>&5
2150  ac_status=$?
2151  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2152  (exit $ac_status); }; then
2153  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2154  case $ac_file in
2155    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2156    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2157       break;;
2158  esac
2159done
2160else
2161  echo "$as_me: failed program was:" >&5
2162sed 's/^/| /' conftest.$ac_ext >&5
2163
2164{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2165See \`config.log' for more details." >&5
2166echo "$as_me: error: cannot compute suffix of object files: cannot compile
2167See \`config.log' for more details." >&2;}
2168   { (exit 1); exit 1; }; }
2169fi
2170
2171rm -f conftest.$ac_cv_objext conftest.$ac_ext
2172fi
2173echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2174echo "${ECHO_T}$ac_cv_objext" >&6
2175OBJEXT=$ac_cv_objext
2176ac_objext=$OBJEXT
2177echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2178echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2179if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2180  echo $ECHO_N "(cached) $ECHO_C" >&6
2181else
2182  cat >conftest.$ac_ext <<_ACEOF
2183/* confdefs.h.  */
2184_ACEOF
2185cat confdefs.h >>conftest.$ac_ext
2186cat >>conftest.$ac_ext <<_ACEOF
2187/* end confdefs.h.  */
2188
2189int
2190main ()
2191{
2192#ifndef __GNUC__
2193       choke me
2194#endif
2195
2196  ;
2197  return 0;
2198}
2199_ACEOF
2200rm -f conftest.$ac_objext
2201if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2202  (eval $ac_compile) 2>conftest.er1
2203  ac_status=$?
2204  grep -v '^ *+' conftest.er1 >conftest.err
2205  rm -f conftest.er1
2206  cat conftest.err >&5
2207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2208  (exit $ac_status); } &&
2209         { ac_try='test -z "$ac_cxx_werror_flag"
2210                         || test ! -s conftest.err'
2211  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2212  (eval $ac_try) 2>&5
2213  ac_status=$?
2214  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2215  (exit $ac_status); }; } &&
2216         { ac_try='test -s conftest.$ac_objext'
2217  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2218  (eval $ac_try) 2>&5
2219  ac_status=$?
2220  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2221  (exit $ac_status); }; }; then
2222  ac_compiler_gnu=yes
2223else
2224  echo "$as_me: failed program was:" >&5
2225sed 's/^/| /' conftest.$ac_ext >&5
2226
2227ac_compiler_gnu=no
2228fi
2229rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2230ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2231
2232fi
2233echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2234echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2235GXX=`test $ac_compiler_gnu = yes && echo yes`
2236ac_test_CXXFLAGS=${CXXFLAGS+set}
2237ac_save_CXXFLAGS=$CXXFLAGS
2238CXXFLAGS="-g"
2239echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2240echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2241if test "${ac_cv_prog_cxx_g+set}" = set; then
2242  echo $ECHO_N "(cached) $ECHO_C" >&6
2243else
2244  cat >conftest.$ac_ext <<_ACEOF
2245/* confdefs.h.  */
2246_ACEOF
2247cat confdefs.h >>conftest.$ac_ext
2248cat >>conftest.$ac_ext <<_ACEOF
2249/* end confdefs.h.  */
2250
2251int
2252main ()
2253{
2254
2255  ;
2256  return 0;
2257}
2258_ACEOF
2259rm -f conftest.$ac_objext
2260if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2261  (eval $ac_compile) 2>conftest.er1
2262  ac_status=$?
2263  grep -v '^ *+' conftest.er1 >conftest.err
2264  rm -f conftest.er1
2265  cat conftest.err >&5
2266  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2267  (exit $ac_status); } &&
2268         { ac_try='test -z "$ac_cxx_werror_flag"
2269                         || test ! -s conftest.err'
2270  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2271  (eval $ac_try) 2>&5
2272  ac_status=$?
2273  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2274  (exit $ac_status); }; } &&
2275         { ac_try='test -s conftest.$ac_objext'
2276  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2277  (eval $ac_try) 2>&5
2278  ac_status=$?
2279  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2280  (exit $ac_status); }; }; then
2281  ac_cv_prog_cxx_g=yes
2282else
2283  echo "$as_me: failed program was:" >&5
2284sed 's/^/| /' conftest.$ac_ext >&5
2285
2286ac_cv_prog_cxx_g=no
2287fi
2288rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2289fi
2290echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2291echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2292if test "$ac_test_CXXFLAGS" = set; then
2293  CXXFLAGS=$ac_save_CXXFLAGS
2294elif test $ac_cv_prog_cxx_g = yes; then
2295  if test "$GXX" = yes; then
2296    CXXFLAGS="-g -O2"
2297  else
2298    CXXFLAGS="-g"
2299  fi
2300else
2301  if test "$GXX" = yes; then
2302    CXXFLAGS="-O2"
2303  else
2304    CXXFLAGS=
2305  fi
2306fi
2307for ac_declaration in \
2308   '' \
2309   'extern "C" void std::exit (int) throw (); using std::exit;' \
2310   'extern "C" void std::exit (int); using std::exit;' \
2311   'extern "C" void exit (int) throw ();' \
2312   'extern "C" void exit (int);' \
2313   'void exit (int);'
2314do
2315  cat >conftest.$ac_ext <<_ACEOF
2316/* confdefs.h.  */
2317_ACEOF
2318cat confdefs.h >>conftest.$ac_ext
2319cat >>conftest.$ac_ext <<_ACEOF
2320/* end confdefs.h.  */
2321$ac_declaration
2322#include <stdlib.h>
2323int
2324main ()
2325{
2326exit (42);
2327  ;
2328  return 0;
2329}
2330_ACEOF
2331rm -f conftest.$ac_objext
2332if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2333  (eval $ac_compile) 2>conftest.er1
2334  ac_status=$?
2335  grep -v '^ *+' conftest.er1 >conftest.err
2336  rm -f conftest.er1
2337  cat conftest.err >&5
2338  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2339  (exit $ac_status); } &&
2340         { ac_try='test -z "$ac_cxx_werror_flag"
2341                         || test ! -s conftest.err'
2342  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2343  (eval $ac_try) 2>&5
2344  ac_status=$?
2345  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2346  (exit $ac_status); }; } &&
2347         { ac_try='test -s conftest.$ac_objext'
2348  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2349  (eval $ac_try) 2>&5
2350  ac_status=$?
2351  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2352  (exit $ac_status); }; }; then
2353  :
2354else
2355  echo "$as_me: failed program was:" >&5
2356sed 's/^/| /' conftest.$ac_ext >&5
2357
2358continue
2359fi
2360rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2361  cat >conftest.$ac_ext <<_ACEOF
2362/* confdefs.h.  */
2363_ACEOF
2364cat confdefs.h >>conftest.$ac_ext
2365cat >>conftest.$ac_ext <<_ACEOF
2366/* end confdefs.h.  */
2367$ac_declaration
2368int
2369main ()
2370{
2371exit (42);
2372  ;
2373  return 0;
2374}
2375_ACEOF
2376rm -f conftest.$ac_objext
2377if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2378  (eval $ac_compile) 2>conftest.er1
2379  ac_status=$?
2380  grep -v '^ *+' conftest.er1 >conftest.err
2381  rm -f conftest.er1
2382  cat conftest.err >&5
2383  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2384  (exit $ac_status); } &&
2385         { ac_try='test -z "$ac_cxx_werror_flag"
2386                         || test ! -s conftest.err'
2387  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2388  (eval $ac_try) 2>&5
2389  ac_status=$?
2390  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391  (exit $ac_status); }; } &&
2392         { ac_try='test -s conftest.$ac_objext'
2393  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2394  (eval $ac_try) 2>&5
2395  ac_status=$?
2396  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2397  (exit $ac_status); }; }; then
2398  break
2399else
2400  echo "$as_me: failed program was:" >&5
2401sed 's/^/| /' conftest.$ac_ext >&5
2402
2403fi
2404rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2405done
2406rm -f conftest*
2407if test -n "$ac_declaration"; then
2408  echo '#ifdef __cplusplus' >>confdefs.h
2409  echo $ac_declaration      >>confdefs.h
2410  echo '#endif'             >>confdefs.h
2411fi
2412
2413ac_ext=c
2414ac_cpp='$CPP $CPPFLAGS'
2415ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2416ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2417ac_compiler_gnu=$ac_cv_c_compiler_gnu
2418DEPDIR="${am__leading_dot}deps"
2419
2420          ac_config_commands="$ac_config_commands depfiles"
2421
2422
2423am_make=${MAKE-make}
2424cat > confinc << 'END'
2425am__doit:
2426        @echo done
2427.PHONY: am__doit
2428END
2429# If we don't find an include directive, just comment out the code.
2430echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2431echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2432am__include="#"
2433am__quote=
2434_am_result=none
2435# First try GNU make style include.
2436echo "include confinc" > confmf
2437# We grep out `Entering directory' and `Leaving directory'
2438# messages which can occur if `w' ends up in MAKEFLAGS.
2439# In particular we don't look at `^make:' because GNU make might
2440# be invoked under some other name (usually "gmake"), in which
2441# case it prints its new name instead of `make'.
2442if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2443   am__include=include
2444   am__quote=
2445   _am_result=GNU
2446fi
2447# Now try BSD make style include.
2448if test "$am__include" = "#"; then
2449   echo '.include "confinc"' > confmf
2450   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2451      am__include=.include
2452      am__quote="\""
2453      _am_result=BSD
2454   fi
2455fi
2456
2457
2458echo "$as_me:$LINENO: result: $_am_result" >&5
2459echo "${ECHO_T}$_am_result" >&6
2460rm -f confinc confmf
2461
2462# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2463if test "${enable_dependency_tracking+set}" = set; then
2464  enableval="$enable_dependency_tracking"
2465
2466fi;
2467if test "x$enable_dependency_tracking" != xno; then
2468  am_depcomp="$ac_aux_dir/depcomp"
2469  AMDEPBACKSLASH='\'
2470fi
2471
2472
2473if test "x$enable_dependency_tracking" != xno; then
2474  AMDEP_TRUE=
2475  AMDEP_FALSE='#'
2476else
2477  AMDEP_TRUE='#'
2478  AMDEP_FALSE=
2479fi
2480
2481
2482
2483
2484depcc="$CXX"  am_compiler_list=
2485
2486echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2487echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2488if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
2489  echo $ECHO_N "(cached) $ECHO_C" >&6
2490else
2491  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2492  # We make a subdir and do the tests there.  Otherwise we can end up
2493  # making bogus files that we don't know about and never remove.  For
2494  # instance it was reported that on HP-UX the gcc test will end up
2495  # making a dummy file named `D' -- because `-MD' means `put the output
2496  # in D'.
2497  mkdir conftest.dir
2498  # Copy depcomp to subdir because otherwise we won't find it if we're
2499  # using a relative directory.
2500  cp "$am_depcomp" conftest.dir
2501  cd conftest.dir
2502  # We will build objects and dependencies in a subdirectory because
2503  # it helps to detect inapplicable dependency modes.  For instance
2504  # both Tru64's cc and ICC support -MD to output dependencies as a
2505  # side effect of compilation, but ICC will put the dependencies in
2506  # the current directory while Tru64 will put them in the object
2507  # directory.
2508  mkdir sub
2509
2510  am_cv_CXX_dependencies_compiler_type=none
2511  if test "$am_compiler_list" = ""; then
2512     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2513  fi
2514  for depmode in $am_compiler_list; do
2515    # Setup a source with many dependencies, because some compilers
2516    # like to wrap large dependency lists on column 80 (with \), and
2517    # we should not choose a depcomp mode which is confused by this.
2518    #
2519    # We need to recreate these files for each test, as the compiler may
2520    # overwrite some of them when testing with obscure command lines.
2521    # This happens at least with the AIX C compiler.
2522    : > sub/conftest.c
2523    for i in 1 2 3 4 5 6; do
2524      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2525      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2526      # Solaris 8's {/usr,}/bin/sh.
2527      touch sub/conftst$i.h
2528    done
2529    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2530
2531    case $depmode in
2532    nosideeffect)
2533      # after this tag, mechanisms are not by side-effect, so they'll
2534      # only be used when explicitly requested
2535      if test "x$enable_dependency_tracking" = xyes; then
2536        continue
2537      else
2538        break
2539      fi
2540      ;;
2541    none) break ;;
2542    esac
2543    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2544    # mode.  It turns out that the SunPro C++ compiler does not properly
2545    # handle `-M -o', and we need to detect this.
2546    if depmode=$depmode \
2547       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2548       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2549       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2550         >/dev/null 2>conftest.err &&
2551       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2552       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2553       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2554      # icc doesn't choke on unknown options, it will just issue warnings
2555      # or remarks (even with -Werror).  So we grep stderr for any message
2556      # that says an option was ignored or not supported.
2557      # When given -MP, icc 7.0 and 7.1 complain thusly:
2558      #   icc: Command line warning: ignoring option '-M'; no argument required
2559      # The diagnosis changed in icc 8.0:
2560      #   icc: Command line remark: option '-MP' not supported
2561      if (grep 'ignoring option' conftest.err ||
2562          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2563        am_cv_CXX_dependencies_compiler_type=$depmode
2564        break
2565      fi
2566    fi
2567  done
2568
2569  cd ..
2570  rm -rf conftest.dir
2571else
2572  am_cv_CXX_dependencies_compiler_type=none
2573fi
2574
2575fi
2576echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
2577echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
2578CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
2579
2580
2581
2582if
2583  test "x$enable_dependency_tracking" != xno \
2584  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
2585  am__fastdepCXX_TRUE=
2586  am__fastdepCXX_FALSE='#'
2587else
2588  am__fastdepCXX_TRUE='#'
2589  am__fastdepCXX_FALSE=
2590fi
2591
2592
2593ac_ext=c
2594ac_cpp='$CPP $CPPFLAGS'
2595ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2596ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2597ac_compiler_gnu=$ac_cv_c_compiler_gnu
2598if test -n "$ac_tool_prefix"; then
2599  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2600set dummy ${ac_tool_prefix}gcc; ac_word=$2
2601echo "$as_me:$LINENO: checking for $ac_word" >&5
2602echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2603if test "${ac_cv_prog_CC+set}" = set; then
2604  echo $ECHO_N "(cached) $ECHO_C" >&6
2605else
2606  if test -n "$CC"; then
2607  ac_cv_prog_CC="$CC" # Let the user override the test.
2608else
2609as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2610for as_dir in $PATH
2611do
2612  IFS=$as_save_IFS
2613  test -z "$as_dir" && as_dir=.
2614  for ac_exec_ext in '' $ac_executable_extensions; do
2615  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2616    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2617    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2618    break 2
2619  fi
2620done
2621done
2622
2623fi
2624fi
2625CC=$ac_cv_prog_CC
2626if test -n "$CC"; then
2627  echo "$as_me:$LINENO: result: $CC" >&5
2628echo "${ECHO_T}$CC" >&6
2629else
2630  echo "$as_me:$LINENO: result: no" >&5
2631echo "${ECHO_T}no" >&6
2632fi
2633
2634fi
2635if test -z "$ac_cv_prog_CC"; then
2636  ac_ct_CC=$CC
2637  # Extract the first word of "gcc", so it can be a program name with args.
2638set dummy gcc; ac_word=$2
2639echo "$as_me:$LINENO: checking for $ac_word" >&5
2640echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2641if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2642  echo $ECHO_N "(cached) $ECHO_C" >&6
2643else
2644  if test -n "$ac_ct_CC"; then
2645  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2646else
2647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650  IFS=$as_save_IFS
2651  test -z "$as_dir" && as_dir=.
2652  for ac_exec_ext in '' $ac_executable_extensions; do
2653  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2654    ac_cv_prog_ac_ct_CC="gcc"
2655    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2656    break 2
2657  fi
2658done
2659done
2660
2661fi
2662fi
2663ac_ct_CC=$ac_cv_prog_ac_ct_CC
2664if test -n "$ac_ct_CC"; then
2665  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2666echo "${ECHO_T}$ac_ct_CC" >&6
2667else
2668  echo "$as_me:$LINENO: result: no" >&5
2669echo "${ECHO_T}no" >&6
2670fi
2671
2672  CC=$ac_ct_CC
2673else
2674  CC="$ac_cv_prog_CC"
2675fi
2676
2677if test -z "$CC"; then
2678  if test -n "$ac_tool_prefix"; then
2679  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2680set dummy ${ac_tool_prefix}cc; ac_word=$2
2681echo "$as_me:$LINENO: checking for $ac_word" >&5
2682echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2683if test "${ac_cv_prog_CC+set}" = set; then
2684  echo $ECHO_N "(cached) $ECHO_C" >&6
2685else
2686  if test -n "$CC"; then
2687  ac_cv_prog_CC="$CC" # Let the user override the test.
2688else
2689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690for as_dir in $PATH
2691do
2692  IFS=$as_save_IFS
2693  test -z "$as_dir" && as_dir=.
2694  for ac_exec_ext in '' $ac_executable_extensions; do
2695  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2696    ac_cv_prog_CC="${ac_tool_prefix}cc"
2697    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2698    break 2
2699  fi
2700done
2701done
2702
2703fi
2704fi
2705CC=$ac_cv_prog_CC
2706if test -n "$CC"; then
2707  echo "$as_me:$LINENO: result: $CC" >&5
2708echo "${ECHO_T}$CC" >&6
2709else
2710  echo "$as_me:$LINENO: result: no" >&5
2711echo "${ECHO_T}no" >&6
2712fi
2713
2714fi
2715if test -z "$ac_cv_prog_CC"; then
2716  ac_ct_CC=$CC
2717  # Extract the first word of "cc", so it can be a program name with args.
2718set dummy cc; ac_word=$2
2719echo "$as_me:$LINENO: checking for $ac_word" >&5
2720echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2721if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2722  echo $ECHO_N "(cached) $ECHO_C" >&6
2723else
2724  if test -n "$ac_ct_CC"; then
2725  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2726else
2727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2728for as_dir in $PATH
2729do
2730  IFS=$as_save_IFS
2731  test -z "$as_dir" && as_dir=.
2732  for ac_exec_ext in '' $ac_executable_extensions; do
2733  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2734    ac_cv_prog_ac_ct_CC="cc"
2735    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2736    break 2
2737  fi
2738done
2739done
2740
2741fi
2742fi
2743ac_ct_CC=$ac_cv_prog_ac_ct_CC
2744if test -n "$ac_ct_CC"; then
2745  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2746echo "${ECHO_T}$ac_ct_CC" >&6
2747else
2748  echo "$as_me:$LINENO: result: no" >&5
2749echo "${ECHO_T}no" >&6
2750fi
2751
2752  CC=$ac_ct_CC
2753else
2754  CC="$ac_cv_prog_CC"
2755fi
2756
2757fi
2758if test -z "$CC"; then
2759  # Extract the first word of "cc", so it can be a program name with args.
2760set dummy cc; ac_word=$2
2761echo "$as_me:$LINENO: checking for $ac_word" >&5
2762echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2763if test "${ac_cv_prog_CC+set}" = set; then
2764  echo $ECHO_N "(cached) $ECHO_C" >&6
2765else
2766  if test -n "$CC"; then
2767  ac_cv_prog_CC="$CC" # Let the user override the test.
2768else
2769  ac_prog_rejected=no
2770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2771for as_dir in $PATH
2772do
2773  IFS=$as_save_IFS
2774  test -z "$as_dir" && as_dir=.
2775  for ac_exec_ext in '' $ac_executable_extensions; do
2776  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2777    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2778       ac_prog_rejected=yes
2779       continue
2780     fi
2781    ac_cv_prog_CC="cc"
2782    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2783    break 2
2784  fi
2785done
2786done
2787
2788if test $ac_prog_rejected = yes; then
2789  # We found a bogon in the path, so make sure we never use it.
2790  set dummy $ac_cv_prog_CC
2791  shift
2792  if test $# != 0; then
2793    # We chose a different compiler from the bogus one.
2794    # However, it has the same basename, so the bogon will be chosen
2795    # first if we set CC to just the basename; use the full file name.
2796    shift
2797    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2798  fi
2799fi
2800fi
2801fi
2802CC=$ac_cv_prog_CC
2803if test -n "$CC"; then
2804  echo "$as_me:$LINENO: result: $CC" >&5
2805echo "${ECHO_T}$CC" >&6
2806else
2807  echo "$as_me:$LINENO: result: no" >&5
2808echo "${ECHO_T}no" >&6
2809fi
2810
2811fi
2812if test -z "$CC"; then
2813  if test -n "$ac_tool_prefix"; then
2814  for ac_prog in cl
2815  do
2816    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2817set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2818echo "$as_me:$LINENO: checking for $ac_word" >&5
2819echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2820if test "${ac_cv_prog_CC+set}" = set; then
2821  echo $ECHO_N "(cached) $ECHO_C" >&6
2822else
2823  if test -n "$CC"; then
2824  ac_cv_prog_CC="$CC" # Let the user override the test.
2825else
2826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2827for as_dir in $PATH
2828do
2829  IFS=$as_save_IFS
2830  test -z "$as_dir" && as_dir=.
2831  for ac_exec_ext in '' $ac_executable_extensions; do
2832  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2833    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2834    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2835    break 2
2836  fi
2837done
2838done
2839
2840fi
2841fi
2842CC=$ac_cv_prog_CC
2843if test -n "$CC"; then
2844  echo "$as_me:$LINENO: result: $CC" >&5
2845echo "${ECHO_T}$CC" >&6
2846else
2847  echo "$as_me:$LINENO: result: no" >&5
2848echo "${ECHO_T}no" >&6
2849fi
2850
2851    test -n "$CC" && break
2852  done
2853fi
2854if test -z "$CC"; then
2855  ac_ct_CC=$CC
2856  for ac_prog in cl
2857do
2858  # Extract the first word of "$ac_prog", so it can be a program name with args.
2859set dummy $ac_prog; ac_word=$2
2860echo "$as_me:$LINENO: checking for $ac_word" >&5
2861echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2862if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2863  echo $ECHO_N "(cached) $ECHO_C" >&6
2864else
2865  if test -n "$ac_ct_CC"; then
2866  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2867else
2868as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2869for as_dir in $PATH
2870do
2871  IFS=$as_save_IFS
2872  test -z "$as_dir" && as_dir=.
2873  for ac_exec_ext in '' $ac_executable_extensions; do
2874  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2875    ac_cv_prog_ac_ct_CC="$ac_prog"
2876    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2877    break 2
2878  fi
2879done
2880done
2881
2882fi
2883fi
2884ac_ct_CC=$ac_cv_prog_ac_ct_CC
2885if test -n "$ac_ct_CC"; then
2886  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2887echo "${ECHO_T}$ac_ct_CC" >&6
2888else
2889  echo "$as_me:$LINENO: result: no" >&5
2890echo "${ECHO_T}no" >&6
2891fi
2892
2893  test -n "$ac_ct_CC" && break
2894done
2895
2896  CC=$ac_ct_CC
2897fi
2898
2899fi
2900
2901
2902test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2903See \`config.log' for more details." >&5
2904echo "$as_me: error: no acceptable C compiler found in \$PATH
2905See \`config.log' for more details." >&2;}
2906   { (exit 1); exit 1; }; }
2907
2908# Provide some information about the compiler.
2909echo "$as_me:$LINENO:" \
2910     "checking for C compiler version" >&5
2911ac_compiler=`set X $ac_compile; echo $2`
2912{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2913  (eval $ac_compiler --version </dev/null >&5) 2>&5
2914  ac_status=$?
2915  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2916  (exit $ac_status); }
2917{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2918  (eval $ac_compiler -v </dev/null >&5) 2>&5
2919  ac_status=$?
2920  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2921  (exit $ac_status); }
2922{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2923  (eval $ac_compiler -V </dev/null >&5) 2>&5
2924  ac_status=$?
2925  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2926  (exit $ac_status); }
2927
2928echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2929echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2930if test "${ac_cv_c_compiler_gnu+set}" = set; then
2931  echo $ECHO_N "(cached) $ECHO_C" >&6
2932else
2933  cat >conftest.$ac_ext <<_ACEOF
2934/* confdefs.h.  */
2935_ACEOF
2936cat confdefs.h >>conftest.$ac_ext
2937cat >>conftest.$ac_ext <<_ACEOF
2938/* end confdefs.h.  */
2939
2940int
2941main ()
2942{
2943#ifndef __GNUC__
2944       choke me
2945#endif
2946
2947  ;
2948  return 0;
2949}
2950_ACEOF
2951rm -f conftest.$ac_objext
2952if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2953  (eval $ac_compile) 2>conftest.er1
2954  ac_status=$?
2955  grep -v '^ *+' conftest.er1 >conftest.err
2956  rm -f conftest.er1
2957  cat conftest.err >&5
2958  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2959  (exit $ac_status); } &&
2960         { ac_try='test -z "$ac_c_werror_flag"
2961                         || test ! -s conftest.err'
2962  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2963  (eval $ac_try) 2>&5
2964  ac_status=$?
2965  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966  (exit $ac_status); }; } &&
2967         { ac_try='test -s conftest.$ac_objext'
2968  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2969  (eval $ac_try) 2>&5
2970  ac_status=$?
2971  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972  (exit $ac_status); }; }; then
2973  ac_compiler_gnu=yes
2974else
2975  echo "$as_me: failed program was:" >&5
2976sed 's/^/| /' conftest.$ac_ext >&5
2977
2978ac_compiler_gnu=no
2979fi
2980rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2981ac_cv_c_compiler_gnu=$ac_compiler_gnu
2982
2983fi
2984echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2985echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2986GCC=`test $ac_compiler_gnu = yes && echo yes`
2987ac_test_CFLAGS=${CFLAGS+set}
2988ac_save_CFLAGS=$CFLAGS
2989CFLAGS="-g"
2990echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2991echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2992if test "${ac_cv_prog_cc_g+set}" = set; then
2993  echo $ECHO_N "(cached) $ECHO_C" >&6
2994else
2995  cat >conftest.$ac_ext <<_ACEOF
2996/* confdefs.h.  */
2997_ACEOF
2998cat confdefs.h >>conftest.$ac_ext
2999cat >>conftest.$ac_ext <<_ACEOF
3000/* end confdefs.h.  */
3001
3002int
3003main ()
3004{
3005
3006  ;
3007  return 0;
3008}
3009_ACEOF
3010rm -f conftest.$ac_objext
3011if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3012  (eval $ac_compile) 2>conftest.er1
3013  ac_status=$?
3014  grep -v '^ *+' conftest.er1 >conftest.err
3015  rm -f conftest.er1
3016  cat conftest.err >&5
3017  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3018  (exit $ac_status); } &&
3019         { ac_try='test -z "$ac_c_werror_flag"
3020                         || test ! -s conftest.err'
3021  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3022  (eval $ac_try) 2>&5
3023  ac_status=$?
3024  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3025  (exit $ac_status); }; } &&
3026         { ac_try='test -s conftest.$ac_objext'
3027  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3028  (eval $ac_try) 2>&5
3029  ac_status=$?
3030  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3031  (exit $ac_status); }; }; then
3032  ac_cv_prog_cc_g=yes
3033else
3034  echo "$as_me: failed program was:" >&5
3035sed 's/^/| /' conftest.$ac_ext >&5
3036
3037ac_cv_prog_cc_g=no
3038fi
3039rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3040fi
3041echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3042echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3043if test "$ac_test_CFLAGS" = set; then
3044  CFLAGS=$ac_save_CFLAGS
3045elif test $ac_cv_prog_cc_g = yes; then
3046  if test "$GCC" = yes; then
3047    CFLAGS="-g -O2"
3048  else
3049    CFLAGS="-g"
3050  fi
3051else
3052  if test "$GCC" = yes; then
3053    CFLAGS="-O2"
3054  else
3055    CFLAGS=
3056  fi
3057fi
3058echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3059echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3060if test "${ac_cv_prog_cc_stdc+set}" = set; then
3061  echo $ECHO_N "(cached) $ECHO_C" >&6
3062else
3063  ac_cv_prog_cc_stdc=no
3064ac_save_CC=$CC
3065cat >conftest.$ac_ext <<_ACEOF
3066/* confdefs.h.  */
3067_ACEOF
3068cat confdefs.h >>conftest.$ac_ext
3069cat >>conftest.$ac_ext <<_ACEOF
3070/* end confdefs.h.  */
3071#include <stdarg.h>
3072#include <stdio.h>
3073#include <sys/types.h>
3074#include <sys/stat.h>
3075/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3076struct buf { int x; };
3077FILE * (*rcsopen) (struct buf *, struct stat *, int);
3078static char *e (p, i)
3079     char **p;
3080     int i;
3081{
3082  return p[i];
3083}
3084static char *f (char * (*g) (char **, int), char **p, ...)
3085{
3086  char *s;
3087  va_list v;
3088  va_start (v,p);
3089  s = g (p, va_arg (v,int));
3090  va_end (v);
3091  return s;
3092}
3093
3094/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3095   function prototypes and stuff, but not '\xHH' hex character constants.
3096   These don't provoke an error unfortunately, instead are silently treated
3097   as 'x'.  The following induces an error, until -std1 is added to get
3098   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3099   array size at least.  It's necessary to write '\x00'==0 to get something
3100   that's true only with -std1.  */
3101int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3102
3103int test (int i, double x);
3104struct s1 {int (*f) (int a);};
3105struct s2 {int (*f) (double a);};
3106int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3107int argc;
3108char **argv;
3109int
3110main ()
3111{
3112return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3113  ;
3114  return 0;
3115}
3116_ACEOF
3117# Don't try gcc -ansi; that turns off useful extensions and
3118# breaks some systems' header files.
3119# AIX                   -qlanglvl=ansi
3120# Ultrix and OSF/1      -std1
3121# HP-UX 10.20 and later -Ae
3122# HP-UX older versions  -Aa -D_HPUX_SOURCE
3123# SVR4                  -Xc -D__EXTENSIONS__
3124for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3125do
3126  CC="$ac_save_CC $ac_arg"
3127  rm -f conftest.$ac_objext
3128if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3129  (eval $ac_compile) 2>conftest.er1
3130  ac_status=$?
3131  grep -v '^ *+' conftest.er1 >conftest.err
3132  rm -f conftest.er1
3133  cat conftest.err >&5
3134  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3135  (exit $ac_status); } &&
3136         { ac_try='test -z "$ac_c_werror_flag"
3137                         || test ! -s conftest.err'
3138  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3139  (eval $ac_try) 2>&5
3140  ac_status=$?
3141  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3142  (exit $ac_status); }; } &&
3143         { ac_try='test -s conftest.$ac_objext'
3144  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3145  (eval $ac_try) 2>&5
3146  ac_status=$?
3147  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148  (exit $ac_status); }; }; then
3149  ac_cv_prog_cc_stdc=$ac_arg
3150break
3151else
3152  echo "$as_me: failed program was:" >&5
3153sed 's/^/| /' conftest.$ac_ext >&5
3154
3155fi
3156rm -f conftest.err conftest.$ac_objext
3157done
3158rm -f conftest.$ac_ext conftest.$ac_objext
3159CC=$ac_save_CC
3160
3161fi
3162
3163case "x$ac_cv_prog_cc_stdc" in
3164  x|xno)
3165    echo "$as_me:$LINENO: result: none needed" >&5
3166echo "${ECHO_T}none needed" >&6 ;;
3167  *)
3168    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3169echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3170    CC="$CC $ac_cv_prog_cc_stdc" ;;
3171esac
3172
3173# Some people use a C++ compiler to compile C.  Since we use `exit',
3174# in C++ we need to declare it.  In case someone uses the same compiler
3175# for both compiling C and C++ we need to have the C++ compiler decide
3176# the declaration of exit, since it's the most demanding environment.
3177cat >conftest.$ac_ext <<_ACEOF
3178#ifndef __cplusplus
3179  choke me
3180#endif
3181_ACEOF
3182rm -f conftest.$ac_objext
3183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3184  (eval $ac_compile) 2>conftest.er1
3185  ac_status=$?
3186  grep -v '^ *+' conftest.er1 >conftest.err
3187  rm -f conftest.er1
3188  cat conftest.err >&5
3189  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3190  (exit $ac_status); } &&
3191         { ac_try='test -z "$ac_c_werror_flag"
3192                         || test ! -s conftest.err'
3193  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3194  (eval $ac_try) 2>&5
3195  ac_status=$?
3196  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3197  (exit $ac_status); }; } &&
3198         { ac_try='test -s conftest.$ac_objext'
3199  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3200  (eval $ac_try) 2>&5
3201  ac_status=$?
3202  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3203  (exit $ac_status); }; }; then
3204  for ac_declaration in \
3205   '' \
3206   'extern "C" void std::exit (int) throw (); using std::exit;' \
3207   'extern "C" void std::exit (int); using std::exit;' \
3208   'extern "C" void exit (int) throw ();' \
3209   'extern "C" void exit (int);' \
3210   'void exit (int);'
3211do
3212  cat >conftest.$ac_ext <<_ACEOF
3213/* confdefs.h.  */
3214_ACEOF
3215cat confdefs.h >>conftest.$ac_ext
3216cat >>conftest.$ac_ext <<_ACEOF
3217/* end confdefs.h.  */
3218$ac_declaration
3219#include <stdlib.h>
3220int
3221main ()
3222{
3223exit (42);
3224  ;
3225  return 0;
3226}
3227_ACEOF
3228rm -f conftest.$ac_objext
3229if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3230  (eval $ac_compile) 2>conftest.er1
3231  ac_status=$?
3232  grep -v '^ *+' conftest.er1 >conftest.err
3233  rm -f conftest.er1
3234  cat conftest.err >&5
3235  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3236  (exit $ac_status); } &&
3237         { ac_try='test -z "$ac_c_werror_flag"
3238                         || test ! -s conftest.err'
3239  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3240  (eval $ac_try) 2>&5
3241  ac_status=$?
3242  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3243  (exit $ac_status); }; } &&
3244         { ac_try='test -s conftest.$ac_objext'
3245  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3246  (eval $ac_try) 2>&5
3247  ac_status=$?
3248  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249  (exit $ac_status); }; }; then
3250  :
3251else
3252  echo "$as_me: failed program was:" >&5
3253sed 's/^/| /' conftest.$ac_ext >&5
3254
3255continue
3256fi
3257rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3258  cat >conftest.$ac_ext <<_ACEOF
3259/* confdefs.h.  */
3260_ACEOF
3261cat confdefs.h >>conftest.$ac_ext
3262cat >>conftest.$ac_ext <<_ACEOF
3263/* end confdefs.h.  */
3264$ac_declaration
3265int
3266main ()
3267{
3268exit (42);
3269  ;
3270  return 0;
3271}
3272_ACEOF
3273rm -f conftest.$ac_objext
3274if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3275  (eval $ac_compile) 2>conftest.er1
3276  ac_status=$?
3277  grep -v '^ *+' conftest.er1 >conftest.err
3278  rm -f conftest.er1
3279  cat conftest.err >&5
3280  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281  (exit $ac_status); } &&
3282         { ac_try='test -z "$ac_c_werror_flag"
3283                         || test ! -s conftest.err'
3284  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3285  (eval $ac_try) 2>&5
3286  ac_status=$?
3287  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3288  (exit $ac_status); }; } &&
3289         { ac_try='test -s conftest.$ac_objext'
3290  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3291  (eval $ac_try) 2>&5
3292  ac_status=$?
3293  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3294  (exit $ac_status); }; }; then
3295  break
3296else
3297  echo "$as_me: failed program was:" >&5
3298sed 's/^/| /' conftest.$ac_ext >&5
3299
3300fi
3301rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3302done
3303rm -f conftest*
3304if test -n "$ac_declaration"; then
3305  echo '#ifdef __cplusplus' >>confdefs.h
3306  echo $ac_declaration      >>confdefs.h
3307  echo '#endif'             >>confdefs.h
3308fi
3309
3310else
3311  echo "$as_me: failed program was:" >&5
3312sed 's/^/| /' conftest.$ac_ext >&5
3313
3314fi
3315rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3316ac_ext=c
3317ac_cpp='$CPP $CPPFLAGS'
3318ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3319ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3320ac_compiler_gnu=$ac_cv_c_compiler_gnu
3321
3322depcc="$CC"   am_compiler_list=
3323
3324echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3325echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3326if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3327  echo $ECHO_N "(cached) $ECHO_C" >&6
3328else
3329  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3330  # We make a subdir and do the tests there.  Otherwise we can end up
3331  # making bogus files that we don't know about and never remove.  For
3332  # instance it was reported that on HP-UX the gcc test will end up
3333  # making a dummy file named `D' -- because `-MD' means `put the output
3334  # in D'.
3335  mkdir conftest.dir
3336  # Copy depcomp to subdir because otherwise we won't find it if we're
3337  # using a relative directory.
3338  cp "$am_depcomp" conftest.dir
3339  cd conftest.dir
3340  # We will build objects and dependencies in a subdirectory because
3341  # it helps to detect inapplicable dependency modes.  For instance
3342  # both Tru64's cc and ICC support -MD to output dependencies as a
3343  # side effect of compilation, but ICC will put the dependencies in
3344  # the current directory while Tru64 will put them in the object
3345  # directory.
3346  mkdir sub
3347
3348  am_cv_CC_dependencies_compiler_type=none
3349  if test "$am_compiler_list" = ""; then
3350     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3351  fi
3352  for depmode in $am_compiler_list; do
3353    # Setup a source with many dependencies, because some compilers
3354    # like to wrap large dependency lists on column 80 (with \), and
3355    # we should not choose a depcomp mode which is confused by this.
3356    #
3357    # We need to recreate these files for each test, as the compiler may
3358    # overwrite some of them when testing with obscure command lines.
3359    # This happens at least with the AIX C compiler.
3360    : > sub/conftest.c
3361    for i in 1 2 3 4 5 6; do
3362      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3363      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3364      # Solaris 8's {/usr,}/bin/sh.
3365      touch sub/conftst$i.h
3366    done
3367    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3368
3369    case $depmode in
3370    nosideeffect)
3371      # after this tag, mechanisms are not by side-effect, so they'll
3372      # only be used when explicitly requested
3373      if test "x$enable_dependency_tracking" = xyes; then
3374        continue
3375      else
3376        break
3377      fi
3378      ;;
3379    none) break ;;
3380    esac
3381    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3382    # mode.  It turns out that the SunPro C++ compiler does not properly
3383    # handle `-M -o', and we need to detect this.
3384    if depmode=$depmode \
3385       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3386       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3387       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3388         >/dev/null 2>conftest.err &&
3389       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3390       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3391       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3392      # icc doesn't choke on unknown options, it will just issue warnings
3393      # or remarks (even with -Werror).  So we grep stderr for any message
3394      # that says an option was ignored or not supported.
3395      # When given -MP, icc 7.0 and 7.1 complain thusly:
3396      #   icc: Command line warning: ignoring option '-M'; no argument required
3397      # The diagnosis changed in icc 8.0:
3398      #   icc: Command line remark: option '-MP' not supported
3399      if (grep 'ignoring option' conftest.err ||
3400          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3401        am_cv_CC_dependencies_compiler_type=$depmode
3402        break
3403      fi
3404    fi
3405  done
3406
3407  cd ..
3408  rm -rf conftest.dir
3409else
3410  am_cv_CC_dependencies_compiler_type=none
3411fi
3412
3413fi
3414echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3415echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3416CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3417
3418
3419
3420if
3421  test "x$enable_dependency_tracking" != xno \
3422  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3423  am__fastdepCC_TRUE=
3424  am__fastdepCC_FALSE='#'
3425else
3426  am__fastdepCC_TRUE='#'
3427  am__fastdepCC_FALSE=
3428fi
3429
3430
3431
3432ac_ext=c
3433ac_cpp='$CPP $CPPFLAGS'
3434ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3435ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3436ac_compiler_gnu=$ac_cv_c_compiler_gnu
3437echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3438echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3439# On Suns, sometimes $CPP names a directory.
3440if test -n "$CPP" && test -d "$CPP"; then
3441  CPP=
3442fi
3443if test -z "$CPP"; then
3444  if test "${ac_cv_prog_CPP+set}" = set; then
3445  echo $ECHO_N "(cached) $ECHO_C" >&6
3446else
3447      # Double quotes because CPP needs to be expanded
3448    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3449    do
3450      ac_preproc_ok=false
3451for ac_c_preproc_warn_flag in '' yes
3452do
3453  # Use a header file that comes with gcc, so configuring glibc
3454  # with a fresh cross-compiler works.
3455  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3456  # <limits.h> exists even on freestanding compilers.
3457  # On the NeXT, cc -E runs the code through the compiler's parser,
3458  # not just through cpp. "Syntax error" is here to catch this case.
3459  cat >conftest.$ac_ext <<_ACEOF
3460/* confdefs.h.  */
3461_ACEOF
3462cat confdefs.h >>conftest.$ac_ext
3463cat >>conftest.$ac_ext <<_ACEOF
3464/* end confdefs.h.  */
3465#ifdef __STDC__
3466# include <limits.h>
3467#else
3468# include <assert.h>
3469#endif
3470                     Syntax error
3471_ACEOF
3472if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3473  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3474  ac_status=$?
3475  grep -v '^ *+' conftest.er1 >conftest.err
3476  rm -f conftest.er1
3477  cat conftest.err >&5
3478  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479  (exit $ac_status); } >/dev/null; then
3480  if test -s conftest.err; then
3481    ac_cpp_err=$ac_c_preproc_warn_flag
3482    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3483  else
3484    ac_cpp_err=
3485  fi
3486else
3487  ac_cpp_err=yes
3488fi
3489if test -z "$ac_cpp_err"; then
3490  :
3491else
3492  echo "$as_me: failed program was:" >&5
3493sed 's/^/| /' conftest.$ac_ext >&5
3494
3495  # Broken: fails on valid input.
3496continue
3497fi
3498rm -f conftest.err conftest.$ac_ext
3499
3500  # OK, works on sane cases.  Now check whether non-existent headers
3501  # can be detected and how.
3502  cat >conftest.$ac_ext <<_ACEOF
3503/* confdefs.h.  */
3504_ACEOF
3505cat confdefs.h >>conftest.$ac_ext
3506cat >>conftest.$ac_ext <<_ACEOF
3507/* end confdefs.h.  */
3508#include <ac_nonexistent.h>
3509_ACEOF
3510if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3511  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3512  ac_status=$?
3513  grep -v '^ *+' conftest.er1 >conftest.err
3514  rm -f conftest.er1
3515  cat conftest.err >&5
3516  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517  (exit $ac_status); } >/dev/null; then
3518  if test -s conftest.err; then
3519    ac_cpp_err=$ac_c_preproc_warn_flag
3520    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3521  else
3522    ac_cpp_err=
3523  fi
3524else
3525  ac_cpp_err=yes
3526fi
3527if test -z "$ac_cpp_err"; then
3528  # Broken: success on invalid input.
3529continue
3530else
3531  echo "$as_me: failed program was:" >&5
3532sed 's/^/| /' conftest.$ac_ext >&5
3533
3534  # Passes both tests.
3535ac_preproc_ok=:
3536break
3537fi
3538rm -f conftest.err conftest.$ac_ext
3539
3540done
3541# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3542rm -f conftest.err conftest.$ac_ext
3543if $ac_preproc_ok; then
3544  break
3545fi
3546
3547    done
3548    ac_cv_prog_CPP=$CPP
3549
3550fi
3551  CPP=$ac_cv_prog_CPP
3552else
3553  ac_cv_prog_CPP=$CPP
3554fi
3555echo "$as_me:$LINENO: result: $CPP" >&5
3556echo "${ECHO_T}$CPP" >&6
3557ac_preproc_ok=false
3558for ac_c_preproc_warn_flag in '' yes
3559do
3560  # Use a header file that comes with gcc, so configuring glibc
3561  # with a fresh cross-compiler works.
3562  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3563  # <limits.h> exists even on freestanding compilers.
3564  # On the NeXT, cc -E runs the code through the compiler's parser,
3565  # not just through cpp. "Syntax error" is here to catch this case.
3566  cat >conftest.$ac_ext <<_ACEOF
3567/* confdefs.h.  */
3568_ACEOF
3569cat confdefs.h >>conftest.$ac_ext
3570cat >>conftest.$ac_ext <<_ACEOF
3571/* end confdefs.h.  */
3572#ifdef __STDC__
3573# include <limits.h>
3574#else
3575# include <assert.h>
3576#endif
3577                     Syntax error
3578_ACEOF
3579if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3580  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3581  ac_status=$?
3582  grep -v '^ *+' conftest.er1 >conftest.err
3583  rm -f conftest.er1
3584  cat conftest.err >&5
3585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3586  (exit $ac_status); } >/dev/null; then
3587  if test -s conftest.err; then
3588    ac_cpp_err=$ac_c_preproc_warn_flag
3589    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3590  else
3591    ac_cpp_err=
3592  fi
3593else
3594  ac_cpp_err=yes
3595fi
3596if test -z "$ac_cpp_err"; then
3597  :
3598else
3599  echo "$as_me: failed program was:" >&5
3600sed 's/^/| /' conftest.$ac_ext >&5
3601
3602  # Broken: fails on valid input.
3603continue
3604fi
3605rm -f conftest.err conftest.$ac_ext
3606
3607  # OK, works on sane cases.  Now check whether non-existent headers
3608  # can be detected and how.
3609  cat >conftest.$ac_ext <<_ACEOF
3610/* confdefs.h.  */
3611_ACEOF
3612cat confdefs.h >>conftest.$ac_ext
3613cat >>conftest.$ac_ext <<_ACEOF
3614/* end confdefs.h.  */
3615#include <ac_nonexistent.h>
3616_ACEOF
3617if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3618  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3619  ac_status=$?
3620  grep -v '^ *+' conftest.er1 >conftest.err
3621  rm -f conftest.er1
3622  cat conftest.err >&5
3623  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3624  (exit $ac_status); } >/dev/null; then
3625  if test -s conftest.err; then
3626    ac_cpp_err=$ac_c_preproc_warn_flag
3627    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3628  else
3629    ac_cpp_err=
3630  fi
3631else
3632  ac_cpp_err=yes
3633fi
3634if test -z "$ac_cpp_err"; then
3635  # Broken: success on invalid input.
3636continue
3637else
3638  echo "$as_me: failed program was:" >&5
3639sed 's/^/| /' conftest.$ac_ext >&5
3640
3641  # Passes both tests.
3642ac_preproc_ok=:
3643break
3644fi
3645rm -f conftest.err conftest.$ac_ext
3646
3647done
3648# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3649rm -f conftest.err conftest.$ac_ext
3650if $ac_preproc_ok; then
3651  :
3652else
3653  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3654See \`config.log' for more details." >&5
3655echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3656See \`config.log' for more details." >&2;}
3657   { (exit 1); exit 1; }; }
3658fi
3659
3660ac_ext=c
3661ac_cpp='$CPP $CPPFLAGS'
3662ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664ac_compiler_gnu=$ac_cv_c_compiler_gnu
3665
3666
3667echo "$as_me:$LINENO: checking for egrep" >&5
3668echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3669if test "${ac_cv_prog_egrep+set}" = set; then
3670  echo $ECHO_N "(cached) $ECHO_C" >&6
3671else
3672  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3673    then ac_cv_prog_egrep='grep -E'
3674    else ac_cv_prog_egrep='egrep'
3675    fi
3676fi
3677echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3678echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3679 EGREP=$ac_cv_prog_egrep
3680
3681
3682echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3683echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3684if test "${ac_cv_header_stdc+set}" = set; then
3685  echo $ECHO_N "(cached) $ECHO_C" >&6
3686else
3687  cat >conftest.$ac_ext <<_ACEOF
3688/* confdefs.h.  */
3689_ACEOF
3690cat confdefs.h >>conftest.$ac_ext
3691cat >>conftest.$ac_ext <<_ACEOF
3692/* end confdefs.h.  */
3693#include <stdlib.h>
3694#include <stdarg.h>
3695#include <string.h>
3696#include <float.h>
3697
3698int
3699main ()
3700{
3701
3702  ;
3703  return 0;
3704}
3705_ACEOF
3706rm -f conftest.$ac_objext
3707if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3708  (eval $ac_compile) 2>conftest.er1
3709  ac_status=$?
3710  grep -v '^ *+' conftest.er1 >conftest.err
3711  rm -f conftest.er1
3712  cat conftest.err >&5
3713  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3714  (exit $ac_status); } &&
3715         { ac_try='test -z "$ac_c_werror_flag"
3716                         || test ! -s conftest.err'
3717  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3718  (eval $ac_try) 2>&5
3719  ac_status=$?
3720  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3721  (exit $ac_status); }; } &&
3722         { ac_try='test -s conftest.$ac_objext'
3723  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3724  (eval $ac_try) 2>&5
3725  ac_status=$?
3726  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3727  (exit $ac_status); }; }; then
3728  ac_cv_header_stdc=yes
3729else
3730  echo "$as_me: failed program was:" >&5
3731sed 's/^/| /' conftest.$ac_ext >&5
3732
3733ac_cv_header_stdc=no
3734fi
3735rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3736
3737if test $ac_cv_header_stdc = yes; then
3738  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3739  cat >conftest.$ac_ext <<_ACEOF
3740/* confdefs.h.  */
3741_ACEOF
3742cat confdefs.h >>conftest.$ac_ext
3743cat >>conftest.$ac_ext <<_ACEOF
3744/* end confdefs.h.  */
3745#include <string.h>
3746
3747_ACEOF
3748if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3749  $EGREP "memchr" >/dev/null 2>&1; then
3750  :
3751else
3752  ac_cv_header_stdc=no
3753fi
3754rm -f conftest*
3755
3756fi
3757
3758if test $ac_cv_header_stdc = yes; then
3759  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3760  cat >conftest.$ac_ext <<_ACEOF
3761/* confdefs.h.  */
3762_ACEOF
3763cat confdefs.h >>conftest.$ac_ext
3764cat >>conftest.$ac_ext <<_ACEOF
3765/* end confdefs.h.  */
3766#include <stdlib.h>
3767
3768_ACEOF
3769if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3770  $EGREP "free" >/dev/null 2>&1; then
3771  :
3772else
3773  ac_cv_header_stdc=no
3774fi
3775rm -f conftest*
3776
3777fi
3778
3779if test $ac_cv_header_stdc = yes; then
3780  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3781  if test "$cross_compiling" = yes; then
3782  :
3783else
3784  cat >conftest.$ac_ext <<_ACEOF
3785/* confdefs.h.  */
3786_ACEOF
3787cat confdefs.h >>conftest.$ac_ext
3788cat >>conftest.$ac_ext <<_ACEOF
3789/* end confdefs.h.  */
3790#include <ctype.h>
3791#if ((' ' & 0x0FF) == 0x020)
3792# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3793# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3794#else
3795# define ISLOWER(c) \
3796                   (('a' <= (c) && (c) <= 'i') \
3797                     || ('j' <= (c) && (c) <= 'r') \
3798                     || ('s' <= (c) && (c) <= 'z'))
3799# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3800#endif
3801
3802#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3803int
3804main ()
3805{
3806  int i;
3807  for (i = 0; i < 256; i++)
3808    if (XOR (islower (i), ISLOWER (i))
3809        || toupper (i) != TOUPPER (i))
3810      exit(2);
3811  exit (0);
3812}
3813_ACEOF
3814rm -f conftest$ac_exeext
3815if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3816  (eval $ac_link) 2>&5
3817  ac_status=$?
3818  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3820  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3821  (eval $ac_try) 2>&5
3822  ac_status=$?
3823  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3824  (exit $ac_status); }; }; then
3825  :
3826else
3827  echo "$as_me: program exited with status $ac_status" >&5
3828echo "$as_me: failed program was:" >&5
3829sed 's/^/| /' conftest.$ac_ext >&5
3830
3831( exit $ac_status )
3832ac_cv_header_stdc=no
3833fi
3834rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3835fi
3836fi
3837fi
3838echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3839echo "${ECHO_T}$ac_cv_header_stdc" >&6
3840if test $ac_cv_header_stdc = yes; then
3841
3842cat >>confdefs.h <<\_ACEOF
3843#define STDC_HEADERS 1
3844_ACEOF
3845
3846fi
3847
3848
3849##################################
3850## CHECKING  OPTIONAL ARGUMENTS ##
3851##################################
3852
3853#-----------------#
3854# DEBUG-statement #
3855#-----------------#
3856DEBUG=no
3857echo "$as_me:$LINENO: checking if DEBUG-mode should be enabled" >&5
3858echo $ECHO_N "checking if DEBUG-mode should be enabled... $ECHO_C" >&6
3859# Check whether --enable-debug or --disable-debug was given.
3860if test "${enable_debug+set}" = set; then
3861  enableval="$enable_debug"
3862  DEBUG=$enableval
3863fi;
3864
3865if test x$DEBUG = xno; then
3866        echo "no"
3867        echo " -> Setting debuglevel to 4. (orxonox is still in Development. It really is needed."
3868        DEBUG=4
3869elif test x$DEBUG = xyes; then
3870        echo "yes"
3871        echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!."
3872        DEBUG=4
3873else
3874        echo "yes: setting debuglevel to to $DEBUG"
3875fi
3876
3877cat >>confdefs.h <<_ACEOF
3878#define DEBUG $DEBUG
3879_ACEOF
3880
3881
3882
3883
3884#---------------#
3885# Modular Debug #
3886#---------------#
3887MODULAR_DEBUG=yes
3888echo "$as_me:$LINENO: checking if Modular-DEBUG-mode should be ebabled" >&5
3889echo $ECHO_N "checking if Modular-DEBUG-mode should be ebabled... $ECHO_C" >&6
3890# Check whether --enable-modular-debug or --disable-modular-debug was given.
3891if test "${enable_modular_debug+set}" = set; then
3892  enableval="$enable_modular_debug"
3893  MODULAR_DEBUG=$enableval
3894fi;
3895
3896if test x$MODULAR_DEBUG = xno; then
3897        echo "no"
3898elif test x$MODULAR_DEBUG = xyes; then
3899        echo "yes"
3900
3901cat >>confdefs.h <<_ACEOF
3902#define MODULAR_DEBUG 1
3903_ACEOF
3904
3905fi
3906
3907#--------------#
3908# GTK-disabled #
3909#--------------#
3910echo "$as_me:$LINENO: checking if gtk should be enabled" >&5
3911echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6
3912
3913# Check whether --with-gtk or --without-gtk was given.
3914if test "${with_gtk+set}" = set; then
3915  withval="$with_gtk"
3916  def_gtk=no
3917else
3918  def_gtk=yes
3919fi;
3920if test x$def_gtk = xyes; then
3921  echo "yes"
3922fi
3923if test x$def_gtk = xno; then
3924  echo "no"
3925fi
3926
3927#------------------#
3928# gThread-disabled #
3929#------------------#
3930echo "$as_me:$LINENO: checking if gThread should be enabled" >&5
3931echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&6
3932
3933# Check whether --with-gthread or --without-gthread was given.
3934if test "${with_gthread+set}" = set; then
3935  withval="$with_gthread"
3936  def_gthread=no
3937else
3938  def_gthread=yes
3939fi;
3940if test x$def_gthread = xyes; then
3941  echo "yes"
3942fi
3943if test x$def_gthread = xno; then
3944  echo "no"
3945fi
3946
3947#------------------#
3948# pthread-disabled #
3949#------------------#
3950echo "$as_me:$LINENO: checking if pthread should be enabled" >&5
3951echo $ECHO_N "checking if pthread should be enabled... $ECHO_C" >&6
3952
3953# Check whether --with-pthread or --without-pthread was given.
3954if test "${with_pthread+set}" = set; then
3955  withval="$with_pthread"
3956  def_pthread=no
3957else
3958  def_pthread=yes
3959fi;
3960if test x$def_pthread = xyes; then
3961  echo "yes"
3962fi
3963if test x$def_pthread = xno; then
3964  echo "no"
3965fi
3966
3967#------------------#
3968# libCurl-disabled #
3969#------------------#
3970echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5
3971echo $ECHO_N "checking if libcURL should be enabled... $ECHO_C" >&6
3972
3973# Check whether --with-curl or --without-curl was given.
3974if test "${with_curl+set}" = set; then
3975  withval="$with_curl"
3976  def_curl=no
3977else
3978  def_curl=yes
3979fi;
3980if test x$def_curl = xyes; then
3981  echo "yes"
3982fi
3983if test x$def_curl = xno; then
3984  echo "no"
3985fi
3986
3987#-------------------#
3988# SubProject-enable #
3989#-------------------#
3990def_sub_projects=no
3991echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5
3992echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6
3993# Check whether --enable-sub-projects or --disable-sub-projects was given.
3994if test "${enable_sub_projects+set}" = set; then
3995  enableval="$enable_sub_projects"
3996  def_sub_projects=yes
3997fi;
3998if test x$def_sub_projects = xyes; then
3999  echo "yes"
4000fi
4001if test x$def_sub_projects = xno; then
4002  echo "no"
4003fi
4004
4005
4006if test x$def_sub_projects = xyes; then
4007  SUB_PROJECTS_TRUE=
4008  SUB_PROJECTS_FALSE='#'
4009else
4010  SUB_PROJECTS_TRUE='#'
4011  SUB_PROJECTS_FALSE=
4012fi
4013
4014
4015#-------------------#
4016# Profiling Enabled #
4017#-------------------#
4018def_profiling=no
4019echo "$as_me:$LINENO: checking if Profiling should be enabled" >&5
4020echo $ECHO_N "checking if Profiling should be enabled... $ECHO_C" >&6
4021# Check whether --enable-profile or --disable-profile was given.
4022if test "${enable_profile+set}" = set; then
4023  enableval="$enable_profile"
4024  def_profiling=yes
4025fi;
4026if test x$def_profiling = xyes; then
4027  echo "yes"
4028  CXXFLAGS="$CXXFLAGS -pg"
4029fi
4030if test x$def_profiling = xno; then
4031  echo "no"
4032fi
4033
4034#----------------#
4035# efence Enabled #
4036#----------------#
4037def_efence=no
4038echo "$as_me:$LINENO: checking if efence should be enabled" >&5
4039echo $ECHO_N "checking if efence should be enabled... $ECHO_C" >&6
4040# Check whether --enable-efence or --disable-efence was given.
4041if test "${enable_efence+set}" = set; then
4042  enableval="$enable_efence"
4043  def_efence=yes
4044fi;
4045if test x$def_efence = xyes; then
4046  echo "yes"
4047fi
4048if test x$def_efence = xno; then
4049  echo "no"
4050fi
4051
4052#----------------------#
4053# Documentation-enable #
4054#----------------------#
4055def_documentation=no
4056echo "$as_me:$LINENO: checking if the Documentation should be build by default" >&5
4057echo $ECHO_N "checking if the Documentation should be build by default... $ECHO_C" >&6
4058# Check whether --enable-documentation or --disable-documentation was given.
4059if test "${enable_documentation+set}" = set; then
4060  enableval="$enable_documentation"
4061  def_documentation=yes
4062fi;
4063if test x$def_documentation = xyes; then
4064  echo "yes"
4065fi
4066if test x$def_documentation = xno; then
4067  echo "no"
4068fi
4069
4070
4071if test x$def_documentation = xyes; then
4072  DOCUMENTATION_TRUE=
4073  DOCUMENTATION_FALSE='#'
4074else
4075  DOCUMENTATION_TRUE='#'
4076  DOCUMENTATION_FALSE=
4077fi
4078
4079#######################
4080## PROGRAMM CHECKING ##
4081## 3. party Programs ##
4082#######################
4083
4084#----------------------#
4085# checking for Doxygen #
4086#----------------------#
4087# Extract the first word of "doxygen", so it can be a program name with args.
4088set dummy doxygen; ac_word=$2
4089echo "$as_me:$LINENO: checking for $ac_word" >&5
4090echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4091if test "${ac_cv_path_DOXYGEN+set}" = set; then
4092  echo $ECHO_N "(cached) $ECHO_C" >&6
4093else
4094  case $DOXYGEN in
4095  [\\/]* | ?:[\\/]*)
4096  ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
4097  ;;
4098  *)
4099  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4100for as_dir in $PATH
4101do
4102  IFS=$as_save_IFS
4103  test -z "$as_dir" && as_dir=.
4104  for ac_exec_ext in '' $ac_executable_extensions; do
4105  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4106    ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
4107    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4108    break 2
4109  fi
4110done
4111done
4112
4113  ;;
4114esac
4115fi
4116DOXYGEN=$ac_cv_path_DOXYGEN
4117
4118if test -n "$DOXYGEN"; then
4119  echo "$as_me:$LINENO: result: $DOXYGEN" >&5
4120echo "${ECHO_T}$DOXYGEN" >&6
4121else
4122  echo "$as_me:$LINENO: result: no" >&5
4123echo "${ECHO_T}no" >&6
4124fi
4125
4126
4127
4128if test $DOXYGEN; then
4129  DOXYGEN_TRUE=
4130  DOXYGEN_FALSE='#'
4131else
4132  DOXYGEN_TRUE='#'
4133  DOXYGEN_FALSE=
4134fi
4135
4136
4137#--------------------#
4138# checking for gprof #
4139#--------------------#
4140# Extract the first word of "gprof", so it can be a program name with args.
4141set dummy gprof; ac_word=$2
4142echo "$as_me:$LINENO: checking for $ac_word" >&5
4143echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4144if test "${ac_cv_path_GPROF+set}" = set; then
4145  echo $ECHO_N "(cached) $ECHO_C" >&6
4146else
4147  case $GPROF in
4148  [\\/]* | ?:[\\/]*)
4149  ac_cv_path_GPROF="$GPROF" # Let the user override the test with a path.
4150  ;;
4151  *)
4152  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4153for as_dir in $PATH
4154do
4155  IFS=$as_save_IFS
4156  test -z "$as_dir" && as_dir=.
4157  for ac_exec_ext in '' $ac_executable_extensions; do
4158  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4159    ac_cv_path_GPROF="$as_dir/$ac_word$ac_exec_ext"
4160    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4161    break 2
4162  fi
4163done
4164done
4165
4166  ;;
4167esac
4168fi
4169GPROF=$ac_cv_path_GPROF
4170
4171if test -n "$GPROF"; then
4172  echo "$as_me:$LINENO: result: $GPROF" >&5
4173echo "${ECHO_T}$GPROF" >&6
4174else
4175  echo "$as_me:$LINENO: result: no" >&5
4176echo "${ECHO_T}no" >&6
4177fi
4178
4179
4180#########################
4181## CHECKING FOR SYSTEM ##
4182#########################
4183## here the system is checked, and openGL is included
4184## also checking for SDL on differen Systems
4185
4186echo "$as_me:$LINENO: checking for System" >&5
4187echo $ECHO_N "checking for System... $ECHO_C" >&6
4188## checking for openGL-environment and other sys-specific parameters
4189case "$target" in
4190#---------#
4191# WINDOWS #
4192#---------#
4193  *-*-mingw32*)
4194echo "mingw-WINDOWS detected"
4195
4196CPPFLAGS="-I/usr/include/SDL -I/mingw/include/SDL"
4197
4198    mingw="yes"
4199    MSBITFIELDS="-mms-bitfields"
4200    MWINDOWS="-mwindows"
4201
4202# checking gl header
4203        #done before loop
4204
4205# checking gl header
4206   # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4217                  inttypes.h stdint.h unistd.h
4218do
4219as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4220echo "$as_me:$LINENO: checking for $ac_header" >&5
4221echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4222if eval "test \"\${$as_ac_Header+set}\" = set"; then
4223  echo $ECHO_N "(cached) $ECHO_C" >&6
4224else
4225  cat >conftest.$ac_ext <<_ACEOF
4226/* confdefs.h.  */
4227_ACEOF
4228cat confdefs.h >>conftest.$ac_ext
4229cat >>conftest.$ac_ext <<_ACEOF
4230/* end confdefs.h.  */
4231$ac_includes_default
4232
4233#include <$ac_header>
4234_ACEOF
4235rm -f conftest.$ac_objext
4236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4237  (eval $ac_compile) 2>conftest.er1
4238  ac_status=$?
4239  grep -v '^ *+' conftest.er1 >conftest.err
4240  rm -f conftest.er1
4241  cat conftest.err >&5
4242  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4243  (exit $ac_status); } &&
4244         { ac_try='test -z "$ac_c_werror_flag"
4245                         || test ! -s conftest.err'
4246  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4247  (eval $ac_try) 2>&5
4248  ac_status=$?
4249  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4250  (exit $ac_status); }; } &&
4251         { ac_try='test -s conftest.$ac_objext'
4252  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4253  (eval $ac_try) 2>&5
4254  ac_status=$?
4255  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4256  (exit $ac_status); }; }; then
4257  eval "$as_ac_Header=yes"
4258else
4259  echo "$as_me: failed program was:" >&5
4260sed 's/^/| /' conftest.$ac_ext >&5
4261
4262eval "$as_ac_Header=no"
4263fi
4264rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4265fi
4266echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4267echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4268if test `eval echo '${'$as_ac_Header'}'` = yes; then
4269  cat >>confdefs.h <<_ACEOF
4270#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4271_ACEOF
4272
4273fi
4274
4275done
4276
4277
4278
4279for ac_header in GL/gl.h
4280do
4281as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4282if eval "test \"\${$as_ac_Header+set}\" = set"; then
4283  echo "$as_me:$LINENO: checking for $ac_header" >&5
4284echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4285if eval "test \"\${$as_ac_Header+set}\" = set"; then
4286  echo $ECHO_N "(cached) $ECHO_C" >&6
4287fi
4288echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4289echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4290else
4291  # Is the header compilable?
4292echo "$as_me:$LINENO: checking $ac_header usability" >&5
4293echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4294cat >conftest.$ac_ext <<_ACEOF
4295/* confdefs.h.  */
4296_ACEOF
4297cat confdefs.h >>conftest.$ac_ext
4298cat >>conftest.$ac_ext <<_ACEOF
4299/* end confdefs.h.  */
4300$ac_includes_default
4301#include <$ac_header>
4302_ACEOF
4303rm -f conftest.$ac_objext
4304if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4305  (eval $ac_compile) 2>conftest.er1
4306  ac_status=$?
4307  grep -v '^ *+' conftest.er1 >conftest.err
4308  rm -f conftest.er1
4309  cat conftest.err >&5
4310  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4311  (exit $ac_status); } &&
4312         { ac_try='test -z "$ac_c_werror_flag"
4313                         || test ! -s conftest.err'
4314  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4315  (eval $ac_try) 2>&5
4316  ac_status=$?
4317  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4318  (exit $ac_status); }; } &&
4319         { ac_try='test -s conftest.$ac_objext'
4320  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4321  (eval $ac_try) 2>&5
4322  ac_status=$?
4323  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4324  (exit $ac_status); }; }; then
4325  ac_header_compiler=yes
4326else
4327  echo "$as_me: failed program was:" >&5
4328sed 's/^/| /' conftest.$ac_ext >&5
4329
4330ac_header_compiler=no
4331fi
4332rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4333echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4334echo "${ECHO_T}$ac_header_compiler" >&6
4335
4336# Is the header present?
4337echo "$as_me:$LINENO: checking $ac_header presence" >&5
4338echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4339cat >conftest.$ac_ext <<_ACEOF
4340/* confdefs.h.  */
4341_ACEOF
4342cat confdefs.h >>conftest.$ac_ext
4343cat >>conftest.$ac_ext <<_ACEOF
4344/* end confdefs.h.  */
4345#include <$ac_header>
4346_ACEOF
4347if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4348  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4349  ac_status=$?
4350  grep -v '^ *+' conftest.er1 >conftest.err
4351  rm -f conftest.er1
4352  cat conftest.err >&5
4353  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4354  (exit $ac_status); } >/dev/null; then
4355  if test -s conftest.err; then
4356    ac_cpp_err=$ac_c_preproc_warn_flag
4357    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4358  else
4359    ac_cpp_err=
4360  fi
4361else
4362  ac_cpp_err=yes
4363fi
4364if test -z "$ac_cpp_err"; then
4365  ac_header_preproc=yes
4366else
4367  echo "$as_me: failed program was:" >&5
4368sed 's/^/| /' conftest.$ac_ext >&5
4369
4370  ac_header_preproc=no
4371fi
4372rm -f conftest.err conftest.$ac_ext
4373echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4374echo "${ECHO_T}$ac_header_preproc" >&6
4375
4376# So?  What about this header?
4377case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4378  yes:no: )
4379    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4380echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4381    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4382echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4383    ac_header_preproc=yes
4384    ;;
4385  no:yes:* )
4386    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4387echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4388    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4389echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4390    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4391echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4392    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4393echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4394    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4395echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4396    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4397echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4398    (
4399      cat <<\_ASBOX
4400## ---------------------------------------------- ##
4401## Report this to orxonox-dev at mail.datacore.ch ##
4402## ---------------------------------------------- ##
4403_ASBOX
4404    ) |
4405      sed "s/^/$as_me: WARNING:     /" >&2
4406    ;;
4407esac
4408echo "$as_me:$LINENO: checking for $ac_header" >&5
4409echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4410if eval "test \"\${$as_ac_Header+set}\" = set"; then
4411  echo $ECHO_N "(cached) $ECHO_C" >&6
4412else
4413  eval "$as_ac_Header=\$ac_header_preproc"
4414fi
4415echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4416echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4417
4418fi
4419if test `eval echo '${'$as_ac_Header'}'` = yes; then
4420  cat >>confdefs.h <<_ACEOF
4421#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4422_ACEOF
4423
4424else
4425  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
4426echo "$as_me: error: cannot find opengl headers" >&2;}
4427   { (exit 1); exit 1; }; }
4428fi
4429
4430done
4431
4432#   checking for Windows openGl library
4433    echo "$as_me:$LINENO: checking for main in -lopengl32" >&5
4434echo $ECHO_N "checking for main in -lopengl32... $ECHO_C" >&6
4435if test "${ac_cv_lib_opengl32_main+set}" = set; then
4436  echo $ECHO_N "(cached) $ECHO_C" >&6
4437else
4438  ac_check_lib_save_LIBS=$LIBS
4439LIBS="-lopengl32  $LIBS"
4440cat >conftest.$ac_ext <<_ACEOF
4441/* confdefs.h.  */
4442_ACEOF
4443cat confdefs.h >>conftest.$ac_ext
4444cat >>conftest.$ac_ext <<_ACEOF
4445/* end confdefs.h.  */
4446
4447
4448int
4449main ()
4450{
4451main ();
4452  ;
4453  return 0;
4454}
4455_ACEOF
4456rm -f conftest.$ac_objext conftest$ac_exeext
4457if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4458  (eval $ac_link) 2>conftest.er1
4459  ac_status=$?
4460  grep -v '^ *+' conftest.er1 >conftest.err
4461  rm -f conftest.er1
4462  cat conftest.err >&5
4463  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4464  (exit $ac_status); } &&
4465         { ac_try='test -z "$ac_c_werror_flag"
4466                         || test ! -s conftest.err'
4467  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4468  (eval $ac_try) 2>&5
4469  ac_status=$?
4470  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4471  (exit $ac_status); }; } &&
4472         { ac_try='test -s conftest$ac_exeext'
4473  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4474  (eval $ac_try) 2>&5
4475  ac_status=$?
4476  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477  (exit $ac_status); }; }; then
4478  ac_cv_lib_opengl32_main=yes
4479else
4480  echo "$as_me: failed program was:" >&5
4481sed 's/^/| /' conftest.$ac_ext >&5
4482
4483ac_cv_lib_opengl32_main=no
4484fi
4485rm -f conftest.err conftest.$ac_objext \
4486      conftest$ac_exeext conftest.$ac_ext
4487LIBS=$ac_check_lib_save_LIBS
4488fi
4489echo "$as_me:$LINENO: result: $ac_cv_lib_opengl32_main" >&5
4490echo "${ECHO_T}$ac_cv_lib_opengl32_main" >&6
4491if test $ac_cv_lib_opengl32_main = yes; then
4492  FOUND_opengl32=yes
4493else
4494  "gl/gl.h"
4495fi
4496
4497    if test x$FOUND_opengl32 = xyes ; then
4498        LIBS="$LIBS -lopengl32"
4499    else
4500         echo "------------------"
4501         echo "opengl not found."
4502         echo "please install the opengl package which can be found at http://www.opengl.org"
4503         echo "------------------"
4504         exit -1
4505    fi
4506
4507# cheking for GLU-header
4508
4509for ac_header in GL/glu.h
4510do
4511as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4512if eval "test \"\${$as_ac_Header+set}\" = set"; then
4513  echo "$as_me:$LINENO: checking for $ac_header" >&5
4514echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4515if eval "test \"\${$as_ac_Header+set}\" = set"; then
4516  echo $ECHO_N "(cached) $ECHO_C" >&6
4517fi
4518echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4519echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4520else
4521  # Is the header compilable?
4522echo "$as_me:$LINENO: checking $ac_header usability" >&5
4523echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4524cat >conftest.$ac_ext <<_ACEOF
4525/* confdefs.h.  */
4526_ACEOF
4527cat confdefs.h >>conftest.$ac_ext
4528cat >>conftest.$ac_ext <<_ACEOF
4529/* end confdefs.h.  */
4530$ac_includes_default
4531#include <$ac_header>
4532_ACEOF
4533rm -f conftest.$ac_objext
4534if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4535  (eval $ac_compile) 2>conftest.er1
4536  ac_status=$?
4537  grep -v '^ *+' conftest.er1 >conftest.err
4538  rm -f conftest.er1
4539  cat conftest.err >&5
4540  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4541  (exit $ac_status); } &&
4542         { ac_try='test -z "$ac_c_werror_flag"
4543                         || test ! -s conftest.err'
4544  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4545  (eval $ac_try) 2>&5
4546  ac_status=$?
4547  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4548  (exit $ac_status); }; } &&
4549         { ac_try='test -s conftest.$ac_objext'
4550  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4551  (eval $ac_try) 2>&5
4552  ac_status=$?
4553  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4554  (exit $ac_status); }; }; then
4555  ac_header_compiler=yes
4556else
4557  echo "$as_me: failed program was:" >&5
4558sed 's/^/| /' conftest.$ac_ext >&5
4559
4560ac_header_compiler=no
4561fi
4562rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4563echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4564echo "${ECHO_T}$ac_header_compiler" >&6
4565
4566# Is the header present?
4567echo "$as_me:$LINENO: checking $ac_header presence" >&5
4568echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4569cat >conftest.$ac_ext <<_ACEOF
4570/* confdefs.h.  */
4571_ACEOF
4572cat confdefs.h >>conftest.$ac_ext
4573cat >>conftest.$ac_ext <<_ACEOF
4574/* end confdefs.h.  */
4575#include <$ac_header>
4576_ACEOF
4577if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4578  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4579  ac_status=$?
4580  grep -v '^ *+' conftest.er1 >conftest.err
4581  rm -f conftest.er1
4582  cat conftest.err >&5
4583  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4584  (exit $ac_status); } >/dev/null; then
4585  if test -s conftest.err; then
4586    ac_cpp_err=$ac_c_preproc_warn_flag
4587    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4588  else
4589    ac_cpp_err=
4590  fi
4591else
4592  ac_cpp_err=yes
4593fi
4594if test -z "$ac_cpp_err"; then
4595  ac_header_preproc=yes
4596else
4597  echo "$as_me: failed program was:" >&5
4598sed 's/^/| /' conftest.$ac_ext >&5
4599
4600  ac_header_preproc=no
4601fi
4602rm -f conftest.err conftest.$ac_ext
4603echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4604echo "${ECHO_T}$ac_header_preproc" >&6
4605
4606# So?  What about this header?
4607case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4608  yes:no: )
4609    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4610echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4611    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4612echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4613    ac_header_preproc=yes
4614    ;;
4615  no:yes:* )
4616    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4617echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4618    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4619echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4620    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4621echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4622    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4623echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4624    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4625echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4626    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4627echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4628    (
4629      cat <<\_ASBOX
4630## ---------------------------------------------- ##
4631## Report this to orxonox-dev at mail.datacore.ch ##
4632## ---------------------------------------------- ##
4633_ASBOX
4634    ) |
4635      sed "s/^/$as_me: WARNING:     /" >&2
4636    ;;
4637esac
4638echo "$as_me:$LINENO: checking for $ac_header" >&5
4639echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4640if eval "test \"\${$as_ac_Header+set}\" = set"; then
4641  echo $ECHO_N "(cached) $ECHO_C" >&6
4642else
4643  eval "$as_ac_Header=\$ac_header_preproc"
4644fi
4645echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4646echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4647
4648fi
4649if test `eval echo '${'$as_ac_Header'}'` = yes; then
4650  cat >>confdefs.h <<_ACEOF
4651#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4652_ACEOF
4653
4654else
4655  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
4656echo "$as_me: error: cannot find opengl headers" >&2;}
4657   { (exit 1); exit 1; }; }
4658fi
4659
4660done
4661
4662
4663# checking for libGLU
4664    echo "$as_me:$LINENO: checking for main in -lglu32" >&5
4665echo $ECHO_N "checking for main in -lglu32... $ECHO_C" >&6
4666if test "${ac_cv_lib_glu32_main+set}" = set; then
4667  echo $ECHO_N "(cached) $ECHO_C" >&6
4668else
4669  ac_check_lib_save_LIBS=$LIBS
4670LIBS="-lglu32  $LIBS"
4671cat >conftest.$ac_ext <<_ACEOF
4672/* confdefs.h.  */
4673_ACEOF
4674cat confdefs.h >>conftest.$ac_ext
4675cat >>conftest.$ac_ext <<_ACEOF
4676/* end confdefs.h.  */
4677
4678
4679int
4680main ()
4681{
4682main ();
4683  ;
4684  return 0;
4685}
4686_ACEOF
4687rm -f conftest.$ac_objext conftest$ac_exeext
4688if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4689  (eval $ac_link) 2>conftest.er1
4690  ac_status=$?
4691  grep -v '^ *+' conftest.er1 >conftest.err
4692  rm -f conftest.er1
4693  cat conftest.err >&5
4694  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695  (exit $ac_status); } &&
4696         { ac_try='test -z "$ac_c_werror_flag"
4697                         || test ! -s conftest.err'
4698  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4699  (eval $ac_try) 2>&5
4700  ac_status=$?
4701  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4702  (exit $ac_status); }; } &&
4703         { ac_try='test -s conftest$ac_exeext'
4704  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4705  (eval $ac_try) 2>&5
4706  ac_status=$?
4707  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4708  (exit $ac_status); }; }; then
4709  ac_cv_lib_glu32_main=yes
4710else
4711  echo "$as_me: failed program was:" >&5
4712sed 's/^/| /' conftest.$ac_ext >&5
4713
4714ac_cv_lib_glu32_main=no
4715fi
4716rm -f conftest.err conftest.$ac_objext \
4717      conftest$ac_exeext conftest.$ac_ext
4718LIBS=$ac_check_lib_save_LIBS
4719fi
4720echo "$as_me:$LINENO: result: $ac_cv_lib_glu32_main" >&5
4721echo "${ECHO_T}$ac_cv_lib_glu32_main" >&6
4722if test $ac_cv_lib_glu32_main = yes; then
4723  FOUND_glu32=yes
4724fi
4725
4726    if test x$FOUND_glu32 = xyes ; then
4727        LIBS="$LIBS -lGLU32"
4728    else
4729         echo "------------------"
4730         echo "GLU library not found."
4731         echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
4732         echo "------------------"
4733         exit -1
4734    fi
4735
4736# checking for mingw32
4737    echo "$as_me:$LINENO: checking for main in -lmingw32" >&5
4738echo $ECHO_N "checking for main in -lmingw32... $ECHO_C" >&6
4739if test "${ac_cv_lib_mingw32_main+set}" = set; then
4740  echo $ECHO_N "(cached) $ECHO_C" >&6
4741else
4742  ac_check_lib_save_LIBS=$LIBS
4743LIBS="-lmingw32  $LIBS"
4744cat >conftest.$ac_ext <<_ACEOF
4745/* confdefs.h.  */
4746_ACEOF
4747cat confdefs.h >>conftest.$ac_ext
4748cat >>conftest.$ac_ext <<_ACEOF
4749/* end confdefs.h.  */
4750
4751
4752int
4753main ()
4754{
4755main ();
4756  ;
4757  return 0;
4758}
4759_ACEOF
4760rm -f conftest.$ac_objext conftest$ac_exeext
4761if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4762  (eval $ac_link) 2>conftest.er1
4763  ac_status=$?
4764  grep -v '^ *+' conftest.er1 >conftest.err
4765  rm -f conftest.er1
4766  cat conftest.err >&5
4767  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4768  (exit $ac_status); } &&
4769         { ac_try='test -z "$ac_c_werror_flag"
4770                         || test ! -s conftest.err'
4771  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4772  (eval $ac_try) 2>&5
4773  ac_status=$?
4774  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775  (exit $ac_status); }; } &&
4776         { ac_try='test -s conftest$ac_exeext'
4777  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4778  (eval $ac_try) 2>&5
4779  ac_status=$?
4780  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4781  (exit $ac_status); }; }; then
4782  ac_cv_lib_mingw32_main=yes
4783else
4784  echo "$as_me: failed program was:" >&5
4785sed 's/^/| /' conftest.$ac_ext >&5
4786
4787ac_cv_lib_mingw32_main=no
4788fi
4789rm -f conftest.err conftest.$ac_objext \
4790      conftest$ac_exeext conftest.$ac_ext
4791LIBS=$ac_check_lib_save_LIBS
4792fi
4793echo "$as_me:$LINENO: result: $ac_cv_lib_mingw32_main" >&5
4794echo "${ECHO_T}$ac_cv_lib_mingw32_main" >&6
4795if test $ac_cv_lib_mingw32_main = yes; then
4796  FOUND_mingw32=yes
4797fi
4798
4799    if test x$FOUND_mingw32 = xyes; then
4800        LIBS="$LIBS -lmingw32"
4801    fi
4802# checking for SDL-headers
4803
4804for ac_header in SDL.h
4805do
4806as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4807if eval "test \"\${$as_ac_Header+set}\" = set"; then
4808  echo "$as_me:$LINENO: checking for $ac_header" >&5
4809echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4810if eval "test \"\${$as_ac_Header+set}\" = set"; then
4811  echo $ECHO_N "(cached) $ECHO_C" >&6
4812fi
4813echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4814echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4815else
4816  # Is the header compilable?
4817echo "$as_me:$LINENO: checking $ac_header usability" >&5
4818echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4819cat >conftest.$ac_ext <<_ACEOF
4820/* confdefs.h.  */
4821_ACEOF
4822cat confdefs.h >>conftest.$ac_ext
4823cat >>conftest.$ac_ext <<_ACEOF
4824/* end confdefs.h.  */
4825$ac_includes_default
4826#include <$ac_header>
4827_ACEOF
4828rm -f conftest.$ac_objext
4829if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4830  (eval $ac_compile) 2>conftest.er1
4831  ac_status=$?
4832  grep -v '^ *+' conftest.er1 >conftest.err
4833  rm -f conftest.er1
4834  cat conftest.err >&5
4835  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4836  (exit $ac_status); } &&
4837         { ac_try='test -z "$ac_c_werror_flag"
4838                         || test ! -s conftest.err'
4839  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4840  (eval $ac_try) 2>&5
4841  ac_status=$?
4842  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4843  (exit $ac_status); }; } &&
4844         { ac_try='test -s conftest.$ac_objext'
4845  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4846  (eval $ac_try) 2>&5
4847  ac_status=$?
4848  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4849  (exit $ac_status); }; }; then
4850  ac_header_compiler=yes
4851else
4852  echo "$as_me: failed program was:" >&5
4853sed 's/^/| /' conftest.$ac_ext >&5
4854
4855ac_header_compiler=no
4856fi
4857rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4858echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4859echo "${ECHO_T}$ac_header_compiler" >&6
4860
4861# Is the header present?
4862echo "$as_me:$LINENO: checking $ac_header presence" >&5
4863echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4864cat >conftest.$ac_ext <<_ACEOF
4865/* confdefs.h.  */
4866_ACEOF
4867cat confdefs.h >>conftest.$ac_ext
4868cat >>conftest.$ac_ext <<_ACEOF
4869/* end confdefs.h.  */
4870#include <$ac_header>
4871_ACEOF
4872if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4873  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4874  ac_status=$?
4875  grep -v '^ *+' conftest.er1 >conftest.err
4876  rm -f conftest.er1
4877  cat conftest.err >&5
4878  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4879  (exit $ac_status); } >/dev/null; then
4880  if test -s conftest.err; then
4881    ac_cpp_err=$ac_c_preproc_warn_flag
4882    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4883  else
4884    ac_cpp_err=
4885  fi
4886else
4887  ac_cpp_err=yes
4888fi
4889if test -z "$ac_cpp_err"; then
4890  ac_header_preproc=yes
4891else
4892  echo "$as_me: failed program was:" >&5
4893sed 's/^/| /' conftest.$ac_ext >&5
4894
4895  ac_header_preproc=no
4896fi
4897rm -f conftest.err conftest.$ac_ext
4898echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4899echo "${ECHO_T}$ac_header_preproc" >&6
4900
4901# So?  What about this header?
4902case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4903  yes:no: )
4904    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4905echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4906    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4907echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4908    ac_header_preproc=yes
4909    ;;
4910  no:yes:* )
4911    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4912echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4913    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4914echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4915    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4916echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4917    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4918echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4919    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4920echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4921    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4922echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4923    (
4924      cat <<\_ASBOX
4925## ---------------------------------------------- ##
4926## Report this to orxonox-dev at mail.datacore.ch ##
4927## ---------------------------------------------- ##
4928_ASBOX
4929    ) |
4930      sed "s/^/$as_me: WARNING:     /" >&2
4931    ;;
4932esac
4933echo "$as_me:$LINENO: checking for $ac_header" >&5
4934echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4935if eval "test \"\${$as_ac_Header+set}\" = set"; then
4936  echo $ECHO_N "(cached) $ECHO_C" >&6
4937else
4938  eval "$as_ac_Header=\$ac_header_preproc"
4939fi
4940echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4941echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4942
4943fi
4944if test `eval echo '${'$as_ac_Header'}'` = yes; then
4945  cat >>confdefs.h <<_ACEOF
4946#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4947_ACEOF
4948
4949else
4950  { { echo "$as_me:$LINENO: error: cannot find SDL headers" >&5
4951echo "$as_me: error: cannot find SDL headers" >&2;}
4952   { (exit 1); exit 1; }; }
4953fi
4954
4955done
4956
4957
4958#checking for libSDL
4959    echo "$as_me:$LINENO: checking for main in -lsdlmain" >&5
4960echo $ECHO_N "checking for main in -lsdlmain... $ECHO_C" >&6
4961if test "${ac_cv_lib_sdlmain_main+set}" = set; then
4962  echo $ECHO_N "(cached) $ECHO_C" >&6
4963else
4964  ac_check_lib_save_LIBS=$LIBS
4965LIBS="-lsdlmain  $LIBS"
4966cat >conftest.$ac_ext <<_ACEOF
4967/* confdefs.h.  */
4968_ACEOF
4969cat confdefs.h >>conftest.$ac_ext
4970cat >>conftest.$ac_ext <<_ACEOF
4971/* end confdefs.h.  */
4972
4973
4974int
4975main ()
4976{
4977main ();
4978  ;
4979  return 0;
4980}
4981_ACEOF
4982rm -f conftest.$ac_objext conftest$ac_exeext
4983if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4984  (eval $ac_link) 2>conftest.er1
4985  ac_status=$?
4986  grep -v '^ *+' conftest.er1 >conftest.err
4987  rm -f conftest.er1
4988  cat conftest.err >&5
4989  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990  (exit $ac_status); } &&
4991         { ac_try='test -z "$ac_c_werror_flag"
4992                         || test ! -s conftest.err'
4993  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4994  (eval $ac_try) 2>&5
4995  ac_status=$?
4996  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4997  (exit $ac_status); }; } &&
4998         { ac_try='test -s conftest$ac_exeext'
4999  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5000  (eval $ac_try) 2>&5
5001  ac_status=$?
5002  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5003  (exit $ac_status); }; }; then
5004  ac_cv_lib_sdlmain_main=yes
5005else
5006  echo "$as_me: failed program was:" >&5
5007sed 's/^/| /' conftest.$ac_ext >&5
5008
5009ac_cv_lib_sdlmain_main=no
5010fi
5011rm -f conftest.err conftest.$ac_objext \
5012      conftest$ac_exeext conftest.$ac_ext
5013LIBS=$ac_check_lib_save_LIBS
5014fi
5015echo "$as_me:$LINENO: result: $ac_cv_lib_sdlmain_main" >&5
5016echo "${ECHO_T}$ac_cv_lib_sdlmain_main" >&6
5017if test $ac_cv_lib_sdlmain_main = yes; then
5018  FOUND_sdlmain=yes
5019fi
5020
5021    if test x$FOUND_sdlmain = xyes ; then
5022       LIBS="$LIBS -lsdlmain"
5023    else
5024        echo "------------------"
5025        echo "SDL library not found."
5026        echo "please install the SDL library, which can be found at http://www.libsdl.org"
5027        echo "------------------"
5028        exit 1
5029    fi
5030    echo "$as_me:$LINENO: checking for main in -lsdl" >&5
5031echo $ECHO_N "checking for main in -lsdl... $ECHO_C" >&6
5032if test "${ac_cv_lib_sdl_main+set}" = set; then
5033  echo $ECHO_N "(cached) $ECHO_C" >&6
5034else
5035  ac_check_lib_save_LIBS=$LIBS
5036LIBS="-lsdl  $LIBS"
5037cat >conftest.$ac_ext <<_ACEOF
5038/* confdefs.h.  */
5039_ACEOF
5040cat confdefs.h >>conftest.$ac_ext
5041cat >>conftest.$ac_ext <<_ACEOF
5042/* end confdefs.h.  */
5043
5044
5045int
5046main ()
5047{
5048main ();
5049  ;
5050  return 0;
5051}
5052_ACEOF
5053rm -f conftest.$ac_objext conftest$ac_exeext
5054if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5055  (eval $ac_link) 2>conftest.er1
5056  ac_status=$?
5057  grep -v '^ *+' conftest.er1 >conftest.err
5058  rm -f conftest.er1
5059  cat conftest.err >&5
5060  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5061  (exit $ac_status); } &&
5062         { ac_try='test -z "$ac_c_werror_flag"
5063                         || test ! -s conftest.err'
5064  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5065  (eval $ac_try) 2>&5
5066  ac_status=$?
5067  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5068  (exit $ac_status); }; } &&
5069         { ac_try='test -s conftest$ac_exeext'
5070  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5071  (eval $ac_try) 2>&5
5072  ac_status=$?
5073  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5074  (exit $ac_status); }; }; then
5075  ac_cv_lib_sdl_main=yes
5076else
5077  echo "$as_me: failed program was:" >&5
5078sed 's/^/| /' conftest.$ac_ext >&5
5079
5080ac_cv_lib_sdl_main=no
5081fi
5082rm -f conftest.err conftest.$ac_objext \
5083      conftest$ac_exeext conftest.$ac_ext
5084LIBS=$ac_check_lib_save_LIBS
5085fi
5086echo "$as_me:$LINENO: result: $ac_cv_lib_sdl_main" >&5
5087echo "${ECHO_T}$ac_cv_lib_sdl_main" >&6
5088if test $ac_cv_lib_sdl_main = yes; then
5089  FOUND_sdl=yes
5090fi
5091
5092    if test x$FOUND_sdl = xyes ; then
5093       LIBS="$LIBS -lsdl"
5094    else
5095        echo "------------------"
5096        echo "SDL library not found."
5097        echo "please install the SDL library, which can be found at http://www.libsdl.org"
5098        echo "------------------"
5099        exit -1
5100    fi
5101
5102    ;;
5103#-------#
5104# LINUX #
5105#-------#
5106 *-*-linux*)
5107echo "Linux detected"
5108
5109 Linux="yes"
5110
5111CPPFLAGS="-I/usr/X11R6/include -I/usr/include/SDL"
5112LDFLAGS="-L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"
5113# checking gl header
5114
5115for ac_header in GL/gl.h
5116do
5117as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5118if eval "test \"\${$as_ac_Header+set}\" = set"; then
5119  echo "$as_me:$LINENO: checking for $ac_header" >&5
5120echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5121if eval "test \"\${$as_ac_Header+set}\" = set"; then
5122  echo $ECHO_N "(cached) $ECHO_C" >&6
5123fi
5124echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5125echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5126else
5127  # Is the header compilable?
5128echo "$as_me:$LINENO: checking $ac_header usability" >&5
5129echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5130cat >conftest.$ac_ext <<_ACEOF
5131/* confdefs.h.  */
5132_ACEOF
5133cat confdefs.h >>conftest.$ac_ext
5134cat >>conftest.$ac_ext <<_ACEOF
5135/* end confdefs.h.  */
5136$ac_includes_default
5137#include <$ac_header>
5138_ACEOF
5139rm -f conftest.$ac_objext
5140if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5141  (eval $ac_compile) 2>conftest.er1
5142  ac_status=$?
5143  grep -v '^ *+' conftest.er1 >conftest.err
5144  rm -f conftest.er1
5145  cat conftest.err >&5
5146  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5147  (exit $ac_status); } &&
5148         { ac_try='test -z "$ac_c_werror_flag"
5149                         || test ! -s conftest.err'
5150  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5151  (eval $ac_try) 2>&5
5152  ac_status=$?
5153  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5154  (exit $ac_status); }; } &&
5155         { ac_try='test -s conftest.$ac_objext'
5156  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5157  (eval $ac_try) 2>&5
5158  ac_status=$?
5159  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5160  (exit $ac_status); }; }; then
5161  ac_header_compiler=yes
5162else
5163  echo "$as_me: failed program was:" >&5
5164sed 's/^/| /' conftest.$ac_ext >&5
5165
5166ac_header_compiler=no
5167fi
5168rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5169echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5170echo "${ECHO_T}$ac_header_compiler" >&6
5171
5172# Is the header present?
5173echo "$as_me:$LINENO: checking $ac_header presence" >&5
5174echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5175cat >conftest.$ac_ext <<_ACEOF
5176/* confdefs.h.  */
5177_ACEOF
5178cat confdefs.h >>conftest.$ac_ext
5179cat >>conftest.$ac_ext <<_ACEOF
5180/* end confdefs.h.  */
5181#include <$ac_header>
5182_ACEOF
5183if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5184  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5185  ac_status=$?
5186  grep -v '^ *+' conftest.er1 >conftest.err
5187  rm -f conftest.er1
5188  cat conftest.err >&5
5189  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5190  (exit $ac_status); } >/dev/null; then
5191  if test -s conftest.err; then
5192    ac_cpp_err=$ac_c_preproc_warn_flag
5193    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5194  else
5195    ac_cpp_err=
5196  fi
5197else
5198  ac_cpp_err=yes
5199fi
5200if test -z "$ac_cpp_err"; then
5201  ac_header_preproc=yes
5202else
5203  echo "$as_me: failed program was:" >&5
5204sed 's/^/| /' conftest.$ac_ext >&5
5205
5206  ac_header_preproc=no
5207fi
5208rm -f conftest.err conftest.$ac_ext
5209echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5210echo "${ECHO_T}$ac_header_preproc" >&6
5211
5212# So?  What about this header?
5213case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5214  yes:no: )
5215    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5216echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5217    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5218echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5219    ac_header_preproc=yes
5220    ;;
5221  no:yes:* )
5222    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5223echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5224    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5225echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5226    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5227echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5228    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5229echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5230    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5231echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5232    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5233echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5234    (
5235      cat <<\_ASBOX
5236## ---------------------------------------------- ##
5237## Report this to orxonox-dev at mail.datacore.ch ##
5238## ---------------------------------------------- ##
5239_ASBOX
5240    ) |
5241      sed "s/^/$as_me: WARNING:     /" >&2
5242    ;;
5243esac
5244echo "$as_me:$LINENO: checking for $ac_header" >&5
5245echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5246if eval "test \"\${$as_ac_Header+set}\" = set"; then
5247  echo $ECHO_N "(cached) $ECHO_C" >&6
5248else
5249  eval "$as_ac_Header=\$ac_header_preproc"
5250fi
5251echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5252echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5253
5254fi
5255if test `eval echo '${'$as_ac_Header'}'` = yes; then
5256  cat >>confdefs.h <<_ACEOF
5257#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5258_ACEOF
5259
5260else
5261  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
5262echo "$as_me: error: cannot find opengl headers" >&2;}
5263   { (exit 1); exit 1; }; }
5264fi
5265
5266done
5267
5268
5269#  checking for Unix GL
5270   echo "$as_me:$LINENO: checking for glLoadIdentity in -lGL" >&5
5271echo $ECHO_N "checking for glLoadIdentity in -lGL... $ECHO_C" >&6
5272if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then
5273  echo $ECHO_N "(cached) $ECHO_C" >&6
5274else
5275  ac_check_lib_save_LIBS=$LIBS
5276LIBS="-lGL  $LIBS"
5277cat >conftest.$ac_ext <<_ACEOF
5278/* confdefs.h.  */
5279_ACEOF
5280cat confdefs.h >>conftest.$ac_ext
5281cat >>conftest.$ac_ext <<_ACEOF
5282/* end confdefs.h.  */
5283
5284/* Override any gcc2 internal prototype to avoid an error.  */
5285#ifdef __cplusplus
5286extern "C"
5287#endif
5288/* We use char because int might match the return type of a gcc2
5289   builtin and then its argument prototype would still apply.  */
5290char glLoadIdentity ();
5291int
5292main ()
5293{
5294glLoadIdentity ();
5295  ;
5296  return 0;
5297}
5298_ACEOF
5299rm -f conftest.$ac_objext conftest$ac_exeext
5300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5301  (eval $ac_link) 2>conftest.er1
5302  ac_status=$?
5303  grep -v '^ *+' conftest.er1 >conftest.err
5304  rm -f conftest.er1
5305  cat conftest.err >&5
5306  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5307  (exit $ac_status); } &&
5308         { ac_try='test -z "$ac_c_werror_flag"
5309                         || test ! -s conftest.err'
5310  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5311  (eval $ac_try) 2>&5
5312  ac_status=$?
5313  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5314  (exit $ac_status); }; } &&
5315         { ac_try='test -s conftest$ac_exeext'
5316  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5317  (eval $ac_try) 2>&5
5318  ac_status=$?
5319  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5320  (exit $ac_status); }; }; then
5321  ac_cv_lib_GL_glLoadIdentity=yes
5322else
5323  echo "$as_me: failed program was:" >&5
5324sed 's/^/| /' conftest.$ac_ext >&5
5325
5326ac_cv_lib_GL_glLoadIdentity=no
5327fi
5328rm -f conftest.err conftest.$ac_objext \
5329      conftest$ac_exeext conftest.$ac_ext
5330LIBS=$ac_check_lib_save_LIBS
5331fi
5332echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glLoadIdentity" >&5
5333echo "${ECHO_T}$ac_cv_lib_GL_glLoadIdentity" >&6
5334if test $ac_cv_lib_GL_glLoadIdentity = yes; then
5335  FOUND_GL=yes
5336fi
5337
5338   if test x$FOUND_GL = xyes ; then
5339     LIBS="$LIBS -lGL"
5340   else
5341         echo "------------------"
5342         echo "opengl not found."
5343         echo "please install the opengl package which can be found at http://www.opengl.org"
5344         echo "------------------"
5345         exit -1
5346   fi
5347
5348# cheking for GLU-header
5349
5350for ac_header in GL/glu.h
5351do
5352as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5353if eval "test \"\${$as_ac_Header+set}\" = set"; then
5354  echo "$as_me:$LINENO: checking for $ac_header" >&5
5355echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5356if eval "test \"\${$as_ac_Header+set}\" = set"; then
5357  echo $ECHO_N "(cached) $ECHO_C" >&6
5358fi
5359echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5360echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5361else
5362  # Is the header compilable?
5363echo "$as_me:$LINENO: checking $ac_header usability" >&5
5364echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5365cat >conftest.$ac_ext <<_ACEOF
5366/* confdefs.h.  */
5367_ACEOF
5368cat confdefs.h >>conftest.$ac_ext
5369cat >>conftest.$ac_ext <<_ACEOF
5370/* end confdefs.h.  */
5371$ac_includes_default
5372#include <$ac_header>
5373_ACEOF
5374rm -f conftest.$ac_objext
5375if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5376  (eval $ac_compile) 2>conftest.er1
5377  ac_status=$?
5378  grep -v '^ *+' conftest.er1 >conftest.err
5379  rm -f conftest.er1
5380  cat conftest.err >&5
5381  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5382  (exit $ac_status); } &&
5383         { ac_try='test -z "$ac_c_werror_flag"
5384                         || test ! -s conftest.err'
5385  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5386  (eval $ac_try) 2>&5
5387  ac_status=$?
5388  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5389  (exit $ac_status); }; } &&
5390         { ac_try='test -s conftest.$ac_objext'
5391  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5392  (eval $ac_try) 2>&5
5393  ac_status=$?
5394  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5395  (exit $ac_status); }; }; then
5396  ac_header_compiler=yes
5397else
5398  echo "$as_me: failed program was:" >&5
5399sed 's/^/| /' conftest.$ac_ext >&5
5400
5401ac_header_compiler=no
5402fi
5403rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5404echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5405echo "${ECHO_T}$ac_header_compiler" >&6
5406
5407# Is the header present?
5408echo "$as_me:$LINENO: checking $ac_header presence" >&5
5409echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5410cat >conftest.$ac_ext <<_ACEOF
5411/* confdefs.h.  */
5412_ACEOF
5413cat confdefs.h >>conftest.$ac_ext
5414cat >>conftest.$ac_ext <<_ACEOF
5415/* end confdefs.h.  */
5416#include <$ac_header>
5417_ACEOF
5418if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5419  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5420  ac_status=$?
5421  grep -v '^ *+' conftest.er1 >conftest.err
5422  rm -f conftest.er1
5423  cat conftest.err >&5
5424  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5425  (exit $ac_status); } >/dev/null; then
5426  if test -s conftest.err; then
5427    ac_cpp_err=$ac_c_preproc_warn_flag
5428    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5429  else
5430    ac_cpp_err=
5431  fi
5432else
5433  ac_cpp_err=yes
5434fi
5435if test -z "$ac_cpp_err"; then
5436  ac_header_preproc=yes
5437else
5438  echo "$as_me: failed program was:" >&5
5439sed 's/^/| /' conftest.$ac_ext >&5
5440
5441  ac_header_preproc=no
5442fi
5443rm -f conftest.err conftest.$ac_ext
5444echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5445echo "${ECHO_T}$ac_header_preproc" >&6
5446
5447# So?  What about this header?
5448case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5449  yes:no: )
5450    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5451echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5452    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5453echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5454    ac_header_preproc=yes
5455    ;;
5456  no:yes:* )
5457    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5458echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5459    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5460echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5461    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5462echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5463    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5464echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5465    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5466echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5467    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5468echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5469    (
5470      cat <<\_ASBOX
5471## ---------------------------------------------- ##
5472## Report this to orxonox-dev at mail.datacore.ch ##
5473## ---------------------------------------------- ##
5474_ASBOX
5475    ) |
5476      sed "s/^/$as_me: WARNING:     /" >&2
5477    ;;
5478esac
5479echo "$as_me:$LINENO: checking for $ac_header" >&5
5480echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5481if eval "test \"\${$as_ac_Header+set}\" = set"; then
5482  echo $ECHO_N "(cached) $ECHO_C" >&6
5483else
5484  eval "$as_ac_Header=\$ac_header_preproc"
5485fi
5486echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5487echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5488
5489fi
5490if test `eval echo '${'$as_ac_Header'}'` = yes; then
5491  cat >>confdefs.h <<_ACEOF
5492#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5493_ACEOF
5494
5495else
5496  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
5497echo "$as_me: error: cannot find opengl headers" >&2;}
5498   { (exit 1); exit 1; }; }
5499fi
5500
5501done
5502
5503
5504    echo "$as_me:$LINENO: checking for gluProject in -lGLU" >&5
5505echo $ECHO_N "checking for gluProject in -lGLU... $ECHO_C" >&6
5506if test "${ac_cv_lib_GLU_gluProject+set}" = set; then
5507  echo $ECHO_N "(cached) $ECHO_C" >&6
5508else
5509  ac_check_lib_save_LIBS=$LIBS
5510LIBS="-lGLU  $LIBS"
5511cat >conftest.$ac_ext <<_ACEOF
5512/* confdefs.h.  */
5513_ACEOF
5514cat confdefs.h >>conftest.$ac_ext
5515cat >>conftest.$ac_ext <<_ACEOF
5516/* end confdefs.h.  */
5517
5518/* Override any gcc2 internal prototype to avoid an error.  */
5519#ifdef __cplusplus
5520extern "C"
5521#endif
5522/* We use char because int might match the return type of a gcc2
5523   builtin and then its argument prototype would still apply.  */
5524char gluProject ();
5525int
5526main ()
5527{
5528gluProject ();
5529  ;
5530  return 0;
5531}
5532_ACEOF
5533rm -f conftest.$ac_objext conftest$ac_exeext
5534if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5535  (eval $ac_link) 2>conftest.er1
5536  ac_status=$?
5537  grep -v '^ *+' conftest.er1 >conftest.err
5538  rm -f conftest.er1
5539  cat conftest.err >&5
5540  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5541  (exit $ac_status); } &&
5542         { ac_try='test -z "$ac_c_werror_flag"
5543                         || test ! -s conftest.err'
5544  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5545  (eval $ac_try) 2>&5
5546  ac_status=$?
5547  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5548  (exit $ac_status); }; } &&
5549         { ac_try='test -s conftest$ac_exeext'
5550  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5551  (eval $ac_try) 2>&5
5552  ac_status=$?
5553  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554  (exit $ac_status); }; }; then
5555  ac_cv_lib_GLU_gluProject=yes
5556else
5557  echo "$as_me: failed program was:" >&5
5558sed 's/^/| /' conftest.$ac_ext >&5
5559
5560ac_cv_lib_GLU_gluProject=no
5561fi
5562rm -f conftest.err conftest.$ac_objext \
5563      conftest$ac_exeext conftest.$ac_ext
5564LIBS=$ac_check_lib_save_LIBS
5565fi
5566echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluProject" >&5
5567echo "${ECHO_T}$ac_cv_lib_GLU_gluProject" >&6
5568if test $ac_cv_lib_GLU_gluProject = yes; then
5569  FOUND_GLU=yes
5570fi
5571
5572    if test x$FOUND_GLU = xyes ; then
5573      LIBS="$LIBS -lGLU"
5574    else
5575         echo "------------------"
5576         echo "GLU library not found."
5577         echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
5578         echo "------------------"
5579         exit -1
5580    fi
5581
5582# checking for SDL-headers
5583
5584for ac_header in SDL.h
5585do
5586as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5587if eval "test \"\${$as_ac_Header+set}\" = set"; then
5588  echo "$as_me:$LINENO: checking for $ac_header" >&5
5589echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5590if eval "test \"\${$as_ac_Header+set}\" = set"; then
5591  echo $ECHO_N "(cached) $ECHO_C" >&6
5592fi
5593echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5594echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5595else
5596  # Is the header compilable?
5597echo "$as_me:$LINENO: checking $ac_header usability" >&5
5598echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5599cat >conftest.$ac_ext <<_ACEOF
5600/* confdefs.h.  */
5601_ACEOF
5602cat confdefs.h >>conftest.$ac_ext
5603cat >>conftest.$ac_ext <<_ACEOF
5604/* end confdefs.h.  */
5605$ac_includes_default
5606#include <$ac_header>
5607_ACEOF
5608rm -f conftest.$ac_objext
5609if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5610  (eval $ac_compile) 2>conftest.er1
5611  ac_status=$?
5612  grep -v '^ *+' conftest.er1 >conftest.err
5613  rm -f conftest.er1
5614  cat conftest.err >&5
5615  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5616  (exit $ac_status); } &&
5617         { ac_try='test -z "$ac_c_werror_flag"
5618                         || test ! -s conftest.err'
5619  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5620  (eval $ac_try) 2>&5
5621  ac_status=$?
5622  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5623  (exit $ac_status); }; } &&
5624         { ac_try='test -s conftest.$ac_objext'
5625  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5626  (eval $ac_try) 2>&5
5627  ac_status=$?
5628  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5629  (exit $ac_status); }; }; then
5630  ac_header_compiler=yes
5631else
5632  echo "$as_me: failed program was:" >&5
5633sed 's/^/| /' conftest.$ac_ext >&5
5634
5635ac_header_compiler=no
5636fi
5637rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5638echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5639echo "${ECHO_T}$ac_header_compiler" >&6
5640
5641# Is the header present?
5642echo "$as_me:$LINENO: checking $ac_header presence" >&5
5643echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5644cat >conftest.$ac_ext <<_ACEOF
5645/* confdefs.h.  */
5646_ACEOF
5647cat confdefs.h >>conftest.$ac_ext
5648cat >>conftest.$ac_ext <<_ACEOF
5649/* end confdefs.h.  */
5650#include <$ac_header>
5651_ACEOF
5652if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5653  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5654  ac_status=$?
5655  grep -v '^ *+' conftest.er1 >conftest.err
5656  rm -f conftest.er1
5657  cat conftest.err >&5
5658  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5659  (exit $ac_status); } >/dev/null; then
5660  if test -s conftest.err; then
5661    ac_cpp_err=$ac_c_preproc_warn_flag
5662    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5663  else
5664    ac_cpp_err=
5665  fi
5666else
5667  ac_cpp_err=yes
5668fi
5669if test -z "$ac_cpp_err"; then
5670  ac_header_preproc=yes
5671else
5672  echo "$as_me: failed program was:" >&5
5673sed 's/^/| /' conftest.$ac_ext >&5
5674
5675  ac_header_preproc=no
5676fi
5677rm -f conftest.err conftest.$ac_ext
5678echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5679echo "${ECHO_T}$ac_header_preproc" >&6
5680
5681# So?  What about this header?
5682case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5683  yes:no: )
5684    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5685echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5686    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5687echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5688    ac_header_preproc=yes
5689    ;;
5690  no:yes:* )
5691    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5692echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5693    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5694echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5695    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5696echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5697    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5698echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5699    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5700echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5701    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5702echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5703    (
5704      cat <<\_ASBOX
5705## ---------------------------------------------- ##
5706## Report this to orxonox-dev at mail.datacore.ch ##
5707## ---------------------------------------------- ##
5708_ASBOX
5709    ) |
5710      sed "s/^/$as_me: WARNING:     /" >&2
5711    ;;
5712esac
5713echo "$as_me:$LINENO: checking for $ac_header" >&5
5714echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5715if eval "test \"\${$as_ac_Header+set}\" = set"; then
5716  echo $ECHO_N "(cached) $ECHO_C" >&6
5717else
5718  eval "$as_ac_Header=\$ac_header_preproc"
5719fi
5720echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5721echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5722
5723fi
5724if test `eval echo '${'$as_ac_Header'}'` = yes; then
5725  cat >>confdefs.h <<_ACEOF
5726#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5727_ACEOF
5728
5729else
5730  { { echo "$as_me:$LINENO: error: cannot find SDL headers" >&5
5731echo "$as_me: error: cannot find SDL headers" >&2;}
5732   { (exit 1); exit 1; }; }
5733fi
5734
5735done
5736
5737
5738# checking for SDL-lib
5739    echo "$as_me:$LINENO: checking for main in -lSDL" >&5
5740echo $ECHO_N "checking for main in -lSDL... $ECHO_C" >&6
5741if test "${ac_cv_lib_SDL_main+set}" = set; then
5742  echo $ECHO_N "(cached) $ECHO_C" >&6
5743else
5744  ac_check_lib_save_LIBS=$LIBS
5745LIBS="-lSDL  $LIBS"
5746cat >conftest.$ac_ext <<_ACEOF
5747/* confdefs.h.  */
5748_ACEOF
5749cat confdefs.h >>conftest.$ac_ext
5750cat >>conftest.$ac_ext <<_ACEOF
5751/* end confdefs.h.  */
5752
5753
5754int
5755main ()
5756{
5757main ();
5758  ;
5759  return 0;
5760}
5761_ACEOF
5762rm -f conftest.$ac_objext conftest$ac_exeext
5763if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5764  (eval $ac_link) 2>conftest.er1
5765  ac_status=$?
5766  grep -v '^ *+' conftest.er1 >conftest.err
5767  rm -f conftest.er1
5768  cat conftest.err >&5
5769  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5770  (exit $ac_status); } &&
5771         { ac_try='test -z "$ac_c_werror_flag"
5772                         || test ! -s conftest.err'
5773  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5774  (eval $ac_try) 2>&5
5775  ac_status=$?
5776  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5777  (exit $ac_status); }; } &&
5778         { ac_try='test -s conftest$ac_exeext'
5779  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5780  (eval $ac_try) 2>&5
5781  ac_status=$?
5782  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5783  (exit $ac_status); }; }; then
5784  ac_cv_lib_SDL_main=yes
5785else
5786  echo "$as_me: failed program was:" >&5
5787sed 's/^/| /' conftest.$ac_ext >&5
5788
5789ac_cv_lib_SDL_main=no
5790fi
5791rm -f conftest.err conftest.$ac_objext \
5792      conftest$ac_exeext conftest.$ac_ext
5793LIBS=$ac_check_lib_save_LIBS
5794fi
5795echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_main" >&5
5796echo "${ECHO_T}$ac_cv_lib_SDL_main" >&6
5797if test $ac_cv_lib_SDL_main = yes; then
5798  FOUND_SDL=yes
5799fi
5800
5801     if test x$FOUND_SDL = xyes ; then
5802       LIBS="$LIBS -lSDL"
5803     else
5804        echo "------------------"
5805        echo "SDL library not found."
5806        echo "please install the SDL library, which can be found at http://www.libsdl.org"
5807        echo "------------------"
5808        exit -1
5809     fi
5810
5811
5812## checking for SDL
5813#    SDL_VERSION=1.2.7
5814#    AM_PATH_SDL($SDL_VERSION,
5815#      :,
5816#      AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
5817#      )
5818#    CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
5819#    LIBS="$LIBS $SDL_LIBS"
5820    ;;
5821#-----------#
5822# MAC -OS X #
5823#-----------#
5824 *darwin*)
5825 echo "OS X detected"
5826
5827 osX="yes"
5828
5829 CPPFLAGS="-I/sw/include -I/sw/include/SDL $CPPFLAGS"
5830# checking gl header
5831
5832for ac_header in OpenGL/gl.h
5833do
5834as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5835if eval "test \"\${$as_ac_Header+set}\" = set"; then
5836  echo "$as_me:$LINENO: checking for $ac_header" >&5
5837echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5838if eval "test \"\${$as_ac_Header+set}\" = set"; then
5839  echo $ECHO_N "(cached) $ECHO_C" >&6
5840fi
5841echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5842echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5843else
5844  # Is the header compilable?
5845echo "$as_me:$LINENO: checking $ac_header usability" >&5
5846echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5847cat >conftest.$ac_ext <<_ACEOF
5848/* confdefs.h.  */
5849_ACEOF
5850cat confdefs.h >>conftest.$ac_ext
5851cat >>conftest.$ac_ext <<_ACEOF
5852/* end confdefs.h.  */
5853$ac_includes_default
5854#include <$ac_header>
5855_ACEOF
5856rm -f conftest.$ac_objext
5857if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5858  (eval $ac_compile) 2>conftest.er1
5859  ac_status=$?
5860  grep -v '^ *+' conftest.er1 >conftest.err
5861  rm -f conftest.er1
5862  cat conftest.err >&5
5863  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5864  (exit $ac_status); } &&
5865         { ac_try='test -z "$ac_c_werror_flag"
5866                         || test ! -s conftest.err'
5867  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5868  (eval $ac_try) 2>&5
5869  ac_status=$?
5870  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5871  (exit $ac_status); }; } &&
5872         { ac_try='test -s conftest.$ac_objext'
5873  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5874  (eval $ac_try) 2>&5
5875  ac_status=$?
5876  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5877  (exit $ac_status); }; }; then
5878  ac_header_compiler=yes
5879else
5880  echo "$as_me: failed program was:" >&5
5881sed 's/^/| /' conftest.$ac_ext >&5
5882
5883ac_header_compiler=no
5884fi
5885rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5886echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5887echo "${ECHO_T}$ac_header_compiler" >&6
5888
5889# Is the header present?
5890echo "$as_me:$LINENO: checking $ac_header presence" >&5
5891echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5892cat >conftest.$ac_ext <<_ACEOF
5893/* confdefs.h.  */
5894_ACEOF
5895cat confdefs.h >>conftest.$ac_ext
5896cat >>conftest.$ac_ext <<_ACEOF
5897/* end confdefs.h.  */
5898#include <$ac_header>
5899_ACEOF
5900if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5901  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5902  ac_status=$?
5903  grep -v '^ *+' conftest.er1 >conftest.err
5904  rm -f conftest.er1
5905  cat conftest.err >&5
5906  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907  (exit $ac_status); } >/dev/null; then
5908  if test -s conftest.err; then
5909    ac_cpp_err=$ac_c_preproc_warn_flag
5910    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5911  else
5912    ac_cpp_err=
5913  fi
5914else
5915  ac_cpp_err=yes
5916fi
5917if test -z "$ac_cpp_err"; then
5918  ac_header_preproc=yes
5919else
5920  echo "$as_me: failed program was:" >&5
5921sed 's/^/| /' conftest.$ac_ext >&5
5922
5923  ac_header_preproc=no
5924fi
5925rm -f conftest.err conftest.$ac_ext
5926echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5927echo "${ECHO_T}$ac_header_preproc" >&6
5928
5929# So?  What about this header?
5930case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5931  yes:no: )
5932    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5933echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5934    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5935echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5936    ac_header_preproc=yes
5937    ;;
5938  no:yes:* )
5939    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5940echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5941    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5942echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5943    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5944echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5945    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5946echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5947    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5948echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5949    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5950echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5951    (
5952      cat <<\_ASBOX
5953## ---------------------------------------------- ##
5954## Report this to orxonox-dev at mail.datacore.ch ##
5955## ---------------------------------------------- ##
5956_ASBOX
5957    ) |
5958      sed "s/^/$as_me: WARNING:     /" >&2
5959    ;;
5960esac
5961echo "$as_me:$LINENO: checking for $ac_header" >&5
5962echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5963if eval "test \"\${$as_ac_Header+set}\" = set"; then
5964  echo $ECHO_N "(cached) $ECHO_C" >&6
5965else
5966  eval "$as_ac_Header=\$ac_header_preproc"
5967fi
5968echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5969echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5970
5971fi
5972if test `eval echo '${'$as_ac_Header'}'` = yes; then
5973  cat >>confdefs.h <<_ACEOF
5974#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5975_ACEOF
5976
5977else
5978  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
5979echo "$as_me: error: cannot find opengl headers" >&2;}
5980   { (exit 1); exit 1; }; }
5981fi
5982
5983done
5984
5985# cheking for GLU-header
5986
5987for ac_header in OpenGL/glu.h
5988do
5989as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5990if eval "test \"\${$as_ac_Header+set}\" = set"; then
5991  echo "$as_me:$LINENO: checking for $ac_header" >&5
5992echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5993if eval "test \"\${$as_ac_Header+set}\" = set"; then
5994  echo $ECHO_N "(cached) $ECHO_C" >&6
5995fi
5996echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5997echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5998else
5999  # Is the header compilable?
6000echo "$as_me:$LINENO: checking $ac_header usability" >&5
6001echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6002cat >conftest.$ac_ext <<_ACEOF
6003/* confdefs.h.  */
6004_ACEOF
6005cat confdefs.h >>conftest.$ac_ext
6006cat >>conftest.$ac_ext <<_ACEOF
6007/* end confdefs.h.  */
6008$ac_includes_default
6009#include <$ac_header>
6010_ACEOF
6011rm -f conftest.$ac_objext
6012if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6013  (eval $ac_compile) 2>conftest.er1
6014  ac_status=$?
6015  grep -v '^ *+' conftest.er1 >conftest.err
6016  rm -f conftest.er1
6017  cat conftest.err >&5
6018  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6019  (exit $ac_status); } &&
6020         { ac_try='test -z "$ac_c_werror_flag"
6021                         || test ! -s conftest.err'
6022  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6023  (eval $ac_try) 2>&5
6024  ac_status=$?
6025  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6026  (exit $ac_status); }; } &&
6027         { ac_try='test -s conftest.$ac_objext'
6028  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6029  (eval $ac_try) 2>&5
6030  ac_status=$?
6031  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6032  (exit $ac_status); }; }; then
6033  ac_header_compiler=yes
6034else
6035  echo "$as_me: failed program was:" >&5
6036sed 's/^/| /' conftest.$ac_ext >&5
6037
6038ac_header_compiler=no
6039fi
6040rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6041echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6042echo "${ECHO_T}$ac_header_compiler" >&6
6043
6044# Is the header present?
6045echo "$as_me:$LINENO: checking $ac_header presence" >&5
6046echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6047cat >conftest.$ac_ext <<_ACEOF
6048/* confdefs.h.  */
6049_ACEOF
6050cat confdefs.h >>conftest.$ac_ext
6051cat >>conftest.$ac_ext <<_ACEOF
6052/* end confdefs.h.  */
6053#include <$ac_header>
6054_ACEOF
6055if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6056  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6057  ac_status=$?
6058  grep -v '^ *+' conftest.er1 >conftest.err
6059  rm -f conftest.er1
6060  cat conftest.err >&5
6061  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6062  (exit $ac_status); } >/dev/null; then
6063  if test -s conftest.err; then
6064    ac_cpp_err=$ac_c_preproc_warn_flag
6065    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6066  else
6067    ac_cpp_err=
6068  fi
6069else
6070  ac_cpp_err=yes
6071fi
6072if test -z "$ac_cpp_err"; then
6073  ac_header_preproc=yes
6074else
6075  echo "$as_me: failed program was:" >&5
6076sed 's/^/| /' conftest.$ac_ext >&5
6077
6078  ac_header_preproc=no
6079fi
6080rm -f conftest.err conftest.$ac_ext
6081echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6082echo "${ECHO_T}$ac_header_preproc" >&6
6083
6084# So?  What about this header?
6085case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6086  yes:no: )
6087    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6088echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6089    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6090echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6091    ac_header_preproc=yes
6092    ;;
6093  no:yes:* )
6094    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6095echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6096    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6097echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6098    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6099echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6100    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6101echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6102    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6103echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6104    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6105echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6106    (
6107      cat <<\_ASBOX
6108## ---------------------------------------------- ##
6109## Report this to orxonox-dev at mail.datacore.ch ##
6110## ---------------------------------------------- ##
6111_ASBOX
6112    ) |
6113      sed "s/^/$as_me: WARNING:     /" >&2
6114    ;;
6115esac
6116echo "$as_me:$LINENO: checking for $ac_header" >&5
6117echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6118if eval "test \"\${$as_ac_Header+set}\" = set"; then
6119  echo $ECHO_N "(cached) $ECHO_C" >&6
6120else
6121  eval "$as_ac_Header=\$ac_header_preproc"
6122fi
6123echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6124echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6125
6126fi
6127if test `eval echo '${'$as_ac_Header'}'` = yes; then
6128  cat >>confdefs.h <<_ACEOF
6129#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6130_ACEOF
6131
6132else
6133  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
6134echo "$as_me: error: cannot find opengl headers" >&2;}
6135   { (exit 1); exit 1; }; }
6136fi
6137
6138done
6139
6140
6141   LIBS="$LIBS -framework OpenGL"
6142
6143       SDL_CFLAGS=`sdl-config --cflags`
6144       SDL_LIBS=`sdl-config --libs`
6145       CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
6146       LIBS="$LIBS $SDL_LIBS"
6147
6148
6149# checking for SDL-headers
6150#    AC_CHECK_HEADERS(SDL/SDL.h ,,
6151#      [AC_MSG_ERROR([cannot find SDL headers]) ])
6152
6153## checking for SDL
6154#    SDL_VERSION=1.2.7
6155#    AM_PATH_SDL($SDL_VERSION,
6156#      :,
6157#      AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
6158#      )
6159
6160
6161    ;;
6162
6163  *)
6164    ;;
6165esac
6166
6167
6168
6169###################################
6170## CHECKING FOR HEADERS AND LIBS ##
6171###################################
6172
6173#--------#
6174# openAL #
6175#--------#
6176# checking for openAL-headers
6177
6178for ac_header in AL/al.h
6179do
6180as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6181if eval "test \"\${$as_ac_Header+set}\" = set"; then
6182  echo "$as_me:$LINENO: checking for $ac_header" >&5
6183echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6184if eval "test \"\${$as_ac_Header+set}\" = set"; then
6185  echo $ECHO_N "(cached) $ECHO_C" >&6
6186fi
6187echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6188echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6189else
6190  # Is the header compilable?
6191echo "$as_me:$LINENO: checking $ac_header usability" >&5
6192echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6193cat >conftest.$ac_ext <<_ACEOF
6194/* confdefs.h.  */
6195_ACEOF
6196cat confdefs.h >>conftest.$ac_ext
6197cat >>conftest.$ac_ext <<_ACEOF
6198/* end confdefs.h.  */
6199$ac_includes_default
6200#include <$ac_header>
6201_ACEOF
6202rm -f conftest.$ac_objext
6203if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6204  (eval $ac_compile) 2>conftest.er1
6205  ac_status=$?
6206  grep -v '^ *+' conftest.er1 >conftest.err
6207  rm -f conftest.er1
6208  cat conftest.err >&5
6209  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6210  (exit $ac_status); } &&
6211         { ac_try='test -z "$ac_c_werror_flag"
6212                         || test ! -s conftest.err'
6213  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6214  (eval $ac_try) 2>&5
6215  ac_status=$?
6216  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6217  (exit $ac_status); }; } &&
6218         { ac_try='test -s conftest.$ac_objext'
6219  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6220  (eval $ac_try) 2>&5
6221  ac_status=$?
6222  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6223  (exit $ac_status); }; }; then
6224  ac_header_compiler=yes
6225else
6226  echo "$as_me: failed program was:" >&5
6227sed 's/^/| /' conftest.$ac_ext >&5
6228
6229ac_header_compiler=no
6230fi
6231rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6232echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6233echo "${ECHO_T}$ac_header_compiler" >&6
6234
6235# Is the header present?
6236echo "$as_me:$LINENO: checking $ac_header presence" >&5
6237echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6238cat >conftest.$ac_ext <<_ACEOF
6239/* confdefs.h.  */
6240_ACEOF
6241cat confdefs.h >>conftest.$ac_ext
6242cat >>conftest.$ac_ext <<_ACEOF
6243/* end confdefs.h.  */
6244#include <$ac_header>
6245_ACEOF
6246if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6247  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6248  ac_status=$?
6249  grep -v '^ *+' conftest.er1 >conftest.err
6250  rm -f conftest.er1
6251  cat conftest.err >&5
6252  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6253  (exit $ac_status); } >/dev/null; then
6254  if test -s conftest.err; then
6255    ac_cpp_err=$ac_c_preproc_warn_flag
6256    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6257  else
6258    ac_cpp_err=
6259  fi
6260else
6261  ac_cpp_err=yes
6262fi
6263if test -z "$ac_cpp_err"; then
6264  ac_header_preproc=yes
6265else
6266  echo "$as_me: failed program was:" >&5
6267sed 's/^/| /' conftest.$ac_ext >&5
6268
6269  ac_header_preproc=no
6270fi
6271rm -f conftest.err conftest.$ac_ext
6272echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6273echo "${ECHO_T}$ac_header_preproc" >&6
6274
6275# So?  What about this header?
6276case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6277  yes:no: )
6278    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6279echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6280    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6281echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6282    ac_header_preproc=yes
6283    ;;
6284  no:yes:* )
6285    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6286echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6287    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6288echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6289    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6290echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6291    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6292echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6293    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6294echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6295    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6296echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6297    (
6298      cat <<\_ASBOX
6299## ---------------------------------------------- ##
6300## Report this to orxonox-dev at mail.datacore.ch ##
6301## ---------------------------------------------- ##
6302_ASBOX
6303    ) |
6304      sed "s/^/$as_me: WARNING:     /" >&2
6305    ;;
6306esac
6307echo "$as_me:$LINENO: checking for $ac_header" >&5
6308echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6309if eval "test \"\${$as_ac_Header+set}\" = set"; then
6310  echo $ECHO_N "(cached) $ECHO_C" >&6
6311else
6312  eval "$as_ac_Header=\$ac_header_preproc"
6313fi
6314echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6315echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6316
6317fi
6318if test `eval echo '${'$as_ac_Header'}'` = yes; then
6319  cat >>confdefs.h <<_ACEOF
6320#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6321_ACEOF
6322
6323else
6324  { { echo "$as_me:$LINENO: error: cannot find openAL header." >&5
6325echo "$as_me: error: cannot find openAL header." >&2;}
6326   { (exit 1); exit 1; }; }
6327fi
6328
6329done
6330
6331#fi
6332# checking for openAL-lib
6333  echo "$as_me:$LINENO: checking for main in -lopenal" >&5
6334echo $ECHO_N "checking for main in -lopenal... $ECHO_C" >&6
6335if test "${ac_cv_lib_openal_main+set}" = set; then
6336  echo $ECHO_N "(cached) $ECHO_C" >&6
6337else
6338  ac_check_lib_save_LIBS=$LIBS
6339LIBS="-lopenal  $LIBS"
6340cat >conftest.$ac_ext <<_ACEOF
6341/* confdefs.h.  */
6342_ACEOF
6343cat confdefs.h >>conftest.$ac_ext
6344cat >>conftest.$ac_ext <<_ACEOF
6345/* end confdefs.h.  */
6346
6347
6348int
6349main ()
6350{
6351main ();
6352  ;
6353  return 0;
6354}
6355_ACEOF
6356rm -f conftest.$ac_objext conftest$ac_exeext
6357if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6358  (eval $ac_link) 2>conftest.er1
6359  ac_status=$?
6360  grep -v '^ *+' conftest.er1 >conftest.err
6361  rm -f conftest.er1
6362  cat conftest.err >&5
6363  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6364  (exit $ac_status); } &&
6365         { ac_try='test -z "$ac_c_werror_flag"
6366                         || test ! -s conftest.err'
6367  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6368  (eval $ac_try) 2>&5
6369  ac_status=$?
6370  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6371  (exit $ac_status); }; } &&
6372         { ac_try='test -s conftest$ac_exeext'
6373  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6374  (eval $ac_try) 2>&5
6375  ac_status=$?
6376  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6377  (exit $ac_status); }; }; then
6378  ac_cv_lib_openal_main=yes
6379else
6380  echo "$as_me: failed program was:" >&5
6381sed 's/^/| /' conftest.$ac_ext >&5
6382
6383ac_cv_lib_openal_main=no
6384fi
6385rm -f conftest.err conftest.$ac_objext \
6386      conftest$ac_exeext conftest.$ac_ext
6387LIBS=$ac_check_lib_save_LIBS
6388fi
6389echo "$as_me:$LINENO: result: $ac_cv_lib_openal_main" >&5
6390echo "${ECHO_T}$ac_cv_lib_openal_main" >&6
6391if test $ac_cv_lib_openal_main = yes; then
6392  FOUND_openal=yes
6393fi
6394
6395     if test x$FOUND_openal = xyes ; then
6396       LIBS="$LIBS -lopenal"
6397     else
6398        echo "------------------"
6399        echo "openal library not found."
6400        echo "please install the openal library, which can be found at http://www.openal.org"
6401        echo "------------------"
6402        exit -1
6403     fi
6404
6405#---------#
6406# SDL_ttf #
6407#---------#
6408# checking for SDL_ttf-headers
6409
6410for ac_header in SDL_ttf.h
6411do
6412as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6413if eval "test \"\${$as_ac_Header+set}\" = set"; then
6414  echo "$as_me:$LINENO: checking for $ac_header" >&5
6415echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6416if eval "test \"\${$as_ac_Header+set}\" = set"; then
6417  echo $ECHO_N "(cached) $ECHO_C" >&6
6418fi
6419echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6420echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6421else
6422  # Is the header compilable?
6423echo "$as_me:$LINENO: checking $ac_header usability" >&5
6424echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6425cat >conftest.$ac_ext <<_ACEOF
6426/* confdefs.h.  */
6427_ACEOF
6428cat confdefs.h >>conftest.$ac_ext
6429cat >>conftest.$ac_ext <<_ACEOF
6430/* end confdefs.h.  */
6431$ac_includes_default
6432#include <$ac_header>
6433_ACEOF
6434rm -f conftest.$ac_objext
6435if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6436  (eval $ac_compile) 2>conftest.er1
6437  ac_status=$?
6438  grep -v '^ *+' conftest.er1 >conftest.err
6439  rm -f conftest.er1
6440  cat conftest.err >&5
6441  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6442  (exit $ac_status); } &&
6443         { ac_try='test -z "$ac_c_werror_flag"
6444                         || test ! -s conftest.err'
6445  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6446  (eval $ac_try) 2>&5
6447  ac_status=$?
6448  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6449  (exit $ac_status); }; } &&
6450         { ac_try='test -s conftest.$ac_objext'
6451  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6452  (eval $ac_try) 2>&5
6453  ac_status=$?
6454  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6455  (exit $ac_status); }; }; then
6456  ac_header_compiler=yes
6457else
6458  echo "$as_me: failed program was:" >&5
6459sed 's/^/| /' conftest.$ac_ext >&5
6460
6461ac_header_compiler=no
6462fi
6463rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6464echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6465echo "${ECHO_T}$ac_header_compiler" >&6
6466
6467# Is the header present?
6468echo "$as_me:$LINENO: checking $ac_header presence" >&5
6469echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6470cat >conftest.$ac_ext <<_ACEOF
6471/* confdefs.h.  */
6472_ACEOF
6473cat confdefs.h >>conftest.$ac_ext
6474cat >>conftest.$ac_ext <<_ACEOF
6475/* end confdefs.h.  */
6476#include <$ac_header>
6477_ACEOF
6478if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6479  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6480  ac_status=$?
6481  grep -v '^ *+' conftest.er1 >conftest.err
6482  rm -f conftest.er1
6483  cat conftest.err >&5
6484  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6485  (exit $ac_status); } >/dev/null; then
6486  if test -s conftest.err; then
6487    ac_cpp_err=$ac_c_preproc_warn_flag
6488    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6489  else
6490    ac_cpp_err=
6491  fi
6492else
6493  ac_cpp_err=yes
6494fi
6495if test -z "$ac_cpp_err"; then
6496  ac_header_preproc=yes
6497else
6498  echo "$as_me: failed program was:" >&5
6499sed 's/^/| /' conftest.$ac_ext >&5
6500
6501  ac_header_preproc=no
6502fi
6503rm -f conftest.err conftest.$ac_ext
6504echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6505echo "${ECHO_T}$ac_header_preproc" >&6
6506
6507# So?  What about this header?
6508case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6509  yes:no: )
6510    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6511echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6512    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6513echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6514    ac_header_preproc=yes
6515    ;;
6516  no:yes:* )
6517    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6518echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6519    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6520echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6521    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6522echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6523    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6524echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6525    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6526echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6527    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6528echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6529    (
6530      cat <<\_ASBOX
6531## ---------------------------------------------- ##
6532## Report this to orxonox-dev at mail.datacore.ch ##
6533## ---------------------------------------------- ##
6534_ASBOX
6535    ) |
6536      sed "s/^/$as_me: WARNING:     /" >&2
6537    ;;
6538esac
6539echo "$as_me:$LINENO: checking for $ac_header" >&5
6540echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6541if eval "test \"\${$as_ac_Header+set}\" = set"; then
6542  echo $ECHO_N "(cached) $ECHO_C" >&6
6543else
6544  eval "$as_ac_Header=\$ac_header_preproc"
6545fi
6546echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6547echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6548
6549fi
6550if test `eval echo '${'$as_ac_Header'}'` = yes; then
6551  cat >>confdefs.h <<_ACEOF
6552#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6553_ACEOF
6554
6555else
6556  { { echo "$as_me:$LINENO: error: cannot find SDL_ttf header." >&5
6557echo "$as_me: error: cannot find SDL_ttf header." >&2;}
6558   { (exit 1); exit 1; }; }
6559fi
6560
6561done
6562
6563#fi
6564# checking for SDL_ttf-lib
6565  echo "$as_me:$LINENO: checking for main in -lSDL_ttf" >&5
6566echo $ECHO_N "checking for main in -lSDL_ttf... $ECHO_C" >&6
6567if test "${ac_cv_lib_SDL_ttf_main+set}" = set; then
6568  echo $ECHO_N "(cached) $ECHO_C" >&6
6569else
6570  ac_check_lib_save_LIBS=$LIBS
6571LIBS="-lSDL_ttf  $LIBS"
6572cat >conftest.$ac_ext <<_ACEOF
6573/* confdefs.h.  */
6574_ACEOF
6575cat confdefs.h >>conftest.$ac_ext
6576cat >>conftest.$ac_ext <<_ACEOF
6577/* end confdefs.h.  */
6578
6579
6580int
6581main ()
6582{
6583main ();
6584  ;
6585  return 0;
6586}
6587_ACEOF
6588rm -f conftest.$ac_objext conftest$ac_exeext
6589if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6590  (eval $ac_link) 2>conftest.er1
6591  ac_status=$?
6592  grep -v '^ *+' conftest.er1 >conftest.err
6593  rm -f conftest.er1
6594  cat conftest.err >&5
6595  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6596  (exit $ac_status); } &&
6597         { ac_try='test -z "$ac_c_werror_flag"
6598                         || test ! -s conftest.err'
6599  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6600  (eval $ac_try) 2>&5
6601  ac_status=$?
6602  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6603  (exit $ac_status); }; } &&
6604         { ac_try='test -s conftest$ac_exeext'
6605  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6606  (eval $ac_try) 2>&5
6607  ac_status=$?
6608  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6609  (exit $ac_status); }; }; then
6610  ac_cv_lib_SDL_ttf_main=yes
6611else
6612  echo "$as_me: failed program was:" >&5
6613sed 's/^/| /' conftest.$ac_ext >&5
6614
6615ac_cv_lib_SDL_ttf_main=no
6616fi
6617rm -f conftest.err conftest.$ac_objext \
6618      conftest$ac_exeext conftest.$ac_ext
6619LIBS=$ac_check_lib_save_LIBS
6620fi
6621echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_ttf_main" >&5
6622echo "${ECHO_T}$ac_cv_lib_SDL_ttf_main" >&6
6623if test $ac_cv_lib_SDL_ttf_main = yes; then
6624  FOUND_SDL_ttf=yes
6625fi
6626
6627     if test x$FOUND_SDL_ttf = xyes ; then
6628       LIBS="$LIBS -lSDL_ttf"
6629     else
6630        echo "------------------"
6631        echo "SDL_ttf library not found."
6632        echo "please install the SDL_ttf library, which can be found at http://www.libsdl.org/projects/SDL_ttf/"
6633        echo "------------------"
6634        exit -1
6635     fi
6636
6637
6638#-----------#
6639# SDL_Image #
6640#-----------#
6641# checking for SDL_image-headers
6642
6643for ac_header in SDL_image.h
6644do
6645as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6646if eval "test \"\${$as_ac_Header+set}\" = set"; then
6647  echo "$as_me:$LINENO: checking for $ac_header" >&5
6648echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6649if eval "test \"\${$as_ac_Header+set}\" = set"; then
6650  echo $ECHO_N "(cached) $ECHO_C" >&6
6651fi
6652echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6653echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6654else
6655  # Is the header compilable?
6656echo "$as_me:$LINENO: checking $ac_header usability" >&5
6657echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6658cat >conftest.$ac_ext <<_ACEOF
6659/* confdefs.h.  */
6660_ACEOF
6661cat confdefs.h >>conftest.$ac_ext
6662cat >>conftest.$ac_ext <<_ACEOF
6663/* end confdefs.h.  */
6664$ac_includes_default
6665#include <$ac_header>
6666_ACEOF
6667rm -f conftest.$ac_objext
6668if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6669  (eval $ac_compile) 2>conftest.er1
6670  ac_status=$?
6671  grep -v '^ *+' conftest.er1 >conftest.err
6672  rm -f conftest.er1
6673  cat conftest.err >&5
6674  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6675  (exit $ac_status); } &&
6676         { ac_try='test -z "$ac_c_werror_flag"
6677                         || test ! -s conftest.err'
6678  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6679  (eval $ac_try) 2>&5
6680  ac_status=$?
6681  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6682  (exit $ac_status); }; } &&
6683         { ac_try='test -s conftest.$ac_objext'
6684  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6685  (eval $ac_try) 2>&5
6686  ac_status=$?
6687  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6688  (exit $ac_status); }; }; then
6689  ac_header_compiler=yes
6690else
6691  echo "$as_me: failed program was:" >&5
6692sed 's/^/| /' conftest.$ac_ext >&5
6693
6694ac_header_compiler=no
6695fi
6696rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6697echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6698echo "${ECHO_T}$ac_header_compiler" >&6
6699
6700# Is the header present?
6701echo "$as_me:$LINENO: checking $ac_header presence" >&5
6702echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6703cat >conftest.$ac_ext <<_ACEOF
6704/* confdefs.h.  */
6705_ACEOF
6706cat confdefs.h >>conftest.$ac_ext
6707cat >>conftest.$ac_ext <<_ACEOF
6708/* end confdefs.h.  */
6709#include <$ac_header>
6710_ACEOF
6711if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6712  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6713  ac_status=$?
6714  grep -v '^ *+' conftest.er1 >conftest.err
6715  rm -f conftest.er1
6716  cat conftest.err >&5
6717  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6718  (exit $ac_status); } >/dev/null; then
6719  if test -s conftest.err; then
6720    ac_cpp_err=$ac_c_preproc_warn_flag
6721    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6722  else
6723    ac_cpp_err=
6724  fi
6725else
6726  ac_cpp_err=yes
6727fi
6728if test -z "$ac_cpp_err"; then
6729  ac_header_preproc=yes
6730else
6731  echo "$as_me: failed program was:" >&5
6732sed 's/^/| /' conftest.$ac_ext >&5
6733
6734  ac_header_preproc=no
6735fi
6736rm -f conftest.err conftest.$ac_ext
6737echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6738echo "${ECHO_T}$ac_header_preproc" >&6
6739
6740# So?  What about this header?
6741case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6742  yes:no: )
6743    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6744echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6745    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6746echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6747    ac_header_preproc=yes
6748    ;;
6749  no:yes:* )
6750    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6751echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6752    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6753echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6754    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6755echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6756    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6757echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6758    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6759echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6760    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6761echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6762    (
6763      cat <<\_ASBOX
6764## ---------------------------------------------- ##
6765## Report this to orxonox-dev at mail.datacore.ch ##
6766## ---------------------------------------------- ##
6767_ASBOX
6768    ) |
6769      sed "s/^/$as_me: WARNING:     /" >&2
6770    ;;
6771esac
6772echo "$as_me:$LINENO: checking for $ac_header" >&5
6773echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6774if eval "test \"\${$as_ac_Header+set}\" = set"; then
6775  echo $ECHO_N "(cached) $ECHO_C" >&6
6776else
6777  eval "$as_ac_Header=\$ac_header_preproc"
6778fi
6779echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6780echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6781
6782fi
6783if test `eval echo '${'$as_ac_Header'}'` = yes; then
6784  cat >>confdefs.h <<_ACEOF
6785#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6786_ACEOF
6787
6788else
6789  echo "sdl_image header not found."; def_sdl_image=no; exit -1
6790fi
6791
6792done
6793
6794# checking for SDL_image-lib
6795echo "$as_me:$LINENO: checking for main in -lSDL_image" >&5
6796echo $ECHO_N "checking for main in -lSDL_image... $ECHO_C" >&6
6797if test "${ac_cv_lib_SDL_image_main+set}" = set; then
6798  echo $ECHO_N "(cached) $ECHO_C" >&6
6799else
6800  ac_check_lib_save_LIBS=$LIBS
6801LIBS="-lSDL_image  $LIBS"
6802cat >conftest.$ac_ext <<_ACEOF
6803/* confdefs.h.  */
6804_ACEOF
6805cat confdefs.h >>conftest.$ac_ext
6806cat >>conftest.$ac_ext <<_ACEOF
6807/* end confdefs.h.  */
6808
6809
6810int
6811main ()
6812{
6813main ();
6814  ;
6815  return 0;
6816}
6817_ACEOF
6818rm -f conftest.$ac_objext conftest$ac_exeext
6819if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6820  (eval $ac_link) 2>conftest.er1
6821  ac_status=$?
6822  grep -v '^ *+' conftest.er1 >conftest.err
6823  rm -f conftest.er1
6824  cat conftest.err >&5
6825  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826  (exit $ac_status); } &&
6827         { ac_try='test -z "$ac_c_werror_flag"
6828                         || test ! -s conftest.err'
6829  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6830  (eval $ac_try) 2>&5
6831  ac_status=$?
6832  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6833  (exit $ac_status); }; } &&
6834         { ac_try='test -s conftest$ac_exeext'
6835  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6836  (eval $ac_try) 2>&5
6837  ac_status=$?
6838  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6839  (exit $ac_status); }; }; then
6840  ac_cv_lib_SDL_image_main=yes
6841else
6842  echo "$as_me: failed program was:" >&5
6843sed 's/^/| /' conftest.$ac_ext >&5
6844
6845ac_cv_lib_SDL_image_main=no
6846fi
6847rm -f conftest.err conftest.$ac_objext \
6848      conftest$ac_exeext conftest.$ac_ext
6849LIBS=$ac_check_lib_save_LIBS
6850fi
6851echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_image_main" >&5
6852echo "${ECHO_T}$ac_cv_lib_SDL_image_main" >&6
6853if test $ac_cv_lib_SDL_image_main = yes; then
6854  FOUND_SDL_image=yes
6855fi
6856
6857   if test x$FOUND_SDL_image = xyes ; then
6858     LIBS="$LIBS -lSDL_image"
6859   else
6860      echo "------------------"
6861      echo "SDL_image library not found."
6862      echo "please install the SDL_image library, which can be found at http://www.libsdl.org/projects/SDL_image/"
6863      echo "------------------"
6864      exit -1
6865   fi
6866
6867#-----#
6868# GTK #
6869#-----#
6870if test x$def_gtk = xyes; then
6871
6872        #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no)
6873        echo "$as_me:$LINENO: checking for gtk2.0" >&5
6874echo $ECHO_N "checking for gtk2.0... $ECHO_C" >&6
6875        if `pkg-config --exists gtk+-2.0`; then
6876                echo "yes"
6877                have_gtk2=yes
6878                GTK2_LIBS=`pkg-config --libs gtk+-2.0`
6879                GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0`
6880
6881cat >>confdefs.h <<_ACEOF
6882#define HAVE_GTK2 1
6883_ACEOF
6884
6885        else
6886                echo "no"
6887        fi
6888
6889fi
6890
6891
6892
6893
6894if test x$have_gtk2 = xyes; then
6895  HAVE_GTK2_TRUE=
6896  HAVE_GTK2_FALSE='#'
6897else
6898  HAVE_GTK2_TRUE='#'
6899  HAVE_GTK2_FALSE=
6900fi
6901
6902
6903#---------#
6904# gThread #
6905#---------#
6906if test x$def_gthread = xyes; then
6907
6908        echo "$as_me:$LINENO: checking for gthread" >&5
6909echo $ECHO_N "checking for gthread... $ECHO_C" >&6
6910        if `pkg-config --exists gthread-2.0`; then
6911                echo "yes"
6912                have_gthread=yes
6913                GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
6914                GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
6915
6916cat >>confdefs.h <<_ACEOF
6917#define HAVE_GTHREAD 1
6918_ACEOF
6919
6920        else
6921                echo "no"
6922        fi
6923
6924fi
6925
6926
6927
6928
6929if test x$have_gthread = xyes; then
6930  HAVE_GTHREAD_TRUE=
6931  HAVE_GTHREAD_FALSE='#'
6932else
6933  HAVE_GTHREAD_TRUE='#'
6934  HAVE_GTHREAD_FALSE=
6935fi
6936
6937
6938#---------#
6939# libcURL #
6940#---------#
6941if test x$def_curl = xyes; then
6942
6943
6944for ac_header in curl/curl.h
6945do
6946as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6947if eval "test \"\${$as_ac_Header+set}\" = set"; then
6948  echo "$as_me:$LINENO: checking for $ac_header" >&5
6949echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6950if eval "test \"\${$as_ac_Header+set}\" = set"; then
6951  echo $ECHO_N "(cached) $ECHO_C" >&6
6952fi
6953echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6954echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6955else
6956  # Is the header compilable?
6957echo "$as_me:$LINENO: checking $ac_header usability" >&5
6958echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6959cat >conftest.$ac_ext <<_ACEOF
6960/* confdefs.h.  */
6961_ACEOF
6962cat confdefs.h >>conftest.$ac_ext
6963cat >>conftest.$ac_ext <<_ACEOF
6964/* end confdefs.h.  */
6965$ac_includes_default
6966#include <$ac_header>
6967_ACEOF
6968rm -f conftest.$ac_objext
6969if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6970  (eval $ac_compile) 2>conftest.er1
6971  ac_status=$?
6972  grep -v '^ *+' conftest.er1 >conftest.err
6973  rm -f conftest.er1
6974  cat conftest.err >&5
6975  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6976  (exit $ac_status); } &&
6977         { ac_try='test -z "$ac_c_werror_flag"
6978                         || test ! -s conftest.err'
6979  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6980  (eval $ac_try) 2>&5
6981  ac_status=$?
6982  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983  (exit $ac_status); }; } &&
6984         { ac_try='test -s conftest.$ac_objext'
6985  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6986  (eval $ac_try) 2>&5
6987  ac_status=$?
6988  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6989  (exit $ac_status); }; }; then
6990  ac_header_compiler=yes
6991else
6992  echo "$as_me: failed program was:" >&5
6993sed 's/^/| /' conftest.$ac_ext >&5
6994
6995ac_header_compiler=no
6996fi
6997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6998echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6999echo "${ECHO_T}$ac_header_compiler" >&6
7000
7001# Is the header present?
7002echo "$as_me:$LINENO: checking $ac_header presence" >&5
7003echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7004cat >conftest.$ac_ext <<_ACEOF
7005/* confdefs.h.  */
7006_ACEOF
7007cat confdefs.h >>conftest.$ac_ext
7008cat >>conftest.$ac_ext <<_ACEOF
7009/* end confdefs.h.  */
7010#include <$ac_header>
7011_ACEOF
7012if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7013  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7014  ac_status=$?
7015  grep -v '^ *+' conftest.er1 >conftest.err
7016  rm -f conftest.er1
7017  cat conftest.err >&5
7018  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7019  (exit $ac_status); } >/dev/null; then
7020  if test -s conftest.err; then
7021    ac_cpp_err=$ac_c_preproc_warn_flag
7022    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7023  else
7024    ac_cpp_err=
7025  fi
7026else
7027  ac_cpp_err=yes
7028fi
7029if test -z "$ac_cpp_err"; then
7030  ac_header_preproc=yes
7031else
7032  echo "$as_me: failed program was:" >&5
7033sed 's/^/| /' conftest.$ac_ext >&5
7034
7035  ac_header_preproc=no
7036fi
7037rm -f conftest.err conftest.$ac_ext
7038echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7039echo "${ECHO_T}$ac_header_preproc" >&6
7040
7041# So?  What about this header?
7042case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7043  yes:no: )
7044    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7045echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7046    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7047echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7048    ac_header_preproc=yes
7049    ;;
7050  no:yes:* )
7051    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7052echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7053    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7054echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7055    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7056echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7057    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7058echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7059    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7060echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7061    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7062echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7063    (
7064      cat <<\_ASBOX
7065## ---------------------------------------------- ##
7066## Report this to orxonox-dev at mail.datacore.ch ##
7067## ---------------------------------------------- ##
7068_ASBOX
7069    ) |
7070      sed "s/^/$as_me: WARNING:     /" >&2
7071    ;;
7072esac
7073echo "$as_me:$LINENO: checking for $ac_header" >&5
7074echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7075if eval "test \"\${$as_ac_Header+set}\" = set"; then
7076  echo $ECHO_N "(cached) $ECHO_C" >&6
7077else
7078  eval "$as_ac_Header=\$ac_header_preproc"
7079fi
7080echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7081echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7082
7083fi
7084if test `eval echo '${'$as_ac_Header'}'` = yes; then
7085  cat >>confdefs.h <<_ACEOF
7086#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7087_ACEOF
7088 curlHeader="yes"
7089else
7090  curlHeader="no"
7091fi
7092
7093done
7094
7095 echo "$as_me:$LINENO: checking for main in -lcurl" >&5
7096echo $ECHO_N "checking for main in -lcurl... $ECHO_C" >&6
7097if test "${ac_cv_lib_curl_main+set}" = set; then
7098  echo $ECHO_N "(cached) $ECHO_C" >&6
7099else
7100  ac_check_lib_save_LIBS=$LIBS
7101LIBS="-lcurl  $LIBS"
7102cat >conftest.$ac_ext <<_ACEOF
7103/* confdefs.h.  */
7104_ACEOF
7105cat confdefs.h >>conftest.$ac_ext
7106cat >>conftest.$ac_ext <<_ACEOF
7107/* end confdefs.h.  */
7108
7109
7110int
7111main ()
7112{
7113main ();
7114  ;
7115  return 0;
7116}
7117_ACEOF
7118rm -f conftest.$ac_objext conftest$ac_exeext
7119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7120  (eval $ac_link) 2>conftest.er1
7121  ac_status=$?
7122  grep -v '^ *+' conftest.er1 >conftest.err
7123  rm -f conftest.er1
7124  cat conftest.err >&5
7125  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7126  (exit $ac_status); } &&
7127         { ac_try='test -z "$ac_c_werror_flag"
7128                         || test ! -s conftest.err'
7129  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7130  (eval $ac_try) 2>&5
7131  ac_status=$?
7132  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7133  (exit $ac_status); }; } &&
7134         { ac_try='test -s conftest$ac_exeext'
7135  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7136  (eval $ac_try) 2>&5
7137  ac_status=$?
7138  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7139  (exit $ac_status); }; }; then
7140  ac_cv_lib_curl_main=yes
7141else
7142  echo "$as_me: failed program was:" >&5
7143sed 's/^/| /' conftest.$ac_ext >&5
7144
7145ac_cv_lib_curl_main=no
7146fi
7147rm -f conftest.err conftest.$ac_objext \
7148      conftest$ac_exeext conftest.$ac_ext
7149LIBS=$ac_check_lib_save_LIBS
7150fi
7151echo "$as_me:$LINENO: result: $ac_cv_lib_curl_main" >&5
7152echo "${ECHO_T}$ac_cv_lib_curl_main" >&6
7153if test $ac_cv_lib_curl_main = yes; then
7154  FOUND_curl=yes
7155fi
7156
7157 if test x$curlHeader = xyes & test x$FOUND_curl = xyes ; then
7158  have_curl=yes
7159  CURL_LIBS=`curl-config --libs`
7160  CURLCFLAGS=`curl-config --cflags`
7161
7162cat >>confdefs.h <<_ACEOF
7163#define HAVE_CURL 1
7164_ACEOF
7165
7166 else
7167  have_curl=no
7168 fi
7169
7170fi
7171
7172
7173
7174
7175if test x$have_curl = xyes; then
7176  HAVE_CURL_TRUE=
7177  HAVE_CURL_FALSE='#'
7178else
7179  HAVE_CURL_TRUE='#'
7180  HAVE_CURL_FALSE=
7181fi
7182
7183
7184#---------#
7185# pthread #
7186#---------#
7187if test x$def_pthread = xyes ; then
7188 if test x$have_gthread = xyes ; then
7189
7190for ac_header in pthread.h
7191do
7192as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7193if eval "test \"\${$as_ac_Header+set}\" = set"; then
7194  echo "$as_me:$LINENO: checking for $ac_header" >&5
7195echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7196if eval "test \"\${$as_ac_Header+set}\" = set"; then
7197  echo $ECHO_N "(cached) $ECHO_C" >&6
7198fi
7199echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7200echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7201else
7202  # Is the header compilable?
7203echo "$as_me:$LINENO: checking $ac_header usability" >&5
7204echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7205cat >conftest.$ac_ext <<_ACEOF
7206/* confdefs.h.  */
7207_ACEOF
7208cat confdefs.h >>conftest.$ac_ext
7209cat >>conftest.$ac_ext <<_ACEOF
7210/* end confdefs.h.  */
7211$ac_includes_default
7212#include <$ac_header>
7213_ACEOF
7214rm -f conftest.$ac_objext
7215if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7216  (eval $ac_compile) 2>conftest.er1
7217  ac_status=$?
7218  grep -v '^ *+' conftest.er1 >conftest.err
7219  rm -f conftest.er1
7220  cat conftest.err >&5
7221  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7222  (exit $ac_status); } &&
7223         { ac_try='test -z "$ac_c_werror_flag"
7224                         || test ! -s conftest.err'
7225  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7226  (eval $ac_try) 2>&5
7227  ac_status=$?
7228  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7229  (exit $ac_status); }; } &&
7230         { ac_try='test -s conftest.$ac_objext'
7231  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7232  (eval $ac_try) 2>&5
7233  ac_status=$?
7234  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7235  (exit $ac_status); }; }; then
7236  ac_header_compiler=yes
7237else
7238  echo "$as_me: failed program was:" >&5
7239sed 's/^/| /' conftest.$ac_ext >&5
7240
7241ac_header_compiler=no
7242fi
7243rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7244echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7245echo "${ECHO_T}$ac_header_compiler" >&6
7246
7247# Is the header present?
7248echo "$as_me:$LINENO: checking $ac_header presence" >&5
7249echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7250cat >conftest.$ac_ext <<_ACEOF
7251/* confdefs.h.  */
7252_ACEOF
7253cat confdefs.h >>conftest.$ac_ext
7254cat >>conftest.$ac_ext <<_ACEOF
7255/* end confdefs.h.  */
7256#include <$ac_header>
7257_ACEOF
7258if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7259  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7260  ac_status=$?
7261  grep -v '^ *+' conftest.er1 >conftest.err
7262  rm -f conftest.er1
7263  cat conftest.err >&5
7264  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7265  (exit $ac_status); } >/dev/null; then
7266  if test -s conftest.err; then
7267    ac_cpp_err=$ac_c_preproc_warn_flag
7268    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7269  else
7270    ac_cpp_err=
7271  fi
7272else
7273  ac_cpp_err=yes
7274fi
7275if test -z "$ac_cpp_err"; then
7276  ac_header_preproc=yes
7277else
7278  echo "$as_me: failed program was:" >&5
7279sed 's/^/| /' conftest.$ac_ext >&5
7280
7281  ac_header_preproc=no
7282fi
7283rm -f conftest.err conftest.$ac_ext
7284echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7285echo "${ECHO_T}$ac_header_preproc" >&6
7286
7287# So?  What about this header?
7288case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7289  yes:no: )
7290    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7291echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7292    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7293echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7294    ac_header_preproc=yes
7295    ;;
7296  no:yes:* )
7297    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7298echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7299    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7300echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7301    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7302echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7303    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7304echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7305    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7306echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7307    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7308echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7309    (
7310      cat <<\_ASBOX
7311## ---------------------------------------------- ##
7312## Report this to orxonox-dev at mail.datacore.ch ##
7313## ---------------------------------------------- ##
7314_ASBOX
7315    ) |
7316      sed "s/^/$as_me: WARNING:     /" >&2
7317    ;;
7318esac
7319echo "$as_me:$LINENO: checking for $ac_header" >&5
7320echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7321if eval "test \"\${$as_ac_Header+set}\" = set"; then
7322  echo $ECHO_N "(cached) $ECHO_C" >&6
7323else
7324  eval "$as_ac_Header=\$ac_header_preproc"
7325fi
7326echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7327echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7328
7329fi
7330if test `eval echo '${'$as_ac_Header'}'` = yes; then
7331  cat >>confdefs.h <<_ACEOF
7332#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7333_ACEOF
7334 pthreadHeader="yes"
7335else
7336  pthreadHeader="no"
7337fi
7338
7339done
7340
7341  echo "$as_me:$LINENO: checking for main in -lpthread" >&5
7342echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6
7343if test "${ac_cv_lib_pthread_main+set}" = set; then
7344  echo $ECHO_N "(cached) $ECHO_C" >&6
7345else
7346  ac_check_lib_save_LIBS=$LIBS
7347LIBS="-lpthread  $LIBS"
7348cat >conftest.$ac_ext <<_ACEOF
7349/* confdefs.h.  */
7350_ACEOF
7351cat confdefs.h >>conftest.$ac_ext
7352cat >>conftest.$ac_ext <<_ACEOF
7353/* end confdefs.h.  */
7354
7355
7356int
7357main ()
7358{
7359main ();
7360  ;
7361  return 0;
7362}
7363_ACEOF
7364rm -f conftest.$ac_objext conftest$ac_exeext
7365if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7366  (eval $ac_link) 2>conftest.er1
7367  ac_status=$?
7368  grep -v '^ *+' conftest.er1 >conftest.err
7369  rm -f conftest.er1
7370  cat conftest.err >&5
7371  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7372  (exit $ac_status); } &&
7373         { ac_try='test -z "$ac_c_werror_flag"
7374                         || test ! -s conftest.err'
7375  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7376  (eval $ac_try) 2>&5
7377  ac_status=$?
7378  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7379  (exit $ac_status); }; } &&
7380         { ac_try='test -s conftest$ac_exeext'
7381  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7382  (eval $ac_try) 2>&5
7383  ac_status=$?
7384  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385  (exit $ac_status); }; }; then
7386  ac_cv_lib_pthread_main=yes
7387else
7388  echo "$as_me: failed program was:" >&5
7389sed 's/^/| /' conftest.$ac_ext >&5
7390
7391ac_cv_lib_pthread_main=no
7392fi
7393rm -f conftest.err conftest.$ac_objext \
7394      conftest$ac_exeext conftest.$ac_ext
7395LIBS=$ac_check_lib_save_LIBS
7396fi
7397echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5
7398echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6
7399if test $ac_cv_lib_pthread_main = yes; then
7400  FOUND_pthread=yes
7401fi
7402
7403   if test x$FOUND_pthread = xyes ; then
7404      LIBS="$LIBS -lpthread"
7405   fi
7406 fi
7407fi
7408
7409
7410#--------#
7411# efence #
7412#--------#
7413if test x$def_efence = xyes ; then
7414  echo "$as_me:$LINENO: checking for main in -lefence" >&5
7415echo $ECHO_N "checking for main in -lefence... $ECHO_C" >&6
7416if test "${ac_cv_lib_efence_main+set}" = set; then
7417  echo $ECHO_N "(cached) $ECHO_C" >&6
7418else
7419  ac_check_lib_save_LIBS=$LIBS
7420LIBS="-lefence  $LIBS"
7421cat >conftest.$ac_ext <<_ACEOF
7422/* confdefs.h.  */
7423_ACEOF
7424cat confdefs.h >>conftest.$ac_ext
7425cat >>conftest.$ac_ext <<_ACEOF
7426/* end confdefs.h.  */
7427
7428
7429int
7430main ()
7431{
7432main ();
7433  ;
7434  return 0;
7435}
7436_ACEOF
7437rm -f conftest.$ac_objext conftest$ac_exeext
7438if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7439  (eval $ac_link) 2>conftest.er1
7440  ac_status=$?
7441  grep -v '^ *+' conftest.er1 >conftest.err
7442  rm -f conftest.er1
7443  cat conftest.err >&5
7444  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7445  (exit $ac_status); } &&
7446         { ac_try='test -z "$ac_c_werror_flag"
7447                         || test ! -s conftest.err'
7448  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7449  (eval $ac_try) 2>&5
7450  ac_status=$?
7451  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7452  (exit $ac_status); }; } &&
7453         { ac_try='test -s conftest$ac_exeext'
7454  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7455  (eval $ac_try) 2>&5
7456  ac_status=$?
7457  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458  (exit $ac_status); }; }; then
7459  ac_cv_lib_efence_main=yes
7460else
7461  echo "$as_me: failed program was:" >&5
7462sed 's/^/| /' conftest.$ac_ext >&5
7463
7464ac_cv_lib_efence_main=no
7465fi
7466rm -f conftest.err conftest.$ac_objext \
7467      conftest$ac_exeext conftest.$ac_ext
7468LIBS=$ac_check_lib_save_LIBS
7469fi
7470echo "$as_me:$LINENO: result: $ac_cv_lib_efence_main" >&5
7471echo "${ECHO_T}$ac_cv_lib_efence_main" >&6
7472if test $ac_cv_lib_efence_main = yes; then
7473  FOUND_efence=yes
7474fi
7475
7476   if test x$FOUND_efence = xyes ; then
7477      LIBS="$LIBS -lefence"
7478   fi
7479
7480fi
7481
7482# FIXME: Replace `main' with a function in `-lm':
7483
7484echo "$as_me:$LINENO: checking for main in -lm" >&5
7485echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
7486if test "${ac_cv_lib_m_main+set}" = set; then
7487  echo $ECHO_N "(cached) $ECHO_C" >&6
7488else
7489  ac_check_lib_save_LIBS=$LIBS
7490LIBS="-lm  $LIBS"
7491cat >conftest.$ac_ext <<_ACEOF
7492/* confdefs.h.  */
7493_ACEOF
7494cat confdefs.h >>conftest.$ac_ext
7495cat >>conftest.$ac_ext <<_ACEOF
7496/* end confdefs.h.  */
7497
7498
7499int
7500main ()
7501{
7502main ();
7503  ;
7504  return 0;
7505}
7506_ACEOF
7507rm -f conftest.$ac_objext conftest$ac_exeext
7508if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7509  (eval $ac_link) 2>conftest.er1
7510  ac_status=$?
7511  grep -v '^ *+' conftest.er1 >conftest.err
7512  rm -f conftest.er1
7513  cat conftest.err >&5
7514  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7515  (exit $ac_status); } &&
7516         { ac_try='test -z "$ac_c_werror_flag"
7517                         || test ! -s conftest.err'
7518  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7519  (eval $ac_try) 2>&5
7520  ac_status=$?
7521  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522  (exit $ac_status); }; } &&
7523         { ac_try='test -s conftest$ac_exeext'
7524  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7525  (eval $ac_try) 2>&5
7526  ac_status=$?
7527  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528  (exit $ac_status); }; }; then
7529  ac_cv_lib_m_main=yes
7530else
7531  echo "$as_me: failed program was:" >&5
7532sed 's/^/| /' conftest.$ac_ext >&5
7533
7534ac_cv_lib_m_main=no
7535fi
7536rm -f conftest.err conftest.$ac_objext \
7537      conftest$ac_exeext conftest.$ac_ext
7538LIBS=$ac_check_lib_save_LIBS
7539fi
7540echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
7541echo "${ECHO_T}$ac_cv_lib_m_main" >&6
7542if test $ac_cv_lib_m_main = yes; then
7543  cat >>confdefs.h <<_ACEOF
7544#define HAVE_LIBM 1
7545_ACEOF
7546
7547  LIBS="-lm $LIBS"
7548
7549fi
7550
7551
7552
7553# Checks for header files.
7554echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7555echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7556if test "${ac_cv_header_stdc+set}" = set; then
7557  echo $ECHO_N "(cached) $ECHO_C" >&6
7558else
7559  cat >conftest.$ac_ext <<_ACEOF
7560/* confdefs.h.  */
7561_ACEOF
7562cat confdefs.h >>conftest.$ac_ext
7563cat >>conftest.$ac_ext <<_ACEOF
7564/* end confdefs.h.  */
7565#include <stdlib.h>
7566#include <stdarg.h>
7567#include <string.h>
7568#include <float.h>
7569
7570int
7571main ()
7572{
7573
7574  ;
7575  return 0;
7576}
7577_ACEOF
7578rm -f conftest.$ac_objext
7579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7580  (eval $ac_compile) 2>conftest.er1
7581  ac_status=$?
7582  grep -v '^ *+' conftest.er1 >conftest.err
7583  rm -f conftest.er1
7584  cat conftest.err >&5
7585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7586  (exit $ac_status); } &&
7587         { ac_try='test -z "$ac_c_werror_flag"
7588                         || test ! -s conftest.err'
7589  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7590  (eval $ac_try) 2>&5
7591  ac_status=$?
7592  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7593  (exit $ac_status); }; } &&
7594         { ac_try='test -s conftest.$ac_objext'
7595  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7596  (eval $ac_try) 2>&5
7597  ac_status=$?
7598  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7599  (exit $ac_status); }; }; then
7600  ac_cv_header_stdc=yes
7601else
7602  echo "$as_me: failed program was:" >&5
7603sed 's/^/| /' conftest.$ac_ext >&5
7604
7605ac_cv_header_stdc=no
7606fi
7607rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7608
7609if test $ac_cv_header_stdc = yes; then
7610  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7611  cat >conftest.$ac_ext <<_ACEOF
7612/* confdefs.h.  */
7613_ACEOF
7614cat confdefs.h >>conftest.$ac_ext
7615cat >>conftest.$ac_ext <<_ACEOF
7616/* end confdefs.h.  */
7617#include <string.h>
7618
7619_ACEOF
7620if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7621  $EGREP "memchr" >/dev/null 2>&1; then
7622  :
7623else
7624  ac_cv_header_stdc=no
7625fi
7626rm -f conftest*
7627
7628fi
7629
7630if test $ac_cv_header_stdc = yes; then
7631  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7632  cat >conftest.$ac_ext <<_ACEOF
7633/* confdefs.h.  */
7634_ACEOF
7635cat confdefs.h >>conftest.$ac_ext
7636cat >>conftest.$ac_ext <<_ACEOF
7637/* end confdefs.h.  */
7638#include <stdlib.h>
7639
7640_ACEOF
7641if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7642  $EGREP "free" >/dev/null 2>&1; then
7643  :
7644else
7645  ac_cv_header_stdc=no
7646fi
7647rm -f conftest*
7648
7649fi
7650
7651if test $ac_cv_header_stdc = yes; then
7652  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7653  if test "$cross_compiling" = yes; then
7654  :
7655else
7656  cat >conftest.$ac_ext <<_ACEOF
7657/* confdefs.h.  */
7658_ACEOF
7659cat confdefs.h >>conftest.$ac_ext
7660cat >>conftest.$ac_ext <<_ACEOF
7661/* end confdefs.h.  */
7662#include <ctype.h>
7663#if ((' ' & 0x0FF) == 0x020)
7664# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7665# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7666#else
7667# define ISLOWER(c) \
7668                   (('a' <= (c) && (c) <= 'i') \
7669                     || ('j' <= (c) && (c) <= 'r') \
7670                     || ('s' <= (c) && (c) <= 'z'))
7671# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7672#endif
7673
7674#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7675int
7676main ()
7677{
7678  int i;
7679  for (i = 0; i < 256; i++)
7680    if (XOR (islower (i), ISLOWER (i))
7681        || toupper (i) != TOUPPER (i))
7682      exit(2);
7683  exit (0);
7684}
7685_ACEOF
7686rm -f conftest$ac_exeext
7687if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7688  (eval $ac_link) 2>&5
7689  ac_status=$?
7690  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7691  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7692  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7693  (eval $ac_try) 2>&5
7694  ac_status=$?
7695  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7696  (exit $ac_status); }; }; then
7697  :
7698else
7699  echo "$as_me: program exited with status $ac_status" >&5
7700echo "$as_me: failed program was:" >&5
7701sed 's/^/| /' conftest.$ac_ext >&5
7702
7703( exit $ac_status )
7704ac_cv_header_stdc=no
7705fi
7706rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7707fi
7708fi
7709fi
7710echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7711echo "${ECHO_T}$ac_cv_header_stdc" >&6
7712if test $ac_cv_header_stdc = yes; then
7713
7714cat >>confdefs.h <<\_ACEOF
7715#define STDC_HEADERS 1
7716_ACEOF
7717
7718fi
7719
7720
7721
7722for ac_header in stdlib.h string.h
7723do
7724as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7725if eval "test \"\${$as_ac_Header+set}\" = set"; then
7726  echo "$as_me:$LINENO: checking for $ac_header" >&5
7727echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7728if eval "test \"\${$as_ac_Header+set}\" = set"; then
7729  echo $ECHO_N "(cached) $ECHO_C" >&6
7730fi
7731echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7732echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7733else
7734  # Is the header compilable?
7735echo "$as_me:$LINENO: checking $ac_header usability" >&5
7736echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7737cat >conftest.$ac_ext <<_ACEOF
7738/* confdefs.h.  */
7739_ACEOF
7740cat confdefs.h >>conftest.$ac_ext
7741cat >>conftest.$ac_ext <<_ACEOF
7742/* end confdefs.h.  */
7743$ac_includes_default
7744#include <$ac_header>
7745_ACEOF
7746rm -f conftest.$ac_objext
7747if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7748  (eval $ac_compile) 2>conftest.er1
7749  ac_status=$?
7750  grep -v '^ *+' conftest.er1 >conftest.err
7751  rm -f conftest.er1
7752  cat conftest.err >&5
7753  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7754  (exit $ac_status); } &&
7755         { ac_try='test -z "$ac_c_werror_flag"
7756                         || test ! -s conftest.err'
7757  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7758  (eval $ac_try) 2>&5
7759  ac_status=$?
7760  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761  (exit $ac_status); }; } &&
7762         { ac_try='test -s conftest.$ac_objext'
7763  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7764  (eval $ac_try) 2>&5
7765  ac_status=$?
7766  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7767  (exit $ac_status); }; }; then
7768  ac_header_compiler=yes
7769else
7770  echo "$as_me: failed program was:" >&5
7771sed 's/^/| /' conftest.$ac_ext >&5
7772
7773ac_header_compiler=no
7774fi
7775rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7776echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7777echo "${ECHO_T}$ac_header_compiler" >&6
7778
7779# Is the header present?
7780echo "$as_me:$LINENO: checking $ac_header presence" >&5
7781echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7782cat >conftest.$ac_ext <<_ACEOF
7783/* confdefs.h.  */
7784_ACEOF
7785cat confdefs.h >>conftest.$ac_ext
7786cat >>conftest.$ac_ext <<_ACEOF
7787/* end confdefs.h.  */
7788#include <$ac_header>
7789_ACEOF
7790if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7791  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7792  ac_status=$?
7793  grep -v '^ *+' conftest.er1 >conftest.err
7794  rm -f conftest.er1
7795  cat conftest.err >&5
7796  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7797  (exit $ac_status); } >/dev/null; then
7798  if test -s conftest.err; then
7799    ac_cpp_err=$ac_c_preproc_warn_flag
7800    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7801  else
7802    ac_cpp_err=
7803  fi
7804else
7805  ac_cpp_err=yes
7806fi
7807if test -z "$ac_cpp_err"; then
7808  ac_header_preproc=yes
7809else
7810  echo "$as_me: failed program was:" >&5
7811sed 's/^/| /' conftest.$ac_ext >&5
7812
7813  ac_header_preproc=no
7814fi
7815rm -f conftest.err conftest.$ac_ext
7816echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7817echo "${ECHO_T}$ac_header_preproc" >&6
7818
7819# So?  What about this header?
7820case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7821  yes:no: )
7822    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7823echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7824    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7825echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7826    ac_header_preproc=yes
7827    ;;
7828  no:yes:* )
7829    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7830echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7831    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7832echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7833    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7834echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7835    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7836echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7837    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7838echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7839    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7840echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7841    (
7842      cat <<\_ASBOX
7843## ---------------------------------------------- ##
7844## Report this to orxonox-dev at mail.datacore.ch ##
7845## ---------------------------------------------- ##
7846_ASBOX
7847    ) |
7848      sed "s/^/$as_me: WARNING:     /" >&2
7849    ;;
7850esac
7851echo "$as_me:$LINENO: checking for $ac_header" >&5
7852echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7853if eval "test \"\${$as_ac_Header+set}\" = set"; then
7854  echo $ECHO_N "(cached) $ECHO_C" >&6
7855else
7856  eval "$as_ac_Header=\$ac_header_preproc"
7857fi
7858echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7859echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7860
7861fi
7862if test `eval echo '${'$as_ac_Header'}'` = yes; then
7863  cat >>confdefs.h <<_ACEOF
7864#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7865_ACEOF
7866
7867fi
7868
7869done
7870
7871
7872# Checks for typedefs, structures, and compiler characteristics.
7873echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
7874echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
7875if test "${ac_cv_header_stdbool_h+set}" = set; then
7876  echo $ECHO_N "(cached) $ECHO_C" >&6
7877else
7878  cat >conftest.$ac_ext <<_ACEOF
7879/* confdefs.h.  */
7880_ACEOF
7881cat confdefs.h >>conftest.$ac_ext
7882cat >>conftest.$ac_ext <<_ACEOF
7883/* end confdefs.h.  */
7884
7885#include <stdbool.h>
7886#ifndef bool
7887# error bool is not defined
7888#endif
7889#ifndef false
7890# error false is not defined
7891#endif
7892#if false
7893# error false is not 0
7894#endif
7895#ifndef true
7896# error true is not defined
7897#endif
7898#if true != 1
7899# error true is not 1
7900#endif
7901#ifndef __bool_true_false_are_defined
7902# error __bool_true_false_are_defined is not defined
7903#endif
7904
7905        struct s { _Bool s: 1; _Bool t; } s;
7906
7907        char a[true == 1 ? 1 : -1];
7908        char b[false == 0 ? 1 : -1];
7909        char c[__bool_true_false_are_defined == 1 ? 1 : -1];
7910        char d[(bool) -0.5 == true ? 1 : -1];
7911        bool e = &s;
7912        char f[(_Bool) -0.0 == false ? 1 : -1];
7913        char g[true];
7914        char h[sizeof (_Bool)];
7915        char i[sizeof s.t];
7916
7917int
7918main ()
7919{
7920 return !a + !b + !c + !d + !e + !f + !g + !h + !i;
7921  ;
7922  return 0;
7923}
7924_ACEOF
7925rm -f conftest.$ac_objext
7926if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7927  (eval $ac_compile) 2>conftest.er1
7928  ac_status=$?
7929  grep -v '^ *+' conftest.er1 >conftest.err
7930  rm -f conftest.er1
7931  cat conftest.err >&5
7932  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7933  (exit $ac_status); } &&
7934         { ac_try='test -z "$ac_c_werror_flag"
7935                         || test ! -s conftest.err'
7936  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7937  (eval $ac_try) 2>&5
7938  ac_status=$?
7939  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7940  (exit $ac_status); }; } &&
7941         { ac_try='test -s conftest.$ac_objext'
7942  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7943  (eval $ac_try) 2>&5
7944  ac_status=$?
7945  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7946  (exit $ac_status); }; }; then
7947  ac_cv_header_stdbool_h=yes
7948else
7949  echo "$as_me: failed program was:" >&5
7950sed 's/^/| /' conftest.$ac_ext >&5
7951
7952ac_cv_header_stdbool_h=no
7953fi
7954rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7955fi
7956echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
7957echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
7958echo "$as_me:$LINENO: checking for _Bool" >&5
7959echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
7960if test "${ac_cv_type__Bool+set}" = set; then
7961  echo $ECHO_N "(cached) $ECHO_C" >&6
7962else
7963  cat >conftest.$ac_ext <<_ACEOF
7964/* confdefs.h.  */
7965_ACEOF
7966cat confdefs.h >>conftest.$ac_ext
7967cat >>conftest.$ac_ext <<_ACEOF
7968/* end confdefs.h.  */
7969$ac_includes_default
7970int
7971main ()
7972{
7973if ((_Bool *) 0)
7974  return 0;
7975if (sizeof (_Bool))
7976  return 0;
7977  ;
7978  return 0;
7979}
7980_ACEOF
7981rm -f conftest.$ac_objext
7982if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7983  (eval $ac_compile) 2>conftest.er1
7984  ac_status=$?
7985  grep -v '^ *+' conftest.er1 >conftest.err
7986  rm -f conftest.er1
7987  cat conftest.err >&5
7988  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7989  (exit $ac_status); } &&
7990         { ac_try='test -z "$ac_c_werror_flag"
7991                         || test ! -s conftest.err'
7992  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7993  (eval $ac_try) 2>&5
7994  ac_status=$?
7995  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7996  (exit $ac_status); }; } &&
7997         { ac_try='test -s conftest.$ac_objext'
7998  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7999  (eval $ac_try) 2>&5
8000  ac_status=$?
8001  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8002  (exit $ac_status); }; }; then
8003  ac_cv_type__Bool=yes
8004else
8005  echo "$as_me: failed program was:" >&5
8006sed 's/^/| /' conftest.$ac_ext >&5
8007
8008ac_cv_type__Bool=no
8009fi
8010rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8011fi
8012echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
8013echo "${ECHO_T}$ac_cv_type__Bool" >&6
8014if test $ac_cv_type__Bool = yes; then
8015
8016cat >>confdefs.h <<_ACEOF
8017#define HAVE__BOOL 1
8018_ACEOF
8019
8020
8021fi
8022
8023if test $ac_cv_header_stdbool_h = yes; then
8024
8025cat >>confdefs.h <<\_ACEOF
8026#define HAVE_STDBOOL_H 1
8027_ACEOF
8028
8029fi
8030
8031
8032# Checks for library functions.
8033
8034for ac_header in stdlib.h
8035do
8036as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8037if eval "test \"\${$as_ac_Header+set}\" = set"; then
8038  echo "$as_me:$LINENO: checking for $ac_header" >&5
8039echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8040if eval "test \"\${$as_ac_Header+set}\" = set"; then
8041  echo $ECHO_N "(cached) $ECHO_C" >&6
8042fi
8043echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8044echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8045else
8046  # Is the header compilable?
8047echo "$as_me:$LINENO: checking $ac_header usability" >&5
8048echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8049cat >conftest.$ac_ext <<_ACEOF
8050/* confdefs.h.  */
8051_ACEOF
8052cat confdefs.h >>conftest.$ac_ext
8053cat >>conftest.$ac_ext <<_ACEOF
8054/* end confdefs.h.  */
8055$ac_includes_default
8056#include <$ac_header>
8057_ACEOF
8058rm -f conftest.$ac_objext
8059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8060  (eval $ac_compile) 2>conftest.er1
8061  ac_status=$?
8062  grep -v '^ *+' conftest.er1 >conftest.err
8063  rm -f conftest.er1
8064  cat conftest.err >&5
8065  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8066  (exit $ac_status); } &&
8067         { ac_try='test -z "$ac_c_werror_flag"
8068                         || test ! -s conftest.err'
8069  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8070  (eval $ac_try) 2>&5
8071  ac_status=$?
8072  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8073  (exit $ac_status); }; } &&
8074         { ac_try='test -s conftest.$ac_objext'
8075  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8076  (eval $ac_try) 2>&5
8077  ac_status=$?
8078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8079  (exit $ac_status); }; }; then
8080  ac_header_compiler=yes
8081else
8082  echo "$as_me: failed program was:" >&5
8083sed 's/^/| /' conftest.$ac_ext >&5
8084
8085ac_header_compiler=no
8086fi
8087rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8088echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8089echo "${ECHO_T}$ac_header_compiler" >&6
8090
8091# Is the header present?
8092echo "$as_me:$LINENO: checking $ac_header presence" >&5
8093echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8094cat >conftest.$ac_ext <<_ACEOF
8095/* confdefs.h.  */
8096_ACEOF
8097cat confdefs.h >>conftest.$ac_ext
8098cat >>conftest.$ac_ext <<_ACEOF
8099/* end confdefs.h.  */
8100#include <$ac_header>
8101_ACEOF
8102if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8103  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8104  ac_status=$?
8105  grep -v '^ *+' conftest.er1 >conftest.err
8106  rm -f conftest.er1
8107  cat conftest.err >&5
8108  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109  (exit $ac_status); } >/dev/null; then
8110  if test -s conftest.err; then
8111    ac_cpp_err=$ac_c_preproc_warn_flag
8112    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8113  else
8114    ac_cpp_err=
8115  fi
8116else
8117  ac_cpp_err=yes
8118fi
8119if test -z "$ac_cpp_err"; then
8120  ac_header_preproc=yes
8121else
8122  echo "$as_me: failed program was:" >&5
8123sed 's/^/| /' conftest.$ac_ext >&5
8124
8125  ac_header_preproc=no
8126fi
8127rm -f conftest.err conftest.$ac_ext
8128echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8129echo "${ECHO_T}$ac_header_preproc" >&6
8130
8131# So?  What about this header?
8132case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8133  yes:no: )
8134    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8135echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8136    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8137echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8138    ac_header_preproc=yes
8139    ;;
8140  no:yes:* )
8141    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8142echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8143    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8144echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8145    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8146echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8147    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8148echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8149    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8150echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8151    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8152echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8153    (
8154      cat <<\_ASBOX
8155## ---------------------------------------------- ##
8156## Report this to orxonox-dev at mail.datacore.ch ##
8157## ---------------------------------------------- ##
8158_ASBOX
8159    ) |
8160      sed "s/^/$as_me: WARNING:     /" >&2
8161    ;;
8162esac
8163echo "$as_me:$LINENO: checking for $ac_header" >&5
8164echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8165if eval "test \"\${$as_ac_Header+set}\" = set"; then
8166  echo $ECHO_N "(cached) $ECHO_C" >&6
8167else
8168  eval "$as_ac_Header=\$ac_header_preproc"
8169fi
8170echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8171echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8172
8173fi
8174if test `eval echo '${'$as_ac_Header'}'` = yes; then
8175  cat >>confdefs.h <<_ACEOF
8176#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8177_ACEOF
8178
8179fi
8180
8181done
8182
8183echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
8184echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
8185if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
8186  echo $ECHO_N "(cached) $ECHO_C" >&6
8187else
8188  if test "$cross_compiling" = yes; then
8189  ac_cv_func_malloc_0_nonnull=no
8190else
8191  cat >conftest.$ac_ext <<_ACEOF
8192/* confdefs.h.  */
8193_ACEOF
8194cat confdefs.h >>conftest.$ac_ext
8195cat >>conftest.$ac_ext <<_ACEOF
8196/* end confdefs.h.  */
8197#if STDC_HEADERS || HAVE_STDLIB_H
8198# include <stdlib.h>
8199#else
8200char *malloc ();
8201#endif
8202
8203int
8204main ()
8205{
8206exit (malloc (0) ? 0 : 1);
8207  ;
8208  return 0;
8209}
8210_ACEOF
8211rm -f conftest$ac_exeext
8212if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8213  (eval $ac_link) 2>&5
8214  ac_status=$?
8215  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8216  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8217  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8218  (eval $ac_try) 2>&5
8219  ac_status=$?
8220  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8221  (exit $ac_status); }; }; then
8222  ac_cv_func_malloc_0_nonnull=yes
8223else
8224  echo "$as_me: program exited with status $ac_status" >&5
8225echo "$as_me: failed program was:" >&5
8226sed 's/^/| /' conftest.$ac_ext >&5
8227
8228( exit $ac_status )
8229ac_cv_func_malloc_0_nonnull=no
8230fi
8231rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8232fi
8233fi
8234echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
8235echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
8236if test $ac_cv_func_malloc_0_nonnull = yes; then
8237
8238cat >>confdefs.h <<\_ACEOF
8239#define HAVE_MALLOC 1
8240_ACEOF
8241
8242else
8243  cat >>confdefs.h <<\_ACEOF
8244#define HAVE_MALLOC 0
8245_ACEOF
8246
8247   case $LIBOBJS in
8248    "malloc.$ac_objext"   | \
8249  *" malloc.$ac_objext"   | \
8250    "malloc.$ac_objext "* | \
8251  *" malloc.$ac_objext "* ) ;;
8252  *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
8253esac
8254
8255
8256cat >>confdefs.h <<\_ACEOF
8257#define malloc rpl_malloc
8258_ACEOF
8259
8260fi
8261
8262
8263
8264
8265
8266for ac_func in bzero sqrt
8267do
8268as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8269echo "$as_me:$LINENO: checking for $ac_func" >&5
8270echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8271if eval "test \"\${$as_ac_var+set}\" = set"; then
8272  echo $ECHO_N "(cached) $ECHO_C" >&6
8273else
8274  cat >conftest.$ac_ext <<_ACEOF
8275/* confdefs.h.  */
8276_ACEOF
8277cat confdefs.h >>conftest.$ac_ext
8278cat >>conftest.$ac_ext <<_ACEOF
8279/* end confdefs.h.  */
8280/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8281   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8282#define $ac_func innocuous_$ac_func
8283
8284/* System header to define __stub macros and hopefully few prototypes,
8285    which can conflict with char $ac_func (); below.
8286    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8287    <limits.h> exists even on freestanding compilers.  */
8288
8289#ifdef __STDC__
8290# include <limits.h>
8291#else
8292# include <assert.h>
8293#endif
8294
8295#undef $ac_func
8296
8297/* Override any gcc2 internal prototype to avoid an error.  */
8298#ifdef __cplusplus
8299extern "C"
8300{
8301#endif
8302/* We use char because int might match the return type of a gcc2
8303   builtin and then its argument prototype would still apply.  */
8304char $ac_func ();
8305/* The GNU C library defines this for functions which it implements
8306    to always fail with ENOSYS.  Some functions are actually named
8307    something starting with __ and the normal name is an alias.  */
8308#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8309choke me
8310#else
8311char (*f) () = $ac_func;
8312#endif
8313#ifdef __cplusplus
8314}
8315#endif
8316
8317int
8318main ()
8319{
8320return f != $ac_func;
8321  ;
8322  return 0;
8323}
8324_ACEOF
8325rm -f conftest.$ac_objext conftest$ac_exeext
8326if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8327  (eval $ac_link) 2>conftest.er1
8328  ac_status=$?
8329  grep -v '^ *+' conftest.er1 >conftest.err
8330  rm -f conftest.er1
8331  cat conftest.err >&5
8332  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8333  (exit $ac_status); } &&
8334         { ac_try='test -z "$ac_c_werror_flag"
8335                         || test ! -s conftest.err'
8336  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8337  (eval $ac_try) 2>&5
8338  ac_status=$?
8339  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8340  (exit $ac_status); }; } &&
8341         { ac_try='test -s conftest$ac_exeext'
8342  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8343  (eval $ac_try) 2>&5
8344  ac_status=$?
8345  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8346  (exit $ac_status); }; }; then
8347  eval "$as_ac_var=yes"
8348else
8349  echo "$as_me: failed program was:" >&5
8350sed 's/^/| /' conftest.$ac_ext >&5
8351
8352eval "$as_ac_var=no"
8353fi
8354rm -f conftest.err conftest.$ac_objext \
8355      conftest$ac_exeext conftest.$ac_ext
8356fi
8357echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8358echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8359if test `eval echo '${'$as_ac_var'}'` = yes; then
8360  cat >>confdefs.h <<_ACEOF
8361#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8362_ACEOF
8363
8364fi
8365done
8366
8367
8368######################
8369## OUTPUT CONFIGURE ##
8370######################
8371                                                                                                    ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile src/subprojects/Makefile src/subprojects/testmain/Makefile"
8372
8373
8374cat >confcache <<\_ACEOF
8375# This file is a shell script that caches the results of configure
8376# tests run on this system so they can be shared between configure
8377# scripts and configure runs, see configure's option --config-cache.
8378# It is not useful on other systems.  If it contains results you don't
8379# want to keep, you may remove or edit it.
8380#
8381# config.status only pays attention to the cache file if you give it
8382# the --recheck option to rerun configure.
8383#
8384# `ac_cv_env_foo' variables (set or unset) will be overridden when
8385# loading this file, other *unset* `ac_cv_foo' will be assigned the
8386# following values.
8387
8388_ACEOF
8389
8390# The following way of writing the cache mishandles newlines in values,
8391# but we know of no workaround that is simple, portable, and efficient.
8392# So, don't put newlines in cache variables' values.
8393# Ultrix sh set writes to stderr and can't be redirected directly,
8394# and sets the high bit in the cache file unless we assign to the vars.
8395{
8396  (set) 2>&1 |
8397    case `(ac_space=' '; set | grep ac_space) 2>&1` in
8398    *ac_space=\ *)
8399      # `set' does not quote correctly, so add quotes (double-quote
8400      # substitution turns \\\\ into \\, and sed turns \\ into \).
8401      sed -n \
8402        "s/'/'\\\\''/g;
8403          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8404      ;;
8405    *)
8406      # `set' quotes correctly as required by POSIX, so do not add quotes.
8407      sed -n \
8408        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8409      ;;
8410    esac;
8411} |
8412  sed '
8413     t clear
8414     : clear
8415     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8416     t end
8417     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8418     : end' >>confcache
8419if diff $cache_file confcache >/dev/null 2>&1; then :; else
8420  if test -w $cache_file; then
8421    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8422    cat confcache >$cache_file
8423  else
8424    echo "not updating unwritable cache $cache_file"
8425  fi
8426fi
8427rm -f confcache
8428
8429test "x$prefix" = xNONE && prefix=$ac_default_prefix
8430# Let make expand exec_prefix.
8431test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8432
8433# VPATH may cause trouble with some makes, so we remove $(srcdir),
8434# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
8435# trailing colons and then remove the whole line if VPATH becomes empty
8436# (actually we leave an empty line to preserve line numbers).
8437if test "x$srcdir" = x.; then
8438  ac_vpsub='/^[  ]*VPATH[        ]*=/{
8439s/:*\$(srcdir):*/:/;
8440s/:*\${srcdir}:*/:/;
8441s/:*@srcdir@:*/:/;
8442s/^\([^=]*=[     ]*\):*/\1/;
8443s/:*$//;
8444s/^[^=]*=[       ]*$//;
8445}'
8446fi
8447
8448DEFS=-DHAVE_CONFIG_H
8449
8450ac_libobjs=
8451ac_ltlibobjs=
8452for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8453  # 1. Remove the extension, and $U if already installed.
8454  ac_i=`echo "$ac_i" |
8455         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
8456  # 2. Add them.
8457  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
8458  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
8459done
8460LIBOBJS=$ac_libobjs
8461
8462LTLIBOBJS=$ac_ltlibobjs
8463
8464
8465if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
8466  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
8467Usually this means the macro was only invoked conditionally." >&5
8468echo "$as_me: error: conditional \"AMDEP\" was never defined.
8469Usually this means the macro was only invoked conditionally." >&2;}
8470   { (exit 1); exit 1; }; }
8471fi
8472if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
8473  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
8474Usually this means the macro was only invoked conditionally." >&5
8475echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
8476Usually this means the macro was only invoked conditionally." >&2;}
8477   { (exit 1); exit 1; }; }
8478fi
8479if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
8480  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
8481Usually this means the macro was only invoked conditionally." >&5
8482echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
8483Usually this means the macro was only invoked conditionally." >&2;}
8484   { (exit 1); exit 1; }; }
8485fi
8486if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then
8487  { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined.
8488Usually this means the macro was only invoked conditionally." >&5
8489echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined.
8490Usually this means the macro was only invoked conditionally." >&2;}
8491   { (exit 1); exit 1; }; }
8492fi
8493if test -z "${DOCUMENTATION_TRUE}" && test -z "${DOCUMENTATION_FALSE}"; then
8494  { { echo "$as_me:$LINENO: error: conditional \"DOCUMENTATION\" was never defined.
8495Usually this means the macro was only invoked conditionally." >&5
8496echo "$as_me: error: conditional \"DOCUMENTATION\" was never defined.
8497Usually this means the macro was only invoked conditionally." >&2;}
8498   { (exit 1); exit 1; }; }
8499fi
8500if test -z "${DOXYGEN_TRUE}" && test -z "${DOXYGEN_FALSE}"; then
8501  { { echo "$as_me:$LINENO: error: conditional \"DOXYGEN\" was never defined.
8502Usually this means the macro was only invoked conditionally." >&5
8503echo "$as_me: error: conditional \"DOXYGEN\" was never defined.
8504Usually this means the macro was only invoked conditionally." >&2;}
8505   { (exit 1); exit 1; }; }
8506fi
8507if test -z "${HAVE_GTK2_TRUE}" && test -z "${HAVE_GTK2_FALSE}"; then
8508  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTK2\" was never defined.
8509Usually this means the macro was only invoked conditionally." >&5
8510echo "$as_me: error: conditional \"HAVE_GTK2\" was never defined.
8511Usually this means the macro was only invoked conditionally." >&2;}
8512   { (exit 1); exit 1; }; }
8513fi
8514if test -z "${HAVE_GTHREAD_TRUE}" && test -z "${HAVE_GTHREAD_FALSE}"; then
8515  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTHREAD\" was never defined.
8516Usually this means the macro was only invoked conditionally." >&5
8517echo "$as_me: error: conditional \"HAVE_GTHREAD\" was never defined.
8518Usually this means the macro was only invoked conditionally." >&2;}
8519   { (exit 1); exit 1; }; }
8520fi
8521if test -z "${HAVE_CURL_TRUE}" && test -z "${HAVE_CURL_FALSE}"; then
8522  { { echo "$as_me:$LINENO: error: conditional \"HAVE_CURL\" was never defined.
8523Usually this means the macro was only invoked conditionally." >&5
8524echo "$as_me: error: conditional \"HAVE_CURL\" was never defined.
8525Usually this means the macro was only invoked conditionally." >&2;}
8526   { (exit 1); exit 1; }; }
8527fi
8528
8529: ${CONFIG_STATUS=./config.status}
8530ac_clean_files_save=$ac_clean_files
8531ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8532{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
8533echo "$as_me: creating $CONFIG_STATUS" >&6;}
8534cat >$CONFIG_STATUS <<_ACEOF
8535#! $SHELL
8536# Generated by $as_me.
8537# Run this file to recreate the current configuration.
8538# Compiler output produced by configure, useful for debugging
8539# configure, is in config.log if it exists.
8540
8541debug=false
8542ac_cs_recheck=false
8543ac_cs_silent=false
8544SHELL=\${CONFIG_SHELL-$SHELL}
8545_ACEOF
8546
8547cat >>$CONFIG_STATUS <<\_ACEOF
8548## --------------------- ##
8549## M4sh Initialization.  ##
8550## --------------------- ##
8551
8552# Be Bourne compatible
8553if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8554  emulate sh
8555  NULLCMD=:
8556  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8557  # is contrary to our usage.  Disable this feature.
8558  alias -g '${1+"$@"}'='"$@"'
8559elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
8560  set -o posix
8561fi
8562DUALCASE=1; export DUALCASE # for MKS sh
8563
8564# Support unset when possible.
8565if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8566  as_unset=unset
8567else
8568  as_unset=false
8569fi
8570
8571
8572# Work around bugs in pre-3.0 UWIN ksh.
8573$as_unset ENV MAIL MAILPATH
8574PS1='$ '
8575PS2='> '
8576PS4='+ '
8577
8578# NLS nuisances.
8579for as_var in \
8580  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
8581  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8582  LC_TELEPHONE LC_TIME
8583do
8584  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8585    eval $as_var=C; export $as_var
8586  else
8587    $as_unset $as_var
8588  fi
8589done
8590
8591# Required to use basename.
8592if expr a : '\(a\)' >/dev/null 2>&1; then
8593  as_expr=expr
8594else
8595  as_expr=false
8596fi
8597
8598if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
8599  as_basename=basename
8600else
8601  as_basename=false
8602fi
8603
8604
8605# Name of the executable.
8606as_me=`$as_basename "$0" ||
8607$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8608         X"$0" : 'X\(//\)$' \| \
8609         X"$0" : 'X\(/\)$' \| \
8610         .     : '\(.\)' 2>/dev/null ||
8611echo X/"$0" |
8612    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
8613          /^X\/\(\/\/\)$/{ s//\1/; q; }
8614          /^X\/\(\/\).*/{ s//\1/; q; }
8615          s/.*/./; q'`
8616
8617
8618# PATH needs CR, and LINENO needs CR and PATH.
8619# Avoid depending upon Character Ranges.
8620as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8621as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8622as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8623as_cr_digits='0123456789'
8624as_cr_alnum=$as_cr_Letters$as_cr_digits
8625
8626# The user is always right.
8627if test "${PATH_SEPARATOR+set}" != set; then
8628  echo "#! /bin/sh" >conf$$.sh
8629  echo  "exit 0"   >>conf$$.sh
8630  chmod +x conf$$.sh
8631  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8632    PATH_SEPARATOR=';'
8633  else
8634    PATH_SEPARATOR=:
8635  fi
8636  rm -f conf$$.sh
8637fi
8638
8639
8640  as_lineno_1=$LINENO
8641  as_lineno_2=$LINENO
8642  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8643  test "x$as_lineno_1" != "x$as_lineno_2" &&
8644  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
8645  # Find who we are.  Look in the path if we contain no path at all
8646  # relative or not.
8647  case $0 in
8648    *[\\/]* ) as_myself=$0 ;;
8649    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8650for as_dir in $PATH
8651do
8652  IFS=$as_save_IFS
8653  test -z "$as_dir" && as_dir=.
8654  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8655done
8656
8657       ;;
8658  esac
8659  # We did not find ourselves, most probably we were run as `sh COMMAND'
8660  # in which case we are not to be found in the path.
8661  if test "x$as_myself" = x; then
8662    as_myself=$0
8663  fi
8664  if test ! -f "$as_myself"; then
8665    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
8666echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
8667   { (exit 1); exit 1; }; }
8668  fi
8669  case $CONFIG_SHELL in
8670  '')
8671    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8672for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
8673do
8674  IFS=$as_save_IFS
8675  test -z "$as_dir" && as_dir=.
8676  for as_base in sh bash ksh sh5; do
8677         case $as_dir in
8678         /*)
8679           if ("$as_dir/$as_base" -c '
8680  as_lineno_1=$LINENO
8681  as_lineno_2=$LINENO
8682  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8683  test "x$as_lineno_1" != "x$as_lineno_2" &&
8684  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
8685             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
8686             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
8687             CONFIG_SHELL=$as_dir/$as_base
8688             export CONFIG_SHELL
8689             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8690           fi;;
8691         esac
8692       done
8693done
8694;;
8695  esac
8696
8697  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8698  # uniformly replaced by the line number.  The first 'sed' inserts a
8699  # line-number line before each line; the second 'sed' does the real
8700  # work.  The second script uses 'N' to pair each line-number line
8701  # with the numbered line, and appends trailing '-' during
8702  # substitution so that $LINENO is not a special case at line end.
8703  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8704  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
8705  sed '=' <$as_myself |
8706    sed '
8707      N
8708      s,$,-,
8709      : loop
8710      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8711      t loop
8712      s,-$,,
8713      s,^['$as_cr_digits']*\n,,
8714    ' >$as_me.lineno &&
8715  chmod +x $as_me.lineno ||
8716    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
8717echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
8718   { (exit 1); exit 1; }; }
8719
8720  # Don't try to exec as it changes $[0], causing all sort of problems
8721  # (the dirname of $[0] is not the place where we might find the
8722  # original and so on.  Autoconf is especially sensible to this).
8723  . ./$as_me.lineno
8724  # Exit status is that of the last command.
8725  exit
8726}
8727
8728
8729case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8730  *c*,-n*) ECHO_N= ECHO_C='
8731' ECHO_T='      ' ;;
8732  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
8733  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
8734esac
8735
8736if expr a : '\(a\)' >/dev/null 2>&1; then
8737  as_expr=expr
8738else
8739  as_expr=false
8740fi
8741
8742rm -f conf$$ conf$$.exe conf$$.file
8743echo >conf$$.file
8744if ln -s conf$$.file conf$$ 2>/dev/null; then
8745  # We could just check for DJGPP; but this test a) works b) is more generic
8746  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8747  if test -f conf$$.exe; then
8748    # Don't use ln at all; we don't have any links
8749    as_ln_s='cp -p'
8750  else
8751    as_ln_s='ln -s'
8752  fi
8753elif ln conf$$.file conf$$ 2>/dev/null; then
8754  as_ln_s=ln
8755else
8756  as_ln_s='cp -p'
8757fi
8758rm -f conf$$ conf$$.exe conf$$.file
8759
8760if mkdir -p . 2>/dev/null; then
8761  as_mkdir_p=:
8762else
8763  test -d ./-p && rmdir ./-p
8764  as_mkdir_p=false
8765fi
8766
8767as_executable_p="test -f"
8768
8769# Sed expression to map a string onto a valid CPP name.
8770as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8771
8772# Sed expression to map a string onto a valid variable name.
8773as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8774
8775
8776# IFS
8777# We need space, tab and new line, in precisely that order.
8778as_nl='
8779'
8780IFS="   $as_nl"
8781
8782# CDPATH.
8783$as_unset CDPATH
8784
8785exec 6>&1
8786
8787# Open the log real soon, to keep \$[0] and so on meaningful, and to
8788# report actual input values of CONFIG_FILES etc. instead of their
8789# values after options handling.  Logging --version etc. is OK.
8790exec 5>>config.log
8791{
8792  echo
8793  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8794## Running $as_me. ##
8795_ASBOX
8796} >&5
8797cat >&5 <<_CSEOF
8798
8799This file was extended by orxonox $as_me 0.2.2-pre-alpha, which was
8800generated by GNU Autoconf 2.59.  Invocation command line was
8801
8802  CONFIG_FILES    = $CONFIG_FILES
8803  CONFIG_HEADERS  = $CONFIG_HEADERS
8804  CONFIG_LINKS    = $CONFIG_LINKS
8805  CONFIG_COMMANDS = $CONFIG_COMMANDS
8806  $ $0 $@
8807
8808_CSEOF
8809echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8810echo >&5
8811_ACEOF
8812
8813# Files that config.status was made for.
8814if test -n "$ac_config_files"; then
8815  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8816fi
8817
8818if test -n "$ac_config_headers"; then
8819  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8820fi
8821
8822if test -n "$ac_config_links"; then
8823  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8824fi
8825
8826if test -n "$ac_config_commands"; then
8827  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8828fi
8829
8830cat >>$CONFIG_STATUS <<\_ACEOF
8831
8832ac_cs_usage="\
8833\`$as_me' instantiates files from templates according to the
8834current configuration.
8835
8836Usage: $0 [OPTIONS] [FILE]...
8837
8838  -h, --help       print this help, then exit
8839  -V, --version    print version number, then exit
8840  -q, --quiet      do not print progress messages
8841  -d, --debug      don't remove temporary files
8842      --recheck    update $as_me by reconfiguring in the same conditions
8843  --file=FILE[:TEMPLATE]
8844                   instantiate the configuration file FILE
8845  --header=FILE[:TEMPLATE]
8846                   instantiate the configuration header FILE
8847
8848Configuration files:
8849$config_files
8850
8851Configuration headers:
8852$config_headers
8853
8854Configuration commands:
8855$config_commands
8856
8857Report bugs to <bug-autoconf@gnu.org>."
8858_ACEOF
8859
8860cat >>$CONFIG_STATUS <<_ACEOF
8861ac_cs_version="\\
8862orxonox config.status 0.2.2-pre-alpha
8863configured by $0, generated by GNU Autoconf 2.59,
8864  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8865
8866Copyright (C) 2003 Free Software Foundation, Inc.
8867This config.status script is free software; the Free Software Foundation
8868gives unlimited permission to copy, distribute and modify it."
8869srcdir=$srcdir
8870INSTALL="$INSTALL"
8871_ACEOF
8872
8873cat >>$CONFIG_STATUS <<\_ACEOF
8874# If no file are specified by the user, then we need to provide default
8875# value.  By we need to know if files were specified by the user.
8876ac_need_defaults=:
8877while test $# != 0
8878do
8879  case $1 in
8880  --*=*)
8881    ac_option=`expr "x$1" : 'x\([^=]*\)='`
8882    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
8883    ac_shift=:
8884    ;;
8885  -*)
8886    ac_option=$1
8887    ac_optarg=$2
8888    ac_shift=shift
8889    ;;
8890  *) # This is not an option, so the user has probably given explicit
8891     # arguments.
8892     ac_option=$1
8893     ac_need_defaults=false;;
8894  esac
8895
8896  case $ac_option in
8897  # Handling of the options.
8898_ACEOF
8899cat >>$CONFIG_STATUS <<\_ACEOF
8900  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8901    ac_cs_recheck=: ;;
8902  --version | --vers* | -V )
8903    echo "$ac_cs_version"; exit 0 ;;
8904  --he | --h)
8905    # Conflict between --help and --header
8906    { { echo "$as_me:$LINENO: error: ambiguous option: $1
8907Try \`$0 --help' for more information." >&5
8908echo "$as_me: error: ambiguous option: $1
8909Try \`$0 --help' for more information." >&2;}
8910   { (exit 1); exit 1; }; };;
8911  --help | --hel | -h )
8912    echo "$ac_cs_usage"; exit 0 ;;
8913  --debug | --d* | -d )
8914    debug=: ;;
8915  --file | --fil | --fi | --f )
8916    $ac_shift
8917    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
8918    ac_need_defaults=false;;
8919  --header | --heade | --head | --hea )
8920    $ac_shift
8921    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
8922    ac_need_defaults=false;;
8923  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8924  | -silent | --silent | --silen | --sile | --sil | --si | --s)
8925    ac_cs_silent=: ;;
8926
8927  # This is an error.
8928  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
8929Try \`$0 --help' for more information." >&5
8930echo "$as_me: error: unrecognized option: $1
8931Try \`$0 --help' for more information." >&2;}
8932   { (exit 1); exit 1; }; } ;;
8933
8934  *) ac_config_targets="$ac_config_targets $1" ;;
8935
8936  esac
8937  shift
8938done
8939
8940ac_configure_extra_args=
8941
8942if $ac_cs_silent; then
8943  exec 6>/dev/null
8944  ac_configure_extra_args="$ac_configure_extra_args --silent"
8945fi
8946
8947_ACEOF
8948cat >>$CONFIG_STATUS <<_ACEOF
8949if \$ac_cs_recheck; then
8950  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
8951  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8952fi
8953
8954_ACEOF
8955
8956cat >>$CONFIG_STATUS <<_ACEOF
8957#
8958# INIT-COMMANDS section.
8959#
8960
8961AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
8962
8963_ACEOF
8964
8965
8966
8967cat >>$CONFIG_STATUS <<\_ACEOF
8968for ac_config_target in $ac_config_targets
8969do
8970  case "$ac_config_target" in
8971  # Handling of arguments.
8972  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8973  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8974  "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
8975  "src/lib/graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/Makefile" ;;
8976  "src/lib/graphics/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/importer/Makefile" ;;
8977  "src/lib/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/Makefile" ;;
8978  "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;;
8979  "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;;
8980  "src/subprojects/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/Makefile" ;;
8981  "src/subprojects/testmain/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/testmain/Makefile" ;;
8982  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
8983  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
8984  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
8985echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
8986   { (exit 1); exit 1; }; };;
8987  esac
8988done
8989
8990# If the user did not use the arguments to specify the items to instantiate,
8991# then the envvar interface is used.  Set only those that are not.
8992# We use the long form for the default assignment because of an extremely
8993# bizarre bug on SunOS 4.1.3.
8994if $ac_need_defaults; then
8995  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8996  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8997  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8998fi
8999
9000# Have a temporary directory for convenience.  Make it in the build tree
9001# simply because there is no reason to put it here, and in addition,
9002# creating and moving files from /tmp can sometimes cause problems.
9003# Create a temporary directory, and hook for its removal unless debugging.
9004$debug ||
9005{
9006  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9007  trap '{ (exit 1); exit 1; }' 1 2 13 15
9008}
9009
9010# Create a (secure) tmp directory for tmp files.
9011
9012{
9013  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
9014  test -n "$tmp" && test -d "$tmp"
9015}  ||
9016{
9017  tmp=./confstat$$-$RANDOM
9018  (umask 077 && mkdir $tmp)
9019} ||
9020{
9021   echo "$me: cannot create a temporary directory in ." >&2
9022   { (exit 1); exit 1; }
9023}
9024
9025_ACEOF
9026
9027cat >>$CONFIG_STATUS <<_ACEOF
9028
9029#
9030# CONFIG_FILES section.
9031#
9032
9033# No need to generate the scripts if there are no CONFIG_FILES.
9034# This happens for instance when ./config.status config.h
9035if test -n "\$CONFIG_FILES"; then
9036  # Protect against being on the right side of a sed subst in config.status.
9037  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9038   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9039s,@SHELL@,$SHELL,;t t
9040s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
9041s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
9042s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
9043s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
9044s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
9045s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
9046s,@exec_prefix@,$exec_prefix,;t t
9047s,@prefix@,$prefix,;t t
9048s,@program_transform_name@,$program_transform_name,;t t
9049s,@bindir@,$bindir,;t t
9050s,@sbindir@,$sbindir,;t t
9051s,@libexecdir@,$libexecdir,;t t
9052s,@datadir@,$datadir,;t t
9053s,@sysconfdir@,$sysconfdir,;t t
9054s,@sharedstatedir@,$sharedstatedir,;t t
9055s,@localstatedir@,$localstatedir,;t t
9056s,@libdir@,$libdir,;t t
9057s,@includedir@,$includedir,;t t
9058s,@oldincludedir@,$oldincludedir,;t t
9059s,@infodir@,$infodir,;t t
9060s,@mandir@,$mandir,;t t
9061s,@build_alias@,$build_alias,;t t
9062s,@host_alias@,$host_alias,;t t
9063s,@target_alias@,$target_alias,;t t
9064s,@DEFS@,$DEFS,;t t
9065s,@ECHO_C@,$ECHO_C,;t t
9066s,@ECHO_N@,$ECHO_N,;t t
9067s,@ECHO_T@,$ECHO_T,;t t
9068s,@LIBS@,$LIBS,;t t
9069s,@build@,$build,;t t
9070s,@build_cpu@,$build_cpu,;t t
9071s,@build_vendor@,$build_vendor,;t t
9072s,@build_os@,$build_os,;t t
9073s,@host@,$host,;t t
9074s,@host_cpu@,$host_cpu,;t t
9075s,@host_vendor@,$host_vendor,;t t
9076s,@host_os@,$host_os,;t t
9077s,@target@,$target,;t t
9078s,@target_cpu@,$target_cpu,;t t
9079s,@target_vendor@,$target_vendor,;t t
9080s,@target_os@,$target_os,;t t
9081s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
9082s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
9083s,@INSTALL_DATA@,$INSTALL_DATA,;t t
9084s,@CYGPATH_W@,$CYGPATH_W,;t t
9085s,@PACKAGE@,$PACKAGE,;t t
9086s,@VERSION@,$VERSION,;t t
9087s,@ACLOCAL@,$ACLOCAL,;t t
9088s,@AUTOCONF@,$AUTOCONF,;t t
9089s,@AUTOMAKE@,$AUTOMAKE,;t t
9090s,@AUTOHEADER@,$AUTOHEADER,;t t
9091s,@MAKEINFO@,$MAKEINFO,;t t
9092s,@AMTAR@,$AMTAR,;t t
9093s,@install_sh@,$install_sh,;t t
9094s,@STRIP@,$STRIP,;t t
9095s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
9096s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
9097s,@mkdir_p@,$mkdir_p,;t t
9098s,@AWK@,$AWK,;t t
9099s,@SET_MAKE@,$SET_MAKE,;t t
9100s,@am__leading_dot@,$am__leading_dot,;t t
9101s,@CXX@,$CXX,;t t
9102s,@CXXFLAGS@,$CXXFLAGS,;t t
9103s,@LDFLAGS@,$LDFLAGS,;t t
9104s,@CPPFLAGS@,$CPPFLAGS,;t t
9105s,@ac_ct_CXX@,$ac_ct_CXX,;t t
9106s,@EXEEXT@,$EXEEXT,;t t
9107s,@OBJEXT@,$OBJEXT,;t t
9108s,@DEPDIR@,$DEPDIR,;t t
9109s,@am__include@,$am__include,;t t
9110s,@am__quote@,$am__quote,;t t
9111s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
9112s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
9113s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
9114s,@CXXDEPMODE@,$CXXDEPMODE,;t t
9115s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
9116s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
9117s,@CC@,$CC,;t t
9118s,@CFLAGS@,$CFLAGS,;t t
9119s,@ac_ct_CC@,$ac_ct_CC,;t t
9120s,@CCDEPMODE@,$CCDEPMODE,;t t
9121s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
9122s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
9123s,@CPP@,$CPP,;t t
9124s,@EGREP@,$EGREP,;t t
9125s,@DEBUG@,$DEBUG,;t t
9126s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t
9127s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t
9128s,@DOCUMENTATION_TRUE@,$DOCUMENTATION_TRUE,;t t
9129s,@DOCUMENTATION_FALSE@,$DOCUMENTATION_FALSE,;t t
9130s,@DOXYGEN@,$DOXYGEN,;t t
9131s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t
9132s,@DOXYGEN_FALSE@,$DOXYGEN_FALSE,;t t
9133s,@GPROF@,$GPROF,;t t
9134s,@MSBITFIELDS@,$MSBITFIELDS,;t t
9135s,@GTK2_LIBS@,$GTK2_LIBS,;t t
9136s,@GTK2_CFLAGS@,$GTK2_CFLAGS,;t t
9137s,@HAVE_GTK2_TRUE@,$HAVE_GTK2_TRUE,;t t
9138s,@HAVE_GTK2_FALSE@,$HAVE_GTK2_FALSE,;t t
9139s,@GTHREAD_LIBS@,$GTHREAD_LIBS,;t t
9140s,@GTHREAD_CFLAGS@,$GTHREAD_CFLAGS,;t t
9141s,@HAVE_GTHREAD_TRUE@,$HAVE_GTHREAD_TRUE,;t t
9142s,@HAVE_GTHREAD_FALSE@,$HAVE_GTHREAD_FALSE,;t t
9143s,@CURL_LIBS@,$CURL_LIBS,;t t
9144s,@CURL_CFLAGS@,$CURL_CFLAGS,;t t
9145s,@HAVE_CURL_TRUE@,$HAVE_CURL_TRUE,;t t
9146s,@HAVE_CURL_FALSE@,$HAVE_CURL_FALSE,;t t
9147s,@LIBOBJS@,$LIBOBJS,;t t
9148s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9149CEOF
9150
9151_ACEOF
9152
9153  cat >>$CONFIG_STATUS <<\_ACEOF
9154  # Split the substitutions into bite-sized pieces for seds with
9155  # small command number limits, like on Digital OSF/1 and HP-UX.
9156  ac_max_sed_lines=48
9157  ac_sed_frag=1 # Number of current file.
9158  ac_beg=1 # First line for current file.
9159  ac_end=$ac_max_sed_lines # Line after last line for current file.
9160  ac_more_lines=:
9161  ac_sed_cmds=
9162  while $ac_more_lines; do
9163    if test $ac_beg -gt 1; then
9164      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
9165    else
9166      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
9167    fi
9168    if test ! -s $tmp/subs.frag; then
9169      ac_more_lines=false
9170    else
9171      # The purpose of the label and of the branching condition is to
9172      # speed up the sed processing (if there are no `@' at all, there
9173      # is no need to browse any of the substitutions).
9174      # These are the two extra sed commands mentioned above.
9175      (echo ':t
9176  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
9177      if test -z "$ac_sed_cmds"; then
9178        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
9179      else
9180        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
9181      fi
9182      ac_sed_frag=`expr $ac_sed_frag + 1`
9183      ac_beg=$ac_end
9184      ac_end=`expr $ac_end + $ac_max_sed_lines`
9185    fi
9186  done
9187  if test -z "$ac_sed_cmds"; then
9188    ac_sed_cmds=cat
9189  fi
9190fi # test -n "$CONFIG_FILES"
9191
9192_ACEOF
9193cat >>$CONFIG_STATUS <<\_ACEOF
9194for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
9195  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9196  case $ac_file in
9197  - | *:- | *:-:* ) # input from stdin
9198        cat >$tmp/stdin
9199        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9200        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9201  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9202        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9203  * )   ac_file_in=$ac_file.in ;;
9204  esac
9205
9206  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
9207  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
9208$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9209         X"$ac_file" : 'X\(//\)[^/]' \| \
9210         X"$ac_file" : 'X\(//\)$' \| \
9211         X"$ac_file" : 'X\(/\)' \| \
9212         .     : '\(.\)' 2>/dev/null ||
9213echo X"$ac_file" |
9214    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9215          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9216          /^X\(\/\/\)$/{ s//\1/; q; }
9217          /^X\(\/\).*/{ s//\1/; q; }
9218          s/.*/./; q'`
9219  { if $as_mkdir_p; then
9220    mkdir -p "$ac_dir"
9221  else
9222    as_dir="$ac_dir"
9223    as_dirs=
9224    while test ! -d "$as_dir"; do
9225      as_dirs="$as_dir $as_dirs"
9226      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9227$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9228         X"$as_dir" : 'X\(//\)[^/]' \| \
9229         X"$as_dir" : 'X\(//\)$' \| \
9230         X"$as_dir" : 'X\(/\)' \| \
9231         .     : '\(.\)' 2>/dev/null ||
9232echo X"$as_dir" |
9233    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9234          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9235          /^X\(\/\/\)$/{ s//\1/; q; }
9236          /^X\(\/\).*/{ s//\1/; q; }
9237          s/.*/./; q'`
9238    done
9239    test ! -n "$as_dirs" || mkdir $as_dirs
9240  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9241echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9242   { (exit 1); exit 1; }; }; }
9243
9244  ac_builddir=.
9245
9246if test "$ac_dir" != .; then
9247  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9248  # A "../" for each directory in $ac_dir_suffix.
9249  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9250else
9251  ac_dir_suffix= ac_top_builddir=
9252fi
9253
9254case $srcdir in
9255  .)  # No --srcdir option.  We are building in place.
9256    ac_srcdir=.
9257    if test -z "$ac_top_builddir"; then
9258       ac_top_srcdir=.
9259    else
9260       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9261    fi ;;
9262  [\\/]* | ?:[\\/]* )  # Absolute path.
9263    ac_srcdir=$srcdir$ac_dir_suffix;
9264    ac_top_srcdir=$srcdir ;;
9265  *) # Relative path.
9266    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9267    ac_top_srcdir=$ac_top_builddir$srcdir ;;
9268esac
9269
9270# Do not use `cd foo && pwd` to compute absolute paths, because
9271# the directories may not exist.
9272case `pwd` in
9273.) ac_abs_builddir="$ac_dir";;
9274*)
9275  case "$ac_dir" in
9276  .) ac_abs_builddir=`pwd`;;
9277  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9278  *) ac_abs_builddir=`pwd`/"$ac_dir";;
9279  esac;;
9280esac
9281case $ac_abs_builddir in
9282.) ac_abs_top_builddir=${ac_top_builddir}.;;
9283*)
9284  case ${ac_top_builddir}. in
9285  .) ac_abs_top_builddir=$ac_abs_builddir;;
9286  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9287  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9288  esac;;
9289esac
9290case $ac_abs_builddir in
9291.) ac_abs_srcdir=$ac_srcdir;;
9292*)
9293  case $ac_srcdir in
9294  .) ac_abs_srcdir=$ac_abs_builddir;;
9295  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9296  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9297  esac;;
9298esac
9299case $ac_abs_builddir in
9300.) ac_abs_top_srcdir=$ac_top_srcdir;;
9301*)
9302  case $ac_top_srcdir in
9303  .) ac_abs_top_srcdir=$ac_abs_builddir;;
9304  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9305  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9306  esac;;
9307esac
9308
9309
9310  case $INSTALL in
9311  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9312  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
9313  esac
9314
9315  if test x"$ac_file" != x-; then
9316    { echo "$as_me:$LINENO: creating $ac_file" >&5
9317echo "$as_me: creating $ac_file" >&6;}
9318    rm -f "$ac_file"
9319  fi
9320  # Let's still pretend it is `configure' which instantiates (i.e., don't
9321  # use $as_me), people would be surprised to read:
9322  #    /* config.h.  Generated by config.status.  */
9323  if test x"$ac_file" = x-; then
9324    configure_input=
9325  else
9326    configure_input="$ac_file.  "
9327  fi
9328  configure_input=$configure_input"Generated from `echo $ac_file_in |
9329                                     sed 's,.*/,,'` by configure."
9330
9331  # First look for the input files in the build tree, otherwise in the
9332  # src tree.
9333  ac_file_inputs=`IFS=:
9334    for f in $ac_file_in; do
9335      case $f in
9336      -) echo $tmp/stdin ;;
9337      [\\/$]*)
9338         # Absolute (can't be DOS-style, as IFS=:)
9339         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9340echo "$as_me: error: cannot find input file: $f" >&2;}
9341   { (exit 1); exit 1; }; }
9342         echo "$f";;
9343      *) # Relative
9344         if test -f "$f"; then
9345           # Build tree
9346           echo "$f"
9347         elif test -f "$srcdir/$f"; then
9348           # Source tree
9349           echo "$srcdir/$f"
9350         else
9351           # /dev/null tree
9352           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9353echo "$as_me: error: cannot find input file: $f" >&2;}
9354   { (exit 1); exit 1; }; }
9355         fi;;
9356      esac
9357    done` || { (exit 1); exit 1; }
9358_ACEOF
9359cat >>$CONFIG_STATUS <<_ACEOF
9360  sed "$ac_vpsub
9361$extrasub
9362_ACEOF
9363cat >>$CONFIG_STATUS <<\_ACEOF
9364:t
9365/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9366s,@configure_input@,$configure_input,;t t
9367s,@srcdir@,$ac_srcdir,;t t
9368s,@abs_srcdir@,$ac_abs_srcdir,;t t
9369s,@top_srcdir@,$ac_top_srcdir,;t t
9370s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9371s,@builddir@,$ac_builddir,;t t
9372s,@abs_builddir@,$ac_abs_builddir,;t t
9373s,@top_builddir@,$ac_top_builddir,;t t
9374s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9375s,@INSTALL@,$ac_INSTALL,;t t
9376" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
9377  rm -f $tmp/stdin
9378  if test x"$ac_file" != x-; then
9379    mv $tmp/out $ac_file
9380  else
9381    cat $tmp/out
9382    rm -f $tmp/out
9383  fi
9384
9385done
9386_ACEOF
9387cat >>$CONFIG_STATUS <<\_ACEOF
9388
9389#
9390# CONFIG_HEADER section.
9391#
9392
9393# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
9394# NAME is the cpp macro being defined and VALUE is the value it is being given.
9395#
9396# ac_d sets the value in "#define NAME VALUE" lines.
9397ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
9398ac_dB='[         ].*$,\1#\2'
9399ac_dC=' '
9400ac_dD=',;t'
9401# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
9402ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
9403ac_uB='$,\1#\2define\3'
9404ac_uC=' '
9405ac_uD=',;t'
9406
9407for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
9408  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9409  case $ac_file in
9410  - | *:- | *:-:* ) # input from stdin
9411        cat >$tmp/stdin
9412        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9413        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9414  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9415        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9416  * )   ac_file_in=$ac_file.in ;;
9417  esac
9418
9419  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
9420echo "$as_me: creating $ac_file" >&6;}
9421
9422  # First look for the input files in the build tree, otherwise in the
9423  # src tree.
9424  ac_file_inputs=`IFS=:
9425    for f in $ac_file_in; do
9426      case $f in
9427      -) echo $tmp/stdin ;;
9428      [\\/$]*)
9429         # Absolute (can't be DOS-style, as IFS=:)
9430         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9431echo "$as_me: error: cannot find input file: $f" >&2;}
9432   { (exit 1); exit 1; }; }
9433         # Do quote $f, to prevent DOS paths from being IFS'd.
9434         echo "$f";;
9435      *) # Relative
9436         if test -f "$f"; then
9437           # Build tree
9438           echo "$f"
9439         elif test -f "$srcdir/$f"; then
9440           # Source tree
9441           echo "$srcdir/$f"
9442         else
9443           # /dev/null tree
9444           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9445echo "$as_me: error: cannot find input file: $f" >&2;}
9446   { (exit 1); exit 1; }; }
9447         fi;;
9448      esac
9449    done` || { (exit 1); exit 1; }
9450  # Remove the trailing spaces.
9451  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
9452
9453_ACEOF
9454
9455# Transform confdefs.h into two sed scripts, `conftest.defines' and
9456# `conftest.undefs', that substitutes the proper values into
9457# config.h.in to produce config.h.  The first handles `#define'
9458# templates, and the second `#undef' templates.
9459# And first: Protect against being on the right side of a sed subst in
9460# config.status.  Protect against being in an unquoted here document
9461# in config.status.
9462rm -f conftest.defines conftest.undefs
9463# Using a here document instead of a string reduces the quoting nightmare.
9464# Putting comments in sed scripts is not portable.
9465#
9466# `end' is used to avoid that the second main sed command (meant for
9467# 0-ary CPP macros) applies to n-ary macro definitions.
9468# See the Autoconf documentation for `clear'.
9469cat >confdef2sed.sed <<\_ACEOF
9470s/[\\&,]/\\&/g
9471s,[\\$`],\\&,g
9472t clear
9473: clear
9474s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
9475t end
9476s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
9477: end
9478_ACEOF
9479# If some macros were called several times there might be several times
9480# the same #defines, which is useless.  Nevertheless, we may not want to
9481# sort them, since we want the *last* AC-DEFINE to be honored.
9482uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
9483sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
9484rm -f confdef2sed.sed
9485
9486# This sed command replaces #undef with comments.  This is necessary, for
9487# example, in the case of _POSIX_SOURCE, which is predefined and required
9488# on some systems where configure will not decide to define it.
9489cat >>conftest.undefs <<\_ACEOF
9490s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
9491_ACEOF
9492
9493# Break up conftest.defines because some shells have a limit on the size
9494# of here documents, and old seds have small limits too (100 cmds).
9495echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
9496echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
9497echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
9498echo '  :' >>$CONFIG_STATUS
9499rm -f conftest.tail
9500while grep . conftest.defines >/dev/null
9501do
9502  # Write a limited-size here document to $tmp/defines.sed.
9503  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
9504  # Speed up: don't consider the non `#define' lines.
9505  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
9506  # Work around the forget-to-reset-the-flag bug.
9507  echo 't clr' >>$CONFIG_STATUS
9508  echo ': clr' >>$CONFIG_STATUS
9509  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
9510  echo 'CEOF
9511  sed -f $tmp/defines.sed $tmp/in >$tmp/out
9512  rm -f $tmp/in
9513  mv $tmp/out $tmp/in
9514' >>$CONFIG_STATUS
9515  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
9516  rm -f conftest.defines
9517  mv conftest.tail conftest.defines
9518done
9519rm -f conftest.defines
9520echo '  fi # grep' >>$CONFIG_STATUS
9521echo >>$CONFIG_STATUS
9522
9523# Break up conftest.undefs because some shells have a limit on the size
9524# of here documents, and old seds have small limits too (100 cmds).
9525echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
9526rm -f conftest.tail
9527while grep . conftest.undefs >/dev/null
9528do
9529  # Write a limited-size here document to $tmp/undefs.sed.
9530  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
9531  # Speed up: don't consider the non `#undef'
9532  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
9533  # Work around the forget-to-reset-the-flag bug.
9534  echo 't clr' >>$CONFIG_STATUS
9535  echo ': clr' >>$CONFIG_STATUS
9536  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
9537  echo 'CEOF
9538  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
9539  rm -f $tmp/in
9540  mv $tmp/out $tmp/in
9541' >>$CONFIG_STATUS
9542  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
9543  rm -f conftest.undefs
9544  mv conftest.tail conftest.undefs
9545done
9546rm -f conftest.undefs
9547
9548cat >>$CONFIG_STATUS <<\_ACEOF
9549  # Let's still pretend it is `configure' which instantiates (i.e., don't
9550  # use $as_me), people would be surprised to read:
9551  #    /* config.h.  Generated by config.status.  */
9552  if test x"$ac_file" = x-; then
9553    echo "/* Generated by configure.  */" >$tmp/config.h
9554  else
9555    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
9556  fi
9557  cat $tmp/in >>$tmp/config.h
9558  rm -f $tmp/in
9559  if test x"$ac_file" != x-; then
9560    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
9561      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
9562echo "$as_me: $ac_file is unchanged" >&6;}
9563    else
9564      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
9565$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9566         X"$ac_file" : 'X\(//\)[^/]' \| \
9567         X"$ac_file" : 'X\(//\)$' \| \
9568         X"$ac_file" : 'X\(/\)' \| \
9569         .     : '\(.\)' 2>/dev/null ||
9570echo X"$ac_file" |
9571    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9572          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9573          /^X\(\/\/\)$/{ s//\1/; q; }
9574          /^X\(\/\).*/{ s//\1/; q; }
9575          s/.*/./; q'`
9576      { if $as_mkdir_p; then
9577    mkdir -p "$ac_dir"
9578  else
9579    as_dir="$ac_dir"
9580    as_dirs=
9581    while test ! -d "$as_dir"; do
9582      as_dirs="$as_dir $as_dirs"
9583      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9584$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9585         X"$as_dir" : 'X\(//\)[^/]' \| \
9586         X"$as_dir" : 'X\(//\)$' \| \
9587         X"$as_dir" : 'X\(/\)' \| \
9588         .     : '\(.\)' 2>/dev/null ||
9589echo X"$as_dir" |
9590    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9591          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9592          /^X\(\/\/\)$/{ s//\1/; q; }
9593          /^X\(\/\).*/{ s//\1/; q; }
9594          s/.*/./; q'`
9595    done
9596    test ! -n "$as_dirs" || mkdir $as_dirs
9597  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9598echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9599   { (exit 1); exit 1; }; }; }
9600
9601      rm -f $ac_file
9602      mv $tmp/config.h $ac_file
9603    fi
9604  else
9605    cat $tmp/config.h
9606    rm -f $tmp/config.h
9607  fi
9608# Compute $ac_file's index in $config_headers.
9609_am_stamp_count=1
9610for _am_header in $config_headers :; do
9611  case $_am_header in
9612    $ac_file | $ac_file:* )
9613      break ;;
9614    * )
9615      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9616  esac
9617done
9618echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
9619$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9620         X$ac_file : 'X\(//\)[^/]' \| \
9621         X$ac_file : 'X\(//\)$' \| \
9622         X$ac_file : 'X\(/\)' \| \
9623         .     : '\(.\)' 2>/dev/null ||
9624echo X$ac_file |
9625    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9626          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9627          /^X\(\/\/\)$/{ s//\1/; q; }
9628          /^X\(\/\).*/{ s//\1/; q; }
9629          s/.*/./; q'`/stamp-h$_am_stamp_count
9630done
9631_ACEOF
9632cat >>$CONFIG_STATUS <<\_ACEOF
9633
9634#
9635# CONFIG_COMMANDS section.
9636#
9637for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
9638  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
9639  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
9640  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
9641$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9642         X"$ac_dest" : 'X\(//\)[^/]' \| \
9643         X"$ac_dest" : 'X\(//\)$' \| \
9644         X"$ac_dest" : 'X\(/\)' \| \
9645         .     : '\(.\)' 2>/dev/null ||
9646echo X"$ac_dest" |
9647    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9648          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9649          /^X\(\/\/\)$/{ s//\1/; q; }
9650          /^X\(\/\).*/{ s//\1/; q; }
9651          s/.*/./; q'`
9652  { if $as_mkdir_p; then
9653    mkdir -p "$ac_dir"
9654  else
9655    as_dir="$ac_dir"
9656    as_dirs=
9657    while test ! -d "$as_dir"; do
9658      as_dirs="$as_dir $as_dirs"
9659      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9660$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9661         X"$as_dir" : 'X\(//\)[^/]' \| \
9662         X"$as_dir" : 'X\(//\)$' \| \
9663         X"$as_dir" : 'X\(/\)' \| \
9664         .     : '\(.\)' 2>/dev/null ||
9665echo X"$as_dir" |
9666    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9667          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9668          /^X\(\/\/\)$/{ s//\1/; q; }
9669          /^X\(\/\).*/{ s//\1/; q; }
9670          s/.*/./; q'`
9671    done
9672    test ! -n "$as_dirs" || mkdir $as_dirs
9673  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9674echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9675   { (exit 1); exit 1; }; }; }
9676
9677  ac_builddir=.
9678
9679if test "$ac_dir" != .; then
9680  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9681  # A "../" for each directory in $ac_dir_suffix.
9682  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9683else
9684  ac_dir_suffix= ac_top_builddir=
9685fi
9686
9687case $srcdir in
9688  .)  # No --srcdir option.  We are building in place.
9689    ac_srcdir=.
9690    if test -z "$ac_top_builddir"; then
9691       ac_top_srcdir=.
9692    else
9693       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9694    fi ;;
9695  [\\/]* | ?:[\\/]* )  # Absolute path.
9696    ac_srcdir=$srcdir$ac_dir_suffix;
9697    ac_top_srcdir=$srcdir ;;
9698  *) # Relative path.
9699    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9700    ac_top_srcdir=$ac_top_builddir$srcdir ;;
9701esac
9702
9703# Do not use `cd foo && pwd` to compute absolute paths, because
9704# the directories may not exist.
9705case `pwd` in
9706.) ac_abs_builddir="$ac_dir";;
9707*)
9708  case "$ac_dir" in
9709  .) ac_abs_builddir=`pwd`;;
9710  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9711  *) ac_abs_builddir=`pwd`/"$ac_dir";;
9712  esac;;
9713esac
9714case $ac_abs_builddir in
9715.) ac_abs_top_builddir=${ac_top_builddir}.;;
9716*)
9717  case ${ac_top_builddir}. in
9718  .) ac_abs_top_builddir=$ac_abs_builddir;;
9719  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9720  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9721  esac;;
9722esac
9723case $ac_abs_builddir in
9724.) ac_abs_srcdir=$ac_srcdir;;
9725*)
9726  case $ac_srcdir in
9727  .) ac_abs_srcdir=$ac_abs_builddir;;
9728  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9729  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9730  esac;;
9731esac
9732case $ac_abs_builddir in
9733.) ac_abs_top_srcdir=$ac_top_srcdir;;
9734*)
9735  case $ac_top_srcdir in
9736  .) ac_abs_top_srcdir=$ac_abs_builddir;;
9737  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9738  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9739  esac;;
9740esac
9741
9742
9743  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
9744echo "$as_me: executing $ac_dest commands" >&6;}
9745  case $ac_dest in
9746    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
9747  # Strip MF so we end up with the name of the file.
9748  mf=`echo "$mf" | sed -e 's/:.*$//'`
9749  # Check whether this is an Automake generated Makefile or not.
9750  # We used to match only the files named `Makefile.in', but
9751  # some people rename them; so instead we look at the file content.
9752  # Grep'ing the first line is not enough: some people post-process
9753  # each Makefile.in and add a new line on top of each file to say so.
9754  # So let's grep whole file.
9755  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
9756    dirpart=`(dirname "$mf") 2>/dev/null ||
9757$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9758         X"$mf" : 'X\(//\)[^/]' \| \
9759         X"$mf" : 'X\(//\)$' \| \
9760         X"$mf" : 'X\(/\)' \| \
9761         .     : '\(.\)' 2>/dev/null ||
9762echo X"$mf" |
9763    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9764          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9765          /^X\(\/\/\)$/{ s//\1/; q; }
9766          /^X\(\/\).*/{ s//\1/; q; }
9767          s/.*/./; q'`
9768  else
9769    continue
9770  fi
9771  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
9772  # Extract the definition of DEP_FILES from the Makefile without
9773  # running `make'.
9774  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9775  test -z "$DEPDIR" && continue
9776  # When using ansi2knr, U may be empty or an underscore; expand it
9777  U=`sed -n 's/^U = //p' < "$mf"`
9778  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
9779  # We invoke sed twice because it is the simplest approach to
9780  # changing $(DEPDIR) to its actual value in the expansion.
9781  for file in `sed -n '
9782    /^DEP_FILES = .*\\\\$/ {
9783      s/^DEP_FILES = //
9784      :loop
9785        s/\\\\$//
9786        p
9787        n
9788        /\\\\$/ b loop
9789      p
9790    }
9791    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
9792       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9793    # Make sure the directory exists.
9794    test -f "$dirpart/$file" && continue
9795    fdir=`(dirname "$file") 2>/dev/null ||
9796$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9797         X"$file" : 'X\(//\)[^/]' \| \
9798         X"$file" : 'X\(//\)$' \| \
9799         X"$file" : 'X\(/\)' \| \
9800         .     : '\(.\)' 2>/dev/null ||
9801echo X"$file" |
9802    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9803          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9804          /^X\(\/\/\)$/{ s//\1/; q; }
9805          /^X\(\/\).*/{ s//\1/; q; }
9806          s/.*/./; q'`
9807    { if $as_mkdir_p; then
9808    mkdir -p $dirpart/$fdir
9809  else
9810    as_dir=$dirpart/$fdir
9811    as_dirs=
9812    while test ! -d "$as_dir"; do
9813      as_dirs="$as_dir $as_dirs"
9814      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9815$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9816         X"$as_dir" : 'X\(//\)[^/]' \| \
9817         X"$as_dir" : 'X\(//\)$' \| \
9818         X"$as_dir" : 'X\(/\)' \| \
9819         .     : '\(.\)' 2>/dev/null ||
9820echo X"$as_dir" |
9821    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9822          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9823          /^X\(\/\/\)$/{ s//\1/; q; }
9824          /^X\(\/\).*/{ s//\1/; q; }
9825          s/.*/./; q'`
9826    done
9827    test ! -n "$as_dirs" || mkdir $as_dirs
9828  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
9829echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
9830   { (exit 1); exit 1; }; }; }
9831
9832    # echo "creating $dirpart/$file"
9833    echo '# dummy' > "$dirpart/$file"
9834  done
9835done
9836 ;;
9837  esac
9838done
9839_ACEOF
9840
9841cat >>$CONFIG_STATUS <<\_ACEOF
9842
9843{ (exit 0); exit 0; }
9844_ACEOF
9845chmod +x $CONFIG_STATUS
9846ac_clean_files=$ac_clean_files_save
9847
9848
9849# configure is writing to config.log, and then calls config.status.
9850# config.status does its own redirection, appending to config.log.
9851# Unfortunately, on DOS this fails, as config.log is still kept open
9852# by configure, so config.status won't be able to write to it; its
9853# output is simply discarded.  So we exec the FD to /dev/null,
9854# effectively closing config.log, so it can be properly (re)opened and
9855# appended to by config.status.  When coming back to configure, we
9856# need to make the FD available again.
9857if test "$no_create" != yes; then
9858  ac_cs_success=:
9859  ac_config_status_args=
9860  test "$silent" = yes &&
9861    ac_config_status_args="$ac_config_status_args --quiet"
9862  exec 5>/dev/null
9863  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9864  exec 5>>config.log
9865  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9866  # would make configure fail if this is the last instruction.
9867  $ac_cs_success || { (exit 1); exit 1; }
9868fi
9869
Note: See TracBrowser for help on using the repository browser.