Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/movie_player/configure @ 4014

Last change on this file since 4014 was 4014, checked in by patrick, 19 years ago

added branche movie_player for the mpeg develpment team

  • Property svn:executable set to *
File size: 286.8 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.3-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.3-pre-alpha'
273PACKAGE_STRING='orxonox 0.2.3-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.3-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.3-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.3-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.3-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.3-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# SDL_ttf #
6175#---------#
6176# checking for SDL_ttf-headers
6177
6178for ac_header in SDL_ttf.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 SDL_ttf header." >&5
6325echo "$as_me: error: cannot find SDL_ttf header." >&2;}
6326   { (exit 1); exit 1; }; }
6327fi
6328
6329done
6330
6331#fi
6332# checking for SDL_ttf-lib
6333  echo "$as_me:$LINENO: checking for main in -lSDL_ttf" >&5
6334echo $ECHO_N "checking for main in -lSDL_ttf... $ECHO_C" >&6
6335if test "${ac_cv_lib_SDL_ttf_main+set}" = set; then
6336  echo $ECHO_N "(cached) $ECHO_C" >&6
6337else
6338  ac_check_lib_save_LIBS=$LIBS
6339LIBS="-lSDL_ttf  $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_SDL_ttf_main=yes
6379else
6380  echo "$as_me: failed program was:" >&5
6381sed 's/^/| /' conftest.$ac_ext >&5
6382
6383ac_cv_lib_SDL_ttf_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_SDL_ttf_main" >&5
6390echo "${ECHO_T}$ac_cv_lib_SDL_ttf_main" >&6
6391if test $ac_cv_lib_SDL_ttf_main = yes; then
6392  FOUND_SDL_ttf=yes
6393fi
6394
6395     if test x$FOUND_SDL_ttf = xyes ; then
6396       LIBS="$LIBS -lSDL_ttf"
6397     else
6398        echo "------------------"
6399        echo "SDL_ttf library not found."
6400        echo "please install the SDL_ttf library, which can be found at http://www.libsdl.org/projects/SDL_ttf/"
6401        echo "------------------"
6402        exit -1
6403     fi
6404
6405#-----------#
6406# SDL_Image #
6407#-----------#
6408# checking for SDL_image-headers
6409
6410for ac_header in SDL_image.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 "sdl_image header not found."; def_sdl_image=no; exit -1
6557fi
6558
6559done
6560
6561# checking for SDL_image-lib
6562echo "$as_me:$LINENO: checking for main in -lSDL_image" >&5
6563echo $ECHO_N "checking for main in -lSDL_image... $ECHO_C" >&6
6564if test "${ac_cv_lib_SDL_image_main+set}" = set; then
6565  echo $ECHO_N "(cached) $ECHO_C" >&6
6566else
6567  ac_check_lib_save_LIBS=$LIBS
6568LIBS="-lSDL_image  $LIBS"
6569cat >conftest.$ac_ext <<_ACEOF
6570/* confdefs.h.  */
6571_ACEOF
6572cat confdefs.h >>conftest.$ac_ext
6573cat >>conftest.$ac_ext <<_ACEOF
6574/* end confdefs.h.  */
6575
6576
6577int
6578main ()
6579{
6580main ();
6581  ;
6582  return 0;
6583}
6584_ACEOF
6585rm -f conftest.$ac_objext conftest$ac_exeext
6586if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6587  (eval $ac_link) 2>conftest.er1
6588  ac_status=$?
6589  grep -v '^ *+' conftest.er1 >conftest.err
6590  rm -f conftest.er1
6591  cat conftest.err >&5
6592  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6593  (exit $ac_status); } &&
6594         { ac_try='test -z "$ac_c_werror_flag"
6595                         || test ! -s conftest.err'
6596  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6597  (eval $ac_try) 2>&5
6598  ac_status=$?
6599  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6600  (exit $ac_status); }; } &&
6601         { ac_try='test -s conftest$ac_exeext'
6602  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6603  (eval $ac_try) 2>&5
6604  ac_status=$?
6605  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6606  (exit $ac_status); }; }; then
6607  ac_cv_lib_SDL_image_main=yes
6608else
6609  echo "$as_me: failed program was:" >&5
6610sed 's/^/| /' conftest.$ac_ext >&5
6611
6612ac_cv_lib_SDL_image_main=no
6613fi
6614rm -f conftest.err conftest.$ac_objext \
6615      conftest$ac_exeext conftest.$ac_ext
6616LIBS=$ac_check_lib_save_LIBS
6617fi
6618echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_image_main" >&5
6619echo "${ECHO_T}$ac_cv_lib_SDL_image_main" >&6
6620if test $ac_cv_lib_SDL_image_main = yes; then
6621  FOUND_SDL_image=yes
6622fi
6623
6624   if test x$FOUND_SDL_image = xyes ; then
6625     LIBS="$LIBS -lSDL_image"
6626   else
6627      echo "------------------"
6628      echo "SDL_image library not found."
6629      echo "please install the SDL_image library, which can be found at http://www.libsdl.org/projects/SDL_image/"
6630      echo "------------------"
6631      exit -1
6632   fi
6633
6634#-----#
6635# GTK #
6636#-----#
6637if test x$def_gtk = xyes; then
6638
6639        #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no)
6640        echo "$as_me:$LINENO: checking for gtk2.0" >&5
6641echo $ECHO_N "checking for gtk2.0... $ECHO_C" >&6
6642        if `pkg-config --exists gtk+-2.0`; then
6643                echo "yes"
6644                have_gtk2=yes
6645                GTK2_LIBS=`pkg-config --libs gtk+-2.0`
6646                GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0`
6647
6648cat >>confdefs.h <<_ACEOF
6649#define HAVE_GTK2 1
6650_ACEOF
6651
6652        else
6653                echo "no"
6654        fi
6655
6656fi
6657
6658
6659
6660
6661if test x$have_gtk2 = xyes; then
6662  HAVE_GTK2_TRUE=
6663  HAVE_GTK2_FALSE='#'
6664else
6665  HAVE_GTK2_TRUE='#'
6666  HAVE_GTK2_FALSE=
6667fi
6668
6669
6670#---------#
6671# gThread #
6672#---------#
6673if test x$def_gthread = xyes; then
6674
6675        echo "$as_me:$LINENO: checking for gthread" >&5
6676echo $ECHO_N "checking for gthread... $ECHO_C" >&6
6677        if `pkg-config --exists gthread-2.0`; then
6678                echo "yes"
6679                have_gthread=yes
6680                GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
6681                GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
6682
6683cat >>confdefs.h <<_ACEOF
6684#define HAVE_GTHREAD 1
6685_ACEOF
6686
6687        else
6688                echo "no"
6689        fi
6690
6691fi
6692
6693
6694
6695
6696if test x$have_gthread = xyes; then
6697  HAVE_GTHREAD_TRUE=
6698  HAVE_GTHREAD_FALSE='#'
6699else
6700  HAVE_GTHREAD_TRUE='#'
6701  HAVE_GTHREAD_FALSE=
6702fi
6703
6704
6705#---------#
6706# libcURL #
6707#---------#
6708if test x$def_curl = xyes; then
6709
6710
6711for ac_header in curl/curl.h
6712do
6713as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6714if eval "test \"\${$as_ac_Header+set}\" = set"; then
6715  echo "$as_me:$LINENO: checking for $ac_header" >&5
6716echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6717if eval "test \"\${$as_ac_Header+set}\" = set"; then
6718  echo $ECHO_N "(cached) $ECHO_C" >&6
6719fi
6720echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6721echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6722else
6723  # Is the header compilable?
6724echo "$as_me:$LINENO: checking $ac_header usability" >&5
6725echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6726cat >conftest.$ac_ext <<_ACEOF
6727/* confdefs.h.  */
6728_ACEOF
6729cat confdefs.h >>conftest.$ac_ext
6730cat >>conftest.$ac_ext <<_ACEOF
6731/* end confdefs.h.  */
6732$ac_includes_default
6733#include <$ac_header>
6734_ACEOF
6735rm -f conftest.$ac_objext
6736if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6737  (eval $ac_compile) 2>conftest.er1
6738  ac_status=$?
6739  grep -v '^ *+' conftest.er1 >conftest.err
6740  rm -f conftest.er1
6741  cat conftest.err >&5
6742  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6743  (exit $ac_status); } &&
6744         { ac_try='test -z "$ac_c_werror_flag"
6745                         || test ! -s conftest.err'
6746  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6747  (eval $ac_try) 2>&5
6748  ac_status=$?
6749  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6750  (exit $ac_status); }; } &&
6751         { ac_try='test -s conftest.$ac_objext'
6752  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6753  (eval $ac_try) 2>&5
6754  ac_status=$?
6755  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756  (exit $ac_status); }; }; then
6757  ac_header_compiler=yes
6758else
6759  echo "$as_me: failed program was:" >&5
6760sed 's/^/| /' conftest.$ac_ext >&5
6761
6762ac_header_compiler=no
6763fi
6764rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6765echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6766echo "${ECHO_T}$ac_header_compiler" >&6
6767
6768# Is the header present?
6769echo "$as_me:$LINENO: checking $ac_header presence" >&5
6770echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6771cat >conftest.$ac_ext <<_ACEOF
6772/* confdefs.h.  */
6773_ACEOF
6774cat confdefs.h >>conftest.$ac_ext
6775cat >>conftest.$ac_ext <<_ACEOF
6776/* end confdefs.h.  */
6777#include <$ac_header>
6778_ACEOF
6779if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6780  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6781  ac_status=$?
6782  grep -v '^ *+' conftest.er1 >conftest.err
6783  rm -f conftest.er1
6784  cat conftest.err >&5
6785  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6786  (exit $ac_status); } >/dev/null; then
6787  if test -s conftest.err; then
6788    ac_cpp_err=$ac_c_preproc_warn_flag
6789    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6790  else
6791    ac_cpp_err=
6792  fi
6793else
6794  ac_cpp_err=yes
6795fi
6796if test -z "$ac_cpp_err"; then
6797  ac_header_preproc=yes
6798else
6799  echo "$as_me: failed program was:" >&5
6800sed 's/^/| /' conftest.$ac_ext >&5
6801
6802  ac_header_preproc=no
6803fi
6804rm -f conftest.err conftest.$ac_ext
6805echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6806echo "${ECHO_T}$ac_header_preproc" >&6
6807
6808# So?  What about this header?
6809case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6810  yes:no: )
6811    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6812echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6813    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6814echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6815    ac_header_preproc=yes
6816    ;;
6817  no:yes:* )
6818    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6819echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6820    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6821echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6822    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6823echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6824    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6825echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6826    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6827echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6828    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6829echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6830    (
6831      cat <<\_ASBOX
6832## ---------------------------------------------- ##
6833## Report this to orxonox-dev at mail.datacore.ch ##
6834## ---------------------------------------------- ##
6835_ASBOX
6836    ) |
6837      sed "s/^/$as_me: WARNING:     /" >&2
6838    ;;
6839esac
6840echo "$as_me:$LINENO: checking for $ac_header" >&5
6841echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6842if eval "test \"\${$as_ac_Header+set}\" = set"; then
6843  echo $ECHO_N "(cached) $ECHO_C" >&6
6844else
6845  eval "$as_ac_Header=\$ac_header_preproc"
6846fi
6847echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6848echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6849
6850fi
6851if test `eval echo '${'$as_ac_Header'}'` = yes; then
6852  cat >>confdefs.h <<_ACEOF
6853#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6854_ACEOF
6855 curlHeader="yes"
6856else
6857  curlHeader="no"
6858fi
6859
6860done
6861
6862 echo "$as_me:$LINENO: checking for main in -lcurl" >&5
6863echo $ECHO_N "checking for main in -lcurl... $ECHO_C" >&6
6864if test "${ac_cv_lib_curl_main+set}" = set; then
6865  echo $ECHO_N "(cached) $ECHO_C" >&6
6866else
6867  ac_check_lib_save_LIBS=$LIBS
6868LIBS="-lcurl  $LIBS"
6869cat >conftest.$ac_ext <<_ACEOF
6870/* confdefs.h.  */
6871_ACEOF
6872cat confdefs.h >>conftest.$ac_ext
6873cat >>conftest.$ac_ext <<_ACEOF
6874/* end confdefs.h.  */
6875
6876
6877int
6878main ()
6879{
6880main ();
6881  ;
6882  return 0;
6883}
6884_ACEOF
6885rm -f conftest.$ac_objext conftest$ac_exeext
6886if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6887  (eval $ac_link) 2>conftest.er1
6888  ac_status=$?
6889  grep -v '^ *+' conftest.er1 >conftest.err
6890  rm -f conftest.er1
6891  cat conftest.err >&5
6892  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6893  (exit $ac_status); } &&
6894         { ac_try='test -z "$ac_c_werror_flag"
6895                         || test ! -s conftest.err'
6896  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6897  (eval $ac_try) 2>&5
6898  ac_status=$?
6899  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6900  (exit $ac_status); }; } &&
6901         { ac_try='test -s conftest$ac_exeext'
6902  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6903  (eval $ac_try) 2>&5
6904  ac_status=$?
6905  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6906  (exit $ac_status); }; }; then
6907  ac_cv_lib_curl_main=yes
6908else
6909  echo "$as_me: failed program was:" >&5
6910sed 's/^/| /' conftest.$ac_ext >&5
6911
6912ac_cv_lib_curl_main=no
6913fi
6914rm -f conftest.err conftest.$ac_objext \
6915      conftest$ac_exeext conftest.$ac_ext
6916LIBS=$ac_check_lib_save_LIBS
6917fi
6918echo "$as_me:$LINENO: result: $ac_cv_lib_curl_main" >&5
6919echo "${ECHO_T}$ac_cv_lib_curl_main" >&6
6920if test $ac_cv_lib_curl_main = yes; then
6921  FOUND_curl=yes
6922fi
6923
6924 if test x$curlHeader = xyes & test x$FOUND_curl = xyes ; then
6925  have_curl=yes
6926  CURL_LIBS=`curl-config --libs`
6927  CURLCFLAGS=`curl-config --cflags`
6928
6929cat >>confdefs.h <<_ACEOF
6930#define HAVE_CURL 1
6931_ACEOF
6932
6933 else
6934  have_curl=no
6935 fi
6936
6937fi
6938
6939
6940
6941
6942if test x$have_curl = xyes; then
6943  HAVE_CURL_TRUE=
6944  HAVE_CURL_FALSE='#'
6945else
6946  HAVE_CURL_TRUE='#'
6947  HAVE_CURL_FALSE=
6948fi
6949
6950
6951#---------#
6952# pthread #
6953#---------#
6954if test x$def_pthread = xyes ; then
6955 if test x$have_gthread = xyes ; then
6956
6957for ac_header in pthread.h
6958do
6959as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6960if eval "test \"\${$as_ac_Header+set}\" = set"; then
6961  echo "$as_me:$LINENO: checking for $ac_header" >&5
6962echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6963if eval "test \"\${$as_ac_Header+set}\" = set"; then
6964  echo $ECHO_N "(cached) $ECHO_C" >&6
6965fi
6966echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6967echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6968else
6969  # Is the header compilable?
6970echo "$as_me:$LINENO: checking $ac_header usability" >&5
6971echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6972cat >conftest.$ac_ext <<_ACEOF
6973/* confdefs.h.  */
6974_ACEOF
6975cat confdefs.h >>conftest.$ac_ext
6976cat >>conftest.$ac_ext <<_ACEOF
6977/* end confdefs.h.  */
6978$ac_includes_default
6979#include <$ac_header>
6980_ACEOF
6981rm -f conftest.$ac_objext
6982if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6983  (eval $ac_compile) 2>conftest.er1
6984  ac_status=$?
6985  grep -v '^ *+' conftest.er1 >conftest.err
6986  rm -f conftest.er1
6987  cat conftest.err >&5
6988  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6989  (exit $ac_status); } &&
6990         { ac_try='test -z "$ac_c_werror_flag"
6991                         || test ! -s conftest.err'
6992  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6993  (eval $ac_try) 2>&5
6994  ac_status=$?
6995  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996  (exit $ac_status); }; } &&
6997         { ac_try='test -s conftest.$ac_objext'
6998  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6999  (eval $ac_try) 2>&5
7000  ac_status=$?
7001  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7002  (exit $ac_status); }; }; then
7003  ac_header_compiler=yes
7004else
7005  echo "$as_me: failed program was:" >&5
7006sed 's/^/| /' conftest.$ac_ext >&5
7007
7008ac_header_compiler=no
7009fi
7010rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7011echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7012echo "${ECHO_T}$ac_header_compiler" >&6
7013
7014# Is the header present?
7015echo "$as_me:$LINENO: checking $ac_header presence" >&5
7016echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7017cat >conftest.$ac_ext <<_ACEOF
7018/* confdefs.h.  */
7019_ACEOF
7020cat confdefs.h >>conftest.$ac_ext
7021cat >>conftest.$ac_ext <<_ACEOF
7022/* end confdefs.h.  */
7023#include <$ac_header>
7024_ACEOF
7025if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7026  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7027  ac_status=$?
7028  grep -v '^ *+' conftest.er1 >conftest.err
7029  rm -f conftest.er1
7030  cat conftest.err >&5
7031  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032  (exit $ac_status); } >/dev/null; then
7033  if test -s conftest.err; then
7034    ac_cpp_err=$ac_c_preproc_warn_flag
7035    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7036  else
7037    ac_cpp_err=
7038  fi
7039else
7040  ac_cpp_err=yes
7041fi
7042if test -z "$ac_cpp_err"; then
7043  ac_header_preproc=yes
7044else
7045  echo "$as_me: failed program was:" >&5
7046sed 's/^/| /' conftest.$ac_ext >&5
7047
7048  ac_header_preproc=no
7049fi
7050rm -f conftest.err conftest.$ac_ext
7051echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7052echo "${ECHO_T}$ac_header_preproc" >&6
7053
7054# So?  What about this header?
7055case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7056  yes:no: )
7057    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7058echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7059    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7060echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7061    ac_header_preproc=yes
7062    ;;
7063  no:yes:* )
7064    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7065echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7066    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7067echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7068    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7069echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7070    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7071echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7072    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7073echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7074    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7075echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7076    (
7077      cat <<\_ASBOX
7078## ---------------------------------------------- ##
7079## Report this to orxonox-dev at mail.datacore.ch ##
7080## ---------------------------------------------- ##
7081_ASBOX
7082    ) |
7083      sed "s/^/$as_me: WARNING:     /" >&2
7084    ;;
7085esac
7086echo "$as_me:$LINENO: checking for $ac_header" >&5
7087echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7088if eval "test \"\${$as_ac_Header+set}\" = set"; then
7089  echo $ECHO_N "(cached) $ECHO_C" >&6
7090else
7091  eval "$as_ac_Header=\$ac_header_preproc"
7092fi
7093echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7094echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7095
7096fi
7097if test `eval echo '${'$as_ac_Header'}'` = yes; then
7098  cat >>confdefs.h <<_ACEOF
7099#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7100_ACEOF
7101 pthreadHeader="yes"
7102else
7103  pthreadHeader="no"
7104fi
7105
7106done
7107
7108  echo "$as_me:$LINENO: checking for main in -lpthread" >&5
7109echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6
7110if test "${ac_cv_lib_pthread_main+set}" = set; then
7111  echo $ECHO_N "(cached) $ECHO_C" >&6
7112else
7113  ac_check_lib_save_LIBS=$LIBS
7114LIBS="-lpthread  $LIBS"
7115cat >conftest.$ac_ext <<_ACEOF
7116/* confdefs.h.  */
7117_ACEOF
7118cat confdefs.h >>conftest.$ac_ext
7119cat >>conftest.$ac_ext <<_ACEOF
7120/* end confdefs.h.  */
7121
7122
7123int
7124main ()
7125{
7126main ();
7127  ;
7128  return 0;
7129}
7130_ACEOF
7131rm -f conftest.$ac_objext conftest$ac_exeext
7132if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7133  (eval $ac_link) 2>conftest.er1
7134  ac_status=$?
7135  grep -v '^ *+' conftest.er1 >conftest.err
7136  rm -f conftest.er1
7137  cat conftest.err >&5
7138  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7139  (exit $ac_status); } &&
7140         { ac_try='test -z "$ac_c_werror_flag"
7141                         || test ! -s conftest.err'
7142  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7143  (eval $ac_try) 2>&5
7144  ac_status=$?
7145  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7146  (exit $ac_status); }; } &&
7147         { ac_try='test -s conftest$ac_exeext'
7148  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7149  (eval $ac_try) 2>&5
7150  ac_status=$?
7151  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7152  (exit $ac_status); }; }; then
7153  ac_cv_lib_pthread_main=yes
7154else
7155  echo "$as_me: failed program was:" >&5
7156sed 's/^/| /' conftest.$ac_ext >&5
7157
7158ac_cv_lib_pthread_main=no
7159fi
7160rm -f conftest.err conftest.$ac_objext \
7161      conftest$ac_exeext conftest.$ac_ext
7162LIBS=$ac_check_lib_save_LIBS
7163fi
7164echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5
7165echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6
7166if test $ac_cv_lib_pthread_main = yes; then
7167  FOUND_pthread=yes
7168fi
7169
7170   if test x$FOUND_pthread = xyes ; then
7171      LIBS="$LIBS -lpthread"
7172   fi
7173 fi
7174fi
7175
7176
7177#--------#
7178# efence #
7179#--------#
7180if test x$def_efence = xyes ; then
7181  echo "$as_me:$LINENO: checking for main in -lefence" >&5
7182echo $ECHO_N "checking for main in -lefence... $ECHO_C" >&6
7183if test "${ac_cv_lib_efence_main+set}" = set; then
7184  echo $ECHO_N "(cached) $ECHO_C" >&6
7185else
7186  ac_check_lib_save_LIBS=$LIBS
7187LIBS="-lefence  $LIBS"
7188cat >conftest.$ac_ext <<_ACEOF
7189/* confdefs.h.  */
7190_ACEOF
7191cat confdefs.h >>conftest.$ac_ext
7192cat >>conftest.$ac_ext <<_ACEOF
7193/* end confdefs.h.  */
7194
7195
7196int
7197main ()
7198{
7199main ();
7200  ;
7201  return 0;
7202}
7203_ACEOF
7204rm -f conftest.$ac_objext conftest$ac_exeext
7205if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7206  (eval $ac_link) 2>conftest.er1
7207  ac_status=$?
7208  grep -v '^ *+' conftest.er1 >conftest.err
7209  rm -f conftest.er1
7210  cat conftest.err >&5
7211  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7212  (exit $ac_status); } &&
7213         { ac_try='test -z "$ac_c_werror_flag"
7214                         || test ! -s conftest.err'
7215  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7216  (eval $ac_try) 2>&5
7217  ac_status=$?
7218  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7219  (exit $ac_status); }; } &&
7220         { ac_try='test -s conftest$ac_exeext'
7221  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7222  (eval $ac_try) 2>&5
7223  ac_status=$?
7224  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225  (exit $ac_status); }; }; then
7226  ac_cv_lib_efence_main=yes
7227else
7228  echo "$as_me: failed program was:" >&5
7229sed 's/^/| /' conftest.$ac_ext >&5
7230
7231ac_cv_lib_efence_main=no
7232fi
7233rm -f conftest.err conftest.$ac_objext \
7234      conftest$ac_exeext conftest.$ac_ext
7235LIBS=$ac_check_lib_save_LIBS
7236fi
7237echo "$as_me:$LINENO: result: $ac_cv_lib_efence_main" >&5
7238echo "${ECHO_T}$ac_cv_lib_efence_main" >&6
7239if test $ac_cv_lib_efence_main = yes; then
7240  FOUND_efence=yes
7241fi
7242
7243   if test x$FOUND_efence = xyes ; then
7244      LIBS="$LIBS -lefence"
7245   fi
7246
7247fi
7248
7249# FIXME: Replace `main' with a function in `-lm':
7250
7251echo "$as_me:$LINENO: checking for main in -lm" >&5
7252echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
7253if test "${ac_cv_lib_m_main+set}" = set; then
7254  echo $ECHO_N "(cached) $ECHO_C" >&6
7255else
7256  ac_check_lib_save_LIBS=$LIBS
7257LIBS="-lm  $LIBS"
7258cat >conftest.$ac_ext <<_ACEOF
7259/* confdefs.h.  */
7260_ACEOF
7261cat confdefs.h >>conftest.$ac_ext
7262cat >>conftest.$ac_ext <<_ACEOF
7263/* end confdefs.h.  */
7264
7265
7266int
7267main ()
7268{
7269main ();
7270  ;
7271  return 0;
7272}
7273_ACEOF
7274rm -f conftest.$ac_objext conftest$ac_exeext
7275if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7276  (eval $ac_link) 2>conftest.er1
7277  ac_status=$?
7278  grep -v '^ *+' conftest.er1 >conftest.err
7279  rm -f conftest.er1
7280  cat conftest.err >&5
7281  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7282  (exit $ac_status); } &&
7283         { ac_try='test -z "$ac_c_werror_flag"
7284                         || test ! -s conftest.err'
7285  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7286  (eval $ac_try) 2>&5
7287  ac_status=$?
7288  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7289  (exit $ac_status); }; } &&
7290         { ac_try='test -s conftest$ac_exeext'
7291  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7292  (eval $ac_try) 2>&5
7293  ac_status=$?
7294  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7295  (exit $ac_status); }; }; then
7296  ac_cv_lib_m_main=yes
7297else
7298  echo "$as_me: failed program was:" >&5
7299sed 's/^/| /' conftest.$ac_ext >&5
7300
7301ac_cv_lib_m_main=no
7302fi
7303rm -f conftest.err conftest.$ac_objext \
7304      conftest$ac_exeext conftest.$ac_ext
7305LIBS=$ac_check_lib_save_LIBS
7306fi
7307echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
7308echo "${ECHO_T}$ac_cv_lib_m_main" >&6
7309if test $ac_cv_lib_m_main = yes; then
7310  cat >>confdefs.h <<_ACEOF
7311#define HAVE_LIBM 1
7312_ACEOF
7313
7314  LIBS="-lm $LIBS"
7315
7316fi
7317
7318
7319
7320# Checks for header files.
7321echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7322echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7323if test "${ac_cv_header_stdc+set}" = set; then
7324  echo $ECHO_N "(cached) $ECHO_C" >&6
7325else
7326  cat >conftest.$ac_ext <<_ACEOF
7327/* confdefs.h.  */
7328_ACEOF
7329cat confdefs.h >>conftest.$ac_ext
7330cat >>conftest.$ac_ext <<_ACEOF
7331/* end confdefs.h.  */
7332#include <stdlib.h>
7333#include <stdarg.h>
7334#include <string.h>
7335#include <float.h>
7336
7337int
7338main ()
7339{
7340
7341  ;
7342  return 0;
7343}
7344_ACEOF
7345rm -f conftest.$ac_objext
7346if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7347  (eval $ac_compile) 2>conftest.er1
7348  ac_status=$?
7349  grep -v '^ *+' conftest.er1 >conftest.err
7350  rm -f conftest.er1
7351  cat conftest.err >&5
7352  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7353  (exit $ac_status); } &&
7354         { ac_try='test -z "$ac_c_werror_flag"
7355                         || test ! -s conftest.err'
7356  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7357  (eval $ac_try) 2>&5
7358  ac_status=$?
7359  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7360  (exit $ac_status); }; } &&
7361         { ac_try='test -s conftest.$ac_objext'
7362  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7363  (eval $ac_try) 2>&5
7364  ac_status=$?
7365  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7366  (exit $ac_status); }; }; then
7367  ac_cv_header_stdc=yes
7368else
7369  echo "$as_me: failed program was:" >&5
7370sed 's/^/| /' conftest.$ac_ext >&5
7371
7372ac_cv_header_stdc=no
7373fi
7374rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7375
7376if test $ac_cv_header_stdc = yes; then
7377  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7378  cat >conftest.$ac_ext <<_ACEOF
7379/* confdefs.h.  */
7380_ACEOF
7381cat confdefs.h >>conftest.$ac_ext
7382cat >>conftest.$ac_ext <<_ACEOF
7383/* end confdefs.h.  */
7384#include <string.h>
7385
7386_ACEOF
7387if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7388  $EGREP "memchr" >/dev/null 2>&1; then
7389  :
7390else
7391  ac_cv_header_stdc=no
7392fi
7393rm -f conftest*
7394
7395fi
7396
7397if test $ac_cv_header_stdc = yes; then
7398  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7399  cat >conftest.$ac_ext <<_ACEOF
7400/* confdefs.h.  */
7401_ACEOF
7402cat confdefs.h >>conftest.$ac_ext
7403cat >>conftest.$ac_ext <<_ACEOF
7404/* end confdefs.h.  */
7405#include <stdlib.h>
7406
7407_ACEOF
7408if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7409  $EGREP "free" >/dev/null 2>&1; then
7410  :
7411else
7412  ac_cv_header_stdc=no
7413fi
7414rm -f conftest*
7415
7416fi
7417
7418if test $ac_cv_header_stdc = yes; then
7419  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7420  if test "$cross_compiling" = yes; then
7421  :
7422else
7423  cat >conftest.$ac_ext <<_ACEOF
7424/* confdefs.h.  */
7425_ACEOF
7426cat confdefs.h >>conftest.$ac_ext
7427cat >>conftest.$ac_ext <<_ACEOF
7428/* end confdefs.h.  */
7429#include <ctype.h>
7430#if ((' ' & 0x0FF) == 0x020)
7431# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7432# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7433#else
7434# define ISLOWER(c) \
7435                   (('a' <= (c) && (c) <= 'i') \
7436                     || ('j' <= (c) && (c) <= 'r') \
7437                     || ('s' <= (c) && (c) <= 'z'))
7438# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7439#endif
7440
7441#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7442int
7443main ()
7444{
7445  int i;
7446  for (i = 0; i < 256; i++)
7447    if (XOR (islower (i), ISLOWER (i))
7448        || toupper (i) != TOUPPER (i))
7449      exit(2);
7450  exit (0);
7451}
7452_ACEOF
7453rm -f conftest$ac_exeext
7454if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7455  (eval $ac_link) 2>&5
7456  ac_status=$?
7457  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7459  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7460  (eval $ac_try) 2>&5
7461  ac_status=$?
7462  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7463  (exit $ac_status); }; }; then
7464  :
7465else
7466  echo "$as_me: program exited with status $ac_status" >&5
7467echo "$as_me: failed program was:" >&5
7468sed 's/^/| /' conftest.$ac_ext >&5
7469
7470( exit $ac_status )
7471ac_cv_header_stdc=no
7472fi
7473rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7474fi
7475fi
7476fi
7477echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7478echo "${ECHO_T}$ac_cv_header_stdc" >&6
7479if test $ac_cv_header_stdc = yes; then
7480
7481cat >>confdefs.h <<\_ACEOF
7482#define STDC_HEADERS 1
7483_ACEOF
7484
7485fi
7486
7487
7488
7489for ac_header in stdlib.h string.h
7490do
7491as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7492if eval "test \"\${$as_ac_Header+set}\" = set"; then
7493  echo "$as_me:$LINENO: checking for $ac_header" >&5
7494echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7495if eval "test \"\${$as_ac_Header+set}\" = set"; then
7496  echo $ECHO_N "(cached) $ECHO_C" >&6
7497fi
7498echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7499echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7500else
7501  # Is the header compilable?
7502echo "$as_me:$LINENO: checking $ac_header usability" >&5
7503echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7504cat >conftest.$ac_ext <<_ACEOF
7505/* confdefs.h.  */
7506_ACEOF
7507cat confdefs.h >>conftest.$ac_ext
7508cat >>conftest.$ac_ext <<_ACEOF
7509/* end confdefs.h.  */
7510$ac_includes_default
7511#include <$ac_header>
7512_ACEOF
7513rm -f conftest.$ac_objext
7514if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7515  (eval $ac_compile) 2>conftest.er1
7516  ac_status=$?
7517  grep -v '^ *+' conftest.er1 >conftest.err
7518  rm -f conftest.er1
7519  cat conftest.err >&5
7520  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7521  (exit $ac_status); } &&
7522         { ac_try='test -z "$ac_c_werror_flag"
7523                         || test ! -s conftest.err'
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); }; } &&
7529         { ac_try='test -s conftest.$ac_objext'
7530  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7531  (eval $ac_try) 2>&5
7532  ac_status=$?
7533  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7534  (exit $ac_status); }; }; then
7535  ac_header_compiler=yes
7536else
7537  echo "$as_me: failed program was:" >&5
7538sed 's/^/| /' conftest.$ac_ext >&5
7539
7540ac_header_compiler=no
7541fi
7542rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7543echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7544echo "${ECHO_T}$ac_header_compiler" >&6
7545
7546# Is the header present?
7547echo "$as_me:$LINENO: checking $ac_header presence" >&5
7548echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7549cat >conftest.$ac_ext <<_ACEOF
7550/* confdefs.h.  */
7551_ACEOF
7552cat confdefs.h >>conftest.$ac_ext
7553cat >>conftest.$ac_ext <<_ACEOF
7554/* end confdefs.h.  */
7555#include <$ac_header>
7556_ACEOF
7557if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7558  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7559  ac_status=$?
7560  grep -v '^ *+' conftest.er1 >conftest.err
7561  rm -f conftest.er1
7562  cat conftest.err >&5
7563  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7564  (exit $ac_status); } >/dev/null; then
7565  if test -s conftest.err; then
7566    ac_cpp_err=$ac_c_preproc_warn_flag
7567    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7568  else
7569    ac_cpp_err=
7570  fi
7571else
7572  ac_cpp_err=yes
7573fi
7574if test -z "$ac_cpp_err"; then
7575  ac_header_preproc=yes
7576else
7577  echo "$as_me: failed program was:" >&5
7578sed 's/^/| /' conftest.$ac_ext >&5
7579
7580  ac_header_preproc=no
7581fi
7582rm -f conftest.err conftest.$ac_ext
7583echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7584echo "${ECHO_T}$ac_header_preproc" >&6
7585
7586# So?  What about this header?
7587case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7588  yes:no: )
7589    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7590echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7591    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7592echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7593    ac_header_preproc=yes
7594    ;;
7595  no:yes:* )
7596    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7597echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7598    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7599echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7600    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7601echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7602    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7603echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7604    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7605echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7606    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7607echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7608    (
7609      cat <<\_ASBOX
7610## ---------------------------------------------- ##
7611## Report this to orxonox-dev at mail.datacore.ch ##
7612## ---------------------------------------------- ##
7613_ASBOX
7614    ) |
7615      sed "s/^/$as_me: WARNING:     /" >&2
7616    ;;
7617esac
7618echo "$as_me:$LINENO: checking for $ac_header" >&5
7619echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7620if eval "test \"\${$as_ac_Header+set}\" = set"; then
7621  echo $ECHO_N "(cached) $ECHO_C" >&6
7622else
7623  eval "$as_ac_Header=\$ac_header_preproc"
7624fi
7625echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7626echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7627
7628fi
7629if test `eval echo '${'$as_ac_Header'}'` = yes; then
7630  cat >>confdefs.h <<_ACEOF
7631#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7632_ACEOF
7633
7634fi
7635
7636done
7637
7638
7639# Checks for typedefs, structures, and compiler characteristics.
7640echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
7641echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
7642if test "${ac_cv_header_stdbool_h+set}" = set; then
7643  echo $ECHO_N "(cached) $ECHO_C" >&6
7644else
7645  cat >conftest.$ac_ext <<_ACEOF
7646/* confdefs.h.  */
7647_ACEOF
7648cat confdefs.h >>conftest.$ac_ext
7649cat >>conftest.$ac_ext <<_ACEOF
7650/* end confdefs.h.  */
7651
7652#include <stdbool.h>
7653#ifndef bool
7654# error bool is not defined
7655#endif
7656#ifndef false
7657# error false is not defined
7658#endif
7659#if false
7660# error false is not 0
7661#endif
7662#ifndef true
7663# error true is not defined
7664#endif
7665#if true != 1
7666# error true is not 1
7667#endif
7668#ifndef __bool_true_false_are_defined
7669# error __bool_true_false_are_defined is not defined
7670#endif
7671
7672        struct s { _Bool s: 1; _Bool t; } s;
7673
7674        char a[true == 1 ? 1 : -1];
7675        char b[false == 0 ? 1 : -1];
7676        char c[__bool_true_false_are_defined == 1 ? 1 : -1];
7677        char d[(bool) -0.5 == true ? 1 : -1];
7678        bool e = &s;
7679        char f[(_Bool) -0.0 == false ? 1 : -1];
7680        char g[true];
7681        char h[sizeof (_Bool)];
7682        char i[sizeof s.t];
7683
7684int
7685main ()
7686{
7687 return !a + !b + !c + !d + !e + !f + !g + !h + !i;
7688  ;
7689  return 0;
7690}
7691_ACEOF
7692rm -f conftest.$ac_objext
7693if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7694  (eval $ac_compile) 2>conftest.er1
7695  ac_status=$?
7696  grep -v '^ *+' conftest.er1 >conftest.err
7697  rm -f conftest.er1
7698  cat conftest.err >&5
7699  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7700  (exit $ac_status); } &&
7701         { ac_try='test -z "$ac_c_werror_flag"
7702                         || test ! -s conftest.err'
7703  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7704  (eval $ac_try) 2>&5
7705  ac_status=$?
7706  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7707  (exit $ac_status); }; } &&
7708         { ac_try='test -s conftest.$ac_objext'
7709  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7710  (eval $ac_try) 2>&5
7711  ac_status=$?
7712  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7713  (exit $ac_status); }; }; then
7714  ac_cv_header_stdbool_h=yes
7715else
7716  echo "$as_me: failed program was:" >&5
7717sed 's/^/| /' conftest.$ac_ext >&5
7718
7719ac_cv_header_stdbool_h=no
7720fi
7721rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7722fi
7723echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
7724echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
7725echo "$as_me:$LINENO: checking for _Bool" >&5
7726echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
7727if test "${ac_cv_type__Bool+set}" = set; then
7728  echo $ECHO_N "(cached) $ECHO_C" >&6
7729else
7730  cat >conftest.$ac_ext <<_ACEOF
7731/* confdefs.h.  */
7732_ACEOF
7733cat confdefs.h >>conftest.$ac_ext
7734cat >>conftest.$ac_ext <<_ACEOF
7735/* end confdefs.h.  */
7736$ac_includes_default
7737int
7738main ()
7739{
7740if ((_Bool *) 0)
7741  return 0;
7742if (sizeof (_Bool))
7743  return 0;
7744  ;
7745  return 0;
7746}
7747_ACEOF
7748rm -f conftest.$ac_objext
7749if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7750  (eval $ac_compile) 2>conftest.er1
7751  ac_status=$?
7752  grep -v '^ *+' conftest.er1 >conftest.err
7753  rm -f conftest.er1
7754  cat conftest.err >&5
7755  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756  (exit $ac_status); } &&
7757         { ac_try='test -z "$ac_c_werror_flag"
7758                         || test ! -s conftest.err'
7759  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7760  (eval $ac_try) 2>&5
7761  ac_status=$?
7762  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7763  (exit $ac_status); }; } &&
7764         { ac_try='test -s conftest.$ac_objext'
7765  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7766  (eval $ac_try) 2>&5
7767  ac_status=$?
7768  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7769  (exit $ac_status); }; }; then
7770  ac_cv_type__Bool=yes
7771else
7772  echo "$as_me: failed program was:" >&5
7773sed 's/^/| /' conftest.$ac_ext >&5
7774
7775ac_cv_type__Bool=no
7776fi
7777rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7778fi
7779echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
7780echo "${ECHO_T}$ac_cv_type__Bool" >&6
7781if test $ac_cv_type__Bool = yes; then
7782
7783cat >>confdefs.h <<_ACEOF
7784#define HAVE__BOOL 1
7785_ACEOF
7786
7787
7788fi
7789
7790if test $ac_cv_header_stdbool_h = yes; then
7791
7792cat >>confdefs.h <<\_ACEOF
7793#define HAVE_STDBOOL_H 1
7794_ACEOF
7795
7796fi
7797
7798
7799# Checks for library functions.
7800
7801for ac_header in stdlib.h
7802do
7803as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7804if eval "test \"\${$as_ac_Header+set}\" = set"; then
7805  echo "$as_me:$LINENO: checking for $ac_header" >&5
7806echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7807if eval "test \"\${$as_ac_Header+set}\" = set"; then
7808  echo $ECHO_N "(cached) $ECHO_C" >&6
7809fi
7810echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7811echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7812else
7813  # Is the header compilable?
7814echo "$as_me:$LINENO: checking $ac_header usability" >&5
7815echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7816cat >conftest.$ac_ext <<_ACEOF
7817/* confdefs.h.  */
7818_ACEOF
7819cat confdefs.h >>conftest.$ac_ext
7820cat >>conftest.$ac_ext <<_ACEOF
7821/* end confdefs.h.  */
7822$ac_includes_default
7823#include <$ac_header>
7824_ACEOF
7825rm -f conftest.$ac_objext
7826if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7827  (eval $ac_compile) 2>conftest.er1
7828  ac_status=$?
7829  grep -v '^ *+' conftest.er1 >conftest.err
7830  rm -f conftest.er1
7831  cat conftest.err >&5
7832  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7833  (exit $ac_status); } &&
7834         { ac_try='test -z "$ac_c_werror_flag"
7835                         || test ! -s conftest.err'
7836  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7837  (eval $ac_try) 2>&5
7838  ac_status=$?
7839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7840  (exit $ac_status); }; } &&
7841         { ac_try='test -s conftest.$ac_objext'
7842  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7843  (eval $ac_try) 2>&5
7844  ac_status=$?
7845  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7846  (exit $ac_status); }; }; then
7847  ac_header_compiler=yes
7848else
7849  echo "$as_me: failed program was:" >&5
7850sed 's/^/| /' conftest.$ac_ext >&5
7851
7852ac_header_compiler=no
7853fi
7854rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7855echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7856echo "${ECHO_T}$ac_header_compiler" >&6
7857
7858# Is the header present?
7859echo "$as_me:$LINENO: checking $ac_header presence" >&5
7860echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7861cat >conftest.$ac_ext <<_ACEOF
7862/* confdefs.h.  */
7863_ACEOF
7864cat confdefs.h >>conftest.$ac_ext
7865cat >>conftest.$ac_ext <<_ACEOF
7866/* end confdefs.h.  */
7867#include <$ac_header>
7868_ACEOF
7869if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7870  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7871  ac_status=$?
7872  grep -v '^ *+' conftest.er1 >conftest.err
7873  rm -f conftest.er1
7874  cat conftest.err >&5
7875  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876  (exit $ac_status); } >/dev/null; then
7877  if test -s conftest.err; then
7878    ac_cpp_err=$ac_c_preproc_warn_flag
7879    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7880  else
7881    ac_cpp_err=
7882  fi
7883else
7884  ac_cpp_err=yes
7885fi
7886if test -z "$ac_cpp_err"; then
7887  ac_header_preproc=yes
7888else
7889  echo "$as_me: failed program was:" >&5
7890sed 's/^/| /' conftest.$ac_ext >&5
7891
7892  ac_header_preproc=no
7893fi
7894rm -f conftest.err conftest.$ac_ext
7895echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7896echo "${ECHO_T}$ac_header_preproc" >&6
7897
7898# So?  What about this header?
7899case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7900  yes:no: )
7901    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7902echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7903    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7904echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7905    ac_header_preproc=yes
7906    ;;
7907  no:yes:* )
7908    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7909echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7910    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7911echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7912    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7913echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7914    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7915echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7916    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7917echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7918    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7919echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7920    (
7921      cat <<\_ASBOX
7922## ---------------------------------------------- ##
7923## Report this to orxonox-dev at mail.datacore.ch ##
7924## ---------------------------------------------- ##
7925_ASBOX
7926    ) |
7927      sed "s/^/$as_me: WARNING:     /" >&2
7928    ;;
7929esac
7930echo "$as_me:$LINENO: checking for $ac_header" >&5
7931echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7932if eval "test \"\${$as_ac_Header+set}\" = set"; then
7933  echo $ECHO_N "(cached) $ECHO_C" >&6
7934else
7935  eval "$as_ac_Header=\$ac_header_preproc"
7936fi
7937echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7938echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7939
7940fi
7941if test `eval echo '${'$as_ac_Header'}'` = yes; then
7942  cat >>confdefs.h <<_ACEOF
7943#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7944_ACEOF
7945
7946fi
7947
7948done
7949
7950echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
7951echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
7952if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
7953  echo $ECHO_N "(cached) $ECHO_C" >&6
7954else
7955  if test "$cross_compiling" = yes; then
7956  ac_cv_func_malloc_0_nonnull=no
7957else
7958  cat >conftest.$ac_ext <<_ACEOF
7959/* confdefs.h.  */
7960_ACEOF
7961cat confdefs.h >>conftest.$ac_ext
7962cat >>conftest.$ac_ext <<_ACEOF
7963/* end confdefs.h.  */
7964#if STDC_HEADERS || HAVE_STDLIB_H
7965# include <stdlib.h>
7966#else
7967char *malloc ();
7968#endif
7969
7970int
7971main ()
7972{
7973exit (malloc (0) ? 0 : 1);
7974  ;
7975  return 0;
7976}
7977_ACEOF
7978rm -f conftest$ac_exeext
7979if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7980  (eval $ac_link) 2>&5
7981  ac_status=$?
7982  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7983  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7984  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7985  (eval $ac_try) 2>&5
7986  ac_status=$?
7987  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7988  (exit $ac_status); }; }; then
7989  ac_cv_func_malloc_0_nonnull=yes
7990else
7991  echo "$as_me: program exited with status $ac_status" >&5
7992echo "$as_me: failed program was:" >&5
7993sed 's/^/| /' conftest.$ac_ext >&5
7994
7995( exit $ac_status )
7996ac_cv_func_malloc_0_nonnull=no
7997fi
7998rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7999fi
8000fi
8001echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
8002echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
8003if test $ac_cv_func_malloc_0_nonnull = yes; then
8004
8005cat >>confdefs.h <<\_ACEOF
8006#define HAVE_MALLOC 1
8007_ACEOF
8008
8009else
8010  cat >>confdefs.h <<\_ACEOF
8011#define HAVE_MALLOC 0
8012_ACEOF
8013
8014   case $LIBOBJS in
8015    "malloc.$ac_objext"   | \
8016  *" malloc.$ac_objext"   | \
8017    "malloc.$ac_objext "* | \
8018  *" malloc.$ac_objext "* ) ;;
8019  *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
8020esac
8021
8022
8023cat >>confdefs.h <<\_ACEOF
8024#define malloc rpl_malloc
8025_ACEOF
8026
8027fi
8028
8029
8030
8031
8032
8033for ac_func in bzero sqrt
8034do
8035as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8036echo "$as_me:$LINENO: checking for $ac_func" >&5
8037echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8038if eval "test \"\${$as_ac_var+set}\" = set"; then
8039  echo $ECHO_N "(cached) $ECHO_C" >&6
8040else
8041  cat >conftest.$ac_ext <<_ACEOF
8042/* confdefs.h.  */
8043_ACEOF
8044cat confdefs.h >>conftest.$ac_ext
8045cat >>conftest.$ac_ext <<_ACEOF
8046/* end confdefs.h.  */
8047/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8048   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8049#define $ac_func innocuous_$ac_func
8050
8051/* System header to define __stub macros and hopefully few prototypes,
8052    which can conflict with char $ac_func (); below.
8053    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8054    <limits.h> exists even on freestanding compilers.  */
8055
8056#ifdef __STDC__
8057# include <limits.h>
8058#else
8059# include <assert.h>
8060#endif
8061
8062#undef $ac_func
8063
8064/* Override any gcc2 internal prototype to avoid an error.  */
8065#ifdef __cplusplus
8066extern "C"
8067{
8068#endif
8069/* We use char because int might match the return type of a gcc2
8070   builtin and then its argument prototype would still apply.  */
8071char $ac_func ();
8072/* The GNU C library defines this for functions which it implements
8073    to always fail with ENOSYS.  Some functions are actually named
8074    something starting with __ and the normal name is an alias.  */
8075#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8076choke me
8077#else
8078char (*f) () = $ac_func;
8079#endif
8080#ifdef __cplusplus
8081}
8082#endif
8083
8084int
8085main ()
8086{
8087return f != $ac_func;
8088  ;
8089  return 0;
8090}
8091_ACEOF
8092rm -f conftest.$ac_objext conftest$ac_exeext
8093if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8094  (eval $ac_link) 2>conftest.er1
8095  ac_status=$?
8096  grep -v '^ *+' conftest.er1 >conftest.err
8097  rm -f conftest.er1
8098  cat conftest.err >&5
8099  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8100  (exit $ac_status); } &&
8101         { ac_try='test -z "$ac_c_werror_flag"
8102                         || test ! -s conftest.err'
8103  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8104  (eval $ac_try) 2>&5
8105  ac_status=$?
8106  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8107  (exit $ac_status); }; } &&
8108         { ac_try='test -s conftest$ac_exeext'
8109  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8110  (eval $ac_try) 2>&5
8111  ac_status=$?
8112  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113  (exit $ac_status); }; }; then
8114  eval "$as_ac_var=yes"
8115else
8116  echo "$as_me: failed program was:" >&5
8117sed 's/^/| /' conftest.$ac_ext >&5
8118
8119eval "$as_ac_var=no"
8120fi
8121rm -f conftest.err conftest.$ac_objext \
8122      conftest$ac_exeext conftest.$ac_ext
8123fi
8124echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8125echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8126if test `eval echo '${'$as_ac_var'}'` = yes; then
8127  cat >>confdefs.h <<_ACEOF
8128#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8129_ACEOF
8130
8131fi
8132done
8133
8134
8135######################
8136## OUTPUT CONFIGURE ##
8137######################
8138                                                                                                    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"
8139
8140
8141cat >confcache <<\_ACEOF
8142# This file is a shell script that caches the results of configure
8143# tests run on this system so they can be shared between configure
8144# scripts and configure runs, see configure's option --config-cache.
8145# It is not useful on other systems.  If it contains results you don't
8146# want to keep, you may remove or edit it.
8147#
8148# config.status only pays attention to the cache file if you give it
8149# the --recheck option to rerun configure.
8150#
8151# `ac_cv_env_foo' variables (set or unset) will be overridden when
8152# loading this file, other *unset* `ac_cv_foo' will be assigned the
8153# following values.
8154
8155_ACEOF
8156
8157# The following way of writing the cache mishandles newlines in values,
8158# but we know of no workaround that is simple, portable, and efficient.
8159# So, don't put newlines in cache variables' values.
8160# Ultrix sh set writes to stderr and can't be redirected directly,
8161# and sets the high bit in the cache file unless we assign to the vars.
8162{
8163  (set) 2>&1 |
8164    case `(ac_space=' '; set | grep ac_space) 2>&1` in
8165    *ac_space=\ *)
8166      # `set' does not quote correctly, so add quotes (double-quote
8167      # substitution turns \\\\ into \\, and sed turns \\ into \).
8168      sed -n \
8169        "s/'/'\\\\''/g;
8170          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8171      ;;
8172    *)
8173      # `set' quotes correctly as required by POSIX, so do not add quotes.
8174      sed -n \
8175        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8176      ;;
8177    esac;
8178} |
8179  sed '
8180     t clear
8181     : clear
8182     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8183     t end
8184     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8185     : end' >>confcache
8186if diff $cache_file confcache >/dev/null 2>&1; then :; else
8187  if test -w $cache_file; then
8188    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8189    cat confcache >$cache_file
8190  else
8191    echo "not updating unwritable cache $cache_file"
8192  fi
8193fi
8194rm -f confcache
8195
8196test "x$prefix" = xNONE && prefix=$ac_default_prefix
8197# Let make expand exec_prefix.
8198test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8199
8200# VPATH may cause trouble with some makes, so we remove $(srcdir),
8201# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
8202# trailing colons and then remove the whole line if VPATH becomes empty
8203# (actually we leave an empty line to preserve line numbers).
8204if test "x$srcdir" = x.; then
8205  ac_vpsub='/^[  ]*VPATH[        ]*=/{
8206s/:*\$(srcdir):*/:/;
8207s/:*\${srcdir}:*/:/;
8208s/:*@srcdir@:*/:/;
8209s/^\([^=]*=[     ]*\):*/\1/;
8210s/:*$//;
8211s/^[^=]*=[       ]*$//;
8212}'
8213fi
8214
8215DEFS=-DHAVE_CONFIG_H
8216
8217ac_libobjs=
8218ac_ltlibobjs=
8219for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8220  # 1. Remove the extension, and $U if already installed.
8221  ac_i=`echo "$ac_i" |
8222         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
8223  # 2. Add them.
8224  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
8225  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
8226done
8227LIBOBJS=$ac_libobjs
8228
8229LTLIBOBJS=$ac_ltlibobjs
8230
8231
8232if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
8233  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
8234Usually this means the macro was only invoked conditionally." >&5
8235echo "$as_me: error: conditional \"AMDEP\" was never defined.
8236Usually this means the macro was only invoked conditionally." >&2;}
8237   { (exit 1); exit 1; }; }
8238fi
8239if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
8240  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
8241Usually this means the macro was only invoked conditionally." >&5
8242echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
8243Usually this means the macro was only invoked conditionally." >&2;}
8244   { (exit 1); exit 1; }; }
8245fi
8246if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
8247  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
8248Usually this means the macro was only invoked conditionally." >&5
8249echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
8250Usually this means the macro was only invoked conditionally." >&2;}
8251   { (exit 1); exit 1; }; }
8252fi
8253if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then
8254  { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined.
8255Usually this means the macro was only invoked conditionally." >&5
8256echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined.
8257Usually this means the macro was only invoked conditionally." >&2;}
8258   { (exit 1); exit 1; }; }
8259fi
8260if test -z "${DOCUMENTATION_TRUE}" && test -z "${DOCUMENTATION_FALSE}"; then
8261  { { echo "$as_me:$LINENO: error: conditional \"DOCUMENTATION\" was never defined.
8262Usually this means the macro was only invoked conditionally." >&5
8263echo "$as_me: error: conditional \"DOCUMENTATION\" was never defined.
8264Usually this means the macro was only invoked conditionally." >&2;}
8265   { (exit 1); exit 1; }; }
8266fi
8267if test -z "${DOXYGEN_TRUE}" && test -z "${DOXYGEN_FALSE}"; then
8268  { { echo "$as_me:$LINENO: error: conditional \"DOXYGEN\" was never defined.
8269Usually this means the macro was only invoked conditionally." >&5
8270echo "$as_me: error: conditional \"DOXYGEN\" was never defined.
8271Usually this means the macro was only invoked conditionally." >&2;}
8272   { (exit 1); exit 1; }; }
8273fi
8274if test -z "${HAVE_GTK2_TRUE}" && test -z "${HAVE_GTK2_FALSE}"; then
8275  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTK2\" was never defined.
8276Usually this means the macro was only invoked conditionally." >&5
8277echo "$as_me: error: conditional \"HAVE_GTK2\" was never defined.
8278Usually this means the macro was only invoked conditionally." >&2;}
8279   { (exit 1); exit 1; }; }
8280fi
8281if test -z "${HAVE_GTHREAD_TRUE}" && test -z "${HAVE_GTHREAD_FALSE}"; then
8282  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTHREAD\" was never defined.
8283Usually this means the macro was only invoked conditionally." >&5
8284echo "$as_me: error: conditional \"HAVE_GTHREAD\" was never defined.
8285Usually this means the macro was only invoked conditionally." >&2;}
8286   { (exit 1); exit 1; }; }
8287fi
8288if test -z "${HAVE_CURL_TRUE}" && test -z "${HAVE_CURL_FALSE}"; then
8289  { { echo "$as_me:$LINENO: error: conditional \"HAVE_CURL\" was never defined.
8290Usually this means the macro was only invoked conditionally." >&5
8291echo "$as_me: error: conditional \"HAVE_CURL\" was never defined.
8292Usually this means the macro was only invoked conditionally." >&2;}
8293   { (exit 1); exit 1; }; }
8294fi
8295
8296: ${CONFIG_STATUS=./config.status}
8297ac_clean_files_save=$ac_clean_files
8298ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8299{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
8300echo "$as_me: creating $CONFIG_STATUS" >&6;}
8301cat >$CONFIG_STATUS <<_ACEOF
8302#! $SHELL
8303# Generated by $as_me.
8304# Run this file to recreate the current configuration.
8305# Compiler output produced by configure, useful for debugging
8306# configure, is in config.log if it exists.
8307
8308debug=false
8309ac_cs_recheck=false
8310ac_cs_silent=false
8311SHELL=\${CONFIG_SHELL-$SHELL}
8312_ACEOF
8313
8314cat >>$CONFIG_STATUS <<\_ACEOF
8315## --------------------- ##
8316## M4sh Initialization.  ##
8317## --------------------- ##
8318
8319# Be Bourne compatible
8320if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8321  emulate sh
8322  NULLCMD=:
8323  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8324  # is contrary to our usage.  Disable this feature.
8325  alias -g '${1+"$@"}'='"$@"'
8326elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
8327  set -o posix
8328fi
8329DUALCASE=1; export DUALCASE # for MKS sh
8330
8331# Support unset when possible.
8332if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8333  as_unset=unset
8334else
8335  as_unset=false
8336fi
8337
8338
8339# Work around bugs in pre-3.0 UWIN ksh.
8340$as_unset ENV MAIL MAILPATH
8341PS1='$ '
8342PS2='> '
8343PS4='+ '
8344
8345# NLS nuisances.
8346for as_var in \
8347  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
8348  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8349  LC_TELEPHONE LC_TIME
8350do
8351  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8352    eval $as_var=C; export $as_var
8353  else
8354    $as_unset $as_var
8355  fi
8356done
8357
8358# Required to use basename.
8359if expr a : '\(a\)' >/dev/null 2>&1; then
8360  as_expr=expr
8361else
8362  as_expr=false
8363fi
8364
8365if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
8366  as_basename=basename
8367else
8368  as_basename=false
8369fi
8370
8371
8372# Name of the executable.
8373as_me=`$as_basename "$0" ||
8374$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8375         X"$0" : 'X\(//\)$' \| \
8376         X"$0" : 'X\(/\)$' \| \
8377         .     : '\(.\)' 2>/dev/null ||
8378echo X/"$0" |
8379    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
8380          /^X\/\(\/\/\)$/{ s//\1/; q; }
8381          /^X\/\(\/\).*/{ s//\1/; q; }
8382          s/.*/./; q'`
8383
8384
8385# PATH needs CR, and LINENO needs CR and PATH.
8386# Avoid depending upon Character Ranges.
8387as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8388as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8389as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8390as_cr_digits='0123456789'
8391as_cr_alnum=$as_cr_Letters$as_cr_digits
8392
8393# The user is always right.
8394if test "${PATH_SEPARATOR+set}" != set; then
8395  echo "#! /bin/sh" >conf$$.sh
8396  echo  "exit 0"   >>conf$$.sh
8397  chmod +x conf$$.sh
8398  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8399    PATH_SEPARATOR=';'
8400  else
8401    PATH_SEPARATOR=:
8402  fi
8403  rm -f conf$$.sh
8404fi
8405
8406
8407  as_lineno_1=$LINENO
8408  as_lineno_2=$LINENO
8409  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8410  test "x$as_lineno_1" != "x$as_lineno_2" &&
8411  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
8412  # Find who we are.  Look in the path if we contain no path at all
8413  # relative or not.
8414  case $0 in
8415    *[\\/]* ) as_myself=$0 ;;
8416    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8417for as_dir in $PATH
8418do
8419  IFS=$as_save_IFS
8420  test -z "$as_dir" && as_dir=.
8421  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8422done
8423
8424       ;;
8425  esac
8426  # We did not find ourselves, most probably we were run as `sh COMMAND'
8427  # in which case we are not to be found in the path.
8428  if test "x$as_myself" = x; then
8429    as_myself=$0
8430  fi
8431  if test ! -f "$as_myself"; then
8432    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
8433echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
8434   { (exit 1); exit 1; }; }
8435  fi
8436  case $CONFIG_SHELL in
8437  '')
8438    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8439for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
8440do
8441  IFS=$as_save_IFS
8442  test -z "$as_dir" && as_dir=.
8443  for as_base in sh bash ksh sh5; do
8444         case $as_dir in
8445         /*)
8446           if ("$as_dir/$as_base" -c '
8447  as_lineno_1=$LINENO
8448  as_lineno_2=$LINENO
8449  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8450  test "x$as_lineno_1" != "x$as_lineno_2" &&
8451  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
8452             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
8453             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
8454             CONFIG_SHELL=$as_dir/$as_base
8455             export CONFIG_SHELL
8456             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8457           fi;;
8458         esac
8459       done
8460done
8461;;
8462  esac
8463
8464  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8465  # uniformly replaced by the line number.  The first 'sed' inserts a
8466  # line-number line before each line; the second 'sed' does the real
8467  # work.  The second script uses 'N' to pair each line-number line
8468  # with the numbered line, and appends trailing '-' during
8469  # substitution so that $LINENO is not a special case at line end.
8470  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8471  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
8472  sed '=' <$as_myself |
8473    sed '
8474      N
8475      s,$,-,
8476      : loop
8477      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8478      t loop
8479      s,-$,,
8480      s,^['$as_cr_digits']*\n,,
8481    ' >$as_me.lineno &&
8482  chmod +x $as_me.lineno ||
8483    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
8484echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
8485   { (exit 1); exit 1; }; }
8486
8487  # Don't try to exec as it changes $[0], causing all sort of problems
8488  # (the dirname of $[0] is not the place where we might find the
8489  # original and so on.  Autoconf is especially sensible to this).
8490  . ./$as_me.lineno
8491  # Exit status is that of the last command.
8492  exit
8493}
8494
8495
8496case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8497  *c*,-n*) ECHO_N= ECHO_C='
8498' ECHO_T='      ' ;;
8499  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
8500  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
8501esac
8502
8503if expr a : '\(a\)' >/dev/null 2>&1; then
8504  as_expr=expr
8505else
8506  as_expr=false
8507fi
8508
8509rm -f conf$$ conf$$.exe conf$$.file
8510echo >conf$$.file
8511if ln -s conf$$.file conf$$ 2>/dev/null; then
8512  # We could just check for DJGPP; but this test a) works b) is more generic
8513  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8514  if test -f conf$$.exe; then
8515    # Don't use ln at all; we don't have any links
8516    as_ln_s='cp -p'
8517  else
8518    as_ln_s='ln -s'
8519  fi
8520elif ln conf$$.file conf$$ 2>/dev/null; then
8521  as_ln_s=ln
8522else
8523  as_ln_s='cp -p'
8524fi
8525rm -f conf$$ conf$$.exe conf$$.file
8526
8527if mkdir -p . 2>/dev/null; then
8528  as_mkdir_p=:
8529else
8530  test -d ./-p && rmdir ./-p
8531  as_mkdir_p=false
8532fi
8533
8534as_executable_p="test -f"
8535
8536# Sed expression to map a string onto a valid CPP name.
8537as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8538
8539# Sed expression to map a string onto a valid variable name.
8540as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8541
8542
8543# IFS
8544# We need space, tab and new line, in precisely that order.
8545as_nl='
8546'
8547IFS="   $as_nl"
8548
8549# CDPATH.
8550$as_unset CDPATH
8551
8552exec 6>&1
8553
8554# Open the log real soon, to keep \$[0] and so on meaningful, and to
8555# report actual input values of CONFIG_FILES etc. instead of their
8556# values after options handling.  Logging --version etc. is OK.
8557exec 5>>config.log
8558{
8559  echo
8560  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8561## Running $as_me. ##
8562_ASBOX
8563} >&5
8564cat >&5 <<_CSEOF
8565
8566This file was extended by orxonox $as_me 0.2.3-pre-alpha, which was
8567generated by GNU Autoconf 2.59.  Invocation command line was
8568
8569  CONFIG_FILES    = $CONFIG_FILES
8570  CONFIG_HEADERS  = $CONFIG_HEADERS
8571  CONFIG_LINKS    = $CONFIG_LINKS
8572  CONFIG_COMMANDS = $CONFIG_COMMANDS
8573  $ $0 $@
8574
8575_CSEOF
8576echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8577echo >&5
8578_ACEOF
8579
8580# Files that config.status was made for.
8581if test -n "$ac_config_files"; then
8582  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8583fi
8584
8585if test -n "$ac_config_headers"; then
8586  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8587fi
8588
8589if test -n "$ac_config_links"; then
8590  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8591fi
8592
8593if test -n "$ac_config_commands"; then
8594  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8595fi
8596
8597cat >>$CONFIG_STATUS <<\_ACEOF
8598
8599ac_cs_usage="\
8600\`$as_me' instantiates files from templates according to the
8601current configuration.
8602
8603Usage: $0 [OPTIONS] [FILE]...
8604
8605  -h, --help       print this help, then exit
8606  -V, --version    print version number, then exit
8607  -q, --quiet      do not print progress messages
8608  -d, --debug      don't remove temporary files
8609      --recheck    update $as_me by reconfiguring in the same conditions
8610  --file=FILE[:TEMPLATE]
8611                   instantiate the configuration file FILE
8612  --header=FILE[:TEMPLATE]
8613                   instantiate the configuration header FILE
8614
8615Configuration files:
8616$config_files
8617
8618Configuration headers:
8619$config_headers
8620
8621Configuration commands:
8622$config_commands
8623
8624Report bugs to <bug-autoconf@gnu.org>."
8625_ACEOF
8626
8627cat >>$CONFIG_STATUS <<_ACEOF
8628ac_cs_version="\\
8629orxonox config.status 0.2.3-pre-alpha
8630configured by $0, generated by GNU Autoconf 2.59,
8631  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8632
8633Copyright (C) 2003 Free Software Foundation, Inc.
8634This config.status script is free software; the Free Software Foundation
8635gives unlimited permission to copy, distribute and modify it."
8636srcdir=$srcdir
8637INSTALL="$INSTALL"
8638_ACEOF
8639
8640cat >>$CONFIG_STATUS <<\_ACEOF
8641# If no file are specified by the user, then we need to provide default
8642# value.  By we need to know if files were specified by the user.
8643ac_need_defaults=:
8644while test $# != 0
8645do
8646  case $1 in
8647  --*=*)
8648    ac_option=`expr "x$1" : 'x\([^=]*\)='`
8649    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
8650    ac_shift=:
8651    ;;
8652  -*)
8653    ac_option=$1
8654    ac_optarg=$2
8655    ac_shift=shift
8656    ;;
8657  *) # This is not an option, so the user has probably given explicit
8658     # arguments.
8659     ac_option=$1
8660     ac_need_defaults=false;;
8661  esac
8662
8663  case $ac_option in
8664  # Handling of the options.
8665_ACEOF
8666cat >>$CONFIG_STATUS <<\_ACEOF
8667  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8668    ac_cs_recheck=: ;;
8669  --version | --vers* | -V )
8670    echo "$ac_cs_version"; exit 0 ;;
8671  --he | --h)
8672    # Conflict between --help and --header
8673    { { echo "$as_me:$LINENO: error: ambiguous option: $1
8674Try \`$0 --help' for more information." >&5
8675echo "$as_me: error: ambiguous option: $1
8676Try \`$0 --help' for more information." >&2;}
8677   { (exit 1); exit 1; }; };;
8678  --help | --hel | -h )
8679    echo "$ac_cs_usage"; exit 0 ;;
8680  --debug | --d* | -d )
8681    debug=: ;;
8682  --file | --fil | --fi | --f )
8683    $ac_shift
8684    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
8685    ac_need_defaults=false;;
8686  --header | --heade | --head | --hea )
8687    $ac_shift
8688    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
8689    ac_need_defaults=false;;
8690  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8691  | -silent | --silent | --silen | --sile | --sil | --si | --s)
8692    ac_cs_silent=: ;;
8693
8694  # This is an error.
8695  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
8696Try \`$0 --help' for more information." >&5
8697echo "$as_me: error: unrecognized option: $1
8698Try \`$0 --help' for more information." >&2;}
8699   { (exit 1); exit 1; }; } ;;
8700
8701  *) ac_config_targets="$ac_config_targets $1" ;;
8702
8703  esac
8704  shift
8705done
8706
8707ac_configure_extra_args=
8708
8709if $ac_cs_silent; then
8710  exec 6>/dev/null
8711  ac_configure_extra_args="$ac_configure_extra_args --silent"
8712fi
8713
8714_ACEOF
8715cat >>$CONFIG_STATUS <<_ACEOF
8716if \$ac_cs_recheck; then
8717  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
8718  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8719fi
8720
8721_ACEOF
8722
8723cat >>$CONFIG_STATUS <<_ACEOF
8724#
8725# INIT-COMMANDS section.
8726#
8727
8728AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
8729
8730_ACEOF
8731
8732
8733
8734cat >>$CONFIG_STATUS <<\_ACEOF
8735for ac_config_target in $ac_config_targets
8736do
8737  case "$ac_config_target" in
8738  # Handling of arguments.
8739  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8740  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8741  "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
8742  "src/lib/graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/Makefile" ;;
8743  "src/lib/graphics/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/importer/Makefile" ;;
8744  "src/lib/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/Makefile" ;;
8745  "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;;
8746  "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;;
8747  "src/subprojects/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/Makefile" ;;
8748  "src/subprojects/testmain/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/testmain/Makefile" ;;
8749  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
8750  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
8751  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
8752echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
8753   { (exit 1); exit 1; }; };;
8754  esac
8755done
8756
8757# If the user did not use the arguments to specify the items to instantiate,
8758# then the envvar interface is used.  Set only those that are not.
8759# We use the long form for the default assignment because of an extremely
8760# bizarre bug on SunOS 4.1.3.
8761if $ac_need_defaults; then
8762  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8763  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8764  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8765fi
8766
8767# Have a temporary directory for convenience.  Make it in the build tree
8768# simply because there is no reason to put it here, and in addition,
8769# creating and moving files from /tmp can sometimes cause problems.
8770# Create a temporary directory, and hook for its removal unless debugging.
8771$debug ||
8772{
8773  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
8774  trap '{ (exit 1); exit 1; }' 1 2 13 15
8775}
8776
8777# Create a (secure) tmp directory for tmp files.
8778
8779{
8780  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
8781  test -n "$tmp" && test -d "$tmp"
8782}  ||
8783{
8784  tmp=./confstat$$-$RANDOM
8785  (umask 077 && mkdir $tmp)
8786} ||
8787{
8788   echo "$me: cannot create a temporary directory in ." >&2
8789   { (exit 1); exit 1; }
8790}
8791
8792_ACEOF
8793
8794cat >>$CONFIG_STATUS <<_ACEOF
8795
8796#
8797# CONFIG_FILES section.
8798#
8799
8800# No need to generate the scripts if there are no CONFIG_FILES.
8801# This happens for instance when ./config.status config.h
8802if test -n "\$CONFIG_FILES"; then
8803  # Protect against being on the right side of a sed subst in config.status.
8804  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
8805   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
8806s,@SHELL@,$SHELL,;t t
8807s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
8808s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
8809s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
8810s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
8811s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
8812s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
8813s,@exec_prefix@,$exec_prefix,;t t
8814s,@prefix@,$prefix,;t t
8815s,@program_transform_name@,$program_transform_name,;t t
8816s,@bindir@,$bindir,;t t
8817s,@sbindir@,$sbindir,;t t
8818s,@libexecdir@,$libexecdir,;t t
8819s,@datadir@,$datadir,;t t
8820s,@sysconfdir@,$sysconfdir,;t t
8821s,@sharedstatedir@,$sharedstatedir,;t t
8822s,@localstatedir@,$localstatedir,;t t
8823s,@libdir@,$libdir,;t t
8824s,@includedir@,$includedir,;t t
8825s,@oldincludedir@,$oldincludedir,;t t
8826s,@infodir@,$infodir,;t t
8827s,@mandir@,$mandir,;t t
8828s,@build_alias@,$build_alias,;t t
8829s,@host_alias@,$host_alias,;t t
8830s,@target_alias@,$target_alias,;t t
8831s,@DEFS@,$DEFS,;t t
8832s,@ECHO_C@,$ECHO_C,;t t
8833s,@ECHO_N@,$ECHO_N,;t t
8834s,@ECHO_T@,$ECHO_T,;t t
8835s,@LIBS@,$LIBS,;t t
8836s,@build@,$build,;t t
8837s,@build_cpu@,$build_cpu,;t t
8838s,@build_vendor@,$build_vendor,;t t
8839s,@build_os@,$build_os,;t t
8840s,@host@,$host,;t t
8841s,@host_cpu@,$host_cpu,;t t
8842s,@host_vendor@,$host_vendor,;t t
8843s,@host_os@,$host_os,;t t
8844s,@target@,$target,;t t
8845s,@target_cpu@,$target_cpu,;t t
8846s,@target_vendor@,$target_vendor,;t t
8847s,@target_os@,$target_os,;t t
8848s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
8849s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
8850s,@INSTALL_DATA@,$INSTALL_DATA,;t t
8851s,@CYGPATH_W@,$CYGPATH_W,;t t
8852s,@PACKAGE@,$PACKAGE,;t t
8853s,@VERSION@,$VERSION,;t t
8854s,@ACLOCAL@,$ACLOCAL,;t t
8855s,@AUTOCONF@,$AUTOCONF,;t t
8856s,@AUTOMAKE@,$AUTOMAKE,;t t
8857s,@AUTOHEADER@,$AUTOHEADER,;t t
8858s,@MAKEINFO@,$MAKEINFO,;t t
8859s,@AMTAR@,$AMTAR,;t t
8860s,@install_sh@,$install_sh,;t t
8861s,@STRIP@,$STRIP,;t t
8862s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
8863s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
8864s,@mkdir_p@,$mkdir_p,;t t
8865s,@AWK@,$AWK,;t t
8866s,@SET_MAKE@,$SET_MAKE,;t t
8867s,@am__leading_dot@,$am__leading_dot,;t t
8868s,@CXX@,$CXX,;t t
8869s,@CXXFLAGS@,$CXXFLAGS,;t t
8870s,@LDFLAGS@,$LDFLAGS,;t t
8871s,@CPPFLAGS@,$CPPFLAGS,;t t
8872s,@ac_ct_CXX@,$ac_ct_CXX,;t t
8873s,@EXEEXT@,$EXEEXT,;t t
8874s,@OBJEXT@,$OBJEXT,;t t
8875s,@DEPDIR@,$DEPDIR,;t t
8876s,@am__include@,$am__include,;t t
8877s,@am__quote@,$am__quote,;t t
8878s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
8879s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
8880s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
8881s,@CXXDEPMODE@,$CXXDEPMODE,;t t
8882s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
8883s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
8884s,@CC@,$CC,;t t
8885s,@CFLAGS@,$CFLAGS,;t t
8886s,@ac_ct_CC@,$ac_ct_CC,;t t
8887s,@CCDEPMODE@,$CCDEPMODE,;t t
8888s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
8889s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
8890s,@CPP@,$CPP,;t t
8891s,@EGREP@,$EGREP,;t t
8892s,@DEBUG@,$DEBUG,;t t
8893s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t
8894s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t
8895s,@DOCUMENTATION_TRUE@,$DOCUMENTATION_TRUE,;t t
8896s,@DOCUMENTATION_FALSE@,$DOCUMENTATION_FALSE,;t t
8897s,@DOXYGEN@,$DOXYGEN,;t t
8898s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t
8899s,@DOXYGEN_FALSE@,$DOXYGEN_FALSE,;t t
8900s,@GPROF@,$GPROF,;t t
8901s,@MSBITFIELDS@,$MSBITFIELDS,;t t
8902s,@GTK2_LIBS@,$GTK2_LIBS,;t t
8903s,@GTK2_CFLAGS@,$GTK2_CFLAGS,;t t
8904s,@HAVE_GTK2_TRUE@,$HAVE_GTK2_TRUE,;t t
8905s,@HAVE_GTK2_FALSE@,$HAVE_GTK2_FALSE,;t t
8906s,@GTHREAD_LIBS@,$GTHREAD_LIBS,;t t
8907s,@GTHREAD_CFLAGS@,$GTHREAD_CFLAGS,;t t
8908s,@HAVE_GTHREAD_TRUE@,$HAVE_GTHREAD_TRUE,;t t
8909s,@HAVE_GTHREAD_FALSE@,$HAVE_GTHREAD_FALSE,;t t
8910s,@CURL_LIBS@,$CURL_LIBS,;t t
8911s,@CURL_CFLAGS@,$CURL_CFLAGS,;t t
8912s,@HAVE_CURL_TRUE@,$HAVE_CURL_TRUE,;t t
8913s,@HAVE_CURL_FALSE@,$HAVE_CURL_FALSE,;t t
8914s,@LIBOBJS@,$LIBOBJS,;t t
8915s,@LTLIBOBJS@,$LTLIBOBJS,;t t
8916CEOF
8917
8918_ACEOF
8919
8920  cat >>$CONFIG_STATUS <<\_ACEOF
8921  # Split the substitutions into bite-sized pieces for seds with
8922  # small command number limits, like on Digital OSF/1 and HP-UX.
8923  ac_max_sed_lines=48
8924  ac_sed_frag=1 # Number of current file.
8925  ac_beg=1 # First line for current file.
8926  ac_end=$ac_max_sed_lines # Line after last line for current file.
8927  ac_more_lines=:
8928  ac_sed_cmds=
8929  while $ac_more_lines; do
8930    if test $ac_beg -gt 1; then
8931      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8932    else
8933      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8934    fi
8935    if test ! -s $tmp/subs.frag; then
8936      ac_more_lines=false
8937    else
8938      # The purpose of the label and of the branching condition is to
8939      # speed up the sed processing (if there are no `@' at all, there
8940      # is no need to browse any of the substitutions).
8941      # These are the two extra sed commands mentioned above.
8942      (echo ':t
8943  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
8944      if test -z "$ac_sed_cmds"; then
8945        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8946      else
8947        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8948      fi
8949      ac_sed_frag=`expr $ac_sed_frag + 1`
8950      ac_beg=$ac_end
8951      ac_end=`expr $ac_end + $ac_max_sed_lines`
8952    fi
8953  done
8954  if test -z "$ac_sed_cmds"; then
8955    ac_sed_cmds=cat
8956  fi
8957fi # test -n "$CONFIG_FILES"
8958
8959_ACEOF
8960cat >>$CONFIG_STATUS <<\_ACEOF
8961for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
8962  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8963  case $ac_file in
8964  - | *:- | *:-:* ) # input from stdin
8965        cat >$tmp/stdin
8966        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8967        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8968  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8969        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8970  * )   ac_file_in=$ac_file.in ;;
8971  esac
8972
8973  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8974  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8975$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8976         X"$ac_file" : 'X\(//\)[^/]' \| \
8977         X"$ac_file" : 'X\(//\)$' \| \
8978         X"$ac_file" : 'X\(/\)' \| \
8979         .     : '\(.\)' 2>/dev/null ||
8980echo X"$ac_file" |
8981    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8982          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8983          /^X\(\/\/\)$/{ s//\1/; q; }
8984          /^X\(\/\).*/{ s//\1/; q; }
8985          s/.*/./; q'`
8986  { if $as_mkdir_p; then
8987    mkdir -p "$ac_dir"
8988  else
8989    as_dir="$ac_dir"
8990    as_dirs=
8991    while test ! -d "$as_dir"; do
8992      as_dirs="$as_dir $as_dirs"
8993      as_dir=`(dirname "$as_dir") 2>/dev/null ||
8994$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8995         X"$as_dir" : 'X\(//\)[^/]' \| \
8996         X"$as_dir" : 'X\(//\)$' \| \
8997         X"$as_dir" : 'X\(/\)' \| \
8998         .     : '\(.\)' 2>/dev/null ||
8999echo X"$as_dir" |
9000    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9001          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9002          /^X\(\/\/\)$/{ s//\1/; q; }
9003          /^X\(\/\).*/{ s//\1/; q; }
9004          s/.*/./; q'`
9005    done
9006    test ! -n "$as_dirs" || mkdir $as_dirs
9007  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9008echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9009   { (exit 1); exit 1; }; }; }
9010
9011  ac_builddir=.
9012
9013if test "$ac_dir" != .; then
9014  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9015  # A "../" for each directory in $ac_dir_suffix.
9016  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9017else
9018  ac_dir_suffix= ac_top_builddir=
9019fi
9020
9021case $srcdir in
9022  .)  # No --srcdir option.  We are building in place.
9023    ac_srcdir=.
9024    if test -z "$ac_top_builddir"; then
9025       ac_top_srcdir=.
9026    else
9027       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9028    fi ;;
9029  [\\/]* | ?:[\\/]* )  # Absolute path.
9030    ac_srcdir=$srcdir$ac_dir_suffix;
9031    ac_top_srcdir=$srcdir ;;
9032  *) # Relative path.
9033    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9034    ac_top_srcdir=$ac_top_builddir$srcdir ;;
9035esac
9036
9037# Do not use `cd foo && pwd` to compute absolute paths, because
9038# the directories may not exist.
9039case `pwd` in
9040.) ac_abs_builddir="$ac_dir";;
9041*)
9042  case "$ac_dir" in
9043  .) ac_abs_builddir=`pwd`;;
9044  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9045  *) ac_abs_builddir=`pwd`/"$ac_dir";;
9046  esac;;
9047esac
9048case $ac_abs_builddir in
9049.) ac_abs_top_builddir=${ac_top_builddir}.;;
9050*)
9051  case ${ac_top_builddir}. in
9052  .) ac_abs_top_builddir=$ac_abs_builddir;;
9053  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9054  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9055  esac;;
9056esac
9057case $ac_abs_builddir in
9058.) ac_abs_srcdir=$ac_srcdir;;
9059*)
9060  case $ac_srcdir in
9061  .) ac_abs_srcdir=$ac_abs_builddir;;
9062  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9063  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9064  esac;;
9065esac
9066case $ac_abs_builddir in
9067.) ac_abs_top_srcdir=$ac_top_srcdir;;
9068*)
9069  case $ac_top_srcdir in
9070  .) ac_abs_top_srcdir=$ac_abs_builddir;;
9071  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9072  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9073  esac;;
9074esac
9075
9076
9077  case $INSTALL in
9078  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9079  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
9080  esac
9081
9082  if test x"$ac_file" != x-; then
9083    { echo "$as_me:$LINENO: creating $ac_file" >&5
9084echo "$as_me: creating $ac_file" >&6;}
9085    rm -f "$ac_file"
9086  fi
9087  # Let's still pretend it is `configure' which instantiates (i.e., don't
9088  # use $as_me), people would be surprised to read:
9089  #    /* config.h.  Generated by config.status.  */
9090  if test x"$ac_file" = x-; then
9091    configure_input=
9092  else
9093    configure_input="$ac_file.  "
9094  fi
9095  configure_input=$configure_input"Generated from `echo $ac_file_in |
9096                                     sed 's,.*/,,'` by configure."
9097
9098  # First look for the input files in the build tree, otherwise in the
9099  # src tree.
9100  ac_file_inputs=`IFS=:
9101    for f in $ac_file_in; do
9102      case $f in
9103      -) echo $tmp/stdin ;;
9104      [\\/$]*)
9105         # Absolute (can't be DOS-style, as IFS=:)
9106         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9107echo "$as_me: error: cannot find input file: $f" >&2;}
9108   { (exit 1); exit 1; }; }
9109         echo "$f";;
9110      *) # Relative
9111         if test -f "$f"; then
9112           # Build tree
9113           echo "$f"
9114         elif test -f "$srcdir/$f"; then
9115           # Source tree
9116           echo "$srcdir/$f"
9117         else
9118           # /dev/null tree
9119           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9120echo "$as_me: error: cannot find input file: $f" >&2;}
9121   { (exit 1); exit 1; }; }
9122         fi;;
9123      esac
9124    done` || { (exit 1); exit 1; }
9125_ACEOF
9126cat >>$CONFIG_STATUS <<_ACEOF
9127  sed "$ac_vpsub
9128$extrasub
9129_ACEOF
9130cat >>$CONFIG_STATUS <<\_ACEOF
9131:t
9132/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9133s,@configure_input@,$configure_input,;t t
9134s,@srcdir@,$ac_srcdir,;t t
9135s,@abs_srcdir@,$ac_abs_srcdir,;t t
9136s,@top_srcdir@,$ac_top_srcdir,;t t
9137s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9138s,@builddir@,$ac_builddir,;t t
9139s,@abs_builddir@,$ac_abs_builddir,;t t
9140s,@top_builddir@,$ac_top_builddir,;t t
9141s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9142s,@INSTALL@,$ac_INSTALL,;t t
9143" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
9144  rm -f $tmp/stdin
9145  if test x"$ac_file" != x-; then
9146    mv $tmp/out $ac_file
9147  else
9148    cat $tmp/out
9149    rm -f $tmp/out
9150  fi
9151
9152done
9153_ACEOF
9154cat >>$CONFIG_STATUS <<\_ACEOF
9155
9156#
9157# CONFIG_HEADER section.
9158#
9159
9160# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
9161# NAME is the cpp macro being defined and VALUE is the value it is being given.
9162#
9163# ac_d sets the value in "#define NAME VALUE" lines.
9164ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
9165ac_dB='[         ].*$,\1#\2'
9166ac_dC=' '
9167ac_dD=',;t'
9168# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
9169ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
9170ac_uB='$,\1#\2define\3'
9171ac_uC=' '
9172ac_uD=',;t'
9173
9174for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
9175  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9176  case $ac_file in
9177  - | *:- | *:-:* ) # input from stdin
9178        cat >$tmp/stdin
9179        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9180        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9181  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9182        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9183  * )   ac_file_in=$ac_file.in ;;
9184  esac
9185
9186  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
9187echo "$as_me: creating $ac_file" >&6;}
9188
9189  # First look for the input files in the build tree, otherwise in the
9190  # src tree.
9191  ac_file_inputs=`IFS=:
9192    for f in $ac_file_in; do
9193      case $f in
9194      -) echo $tmp/stdin ;;
9195      [\\/$]*)
9196         # Absolute (can't be DOS-style, as IFS=:)
9197         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9198echo "$as_me: error: cannot find input file: $f" >&2;}
9199   { (exit 1); exit 1; }; }
9200         # Do quote $f, to prevent DOS paths from being IFS'd.
9201         echo "$f";;
9202      *) # Relative
9203         if test -f "$f"; then
9204           # Build tree
9205           echo "$f"
9206         elif test -f "$srcdir/$f"; then
9207           # Source tree
9208           echo "$srcdir/$f"
9209         else
9210           # /dev/null tree
9211           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9212echo "$as_me: error: cannot find input file: $f" >&2;}
9213   { (exit 1); exit 1; }; }
9214         fi;;
9215      esac
9216    done` || { (exit 1); exit 1; }
9217  # Remove the trailing spaces.
9218  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
9219
9220_ACEOF
9221
9222# Transform confdefs.h into two sed scripts, `conftest.defines' and
9223# `conftest.undefs', that substitutes the proper values into
9224# config.h.in to produce config.h.  The first handles `#define'
9225# templates, and the second `#undef' templates.
9226# And first: Protect against being on the right side of a sed subst in
9227# config.status.  Protect against being in an unquoted here document
9228# in config.status.
9229rm -f conftest.defines conftest.undefs
9230# Using a here document instead of a string reduces the quoting nightmare.
9231# Putting comments in sed scripts is not portable.
9232#
9233# `end' is used to avoid that the second main sed command (meant for
9234# 0-ary CPP macros) applies to n-ary macro definitions.
9235# See the Autoconf documentation for `clear'.
9236cat >confdef2sed.sed <<\_ACEOF
9237s/[\\&,]/\\&/g
9238s,[\\$`],\\&,g
9239t clear
9240: clear
9241s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
9242t end
9243s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
9244: end
9245_ACEOF
9246# If some macros were called several times there might be several times
9247# the same #defines, which is useless.  Nevertheless, we may not want to
9248# sort them, since we want the *last* AC-DEFINE to be honored.
9249uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
9250sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
9251rm -f confdef2sed.sed
9252
9253# This sed command replaces #undef with comments.  This is necessary, for
9254# example, in the case of _POSIX_SOURCE, which is predefined and required
9255# on some systems where configure will not decide to define it.
9256cat >>conftest.undefs <<\_ACEOF
9257s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
9258_ACEOF
9259
9260# Break up conftest.defines because some shells have a limit on the size
9261# of here documents, and old seds have small limits too (100 cmds).
9262echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
9263echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
9264echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
9265echo '  :' >>$CONFIG_STATUS
9266rm -f conftest.tail
9267while grep . conftest.defines >/dev/null
9268do
9269  # Write a limited-size here document to $tmp/defines.sed.
9270  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
9271  # Speed up: don't consider the non `#define' lines.
9272  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
9273  # Work around the forget-to-reset-the-flag bug.
9274  echo 't clr' >>$CONFIG_STATUS
9275  echo ': clr' >>$CONFIG_STATUS
9276  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
9277  echo 'CEOF
9278  sed -f $tmp/defines.sed $tmp/in >$tmp/out
9279  rm -f $tmp/in
9280  mv $tmp/out $tmp/in
9281' >>$CONFIG_STATUS
9282  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
9283  rm -f conftest.defines
9284  mv conftest.tail conftest.defines
9285done
9286rm -f conftest.defines
9287echo '  fi # grep' >>$CONFIG_STATUS
9288echo >>$CONFIG_STATUS
9289
9290# Break up conftest.undefs because some shells have a limit on the size
9291# of here documents, and old seds have small limits too (100 cmds).
9292echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
9293rm -f conftest.tail
9294while grep . conftest.undefs >/dev/null
9295do
9296  # Write a limited-size here document to $tmp/undefs.sed.
9297  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
9298  # Speed up: don't consider the non `#undef'
9299  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
9300  # Work around the forget-to-reset-the-flag bug.
9301  echo 't clr' >>$CONFIG_STATUS
9302  echo ': clr' >>$CONFIG_STATUS
9303  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
9304  echo 'CEOF
9305  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
9306  rm -f $tmp/in
9307  mv $tmp/out $tmp/in
9308' >>$CONFIG_STATUS
9309  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
9310  rm -f conftest.undefs
9311  mv conftest.tail conftest.undefs
9312done
9313rm -f conftest.undefs
9314
9315cat >>$CONFIG_STATUS <<\_ACEOF
9316  # Let's still pretend it is `configure' which instantiates (i.e., don't
9317  # use $as_me), people would be surprised to read:
9318  #    /* config.h.  Generated by config.status.  */
9319  if test x"$ac_file" = x-; then
9320    echo "/* Generated by configure.  */" >$tmp/config.h
9321  else
9322    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
9323  fi
9324  cat $tmp/in >>$tmp/config.h
9325  rm -f $tmp/in
9326  if test x"$ac_file" != x-; then
9327    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
9328      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
9329echo "$as_me: $ac_file is unchanged" >&6;}
9330    else
9331      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
9332$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9333         X"$ac_file" : 'X\(//\)[^/]' \| \
9334         X"$ac_file" : 'X\(//\)$' \| \
9335         X"$ac_file" : 'X\(/\)' \| \
9336         .     : '\(.\)' 2>/dev/null ||
9337echo X"$ac_file" |
9338    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9339          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9340          /^X\(\/\/\)$/{ s//\1/; q; }
9341          /^X\(\/\).*/{ s//\1/; q; }
9342          s/.*/./; q'`
9343      { if $as_mkdir_p; then
9344    mkdir -p "$ac_dir"
9345  else
9346    as_dir="$ac_dir"
9347    as_dirs=
9348    while test ! -d "$as_dir"; do
9349      as_dirs="$as_dir $as_dirs"
9350      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9351$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9352         X"$as_dir" : 'X\(//\)[^/]' \| \
9353         X"$as_dir" : 'X\(//\)$' \| \
9354         X"$as_dir" : 'X\(/\)' \| \
9355         .     : '\(.\)' 2>/dev/null ||
9356echo X"$as_dir" |
9357    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9358          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9359          /^X\(\/\/\)$/{ s//\1/; q; }
9360          /^X\(\/\).*/{ s//\1/; q; }
9361          s/.*/./; q'`
9362    done
9363    test ! -n "$as_dirs" || mkdir $as_dirs
9364  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9365echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9366   { (exit 1); exit 1; }; }; }
9367
9368      rm -f $ac_file
9369      mv $tmp/config.h $ac_file
9370    fi
9371  else
9372    cat $tmp/config.h
9373    rm -f $tmp/config.h
9374  fi
9375# Compute $ac_file's index in $config_headers.
9376_am_stamp_count=1
9377for _am_header in $config_headers :; do
9378  case $_am_header in
9379    $ac_file | $ac_file:* )
9380      break ;;
9381    * )
9382      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9383  esac
9384done
9385echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
9386$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9387         X$ac_file : 'X\(//\)[^/]' \| \
9388         X$ac_file : 'X\(//\)$' \| \
9389         X$ac_file : 'X\(/\)' \| \
9390         .     : '\(.\)' 2>/dev/null ||
9391echo X$ac_file |
9392    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9393          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9394          /^X\(\/\/\)$/{ s//\1/; q; }
9395          /^X\(\/\).*/{ s//\1/; q; }
9396          s/.*/./; q'`/stamp-h$_am_stamp_count
9397done
9398_ACEOF
9399cat >>$CONFIG_STATUS <<\_ACEOF
9400
9401#
9402# CONFIG_COMMANDS section.
9403#
9404for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
9405  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
9406  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
9407  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
9408$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9409         X"$ac_dest" : 'X\(//\)[^/]' \| \
9410         X"$ac_dest" : 'X\(//\)$' \| \
9411         X"$ac_dest" : 'X\(/\)' \| \
9412         .     : '\(.\)' 2>/dev/null ||
9413echo X"$ac_dest" |
9414    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9415          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9416          /^X\(\/\/\)$/{ s//\1/; q; }
9417          /^X\(\/\).*/{ s//\1/; q; }
9418          s/.*/./; q'`
9419  { if $as_mkdir_p; then
9420    mkdir -p "$ac_dir"
9421  else
9422    as_dir="$ac_dir"
9423    as_dirs=
9424    while test ! -d "$as_dir"; do
9425      as_dirs="$as_dir $as_dirs"
9426      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9427$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9428         X"$as_dir" : 'X\(//\)[^/]' \| \
9429         X"$as_dir" : 'X\(//\)$' \| \
9430         X"$as_dir" : 'X\(/\)' \| \
9431         .     : '\(.\)' 2>/dev/null ||
9432echo X"$as_dir" |
9433    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9434          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9435          /^X\(\/\/\)$/{ s//\1/; q; }
9436          /^X\(\/\).*/{ s//\1/; q; }
9437          s/.*/./; q'`
9438    done
9439    test ! -n "$as_dirs" || mkdir $as_dirs
9440  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9441echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9442   { (exit 1); exit 1; }; }; }
9443
9444  ac_builddir=.
9445
9446if test "$ac_dir" != .; then
9447  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9448  # A "../" for each directory in $ac_dir_suffix.
9449  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9450else
9451  ac_dir_suffix= ac_top_builddir=
9452fi
9453
9454case $srcdir in
9455  .)  # No --srcdir option.  We are building in place.
9456    ac_srcdir=.
9457    if test -z "$ac_top_builddir"; then
9458       ac_top_srcdir=.
9459    else
9460       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9461    fi ;;
9462  [\\/]* | ?:[\\/]* )  # Absolute path.
9463    ac_srcdir=$srcdir$ac_dir_suffix;
9464    ac_top_srcdir=$srcdir ;;
9465  *) # Relative path.
9466    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9467    ac_top_srcdir=$ac_top_builddir$srcdir ;;
9468esac
9469
9470# Do not use `cd foo && pwd` to compute absolute paths, because
9471# the directories may not exist.
9472case `pwd` in
9473.) ac_abs_builddir="$ac_dir";;
9474*)
9475  case "$ac_dir" in
9476  .) ac_abs_builddir=`pwd`;;
9477  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9478  *) ac_abs_builddir=`pwd`/"$ac_dir";;
9479  esac;;
9480esac
9481case $ac_abs_builddir in
9482.) ac_abs_top_builddir=${ac_top_builddir}.;;
9483*)
9484  case ${ac_top_builddir}. in
9485  .) ac_abs_top_builddir=$ac_abs_builddir;;
9486  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9487  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9488  esac;;
9489esac
9490case $ac_abs_builddir in
9491.) ac_abs_srcdir=$ac_srcdir;;
9492*)
9493  case $ac_srcdir in
9494  .) ac_abs_srcdir=$ac_abs_builddir;;
9495  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9496  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9497  esac;;
9498esac
9499case $ac_abs_builddir in
9500.) ac_abs_top_srcdir=$ac_top_srcdir;;
9501*)
9502  case $ac_top_srcdir in
9503  .) ac_abs_top_srcdir=$ac_abs_builddir;;
9504  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9505  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9506  esac;;
9507esac
9508
9509
9510  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
9511echo "$as_me: executing $ac_dest commands" >&6;}
9512  case $ac_dest in
9513    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
9514  # Strip MF so we end up with the name of the file.
9515  mf=`echo "$mf" | sed -e 's/:.*$//'`
9516  # Check whether this is an Automake generated Makefile or not.
9517  # We used to match only the files named `Makefile.in', but
9518  # some people rename them; so instead we look at the file content.
9519  # Grep'ing the first line is not enough: some people post-process
9520  # each Makefile.in and add a new line on top of each file to say so.
9521  # So let's grep whole file.
9522  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
9523    dirpart=`(dirname "$mf") 2>/dev/null ||
9524$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9525         X"$mf" : 'X\(//\)[^/]' \| \
9526         X"$mf" : 'X\(//\)$' \| \
9527         X"$mf" : 'X\(/\)' \| \
9528         .     : '\(.\)' 2>/dev/null ||
9529echo X"$mf" |
9530    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9531          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9532          /^X\(\/\/\)$/{ s//\1/; q; }
9533          /^X\(\/\).*/{ s//\1/; q; }
9534          s/.*/./; q'`
9535  else
9536    continue
9537  fi
9538  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
9539  # Extract the definition of DEP_FILES from the Makefile without
9540  # running `make'.
9541  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9542  test -z "$DEPDIR" && continue
9543  # When using ansi2knr, U may be empty or an underscore; expand it
9544  U=`sed -n 's/^U = //p' < "$mf"`
9545  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
9546  # We invoke sed twice because it is the simplest approach to
9547  # changing $(DEPDIR) to its actual value in the expansion.
9548  for file in `sed -n '
9549    /^DEP_FILES = .*\\\\$/ {
9550      s/^DEP_FILES = //
9551      :loop
9552        s/\\\\$//
9553        p
9554        n
9555        /\\\\$/ b loop
9556      p
9557    }
9558    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
9559       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9560    # Make sure the directory exists.
9561    test -f "$dirpart/$file" && continue
9562    fdir=`(dirname "$file") 2>/dev/null ||
9563$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9564         X"$file" : 'X\(//\)[^/]' \| \
9565         X"$file" : 'X\(//\)$' \| \
9566         X"$file" : 'X\(/\)' \| \
9567         .     : '\(.\)' 2>/dev/null ||
9568echo X"$file" |
9569    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9570          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9571          /^X\(\/\/\)$/{ s//\1/; q; }
9572          /^X\(\/\).*/{ s//\1/; q; }
9573          s/.*/./; q'`
9574    { if $as_mkdir_p; then
9575    mkdir -p $dirpart/$fdir
9576  else
9577    as_dir=$dirpart/$fdir
9578    as_dirs=
9579    while test ! -d "$as_dir"; do
9580      as_dirs="$as_dir $as_dirs"
9581      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9582$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9583         X"$as_dir" : 'X\(//\)[^/]' \| \
9584         X"$as_dir" : 'X\(//\)$' \| \
9585         X"$as_dir" : 'X\(/\)' \| \
9586         .     : '\(.\)' 2>/dev/null ||
9587echo X"$as_dir" |
9588    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9589          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9590          /^X\(\/\/\)$/{ s//\1/; q; }
9591          /^X\(\/\).*/{ s//\1/; q; }
9592          s/.*/./; q'`
9593    done
9594    test ! -n "$as_dirs" || mkdir $as_dirs
9595  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
9596echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
9597   { (exit 1); exit 1; }; }; }
9598
9599    # echo "creating $dirpart/$file"
9600    echo '# dummy' > "$dirpart/$file"
9601  done
9602done
9603 ;;
9604  esac
9605done
9606_ACEOF
9607
9608cat >>$CONFIG_STATUS <<\_ACEOF
9609
9610{ (exit 0); exit 0; }
9611_ACEOF
9612chmod +x $CONFIG_STATUS
9613ac_clean_files=$ac_clean_files_save
9614
9615
9616# configure is writing to config.log, and then calls config.status.
9617# config.status does its own redirection, appending to config.log.
9618# Unfortunately, on DOS this fails, as config.log is still kept open
9619# by configure, so config.status won't be able to write to it; its
9620# output is simply discarded.  So we exec the FD to /dev/null,
9621# effectively closing config.log, so it can be properly (re)opened and
9622# appended to by config.status.  When coming back to configure, we
9623# need to make the FD available again.
9624if test "$no_create" != yes; then
9625  ac_cs_success=:
9626  ac_config_status_args=
9627  test "$silent" = yes &&
9628    ac_config_status_args="$ac_config_status_args --quiet"
9629  exec 5>/dev/null
9630  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9631  exec 5>>config.log
9632  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9633  # would make configure fail if this is the last instruction.
9634  $ac_cs_success || { (exit 1); exit 1; }
9635fi
9636
Note: See TracBrowser for help on using the repository browser.