Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/textEngine/configure @ 3702

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

orxonox/branches/textEngine: test for SDL_ttf is now as it should be

  • Property svn:executable set to *
File size: 297.9 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59 for orxonox 0.2.2-pre-alpha.
4#
5# Report bugs to <orxonox-dev at mail.datacore.ch>.
6#
7# Copyright (C) 2003 Free Software Foundation, Inc.
8# This configure script is free software; the Free Software Foundation
9# gives unlimited permission to copy, distribute and modify it.
10## --------------------- ##
11## M4sh Initialization.  ##
12## --------------------- ##
13
14# Be Bourne compatible
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16  emulate sh
17  NULLCMD=:
18  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19  # is contrary to our usage.  Disable this feature.
20  alias -g '${1+"$@"}'='"$@"'
21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22  set -o posix
23fi
24DUALCASE=1; export DUALCASE # for MKS sh
25
26# Support unset when possible.
27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28  as_unset=unset
29else
30  as_unset=false
31fi
32
33
34# Work around bugs in pre-3.0 UWIN ksh.
35$as_unset ENV MAIL MAILPATH
36PS1='$ '
37PS2='> '
38PS4='+ '
39
40# NLS nuisances.
41for as_var in \
42  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44  LC_TELEPHONE LC_TIME
45do
46  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47    eval $as_var=C; export $as_var
48  else
49    $as_unset $as_var
50  fi
51done
52
53# Required to use basename.
54if expr a : '\(a\)' >/dev/null 2>&1; then
55  as_expr=expr
56else
57  as_expr=false
58fi
59
60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61  as_basename=basename
62else
63  as_basename=false
64fi
65
66
67# Name of the executable.
68as_me=`$as_basename "$0" ||
69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70         X"$0" : 'X\(//\)$' \| \
71         X"$0" : 'X\(/\)$' \| \
72         .     : '\(.\)' 2>/dev/null ||
73echo X/"$0" |
74    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75          /^X\/\(\/\/\)$/{ s//\1/; q; }
76          /^X\/\(\/\).*/{ s//\1/; q; }
77          s/.*/./; q'`
78
79
80# PATH needs CR, and LINENO needs CR and PATH.
81# Avoid depending upon Character Ranges.
82as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85as_cr_digits='0123456789'
86as_cr_alnum=$as_cr_Letters$as_cr_digits
87
88# The user is always right.
89if test "${PATH_SEPARATOR+set}" != set; then
90  echo "#! /bin/sh" >conf$$.sh
91  echo  "exit 0"   >>conf$$.sh
92  chmod +x conf$$.sh
93  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94    PATH_SEPARATOR=';'
95  else
96    PATH_SEPARATOR=:
97  fi
98  rm -f conf$$.sh
99fi
100
101
102  as_lineno_1=$LINENO
103  as_lineno_2=$LINENO
104  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105  test "x$as_lineno_1" != "x$as_lineno_2" &&
106  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107  # Find who we are.  Look in the path if we contain no path at all
108  # relative or not.
109  case $0 in
110    *[\\/]* ) as_myself=$0 ;;
111    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112for as_dir in $PATH
113do
114  IFS=$as_save_IFS
115  test -z "$as_dir" && as_dir=.
116  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117done
118
119       ;;
120  esac
121  # We did not find ourselves, most probably we were run as `sh COMMAND'
122  # in which case we are not to be found in the path.
123  if test "x$as_myself" = x; then
124    as_myself=$0
125  fi
126  if test ! -f "$as_myself"; then
127    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128   { (exit 1); exit 1; }; }
129  fi
130  case $CONFIG_SHELL in
131  '')
132    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134do
135  IFS=$as_save_IFS
136  test -z "$as_dir" && as_dir=.
137  for as_base in sh bash ksh sh5; do
138         case $as_dir in
139         /*)
140           if ("$as_dir/$as_base" -c '
141  as_lineno_1=$LINENO
142  as_lineno_2=$LINENO
143  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144  test "x$as_lineno_1" != "x$as_lineno_2" &&
145  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148             CONFIG_SHELL=$as_dir/$as_base
149             export CONFIG_SHELL
150             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151           fi;;
152         esac
153       done
154done
155;;
156  esac
157
158  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159  # uniformly replaced by the line number.  The first 'sed' inserts a
160  # line-number line before each line; the second 'sed' does the real
161  # work.  The second script uses 'N' to pair each line-number line
162  # with the numbered line, and appends trailing '-' during
163  # substitution so that $LINENO is not a special case at line end.
164  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166  sed '=' <$as_myself |
167    sed '
168      N
169      s,$,-,
170      : loop
171      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172      t loop
173      s,-$,,
174      s,^['$as_cr_digits']*\n,,
175    ' >$as_me.lineno &&
176  chmod +x $as_me.lineno ||
177    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178   { (exit 1); exit 1; }; }
179
180  # Don't try to exec as it changes $[0], causing all sort of problems
181  # (the dirname of $[0] is not the place where we might find the
182  # original and so on.  Autoconf is especially sensible to this).
183  . ./$as_me.lineno
184  # Exit status is that of the last command.
185  exit
186}
187
188
189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190  *c*,-n*) ECHO_N= ECHO_C='
191' ECHO_T='      ' ;;
192  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194esac
195
196if expr a : '\(a\)' >/dev/null 2>&1; then
197  as_expr=expr
198else
199  as_expr=false
200fi
201
202rm -f conf$$ conf$$.exe conf$$.file
203echo >conf$$.file
204if ln -s conf$$.file conf$$ 2>/dev/null; then
205  # We could just check for DJGPP; but this test a) works b) is more generic
206  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207  if test -f conf$$.exe; then
208    # Don't use ln at all; we don't have any links
209    as_ln_s='cp -p'
210  else
211    as_ln_s='ln -s'
212  fi
213elif ln conf$$.file conf$$ 2>/dev/null; then
214  as_ln_s=ln
215else
216  as_ln_s='cp -p'
217fi
218rm -f conf$$ conf$$.exe conf$$.file
219
220if mkdir -p . 2>/dev/null; then
221  as_mkdir_p=:
222else
223  test -d ./-p && rmdir ./-p
224  as_mkdir_p=false
225fi
226
227as_executable_p="test -f"
228
229# Sed expression to map a string onto a valid CPP name.
230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231
232# Sed expression to map a string onto a valid variable name.
233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234
235
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS="   $as_nl"
241
242# CDPATH.
243$as_unset CDPATH
244
245
246# Name of the host.
247# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248# so uname gets run too.
249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250
251exec 6>&1
252
253#
254# Initializations.
255#
256ac_default_prefix=/usr/local
257ac_config_libobj_dir=.
258cross_compiling=no
259subdirs=
260MFLAGS=
261MAKEFLAGS=
262SHELL=${CONFIG_SHELL-/bin/sh}
263
264# Maximum number of lines to put in a shell here document.
265# This variable seems obsolete.  It should probably be removed, and
266# only ac_max_sed_lines should be used.
267: ${ac_max_here_lines=38}
268
269# Identity of this package.
270PACKAGE_NAME='orxonox'
271PACKAGE_TARNAME='orxonox'
272PACKAGE_VERSION='0.2.2-pre-alpha'
273PACKAGE_STRING='orxonox 0.2.2-pre-alpha'
274PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch'
275
276ac_unique_file="."
277# Factoring default headers for most tests.
278ac_includes_default="\
279#include <stdio.h>
280#if HAVE_SYS_TYPES_H
281# include <sys/types.h>
282#endif
283#if HAVE_SYS_STAT_H
284# include <sys/stat.h>
285#endif
286#if STDC_HEADERS
287# include <stdlib.h>
288# include <stddef.h>
289#else
290# if HAVE_STDLIB_H
291#  include <stdlib.h>
292# endif
293#endif
294#if HAVE_STRING_H
295# if !STDC_HEADERS && HAVE_MEMORY_H
296#  include <memory.h>
297# endif
298# include <string.h>
299#endif
300#if HAVE_STRINGS_H
301# include <strings.h>
302#endif
303#if HAVE_INTTYPES_H
304# include <inttypes.h>
305#else
306# if HAVE_STDINT_H
307#  include <stdint.h>
308# endif
309#endif
310#if HAVE_UNISTD_H
311# include <unistd.h>
312#endif"
313
314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOCUMENTATION_TRUE DOCUMENTATION_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
315ac_subst_files=''
316
317# Initialize some variables set by options.
318ac_init_help=
319ac_init_version=false
320# The variables have the same names as the options, with
321# dashes changed to underlines.
322cache_file=/dev/null
323exec_prefix=NONE
324no_create=
325no_recursion=
326prefix=NONE
327program_prefix=NONE
328program_suffix=NONE
329program_transform_name=s,x,x,
330silent=
331site=
332srcdir=
333verbose=
334x_includes=NONE
335x_libraries=NONE
336
337# Installation directory options.
338# These are left unexpanded so users can "make install exec_prefix=/foo"
339# and all the variables that are supposed to be based on exec_prefix
340# by default will actually change.
341# Use braces instead of parens because sh, perl, etc. also accept them.
342bindir='${exec_prefix}/bin'
343sbindir='${exec_prefix}/sbin'
344libexecdir='${exec_prefix}/libexec'
345datadir='${prefix}/share'
346sysconfdir='${prefix}/etc'
347sharedstatedir='${prefix}/com'
348localstatedir='${prefix}/var'
349libdir='${exec_prefix}/lib'
350includedir='${prefix}/include'
351oldincludedir='/usr/include'
352infodir='${prefix}/info'
353mandir='${prefix}/man'
354
355ac_prev=
356for ac_option
357do
358  # If the previous option needs an argument, assign it.
359  if test -n "$ac_prev"; then
360    eval "$ac_prev=\$ac_option"
361    ac_prev=
362    continue
363  fi
364
365  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
366
367  # Accept the important Cygnus configure options, so we can diagnose typos.
368
369  case $ac_option in
370
371  -bindir | --bindir | --bindi | --bind | --bin | --bi)
372    ac_prev=bindir ;;
373  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374    bindir=$ac_optarg ;;
375
376  -build | --build | --buil | --bui | --bu)
377    ac_prev=build_alias ;;
378  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379    build_alias=$ac_optarg ;;
380
381  -cache-file | --cache-file | --cache-fil | --cache-fi \
382  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383    ac_prev=cache_file ;;
384  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386    cache_file=$ac_optarg ;;
387
388  --config-cache | -C)
389    cache_file=config.cache ;;
390
391  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
392    ac_prev=datadir ;;
393  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
394  | --da=*)
395    datadir=$ac_optarg ;;
396
397  -disable-* | --disable-*)
398    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
399    # Reject names that are not valid shell variable names.
400    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402   { (exit 1); exit 1; }; }
403    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
404    eval "enable_$ac_feature=no" ;;
405
406  -enable-* | --enable-*)
407    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
408    # Reject names that are not valid shell variable names.
409    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
410      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411   { (exit 1); exit 1; }; }
412    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
413    case $ac_option in
414      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415      *) ac_optarg=yes ;;
416    esac
417    eval "enable_$ac_feature='$ac_optarg'" ;;
418
419  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421  | --exec | --exe | --ex)
422    ac_prev=exec_prefix ;;
423  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425  | --exec=* | --exe=* | --ex=*)
426    exec_prefix=$ac_optarg ;;
427
428  -gas | --gas | --ga | --g)
429    # Obsolete; use --with-gas.
430    with_gas=yes ;;
431
432  -help | --help | --hel | --he | -h)
433    ac_init_help=long ;;
434  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
435    ac_init_help=recursive ;;
436  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
437    ac_init_help=short ;;
438
439  -host | --host | --hos | --ho)
440    ac_prev=host_alias ;;
441  -host=* | --host=* | --hos=* | --ho=*)
442    host_alias=$ac_optarg ;;
443
444  -includedir | --includedir | --includedi | --included | --include \
445  | --includ | --inclu | --incl | --inc)
446    ac_prev=includedir ;;
447  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448  | --includ=* | --inclu=* | --incl=* | --inc=*)
449    includedir=$ac_optarg ;;
450
451  -infodir | --infodir | --infodi | --infod | --info | --inf)
452    ac_prev=infodir ;;
453  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
454    infodir=$ac_optarg ;;
455
456  -libdir | --libdir | --libdi | --libd)
457    ac_prev=libdir ;;
458  -libdir=* | --libdir=* | --libdi=* | --libd=*)
459    libdir=$ac_optarg ;;
460
461  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462  | --libexe | --libex | --libe)
463    ac_prev=libexecdir ;;
464  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465  | --libexe=* | --libex=* | --libe=*)
466    libexecdir=$ac_optarg ;;
467
468  -localstatedir | --localstatedir | --localstatedi | --localstated \
469  | --localstate | --localstat | --localsta | --localst \
470  | --locals | --local | --loca | --loc | --lo)
471    ac_prev=localstatedir ;;
472  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
475    localstatedir=$ac_optarg ;;
476
477  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
478    ac_prev=mandir ;;
479  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
480    mandir=$ac_optarg ;;
481
482  -nfp | --nfp | --nf)
483    # Obsolete; use --without-fp.
484    with_fp=no ;;
485
486  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487  | --no-cr | --no-c | -n)
488    no_create=yes ;;
489
490  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492    no_recursion=yes ;;
493
494  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496  | --oldin | --oldi | --old | --ol | --o)
497    ac_prev=oldincludedir ;;
498  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
501    oldincludedir=$ac_optarg ;;
502
503  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
504    ac_prev=prefix ;;
505  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506    prefix=$ac_optarg ;;
507
508  -program-prefix | --program-prefix | --program-prefi | --program-pref \
509  | --program-pre | --program-pr | --program-p)
510    ac_prev=program_prefix ;;
511  -program-prefix=* | --program-prefix=* | --program-prefi=* \
512  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
513    program_prefix=$ac_optarg ;;
514
515  -program-suffix | --program-suffix | --program-suffi | --program-suff \
516  | --program-suf | --program-su | --program-s)
517    ac_prev=program_suffix ;;
518  -program-suffix=* | --program-suffix=* | --program-suffi=* \
519  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
520    program_suffix=$ac_optarg ;;
521
522  -program-transform-name | --program-transform-name \
523  | --program-transform-nam | --program-transform-na \
524  | --program-transform-n | --program-transform- \
525  | --program-transform | --program-transfor \
526  | --program-transfo | --program-transf \
527  | --program-trans | --program-tran \
528  | --progr-tra | --program-tr | --program-t)
529    ac_prev=program_transform_name ;;
530  -program-transform-name=* | --program-transform-name=* \
531  | --program-transform-nam=* | --program-transform-na=* \
532  | --program-transform-n=* | --program-transform-=* \
533  | --program-transform=* | --program-transfor=* \
534  | --program-transfo=* | --program-transf=* \
535  | --program-trans=* | --program-tran=* \
536  | --progr-tra=* | --program-tr=* | --program-t=*)
537    program_transform_name=$ac_optarg ;;
538
539  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540  | -silent | --silent | --silen | --sile | --sil)
541    silent=yes ;;
542
543  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
544    ac_prev=sbindir ;;
545  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
546  | --sbi=* | --sb=*)
547    sbindir=$ac_optarg ;;
548
549  -sharedstatedir | --sharedstatedir | --sharedstatedi \
550  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551  | --sharedst | --shareds | --shared | --share | --shar \
552  | --sha | --sh)
553    ac_prev=sharedstatedir ;;
554  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
557  | --sha=* | --sh=*)
558    sharedstatedir=$ac_optarg ;;
559
560  -site | --site | --sit)
561    ac_prev=site ;;
562  -site=* | --site=* | --sit=*)
563    site=$ac_optarg ;;
564
565  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
566    ac_prev=srcdir ;;
567  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568    srcdir=$ac_optarg ;;
569
570  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571  | --syscon | --sysco | --sysc | --sys | --sy)
572    ac_prev=sysconfdir ;;
573  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
575    sysconfdir=$ac_optarg ;;
576
577  -target | --target | --targe | --targ | --tar | --ta | --t)
578    ac_prev=target_alias ;;
579  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
580    target_alias=$ac_optarg ;;
581
582  -v | -verbose | --verbose | --verbos | --verbo | --verb)
583    verbose=yes ;;
584
585  -version | --version | --versio | --versi | --vers | -V)
586    ac_init_version=: ;;
587
588  -with-* | --with-*)
589    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
590    # Reject names that are not valid shell variable names.
591    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
592      { echo "$as_me: error: invalid package name: $ac_package" >&2
593   { (exit 1); exit 1; }; }
594    ac_package=`echo $ac_package| sed 's/-/_/g'`
595    case $ac_option in
596      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597      *) ac_optarg=yes ;;
598    esac
599    eval "with_$ac_package='$ac_optarg'" ;;
600
601  -without-* | --without-*)
602    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
603    # Reject names that are not valid shell variable names.
604    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
605      { echo "$as_me: error: invalid package name: $ac_package" >&2
606   { (exit 1); exit 1; }; }
607    ac_package=`echo $ac_package | sed 's/-/_/g'`
608    eval "with_$ac_package=no" ;;
609
610  --x)
611    # Obsolete; use --with-x.
612    with_x=yes ;;
613
614  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615  | --x-incl | --x-inc | --x-in | --x-i)
616    ac_prev=x_includes ;;
617  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
619    x_includes=$ac_optarg ;;
620
621  -x-libraries | --x-libraries | --x-librarie | --x-librari \
622  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623    ac_prev=x_libraries ;;
624  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
626    x_libraries=$ac_optarg ;;
627
628  -*) { echo "$as_me: error: unrecognized option: $ac_option
629Try \`$0 --help' for more information." >&2
630   { (exit 1); exit 1; }; }
631    ;;
632
633  *=*)
634    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
635    # Reject names that are not valid shell variable names.
636    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
637      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638   { (exit 1); exit 1; }; }
639    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640    eval "$ac_envvar='$ac_optarg'"
641    export $ac_envvar ;;
642
643  *)
644    # FIXME: should be removed in autoconf 3.0.
645    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
647      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
649    ;;
650
651  esac
652done
653
654if test -n "$ac_prev"; then
655  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
656  { echo "$as_me: error: missing argument to $ac_option" >&2
657   { (exit 1); exit 1; }; }
658fi
659
660# Be sure to have absolute paths.
661for ac_var in exec_prefix prefix
662do
663  eval ac_val=$`echo $ac_var`
664  case $ac_val in
665    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
666    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
667   { (exit 1); exit 1; }; };;
668  esac
669done
670
671# Be sure to have absolute paths.
672for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
673              localstatedir libdir includedir oldincludedir infodir mandir
674do
675  eval ac_val=$`echo $ac_var`
676  case $ac_val in
677    [\\/$]* | ?:[\\/]* ) ;;
678    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679   { (exit 1); exit 1; }; };;
680  esac
681done
682
683# There might be people who depend on the old broken behavior: `$host'
684# used to hold the argument of --host etc.
685# FIXME: To remove some day.
686build=$build_alias
687host=$host_alias
688target=$target_alias
689
690# FIXME: To remove some day.
691if test "x$host_alias" != x; then
692  if test "x$build_alias" = x; then
693    cross_compiling=maybe
694    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695    If a cross compiler is detected then cross compile mode will be used." >&2
696  elif test "x$build_alias" != "x$host_alias"; then
697    cross_compiling=yes
698  fi
699fi
700
701ac_tool_prefix=
702test -n "$host_alias" && ac_tool_prefix=$host_alias-
703
704test "$silent" = yes && exec 6>/dev/null
705
706
707# Find the source files, if location was not specified.
708if test -z "$srcdir"; then
709  ac_srcdir_defaulted=yes
710  # Try the directory containing this script, then its parent.
711  ac_confdir=`(dirname "$0") 2>/dev/null ||
712$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
713         X"$0" : 'X\(//\)[^/]' \| \
714         X"$0" : 'X\(//\)$' \| \
715         X"$0" : 'X\(/\)' \| \
716         .     : '\(.\)' 2>/dev/null ||
717echo X"$0" |
718    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720          /^X\(\/\/\)$/{ s//\1/; q; }
721          /^X\(\/\).*/{ s//\1/; q; }
722          s/.*/./; q'`
723  srcdir=$ac_confdir
724  if test ! -r $srcdir/$ac_unique_file; then
725    srcdir=..
726  fi
727else
728  ac_srcdir_defaulted=no
729fi
730if test ! -r $srcdir/$ac_unique_file; then
731  if test "$ac_srcdir_defaulted" = yes; then
732    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
733   { (exit 1); exit 1; }; }
734  else
735    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
736   { (exit 1); exit 1; }; }
737  fi
738fi
739(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
740  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741   { (exit 1); exit 1; }; }
742srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743ac_env_build_alias_set=${build_alias+set}
744ac_env_build_alias_value=$build_alias
745ac_cv_env_build_alias_set=${build_alias+set}
746ac_cv_env_build_alias_value=$build_alias
747ac_env_host_alias_set=${host_alias+set}
748ac_env_host_alias_value=$host_alias
749ac_cv_env_host_alias_set=${host_alias+set}
750ac_cv_env_host_alias_value=$host_alias
751ac_env_target_alias_set=${target_alias+set}
752ac_env_target_alias_value=$target_alias
753ac_cv_env_target_alias_set=${target_alias+set}
754ac_cv_env_target_alias_value=$target_alias
755ac_env_CXX_set=${CXX+set}
756ac_env_CXX_value=$CXX
757ac_cv_env_CXX_set=${CXX+set}
758ac_cv_env_CXX_value=$CXX
759ac_env_CXXFLAGS_set=${CXXFLAGS+set}
760ac_env_CXXFLAGS_value=$CXXFLAGS
761ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
762ac_cv_env_CXXFLAGS_value=$CXXFLAGS
763ac_env_LDFLAGS_set=${LDFLAGS+set}
764ac_env_LDFLAGS_value=$LDFLAGS
765ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
766ac_cv_env_LDFLAGS_value=$LDFLAGS
767ac_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_env_CPPFLAGS_value=$CPPFLAGS
769ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
770ac_cv_env_CPPFLAGS_value=$CPPFLAGS
771ac_env_CC_set=${CC+set}
772ac_env_CC_value=$CC
773ac_cv_env_CC_set=${CC+set}
774ac_cv_env_CC_value=$CC
775ac_env_CFLAGS_set=${CFLAGS+set}
776ac_env_CFLAGS_value=$CFLAGS
777ac_cv_env_CFLAGS_set=${CFLAGS+set}
778ac_cv_env_CFLAGS_value=$CFLAGS
779ac_env_CPP_set=${CPP+set}
780ac_env_CPP_value=$CPP
781ac_cv_env_CPP_set=${CPP+set}
782ac_cv_env_CPP_value=$CPP
783
784#
785# Report the --help message.
786#
787if test "$ac_init_help" = "long"; then
788  # Omit some internal or obsolete options to make the list less imposing.
789  # This message is too long to be a string in the A/UX 3.1 sh.
790  cat <<_ACEOF
791\`configure' configures orxonox 0.2.2-pre-alpha to adapt to many kinds of systems.
792
793Usage: $0 [OPTION]... [VAR=VALUE]...
794
795To assign environment variables (e.g., CC, CFLAGS...), specify them as
796VAR=VALUE.  See below for descriptions of some of the useful variables.
797
798Defaults for the options are specified in brackets.
799
800Configuration:
801  -h, --help              display this help and exit
802      --help=short        display options specific to this package
803      --help=recursive    display the short help of all the included packages
804  -V, --version           display version information and exit
805  -q, --quiet, --silent   do not print \`checking...' messages
806      --cache-file=FILE   cache test results in FILE [disabled]
807  -C, --config-cache      alias for \`--cache-file=config.cache'
808  -n, --no-create         do not create output files
809      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
810
811_ACEOF
812
813  cat <<_ACEOF
814Installation directories:
815  --prefix=PREFIX         install architecture-independent files in PREFIX
816                          [$ac_default_prefix]
817  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
818                          [PREFIX]
819
820By default, \`make install' will install all the files in
821\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
822an installation prefix other than \`$ac_default_prefix' using \`--prefix',
823for instance \`--prefix=\$HOME'.
824
825For better control, use the options below.
826
827Fine tuning of the installation directories:
828  --bindir=DIR           user executables [EPREFIX/bin]
829  --sbindir=DIR          system admin executables [EPREFIX/sbin]
830  --libexecdir=DIR       program executables [EPREFIX/libexec]
831  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
832  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
833  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
834  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
835  --libdir=DIR           object code libraries [EPREFIX/lib]
836  --includedir=DIR       C header files [PREFIX/include]
837  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
838  --infodir=DIR          info documentation [PREFIX/info]
839  --mandir=DIR           man documentation [PREFIX/man]
840_ACEOF
841
842  cat <<\_ACEOF
843
844Program names:
845  --program-prefix=PREFIX            prepend PREFIX to installed program names
846  --program-suffix=SUFFIX            append SUFFIX to installed program names
847  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
848
849System types:
850  --build=BUILD     configure for building on BUILD [guessed]
851  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
852  --target=TARGET   configure for building compilers for TARGET [HOST]
853_ACEOF
854fi
855
856if test -n "$ac_init_help"; then
857  case $ac_init_help in
858     short | recursive ) echo "Configuration of orxonox 0.2.2-pre-alpha:";;
859   esac
860  cat <<\_ACEOF
861
862Optional Features:
863  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
864  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
865  --disable-dependency-tracking  speeds up one-time build
866  --enable-dependency-tracking   do not reject slow dependency extractors
867  --enable-debug          compiles in debug mode. Lots of debug info about the
868                          game.
869  --disable-modular-debug compiles in modular-debug mode, that logs
870                          differently on the many modules of orxonox.
871  --enable-sub-projects   also builds the subProjects while make from srcdir
872  --enable-documentation  also builds the sDocumentation while make from
873                          srcdir
874
875Optional Packages:
876  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
877  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
878  --without-gtk           Prevents GTK from being loaded
879  --without-gthread       Prevents gThread from being loaded
880  --without-pthread       Prevents pthread from being loaded
881  --without-curl          Prevents libcURL from being loaded
882  --without-sdl-image     Prevents SDL_image from being loaded
883
884Some influential environment variables:
885  CXX         C++ compiler command
886  CXXFLAGS    C++ compiler flags
887  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
888              nonstandard directory <lib dir>
889  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
890              headers in a nonstandard directory <include dir>
891  CC          C compiler command
892  CFLAGS      C compiler flags
893  CPP         C preprocessor
894
895Use these variables to override the choices made by `configure' or to help
896it to find libraries and programs with nonstandard names/locations.
897
898Report bugs to <orxonox-dev at mail.datacore.ch>.
899_ACEOF
900fi
901
902if test "$ac_init_help" = "recursive"; then
903  # If there are subdirs, report their specific --help.
904  ac_popdir=`pwd`
905  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
906    test -d $ac_dir || continue
907    ac_builddir=.
908
909if test "$ac_dir" != .; then
910  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
911  # A "../" for each directory in $ac_dir_suffix.
912  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
913else
914  ac_dir_suffix= ac_top_builddir=
915fi
916
917case $srcdir in
918  .)  # No --srcdir option.  We are building in place.
919    ac_srcdir=.
920    if test -z "$ac_top_builddir"; then
921       ac_top_srcdir=.
922    else
923       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
924    fi ;;
925  [\\/]* | ?:[\\/]* )  # Absolute path.
926    ac_srcdir=$srcdir$ac_dir_suffix;
927    ac_top_srcdir=$srcdir ;;
928  *) # Relative path.
929    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
930    ac_top_srcdir=$ac_top_builddir$srcdir ;;
931esac
932
933# Do not use `cd foo && pwd` to compute absolute paths, because
934# the directories may not exist.
935case `pwd` in
936.) ac_abs_builddir="$ac_dir";;
937*)
938  case "$ac_dir" in
939  .) ac_abs_builddir=`pwd`;;
940  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
941  *) ac_abs_builddir=`pwd`/"$ac_dir";;
942  esac;;
943esac
944case $ac_abs_builddir in
945.) ac_abs_top_builddir=${ac_top_builddir}.;;
946*)
947  case ${ac_top_builddir}. in
948  .) ac_abs_top_builddir=$ac_abs_builddir;;
949  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
950  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
951  esac;;
952esac
953case $ac_abs_builddir in
954.) ac_abs_srcdir=$ac_srcdir;;
955*)
956  case $ac_srcdir in
957  .) ac_abs_srcdir=$ac_abs_builddir;;
958  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
959  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
960  esac;;
961esac
962case $ac_abs_builddir in
963.) ac_abs_top_srcdir=$ac_top_srcdir;;
964*)
965  case $ac_top_srcdir in
966  .) ac_abs_top_srcdir=$ac_abs_builddir;;
967  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
968  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
969  esac;;
970esac
971
972    cd $ac_dir
973    # Check for guested configure; otherwise get Cygnus style configure.
974    if test -f $ac_srcdir/configure.gnu; then
975      echo
976      $SHELL $ac_srcdir/configure.gnu  --help=recursive
977    elif test -f $ac_srcdir/configure; then
978      echo
979      $SHELL $ac_srcdir/configure  --help=recursive
980    elif test -f $ac_srcdir/configure.ac ||
981           test -f $ac_srcdir/configure.in; then
982      echo
983      $ac_configure --help
984    else
985      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
986    fi
987    cd $ac_popdir
988  done
989fi
990
991test -n "$ac_init_help" && exit 0
992if $ac_init_version; then
993  cat <<\_ACEOF
994orxonox configure 0.2.2-pre-alpha
995generated by GNU Autoconf 2.59
996
997Copyright (C) 2003 Free Software Foundation, Inc.
998This configure script is free software; the Free Software Foundation
999gives unlimited permission to copy, distribute and modify it.
1000_ACEOF
1001  exit 0
1002fi
1003exec 5>config.log
1004cat >&5 <<_ACEOF
1005This file contains any messages produced by compilers while
1006running configure, to aid debugging if configure makes a mistake.
1007
1008It was created by orxonox $as_me 0.2.2-pre-alpha, which was
1009generated by GNU Autoconf 2.59.  Invocation command line was
1010
1011  $ $0 $@
1012
1013_ACEOF
1014{
1015cat <<_ASUNAME
1016## --------- ##
1017## Platform. ##
1018## --------- ##
1019
1020hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1021uname -m = `(uname -m) 2>/dev/null || echo unknown`
1022uname -r = `(uname -r) 2>/dev/null || echo unknown`
1023uname -s = `(uname -s) 2>/dev/null || echo unknown`
1024uname -v = `(uname -v) 2>/dev/null || echo unknown`
1025
1026/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1027/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1028
1029/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1030/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1031/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1032hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1033/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1034/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1035/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1036
1037_ASUNAME
1038
1039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1040for as_dir in $PATH
1041do
1042  IFS=$as_save_IFS
1043  test -z "$as_dir" && as_dir=.
1044  echo "PATH: $as_dir"
1045done
1046
1047} >&5
1048
1049cat >&5 <<_ACEOF
1050
1051
1052## ----------- ##
1053## Core tests. ##
1054## ----------- ##
1055
1056_ACEOF
1057
1058
1059# Keep a trace of the command line.
1060# Strip out --no-create and --no-recursion so they do not pile up.
1061# Strip out --silent because we don't want to record it for future runs.
1062# Also quote any args containing shell meta-characters.
1063# Make two passes to allow for proper duplicate-argument suppression.
1064ac_configure_args=
1065ac_configure_args0=
1066ac_configure_args1=
1067ac_sep=
1068ac_must_keep_next=false
1069for ac_pass in 1 2
1070do
1071  for ac_arg
1072  do
1073    case $ac_arg in
1074    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1075    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076    | -silent | --silent | --silen | --sile | --sil)
1077      continue ;;
1078    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1079      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1080    esac
1081    case $ac_pass in
1082    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1083    2)
1084      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1085      if test $ac_must_keep_next = true; then
1086        ac_must_keep_next=false # Got value, back to normal.
1087      else
1088        case $ac_arg in
1089          *=* | --config-cache | -C | -disable-* | --disable-* \
1090          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1091          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1092          | -with-* | --with-* | -without-* | --without-* | --x)
1093            case "$ac_configure_args0 " in
1094              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1095            esac
1096            ;;
1097          -* ) ac_must_keep_next=true ;;
1098        esac
1099      fi
1100      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1101      # Get rid of the leading space.
1102      ac_sep=" "
1103      ;;
1104    esac
1105  done
1106done
1107$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1108$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1109
1110# When interrupted or exit'd, cleanup temporary files, and complete
1111# config.log.  We remove comments because anyway the quotes in there
1112# would cause problems or look ugly.
1113# WARNING: Be sure not to use single quotes in there, as some shells,
1114# such as our DU 5.0 friend, will then `close' the trap.
1115trap 'exit_status=$?
1116  # Save into config.log some information that might help in debugging.
1117  {
1118    echo
1119
1120    cat <<\_ASBOX
1121## ---------------- ##
1122## Cache variables. ##
1123## ---------------- ##
1124_ASBOX
1125    echo
1126    # The following way of writing the cache mishandles newlines in values,
1127{
1128  (set) 2>&1 |
1129    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1130    *ac_space=\ *)
1131      sed -n \
1132        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1133          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1134      ;;
1135    *)
1136      sed -n \
1137        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1138      ;;
1139    esac;
1140}
1141    echo
1142
1143    cat <<\_ASBOX
1144## ----------------- ##
1145## Output variables. ##
1146## ----------------- ##
1147_ASBOX
1148    echo
1149    for ac_var in $ac_subst_vars
1150    do
1151      eval ac_val=$`echo $ac_var`
1152      echo "$ac_var='"'"'$ac_val'"'"'"
1153    done | sort
1154    echo
1155
1156    if test -n "$ac_subst_files"; then
1157      cat <<\_ASBOX
1158## ------------- ##
1159## Output files. ##
1160## ------------- ##
1161_ASBOX
1162      echo
1163      for ac_var in $ac_subst_files
1164      do
1165        eval ac_val=$`echo $ac_var`
1166        echo "$ac_var='"'"'$ac_val'"'"'"
1167      done | sort
1168      echo
1169    fi
1170
1171    if test -s confdefs.h; then
1172      cat <<\_ASBOX
1173## ----------- ##
1174## confdefs.h. ##
1175## ----------- ##
1176_ASBOX
1177      echo
1178      sed "/^$/d" confdefs.h | sort
1179      echo
1180    fi
1181    test "$ac_signal" != 0 &&
1182      echo "$as_me: caught signal $ac_signal"
1183    echo "$as_me: exit $exit_status"
1184  } >&5
1185  rm -f core *.core &&
1186  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1187    exit $exit_status
1188     ' 0
1189for ac_signal in 1 2 13 15; do
1190  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1191done
1192ac_signal=0
1193
1194# confdefs.h avoids OS command line length limits that DEFS can exceed.
1195rm -rf conftest* confdefs.h
1196# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1197echo >confdefs.h
1198
1199# Predefined preprocessor variables.
1200
1201cat >>confdefs.h <<_ACEOF
1202#define PACKAGE_NAME "$PACKAGE_NAME"
1203_ACEOF
1204
1205
1206cat >>confdefs.h <<_ACEOF
1207#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1208_ACEOF
1209
1210
1211cat >>confdefs.h <<_ACEOF
1212#define PACKAGE_VERSION "$PACKAGE_VERSION"
1213_ACEOF
1214
1215
1216cat >>confdefs.h <<_ACEOF
1217#define PACKAGE_STRING "$PACKAGE_STRING"
1218_ACEOF
1219
1220
1221cat >>confdefs.h <<_ACEOF
1222#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1223_ACEOF
1224
1225
1226# Let the site file select an alternate cache file if it wants to.
1227# Prefer explicitly selected file to automatically selected ones.
1228if test -z "$CONFIG_SITE"; then
1229  if test "x$prefix" != xNONE; then
1230    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1231  else
1232    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1233  fi
1234fi
1235for ac_site_file in $CONFIG_SITE; do
1236  if test -r "$ac_site_file"; then
1237    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1238echo "$as_me: loading site script $ac_site_file" >&6;}
1239    sed 's/^/| /' "$ac_site_file" >&5
1240    . "$ac_site_file"
1241  fi
1242done
1243
1244if test -r "$cache_file"; then
1245  # Some versions of bash will fail to source /dev/null (special
1246  # files actually), so we avoid doing that.
1247  if test -f "$cache_file"; then
1248    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1249echo "$as_me: loading cache $cache_file" >&6;}
1250    case $cache_file in
1251      [\\/]* | ?:[\\/]* ) . $cache_file;;
1252      *)                      . ./$cache_file;;
1253    esac
1254  fi
1255else
1256  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1257echo "$as_me: creating cache $cache_file" >&6;}
1258  >$cache_file
1259fi
1260
1261# Check that the precious variables saved in the cache have kept the same
1262# value.
1263ac_cache_corrupted=false
1264for ac_var in `(set) 2>&1 |
1265               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1266  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1267  eval ac_new_set=\$ac_env_${ac_var}_set
1268  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1269  eval ac_new_val="\$ac_env_${ac_var}_value"
1270  case $ac_old_set,$ac_new_set in
1271    set,)
1272      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1273echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1274      ac_cache_corrupted=: ;;
1275    ,set)
1276      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1277echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1278      ac_cache_corrupted=: ;;
1279    ,);;
1280    *)
1281      if test "x$ac_old_val" != "x$ac_new_val"; then
1282        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1283echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1284        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1285echo "$as_me:   former value:  $ac_old_val" >&2;}
1286        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1287echo "$as_me:   current value: $ac_new_val" >&2;}
1288        ac_cache_corrupted=:
1289      fi;;
1290  esac
1291  # Pass precious variables to config.status.
1292  if test "$ac_new_set" = set; then
1293    case $ac_new_val in
1294    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1295      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1296    *) ac_arg=$ac_var=$ac_new_val ;;
1297    esac
1298    case " $ac_configure_args " in
1299      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1300      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1301    esac
1302  fi
1303done
1304if $ac_cache_corrupted; then
1305  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1306echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1307  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1308echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1309   { (exit 1); exit 1; }; }
1310fi
1311
1312ac_ext=c
1313ac_cpp='$CPP $CPPFLAGS'
1314ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1315ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1316ac_compiler_gnu=$ac_cv_c_compiler_gnu
1317
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## Detect the canonical host and target build environment.
1346ac_aux_dir=
1347for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1348  if test -f $ac_dir/install-sh; then
1349    ac_aux_dir=$ac_dir
1350    ac_install_sh="$ac_aux_dir/install-sh -c"
1351    break
1352  elif test -f $ac_dir/install.sh; then
1353    ac_aux_dir=$ac_dir
1354    ac_install_sh="$ac_aux_dir/install.sh -c"
1355    break
1356  elif test -f $ac_dir/shtool; then
1357    ac_aux_dir=$ac_dir
1358    ac_install_sh="$ac_aux_dir/shtool install -c"
1359    break
1360  fi
1361done
1362if test -z "$ac_aux_dir"; then
1363  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1364echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1365   { (exit 1); exit 1; }; }
1366fi
1367ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1368ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1369ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1370
1371# Make sure we can run config.sub.
1372$ac_config_sub sun4 >/dev/null 2>&1 ||
1373  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1374echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1375   { (exit 1); exit 1; }; }
1376
1377echo "$as_me:$LINENO: checking build system type" >&5
1378echo $ECHO_N "checking build system type... $ECHO_C" >&6
1379if test "${ac_cv_build+set}" = set; then
1380  echo $ECHO_N "(cached) $ECHO_C" >&6
1381else
1382  ac_cv_build_alias=$build_alias
1383test -z "$ac_cv_build_alias" &&
1384  ac_cv_build_alias=`$ac_config_guess`
1385test -z "$ac_cv_build_alias" &&
1386  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1387echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1388   { (exit 1); exit 1; }; }
1389ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1390  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1391echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1392   { (exit 1); exit 1; }; }
1393
1394fi
1395echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1396echo "${ECHO_T}$ac_cv_build" >&6
1397build=$ac_cv_build
1398build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1399build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1400build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1401
1402
1403echo "$as_me:$LINENO: checking host system type" >&5
1404echo $ECHO_N "checking host system type... $ECHO_C" >&6
1405if test "${ac_cv_host+set}" = set; then
1406  echo $ECHO_N "(cached) $ECHO_C" >&6
1407else
1408  ac_cv_host_alias=$host_alias
1409test -z "$ac_cv_host_alias" &&
1410  ac_cv_host_alias=$ac_cv_build_alias
1411ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1412  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1413echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1414   { (exit 1); exit 1; }; }
1415
1416fi
1417echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1418echo "${ECHO_T}$ac_cv_host" >&6
1419host=$ac_cv_host
1420host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1421host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1422host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1423
1424
1425echo "$as_me:$LINENO: checking target system type" >&5
1426echo $ECHO_N "checking target system type... $ECHO_C" >&6
1427if test "${ac_cv_target+set}" = set; then
1428  echo $ECHO_N "(cached) $ECHO_C" >&6
1429else
1430  ac_cv_target_alias=$target_alias
1431test "x$ac_cv_target_alias" = "x" &&
1432  ac_cv_target_alias=$ac_cv_host_alias
1433ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1434  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1435echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1436   { (exit 1); exit 1; }; }
1437
1438fi
1439echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1440echo "${ECHO_T}$ac_cv_target" >&6
1441target=$ac_cv_target
1442target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1443target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1444target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1445
1446
1447# The aliases save the names the user supplied, while $host etc.
1448# will get canonicalized.
1449test -n "$target_alias" &&
1450  test "$program_prefix$program_suffix$program_transform_name" = \
1451    NONENONEs,x,x, &&
1452  program_prefix=${target_alias}-
1453
1454am__api_version="1.8"
1455# Find a good install program.  We prefer a C program (faster),
1456# so one script is as good as another.  But avoid the broken or
1457# incompatible versions:
1458# SysV /etc/install, /usr/sbin/install
1459# SunOS /usr/etc/install
1460# IRIX /sbin/install
1461# AIX /bin/install
1462# AmigaOS /C/install, which installs bootblocks on floppy discs
1463# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1464# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1465# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1466# OS/2's system install, which has a completely different semantic
1467# ./install, which can be erroneously created by make from ./install.sh.
1468echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1469echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1470if test -z "$INSTALL"; then
1471if test "${ac_cv_path_install+set}" = set; then
1472  echo $ECHO_N "(cached) $ECHO_C" >&6
1473else
1474  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1475for as_dir in $PATH
1476do
1477  IFS=$as_save_IFS
1478  test -z "$as_dir" && as_dir=.
1479  # Account for people who put trailing slashes in PATH elements.
1480case $as_dir/ in
1481  ./ | .// | /cC/* | \
1482  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1483  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1484  /usr/ucb/* ) ;;
1485  *)
1486    # OSF1 and SCO ODT 3.0 have their own names for install.
1487    # Don't use installbsd from OSF since it installs stuff as root
1488    # by default.
1489    for ac_prog in ginstall scoinst install; do
1490      for ac_exec_ext in '' $ac_executable_extensions; do
1491        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1492          if test $ac_prog = install &&
1493            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1494            # AIX install.  It has an incompatible calling convention.
1495            :
1496          elif test $ac_prog = install &&
1497            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1498            # program-specific install script used by HP pwplus--don't use.
1499            :
1500          else
1501            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1502            break 3
1503          fi
1504        fi
1505      done
1506    done
1507    ;;
1508esac
1509done
1510
1511
1512fi
1513  if test "${ac_cv_path_install+set}" = set; then
1514    INSTALL=$ac_cv_path_install
1515  else
1516    # As a last resort, use the slow shell script.  We don't cache a
1517    # path for INSTALL within a source directory, because that will
1518    # break other packages using the cache if that directory is
1519    # removed, or if the path is relative.
1520    INSTALL=$ac_install_sh
1521  fi
1522fi
1523echo "$as_me:$LINENO: result: $INSTALL" >&5
1524echo "${ECHO_T}$INSTALL" >&6
1525
1526# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1527# It thinks the first close brace ends the variable substitution.
1528test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1529
1530test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1531
1532test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1533
1534echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1535echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1536# Just in case
1537sleep 1
1538echo timestamp > conftest.file
1539# Do `set' in a subshell so we don't clobber the current shell's
1540# arguments.  Must try -L first in case configure is actually a
1541# symlink; some systems play weird games with the mod time of symlinks
1542# (eg FreeBSD returns the mod time of the symlink's containing
1543# directory).
1544if (
1545   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1546   if test "$*" = "X"; then
1547      # -L didn't work.
1548      set X `ls -t $srcdir/configure conftest.file`
1549   fi
1550   rm -f conftest.file
1551   if test "$*" != "X $srcdir/configure conftest.file" \
1552      && test "$*" != "X conftest.file $srcdir/configure"; then
1553
1554      # If neither matched, then we have a broken ls.  This can happen
1555      # if, for instance, CONFIG_SHELL is bash and it inherits a
1556      # broken ls alias from the environment.  This has actually
1557      # happened.  Such a system could not be considered "sane".
1558      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1559alias in your environment" >&5
1560echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1561alias in your environment" >&2;}
1562   { (exit 1); exit 1; }; }
1563   fi
1564
1565   test "$2" = conftest.file
1566   )
1567then
1568   # Ok.
1569   :
1570else
1571   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1572Check your system clock" >&5
1573echo "$as_me: error: newly created file is older than distributed files!
1574Check your system clock" >&2;}
1575   { (exit 1); exit 1; }; }
1576fi
1577echo "$as_me:$LINENO: result: yes" >&5
1578echo "${ECHO_T}yes" >&6
1579test "$program_prefix" != NONE &&
1580  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1581# Use a double $ so make ignores it.
1582test "$program_suffix" != NONE &&
1583  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1584# Double any \ or $.  echo might interpret backslashes.
1585# By default was `s,x,x', remove it if useless.
1586cat <<\_ACEOF >conftest.sed
1587s/[\\$]/&&/g;s/;s,x,x,$//
1588_ACEOF
1589program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1590rm conftest.sed
1591
1592# expand $ac_aux_dir to an absolute path
1593am_aux_dir=`cd $ac_aux_dir && pwd`
1594
1595test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1596# Use eval to expand $SHELL
1597if eval "$MISSING --run true"; then
1598  am_missing_run="$MISSING --run "
1599else
1600  am_missing_run=
1601  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1602echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1603fi
1604
1605if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1606  # Keeping the `.' argument allows $(mkdir_p) to be used without
1607  # argument.  Indeed, we sometimes output rules like
1608  #   $(mkdir_p) $(somedir)
1609  # where $(somedir) is conditionally defined.
1610  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1611  # expensive solution, as it forces Make to start a sub-shell.)
1612  mkdir_p='mkdir -p -- .'
1613else
1614  # On NextStep and OpenStep, the `mkdir' command does not
1615  # recognize any option.  It will interpret all options as
1616  # directories to create, and then abort because `.' already
1617  # exists.
1618  for d in ./-p ./--version;
1619  do
1620    test -d $d && rmdir $d
1621  done
1622  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1623  if test -f "$ac_aux_dir/mkinstalldirs"; then
1624    mkdir_p='$(mkinstalldirs)'
1625  else
1626    mkdir_p='$(install_sh) -d'
1627  fi
1628fi
1629
1630for ac_prog in gawk mawk nawk awk
1631do
1632  # Extract the first word of "$ac_prog", so it can be a program name with args.
1633set dummy $ac_prog; ac_word=$2
1634echo "$as_me:$LINENO: checking for $ac_word" >&5
1635echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1636if test "${ac_cv_prog_AWK+set}" = set; then
1637  echo $ECHO_N "(cached) $ECHO_C" >&6
1638else
1639  if test -n "$AWK"; then
1640  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1641else
1642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1643for as_dir in $PATH
1644do
1645  IFS=$as_save_IFS
1646  test -z "$as_dir" && as_dir=.
1647  for ac_exec_ext in '' $ac_executable_extensions; do
1648  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1649    ac_cv_prog_AWK="$ac_prog"
1650    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1651    break 2
1652  fi
1653done
1654done
1655
1656fi
1657fi
1658AWK=$ac_cv_prog_AWK
1659if test -n "$AWK"; then
1660  echo "$as_me:$LINENO: result: $AWK" >&5
1661echo "${ECHO_T}$AWK" >&6
1662else
1663  echo "$as_me:$LINENO: result: no" >&5
1664echo "${ECHO_T}no" >&6
1665fi
1666
1667  test -n "$AWK" && break
1668done
1669
1670echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1671echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1672set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1673if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1674  echo $ECHO_N "(cached) $ECHO_C" >&6
1675else
1676  cat >conftest.make <<\_ACEOF
1677all:
1678        @echo 'ac_maketemp="$(MAKE)"'
1679_ACEOF
1680# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1681eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1682if test -n "$ac_maketemp"; then
1683  eval ac_cv_prog_make_${ac_make}_set=yes
1684else
1685  eval ac_cv_prog_make_${ac_make}_set=no
1686fi
1687rm -f conftest.make
1688fi
1689if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1690  echo "$as_me:$LINENO: result: yes" >&5
1691echo "${ECHO_T}yes" >&6
1692  SET_MAKE=
1693else
1694  echo "$as_me:$LINENO: result: no" >&5
1695echo "${ECHO_T}no" >&6
1696  SET_MAKE="MAKE=${MAKE-make}"
1697fi
1698
1699rm -rf .tst 2>/dev/null
1700mkdir .tst 2>/dev/null
1701if test -d .tst; then
1702  am__leading_dot=.
1703else
1704  am__leading_dot=_
1705fi
1706rmdir .tst 2>/dev/null
1707
1708# test to see if srcdir already configured
1709if test "`cd $srcdir && pwd`" != "`pwd`" &&
1710   test -f $srcdir/config.status; then
1711  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1712echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1713   { (exit 1); exit 1; }; }
1714fi
1715
1716# test whether we have cygpath
1717if test -z "$CYGPATH_W"; then
1718  if (cygpath --version) >/dev/null 2>/dev/null; then
1719    CYGPATH_W='cygpath -w'
1720  else
1721    CYGPATH_W=echo
1722  fi
1723fi
1724
1725
1726# Define the identity of the package.
1727 PACKAGE='orxonox'
1728 VERSION='0.2.2-pre-alpha'
1729
1730
1731cat >>confdefs.h <<_ACEOF
1732#define PACKAGE "$PACKAGE"
1733_ACEOF
1734
1735
1736cat >>confdefs.h <<_ACEOF
1737#define VERSION "$VERSION"
1738_ACEOF
1739
1740# Some tools Automake needs.
1741
1742ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1743
1744
1745AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1746
1747
1748AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1749
1750
1751AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1752
1753
1754MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1755
1756
1757AMTAR=${AMTAR-"${am_missing_run}tar"}
1758
1759install_sh=${install_sh-"$am_aux_dir/install-sh"}
1760
1761# Installed binaries are usually stripped using `strip' when the user
1762# run `make install-strip'.  However `strip' might not be the right
1763# tool to use in cross-compilation environments, therefore Automake
1764# will honor the `STRIP' environment variable to overrule this program.
1765if test "$cross_compiling" != no; then
1766  if test -n "$ac_tool_prefix"; then
1767  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1768set dummy ${ac_tool_prefix}strip; ac_word=$2
1769echo "$as_me:$LINENO: checking for $ac_word" >&5
1770echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1771if test "${ac_cv_prog_STRIP+set}" = set; then
1772  echo $ECHO_N "(cached) $ECHO_C" >&6
1773else
1774  if test -n "$STRIP"; then
1775  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1776else
1777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1778for as_dir in $PATH
1779do
1780  IFS=$as_save_IFS
1781  test -z "$as_dir" && as_dir=.
1782  for ac_exec_ext in '' $ac_executable_extensions; do
1783  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1784    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1785    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1786    break 2
1787  fi
1788done
1789done
1790
1791fi
1792fi
1793STRIP=$ac_cv_prog_STRIP
1794if test -n "$STRIP"; then
1795  echo "$as_me:$LINENO: result: $STRIP" >&5
1796echo "${ECHO_T}$STRIP" >&6
1797else
1798  echo "$as_me:$LINENO: result: no" >&5
1799echo "${ECHO_T}no" >&6
1800fi
1801
1802fi
1803if test -z "$ac_cv_prog_STRIP"; then
1804  ac_ct_STRIP=$STRIP
1805  # Extract the first word of "strip", so it can be a program name with args.
1806set dummy strip; ac_word=$2
1807echo "$as_me:$LINENO: checking for $ac_word" >&5
1808echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1809if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1810  echo $ECHO_N "(cached) $ECHO_C" >&6
1811else
1812  if test -n "$ac_ct_STRIP"; then
1813  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1814else
1815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1816for as_dir in $PATH
1817do
1818  IFS=$as_save_IFS
1819  test -z "$as_dir" && as_dir=.
1820  for ac_exec_ext in '' $ac_executable_extensions; do
1821  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1822    ac_cv_prog_ac_ct_STRIP="strip"
1823    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1824    break 2
1825  fi
1826done
1827done
1828
1829  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1830fi
1831fi
1832ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1833if test -n "$ac_ct_STRIP"; then
1834  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1835echo "${ECHO_T}$ac_ct_STRIP" >&6
1836else
1837  echo "$as_me:$LINENO: result: no" >&5
1838echo "${ECHO_T}no" >&6
1839fi
1840
1841  STRIP=$ac_ct_STRIP
1842else
1843  STRIP="$ac_cv_prog_STRIP"
1844fi
1845
1846fi
1847INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1848
1849# We need awk for the "check" target.  The system "awk" is bad on
1850# some platforms.
1851
1852
1853
1854
1855
1856          ac_config_headers="$ac_config_headers config.h"
1857
1858
1859#########################
1860## Checks for programs ##
1861#########################
1862ac_ext=cc
1863ac_cpp='$CXXCPP $CPPFLAGS'
1864ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1865ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1866ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1867if test -n "$ac_tool_prefix"; then
1868  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
1869  do
1870    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1871set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1872echo "$as_me:$LINENO: checking for $ac_word" >&5
1873echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1874if test "${ac_cv_prog_CXX+set}" = set; then
1875  echo $ECHO_N "(cached) $ECHO_C" >&6
1876else
1877  if test -n "$CXX"; then
1878  ac_cv_prog_CXX="$CXX" # Let the user override the test.
1879else
1880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1881for as_dir in $PATH
1882do
1883  IFS=$as_save_IFS
1884  test -z "$as_dir" && as_dir=.
1885  for ac_exec_ext in '' $ac_executable_extensions; do
1886  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1887    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
1888    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1889    break 2
1890  fi
1891done
1892done
1893
1894fi
1895fi
1896CXX=$ac_cv_prog_CXX
1897if test -n "$CXX"; then
1898  echo "$as_me:$LINENO: result: $CXX" >&5
1899echo "${ECHO_T}$CXX" >&6
1900else
1901  echo "$as_me:$LINENO: result: no" >&5
1902echo "${ECHO_T}no" >&6
1903fi
1904
1905    test -n "$CXX" && break
1906  done
1907fi
1908if test -z "$CXX"; then
1909  ac_ct_CXX=$CXX
1910  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
1911do
1912  # Extract the first word of "$ac_prog", so it can be a program name with args.
1913set dummy $ac_prog; ac_word=$2
1914echo "$as_me:$LINENO: checking for $ac_word" >&5
1915echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1916if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
1917  echo $ECHO_N "(cached) $ECHO_C" >&6
1918else
1919  if test -n "$ac_ct_CXX"; then
1920  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1921else
1922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1923for as_dir in $PATH
1924do
1925  IFS=$as_save_IFS
1926  test -z "$as_dir" && as_dir=.
1927  for ac_exec_ext in '' $ac_executable_extensions; do
1928  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1929    ac_cv_prog_ac_ct_CXX="$ac_prog"
1930    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1931    break 2
1932  fi
1933done
1934done
1935
1936fi
1937fi
1938ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
1939if test -n "$ac_ct_CXX"; then
1940  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
1941echo "${ECHO_T}$ac_ct_CXX" >&6
1942else
1943  echo "$as_me:$LINENO: result: no" >&5
1944echo "${ECHO_T}no" >&6
1945fi
1946
1947  test -n "$ac_ct_CXX" && break
1948done
1949test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1950
1951  CXX=$ac_ct_CXX
1952fi
1953
1954
1955# Provide some information about the compiler.
1956echo "$as_me:$LINENO:" \
1957     "checking for C++ compiler version" >&5
1958ac_compiler=`set X $ac_compile; echo $2`
1959{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1960  (eval $ac_compiler --version </dev/null >&5) 2>&5
1961  ac_status=$?
1962  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1963  (exit $ac_status); }
1964{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1965  (eval $ac_compiler -v </dev/null >&5) 2>&5
1966  ac_status=$?
1967  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1968  (exit $ac_status); }
1969{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1970  (eval $ac_compiler -V </dev/null >&5) 2>&5
1971  ac_status=$?
1972  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1973  (exit $ac_status); }
1974
1975cat >conftest.$ac_ext <<_ACEOF
1976/* confdefs.h.  */
1977_ACEOF
1978cat confdefs.h >>conftest.$ac_ext
1979cat >>conftest.$ac_ext <<_ACEOF
1980/* end confdefs.h.  */
1981
1982int
1983main ()
1984{
1985
1986  ;
1987  return 0;
1988}
1989_ACEOF
1990ac_clean_files_save=$ac_clean_files
1991ac_clean_files="$ac_clean_files a.out a.exe b.out"
1992# Try to create an executable without -o first, disregard a.out.
1993# It will help us diagnose broken compilers, and finding out an intuition
1994# of exeext.
1995echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
1996echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
1997ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1998if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1999  (eval $ac_link_default) 2>&5
2000  ac_status=$?
2001  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2002  (exit $ac_status); }; then
2003  # Find the output, starting from the most likely.  This scheme is
2004# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2005# resort.
2006
2007# Be careful to initialize this variable, since it used to be cached.
2008# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2009ac_cv_exeext=
2010# b.out is created by i960 compilers.
2011for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2012do
2013  test -f "$ac_file" || continue
2014  case $ac_file in
2015    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2016        ;;
2017    conftest.$ac_ext )
2018        # This is the source file.
2019        ;;
2020    [ab].out )
2021        # We found the default executable, but exeext='' is most
2022        # certainly right.
2023        break;;
2024    *.* )
2025        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2026        # FIXME: I believe we export ac_cv_exeext for Libtool,
2027        # but it would be cool to find out if it's true.  Does anybody
2028        # maintain Libtool? --akim.
2029        export ac_cv_exeext
2030        break;;
2031    * )
2032        break;;
2033  esac
2034done
2035else
2036  echo "$as_me: failed program was:" >&5
2037sed 's/^/| /' conftest.$ac_ext >&5
2038
2039{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
2040See \`config.log' for more details." >&5
2041echo "$as_me: error: C++ compiler cannot create executables
2042See \`config.log' for more details." >&2;}
2043   { (exit 77); exit 77; }; }
2044fi
2045
2046ac_exeext=$ac_cv_exeext
2047echo "$as_me:$LINENO: result: $ac_file" >&5
2048echo "${ECHO_T}$ac_file" >&6
2049
2050# Check the compiler produces executables we can run.  If not, either
2051# the compiler is broken, or we cross compile.
2052echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
2053echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6
2054# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2055# If not cross compiling, check that we can run a simple program.
2056if test "$cross_compiling" != yes; then
2057  if { ac_try='./$ac_file'
2058  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2059  (eval $ac_try) 2>&5
2060  ac_status=$?
2061  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062  (exit $ac_status); }; }; then
2063    cross_compiling=no
2064  else
2065    if test "$cross_compiling" = maybe; then
2066        cross_compiling=yes
2067    else
2068        { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
2069If you meant to cross compile, use \`--host'.
2070See \`config.log' for more details." >&5
2071echo "$as_me: error: cannot run C++ compiled programs.
2072If you meant to cross compile, use \`--host'.
2073See \`config.log' for more details." >&2;}
2074   { (exit 1); exit 1; }; }
2075    fi
2076  fi
2077fi
2078echo "$as_me:$LINENO: result: yes" >&5
2079echo "${ECHO_T}yes" >&6
2080
2081rm -f a.out a.exe conftest$ac_cv_exeext b.out
2082ac_clean_files=$ac_clean_files_save
2083# Check the compiler produces executables we can run.  If not, either
2084# the compiler is broken, or we cross compile.
2085echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2086echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2087echo "$as_me:$LINENO: result: $cross_compiling" >&5
2088echo "${ECHO_T}$cross_compiling" >&6
2089
2090echo "$as_me:$LINENO: checking for suffix of executables" >&5
2091echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2092if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2093  (eval $ac_link) 2>&5
2094  ac_status=$?
2095  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2096  (exit $ac_status); }; then
2097  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2098# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2099# work properly (i.e., refer to `conftest.exe'), while it won't with
2100# `rm'.
2101for ac_file in conftest.exe conftest conftest.*; do
2102  test -f "$ac_file" || continue
2103  case $ac_file in
2104    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2105    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2106          export ac_cv_exeext
2107          break;;
2108    * ) break;;
2109  esac
2110done
2111else
2112  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2113See \`config.log' for more details." >&5
2114echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2115See \`config.log' for more details." >&2;}
2116   { (exit 1); exit 1; }; }
2117fi
2118
2119rm -f conftest$ac_cv_exeext
2120echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2121echo "${ECHO_T}$ac_cv_exeext" >&6
2122
2123rm -f conftest.$ac_ext
2124EXEEXT=$ac_cv_exeext
2125ac_exeext=$EXEEXT
2126echo "$as_me:$LINENO: checking for suffix of object files" >&5
2127echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2128if test "${ac_cv_objext+set}" = set; then
2129  echo $ECHO_N "(cached) $ECHO_C" >&6
2130else
2131  cat >conftest.$ac_ext <<_ACEOF
2132/* confdefs.h.  */
2133_ACEOF
2134cat confdefs.h >>conftest.$ac_ext
2135cat >>conftest.$ac_ext <<_ACEOF
2136/* end confdefs.h.  */
2137
2138int
2139main ()
2140{
2141
2142  ;
2143  return 0;
2144}
2145_ACEOF
2146rm -f conftest.o conftest.obj
2147if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2148  (eval $ac_compile) 2>&5
2149  ac_status=$?
2150  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2151  (exit $ac_status); }; then
2152  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2153  case $ac_file in
2154    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2155    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2156       break;;
2157  esac
2158done
2159else
2160  echo "$as_me: failed program was:" >&5
2161sed 's/^/| /' conftest.$ac_ext >&5
2162
2163{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2164See \`config.log' for more details." >&5
2165echo "$as_me: error: cannot compute suffix of object files: cannot compile
2166See \`config.log' for more details." >&2;}
2167   { (exit 1); exit 1; }; }
2168fi
2169
2170rm -f conftest.$ac_cv_objext conftest.$ac_ext
2171fi
2172echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2173echo "${ECHO_T}$ac_cv_objext" >&6
2174OBJEXT=$ac_cv_objext
2175ac_objext=$OBJEXT
2176echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2177echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2178if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2179  echo $ECHO_N "(cached) $ECHO_C" >&6
2180else
2181  cat >conftest.$ac_ext <<_ACEOF
2182/* confdefs.h.  */
2183_ACEOF
2184cat confdefs.h >>conftest.$ac_ext
2185cat >>conftest.$ac_ext <<_ACEOF
2186/* end confdefs.h.  */
2187
2188int
2189main ()
2190{
2191#ifndef __GNUC__
2192       choke me
2193#endif
2194
2195  ;
2196  return 0;
2197}
2198_ACEOF
2199rm -f conftest.$ac_objext
2200if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2201  (eval $ac_compile) 2>conftest.er1
2202  ac_status=$?
2203  grep -v '^ *+' conftest.er1 >conftest.err
2204  rm -f conftest.er1
2205  cat conftest.err >&5
2206  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2207  (exit $ac_status); } &&
2208         { ac_try='test -z "$ac_cxx_werror_flag"
2209                         || test ! -s conftest.err'
2210  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2211  (eval $ac_try) 2>&5
2212  ac_status=$?
2213  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2214  (exit $ac_status); }; } &&
2215         { ac_try='test -s conftest.$ac_objext'
2216  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2217  (eval $ac_try) 2>&5
2218  ac_status=$?
2219  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2220  (exit $ac_status); }; }; then
2221  ac_compiler_gnu=yes
2222else
2223  echo "$as_me: failed program was:" >&5
2224sed 's/^/| /' conftest.$ac_ext >&5
2225
2226ac_compiler_gnu=no
2227fi
2228rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2229ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2230
2231fi
2232echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2233echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2234GXX=`test $ac_compiler_gnu = yes && echo yes`
2235ac_test_CXXFLAGS=${CXXFLAGS+set}
2236ac_save_CXXFLAGS=$CXXFLAGS
2237CXXFLAGS="-g"
2238echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2239echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2240if test "${ac_cv_prog_cxx_g+set}" = set; then
2241  echo $ECHO_N "(cached) $ECHO_C" >&6
2242else
2243  cat >conftest.$ac_ext <<_ACEOF
2244/* confdefs.h.  */
2245_ACEOF
2246cat confdefs.h >>conftest.$ac_ext
2247cat >>conftest.$ac_ext <<_ACEOF
2248/* end confdefs.h.  */
2249
2250int
2251main ()
2252{
2253
2254  ;
2255  return 0;
2256}
2257_ACEOF
2258rm -f conftest.$ac_objext
2259if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2260  (eval $ac_compile) 2>conftest.er1
2261  ac_status=$?
2262  grep -v '^ *+' conftest.er1 >conftest.err
2263  rm -f conftest.er1
2264  cat conftest.err >&5
2265  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2266  (exit $ac_status); } &&
2267         { ac_try='test -z "$ac_cxx_werror_flag"
2268                         || test ! -s conftest.err'
2269  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2270  (eval $ac_try) 2>&5
2271  ac_status=$?
2272  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2273  (exit $ac_status); }; } &&
2274         { ac_try='test -s conftest.$ac_objext'
2275  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2276  (eval $ac_try) 2>&5
2277  ac_status=$?
2278  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2279  (exit $ac_status); }; }; then
2280  ac_cv_prog_cxx_g=yes
2281else
2282  echo "$as_me: failed program was:" >&5
2283sed 's/^/| /' conftest.$ac_ext >&5
2284
2285ac_cv_prog_cxx_g=no
2286fi
2287rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2288fi
2289echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2290echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2291if test "$ac_test_CXXFLAGS" = set; then
2292  CXXFLAGS=$ac_save_CXXFLAGS
2293elif test $ac_cv_prog_cxx_g = yes; then
2294  if test "$GXX" = yes; then
2295    CXXFLAGS="-g -O2"
2296  else
2297    CXXFLAGS="-g"
2298  fi
2299else
2300  if test "$GXX" = yes; then
2301    CXXFLAGS="-O2"
2302  else
2303    CXXFLAGS=
2304  fi
2305fi
2306for ac_declaration in \
2307   '' \
2308   'extern "C" void std::exit (int) throw (); using std::exit;' \
2309   'extern "C" void std::exit (int); using std::exit;' \
2310   'extern "C" void exit (int) throw ();' \
2311   'extern "C" void exit (int);' \
2312   'void exit (int);'
2313do
2314  cat >conftest.$ac_ext <<_ACEOF
2315/* confdefs.h.  */
2316_ACEOF
2317cat confdefs.h >>conftest.$ac_ext
2318cat >>conftest.$ac_ext <<_ACEOF
2319/* end confdefs.h.  */
2320$ac_declaration
2321#include <stdlib.h>
2322int
2323main ()
2324{
2325exit (42);
2326  ;
2327  return 0;
2328}
2329_ACEOF
2330rm -f conftest.$ac_objext
2331if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2332  (eval $ac_compile) 2>conftest.er1
2333  ac_status=$?
2334  grep -v '^ *+' conftest.er1 >conftest.err
2335  rm -f conftest.er1
2336  cat conftest.err >&5
2337  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2338  (exit $ac_status); } &&
2339         { ac_try='test -z "$ac_cxx_werror_flag"
2340                         || test ! -s conftest.err'
2341  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2342  (eval $ac_try) 2>&5
2343  ac_status=$?
2344  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2345  (exit $ac_status); }; } &&
2346         { ac_try='test -s conftest.$ac_objext'
2347  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2348  (eval $ac_try) 2>&5
2349  ac_status=$?
2350  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2351  (exit $ac_status); }; }; then
2352  :
2353else
2354  echo "$as_me: failed program was:" >&5
2355sed 's/^/| /' conftest.$ac_ext >&5
2356
2357continue
2358fi
2359rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2360  cat >conftest.$ac_ext <<_ACEOF
2361/* confdefs.h.  */
2362_ACEOF
2363cat confdefs.h >>conftest.$ac_ext
2364cat >>conftest.$ac_ext <<_ACEOF
2365/* end confdefs.h.  */
2366$ac_declaration
2367int
2368main ()
2369{
2370exit (42);
2371  ;
2372  return 0;
2373}
2374_ACEOF
2375rm -f conftest.$ac_objext
2376if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2377  (eval $ac_compile) 2>conftest.er1
2378  ac_status=$?
2379  grep -v '^ *+' conftest.er1 >conftest.err
2380  rm -f conftest.er1
2381  cat conftest.err >&5
2382  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2383  (exit $ac_status); } &&
2384         { ac_try='test -z "$ac_cxx_werror_flag"
2385                         || test ! -s conftest.err'
2386  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2387  (eval $ac_try) 2>&5
2388  ac_status=$?
2389  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2390  (exit $ac_status); }; } &&
2391         { ac_try='test -s conftest.$ac_objext'
2392  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2393  (eval $ac_try) 2>&5
2394  ac_status=$?
2395  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2396  (exit $ac_status); }; }; then
2397  break
2398else
2399  echo "$as_me: failed program was:" >&5
2400sed 's/^/| /' conftest.$ac_ext >&5
2401
2402fi
2403rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2404done
2405rm -f conftest*
2406if test -n "$ac_declaration"; then
2407  echo '#ifdef __cplusplus' >>confdefs.h
2408  echo $ac_declaration      >>confdefs.h
2409  echo '#endif'             >>confdefs.h
2410fi
2411
2412ac_ext=c
2413ac_cpp='$CPP $CPPFLAGS'
2414ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2415ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2416ac_compiler_gnu=$ac_cv_c_compiler_gnu
2417DEPDIR="${am__leading_dot}deps"
2418
2419          ac_config_commands="$ac_config_commands depfiles"
2420
2421
2422am_make=${MAKE-make}
2423cat > confinc << 'END'
2424am__doit:
2425        @echo done
2426.PHONY: am__doit
2427END
2428# If we don't find an include directive, just comment out the code.
2429echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2430echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2431am__include="#"
2432am__quote=
2433_am_result=none
2434# First try GNU make style include.
2435echo "include confinc" > confmf
2436# We grep out `Entering directory' and `Leaving directory'
2437# messages which can occur if `w' ends up in MAKEFLAGS.
2438# In particular we don't look at `^make:' because GNU make might
2439# be invoked under some other name (usually "gmake"), in which
2440# case it prints its new name instead of `make'.
2441if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2442   am__include=include
2443   am__quote=
2444   _am_result=GNU
2445fi
2446# Now try BSD make style include.
2447if test "$am__include" = "#"; then
2448   echo '.include "confinc"' > confmf
2449   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2450      am__include=.include
2451      am__quote="\""
2452      _am_result=BSD
2453   fi
2454fi
2455
2456
2457echo "$as_me:$LINENO: result: $_am_result" >&5
2458echo "${ECHO_T}$_am_result" >&6
2459rm -f confinc confmf
2460
2461# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2462if test "${enable_dependency_tracking+set}" = set; then
2463  enableval="$enable_dependency_tracking"
2464
2465fi;
2466if test "x$enable_dependency_tracking" != xno; then
2467  am_depcomp="$ac_aux_dir/depcomp"
2468  AMDEPBACKSLASH='\'
2469fi
2470
2471
2472if test "x$enable_dependency_tracking" != xno; then
2473  AMDEP_TRUE=
2474  AMDEP_FALSE='#'
2475else
2476  AMDEP_TRUE='#'
2477  AMDEP_FALSE=
2478fi
2479
2480
2481
2482
2483depcc="$CXX"  am_compiler_list=
2484
2485echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2486echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2487if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
2488  echo $ECHO_N "(cached) $ECHO_C" >&6
2489else
2490  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2491  # We make a subdir and do the tests there.  Otherwise we can end up
2492  # making bogus files that we don't know about and never remove.  For
2493  # instance it was reported that on HP-UX the gcc test will end up
2494  # making a dummy file named `D' -- because `-MD' means `put the output
2495  # in D'.
2496  mkdir conftest.dir
2497  # Copy depcomp to subdir because otherwise we won't find it if we're
2498  # using a relative directory.
2499  cp "$am_depcomp" conftest.dir
2500  cd conftest.dir
2501  # We will build objects and dependencies in a subdirectory because
2502  # it helps to detect inapplicable dependency modes.  For instance
2503  # both Tru64's cc and ICC support -MD to output dependencies as a
2504  # side effect of compilation, but ICC will put the dependencies in
2505  # the current directory while Tru64 will put them in the object
2506  # directory.
2507  mkdir sub
2508
2509  am_cv_CXX_dependencies_compiler_type=none
2510  if test "$am_compiler_list" = ""; then
2511     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2512  fi
2513  for depmode in $am_compiler_list; do
2514    # Setup a source with many dependencies, because some compilers
2515    # like to wrap large dependency lists on column 80 (with \), and
2516    # we should not choose a depcomp mode which is confused by this.
2517    #
2518    # We need to recreate these files for each test, as the compiler may
2519    # overwrite some of them when testing with obscure command lines.
2520    # This happens at least with the AIX C compiler.
2521    : > sub/conftest.c
2522    for i in 1 2 3 4 5 6; do
2523      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2524      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2525      # Solaris 8's {/usr,}/bin/sh.
2526      touch sub/conftst$i.h
2527    done
2528    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2529
2530    case $depmode in
2531    nosideeffect)
2532      # after this tag, mechanisms are not by side-effect, so they'll
2533      # only be used when explicitly requested
2534      if test "x$enable_dependency_tracking" = xyes; then
2535        continue
2536      else
2537        break
2538      fi
2539      ;;
2540    none) break ;;
2541    esac
2542    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2543    # mode.  It turns out that the SunPro C++ compiler does not properly
2544    # handle `-M -o', and we need to detect this.
2545    if depmode=$depmode \
2546       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2547       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2548       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2549         >/dev/null 2>conftest.err &&
2550       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2551       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2552       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2553      # icc doesn't choke on unknown options, it will just issue warnings
2554      # or remarks (even with -Werror).  So we grep stderr for any message
2555      # that says an option was ignored or not supported.
2556      # When given -MP, icc 7.0 and 7.1 complain thusly:
2557      #   icc: Command line warning: ignoring option '-M'; no argument required
2558      # The diagnosis changed in icc 8.0:
2559      #   icc: Command line remark: option '-MP' not supported
2560      if (grep 'ignoring option' conftest.err ||
2561          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2562        am_cv_CXX_dependencies_compiler_type=$depmode
2563        break
2564      fi
2565    fi
2566  done
2567
2568  cd ..
2569  rm -rf conftest.dir
2570else
2571  am_cv_CXX_dependencies_compiler_type=none
2572fi
2573
2574fi
2575echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
2576echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
2577CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
2578
2579
2580
2581if
2582  test "x$enable_dependency_tracking" != xno \
2583  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
2584  am__fastdepCXX_TRUE=
2585  am__fastdepCXX_FALSE='#'
2586else
2587  am__fastdepCXX_TRUE='#'
2588  am__fastdepCXX_FALSE=
2589fi
2590
2591
2592ac_ext=c
2593ac_cpp='$CPP $CPPFLAGS'
2594ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2595ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2596ac_compiler_gnu=$ac_cv_c_compiler_gnu
2597if test -n "$ac_tool_prefix"; then
2598  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2599set dummy ${ac_tool_prefix}gcc; ac_word=$2
2600echo "$as_me:$LINENO: checking for $ac_word" >&5
2601echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2602if test "${ac_cv_prog_CC+set}" = set; then
2603  echo $ECHO_N "(cached) $ECHO_C" >&6
2604else
2605  if test -n "$CC"; then
2606  ac_cv_prog_CC="$CC" # Let the user override the test.
2607else
2608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609for as_dir in $PATH
2610do
2611  IFS=$as_save_IFS
2612  test -z "$as_dir" && as_dir=.
2613  for ac_exec_ext in '' $ac_executable_extensions; do
2614  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2615    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2616    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2617    break 2
2618  fi
2619done
2620done
2621
2622fi
2623fi
2624CC=$ac_cv_prog_CC
2625if test -n "$CC"; then
2626  echo "$as_me:$LINENO: result: $CC" >&5
2627echo "${ECHO_T}$CC" >&6
2628else
2629  echo "$as_me:$LINENO: result: no" >&5
2630echo "${ECHO_T}no" >&6
2631fi
2632
2633fi
2634if test -z "$ac_cv_prog_CC"; then
2635  ac_ct_CC=$CC
2636  # Extract the first word of "gcc", so it can be a program name with args.
2637set dummy gcc; ac_word=$2
2638echo "$as_me:$LINENO: checking for $ac_word" >&5
2639echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2640if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2641  echo $ECHO_N "(cached) $ECHO_C" >&6
2642else
2643  if test -n "$ac_ct_CC"; then
2644  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2645else
2646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2647for as_dir in $PATH
2648do
2649  IFS=$as_save_IFS
2650  test -z "$as_dir" && as_dir=.
2651  for ac_exec_ext in '' $ac_executable_extensions; do
2652  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2653    ac_cv_prog_ac_ct_CC="gcc"
2654    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2655    break 2
2656  fi
2657done
2658done
2659
2660fi
2661fi
2662ac_ct_CC=$ac_cv_prog_ac_ct_CC
2663if test -n "$ac_ct_CC"; then
2664  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2665echo "${ECHO_T}$ac_ct_CC" >&6
2666else
2667  echo "$as_me:$LINENO: result: no" >&5
2668echo "${ECHO_T}no" >&6
2669fi
2670
2671  CC=$ac_ct_CC
2672else
2673  CC="$ac_cv_prog_CC"
2674fi
2675
2676if test -z "$CC"; then
2677  if test -n "$ac_tool_prefix"; then
2678  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2679set dummy ${ac_tool_prefix}cc; ac_word=$2
2680echo "$as_me:$LINENO: checking for $ac_word" >&5
2681echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2682if test "${ac_cv_prog_CC+set}" = set; then
2683  echo $ECHO_N "(cached) $ECHO_C" >&6
2684else
2685  if test -n "$CC"; then
2686  ac_cv_prog_CC="$CC" # Let the user override the test.
2687else
2688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689for as_dir in $PATH
2690do
2691  IFS=$as_save_IFS
2692  test -z "$as_dir" && as_dir=.
2693  for ac_exec_ext in '' $ac_executable_extensions; do
2694  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2695    ac_cv_prog_CC="${ac_tool_prefix}cc"
2696    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2697    break 2
2698  fi
2699done
2700done
2701
2702fi
2703fi
2704CC=$ac_cv_prog_CC
2705if test -n "$CC"; then
2706  echo "$as_me:$LINENO: result: $CC" >&5
2707echo "${ECHO_T}$CC" >&6
2708else
2709  echo "$as_me:$LINENO: result: no" >&5
2710echo "${ECHO_T}no" >&6
2711fi
2712
2713fi
2714if test -z "$ac_cv_prog_CC"; then
2715  ac_ct_CC=$CC
2716  # Extract the first word of "cc", so it can be a program name with args.
2717set dummy cc; ac_word=$2
2718echo "$as_me:$LINENO: checking for $ac_word" >&5
2719echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2720if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2721  echo $ECHO_N "(cached) $ECHO_C" >&6
2722else
2723  if test -n "$ac_ct_CC"; then
2724  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2725else
2726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2727for as_dir in $PATH
2728do
2729  IFS=$as_save_IFS
2730  test -z "$as_dir" && as_dir=.
2731  for ac_exec_ext in '' $ac_executable_extensions; do
2732  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2733    ac_cv_prog_ac_ct_CC="cc"
2734    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2735    break 2
2736  fi
2737done
2738done
2739
2740fi
2741fi
2742ac_ct_CC=$ac_cv_prog_ac_ct_CC
2743if test -n "$ac_ct_CC"; then
2744  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2745echo "${ECHO_T}$ac_ct_CC" >&6
2746else
2747  echo "$as_me:$LINENO: result: no" >&5
2748echo "${ECHO_T}no" >&6
2749fi
2750
2751  CC=$ac_ct_CC
2752else
2753  CC="$ac_cv_prog_CC"
2754fi
2755
2756fi
2757if test -z "$CC"; then
2758  # Extract the first word of "cc", so it can be a program name with args.
2759set dummy cc; ac_word=$2
2760echo "$as_me:$LINENO: checking for $ac_word" >&5
2761echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2762if test "${ac_cv_prog_CC+set}" = set; then
2763  echo $ECHO_N "(cached) $ECHO_C" >&6
2764else
2765  if test -n "$CC"; then
2766  ac_cv_prog_CC="$CC" # Let the user override the test.
2767else
2768  ac_prog_rejected=no
2769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2770for as_dir in $PATH
2771do
2772  IFS=$as_save_IFS
2773  test -z "$as_dir" && as_dir=.
2774  for ac_exec_ext in '' $ac_executable_extensions; do
2775  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2776    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2777       ac_prog_rejected=yes
2778       continue
2779     fi
2780    ac_cv_prog_CC="cc"
2781    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2782    break 2
2783  fi
2784done
2785done
2786
2787if test $ac_prog_rejected = yes; then
2788  # We found a bogon in the path, so make sure we never use it.
2789  set dummy $ac_cv_prog_CC
2790  shift
2791  if test $# != 0; then
2792    # We chose a different compiler from the bogus one.
2793    # However, it has the same basename, so the bogon will be chosen
2794    # first if we set CC to just the basename; use the full file name.
2795    shift
2796    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2797  fi
2798fi
2799fi
2800fi
2801CC=$ac_cv_prog_CC
2802if test -n "$CC"; then
2803  echo "$as_me:$LINENO: result: $CC" >&5
2804echo "${ECHO_T}$CC" >&6
2805else
2806  echo "$as_me:$LINENO: result: no" >&5
2807echo "${ECHO_T}no" >&6
2808fi
2809
2810fi
2811if test -z "$CC"; then
2812  if test -n "$ac_tool_prefix"; then
2813  for ac_prog in cl
2814  do
2815    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2816set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2817echo "$as_me:$LINENO: checking for $ac_word" >&5
2818echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2819if test "${ac_cv_prog_CC+set}" = set; then
2820  echo $ECHO_N "(cached) $ECHO_C" >&6
2821else
2822  if test -n "$CC"; then
2823  ac_cv_prog_CC="$CC" # Let the user override the test.
2824else
2825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2826for as_dir in $PATH
2827do
2828  IFS=$as_save_IFS
2829  test -z "$as_dir" && as_dir=.
2830  for ac_exec_ext in '' $ac_executable_extensions; do
2831  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2832    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2833    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2834    break 2
2835  fi
2836done
2837done
2838
2839fi
2840fi
2841CC=$ac_cv_prog_CC
2842if test -n "$CC"; then
2843  echo "$as_me:$LINENO: result: $CC" >&5
2844echo "${ECHO_T}$CC" >&6
2845else
2846  echo "$as_me:$LINENO: result: no" >&5
2847echo "${ECHO_T}no" >&6
2848fi
2849
2850    test -n "$CC" && break
2851  done
2852fi
2853if test -z "$CC"; then
2854  ac_ct_CC=$CC
2855  for ac_prog in cl
2856do
2857  # Extract the first word of "$ac_prog", so it can be a program name with args.
2858set dummy $ac_prog; ac_word=$2
2859echo "$as_me:$LINENO: checking for $ac_word" >&5
2860echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2861if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2862  echo $ECHO_N "(cached) $ECHO_C" >&6
2863else
2864  if test -n "$ac_ct_CC"; then
2865  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2866else
2867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2868for as_dir in $PATH
2869do
2870  IFS=$as_save_IFS
2871  test -z "$as_dir" && as_dir=.
2872  for ac_exec_ext in '' $ac_executable_extensions; do
2873  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2874    ac_cv_prog_ac_ct_CC="$ac_prog"
2875    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2876    break 2
2877  fi
2878done
2879done
2880
2881fi
2882fi
2883ac_ct_CC=$ac_cv_prog_ac_ct_CC
2884if test -n "$ac_ct_CC"; then
2885  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2886echo "${ECHO_T}$ac_ct_CC" >&6
2887else
2888  echo "$as_me:$LINENO: result: no" >&5
2889echo "${ECHO_T}no" >&6
2890fi
2891
2892  test -n "$ac_ct_CC" && break
2893done
2894
2895  CC=$ac_ct_CC
2896fi
2897
2898fi
2899
2900
2901test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2902See \`config.log' for more details." >&5
2903echo "$as_me: error: no acceptable C compiler found in \$PATH
2904See \`config.log' for more details." >&2;}
2905   { (exit 1); exit 1; }; }
2906
2907# Provide some information about the compiler.
2908echo "$as_me:$LINENO:" \
2909     "checking for C compiler version" >&5
2910ac_compiler=`set X $ac_compile; echo $2`
2911{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2912  (eval $ac_compiler --version </dev/null >&5) 2>&5
2913  ac_status=$?
2914  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915  (exit $ac_status); }
2916{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2917  (eval $ac_compiler -v </dev/null >&5) 2>&5
2918  ac_status=$?
2919  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2920  (exit $ac_status); }
2921{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2922  (eval $ac_compiler -V </dev/null >&5) 2>&5
2923  ac_status=$?
2924  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2925  (exit $ac_status); }
2926
2927echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2928echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2929if test "${ac_cv_c_compiler_gnu+set}" = set; then
2930  echo $ECHO_N "(cached) $ECHO_C" >&6
2931else
2932  cat >conftest.$ac_ext <<_ACEOF
2933/* confdefs.h.  */
2934_ACEOF
2935cat confdefs.h >>conftest.$ac_ext
2936cat >>conftest.$ac_ext <<_ACEOF
2937/* end confdefs.h.  */
2938
2939int
2940main ()
2941{
2942#ifndef __GNUC__
2943       choke me
2944#endif
2945
2946  ;
2947  return 0;
2948}
2949_ACEOF
2950rm -f conftest.$ac_objext
2951if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2952  (eval $ac_compile) 2>conftest.er1
2953  ac_status=$?
2954  grep -v '^ *+' conftest.er1 >conftest.err
2955  rm -f conftest.er1
2956  cat conftest.err >&5
2957  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2958  (exit $ac_status); } &&
2959         { ac_try='test -z "$ac_c_werror_flag"
2960                         || test ! -s conftest.err'
2961  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2962  (eval $ac_try) 2>&5
2963  ac_status=$?
2964  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2965  (exit $ac_status); }; } &&
2966         { ac_try='test -s conftest.$ac_objext'
2967  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2968  (eval $ac_try) 2>&5
2969  ac_status=$?
2970  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971  (exit $ac_status); }; }; then
2972  ac_compiler_gnu=yes
2973else
2974  echo "$as_me: failed program was:" >&5
2975sed 's/^/| /' conftest.$ac_ext >&5
2976
2977ac_compiler_gnu=no
2978fi
2979rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2980ac_cv_c_compiler_gnu=$ac_compiler_gnu
2981
2982fi
2983echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2984echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2985GCC=`test $ac_compiler_gnu = yes && echo yes`
2986ac_test_CFLAGS=${CFLAGS+set}
2987ac_save_CFLAGS=$CFLAGS
2988CFLAGS="-g"
2989echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2990echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2991if test "${ac_cv_prog_cc_g+set}" = set; then
2992  echo $ECHO_N "(cached) $ECHO_C" >&6
2993else
2994  cat >conftest.$ac_ext <<_ACEOF
2995/* confdefs.h.  */
2996_ACEOF
2997cat confdefs.h >>conftest.$ac_ext
2998cat >>conftest.$ac_ext <<_ACEOF
2999/* end confdefs.h.  */
3000
3001int
3002main ()
3003{
3004
3005  ;
3006  return 0;
3007}
3008_ACEOF
3009rm -f conftest.$ac_objext
3010if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3011  (eval $ac_compile) 2>conftest.er1
3012  ac_status=$?
3013  grep -v '^ *+' conftest.er1 >conftest.err
3014  rm -f conftest.er1
3015  cat conftest.err >&5
3016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3017  (exit $ac_status); } &&
3018         { ac_try='test -z "$ac_c_werror_flag"
3019                         || test ! -s conftest.err'
3020  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3021  (eval $ac_try) 2>&5
3022  ac_status=$?
3023  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3024  (exit $ac_status); }; } &&
3025         { ac_try='test -s conftest.$ac_objext'
3026  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3027  (eval $ac_try) 2>&5
3028  ac_status=$?
3029  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3030  (exit $ac_status); }; }; then
3031  ac_cv_prog_cc_g=yes
3032else
3033  echo "$as_me: failed program was:" >&5
3034sed 's/^/| /' conftest.$ac_ext >&5
3035
3036ac_cv_prog_cc_g=no
3037fi
3038rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3039fi
3040echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3041echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3042if test "$ac_test_CFLAGS" = set; then
3043  CFLAGS=$ac_save_CFLAGS
3044elif test $ac_cv_prog_cc_g = yes; then
3045  if test "$GCC" = yes; then
3046    CFLAGS="-g -O2"
3047  else
3048    CFLAGS="-g"
3049  fi
3050else
3051  if test "$GCC" = yes; then
3052    CFLAGS="-O2"
3053  else
3054    CFLAGS=
3055  fi
3056fi
3057echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3058echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3059if test "${ac_cv_prog_cc_stdc+set}" = set; then
3060  echo $ECHO_N "(cached) $ECHO_C" >&6
3061else
3062  ac_cv_prog_cc_stdc=no
3063ac_save_CC=$CC
3064cat >conftest.$ac_ext <<_ACEOF
3065/* confdefs.h.  */
3066_ACEOF
3067cat confdefs.h >>conftest.$ac_ext
3068cat >>conftest.$ac_ext <<_ACEOF
3069/* end confdefs.h.  */
3070#include <stdarg.h>
3071#include <stdio.h>
3072#include <sys/types.h>
3073#include <sys/stat.h>
3074/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3075struct buf { int x; };
3076FILE * (*rcsopen) (struct buf *, struct stat *, int);
3077static char *e (p, i)
3078     char **p;
3079     int i;
3080{
3081  return p[i];
3082}
3083static char *f (char * (*g) (char **, int), char **p, ...)
3084{
3085  char *s;
3086  va_list v;
3087  va_start (v,p);
3088  s = g (p, va_arg (v,int));
3089  va_end (v);
3090  return s;
3091}
3092
3093/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3094   function prototypes and stuff, but not '\xHH' hex character constants.
3095   These don't provoke an error unfortunately, instead are silently treated
3096   as 'x'.  The following induces an error, until -std1 is added to get
3097   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3098   array size at least.  It's necessary to write '\x00'==0 to get something
3099   that's true only with -std1.  */
3100int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3101
3102int test (int i, double x);
3103struct s1 {int (*f) (int a);};
3104struct s2 {int (*f) (double a);};
3105int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3106int argc;
3107char **argv;
3108int
3109main ()
3110{
3111return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3112  ;
3113  return 0;
3114}
3115_ACEOF
3116# Don't try gcc -ansi; that turns off useful extensions and
3117# breaks some systems' header files.
3118# AIX                   -qlanglvl=ansi
3119# Ultrix and OSF/1      -std1
3120# HP-UX 10.20 and later -Ae
3121# HP-UX older versions  -Aa -D_HPUX_SOURCE
3122# SVR4                  -Xc -D__EXTENSIONS__
3123for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3124do
3125  CC="$ac_save_CC $ac_arg"
3126  rm -f conftest.$ac_objext
3127if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3128  (eval $ac_compile) 2>conftest.er1
3129  ac_status=$?
3130  grep -v '^ *+' conftest.er1 >conftest.err
3131  rm -f conftest.er1
3132  cat conftest.err >&5
3133  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3134  (exit $ac_status); } &&
3135         { ac_try='test -z "$ac_c_werror_flag"
3136                         || test ! -s conftest.err'
3137  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3138  (eval $ac_try) 2>&5
3139  ac_status=$?
3140  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3141  (exit $ac_status); }; } &&
3142         { ac_try='test -s conftest.$ac_objext'
3143  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3144  (eval $ac_try) 2>&5
3145  ac_status=$?
3146  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3147  (exit $ac_status); }; }; then
3148  ac_cv_prog_cc_stdc=$ac_arg
3149break
3150else
3151  echo "$as_me: failed program was:" >&5
3152sed 's/^/| /' conftest.$ac_ext >&5
3153
3154fi
3155rm -f conftest.err conftest.$ac_objext
3156done
3157rm -f conftest.$ac_ext conftest.$ac_objext
3158CC=$ac_save_CC
3159
3160fi
3161
3162case "x$ac_cv_prog_cc_stdc" in
3163  x|xno)
3164    echo "$as_me:$LINENO: result: none needed" >&5
3165echo "${ECHO_T}none needed" >&6 ;;
3166  *)
3167    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3168echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3169    CC="$CC $ac_cv_prog_cc_stdc" ;;
3170esac
3171
3172# Some people use a C++ compiler to compile C.  Since we use `exit',
3173# in C++ we need to declare it.  In case someone uses the same compiler
3174# for both compiling C and C++ we need to have the C++ compiler decide
3175# the declaration of exit, since it's the most demanding environment.
3176cat >conftest.$ac_ext <<_ACEOF
3177#ifndef __cplusplus
3178  choke me
3179#endif
3180_ACEOF
3181rm -f conftest.$ac_objext
3182if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3183  (eval $ac_compile) 2>conftest.er1
3184  ac_status=$?
3185  grep -v '^ *+' conftest.er1 >conftest.err
3186  rm -f conftest.er1
3187  cat conftest.err >&5
3188  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189  (exit $ac_status); } &&
3190         { ac_try='test -z "$ac_c_werror_flag"
3191                         || test ! -s conftest.err'
3192  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3193  (eval $ac_try) 2>&5
3194  ac_status=$?
3195  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3196  (exit $ac_status); }; } &&
3197         { ac_try='test -s conftest.$ac_objext'
3198  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3199  (eval $ac_try) 2>&5
3200  ac_status=$?
3201  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3202  (exit $ac_status); }; }; then
3203  for ac_declaration in \
3204   '' \
3205   'extern "C" void std::exit (int) throw (); using std::exit;' \
3206   'extern "C" void std::exit (int); using std::exit;' \
3207   'extern "C" void exit (int) throw ();' \
3208   'extern "C" void exit (int);' \
3209   'void exit (int);'
3210do
3211  cat >conftest.$ac_ext <<_ACEOF
3212/* confdefs.h.  */
3213_ACEOF
3214cat confdefs.h >>conftest.$ac_ext
3215cat >>conftest.$ac_ext <<_ACEOF
3216/* end confdefs.h.  */
3217$ac_declaration
3218#include <stdlib.h>
3219int
3220main ()
3221{
3222exit (42);
3223  ;
3224  return 0;
3225}
3226_ACEOF
3227rm -f conftest.$ac_objext
3228if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3229  (eval $ac_compile) 2>conftest.er1
3230  ac_status=$?
3231  grep -v '^ *+' conftest.er1 >conftest.err
3232  rm -f conftest.er1
3233  cat conftest.err >&5
3234  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3235  (exit $ac_status); } &&
3236         { ac_try='test -z "$ac_c_werror_flag"
3237                         || test ! -s conftest.err'
3238  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3239  (eval $ac_try) 2>&5
3240  ac_status=$?
3241  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3242  (exit $ac_status); }; } &&
3243         { ac_try='test -s conftest.$ac_objext'
3244  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3245  (eval $ac_try) 2>&5
3246  ac_status=$?
3247  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248  (exit $ac_status); }; }; then
3249  :
3250else
3251  echo "$as_me: failed program was:" >&5
3252sed 's/^/| /' conftest.$ac_ext >&5
3253
3254continue
3255fi
3256rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3257  cat >conftest.$ac_ext <<_ACEOF
3258/* confdefs.h.  */
3259_ACEOF
3260cat confdefs.h >>conftest.$ac_ext
3261cat >>conftest.$ac_ext <<_ACEOF
3262/* end confdefs.h.  */
3263$ac_declaration
3264int
3265main ()
3266{
3267exit (42);
3268  ;
3269  return 0;
3270}
3271_ACEOF
3272rm -f conftest.$ac_objext
3273if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3274  (eval $ac_compile) 2>conftest.er1
3275  ac_status=$?
3276  grep -v '^ *+' conftest.er1 >conftest.err
3277  rm -f conftest.er1
3278  cat conftest.err >&5
3279  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3280  (exit $ac_status); } &&
3281         { ac_try='test -z "$ac_c_werror_flag"
3282                         || test ! -s conftest.err'
3283  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3284  (eval $ac_try) 2>&5
3285  ac_status=$?
3286  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287  (exit $ac_status); }; } &&
3288         { ac_try='test -s conftest.$ac_objext'
3289  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3290  (eval $ac_try) 2>&5
3291  ac_status=$?
3292  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3293  (exit $ac_status); }; }; then
3294  break
3295else
3296  echo "$as_me: failed program was:" >&5
3297sed 's/^/| /' conftest.$ac_ext >&5
3298
3299fi
3300rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3301done
3302rm -f conftest*
3303if test -n "$ac_declaration"; then
3304  echo '#ifdef __cplusplus' >>confdefs.h
3305  echo $ac_declaration      >>confdefs.h
3306  echo '#endif'             >>confdefs.h
3307fi
3308
3309else
3310  echo "$as_me: failed program was:" >&5
3311sed 's/^/| /' conftest.$ac_ext >&5
3312
3313fi
3314rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3315ac_ext=c
3316ac_cpp='$CPP $CPPFLAGS'
3317ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3318ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3319ac_compiler_gnu=$ac_cv_c_compiler_gnu
3320
3321depcc="$CC"   am_compiler_list=
3322
3323echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3324echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3325if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3326  echo $ECHO_N "(cached) $ECHO_C" >&6
3327else
3328  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3329  # We make a subdir and do the tests there.  Otherwise we can end up
3330  # making bogus files that we don't know about and never remove.  For
3331  # instance it was reported that on HP-UX the gcc test will end up
3332  # making a dummy file named `D' -- because `-MD' means `put the output
3333  # in D'.
3334  mkdir conftest.dir
3335  # Copy depcomp to subdir because otherwise we won't find it if we're
3336  # using a relative directory.
3337  cp "$am_depcomp" conftest.dir
3338  cd conftest.dir
3339  # We will build objects and dependencies in a subdirectory because
3340  # it helps to detect inapplicable dependency modes.  For instance
3341  # both Tru64's cc and ICC support -MD to output dependencies as a
3342  # side effect of compilation, but ICC will put the dependencies in
3343  # the current directory while Tru64 will put them in the object
3344  # directory.
3345  mkdir sub
3346
3347  am_cv_CC_dependencies_compiler_type=none
3348  if test "$am_compiler_list" = ""; then
3349     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3350  fi
3351  for depmode in $am_compiler_list; do
3352    # Setup a source with many dependencies, because some compilers
3353    # like to wrap large dependency lists on column 80 (with \), and
3354    # we should not choose a depcomp mode which is confused by this.
3355    #
3356    # We need to recreate these files for each test, as the compiler may
3357    # overwrite some of them when testing with obscure command lines.
3358    # This happens at least with the AIX C compiler.
3359    : > sub/conftest.c
3360    for i in 1 2 3 4 5 6; do
3361      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3362      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3363      # Solaris 8's {/usr,}/bin/sh.
3364      touch sub/conftst$i.h
3365    done
3366    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3367
3368    case $depmode in
3369    nosideeffect)
3370      # after this tag, mechanisms are not by side-effect, so they'll
3371      # only be used when explicitly requested
3372      if test "x$enable_dependency_tracking" = xyes; then
3373        continue
3374      else
3375        break
3376      fi
3377      ;;
3378    none) break ;;
3379    esac
3380    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3381    # mode.  It turns out that the SunPro C++ compiler does not properly
3382    # handle `-M -o', and we need to detect this.
3383    if depmode=$depmode \
3384       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3385       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3386       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3387         >/dev/null 2>conftest.err &&
3388       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3389       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3390       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3391      # icc doesn't choke on unknown options, it will just issue warnings
3392      # or remarks (even with -Werror).  So we grep stderr for any message
3393      # that says an option was ignored or not supported.
3394      # When given -MP, icc 7.0 and 7.1 complain thusly:
3395      #   icc: Command line warning: ignoring option '-M'; no argument required
3396      # The diagnosis changed in icc 8.0:
3397      #   icc: Command line remark: option '-MP' not supported
3398      if (grep 'ignoring option' conftest.err ||
3399          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3400        am_cv_CC_dependencies_compiler_type=$depmode
3401        break
3402      fi
3403    fi
3404  done
3405
3406  cd ..
3407  rm -rf conftest.dir
3408else
3409  am_cv_CC_dependencies_compiler_type=none
3410fi
3411
3412fi
3413echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3414echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3415CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3416
3417
3418
3419if
3420  test "x$enable_dependency_tracking" != xno \
3421  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3422  am__fastdepCC_TRUE=
3423  am__fastdepCC_FALSE='#'
3424else
3425  am__fastdepCC_TRUE='#'
3426  am__fastdepCC_FALSE=
3427fi
3428
3429
3430
3431ac_ext=c
3432ac_cpp='$CPP $CPPFLAGS'
3433ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3434ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3435ac_compiler_gnu=$ac_cv_c_compiler_gnu
3436echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3437echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3438# On Suns, sometimes $CPP names a directory.
3439if test -n "$CPP" && test -d "$CPP"; then
3440  CPP=
3441fi
3442if test -z "$CPP"; then
3443  if test "${ac_cv_prog_CPP+set}" = set; then
3444  echo $ECHO_N "(cached) $ECHO_C" >&6
3445else
3446      # Double quotes because CPP needs to be expanded
3447    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3448    do
3449      ac_preproc_ok=false
3450for ac_c_preproc_warn_flag in '' yes
3451do
3452  # Use a header file that comes with gcc, so configuring glibc
3453  # with a fresh cross-compiler works.
3454  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3455  # <limits.h> exists even on freestanding compilers.
3456  # On the NeXT, cc -E runs the code through the compiler's parser,
3457  # not just through cpp. "Syntax error" is here to catch this case.
3458  cat >conftest.$ac_ext <<_ACEOF
3459/* confdefs.h.  */
3460_ACEOF
3461cat confdefs.h >>conftest.$ac_ext
3462cat >>conftest.$ac_ext <<_ACEOF
3463/* end confdefs.h.  */
3464#ifdef __STDC__
3465# include <limits.h>
3466#else
3467# include <assert.h>
3468#endif
3469                     Syntax error
3470_ACEOF
3471if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3472  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3473  ac_status=$?
3474  grep -v '^ *+' conftest.er1 >conftest.err
3475  rm -f conftest.er1
3476  cat conftest.err >&5
3477  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3478  (exit $ac_status); } >/dev/null; then
3479  if test -s conftest.err; then
3480    ac_cpp_err=$ac_c_preproc_warn_flag
3481    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3482  else
3483    ac_cpp_err=
3484  fi
3485else
3486  ac_cpp_err=yes
3487fi
3488if test -z "$ac_cpp_err"; then
3489  :
3490else
3491  echo "$as_me: failed program was:" >&5
3492sed 's/^/| /' conftest.$ac_ext >&5
3493
3494  # Broken: fails on valid input.
3495continue
3496fi
3497rm -f conftest.err conftest.$ac_ext
3498
3499  # OK, works on sane cases.  Now check whether non-existent headers
3500  # can be detected and how.
3501  cat >conftest.$ac_ext <<_ACEOF
3502/* confdefs.h.  */
3503_ACEOF
3504cat confdefs.h >>conftest.$ac_ext
3505cat >>conftest.$ac_ext <<_ACEOF
3506/* end confdefs.h.  */
3507#include <ac_nonexistent.h>
3508_ACEOF
3509if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3510  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3511  ac_status=$?
3512  grep -v '^ *+' conftest.er1 >conftest.err
3513  rm -f conftest.er1
3514  cat conftest.err >&5
3515  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3516  (exit $ac_status); } >/dev/null; then
3517  if test -s conftest.err; then
3518    ac_cpp_err=$ac_c_preproc_warn_flag
3519    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3520  else
3521    ac_cpp_err=
3522  fi
3523else
3524  ac_cpp_err=yes
3525fi
3526if test -z "$ac_cpp_err"; then
3527  # Broken: success on invalid input.
3528continue
3529else
3530  echo "$as_me: failed program was:" >&5
3531sed 's/^/| /' conftest.$ac_ext >&5
3532
3533  # Passes both tests.
3534ac_preproc_ok=:
3535break
3536fi
3537rm -f conftest.err conftest.$ac_ext
3538
3539done
3540# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3541rm -f conftest.err conftest.$ac_ext
3542if $ac_preproc_ok; then
3543  break
3544fi
3545
3546    done
3547    ac_cv_prog_CPP=$CPP
3548
3549fi
3550  CPP=$ac_cv_prog_CPP
3551else
3552  ac_cv_prog_CPP=$CPP
3553fi
3554echo "$as_me:$LINENO: result: $CPP" >&5
3555echo "${ECHO_T}$CPP" >&6
3556ac_preproc_ok=false
3557for ac_c_preproc_warn_flag in '' yes
3558do
3559  # Use a header file that comes with gcc, so configuring glibc
3560  # with a fresh cross-compiler works.
3561  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3562  # <limits.h> exists even on freestanding compilers.
3563  # On the NeXT, cc -E runs the code through the compiler's parser,
3564  # not just through cpp. "Syntax error" is here to catch this case.
3565  cat >conftest.$ac_ext <<_ACEOF
3566/* confdefs.h.  */
3567_ACEOF
3568cat confdefs.h >>conftest.$ac_ext
3569cat >>conftest.$ac_ext <<_ACEOF
3570/* end confdefs.h.  */
3571#ifdef __STDC__
3572# include <limits.h>
3573#else
3574# include <assert.h>
3575#endif
3576                     Syntax error
3577_ACEOF
3578if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3579  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3580  ac_status=$?
3581  grep -v '^ *+' conftest.er1 >conftest.err
3582  rm -f conftest.er1
3583  cat conftest.err >&5
3584  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3585  (exit $ac_status); } >/dev/null; then
3586  if test -s conftest.err; then
3587    ac_cpp_err=$ac_c_preproc_warn_flag
3588    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3589  else
3590    ac_cpp_err=
3591  fi
3592else
3593  ac_cpp_err=yes
3594fi
3595if test -z "$ac_cpp_err"; then
3596  :
3597else
3598  echo "$as_me: failed program was:" >&5
3599sed 's/^/| /' conftest.$ac_ext >&5
3600
3601  # Broken: fails on valid input.
3602continue
3603fi
3604rm -f conftest.err conftest.$ac_ext
3605
3606  # OK, works on sane cases.  Now check whether non-existent headers
3607  # can be detected and how.
3608  cat >conftest.$ac_ext <<_ACEOF
3609/* confdefs.h.  */
3610_ACEOF
3611cat confdefs.h >>conftest.$ac_ext
3612cat >>conftest.$ac_ext <<_ACEOF
3613/* end confdefs.h.  */
3614#include <ac_nonexistent.h>
3615_ACEOF
3616if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3617  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3618  ac_status=$?
3619  grep -v '^ *+' conftest.er1 >conftest.err
3620  rm -f conftest.er1
3621  cat conftest.err >&5
3622  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3623  (exit $ac_status); } >/dev/null; then
3624  if test -s conftest.err; then
3625    ac_cpp_err=$ac_c_preproc_warn_flag
3626    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3627  else
3628    ac_cpp_err=
3629  fi
3630else
3631  ac_cpp_err=yes
3632fi
3633if test -z "$ac_cpp_err"; then
3634  # Broken: success on invalid input.
3635continue
3636else
3637  echo "$as_me: failed program was:" >&5
3638sed 's/^/| /' conftest.$ac_ext >&5
3639
3640  # Passes both tests.
3641ac_preproc_ok=:
3642break
3643fi
3644rm -f conftest.err conftest.$ac_ext
3645
3646done
3647# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3648rm -f conftest.err conftest.$ac_ext
3649if $ac_preproc_ok; then
3650  :
3651else
3652  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3653See \`config.log' for more details." >&5
3654echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3655See \`config.log' for more details." >&2;}
3656   { (exit 1); exit 1; }; }
3657fi
3658
3659ac_ext=c
3660ac_cpp='$CPP $CPPFLAGS'
3661ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663ac_compiler_gnu=$ac_cv_c_compiler_gnu
3664
3665
3666echo "$as_me:$LINENO: checking for egrep" >&5
3667echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3668if test "${ac_cv_prog_egrep+set}" = set; then
3669  echo $ECHO_N "(cached) $ECHO_C" >&6
3670else
3671  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3672    then ac_cv_prog_egrep='grep -E'
3673    else ac_cv_prog_egrep='egrep'
3674    fi
3675fi
3676echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3677echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3678 EGREP=$ac_cv_prog_egrep
3679
3680
3681echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3682echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3683if test "${ac_cv_header_stdc+set}" = set; then
3684  echo $ECHO_N "(cached) $ECHO_C" >&6
3685else
3686  cat >conftest.$ac_ext <<_ACEOF
3687/* confdefs.h.  */
3688_ACEOF
3689cat confdefs.h >>conftest.$ac_ext
3690cat >>conftest.$ac_ext <<_ACEOF
3691/* end confdefs.h.  */
3692#include <stdlib.h>
3693#include <stdarg.h>
3694#include <string.h>
3695#include <float.h>
3696
3697int
3698main ()
3699{
3700
3701  ;
3702  return 0;
3703}
3704_ACEOF
3705rm -f conftest.$ac_objext
3706if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3707  (eval $ac_compile) 2>conftest.er1
3708  ac_status=$?
3709  grep -v '^ *+' conftest.er1 >conftest.err
3710  rm -f conftest.er1
3711  cat conftest.err >&5
3712  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713  (exit $ac_status); } &&
3714         { ac_try='test -z "$ac_c_werror_flag"
3715                         || test ! -s conftest.err'
3716  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3717  (eval $ac_try) 2>&5
3718  ac_status=$?
3719  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720  (exit $ac_status); }; } &&
3721         { ac_try='test -s conftest.$ac_objext'
3722  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3723  (eval $ac_try) 2>&5
3724  ac_status=$?
3725  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3726  (exit $ac_status); }; }; then
3727  ac_cv_header_stdc=yes
3728else
3729  echo "$as_me: failed program was:" >&5
3730sed 's/^/| /' conftest.$ac_ext >&5
3731
3732ac_cv_header_stdc=no
3733fi
3734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3735
3736if test $ac_cv_header_stdc = yes; then
3737  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3738  cat >conftest.$ac_ext <<_ACEOF
3739/* confdefs.h.  */
3740_ACEOF
3741cat confdefs.h >>conftest.$ac_ext
3742cat >>conftest.$ac_ext <<_ACEOF
3743/* end confdefs.h.  */
3744#include <string.h>
3745
3746_ACEOF
3747if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3748  $EGREP "memchr" >/dev/null 2>&1; then
3749  :
3750else
3751  ac_cv_header_stdc=no
3752fi
3753rm -f conftest*
3754
3755fi
3756
3757if test $ac_cv_header_stdc = yes; then
3758  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3759  cat >conftest.$ac_ext <<_ACEOF
3760/* confdefs.h.  */
3761_ACEOF
3762cat confdefs.h >>conftest.$ac_ext
3763cat >>conftest.$ac_ext <<_ACEOF
3764/* end confdefs.h.  */
3765#include <stdlib.h>
3766
3767_ACEOF
3768if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3769  $EGREP "free" >/dev/null 2>&1; then
3770  :
3771else
3772  ac_cv_header_stdc=no
3773fi
3774rm -f conftest*
3775
3776fi
3777
3778if test $ac_cv_header_stdc = yes; then
3779  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3780  if test "$cross_compiling" = yes; then
3781  :
3782else
3783  cat >conftest.$ac_ext <<_ACEOF
3784/* confdefs.h.  */
3785_ACEOF
3786cat confdefs.h >>conftest.$ac_ext
3787cat >>conftest.$ac_ext <<_ACEOF
3788/* end confdefs.h.  */
3789#include <ctype.h>
3790#if ((' ' & 0x0FF) == 0x020)
3791# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3792# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3793#else
3794# define ISLOWER(c) \
3795                   (('a' <= (c) && (c) <= 'i') \
3796                     || ('j' <= (c) && (c) <= 'r') \
3797                     || ('s' <= (c) && (c) <= 'z'))
3798# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3799#endif
3800
3801#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3802int
3803main ()
3804{
3805  int i;
3806  for (i = 0; i < 256; i++)
3807    if (XOR (islower (i), ISLOWER (i))
3808        || toupper (i) != TOUPPER (i))
3809      exit(2);
3810  exit (0);
3811}
3812_ACEOF
3813rm -f conftest$ac_exeext
3814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3815  (eval $ac_link) 2>&5
3816  ac_status=$?
3817  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3818  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3819  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3820  (eval $ac_try) 2>&5
3821  ac_status=$?
3822  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3823  (exit $ac_status); }; }; then
3824  :
3825else
3826  echo "$as_me: program exited with status $ac_status" >&5
3827echo "$as_me: failed program was:" >&5
3828sed 's/^/| /' conftest.$ac_ext >&5
3829
3830( exit $ac_status )
3831ac_cv_header_stdc=no
3832fi
3833rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3834fi
3835fi
3836fi
3837echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3838echo "${ECHO_T}$ac_cv_header_stdc" >&6
3839if test $ac_cv_header_stdc = yes; then
3840
3841cat >>confdefs.h <<\_ACEOF
3842#define STDC_HEADERS 1
3843_ACEOF
3844
3845fi
3846
3847
3848##################################
3849## CHECKING  OPTIONAL ARGUMENTS ##
3850##################################
3851
3852#-----------------#
3853# DEBUG-statement #
3854#-----------------#
3855DEBUG=no
3856echo "$as_me:$LINENO: checking if DEBUG-mode should be enabled" >&5
3857echo $ECHO_N "checking if DEBUG-mode should be enabled... $ECHO_C" >&6
3858# Check whether --enable-debug or --disable-debug was given.
3859if test "${enable_debug+set}" = set; then
3860  enableval="$enable_debug"
3861  DEBUG=$enableval
3862fi;
3863
3864if test x$DEBUG = xno; then
3865        echo "no"
3866        echo " -> Setting debuglevel to 4. (orxonox is still in Development. It really is needed."
3867        DEBUG=4
3868elif test x$DEBUG = xyes; then
3869        echo "yes"
3870        echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!."
3871        DEBUG=4
3872else
3873        echo "yes: setting debuglevel to to $DEBUG"
3874fi
3875
3876cat >>confdefs.h <<_ACEOF
3877#define DEBUG $DEBUG
3878_ACEOF
3879
3880
3881
3882
3883#---------------#
3884# Modular Debug #
3885#---------------#
3886MODULAR_DEBUG=yes
3887echo "$as_me:$LINENO: checking if Modular-DEBUG-mode should be ebabled" >&5
3888echo $ECHO_N "checking if Modular-DEBUG-mode should be ebabled... $ECHO_C" >&6
3889# Check whether --enable-modular-debug or --disable-modular-debug was given.
3890if test "${enable_modular_debug+set}" = set; then
3891  enableval="$enable_modular_debug"
3892  MODULAR_DEBUG=$enableval
3893fi;
3894
3895if test x$MODULAR_DEBUG = xno; then
3896        echo "no"
3897elif test x$MODULAR_DEBUG = xyes; then
3898        echo "yes"
3899
3900cat >>confdefs.h <<_ACEOF
3901#define MODULAR_DEBUG 1
3902_ACEOF
3903
3904fi
3905
3906#--------------#
3907# GTK-disabled #
3908#--------------#
3909echo "$as_me:$LINENO: checking if gtk should be enabled" >&5
3910echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6
3911
3912# Check whether --with-gtk or --without-gtk was given.
3913if test "${with_gtk+set}" = set; then
3914  withval="$with_gtk"
3915  def_gtk=no
3916else
3917  def_gtk=yes
3918fi;
3919if test x$def_gtk = xyes; then
3920  echo "yes"
3921fi
3922if test x$def_gtk = xno; then
3923  echo "no"
3924fi
3925
3926#------------------#
3927# gThread-disabled #
3928#------------------#
3929echo "$as_me:$LINENO: checking if gThread should be enabled" >&5
3930echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&6
3931
3932# Check whether --with-gthread or --without-gthread was given.
3933if test "${with_gthread+set}" = set; then
3934  withval="$with_gthread"
3935  def_gthread=no
3936else
3937  def_gthread=yes
3938fi;
3939if test x$def_gthread = xyes; then
3940  echo "yes"
3941fi
3942if test x$def_gthread = xno; then
3943  echo "no"
3944fi
3945
3946#------------------#
3947# pthread-disabled #
3948#------------------#
3949echo "$as_me:$LINENO: checking if pthread should be enabled" >&5
3950echo $ECHO_N "checking if pthread should be enabled... $ECHO_C" >&6
3951
3952# Check whether --with-pthread or --without-pthread was given.
3953if test "${with_pthread+set}" = set; then
3954  withval="$with_pthread"
3955  def_pthread=no
3956else
3957  def_pthread=yes
3958fi;
3959if test x$def_pthread = xyes; then
3960  echo "yes"
3961fi
3962if test x$def_pthread = xno; then
3963  echo "no"
3964fi
3965
3966#------------------#
3967# libCurl-disabled #
3968#------------------#
3969echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5
3970echo $ECHO_N "checking if libcURL should be enabled... $ECHO_C" >&6
3971
3972# Check whether --with-curl or --without-curl was given.
3973if test "${with_curl+set}" = set; then
3974  withval="$with_curl"
3975  def_curl=no
3976else
3977  def_curl=yes
3978fi;
3979if test x$def_curl = xyes; then
3980  echo "yes"
3981fi
3982if test x$def_curl = xno; then
3983  echo "no"
3984fi
3985
3986#-------------------#
3987# SDL_image-disable #
3988#-------------------#
3989def_sdl_image=yes
3990echo "$as_me:$LINENO: checking if SDL_image should be enabled" >&5
3991echo $ECHO_N "checking if SDL_image should be enabled... $ECHO_C" >&6
3992
3993# Check whether --with-sdl_image or --without-sdl_image was given.
3994if test "${with_sdl_image+set}" = set; then
3995  withval="$with_sdl_image"
3996  def_sdl_image=no
3997fi;
3998if test x$def_sdl_image = xyes; then
3999  echo "yes"
4000fi
4001if test x$def_sdl_image = xno; then
4002  echo "no"
4003fi
4004
4005#-------------------#
4006# SubProject-enable #
4007#-------------------#
4008def_sub_projects=no
4009echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5
4010echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6
4011# Check whether --enable-sub-projects or --disable-sub-projects was given.
4012if test "${enable_sub_projects+set}" = set; then
4013  enableval="$enable_sub_projects"
4014  def_sub_projects=yes
4015fi;
4016if test x$def_sub_projects = xyes; then
4017  echo "yes"
4018fi
4019if test x$def_sub_projects = xno; then
4020  echo "no"
4021fi
4022
4023
4024if test x$def_sub_projects = xyes; then
4025  SUB_PROJECTS_TRUE=
4026  SUB_PROJECTS_FALSE='#'
4027else
4028  SUB_PROJECTS_TRUE='#'
4029  SUB_PROJECTS_FALSE=
4030fi
4031
4032
4033#----------------------#
4034# Documentation-enable #
4035#----------------------#
4036def_documentation=no
4037echo "$as_me:$LINENO: checking if the Documentation should be build by default" >&5
4038echo $ECHO_N "checking if the Documentation should be build by default... $ECHO_C" >&6
4039# Check whether --enable-documentation or --disable-documentation was given.
4040if test "${enable_documentation+set}" = set; then
4041  enableval="$enable_documentation"
4042  def_documentation=yes
4043fi;
4044if test x$def_documentation = xyes; then
4045  echo "yes"
4046fi
4047if test x$def_documentation = xno; then
4048  echo "no"
4049fi
4050
4051
4052if test x$def_documentation = xyes; then
4053  DOCUMENTATION_TRUE=
4054  DOCUMENTATION_FALSE='#'
4055else
4056  DOCUMENTATION_TRUE='#'
4057  DOCUMENTATION_FALSE=
4058fi
4059
4060#######################
4061## PROGRAMM CHECKING ##
4062## 3. party Programs ##
4063#######################
4064
4065#----------------------#
4066# checking for Doxygen #
4067#----------------------#
4068# Extract the first word of "doxygen", so it can be a program name with args.
4069set dummy doxygen; ac_word=$2
4070echo "$as_me:$LINENO: checking for $ac_word" >&5
4071echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4072if test "${ac_cv_path_DOXYGEN+set}" = set; then
4073  echo $ECHO_N "(cached) $ECHO_C" >&6
4074else
4075  case $DOXYGEN in
4076  [\\/]* | ?:[\\/]*)
4077  ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
4078  ;;
4079  *)
4080  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4081for as_dir in $PATH
4082do
4083  IFS=$as_save_IFS
4084  test -z "$as_dir" && as_dir=.
4085  for ac_exec_ext in '' $ac_executable_extensions; do
4086  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4087    ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
4088    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4089    break 2
4090  fi
4091done
4092done
4093
4094  ;;
4095esac
4096fi
4097DOXYGEN=$ac_cv_path_DOXYGEN
4098
4099if test -n "$DOXYGEN"; then
4100  echo "$as_me:$LINENO: result: $DOXYGEN" >&5
4101echo "${ECHO_T}$DOXYGEN" >&6
4102else
4103  echo "$as_me:$LINENO: result: no" >&5
4104echo "${ECHO_T}no" >&6
4105fi
4106
4107
4108
4109if test $DOXYGEN; then
4110  DOXYGEN_TRUE=
4111  DOXYGEN_FALSE='#'
4112else
4113  DOXYGEN_TRUE='#'
4114  DOXYGEN_FALSE=
4115fi
4116
4117
4118#########################
4119## CHECKING FOR SYSTEM ##
4120#########################
4121## here the system is checked, and openGL is included
4122## also checking for SDL on differen Systems
4123
4124echo "$as_me:$LINENO: checking for System" >&5
4125echo $ECHO_N "checking for System... $ECHO_C" >&6
4126## checking for openGL-environment and other sys-specific parameters
4127case "$target" in
4128#---------#
4129# WINDOWS #
4130#---------#
4131  *-*-mingw32*)
4132echo "mingw-WINDOWS detected"
4133
4134    mingw="yes"
4135    MSBITFIELDS="-mms-bitfields"
4136    MWINDOWS="-mwindows"
4137
4138# checking gl header
4139        #done before loop
4140
4141# checking gl header
4142   # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4153                  inttypes.h stdint.h unistd.h
4154do
4155as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4156echo "$as_me:$LINENO: checking for $ac_header" >&5
4157echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4158if eval "test \"\${$as_ac_Header+set}\" = set"; then
4159  echo $ECHO_N "(cached) $ECHO_C" >&6
4160else
4161  cat >conftest.$ac_ext <<_ACEOF
4162/* confdefs.h.  */
4163_ACEOF
4164cat confdefs.h >>conftest.$ac_ext
4165cat >>conftest.$ac_ext <<_ACEOF
4166/* end confdefs.h.  */
4167$ac_includes_default
4168
4169#include <$ac_header>
4170_ACEOF
4171rm -f conftest.$ac_objext
4172if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4173  (eval $ac_compile) 2>conftest.er1
4174  ac_status=$?
4175  grep -v '^ *+' conftest.er1 >conftest.err
4176  rm -f conftest.er1
4177  cat conftest.err >&5
4178  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4179  (exit $ac_status); } &&
4180         { ac_try='test -z "$ac_c_werror_flag"
4181                         || test ! -s conftest.err'
4182  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4183  (eval $ac_try) 2>&5
4184  ac_status=$?
4185  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4186  (exit $ac_status); }; } &&
4187         { ac_try='test -s conftest.$ac_objext'
4188  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4189  (eval $ac_try) 2>&5
4190  ac_status=$?
4191  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4192  (exit $ac_status); }; }; then
4193  eval "$as_ac_Header=yes"
4194else
4195  echo "$as_me: failed program was:" >&5
4196sed 's/^/| /' conftest.$ac_ext >&5
4197
4198eval "$as_ac_Header=no"
4199fi
4200rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4201fi
4202echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4203echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4204if test `eval echo '${'$as_ac_Header'}'` = yes; then
4205  cat >>confdefs.h <<_ACEOF
4206#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4207_ACEOF
4208
4209fi
4210
4211done
4212
4213
4214
4215for ac_header in GL/gl.h
4216do
4217as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4218if eval "test \"\${$as_ac_Header+set}\" = set"; then
4219  echo "$as_me:$LINENO: checking for $ac_header" >&5
4220echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4221if eval "test \"\${$as_ac_Header+set}\" = set"; then
4222  echo $ECHO_N "(cached) $ECHO_C" >&6
4223fi
4224echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4225echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4226else
4227  # Is the header compilable?
4228echo "$as_me:$LINENO: checking $ac_header usability" >&5
4229echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4230cat >conftest.$ac_ext <<_ACEOF
4231/* confdefs.h.  */
4232_ACEOF
4233cat confdefs.h >>conftest.$ac_ext
4234cat >>conftest.$ac_ext <<_ACEOF
4235/* end confdefs.h.  */
4236$ac_includes_default
4237#include <$ac_header>
4238_ACEOF
4239rm -f conftest.$ac_objext
4240if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4241  (eval $ac_compile) 2>conftest.er1
4242  ac_status=$?
4243  grep -v '^ *+' conftest.er1 >conftest.err
4244  rm -f conftest.er1
4245  cat conftest.err >&5
4246  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4247  (exit $ac_status); } &&
4248         { ac_try='test -z "$ac_c_werror_flag"
4249                         || test ! -s conftest.err'
4250  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4251  (eval $ac_try) 2>&5
4252  ac_status=$?
4253  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4254  (exit $ac_status); }; } &&
4255         { ac_try='test -s conftest.$ac_objext'
4256  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4257  (eval $ac_try) 2>&5
4258  ac_status=$?
4259  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4260  (exit $ac_status); }; }; then
4261  ac_header_compiler=yes
4262else
4263  echo "$as_me: failed program was:" >&5
4264sed 's/^/| /' conftest.$ac_ext >&5
4265
4266ac_header_compiler=no
4267fi
4268rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4269echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4270echo "${ECHO_T}$ac_header_compiler" >&6
4271
4272# Is the header present?
4273echo "$as_me:$LINENO: checking $ac_header presence" >&5
4274echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4275cat >conftest.$ac_ext <<_ACEOF
4276/* confdefs.h.  */
4277_ACEOF
4278cat confdefs.h >>conftest.$ac_ext
4279cat >>conftest.$ac_ext <<_ACEOF
4280/* end confdefs.h.  */
4281#include <$ac_header>
4282_ACEOF
4283if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4284  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4285  ac_status=$?
4286  grep -v '^ *+' conftest.er1 >conftest.err
4287  rm -f conftest.er1
4288  cat conftest.err >&5
4289  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4290  (exit $ac_status); } >/dev/null; then
4291  if test -s conftest.err; then
4292    ac_cpp_err=$ac_c_preproc_warn_flag
4293    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4294  else
4295    ac_cpp_err=
4296  fi
4297else
4298  ac_cpp_err=yes
4299fi
4300if test -z "$ac_cpp_err"; then
4301  ac_header_preproc=yes
4302else
4303  echo "$as_me: failed program was:" >&5
4304sed 's/^/| /' conftest.$ac_ext >&5
4305
4306  ac_header_preproc=no
4307fi
4308rm -f conftest.err conftest.$ac_ext
4309echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4310echo "${ECHO_T}$ac_header_preproc" >&6
4311
4312# So?  What about this header?
4313case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4314  yes:no: )
4315    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4316echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4317    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4318echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4319    ac_header_preproc=yes
4320    ;;
4321  no:yes:* )
4322    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4323echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4324    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4325echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4326    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4327echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4328    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4329echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4330    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4331echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4332    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4333echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4334    (
4335      cat <<\_ASBOX
4336## ---------------------------------------------- ##
4337## Report this to orxonox-dev at mail.datacore.ch ##
4338## ---------------------------------------------- ##
4339_ASBOX
4340    ) |
4341      sed "s/^/$as_me: WARNING:     /" >&2
4342    ;;
4343esac
4344echo "$as_me:$LINENO: checking for $ac_header" >&5
4345echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4346if eval "test \"\${$as_ac_Header+set}\" = set"; then
4347  echo $ECHO_N "(cached) $ECHO_C" >&6
4348else
4349  eval "$as_ac_Header=\$ac_header_preproc"
4350fi
4351echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4352echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4353
4354fi
4355if test `eval echo '${'$as_ac_Header'}'` = yes; then
4356  cat >>confdefs.h <<_ACEOF
4357#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4358_ACEOF
4359
4360else
4361  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
4362echo "$as_me: error: cannot find opengl headers" >&2;}
4363   { (exit 1); exit 1; }; }
4364fi
4365
4366done
4367
4368#   checking for Windows openGl library
4369    echo "$as_me:$LINENO: checking for main in -lopengl32" >&5
4370echo $ECHO_N "checking for main in -lopengl32... $ECHO_C" >&6
4371if test "${ac_cv_lib_opengl32_main+set}" = set; then
4372  echo $ECHO_N "(cached) $ECHO_C" >&6
4373else
4374  ac_check_lib_save_LIBS=$LIBS
4375LIBS="-lopengl32  $LIBS"
4376cat >conftest.$ac_ext <<_ACEOF
4377/* confdefs.h.  */
4378_ACEOF
4379cat confdefs.h >>conftest.$ac_ext
4380cat >>conftest.$ac_ext <<_ACEOF
4381/* end confdefs.h.  */
4382
4383
4384int
4385main ()
4386{
4387main ();
4388  ;
4389  return 0;
4390}
4391_ACEOF
4392rm -f conftest.$ac_objext conftest$ac_exeext
4393if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4394  (eval $ac_link) 2>conftest.er1
4395  ac_status=$?
4396  grep -v '^ *+' conftest.er1 >conftest.err
4397  rm -f conftest.er1
4398  cat conftest.err >&5
4399  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4400  (exit $ac_status); } &&
4401         { ac_try='test -z "$ac_c_werror_flag"
4402                         || test ! -s conftest.err'
4403  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4404  (eval $ac_try) 2>&5
4405  ac_status=$?
4406  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4407  (exit $ac_status); }; } &&
4408         { ac_try='test -s conftest$ac_exeext'
4409  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4410  (eval $ac_try) 2>&5
4411  ac_status=$?
4412  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4413  (exit $ac_status); }; }; then
4414  ac_cv_lib_opengl32_main=yes
4415else
4416  echo "$as_me: failed program was:" >&5
4417sed 's/^/| /' conftest.$ac_ext >&5
4418
4419ac_cv_lib_opengl32_main=no
4420fi
4421rm -f conftest.err conftest.$ac_objext \
4422      conftest$ac_exeext conftest.$ac_ext
4423LIBS=$ac_check_lib_save_LIBS
4424fi
4425echo "$as_me:$LINENO: result: $ac_cv_lib_opengl32_main" >&5
4426echo "${ECHO_T}$ac_cv_lib_opengl32_main" >&6
4427if test $ac_cv_lib_opengl32_main = yes; then
4428  FOUND_opengl32=yes
4429else
4430  "gl/gl.h"
4431fi
4432
4433    if test x$FOUND_opengl32 = xyes ; then
4434        LIBS="$LIBS -lopengl32"
4435    else
4436         echo "------------------"
4437         echo "opengl not found."
4438         echo "please install the opengl package which can be found at http://www.opengl.org"
4439         echo "------------------"
4440         exit -1
4441    fi
4442
4443# cheking for GLU-header
4444
4445for ac_header in GL/glu.h
4446do
4447as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4448if eval "test \"\${$as_ac_Header+set}\" = set"; then
4449  echo "$as_me:$LINENO: checking for $ac_header" >&5
4450echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4451if eval "test \"\${$as_ac_Header+set}\" = set"; then
4452  echo $ECHO_N "(cached) $ECHO_C" >&6
4453fi
4454echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4455echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4456else
4457  # Is the header compilable?
4458echo "$as_me:$LINENO: checking $ac_header usability" >&5
4459echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4460cat >conftest.$ac_ext <<_ACEOF
4461/* confdefs.h.  */
4462_ACEOF
4463cat confdefs.h >>conftest.$ac_ext
4464cat >>conftest.$ac_ext <<_ACEOF
4465/* end confdefs.h.  */
4466$ac_includes_default
4467#include <$ac_header>
4468_ACEOF
4469rm -f conftest.$ac_objext
4470if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4471  (eval $ac_compile) 2>conftest.er1
4472  ac_status=$?
4473  grep -v '^ *+' conftest.er1 >conftest.err
4474  rm -f conftest.er1
4475  cat conftest.err >&5
4476  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477  (exit $ac_status); } &&
4478         { ac_try='test -z "$ac_c_werror_flag"
4479                         || test ! -s conftest.err'
4480  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4481  (eval $ac_try) 2>&5
4482  ac_status=$?
4483  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4484  (exit $ac_status); }; } &&
4485         { ac_try='test -s conftest.$ac_objext'
4486  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4487  (eval $ac_try) 2>&5
4488  ac_status=$?
4489  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4490  (exit $ac_status); }; }; then
4491  ac_header_compiler=yes
4492else
4493  echo "$as_me: failed program was:" >&5
4494sed 's/^/| /' conftest.$ac_ext >&5
4495
4496ac_header_compiler=no
4497fi
4498rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4499echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4500echo "${ECHO_T}$ac_header_compiler" >&6
4501
4502# Is the header present?
4503echo "$as_me:$LINENO: checking $ac_header presence" >&5
4504echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4505cat >conftest.$ac_ext <<_ACEOF
4506/* confdefs.h.  */
4507_ACEOF
4508cat confdefs.h >>conftest.$ac_ext
4509cat >>conftest.$ac_ext <<_ACEOF
4510/* end confdefs.h.  */
4511#include <$ac_header>
4512_ACEOF
4513if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4514  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4515  ac_status=$?
4516  grep -v '^ *+' conftest.er1 >conftest.err
4517  rm -f conftest.er1
4518  cat conftest.err >&5
4519  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4520  (exit $ac_status); } >/dev/null; then
4521  if test -s conftest.err; then
4522    ac_cpp_err=$ac_c_preproc_warn_flag
4523    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4524  else
4525    ac_cpp_err=
4526  fi
4527else
4528  ac_cpp_err=yes
4529fi
4530if test -z "$ac_cpp_err"; then
4531  ac_header_preproc=yes
4532else
4533  echo "$as_me: failed program was:" >&5
4534sed 's/^/| /' conftest.$ac_ext >&5
4535
4536  ac_header_preproc=no
4537fi
4538rm -f conftest.err conftest.$ac_ext
4539echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4540echo "${ECHO_T}$ac_header_preproc" >&6
4541
4542# So?  What about this header?
4543case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4544  yes:no: )
4545    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4546echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4547    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4548echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4549    ac_header_preproc=yes
4550    ;;
4551  no:yes:* )
4552    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4553echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4554    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4555echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4556    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4557echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4558    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4559echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4560    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4561echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4562    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4563echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4564    (
4565      cat <<\_ASBOX
4566## ---------------------------------------------- ##
4567## Report this to orxonox-dev at mail.datacore.ch ##
4568## ---------------------------------------------- ##
4569_ASBOX
4570    ) |
4571      sed "s/^/$as_me: WARNING:     /" >&2
4572    ;;
4573esac
4574echo "$as_me:$LINENO: checking for $ac_header" >&5
4575echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4576if eval "test \"\${$as_ac_Header+set}\" = set"; then
4577  echo $ECHO_N "(cached) $ECHO_C" >&6
4578else
4579  eval "$as_ac_Header=\$ac_header_preproc"
4580fi
4581echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4582echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4583
4584fi
4585if test `eval echo '${'$as_ac_Header'}'` = yes; then
4586  cat >>confdefs.h <<_ACEOF
4587#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4588_ACEOF
4589
4590else
4591  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
4592echo "$as_me: error: cannot find opengl headers" >&2;}
4593   { (exit 1); exit 1; }; }
4594fi
4595
4596done
4597
4598
4599# checking for libGLU
4600    echo "$as_me:$LINENO: checking for main in -lglu32" >&5
4601echo $ECHO_N "checking for main in -lglu32... $ECHO_C" >&6
4602if test "${ac_cv_lib_glu32_main+set}" = set; then
4603  echo $ECHO_N "(cached) $ECHO_C" >&6
4604else
4605  ac_check_lib_save_LIBS=$LIBS
4606LIBS="-lglu32  $LIBS"
4607cat >conftest.$ac_ext <<_ACEOF
4608/* confdefs.h.  */
4609_ACEOF
4610cat confdefs.h >>conftest.$ac_ext
4611cat >>conftest.$ac_ext <<_ACEOF
4612/* end confdefs.h.  */
4613
4614
4615int
4616main ()
4617{
4618main ();
4619  ;
4620  return 0;
4621}
4622_ACEOF
4623rm -f conftest.$ac_objext conftest$ac_exeext
4624if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4625  (eval $ac_link) 2>conftest.er1
4626  ac_status=$?
4627  grep -v '^ *+' conftest.er1 >conftest.err
4628  rm -f conftest.er1
4629  cat conftest.err >&5
4630  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4631  (exit $ac_status); } &&
4632         { ac_try='test -z "$ac_c_werror_flag"
4633                         || test ! -s conftest.err'
4634  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4635  (eval $ac_try) 2>&5
4636  ac_status=$?
4637  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4638  (exit $ac_status); }; } &&
4639         { ac_try='test -s conftest$ac_exeext'
4640  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4641  (eval $ac_try) 2>&5
4642  ac_status=$?
4643  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4644  (exit $ac_status); }; }; then
4645  ac_cv_lib_glu32_main=yes
4646else
4647  echo "$as_me: failed program was:" >&5
4648sed 's/^/| /' conftest.$ac_ext >&5
4649
4650ac_cv_lib_glu32_main=no
4651fi
4652rm -f conftest.err conftest.$ac_objext \
4653      conftest$ac_exeext conftest.$ac_ext
4654LIBS=$ac_check_lib_save_LIBS
4655fi
4656echo "$as_me:$LINENO: result: $ac_cv_lib_glu32_main" >&5
4657echo "${ECHO_T}$ac_cv_lib_glu32_main" >&6
4658if test $ac_cv_lib_glu32_main = yes; then
4659  FOUND_glu32=yes
4660fi
4661
4662    if test x$FOUND_glu32 = xyes ; then
4663        LIBS="$LIBS -lGLU32"
4664    else
4665         echo "------------------"
4666         echo "GLU library not found."
4667         echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
4668         echo "------------------"
4669         exit -1
4670    fi
4671
4672# checking for mingw32
4673    echo "$as_me:$LINENO: checking for main in -lmingw32" >&5
4674echo $ECHO_N "checking for main in -lmingw32... $ECHO_C" >&6
4675if test "${ac_cv_lib_mingw32_main+set}" = set; then
4676  echo $ECHO_N "(cached) $ECHO_C" >&6
4677else
4678  ac_check_lib_save_LIBS=$LIBS
4679LIBS="-lmingw32  $LIBS"
4680cat >conftest.$ac_ext <<_ACEOF
4681/* confdefs.h.  */
4682_ACEOF
4683cat confdefs.h >>conftest.$ac_ext
4684cat >>conftest.$ac_ext <<_ACEOF
4685/* end confdefs.h.  */
4686
4687
4688int
4689main ()
4690{
4691main ();
4692  ;
4693  return 0;
4694}
4695_ACEOF
4696rm -f conftest.$ac_objext conftest$ac_exeext
4697if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4698  (eval $ac_link) 2>conftest.er1
4699  ac_status=$?
4700  grep -v '^ *+' conftest.er1 >conftest.err
4701  rm -f conftest.er1
4702  cat conftest.err >&5
4703  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4704  (exit $ac_status); } &&
4705         { ac_try='test -z "$ac_c_werror_flag"
4706                         || test ! -s conftest.err'
4707  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4708  (eval $ac_try) 2>&5
4709  ac_status=$?
4710  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4711  (exit $ac_status); }; } &&
4712         { ac_try='test -s conftest$ac_exeext'
4713  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4714  (eval $ac_try) 2>&5
4715  ac_status=$?
4716  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4717  (exit $ac_status); }; }; then
4718  ac_cv_lib_mingw32_main=yes
4719else
4720  echo "$as_me: failed program was:" >&5
4721sed 's/^/| /' conftest.$ac_ext >&5
4722
4723ac_cv_lib_mingw32_main=no
4724fi
4725rm -f conftest.err conftest.$ac_objext \
4726      conftest$ac_exeext conftest.$ac_ext
4727LIBS=$ac_check_lib_save_LIBS
4728fi
4729echo "$as_me:$LINENO: result: $ac_cv_lib_mingw32_main" >&5
4730echo "${ECHO_T}$ac_cv_lib_mingw32_main" >&6
4731if test $ac_cv_lib_mingw32_main = yes; then
4732  FOUND_mingw32=yes
4733fi
4734
4735    if test x$FOUND_mingw32 = xyes; then
4736        LIBS="$LIBS -lmingw32"
4737    fi
4738# checking for SDL-headers
4739
4740for ac_header in SDL/SDL.h
4741do
4742as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4743if eval "test \"\${$as_ac_Header+set}\" = set"; then
4744  echo "$as_me:$LINENO: checking for $ac_header" >&5
4745echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4746if eval "test \"\${$as_ac_Header+set}\" = set"; then
4747  echo $ECHO_N "(cached) $ECHO_C" >&6
4748fi
4749echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4750echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4751else
4752  # Is the header compilable?
4753echo "$as_me:$LINENO: checking $ac_header usability" >&5
4754echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4755cat >conftest.$ac_ext <<_ACEOF
4756/* confdefs.h.  */
4757_ACEOF
4758cat confdefs.h >>conftest.$ac_ext
4759cat >>conftest.$ac_ext <<_ACEOF
4760/* end confdefs.h.  */
4761$ac_includes_default
4762#include <$ac_header>
4763_ACEOF
4764rm -f conftest.$ac_objext
4765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4766  (eval $ac_compile) 2>conftest.er1
4767  ac_status=$?
4768  grep -v '^ *+' conftest.er1 >conftest.err
4769  rm -f conftest.er1
4770  cat conftest.err >&5
4771  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4772  (exit $ac_status); } &&
4773         { ac_try='test -z "$ac_c_werror_flag"
4774                         || test ! -s conftest.err'
4775  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4776  (eval $ac_try) 2>&5
4777  ac_status=$?
4778  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4779  (exit $ac_status); }; } &&
4780         { ac_try='test -s conftest.$ac_objext'
4781  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4782  (eval $ac_try) 2>&5
4783  ac_status=$?
4784  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785  (exit $ac_status); }; }; then
4786  ac_header_compiler=yes
4787else
4788  echo "$as_me: failed program was:" >&5
4789sed 's/^/| /' conftest.$ac_ext >&5
4790
4791ac_header_compiler=no
4792fi
4793rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4794echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4795echo "${ECHO_T}$ac_header_compiler" >&6
4796
4797# Is the header present?
4798echo "$as_me:$LINENO: checking $ac_header presence" >&5
4799echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4800cat >conftest.$ac_ext <<_ACEOF
4801/* confdefs.h.  */
4802_ACEOF
4803cat confdefs.h >>conftest.$ac_ext
4804cat >>conftest.$ac_ext <<_ACEOF
4805/* end confdefs.h.  */
4806#include <$ac_header>
4807_ACEOF
4808if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4809  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4810  ac_status=$?
4811  grep -v '^ *+' conftest.er1 >conftest.err
4812  rm -f conftest.er1
4813  cat conftest.err >&5
4814  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4815  (exit $ac_status); } >/dev/null; then
4816  if test -s conftest.err; then
4817    ac_cpp_err=$ac_c_preproc_warn_flag
4818    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4819  else
4820    ac_cpp_err=
4821  fi
4822else
4823  ac_cpp_err=yes
4824fi
4825if test -z "$ac_cpp_err"; then
4826  ac_header_preproc=yes
4827else
4828  echo "$as_me: failed program was:" >&5
4829sed 's/^/| /' conftest.$ac_ext >&5
4830
4831  ac_header_preproc=no
4832fi
4833rm -f conftest.err conftest.$ac_ext
4834echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4835echo "${ECHO_T}$ac_header_preproc" >&6
4836
4837# So?  What about this header?
4838case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4839  yes:no: )
4840    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4841echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4842    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4843echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4844    ac_header_preproc=yes
4845    ;;
4846  no:yes:* )
4847    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4848echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4849    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4850echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4851    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4852echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4853    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4854echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4855    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4856echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4857    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4858echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4859    (
4860      cat <<\_ASBOX
4861## ---------------------------------------------- ##
4862## Report this to orxonox-dev at mail.datacore.ch ##
4863## ---------------------------------------------- ##
4864_ASBOX
4865    ) |
4866      sed "s/^/$as_me: WARNING:     /" >&2
4867    ;;
4868esac
4869echo "$as_me:$LINENO: checking for $ac_header" >&5
4870echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4871if eval "test \"\${$as_ac_Header+set}\" = set"; then
4872  echo $ECHO_N "(cached) $ECHO_C" >&6
4873else
4874  eval "$as_ac_Header=\$ac_header_preproc"
4875fi
4876echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4877echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4878
4879fi
4880if test `eval echo '${'$as_ac_Header'}'` = yes; then
4881  cat >>confdefs.h <<_ACEOF
4882#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4883_ACEOF
4884
4885else
4886  { { echo "$as_me:$LINENO: error: cannot find SDL headers" >&5
4887echo "$as_me: error: cannot find SDL headers" >&2;}
4888   { (exit 1); exit 1; }; }
4889fi
4890
4891done
4892
4893
4894#checking for libSDL
4895    echo "$as_me:$LINENO: checking for main in -lsdlmain" >&5
4896echo $ECHO_N "checking for main in -lsdlmain... $ECHO_C" >&6
4897if test "${ac_cv_lib_sdlmain_main+set}" = set; then
4898  echo $ECHO_N "(cached) $ECHO_C" >&6
4899else
4900  ac_check_lib_save_LIBS=$LIBS
4901LIBS="-lsdlmain  $LIBS"
4902cat >conftest.$ac_ext <<_ACEOF
4903/* confdefs.h.  */
4904_ACEOF
4905cat confdefs.h >>conftest.$ac_ext
4906cat >>conftest.$ac_ext <<_ACEOF
4907/* end confdefs.h.  */
4908
4909
4910int
4911main ()
4912{
4913main ();
4914  ;
4915  return 0;
4916}
4917_ACEOF
4918rm -f conftest.$ac_objext conftest$ac_exeext
4919if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4920  (eval $ac_link) 2>conftest.er1
4921  ac_status=$?
4922  grep -v '^ *+' conftest.er1 >conftest.err
4923  rm -f conftest.er1
4924  cat conftest.err >&5
4925  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4926  (exit $ac_status); } &&
4927         { ac_try='test -z "$ac_c_werror_flag"
4928                         || test ! -s conftest.err'
4929  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4930  (eval $ac_try) 2>&5
4931  ac_status=$?
4932  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4933  (exit $ac_status); }; } &&
4934         { ac_try='test -s conftest$ac_exeext'
4935  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4936  (eval $ac_try) 2>&5
4937  ac_status=$?
4938  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4939  (exit $ac_status); }; }; then
4940  ac_cv_lib_sdlmain_main=yes
4941else
4942  echo "$as_me: failed program was:" >&5
4943sed 's/^/| /' conftest.$ac_ext >&5
4944
4945ac_cv_lib_sdlmain_main=no
4946fi
4947rm -f conftest.err conftest.$ac_objext \
4948      conftest$ac_exeext conftest.$ac_ext
4949LIBS=$ac_check_lib_save_LIBS
4950fi
4951echo "$as_me:$LINENO: result: $ac_cv_lib_sdlmain_main" >&5
4952echo "${ECHO_T}$ac_cv_lib_sdlmain_main" >&6
4953if test $ac_cv_lib_sdlmain_main = yes; then
4954  FOUND_sdlmain=yes
4955fi
4956
4957    if test x$FOUND_sdlmain = xyes ; then
4958       LIBS="$LIBS -lsdlmain"
4959    else
4960        echo "------------------"
4961        echo "SDL library not found."
4962        echo "please install the SDL library, which can be found at http://www.libsdl.org"
4963        echo "------------------"
4964        exit 1
4965    fi
4966    echo "$as_me:$LINENO: checking for main in -lsdl" >&5
4967echo $ECHO_N "checking for main in -lsdl... $ECHO_C" >&6
4968if test "${ac_cv_lib_sdl_main+set}" = set; then
4969  echo $ECHO_N "(cached) $ECHO_C" >&6
4970else
4971  ac_check_lib_save_LIBS=$LIBS
4972LIBS="-lsdl  $LIBS"
4973cat >conftest.$ac_ext <<_ACEOF
4974/* confdefs.h.  */
4975_ACEOF
4976cat confdefs.h >>conftest.$ac_ext
4977cat >>conftest.$ac_ext <<_ACEOF
4978/* end confdefs.h.  */
4979
4980
4981int
4982main ()
4983{
4984main ();
4985  ;
4986  return 0;
4987}
4988_ACEOF
4989rm -f conftest.$ac_objext conftest$ac_exeext
4990if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4991  (eval $ac_link) 2>conftest.er1
4992  ac_status=$?
4993  grep -v '^ *+' conftest.er1 >conftest.err
4994  rm -f conftest.er1
4995  cat conftest.err >&5
4996  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4997  (exit $ac_status); } &&
4998         { ac_try='test -z "$ac_c_werror_flag"
4999                         || test ! -s conftest.err'
5000  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5001  (eval $ac_try) 2>&5
5002  ac_status=$?
5003  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5004  (exit $ac_status); }; } &&
5005         { ac_try='test -s conftest$ac_exeext'
5006  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5007  (eval $ac_try) 2>&5
5008  ac_status=$?
5009  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5010  (exit $ac_status); }; }; then
5011  ac_cv_lib_sdl_main=yes
5012else
5013  echo "$as_me: failed program was:" >&5
5014sed 's/^/| /' conftest.$ac_ext >&5
5015
5016ac_cv_lib_sdl_main=no
5017fi
5018rm -f conftest.err conftest.$ac_objext \
5019      conftest$ac_exeext conftest.$ac_ext
5020LIBS=$ac_check_lib_save_LIBS
5021fi
5022echo "$as_me:$LINENO: result: $ac_cv_lib_sdl_main" >&5
5023echo "${ECHO_T}$ac_cv_lib_sdl_main" >&6
5024if test $ac_cv_lib_sdl_main = yes; then
5025  FOUND_sdl=yes
5026fi
5027
5028    if test x$FOUND_sdl = xyes ; then
5029       LIBS="$LIBS -lsdl"
5030    else
5031        echo "------------------"
5032        echo "SDL library not found."
5033        echo "please install the SDL library, which can be found at http://www.libsdl.org"
5034        echo "------------------"
5035        exit -1
5036    fi
5037
5038    ;;
5039#-------#
5040# LINUX #
5041#-------#
5042 *-*-linux*)
5043echo "Linux detected"
5044
5045 Linux="yes"
5046
5047CPPFLAGS="-I/usr/X11R6/include -I/usr/include/SDL"
5048LDFLAGS="-L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"
5049# checking gl header
5050
5051for ac_header in GL/gl.h
5052do
5053as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5054if eval "test \"\${$as_ac_Header+set}\" = set"; then
5055  echo "$as_me:$LINENO: checking for $ac_header" >&5
5056echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5057if eval "test \"\${$as_ac_Header+set}\" = set"; then
5058  echo $ECHO_N "(cached) $ECHO_C" >&6
5059fi
5060echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5061echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5062else
5063  # Is the header compilable?
5064echo "$as_me:$LINENO: checking $ac_header usability" >&5
5065echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5066cat >conftest.$ac_ext <<_ACEOF
5067/* confdefs.h.  */
5068_ACEOF
5069cat confdefs.h >>conftest.$ac_ext
5070cat >>conftest.$ac_ext <<_ACEOF
5071/* end confdefs.h.  */
5072$ac_includes_default
5073#include <$ac_header>
5074_ACEOF
5075rm -f conftest.$ac_objext
5076if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5077  (eval $ac_compile) 2>conftest.er1
5078  ac_status=$?
5079  grep -v '^ *+' conftest.er1 >conftest.err
5080  rm -f conftest.er1
5081  cat conftest.err >&5
5082  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5083  (exit $ac_status); } &&
5084         { ac_try='test -z "$ac_c_werror_flag"
5085                         || test ! -s conftest.err'
5086  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5087  (eval $ac_try) 2>&5
5088  ac_status=$?
5089  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5090  (exit $ac_status); }; } &&
5091         { ac_try='test -s conftest.$ac_objext'
5092  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5093  (eval $ac_try) 2>&5
5094  ac_status=$?
5095  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5096  (exit $ac_status); }; }; then
5097  ac_header_compiler=yes
5098else
5099  echo "$as_me: failed program was:" >&5
5100sed 's/^/| /' conftest.$ac_ext >&5
5101
5102ac_header_compiler=no
5103fi
5104rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5105echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5106echo "${ECHO_T}$ac_header_compiler" >&6
5107
5108# Is the header present?
5109echo "$as_me:$LINENO: checking $ac_header presence" >&5
5110echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5111cat >conftest.$ac_ext <<_ACEOF
5112/* confdefs.h.  */
5113_ACEOF
5114cat confdefs.h >>conftest.$ac_ext
5115cat >>conftest.$ac_ext <<_ACEOF
5116/* end confdefs.h.  */
5117#include <$ac_header>
5118_ACEOF
5119if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5120  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5121  ac_status=$?
5122  grep -v '^ *+' conftest.er1 >conftest.err
5123  rm -f conftest.er1
5124  cat conftest.err >&5
5125  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5126  (exit $ac_status); } >/dev/null; then
5127  if test -s conftest.err; then
5128    ac_cpp_err=$ac_c_preproc_warn_flag
5129    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5130  else
5131    ac_cpp_err=
5132  fi
5133else
5134  ac_cpp_err=yes
5135fi
5136if test -z "$ac_cpp_err"; then
5137  ac_header_preproc=yes
5138else
5139  echo "$as_me: failed program was:" >&5
5140sed 's/^/| /' conftest.$ac_ext >&5
5141
5142  ac_header_preproc=no
5143fi
5144rm -f conftest.err conftest.$ac_ext
5145echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5146echo "${ECHO_T}$ac_header_preproc" >&6
5147
5148# So?  What about this header?
5149case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5150  yes:no: )
5151    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5152echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5153    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5154echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5155    ac_header_preproc=yes
5156    ;;
5157  no:yes:* )
5158    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5159echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5160    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5161echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5162    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5163echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5164    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5165echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5166    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5167echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5168    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5169echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5170    (
5171      cat <<\_ASBOX
5172## ---------------------------------------------- ##
5173## Report this to orxonox-dev at mail.datacore.ch ##
5174## ---------------------------------------------- ##
5175_ASBOX
5176    ) |
5177      sed "s/^/$as_me: WARNING:     /" >&2
5178    ;;
5179esac
5180echo "$as_me:$LINENO: checking for $ac_header" >&5
5181echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5182if eval "test \"\${$as_ac_Header+set}\" = set"; then
5183  echo $ECHO_N "(cached) $ECHO_C" >&6
5184else
5185  eval "$as_ac_Header=\$ac_header_preproc"
5186fi
5187echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5188echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5189
5190fi
5191if test `eval echo '${'$as_ac_Header'}'` = yes; then
5192  cat >>confdefs.h <<_ACEOF
5193#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5194_ACEOF
5195
5196else
5197  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
5198echo "$as_me: error: cannot find opengl headers" >&2;}
5199   { (exit 1); exit 1; }; }
5200fi
5201
5202done
5203
5204
5205#  checking for Unix GL
5206   echo "$as_me:$LINENO: checking for glLoadIdentity in -lGL" >&5
5207echo $ECHO_N "checking for glLoadIdentity in -lGL... $ECHO_C" >&6
5208if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then
5209  echo $ECHO_N "(cached) $ECHO_C" >&6
5210else
5211  ac_check_lib_save_LIBS=$LIBS
5212LIBS="-lGL  $LIBS"
5213cat >conftest.$ac_ext <<_ACEOF
5214/* confdefs.h.  */
5215_ACEOF
5216cat confdefs.h >>conftest.$ac_ext
5217cat >>conftest.$ac_ext <<_ACEOF
5218/* end confdefs.h.  */
5219
5220/* Override any gcc2 internal prototype to avoid an error.  */
5221#ifdef __cplusplus
5222extern "C"
5223#endif
5224/* We use char because int might match the return type of a gcc2
5225   builtin and then its argument prototype would still apply.  */
5226char glLoadIdentity ();
5227int
5228main ()
5229{
5230glLoadIdentity ();
5231  ;
5232  return 0;
5233}
5234_ACEOF
5235rm -f conftest.$ac_objext conftest$ac_exeext
5236if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5237  (eval $ac_link) 2>conftest.er1
5238  ac_status=$?
5239  grep -v '^ *+' conftest.er1 >conftest.err
5240  rm -f conftest.er1
5241  cat conftest.err >&5
5242  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5243  (exit $ac_status); } &&
5244         { ac_try='test -z "$ac_c_werror_flag"
5245                         || test ! -s conftest.err'
5246  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5247  (eval $ac_try) 2>&5
5248  ac_status=$?
5249  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250  (exit $ac_status); }; } &&
5251         { ac_try='test -s conftest$ac_exeext'
5252  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5253  (eval $ac_try) 2>&5
5254  ac_status=$?
5255  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5256  (exit $ac_status); }; }; then
5257  ac_cv_lib_GL_glLoadIdentity=yes
5258else
5259  echo "$as_me: failed program was:" >&5
5260sed 's/^/| /' conftest.$ac_ext >&5
5261
5262ac_cv_lib_GL_glLoadIdentity=no
5263fi
5264rm -f conftest.err conftest.$ac_objext \
5265      conftest$ac_exeext conftest.$ac_ext
5266LIBS=$ac_check_lib_save_LIBS
5267fi
5268echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glLoadIdentity" >&5
5269echo "${ECHO_T}$ac_cv_lib_GL_glLoadIdentity" >&6
5270if test $ac_cv_lib_GL_glLoadIdentity = yes; then
5271  FOUND_GL=yes
5272fi
5273
5274   if test x$FOUND_GL = xyes ; then
5275     LIBS="$LIBS -lGL"
5276   else
5277         echo "------------------"
5278         echo "opengl not found."
5279         echo "please install the opengl package which can be found at http://www.opengl.org"
5280         echo "------------------"
5281         exit -1
5282   fi
5283
5284# cheking for GLU-header
5285
5286for ac_header in GL/glu.h
5287do
5288as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5289if eval "test \"\${$as_ac_Header+set}\" = set"; then
5290  echo "$as_me:$LINENO: checking for $ac_header" >&5
5291echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5292if eval "test \"\${$as_ac_Header+set}\" = set"; then
5293  echo $ECHO_N "(cached) $ECHO_C" >&6
5294fi
5295echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5296echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5297else
5298  # Is the header compilable?
5299echo "$as_me:$LINENO: checking $ac_header usability" >&5
5300echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5301cat >conftest.$ac_ext <<_ACEOF
5302/* confdefs.h.  */
5303_ACEOF
5304cat confdefs.h >>conftest.$ac_ext
5305cat >>conftest.$ac_ext <<_ACEOF
5306/* end confdefs.h.  */
5307$ac_includes_default
5308#include <$ac_header>
5309_ACEOF
5310rm -f conftest.$ac_objext
5311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5312  (eval $ac_compile) 2>conftest.er1
5313  ac_status=$?
5314  grep -v '^ *+' conftest.er1 >conftest.err
5315  rm -f conftest.er1
5316  cat conftest.err >&5
5317  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5318  (exit $ac_status); } &&
5319         { ac_try='test -z "$ac_c_werror_flag"
5320                         || test ! -s conftest.err'
5321  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5322  (eval $ac_try) 2>&5
5323  ac_status=$?
5324  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5325  (exit $ac_status); }; } &&
5326         { ac_try='test -s conftest.$ac_objext'
5327  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5328  (eval $ac_try) 2>&5
5329  ac_status=$?
5330  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5331  (exit $ac_status); }; }; then
5332  ac_header_compiler=yes
5333else
5334  echo "$as_me: failed program was:" >&5
5335sed 's/^/| /' conftest.$ac_ext >&5
5336
5337ac_header_compiler=no
5338fi
5339rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5340echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5341echo "${ECHO_T}$ac_header_compiler" >&6
5342
5343# Is the header present?
5344echo "$as_me:$LINENO: checking $ac_header presence" >&5
5345echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5346cat >conftest.$ac_ext <<_ACEOF
5347/* confdefs.h.  */
5348_ACEOF
5349cat confdefs.h >>conftest.$ac_ext
5350cat >>conftest.$ac_ext <<_ACEOF
5351/* end confdefs.h.  */
5352#include <$ac_header>
5353_ACEOF
5354if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5355  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5356  ac_status=$?
5357  grep -v '^ *+' conftest.er1 >conftest.err
5358  rm -f conftest.er1
5359  cat conftest.err >&5
5360  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5361  (exit $ac_status); } >/dev/null; then
5362  if test -s conftest.err; then
5363    ac_cpp_err=$ac_c_preproc_warn_flag
5364    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5365  else
5366    ac_cpp_err=
5367  fi
5368else
5369  ac_cpp_err=yes
5370fi
5371if test -z "$ac_cpp_err"; then
5372  ac_header_preproc=yes
5373else
5374  echo "$as_me: failed program was:" >&5
5375sed 's/^/| /' conftest.$ac_ext >&5
5376
5377  ac_header_preproc=no
5378fi
5379rm -f conftest.err conftest.$ac_ext
5380echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5381echo "${ECHO_T}$ac_header_preproc" >&6
5382
5383# So?  What about this header?
5384case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5385  yes:no: )
5386    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5387echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5388    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5389echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5390    ac_header_preproc=yes
5391    ;;
5392  no:yes:* )
5393    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5394echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5395    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5396echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5397    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5398echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5399    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5400echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5401    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5402echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5403    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5404echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5405    (
5406      cat <<\_ASBOX
5407## ---------------------------------------------- ##
5408## Report this to orxonox-dev at mail.datacore.ch ##
5409## ---------------------------------------------- ##
5410_ASBOX
5411    ) |
5412      sed "s/^/$as_me: WARNING:     /" >&2
5413    ;;
5414esac
5415echo "$as_me:$LINENO: checking for $ac_header" >&5
5416echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5417if eval "test \"\${$as_ac_Header+set}\" = set"; then
5418  echo $ECHO_N "(cached) $ECHO_C" >&6
5419else
5420  eval "$as_ac_Header=\$ac_header_preproc"
5421fi
5422echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5423echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5424
5425fi
5426if test `eval echo '${'$as_ac_Header'}'` = yes; then
5427  cat >>confdefs.h <<_ACEOF
5428#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5429_ACEOF
5430
5431else
5432  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
5433echo "$as_me: error: cannot find opengl headers" >&2;}
5434   { (exit 1); exit 1; }; }
5435fi
5436
5437done
5438
5439
5440    echo "$as_me:$LINENO: checking for gluProject in -lGLU" >&5
5441echo $ECHO_N "checking for gluProject in -lGLU... $ECHO_C" >&6
5442if test "${ac_cv_lib_GLU_gluProject+set}" = set; then
5443  echo $ECHO_N "(cached) $ECHO_C" >&6
5444else
5445  ac_check_lib_save_LIBS=$LIBS
5446LIBS="-lGLU  $LIBS"
5447cat >conftest.$ac_ext <<_ACEOF
5448/* confdefs.h.  */
5449_ACEOF
5450cat confdefs.h >>conftest.$ac_ext
5451cat >>conftest.$ac_ext <<_ACEOF
5452/* end confdefs.h.  */
5453
5454/* Override any gcc2 internal prototype to avoid an error.  */
5455#ifdef __cplusplus
5456extern "C"
5457#endif
5458/* We use char because int might match the return type of a gcc2
5459   builtin and then its argument prototype would still apply.  */
5460char gluProject ();
5461int
5462main ()
5463{
5464gluProject ();
5465  ;
5466  return 0;
5467}
5468_ACEOF
5469rm -f conftest.$ac_objext conftest$ac_exeext
5470if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5471  (eval $ac_link) 2>conftest.er1
5472  ac_status=$?
5473  grep -v '^ *+' conftest.er1 >conftest.err
5474  rm -f conftest.er1
5475  cat conftest.err >&5
5476  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5477  (exit $ac_status); } &&
5478         { ac_try='test -z "$ac_c_werror_flag"
5479                         || test ! -s conftest.err'
5480  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5481  (eval $ac_try) 2>&5
5482  ac_status=$?
5483  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5484  (exit $ac_status); }; } &&
5485         { ac_try='test -s conftest$ac_exeext'
5486  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5487  (eval $ac_try) 2>&5
5488  ac_status=$?
5489  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5490  (exit $ac_status); }; }; then
5491  ac_cv_lib_GLU_gluProject=yes
5492else
5493  echo "$as_me: failed program was:" >&5
5494sed 's/^/| /' conftest.$ac_ext >&5
5495
5496ac_cv_lib_GLU_gluProject=no
5497fi
5498rm -f conftest.err conftest.$ac_objext \
5499      conftest$ac_exeext conftest.$ac_ext
5500LIBS=$ac_check_lib_save_LIBS
5501fi
5502echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluProject" >&5
5503echo "${ECHO_T}$ac_cv_lib_GLU_gluProject" >&6
5504if test $ac_cv_lib_GLU_gluProject = yes; then
5505  FOUND_GLU=yes
5506fi
5507
5508    if test x$FOUND_GLU = xyes ; then
5509      LIBS="$LIBS -lGLU"
5510    else
5511         echo "------------------"
5512         echo "GLU library not found."
5513         echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
5514         echo "------------------"
5515         exit -1
5516    fi
5517
5518# checking for SDL-headers
5519
5520for ac_header in SDL.h
5521do
5522as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5523if eval "test \"\${$as_ac_Header+set}\" = set"; then
5524  echo "$as_me:$LINENO: checking for $ac_header" >&5
5525echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5526if eval "test \"\${$as_ac_Header+set}\" = set"; then
5527  echo $ECHO_N "(cached) $ECHO_C" >&6
5528fi
5529echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5530echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5531else
5532  # Is the header compilable?
5533echo "$as_me:$LINENO: checking $ac_header usability" >&5
5534echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5535cat >conftest.$ac_ext <<_ACEOF
5536/* confdefs.h.  */
5537_ACEOF
5538cat confdefs.h >>conftest.$ac_ext
5539cat >>conftest.$ac_ext <<_ACEOF
5540/* end confdefs.h.  */
5541$ac_includes_default
5542#include <$ac_header>
5543_ACEOF
5544rm -f conftest.$ac_objext
5545if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5546  (eval $ac_compile) 2>conftest.er1
5547  ac_status=$?
5548  grep -v '^ *+' conftest.er1 >conftest.err
5549  rm -f conftest.er1
5550  cat conftest.err >&5
5551  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5552  (exit $ac_status); } &&
5553         { ac_try='test -z "$ac_c_werror_flag"
5554                         || test ! -s conftest.err'
5555  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5556  (eval $ac_try) 2>&5
5557  ac_status=$?
5558  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5559  (exit $ac_status); }; } &&
5560         { ac_try='test -s conftest.$ac_objext'
5561  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5562  (eval $ac_try) 2>&5
5563  ac_status=$?
5564  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5565  (exit $ac_status); }; }; then
5566  ac_header_compiler=yes
5567else
5568  echo "$as_me: failed program was:" >&5
5569sed 's/^/| /' conftest.$ac_ext >&5
5570
5571ac_header_compiler=no
5572fi
5573rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5574echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5575echo "${ECHO_T}$ac_header_compiler" >&6
5576
5577# Is the header present?
5578echo "$as_me:$LINENO: checking $ac_header presence" >&5
5579echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5580cat >conftest.$ac_ext <<_ACEOF
5581/* confdefs.h.  */
5582_ACEOF
5583cat confdefs.h >>conftest.$ac_ext
5584cat >>conftest.$ac_ext <<_ACEOF
5585/* end confdefs.h.  */
5586#include <$ac_header>
5587_ACEOF
5588if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5589  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5590  ac_status=$?
5591  grep -v '^ *+' conftest.er1 >conftest.err
5592  rm -f conftest.er1
5593  cat conftest.err >&5
5594  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595  (exit $ac_status); } >/dev/null; then
5596  if test -s conftest.err; then
5597    ac_cpp_err=$ac_c_preproc_warn_flag
5598    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5599  else
5600    ac_cpp_err=
5601  fi
5602else
5603  ac_cpp_err=yes
5604fi
5605if test -z "$ac_cpp_err"; then
5606  ac_header_preproc=yes
5607else
5608  echo "$as_me: failed program was:" >&5
5609sed 's/^/| /' conftest.$ac_ext >&5
5610
5611  ac_header_preproc=no
5612fi
5613rm -f conftest.err conftest.$ac_ext
5614echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5615echo "${ECHO_T}$ac_header_preproc" >&6
5616
5617# So?  What about this header?
5618case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5619  yes:no: )
5620    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5621echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5622    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5623echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5624    ac_header_preproc=yes
5625    ;;
5626  no:yes:* )
5627    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5628echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5629    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5630echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5631    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5632echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5633    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5634echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5635    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5636echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5637    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5638echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5639    (
5640      cat <<\_ASBOX
5641## ---------------------------------------------- ##
5642## Report this to orxonox-dev at mail.datacore.ch ##
5643## ---------------------------------------------- ##
5644_ASBOX
5645    ) |
5646      sed "s/^/$as_me: WARNING:     /" >&2
5647    ;;
5648esac
5649echo "$as_me:$LINENO: checking for $ac_header" >&5
5650echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5651if eval "test \"\${$as_ac_Header+set}\" = set"; then
5652  echo $ECHO_N "(cached) $ECHO_C" >&6
5653else
5654  eval "$as_ac_Header=\$ac_header_preproc"
5655fi
5656echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5657echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5658
5659fi
5660if test `eval echo '${'$as_ac_Header'}'` = yes; then
5661  cat >>confdefs.h <<_ACEOF
5662#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5663_ACEOF
5664
5665else
5666  { { echo "$as_me:$LINENO: error: cannot find SDL headers" >&5
5667echo "$as_me: error: cannot find SDL headers" >&2;}
5668   { (exit 1); exit 1; }; }
5669fi
5670
5671done
5672
5673
5674# checking for SDL-lib
5675    echo "$as_me:$LINENO: checking for main in -lSDL" >&5
5676echo $ECHO_N "checking for main in -lSDL... $ECHO_C" >&6
5677if test "${ac_cv_lib_SDL_main+set}" = set; then
5678  echo $ECHO_N "(cached) $ECHO_C" >&6
5679else
5680  ac_check_lib_save_LIBS=$LIBS
5681LIBS="-lSDL  $LIBS"
5682cat >conftest.$ac_ext <<_ACEOF
5683/* confdefs.h.  */
5684_ACEOF
5685cat confdefs.h >>conftest.$ac_ext
5686cat >>conftest.$ac_ext <<_ACEOF
5687/* end confdefs.h.  */
5688
5689
5690int
5691main ()
5692{
5693main ();
5694  ;
5695  return 0;
5696}
5697_ACEOF
5698rm -f conftest.$ac_objext conftest$ac_exeext
5699if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5700  (eval $ac_link) 2>conftest.er1
5701  ac_status=$?
5702  grep -v '^ *+' conftest.er1 >conftest.err
5703  rm -f conftest.er1
5704  cat conftest.err >&5
5705  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5706  (exit $ac_status); } &&
5707         { ac_try='test -z "$ac_c_werror_flag"
5708                         || test ! -s conftest.err'
5709  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5710  (eval $ac_try) 2>&5
5711  ac_status=$?
5712  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5713  (exit $ac_status); }; } &&
5714         { ac_try='test -s conftest$ac_exeext'
5715  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5716  (eval $ac_try) 2>&5
5717  ac_status=$?
5718  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719  (exit $ac_status); }; }; then
5720  ac_cv_lib_SDL_main=yes
5721else
5722  echo "$as_me: failed program was:" >&5
5723sed 's/^/| /' conftest.$ac_ext >&5
5724
5725ac_cv_lib_SDL_main=no
5726fi
5727rm -f conftest.err conftest.$ac_objext \
5728      conftest$ac_exeext conftest.$ac_ext
5729LIBS=$ac_check_lib_save_LIBS
5730fi
5731echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_main" >&5
5732echo "${ECHO_T}$ac_cv_lib_SDL_main" >&6
5733if test $ac_cv_lib_SDL_main = yes; then
5734  FOUND_SDL=yes
5735fi
5736
5737     if test x$FOUND_SDL = xyes ; then
5738       LIBS="$LIBS -lSDL"
5739     else
5740        echo "------------------"
5741        echo "SDL library not found."
5742        echo "please install the SDL library, which can be found at http://www.libsdl.org"
5743        echo "------------------"
5744        exit -1
5745     fi
5746
5747
5748## checking for SDL
5749#    SDL_VERSION=1.2.7
5750#    AM_PATH_SDL($SDL_VERSION,
5751#      :,
5752#      AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
5753#      )
5754#    CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
5755#    LIBS="$LIBS $SDL_LIBS"
5756    ;;
5757#-----------#
5758# MAC -OS X #
5759#-----------#
5760 *darwin*)
5761 echo "OS X detected"
5762
5763 osX="yes"
5764
5765 CPPFLAGS="-I/sw/include $CPPFLAGS"
5766# checking gl header
5767
5768for ac_header in OpenGL/gl.h
5769do
5770as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5771if eval "test \"\${$as_ac_Header+set}\" = set"; then
5772  echo "$as_me:$LINENO: checking for $ac_header" >&5
5773echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5774if eval "test \"\${$as_ac_Header+set}\" = set"; then
5775  echo $ECHO_N "(cached) $ECHO_C" >&6
5776fi
5777echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5778echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5779else
5780  # Is the header compilable?
5781echo "$as_me:$LINENO: checking $ac_header usability" >&5
5782echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5783cat >conftest.$ac_ext <<_ACEOF
5784/* confdefs.h.  */
5785_ACEOF
5786cat confdefs.h >>conftest.$ac_ext
5787cat >>conftest.$ac_ext <<_ACEOF
5788/* end confdefs.h.  */
5789$ac_includes_default
5790#include <$ac_header>
5791_ACEOF
5792rm -f conftest.$ac_objext
5793if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5794  (eval $ac_compile) 2>conftest.er1
5795  ac_status=$?
5796  grep -v '^ *+' conftest.er1 >conftest.err
5797  rm -f conftest.er1
5798  cat conftest.err >&5
5799  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5800  (exit $ac_status); } &&
5801         { ac_try='test -z "$ac_c_werror_flag"
5802                         || test ! -s conftest.err'
5803  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5804  (eval $ac_try) 2>&5
5805  ac_status=$?
5806  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5807  (exit $ac_status); }; } &&
5808         { ac_try='test -s conftest.$ac_objext'
5809  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5810  (eval $ac_try) 2>&5
5811  ac_status=$?
5812  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5813  (exit $ac_status); }; }; then
5814  ac_header_compiler=yes
5815else
5816  echo "$as_me: failed program was:" >&5
5817sed 's/^/| /' conftest.$ac_ext >&5
5818
5819ac_header_compiler=no
5820fi
5821rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5822echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5823echo "${ECHO_T}$ac_header_compiler" >&6
5824
5825# Is the header present?
5826echo "$as_me:$LINENO: checking $ac_header presence" >&5
5827echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5828cat >conftest.$ac_ext <<_ACEOF
5829/* confdefs.h.  */
5830_ACEOF
5831cat confdefs.h >>conftest.$ac_ext
5832cat >>conftest.$ac_ext <<_ACEOF
5833/* end confdefs.h.  */
5834#include <$ac_header>
5835_ACEOF
5836if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5837  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5838  ac_status=$?
5839  grep -v '^ *+' conftest.er1 >conftest.err
5840  rm -f conftest.er1
5841  cat conftest.err >&5
5842  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5843  (exit $ac_status); } >/dev/null; then
5844  if test -s conftest.err; then
5845    ac_cpp_err=$ac_c_preproc_warn_flag
5846    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5847  else
5848    ac_cpp_err=
5849  fi
5850else
5851  ac_cpp_err=yes
5852fi
5853if test -z "$ac_cpp_err"; then
5854  ac_header_preproc=yes
5855else
5856  echo "$as_me: failed program was:" >&5
5857sed 's/^/| /' conftest.$ac_ext >&5
5858
5859  ac_header_preproc=no
5860fi
5861rm -f conftest.err conftest.$ac_ext
5862echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5863echo "${ECHO_T}$ac_header_preproc" >&6
5864
5865# So?  What about this header?
5866case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5867  yes:no: )
5868    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5869echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5870    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5871echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5872    ac_header_preproc=yes
5873    ;;
5874  no:yes:* )
5875    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5876echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5877    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5878echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5879    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5880echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5881    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5882echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5883    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5884echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5885    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5886echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5887    (
5888      cat <<\_ASBOX
5889## ---------------------------------------------- ##
5890## Report this to orxonox-dev at mail.datacore.ch ##
5891## ---------------------------------------------- ##
5892_ASBOX
5893    ) |
5894      sed "s/^/$as_me: WARNING:     /" >&2
5895    ;;
5896esac
5897echo "$as_me:$LINENO: checking for $ac_header" >&5
5898echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5899if eval "test \"\${$as_ac_Header+set}\" = set"; then
5900  echo $ECHO_N "(cached) $ECHO_C" >&6
5901else
5902  eval "$as_ac_Header=\$ac_header_preproc"
5903fi
5904echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5905echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5906
5907fi
5908if test `eval echo '${'$as_ac_Header'}'` = yes; then
5909  cat >>confdefs.h <<_ACEOF
5910#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5911_ACEOF
5912
5913else
5914  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
5915echo "$as_me: error: cannot find opengl headers" >&2;}
5916   { (exit 1); exit 1; }; }
5917fi
5918
5919done
5920
5921# cheking for GLU-header
5922
5923for ac_header in OpenGL/glu.h
5924do
5925as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5926if eval "test \"\${$as_ac_Header+set}\" = set"; then
5927  echo "$as_me:$LINENO: checking for $ac_header" >&5
5928echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5929if eval "test \"\${$as_ac_Header+set}\" = set"; then
5930  echo $ECHO_N "(cached) $ECHO_C" >&6
5931fi
5932echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5933echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5934else
5935  # Is the header compilable?
5936echo "$as_me:$LINENO: checking $ac_header usability" >&5
5937echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5938cat >conftest.$ac_ext <<_ACEOF
5939/* confdefs.h.  */
5940_ACEOF
5941cat confdefs.h >>conftest.$ac_ext
5942cat >>conftest.$ac_ext <<_ACEOF
5943/* end confdefs.h.  */
5944$ac_includes_default
5945#include <$ac_header>
5946_ACEOF
5947rm -f conftest.$ac_objext
5948if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5949  (eval $ac_compile) 2>conftest.er1
5950  ac_status=$?
5951  grep -v '^ *+' conftest.er1 >conftest.err
5952  rm -f conftest.er1
5953  cat conftest.err >&5
5954  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5955  (exit $ac_status); } &&
5956         { ac_try='test -z "$ac_c_werror_flag"
5957                         || test ! -s conftest.err'
5958  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5959  (eval $ac_try) 2>&5
5960  ac_status=$?
5961  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5962  (exit $ac_status); }; } &&
5963         { ac_try='test -s conftest.$ac_objext'
5964  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5965  (eval $ac_try) 2>&5
5966  ac_status=$?
5967  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5968  (exit $ac_status); }; }; then
5969  ac_header_compiler=yes
5970else
5971  echo "$as_me: failed program was:" >&5
5972sed 's/^/| /' conftest.$ac_ext >&5
5973
5974ac_header_compiler=no
5975fi
5976rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5977echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5978echo "${ECHO_T}$ac_header_compiler" >&6
5979
5980# Is the header present?
5981echo "$as_me:$LINENO: checking $ac_header presence" >&5
5982echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5983cat >conftest.$ac_ext <<_ACEOF
5984/* confdefs.h.  */
5985_ACEOF
5986cat confdefs.h >>conftest.$ac_ext
5987cat >>conftest.$ac_ext <<_ACEOF
5988/* end confdefs.h.  */
5989#include <$ac_header>
5990_ACEOF
5991if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5992  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5993  ac_status=$?
5994  grep -v '^ *+' conftest.er1 >conftest.err
5995  rm -f conftest.er1
5996  cat conftest.err >&5
5997  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5998  (exit $ac_status); } >/dev/null; then
5999  if test -s conftest.err; then
6000    ac_cpp_err=$ac_c_preproc_warn_flag
6001    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6002  else
6003    ac_cpp_err=
6004  fi
6005else
6006  ac_cpp_err=yes
6007fi
6008if test -z "$ac_cpp_err"; then
6009  ac_header_preproc=yes
6010else
6011  echo "$as_me: failed program was:" >&5
6012sed 's/^/| /' conftest.$ac_ext >&5
6013
6014  ac_header_preproc=no
6015fi
6016rm -f conftest.err conftest.$ac_ext
6017echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6018echo "${ECHO_T}$ac_header_preproc" >&6
6019
6020# So?  What about this header?
6021case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6022  yes:no: )
6023    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6024echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6025    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6026echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6027    ac_header_preproc=yes
6028    ;;
6029  no:yes:* )
6030    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6031echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6032    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6033echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6034    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6035echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6036    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6037echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6038    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6039echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6040    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6041echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6042    (
6043      cat <<\_ASBOX
6044## ---------------------------------------------- ##
6045## Report this to orxonox-dev at mail.datacore.ch ##
6046## ---------------------------------------------- ##
6047_ASBOX
6048    ) |
6049      sed "s/^/$as_me: WARNING:     /" >&2
6050    ;;
6051esac
6052echo "$as_me:$LINENO: checking for $ac_header" >&5
6053echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6054if eval "test \"\${$as_ac_Header+set}\" = set"; then
6055  echo $ECHO_N "(cached) $ECHO_C" >&6
6056else
6057  eval "$as_ac_Header=\$ac_header_preproc"
6058fi
6059echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6060echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6061
6062fi
6063if test `eval echo '${'$as_ac_Header'}'` = yes; then
6064  cat >>confdefs.h <<_ACEOF
6065#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6066_ACEOF
6067
6068else
6069  { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5
6070echo "$as_me: error: cannot find opengl headers" >&2;}
6071   { (exit 1); exit 1; }; }
6072fi
6073
6074done
6075
6076
6077   LIBS="$LIBS -framework OpenGL"
6078
6079       SDL_CFLAGS=`sdl-config --cflags`
6080       SDL_LIBS=`sdl-config --libs`
6081       CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
6082       LIBS="$LIBS $SDL_LIBS"
6083
6084
6085# checking for SDL-headers
6086#    AC_CHECK_HEADERS(SDL/SDL.h ,,
6087#      [AC_MSG_ERROR([cannot find SDL headers]) ])
6088
6089## checking for SDL
6090#    SDL_VERSION=1.2.7
6091#    AM_PATH_SDL($SDL_VERSION,
6092#      :,
6093#      AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
6094#      )
6095
6096
6097    ;;
6098
6099  *)
6100    ;;
6101esac
6102
6103
6104
6105###################################
6106## CHECKING FOR HEADERS AND LIBS ##
6107###################################
6108
6109#---------#
6110# SDL_ttf #
6111#---------#
6112# checking for SDL_ttf-headers
6113
6114for ac_header in SDL_ttf.h
6115do
6116as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6117if eval "test \"\${$as_ac_Header+set}\" = set"; then
6118  echo "$as_me:$LINENO: checking for $ac_header" >&5
6119echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6120if eval "test \"\${$as_ac_Header+set}\" = set"; then
6121  echo $ECHO_N "(cached) $ECHO_C" >&6
6122fi
6123echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6124echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6125else
6126  # Is the header compilable?
6127echo "$as_me:$LINENO: checking $ac_header usability" >&5
6128echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6129cat >conftest.$ac_ext <<_ACEOF
6130/* confdefs.h.  */
6131_ACEOF
6132cat confdefs.h >>conftest.$ac_ext
6133cat >>conftest.$ac_ext <<_ACEOF
6134/* end confdefs.h.  */
6135$ac_includes_default
6136#include <$ac_header>
6137_ACEOF
6138rm -f conftest.$ac_objext
6139if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6140  (eval $ac_compile) 2>conftest.er1
6141  ac_status=$?
6142  grep -v '^ *+' conftest.er1 >conftest.err
6143  rm -f conftest.er1
6144  cat conftest.err >&5
6145  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6146  (exit $ac_status); } &&
6147         { ac_try='test -z "$ac_c_werror_flag"
6148                         || test ! -s conftest.err'
6149  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6150  (eval $ac_try) 2>&5
6151  ac_status=$?
6152  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6153  (exit $ac_status); }; } &&
6154         { ac_try='test -s conftest.$ac_objext'
6155  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6156  (eval $ac_try) 2>&5
6157  ac_status=$?
6158  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6159  (exit $ac_status); }; }; then
6160  ac_header_compiler=yes
6161else
6162  echo "$as_me: failed program was:" >&5
6163sed 's/^/| /' conftest.$ac_ext >&5
6164
6165ac_header_compiler=no
6166fi
6167rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6168echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6169echo "${ECHO_T}$ac_header_compiler" >&6
6170
6171# Is the header present?
6172echo "$as_me:$LINENO: checking $ac_header presence" >&5
6173echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6174cat >conftest.$ac_ext <<_ACEOF
6175/* confdefs.h.  */
6176_ACEOF
6177cat confdefs.h >>conftest.$ac_ext
6178cat >>conftest.$ac_ext <<_ACEOF
6179/* end confdefs.h.  */
6180#include <$ac_header>
6181_ACEOF
6182if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6183  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6184  ac_status=$?
6185  grep -v '^ *+' conftest.er1 >conftest.err
6186  rm -f conftest.er1
6187  cat conftest.err >&5
6188  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6189  (exit $ac_status); } >/dev/null; then
6190  if test -s conftest.err; then
6191    ac_cpp_err=$ac_c_preproc_warn_flag
6192    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6193  else
6194    ac_cpp_err=
6195  fi
6196else
6197  ac_cpp_err=yes
6198fi
6199if test -z "$ac_cpp_err"; then
6200  ac_header_preproc=yes
6201else
6202  echo "$as_me: failed program was:" >&5
6203sed 's/^/| /' conftest.$ac_ext >&5
6204
6205  ac_header_preproc=no
6206fi
6207rm -f conftest.err conftest.$ac_ext
6208echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6209echo "${ECHO_T}$ac_header_preproc" >&6
6210
6211# So?  What about this header?
6212case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6213  yes:no: )
6214    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6215echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6216    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6217echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6218    ac_header_preproc=yes
6219    ;;
6220  no:yes:* )
6221    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6222echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6223    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6224echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6225    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6226echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6227    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6228echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6229    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6230echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6231    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6232echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6233    (
6234      cat <<\_ASBOX
6235## ---------------------------------------------- ##
6236## Report this to orxonox-dev at mail.datacore.ch ##
6237## ---------------------------------------------- ##
6238_ASBOX
6239    ) |
6240      sed "s/^/$as_me: WARNING:     /" >&2
6241    ;;
6242esac
6243echo "$as_me:$LINENO: checking for $ac_header" >&5
6244echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6245if eval "test \"\${$as_ac_Header+set}\" = set"; then
6246  echo $ECHO_N "(cached) $ECHO_C" >&6
6247else
6248  eval "$as_ac_Header=\$ac_header_preproc"
6249fi
6250echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6251echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6252
6253fi
6254if test `eval echo '${'$as_ac_Header'}'` = yes; then
6255  cat >>confdefs.h <<_ACEOF
6256#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6257_ACEOF
6258
6259else
6260  { { echo "$as_me:$LINENO: error: cannot find SDL_ttf header." >&5
6261echo "$as_me: error: cannot find SDL_ttf header." >&2;}
6262   { (exit 1); exit 1; }; }
6263fi
6264
6265done
6266
6267#fi
6268# checking for SDL_ttf-lib
6269  echo "$as_me:$LINENO: checking for main in -lSDL_ttf" >&5
6270echo $ECHO_N "checking for main in -lSDL_ttf... $ECHO_C" >&6
6271if test "${ac_cv_lib_SDL_ttf_main+set}" = set; then
6272  echo $ECHO_N "(cached) $ECHO_C" >&6
6273else
6274  ac_check_lib_save_LIBS=$LIBS
6275LIBS="-lSDL_ttf  $LIBS"
6276cat >conftest.$ac_ext <<_ACEOF
6277/* confdefs.h.  */
6278_ACEOF
6279cat confdefs.h >>conftest.$ac_ext
6280cat >>conftest.$ac_ext <<_ACEOF
6281/* end confdefs.h.  */
6282
6283
6284int
6285main ()
6286{
6287main ();
6288  ;
6289  return 0;
6290}
6291_ACEOF
6292rm -f conftest.$ac_objext conftest$ac_exeext
6293if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6294  (eval $ac_link) 2>conftest.er1
6295  ac_status=$?
6296  grep -v '^ *+' conftest.er1 >conftest.err
6297  rm -f conftest.er1
6298  cat conftest.err >&5
6299  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6300  (exit $ac_status); } &&
6301         { ac_try='test -z "$ac_c_werror_flag"
6302                         || test ! -s conftest.err'
6303  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6304  (eval $ac_try) 2>&5
6305  ac_status=$?
6306  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6307  (exit $ac_status); }; } &&
6308         { ac_try='test -s conftest$ac_exeext'
6309  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6310  (eval $ac_try) 2>&5
6311  ac_status=$?
6312  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6313  (exit $ac_status); }; }; then
6314  ac_cv_lib_SDL_ttf_main=yes
6315else
6316  echo "$as_me: failed program was:" >&5
6317sed 's/^/| /' conftest.$ac_ext >&5
6318
6319ac_cv_lib_SDL_ttf_main=no
6320fi
6321rm -f conftest.err conftest.$ac_objext \
6322      conftest$ac_exeext conftest.$ac_ext
6323LIBS=$ac_check_lib_save_LIBS
6324fi
6325echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_ttf_main" >&5
6326echo "${ECHO_T}$ac_cv_lib_SDL_ttf_main" >&6
6327if test $ac_cv_lib_SDL_ttf_main = yes; then
6328  FOUND_SDL_ttf=yes
6329fi
6330
6331     if test x$FOUND_SDL_ttf = xyes ; then
6332       LIBS="$LIBS -lSDL_ttf"
6333     else
6334        echo "------------------"
6335        echo "SDL_ttf library not found."
6336        echo "please install the SDL_ttf library, which can be found at http://www.libsdl.org/projects/SDL_ttf/"
6337        echo "------------------"
6338        exit -1
6339     fi
6340
6341#-----------#
6342# SDL_Image #
6343#-----------#
6344if test x$def_sdl_image = xyes; then
6345# checking for SDL_image-headers
6346
6347for ac_header in SDL_image.h
6348do
6349as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6350if eval "test \"\${$as_ac_Header+set}\" = set"; then
6351  echo "$as_me:$LINENO: checking for $ac_header" >&5
6352echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6353if eval "test \"\${$as_ac_Header+set}\" = set"; then
6354  echo $ECHO_N "(cached) $ECHO_C" >&6
6355fi
6356echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6357echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6358else
6359  # Is the header compilable?
6360echo "$as_me:$LINENO: checking $ac_header usability" >&5
6361echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6362cat >conftest.$ac_ext <<_ACEOF
6363/* confdefs.h.  */
6364_ACEOF
6365cat confdefs.h >>conftest.$ac_ext
6366cat >>conftest.$ac_ext <<_ACEOF
6367/* end confdefs.h.  */
6368$ac_includes_default
6369#include <$ac_header>
6370_ACEOF
6371rm -f conftest.$ac_objext
6372if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6373  (eval $ac_compile) 2>conftest.er1
6374  ac_status=$?
6375  grep -v '^ *+' conftest.er1 >conftest.err
6376  rm -f conftest.er1
6377  cat conftest.err >&5
6378  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379  (exit $ac_status); } &&
6380         { ac_try='test -z "$ac_c_werror_flag"
6381                         || test ! -s conftest.err'
6382  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6383  (eval $ac_try) 2>&5
6384  ac_status=$?
6385  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6386  (exit $ac_status); }; } &&
6387         { ac_try='test -s conftest.$ac_objext'
6388  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6389  (eval $ac_try) 2>&5
6390  ac_status=$?
6391  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6392  (exit $ac_status); }; }; then
6393  ac_header_compiler=yes
6394else
6395  echo "$as_me: failed program was:" >&5
6396sed 's/^/| /' conftest.$ac_ext >&5
6397
6398ac_header_compiler=no
6399fi
6400rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6401echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6402echo "${ECHO_T}$ac_header_compiler" >&6
6403
6404# Is the header present?
6405echo "$as_me:$LINENO: checking $ac_header presence" >&5
6406echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6407cat >conftest.$ac_ext <<_ACEOF
6408/* confdefs.h.  */
6409_ACEOF
6410cat confdefs.h >>conftest.$ac_ext
6411cat >>conftest.$ac_ext <<_ACEOF
6412/* end confdefs.h.  */
6413#include <$ac_header>
6414_ACEOF
6415if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6416  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6417  ac_status=$?
6418  grep -v '^ *+' conftest.er1 >conftest.err
6419  rm -f conftest.er1
6420  cat conftest.err >&5
6421  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6422  (exit $ac_status); } >/dev/null; then
6423  if test -s conftest.err; then
6424    ac_cpp_err=$ac_c_preproc_warn_flag
6425    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6426  else
6427    ac_cpp_err=
6428  fi
6429else
6430  ac_cpp_err=yes
6431fi
6432if test -z "$ac_cpp_err"; then
6433  ac_header_preproc=yes
6434else
6435  echo "$as_me: failed program was:" >&5
6436sed 's/^/| /' conftest.$ac_ext >&5
6437
6438  ac_header_preproc=no
6439fi
6440rm -f conftest.err conftest.$ac_ext
6441echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6442echo "${ECHO_T}$ac_header_preproc" >&6
6443
6444# So?  What about this header?
6445case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6446  yes:no: )
6447    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6448echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6449    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6450echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6451    ac_header_preproc=yes
6452    ;;
6453  no:yes:* )
6454    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6455echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6456    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6457echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6458    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6459echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6460    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6461echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6462    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6463echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6464    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6465echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6466    (
6467      cat <<\_ASBOX
6468## ---------------------------------------------- ##
6469## Report this to orxonox-dev at mail.datacore.ch ##
6470## ---------------------------------------------- ##
6471_ASBOX
6472    ) |
6473      sed "s/^/$as_me: WARNING:     /" >&2
6474    ;;
6475esac
6476echo "$as_me:$LINENO: checking for $ac_header" >&5
6477echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6478if eval "test \"\${$as_ac_Header+set}\" = set"; then
6479  echo $ECHO_N "(cached) $ECHO_C" >&6
6480else
6481  eval "$as_ac_Header=\$ac_header_preproc"
6482fi
6483echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6484echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6485
6486fi
6487if test `eval echo '${'$as_ac_Header'}'` = yes; then
6488  cat >>confdefs.h <<_ACEOF
6489#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6490_ACEOF
6491
6492else
6493  echo "sdl_image not found. falling back to other options"; def_sdl_image=no
6494fi
6495
6496done
6497
6498fi
6499if test x$def_sdl_image = xyes; then
6500# checking for SDL_image-lib
6501  echo "$as_me:$LINENO: checking for main in -lSDL_image" >&5
6502echo $ECHO_N "checking for main in -lSDL_image... $ECHO_C" >&6
6503if test "${ac_cv_lib_SDL_image_main+set}" = set; then
6504  echo $ECHO_N "(cached) $ECHO_C" >&6
6505else
6506  ac_check_lib_save_LIBS=$LIBS
6507LIBS="-lSDL_image  $LIBS"
6508cat >conftest.$ac_ext <<_ACEOF
6509/* confdefs.h.  */
6510_ACEOF
6511cat confdefs.h >>conftest.$ac_ext
6512cat >>conftest.$ac_ext <<_ACEOF
6513/* end confdefs.h.  */
6514
6515
6516int
6517main ()
6518{
6519main ();
6520  ;
6521  return 0;
6522}
6523_ACEOF
6524rm -f conftest.$ac_objext conftest$ac_exeext
6525if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6526  (eval $ac_link) 2>conftest.er1
6527  ac_status=$?
6528  grep -v '^ *+' conftest.er1 >conftest.err
6529  rm -f conftest.er1
6530  cat conftest.err >&5
6531  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6532  (exit $ac_status); } &&
6533         { ac_try='test -z "$ac_c_werror_flag"
6534                         || test ! -s conftest.err'
6535  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6536  (eval $ac_try) 2>&5
6537  ac_status=$?
6538  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6539  (exit $ac_status); }; } &&
6540         { ac_try='test -s conftest$ac_exeext'
6541  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6542  (eval $ac_try) 2>&5
6543  ac_status=$?
6544  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6545  (exit $ac_status); }; }; then
6546  ac_cv_lib_SDL_image_main=yes
6547else
6548  echo "$as_me: failed program was:" >&5
6549sed 's/^/| /' conftest.$ac_ext >&5
6550
6551ac_cv_lib_SDL_image_main=no
6552fi
6553rm -f conftest.err conftest.$ac_objext \
6554      conftest$ac_exeext conftest.$ac_ext
6555LIBS=$ac_check_lib_save_LIBS
6556fi
6557echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_image_main" >&5
6558echo "${ECHO_T}$ac_cv_lib_SDL_image_main" >&6
6559if test $ac_cv_lib_SDL_image_main = yes; then
6560  FOUND_SDL_image=yes
6561fi
6562
6563     if test x$FOUND_SDL_image = xyes ; then
6564       LIBS="$LIBS -lSDL_image"
6565     else
6566        echo "------------------"
6567        echo "SDL_image library not found."
6568        echo "please install the SDL_image library, which can be found at http://www.libsdl.org/projects/SDL_image/"
6569        echo "------------------"
6570        exit -1
6571     fi
6572fi
6573
6574## case no SDL-image:
6575if test x$def_sdl_image = xno; then
6576#---------#
6577# libjpeg #
6578#---------#
6579
6580for ac_header in jpeglib.h
6581do
6582as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6583if eval "test \"\${$as_ac_Header+set}\" = set"; then
6584  echo "$as_me:$LINENO: checking for $ac_header" >&5
6585echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6586if eval "test \"\${$as_ac_Header+set}\" = set"; then
6587  echo $ECHO_N "(cached) $ECHO_C" >&6
6588fi
6589echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6590echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6591else
6592  # Is the header compilable?
6593echo "$as_me:$LINENO: checking $ac_header usability" >&5
6594echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6595cat >conftest.$ac_ext <<_ACEOF
6596/* confdefs.h.  */
6597_ACEOF
6598cat confdefs.h >>conftest.$ac_ext
6599cat >>conftest.$ac_ext <<_ACEOF
6600/* end confdefs.h.  */
6601$ac_includes_default
6602#include <$ac_header>
6603_ACEOF
6604rm -f conftest.$ac_objext
6605if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6606  (eval $ac_compile) 2>conftest.er1
6607  ac_status=$?
6608  grep -v '^ *+' conftest.er1 >conftest.err
6609  rm -f conftest.er1
6610  cat conftest.err >&5
6611  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6612  (exit $ac_status); } &&
6613         { ac_try='test -z "$ac_c_werror_flag"
6614                         || test ! -s conftest.err'
6615  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6616  (eval $ac_try) 2>&5
6617  ac_status=$?
6618  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619  (exit $ac_status); }; } &&
6620         { ac_try='test -s conftest.$ac_objext'
6621  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6622  (eval $ac_try) 2>&5
6623  ac_status=$?
6624  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6625  (exit $ac_status); }; }; then
6626  ac_header_compiler=yes
6627else
6628  echo "$as_me: failed program was:" >&5
6629sed 's/^/| /' conftest.$ac_ext >&5
6630
6631ac_header_compiler=no
6632fi
6633rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6634echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6635echo "${ECHO_T}$ac_header_compiler" >&6
6636
6637# Is the header present?
6638echo "$as_me:$LINENO: checking $ac_header presence" >&5
6639echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6640cat >conftest.$ac_ext <<_ACEOF
6641/* confdefs.h.  */
6642_ACEOF
6643cat confdefs.h >>conftest.$ac_ext
6644cat >>conftest.$ac_ext <<_ACEOF
6645/* end confdefs.h.  */
6646#include <$ac_header>
6647_ACEOF
6648if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6649  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6650  ac_status=$?
6651  grep -v '^ *+' conftest.er1 >conftest.err
6652  rm -f conftest.er1
6653  cat conftest.err >&5
6654  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6655  (exit $ac_status); } >/dev/null; then
6656  if test -s conftest.err; then
6657    ac_cpp_err=$ac_c_preproc_warn_flag
6658    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6659  else
6660    ac_cpp_err=
6661  fi
6662else
6663  ac_cpp_err=yes
6664fi
6665if test -z "$ac_cpp_err"; then
6666  ac_header_preproc=yes
6667else
6668  echo "$as_me: failed program was:" >&5
6669sed 's/^/| /' conftest.$ac_ext >&5
6670
6671  ac_header_preproc=no
6672fi
6673rm -f conftest.err conftest.$ac_ext
6674echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6675echo "${ECHO_T}$ac_header_preproc" >&6
6676
6677# So?  What about this header?
6678case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6679  yes:no: )
6680    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6681echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6682    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6683echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6684    ac_header_preproc=yes
6685    ;;
6686  no:yes:* )
6687    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6688echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6689    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6690echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6691    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6692echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6693    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6694echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6695    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6696echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6697    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6698echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6699    (
6700      cat <<\_ASBOX
6701## ---------------------------------------------- ##
6702## Report this to orxonox-dev at mail.datacore.ch ##
6703## ---------------------------------------------- ##
6704_ASBOX
6705    ) |
6706      sed "s/^/$as_me: WARNING:     /" >&2
6707    ;;
6708esac
6709echo "$as_me:$LINENO: checking for $ac_header" >&5
6710echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6711if eval "test \"\${$as_ac_Header+set}\" = set"; then
6712  echo $ECHO_N "(cached) $ECHO_C" >&6
6713else
6714  eval "$as_ac_Header=\$ac_header_preproc"
6715fi
6716echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6717echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6718
6719fi
6720if test `eval echo '${'$as_ac_Header'}'` = yes; then
6721  cat >>confdefs.h <<_ACEOF
6722#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6723_ACEOF
6724 jpegHeader="yes"
6725else
6726  jpegHeader="no"
6727fi
6728
6729done
6730
6731 if test x$jpegHeader = xno; then
6732        echo " not including jpeg."
6733 else
6734  echo "$as_me:$LINENO: checking for main in -ljpeg" >&5
6735echo $ECHO_N "checking for main in -ljpeg... $ECHO_C" >&6
6736if test "${ac_cv_lib_jpeg_main+set}" = set; then
6737  echo $ECHO_N "(cached) $ECHO_C" >&6
6738else
6739  ac_check_lib_save_LIBS=$LIBS
6740LIBS="-ljpeg  $LIBS"
6741cat >conftest.$ac_ext <<_ACEOF
6742/* confdefs.h.  */
6743_ACEOF
6744cat confdefs.h >>conftest.$ac_ext
6745cat >>conftest.$ac_ext <<_ACEOF
6746/* end confdefs.h.  */
6747
6748
6749int
6750main ()
6751{
6752main ();
6753  ;
6754  return 0;
6755}
6756_ACEOF
6757rm -f conftest.$ac_objext conftest$ac_exeext
6758if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6759  (eval $ac_link) 2>conftest.er1
6760  ac_status=$?
6761  grep -v '^ *+' conftest.er1 >conftest.err
6762  rm -f conftest.er1
6763  cat conftest.err >&5
6764  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6765  (exit $ac_status); } &&
6766         { ac_try='test -z "$ac_c_werror_flag"
6767                         || test ! -s conftest.err'
6768  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6769  (eval $ac_try) 2>&5
6770  ac_status=$?
6771  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6772  (exit $ac_status); }; } &&
6773         { ac_try='test -s conftest$ac_exeext'
6774  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6775  (eval $ac_try) 2>&5
6776  ac_status=$?
6777  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6778  (exit $ac_status); }; }; then
6779  ac_cv_lib_jpeg_main=yes
6780else
6781  echo "$as_me: failed program was:" >&5
6782sed 's/^/| /' conftest.$ac_ext >&5
6783
6784ac_cv_lib_jpeg_main=no
6785fi
6786rm -f conftest.err conftest.$ac_objext \
6787      conftest$ac_exeext conftest.$ac_ext
6788LIBS=$ac_check_lib_save_LIBS
6789fi
6790echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_main" >&5
6791echo "${ECHO_T}$ac_cv_lib_jpeg_main" >&6
6792if test $ac_cv_lib_jpeg_main = yes; then
6793  FOUND_jpeg=yes
6794fi
6795
6796    if test x$FOUND_jpeg = xyes ; then
6797      LIBS="$LIBS -ljpeg"
6798    else
6799         echo "------------------"
6800         echo "jpeg library not found."
6801         echo "please install the jpeg library from the Independent JPEG Group, which can be found at http://www.ijg.org"
6802         echo "------------------"
6803         exit -1
6804    fi
6805 fi
6806
6807#--------#
6808# libpng #
6809#--------#
6810
6811for ac_header in png.h
6812do
6813as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6814if eval "test \"\${$as_ac_Header+set}\" = set"; then
6815  echo "$as_me:$LINENO: checking for $ac_header" >&5
6816echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6817if eval "test \"\${$as_ac_Header+set}\" = set"; then
6818  echo $ECHO_N "(cached) $ECHO_C" >&6
6819fi
6820echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6821echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6822else
6823  # Is the header compilable?
6824echo "$as_me:$LINENO: checking $ac_header usability" >&5
6825echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6826cat >conftest.$ac_ext <<_ACEOF
6827/* confdefs.h.  */
6828_ACEOF
6829cat confdefs.h >>conftest.$ac_ext
6830cat >>conftest.$ac_ext <<_ACEOF
6831/* end confdefs.h.  */
6832$ac_includes_default
6833#include <$ac_header>
6834_ACEOF
6835rm -f conftest.$ac_objext
6836if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6837  (eval $ac_compile) 2>conftest.er1
6838  ac_status=$?
6839  grep -v '^ *+' conftest.er1 >conftest.err
6840  rm -f conftest.er1
6841  cat conftest.err >&5
6842  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843  (exit $ac_status); } &&
6844         { ac_try='test -z "$ac_c_werror_flag"
6845                         || test ! -s conftest.err'
6846  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6847  (eval $ac_try) 2>&5
6848  ac_status=$?
6849  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6850  (exit $ac_status); }; } &&
6851         { ac_try='test -s conftest.$ac_objext'
6852  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6853  (eval $ac_try) 2>&5
6854  ac_status=$?
6855  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6856  (exit $ac_status); }; }; then
6857  ac_header_compiler=yes
6858else
6859  echo "$as_me: failed program was:" >&5
6860sed 's/^/| /' conftest.$ac_ext >&5
6861
6862ac_header_compiler=no
6863fi
6864rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6865echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6866echo "${ECHO_T}$ac_header_compiler" >&6
6867
6868# Is the header present?
6869echo "$as_me:$LINENO: checking $ac_header presence" >&5
6870echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6871cat >conftest.$ac_ext <<_ACEOF
6872/* confdefs.h.  */
6873_ACEOF
6874cat confdefs.h >>conftest.$ac_ext
6875cat >>conftest.$ac_ext <<_ACEOF
6876/* end confdefs.h.  */
6877#include <$ac_header>
6878_ACEOF
6879if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6880  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6881  ac_status=$?
6882  grep -v '^ *+' conftest.er1 >conftest.err
6883  rm -f conftest.er1
6884  cat conftest.err >&5
6885  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6886  (exit $ac_status); } >/dev/null; then
6887  if test -s conftest.err; then
6888    ac_cpp_err=$ac_c_preproc_warn_flag
6889    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6890  else
6891    ac_cpp_err=
6892  fi
6893else
6894  ac_cpp_err=yes
6895fi
6896if test -z "$ac_cpp_err"; then
6897  ac_header_preproc=yes
6898else
6899  echo "$as_me: failed program was:" >&5
6900sed 's/^/| /' conftest.$ac_ext >&5
6901
6902  ac_header_preproc=no
6903fi
6904rm -f conftest.err conftest.$ac_ext
6905echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6906echo "${ECHO_T}$ac_header_preproc" >&6
6907
6908# So?  What about this header?
6909case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6910  yes:no: )
6911    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6912echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6913    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6914echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6915    ac_header_preproc=yes
6916    ;;
6917  no:yes:* )
6918    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6919echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6920    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6921echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6922    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6923echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6924    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6925echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6926    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6927echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6928    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6929echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6930    (
6931      cat <<\_ASBOX
6932## ---------------------------------------------- ##
6933## Report this to orxonox-dev at mail.datacore.ch ##
6934## ---------------------------------------------- ##
6935_ASBOX
6936    ) |
6937      sed "s/^/$as_me: WARNING:     /" >&2
6938    ;;
6939esac
6940echo "$as_me:$LINENO: checking for $ac_header" >&5
6941echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6942if eval "test \"\${$as_ac_Header+set}\" = set"; then
6943  echo $ECHO_N "(cached) $ECHO_C" >&6
6944else
6945  eval "$as_ac_Header=\$ac_header_preproc"
6946fi
6947echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6948echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6949
6950fi
6951if test `eval echo '${'$as_ac_Header'}'` = yes; then
6952  cat >>confdefs.h <<_ACEOF
6953#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6954_ACEOF
6955 pngHeader="yes"
6956else
6957  pngHeader="no"
6958fi
6959
6960done
6961
6962 if test x$pngHeader = xno; then
6963        echo " not including png."
6964 else
6965  echo "$as_me:$LINENO: checking for main in -lpng" >&5
6966echo $ECHO_N "checking for main in -lpng... $ECHO_C" >&6
6967if test "${ac_cv_lib_png_main+set}" = set; then
6968  echo $ECHO_N "(cached) $ECHO_C" >&6
6969else
6970  ac_check_lib_save_LIBS=$LIBS
6971LIBS="-lpng  $LIBS"
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
6979
6980int
6981main ()
6982{
6983main ();
6984  ;
6985  return 0;
6986}
6987_ACEOF
6988rm -f conftest.$ac_objext conftest$ac_exeext
6989if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6990  (eval $ac_link) 2>conftest.er1
6991  ac_status=$?
6992  grep -v '^ *+' conftest.er1 >conftest.err
6993  rm -f conftest.er1
6994  cat conftest.err >&5
6995  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996  (exit $ac_status); } &&
6997         { ac_try='test -z "$ac_c_werror_flag"
6998                         || test ! -s conftest.err'
6999  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7000  (eval $ac_try) 2>&5
7001  ac_status=$?
7002  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7003  (exit $ac_status); }; } &&
7004         { ac_try='test -s conftest$ac_exeext'
7005  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7006  (eval $ac_try) 2>&5
7007  ac_status=$?
7008  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7009  (exit $ac_status); }; }; then
7010  ac_cv_lib_png_main=yes
7011else
7012  echo "$as_me: failed program was:" >&5
7013sed 's/^/| /' conftest.$ac_ext >&5
7014
7015ac_cv_lib_png_main=no
7016fi
7017rm -f conftest.err conftest.$ac_objext \
7018      conftest$ac_exeext conftest.$ac_ext
7019LIBS=$ac_check_lib_save_LIBS
7020fi
7021echo "$as_me:$LINENO: result: $ac_cv_lib_png_main" >&5
7022echo "${ECHO_T}$ac_cv_lib_png_main" >&6
7023if test $ac_cv_lib_png_main = yes; then
7024  FOUND_png=yes
7025fi
7026
7027    if test x$FOUND_png = xyes ; then
7028      LIBS="$LIBS -lpng"
7029    else
7030         echo "------------------"
7031         echo "png library not found."
7032         echo "please install the png library, which can be found at http://libpng.org/pub/png/libpng.html"
7033         echo "------------------"
7034         exit -1
7035    fi
7036 fi
7037fi
7038
7039#-----#
7040# GTK #
7041#-----#
7042if test x$def_gtk = xyes; then
7043
7044        #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no)
7045        echo "$as_me:$LINENO: checking for gtk2.0" >&5
7046echo $ECHO_N "checking for gtk2.0... $ECHO_C" >&6
7047        if `pkg-config --exists gtk+-2.0`; then
7048                echo "yes"
7049                have_gtk2=yes
7050                GTK2_LIBS=`pkg-config --libs gtk+-2.0`
7051                GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0`
7052
7053cat >>confdefs.h <<_ACEOF
7054#define HAVE_GTK2 1
7055_ACEOF
7056
7057        else
7058                echo "no"
7059        fi
7060
7061fi
7062
7063
7064
7065
7066if test x$have_gtk2 = xyes; then
7067  HAVE_GTK2_TRUE=
7068  HAVE_GTK2_FALSE='#'
7069else
7070  HAVE_GTK2_TRUE='#'
7071  HAVE_GTK2_FALSE=
7072fi
7073
7074
7075#---------#
7076# gThread #
7077#---------#
7078if test x$def_gthread = xyes; then
7079
7080        echo "$as_me:$LINENO: checking for gthread" >&5
7081echo $ECHO_N "checking for gthread... $ECHO_C" >&6
7082        if `pkg-config --exists gthread-2.0`; then
7083                echo "yes"
7084                have_gthread=yes
7085                GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
7086                GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
7087
7088cat >>confdefs.h <<_ACEOF
7089#define HAVE_GTHREAD 1
7090_ACEOF
7091
7092        else
7093                echo "no"
7094        fi
7095
7096fi
7097
7098
7099
7100
7101if test x$have_gthread = xyes; then
7102  HAVE_GTHREAD_TRUE=
7103  HAVE_GTHREAD_FALSE='#'
7104else
7105  HAVE_GTHREAD_TRUE='#'
7106  HAVE_GTHREAD_FALSE=
7107fi
7108
7109
7110#---------#
7111# libcURL #
7112#---------#
7113if test x$def_curl = xyes; then
7114
7115
7116for ac_header in curl/curl.h
7117do
7118as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7119if eval "test \"\${$as_ac_Header+set}\" = set"; then
7120  echo "$as_me:$LINENO: checking for $ac_header" >&5
7121echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7122if eval "test \"\${$as_ac_Header+set}\" = set"; then
7123  echo $ECHO_N "(cached) $ECHO_C" >&6
7124fi
7125echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7126echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7127else
7128  # Is the header compilable?
7129echo "$as_me:$LINENO: checking $ac_header usability" >&5
7130echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7131cat >conftest.$ac_ext <<_ACEOF
7132/* confdefs.h.  */
7133_ACEOF
7134cat confdefs.h >>conftest.$ac_ext
7135cat >>conftest.$ac_ext <<_ACEOF
7136/* end confdefs.h.  */
7137$ac_includes_default
7138#include <$ac_header>
7139_ACEOF
7140rm -f conftest.$ac_objext
7141if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7142  (eval $ac_compile) 2>conftest.er1
7143  ac_status=$?
7144  grep -v '^ *+' conftest.er1 >conftest.err
7145  rm -f conftest.er1
7146  cat conftest.err >&5
7147  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7148  (exit $ac_status); } &&
7149         { ac_try='test -z "$ac_c_werror_flag"
7150                         || test ! -s conftest.err'
7151  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7152  (eval $ac_try) 2>&5
7153  ac_status=$?
7154  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7155  (exit $ac_status); }; } &&
7156         { ac_try='test -s conftest.$ac_objext'
7157  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7158  (eval $ac_try) 2>&5
7159  ac_status=$?
7160  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7161  (exit $ac_status); }; }; then
7162  ac_header_compiler=yes
7163else
7164  echo "$as_me: failed program was:" >&5
7165sed 's/^/| /' conftest.$ac_ext >&5
7166
7167ac_header_compiler=no
7168fi
7169rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7170echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7171echo "${ECHO_T}$ac_header_compiler" >&6
7172
7173# Is the header present?
7174echo "$as_me:$LINENO: checking $ac_header presence" >&5
7175echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7176cat >conftest.$ac_ext <<_ACEOF
7177/* confdefs.h.  */
7178_ACEOF
7179cat confdefs.h >>conftest.$ac_ext
7180cat >>conftest.$ac_ext <<_ACEOF
7181/* end confdefs.h.  */
7182#include <$ac_header>
7183_ACEOF
7184if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7185  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7186  ac_status=$?
7187  grep -v '^ *+' conftest.er1 >conftest.err
7188  rm -f conftest.er1
7189  cat conftest.err >&5
7190  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7191  (exit $ac_status); } >/dev/null; then
7192  if test -s conftest.err; then
7193    ac_cpp_err=$ac_c_preproc_warn_flag
7194    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7195  else
7196    ac_cpp_err=
7197  fi
7198else
7199  ac_cpp_err=yes
7200fi
7201if test -z "$ac_cpp_err"; then
7202  ac_header_preproc=yes
7203else
7204  echo "$as_me: failed program was:" >&5
7205sed 's/^/| /' conftest.$ac_ext >&5
7206
7207  ac_header_preproc=no
7208fi
7209rm -f conftest.err conftest.$ac_ext
7210echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7211echo "${ECHO_T}$ac_header_preproc" >&6
7212
7213# So?  What about this header?
7214case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7215  yes:no: )
7216    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7217echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7218    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7219echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7220    ac_header_preproc=yes
7221    ;;
7222  no:yes:* )
7223    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7224echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7225    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7226echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7227    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7228echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7229    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7230echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7231    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7232echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7233    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7234echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7235    (
7236      cat <<\_ASBOX
7237## ---------------------------------------------- ##
7238## Report this to orxonox-dev at mail.datacore.ch ##
7239## ---------------------------------------------- ##
7240_ASBOX
7241    ) |
7242      sed "s/^/$as_me: WARNING:     /" >&2
7243    ;;
7244esac
7245echo "$as_me:$LINENO: checking for $ac_header" >&5
7246echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7247if eval "test \"\${$as_ac_Header+set}\" = set"; then
7248  echo $ECHO_N "(cached) $ECHO_C" >&6
7249else
7250  eval "$as_ac_Header=\$ac_header_preproc"
7251fi
7252echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7253echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7254
7255fi
7256if test `eval echo '${'$as_ac_Header'}'` = yes; then
7257  cat >>confdefs.h <<_ACEOF
7258#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7259_ACEOF
7260 curlHeader="yes"
7261else
7262  curlHeader="no"
7263fi
7264
7265done
7266
7267 echo "$as_me:$LINENO: checking for main in -lcurl" >&5
7268echo $ECHO_N "checking for main in -lcurl... $ECHO_C" >&6
7269if test "${ac_cv_lib_curl_main+set}" = set; then
7270  echo $ECHO_N "(cached) $ECHO_C" >&6
7271else
7272  ac_check_lib_save_LIBS=$LIBS
7273LIBS="-lcurl  $LIBS"
7274cat >conftest.$ac_ext <<_ACEOF
7275/* confdefs.h.  */
7276_ACEOF
7277cat confdefs.h >>conftest.$ac_ext
7278cat >>conftest.$ac_ext <<_ACEOF
7279/* end confdefs.h.  */
7280
7281
7282int
7283main ()
7284{
7285main ();
7286  ;
7287  return 0;
7288}
7289_ACEOF
7290rm -f conftest.$ac_objext conftest$ac_exeext
7291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7292  (eval $ac_link) 2>conftest.er1
7293  ac_status=$?
7294  grep -v '^ *+' conftest.er1 >conftest.err
7295  rm -f conftest.er1
7296  cat conftest.err >&5
7297  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7298  (exit $ac_status); } &&
7299         { ac_try='test -z "$ac_c_werror_flag"
7300                         || test ! -s conftest.err'
7301  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7302  (eval $ac_try) 2>&5
7303  ac_status=$?
7304  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7305  (exit $ac_status); }; } &&
7306         { ac_try='test -s conftest$ac_exeext'
7307  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7308  (eval $ac_try) 2>&5
7309  ac_status=$?
7310  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7311  (exit $ac_status); }; }; then
7312  ac_cv_lib_curl_main=yes
7313else
7314  echo "$as_me: failed program was:" >&5
7315sed 's/^/| /' conftest.$ac_ext >&5
7316
7317ac_cv_lib_curl_main=no
7318fi
7319rm -f conftest.err conftest.$ac_objext \
7320      conftest$ac_exeext conftest.$ac_ext
7321LIBS=$ac_check_lib_save_LIBS
7322fi
7323echo "$as_me:$LINENO: result: $ac_cv_lib_curl_main" >&5
7324echo "${ECHO_T}$ac_cv_lib_curl_main" >&6
7325if test $ac_cv_lib_curl_main = yes; then
7326  FOUND_curl=yes
7327fi
7328
7329 if test x$curlHeader = xyes & test x$FOUND_curl = xyes ; then
7330  have_curl=yes
7331  CURL_LIBS=`curl-config --libs`
7332  CURLCFLAGS=`curl-config --cflags`
7333
7334cat >>confdefs.h <<_ACEOF
7335#define HAVE_CURL 1
7336_ACEOF
7337
7338 else
7339  have_curl=no
7340 fi
7341
7342fi
7343
7344
7345
7346
7347if test x$have_curl = xyes; then
7348  HAVE_CURL_TRUE=
7349  HAVE_CURL_FALSE='#'
7350else
7351  HAVE_CURL_TRUE='#'
7352  HAVE_CURL_FALSE=
7353fi
7354
7355
7356#---------#
7357# pthread #
7358#---------#
7359if test x$def_pthread = xyes ; then
7360 if test x$have_gthread = xyes ; then
7361
7362for ac_header in pthread.h
7363do
7364as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7365if eval "test \"\${$as_ac_Header+set}\" = set"; then
7366  echo "$as_me:$LINENO: checking for $ac_header" >&5
7367echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7368if eval "test \"\${$as_ac_Header+set}\" = set"; then
7369  echo $ECHO_N "(cached) $ECHO_C" >&6
7370fi
7371echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7372echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7373else
7374  # Is the header compilable?
7375echo "$as_me:$LINENO: checking $ac_header usability" >&5
7376echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7377cat >conftest.$ac_ext <<_ACEOF
7378/* confdefs.h.  */
7379_ACEOF
7380cat confdefs.h >>conftest.$ac_ext
7381cat >>conftest.$ac_ext <<_ACEOF
7382/* end confdefs.h.  */
7383$ac_includes_default
7384#include <$ac_header>
7385_ACEOF
7386rm -f conftest.$ac_objext
7387if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7388  (eval $ac_compile) 2>conftest.er1
7389  ac_status=$?
7390  grep -v '^ *+' conftest.er1 >conftest.err
7391  rm -f conftest.er1
7392  cat conftest.err >&5
7393  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7394  (exit $ac_status); } &&
7395         { ac_try='test -z "$ac_c_werror_flag"
7396                         || test ! -s conftest.err'
7397  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7398  (eval $ac_try) 2>&5
7399  ac_status=$?
7400  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401  (exit $ac_status); }; } &&
7402         { ac_try='test -s conftest.$ac_objext'
7403  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7404  (eval $ac_try) 2>&5
7405  ac_status=$?
7406  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7407  (exit $ac_status); }; }; then
7408  ac_header_compiler=yes
7409else
7410  echo "$as_me: failed program was:" >&5
7411sed 's/^/| /' conftest.$ac_ext >&5
7412
7413ac_header_compiler=no
7414fi
7415rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7416echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7417echo "${ECHO_T}$ac_header_compiler" >&6
7418
7419# Is the header present?
7420echo "$as_me:$LINENO: checking $ac_header presence" >&5
7421echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7422cat >conftest.$ac_ext <<_ACEOF
7423/* confdefs.h.  */
7424_ACEOF
7425cat confdefs.h >>conftest.$ac_ext
7426cat >>conftest.$ac_ext <<_ACEOF
7427/* end confdefs.h.  */
7428#include <$ac_header>
7429_ACEOF
7430if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7431  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7432  ac_status=$?
7433  grep -v '^ *+' conftest.er1 >conftest.err
7434  rm -f conftest.er1
7435  cat conftest.err >&5
7436  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7437  (exit $ac_status); } >/dev/null; then
7438  if test -s conftest.err; then
7439    ac_cpp_err=$ac_c_preproc_warn_flag
7440    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7441  else
7442    ac_cpp_err=
7443  fi
7444else
7445  ac_cpp_err=yes
7446fi
7447if test -z "$ac_cpp_err"; then
7448  ac_header_preproc=yes
7449else
7450  echo "$as_me: failed program was:" >&5
7451sed 's/^/| /' conftest.$ac_ext >&5
7452
7453  ac_header_preproc=no
7454fi
7455rm -f conftest.err conftest.$ac_ext
7456echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7457echo "${ECHO_T}$ac_header_preproc" >&6
7458
7459# So?  What about this header?
7460case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7461  yes:no: )
7462    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7463echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7464    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7465echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7466    ac_header_preproc=yes
7467    ;;
7468  no:yes:* )
7469    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7470echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7471    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7472echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7473    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7474echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7475    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7476echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7477    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7478echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7479    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7480echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7481    (
7482      cat <<\_ASBOX
7483## ---------------------------------------------- ##
7484## Report this to orxonox-dev at mail.datacore.ch ##
7485## ---------------------------------------------- ##
7486_ASBOX
7487    ) |
7488      sed "s/^/$as_me: WARNING:     /" >&2
7489    ;;
7490esac
7491echo "$as_me:$LINENO: checking for $ac_header" >&5
7492echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7493if eval "test \"\${$as_ac_Header+set}\" = set"; then
7494  echo $ECHO_N "(cached) $ECHO_C" >&6
7495else
7496  eval "$as_ac_Header=\$ac_header_preproc"
7497fi
7498echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7499echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7500
7501fi
7502if test `eval echo '${'$as_ac_Header'}'` = yes; then
7503  cat >>confdefs.h <<_ACEOF
7504#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7505_ACEOF
7506 pthreadHeader="yes"
7507else
7508  pthreadHeader="no"
7509fi
7510
7511done
7512
7513  echo "$as_me:$LINENO: checking for main in -lpthread" >&5
7514echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6
7515if test "${ac_cv_lib_pthread_main+set}" = set; then
7516  echo $ECHO_N "(cached) $ECHO_C" >&6
7517else
7518  ac_check_lib_save_LIBS=$LIBS
7519LIBS="-lpthread  $LIBS"
7520cat >conftest.$ac_ext <<_ACEOF
7521/* confdefs.h.  */
7522_ACEOF
7523cat confdefs.h >>conftest.$ac_ext
7524cat >>conftest.$ac_ext <<_ACEOF
7525/* end confdefs.h.  */
7526
7527
7528int
7529main ()
7530{
7531main ();
7532  ;
7533  return 0;
7534}
7535_ACEOF
7536rm -f conftest.$ac_objext conftest$ac_exeext
7537if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7538  (eval $ac_link) 2>conftest.er1
7539  ac_status=$?
7540  grep -v '^ *+' conftest.er1 >conftest.err
7541  rm -f conftest.er1
7542  cat conftest.err >&5
7543  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7544  (exit $ac_status); } &&
7545         { ac_try='test -z "$ac_c_werror_flag"
7546                         || test ! -s conftest.err'
7547  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7548  (eval $ac_try) 2>&5
7549  ac_status=$?
7550  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7551  (exit $ac_status); }; } &&
7552         { ac_try='test -s conftest$ac_exeext'
7553  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7554  (eval $ac_try) 2>&5
7555  ac_status=$?
7556  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7557  (exit $ac_status); }; }; then
7558  ac_cv_lib_pthread_main=yes
7559else
7560  echo "$as_me: failed program was:" >&5
7561sed 's/^/| /' conftest.$ac_ext >&5
7562
7563ac_cv_lib_pthread_main=no
7564fi
7565rm -f conftest.err conftest.$ac_objext \
7566      conftest$ac_exeext conftest.$ac_ext
7567LIBS=$ac_check_lib_save_LIBS
7568fi
7569echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5
7570echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6
7571if test $ac_cv_lib_pthread_main = yes; then
7572  FOUND_pthread=yes
7573fi
7574
7575   if test x$FOUND_pthread = xyes ; then
7576      LIBS="$LIBS -lpthread"
7577   fi
7578 fi
7579fi
7580
7581
7582# FIXME: Replace `main' with a function in `-lm':
7583
7584echo "$as_me:$LINENO: checking for main in -lm" >&5
7585echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
7586if test "${ac_cv_lib_m_main+set}" = set; then
7587  echo $ECHO_N "(cached) $ECHO_C" >&6
7588else
7589  ac_check_lib_save_LIBS=$LIBS
7590LIBS="-lm  $LIBS"
7591cat >conftest.$ac_ext <<_ACEOF
7592/* confdefs.h.  */
7593_ACEOF
7594cat confdefs.h >>conftest.$ac_ext
7595cat >>conftest.$ac_ext <<_ACEOF
7596/* end confdefs.h.  */
7597
7598
7599int
7600main ()
7601{
7602main ();
7603  ;
7604  return 0;
7605}
7606_ACEOF
7607rm -f conftest.$ac_objext conftest$ac_exeext
7608if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7609  (eval $ac_link) 2>conftest.er1
7610  ac_status=$?
7611  grep -v '^ *+' conftest.er1 >conftest.err
7612  rm -f conftest.er1
7613  cat conftest.err >&5
7614  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7615  (exit $ac_status); } &&
7616         { ac_try='test -z "$ac_c_werror_flag"
7617                         || test ! -s conftest.err'
7618  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7619  (eval $ac_try) 2>&5
7620  ac_status=$?
7621  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7622  (exit $ac_status); }; } &&
7623         { ac_try='test -s conftest$ac_exeext'
7624  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7625  (eval $ac_try) 2>&5
7626  ac_status=$?
7627  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7628  (exit $ac_status); }; }; then
7629  ac_cv_lib_m_main=yes
7630else
7631  echo "$as_me: failed program was:" >&5
7632sed 's/^/| /' conftest.$ac_ext >&5
7633
7634ac_cv_lib_m_main=no
7635fi
7636rm -f conftest.err conftest.$ac_objext \
7637      conftest$ac_exeext conftest.$ac_ext
7638LIBS=$ac_check_lib_save_LIBS
7639fi
7640echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
7641echo "${ECHO_T}$ac_cv_lib_m_main" >&6
7642if test $ac_cv_lib_m_main = yes; then
7643  cat >>confdefs.h <<_ACEOF
7644#define HAVE_LIBM 1
7645_ACEOF
7646
7647  LIBS="-lm $LIBS"
7648
7649fi
7650
7651
7652
7653# Checks for header files.
7654echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7655echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7656if test "${ac_cv_header_stdc+set}" = set; then
7657  echo $ECHO_N "(cached) $ECHO_C" >&6
7658else
7659  cat >conftest.$ac_ext <<_ACEOF
7660/* confdefs.h.  */
7661_ACEOF
7662cat confdefs.h >>conftest.$ac_ext
7663cat >>conftest.$ac_ext <<_ACEOF
7664/* end confdefs.h.  */
7665#include <stdlib.h>
7666#include <stdarg.h>
7667#include <string.h>
7668#include <float.h>
7669
7670int
7671main ()
7672{
7673
7674  ;
7675  return 0;
7676}
7677_ACEOF
7678rm -f conftest.$ac_objext
7679if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7680  (eval $ac_compile) 2>conftest.er1
7681  ac_status=$?
7682  grep -v '^ *+' conftest.er1 >conftest.err
7683  rm -f conftest.er1
7684  cat conftest.err >&5
7685  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686  (exit $ac_status); } &&
7687         { ac_try='test -z "$ac_c_werror_flag"
7688                         || test ! -s conftest.err'
7689  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7690  (eval $ac_try) 2>&5
7691  ac_status=$?
7692  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693  (exit $ac_status); }; } &&
7694         { ac_try='test -s conftest.$ac_objext'
7695  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7696  (eval $ac_try) 2>&5
7697  ac_status=$?
7698  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7699  (exit $ac_status); }; }; then
7700  ac_cv_header_stdc=yes
7701else
7702  echo "$as_me: failed program was:" >&5
7703sed 's/^/| /' conftest.$ac_ext >&5
7704
7705ac_cv_header_stdc=no
7706fi
7707rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7708
7709if test $ac_cv_header_stdc = yes; then
7710  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7711  cat >conftest.$ac_ext <<_ACEOF
7712/* confdefs.h.  */
7713_ACEOF
7714cat confdefs.h >>conftest.$ac_ext
7715cat >>conftest.$ac_ext <<_ACEOF
7716/* end confdefs.h.  */
7717#include <string.h>
7718
7719_ACEOF
7720if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7721  $EGREP "memchr" >/dev/null 2>&1; then
7722  :
7723else
7724  ac_cv_header_stdc=no
7725fi
7726rm -f conftest*
7727
7728fi
7729
7730if test $ac_cv_header_stdc = yes; then
7731  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7732  cat >conftest.$ac_ext <<_ACEOF
7733/* confdefs.h.  */
7734_ACEOF
7735cat confdefs.h >>conftest.$ac_ext
7736cat >>conftest.$ac_ext <<_ACEOF
7737/* end confdefs.h.  */
7738#include <stdlib.h>
7739
7740_ACEOF
7741if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7742  $EGREP "free" >/dev/null 2>&1; then
7743  :
7744else
7745  ac_cv_header_stdc=no
7746fi
7747rm -f conftest*
7748
7749fi
7750
7751if test $ac_cv_header_stdc = yes; then
7752  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7753  if test "$cross_compiling" = yes; then
7754  :
7755else
7756  cat >conftest.$ac_ext <<_ACEOF
7757/* confdefs.h.  */
7758_ACEOF
7759cat confdefs.h >>conftest.$ac_ext
7760cat >>conftest.$ac_ext <<_ACEOF
7761/* end confdefs.h.  */
7762#include <ctype.h>
7763#if ((' ' & 0x0FF) == 0x020)
7764# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7765# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7766#else
7767# define ISLOWER(c) \
7768                   (('a' <= (c) && (c) <= 'i') \
7769                     || ('j' <= (c) && (c) <= 'r') \
7770                     || ('s' <= (c) && (c) <= 'z'))
7771# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7772#endif
7773
7774#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7775int
7776main ()
7777{
7778  int i;
7779  for (i = 0; i < 256; i++)
7780    if (XOR (islower (i), ISLOWER (i))
7781        || toupper (i) != TOUPPER (i))
7782      exit(2);
7783  exit (0);
7784}
7785_ACEOF
7786rm -f conftest$ac_exeext
7787if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7788  (eval $ac_link) 2>&5
7789  ac_status=$?
7790  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7791  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7792  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7793  (eval $ac_try) 2>&5
7794  ac_status=$?
7795  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7796  (exit $ac_status); }; }; then
7797  :
7798else
7799  echo "$as_me: program exited with status $ac_status" >&5
7800echo "$as_me: failed program was:" >&5
7801sed 's/^/| /' conftest.$ac_ext >&5
7802
7803( exit $ac_status )
7804ac_cv_header_stdc=no
7805fi
7806rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7807fi
7808fi
7809fi
7810echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7811echo "${ECHO_T}$ac_cv_header_stdc" >&6
7812if test $ac_cv_header_stdc = yes; then
7813
7814cat >>confdefs.h <<\_ACEOF
7815#define STDC_HEADERS 1
7816_ACEOF
7817
7818fi
7819
7820
7821
7822for ac_header in stdlib.h string.h
7823do
7824as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7825if eval "test \"\${$as_ac_Header+set}\" = set"; then
7826  echo "$as_me:$LINENO: checking for $ac_header" >&5
7827echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7828if eval "test \"\${$as_ac_Header+set}\" = set"; then
7829  echo $ECHO_N "(cached) $ECHO_C" >&6
7830fi
7831echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7832echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7833else
7834  # Is the header compilable?
7835echo "$as_me:$LINENO: checking $ac_header usability" >&5
7836echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7837cat >conftest.$ac_ext <<_ACEOF
7838/* confdefs.h.  */
7839_ACEOF
7840cat confdefs.h >>conftest.$ac_ext
7841cat >>conftest.$ac_ext <<_ACEOF
7842/* end confdefs.h.  */
7843$ac_includes_default
7844#include <$ac_header>
7845_ACEOF
7846rm -f conftest.$ac_objext
7847if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7848  (eval $ac_compile) 2>conftest.er1
7849  ac_status=$?
7850  grep -v '^ *+' conftest.er1 >conftest.err
7851  rm -f conftest.er1
7852  cat conftest.err >&5
7853  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7854  (exit $ac_status); } &&
7855         { ac_try='test -z "$ac_c_werror_flag"
7856                         || test ! -s conftest.err'
7857  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7858  (eval $ac_try) 2>&5
7859  ac_status=$?
7860  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7861  (exit $ac_status); }; } &&
7862         { ac_try='test -s conftest.$ac_objext'
7863  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7864  (eval $ac_try) 2>&5
7865  ac_status=$?
7866  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7867  (exit $ac_status); }; }; then
7868  ac_header_compiler=yes
7869else
7870  echo "$as_me: failed program was:" >&5
7871sed 's/^/| /' conftest.$ac_ext >&5
7872
7873ac_header_compiler=no
7874fi
7875rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7876echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7877echo "${ECHO_T}$ac_header_compiler" >&6
7878
7879# Is the header present?
7880echo "$as_me:$LINENO: checking $ac_header presence" >&5
7881echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7882cat >conftest.$ac_ext <<_ACEOF
7883/* confdefs.h.  */
7884_ACEOF
7885cat confdefs.h >>conftest.$ac_ext
7886cat >>conftest.$ac_ext <<_ACEOF
7887/* end confdefs.h.  */
7888#include <$ac_header>
7889_ACEOF
7890if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7891  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7892  ac_status=$?
7893  grep -v '^ *+' conftest.er1 >conftest.err
7894  rm -f conftest.er1
7895  cat conftest.err >&5
7896  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7897  (exit $ac_status); } >/dev/null; then
7898  if test -s conftest.err; then
7899    ac_cpp_err=$ac_c_preproc_warn_flag
7900    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7901  else
7902    ac_cpp_err=
7903  fi
7904else
7905  ac_cpp_err=yes
7906fi
7907if test -z "$ac_cpp_err"; then
7908  ac_header_preproc=yes
7909else
7910  echo "$as_me: failed program was:" >&5
7911sed 's/^/| /' conftest.$ac_ext >&5
7912
7913  ac_header_preproc=no
7914fi
7915rm -f conftest.err conftest.$ac_ext
7916echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7917echo "${ECHO_T}$ac_header_preproc" >&6
7918
7919# So?  What about this header?
7920case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7921  yes:no: )
7922    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7923echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7924    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7925echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7926    ac_header_preproc=yes
7927    ;;
7928  no:yes:* )
7929    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7930echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7931    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7932echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7933    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7934echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7935    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7936echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7937    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7938echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7939    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7940echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7941    (
7942      cat <<\_ASBOX
7943## ---------------------------------------------- ##
7944## Report this to orxonox-dev at mail.datacore.ch ##
7945## ---------------------------------------------- ##
7946_ASBOX
7947    ) |
7948      sed "s/^/$as_me: WARNING:     /" >&2
7949    ;;
7950esac
7951echo "$as_me:$LINENO: checking for $ac_header" >&5
7952echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7953if eval "test \"\${$as_ac_Header+set}\" = set"; then
7954  echo $ECHO_N "(cached) $ECHO_C" >&6
7955else
7956  eval "$as_ac_Header=\$ac_header_preproc"
7957fi
7958echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7959echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7960
7961fi
7962if test `eval echo '${'$as_ac_Header'}'` = yes; then
7963  cat >>confdefs.h <<_ACEOF
7964#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7965_ACEOF
7966
7967fi
7968
7969done
7970
7971
7972# Checks for typedefs, structures, and compiler characteristics.
7973echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
7974echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
7975if test "${ac_cv_header_stdbool_h+set}" = set; then
7976  echo $ECHO_N "(cached) $ECHO_C" >&6
7977else
7978  cat >conftest.$ac_ext <<_ACEOF
7979/* confdefs.h.  */
7980_ACEOF
7981cat confdefs.h >>conftest.$ac_ext
7982cat >>conftest.$ac_ext <<_ACEOF
7983/* end confdefs.h.  */
7984
7985#include <stdbool.h>
7986#ifndef bool
7987# error bool is not defined
7988#endif
7989#ifndef false
7990# error false is not defined
7991#endif
7992#if false
7993# error false is not 0
7994#endif
7995#ifndef true
7996# error true is not defined
7997#endif
7998#if true != 1
7999# error true is not 1
8000#endif
8001#ifndef __bool_true_false_are_defined
8002# error __bool_true_false_are_defined is not defined
8003#endif
8004
8005        struct s { _Bool s: 1; _Bool t; } s;
8006
8007        char a[true == 1 ? 1 : -1];
8008        char b[false == 0 ? 1 : -1];
8009        char c[__bool_true_false_are_defined == 1 ? 1 : -1];
8010        char d[(bool) -0.5 == true ? 1 : -1];
8011        bool e = &s;
8012        char f[(_Bool) -0.0 == false ? 1 : -1];
8013        char g[true];
8014        char h[sizeof (_Bool)];
8015        char i[sizeof s.t];
8016
8017int
8018main ()
8019{
8020 return !a + !b + !c + !d + !e + !f + !g + !h + !i;
8021  ;
8022  return 0;
8023}
8024_ACEOF
8025rm -f conftest.$ac_objext
8026if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8027  (eval $ac_compile) 2>conftest.er1
8028  ac_status=$?
8029  grep -v '^ *+' conftest.er1 >conftest.err
8030  rm -f conftest.er1
8031  cat conftest.err >&5
8032  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8033  (exit $ac_status); } &&
8034         { ac_try='test -z "$ac_c_werror_flag"
8035                         || test ! -s conftest.err'
8036  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8037  (eval $ac_try) 2>&5
8038  ac_status=$?
8039  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8040  (exit $ac_status); }; } &&
8041         { ac_try='test -s conftest.$ac_objext'
8042  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8043  (eval $ac_try) 2>&5
8044  ac_status=$?
8045  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8046  (exit $ac_status); }; }; then
8047  ac_cv_header_stdbool_h=yes
8048else
8049  echo "$as_me: failed program was:" >&5
8050sed 's/^/| /' conftest.$ac_ext >&5
8051
8052ac_cv_header_stdbool_h=no
8053fi
8054rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8055fi
8056echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
8057echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
8058echo "$as_me:$LINENO: checking for _Bool" >&5
8059echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
8060if test "${ac_cv_type__Bool+set}" = set; then
8061  echo $ECHO_N "(cached) $ECHO_C" >&6
8062else
8063  cat >conftest.$ac_ext <<_ACEOF
8064/* confdefs.h.  */
8065_ACEOF
8066cat confdefs.h >>conftest.$ac_ext
8067cat >>conftest.$ac_ext <<_ACEOF
8068/* end confdefs.h.  */
8069$ac_includes_default
8070int
8071main ()
8072{
8073if ((_Bool *) 0)
8074  return 0;
8075if (sizeof (_Bool))
8076  return 0;
8077  ;
8078  return 0;
8079}
8080_ACEOF
8081rm -f conftest.$ac_objext
8082if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8083  (eval $ac_compile) 2>conftest.er1
8084  ac_status=$?
8085  grep -v '^ *+' conftest.er1 >conftest.err
8086  rm -f conftest.er1
8087  cat conftest.err >&5
8088  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8089  (exit $ac_status); } &&
8090         { ac_try='test -z "$ac_c_werror_flag"
8091                         || test ! -s conftest.err'
8092  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8093  (eval $ac_try) 2>&5
8094  ac_status=$?
8095  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8096  (exit $ac_status); }; } &&
8097         { ac_try='test -s conftest.$ac_objext'
8098  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8099  (eval $ac_try) 2>&5
8100  ac_status=$?
8101  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8102  (exit $ac_status); }; }; then
8103  ac_cv_type__Bool=yes
8104else
8105  echo "$as_me: failed program was:" >&5
8106sed 's/^/| /' conftest.$ac_ext >&5
8107
8108ac_cv_type__Bool=no
8109fi
8110rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8111fi
8112echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
8113echo "${ECHO_T}$ac_cv_type__Bool" >&6
8114if test $ac_cv_type__Bool = yes; then
8115
8116cat >>confdefs.h <<_ACEOF
8117#define HAVE__BOOL 1
8118_ACEOF
8119
8120
8121fi
8122
8123if test $ac_cv_header_stdbool_h = yes; then
8124
8125cat >>confdefs.h <<\_ACEOF
8126#define HAVE_STDBOOL_H 1
8127_ACEOF
8128
8129fi
8130
8131
8132# Checks for library functions.
8133
8134for ac_header in stdlib.h
8135do
8136as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8137if eval "test \"\${$as_ac_Header+set}\" = set"; then
8138  echo "$as_me:$LINENO: checking for $ac_header" >&5
8139echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8140if eval "test \"\${$as_ac_Header+set}\" = set"; then
8141  echo $ECHO_N "(cached) $ECHO_C" >&6
8142fi
8143echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8144echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8145else
8146  # Is the header compilable?
8147echo "$as_me:$LINENO: checking $ac_header usability" >&5
8148echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8149cat >conftest.$ac_ext <<_ACEOF
8150/* confdefs.h.  */
8151_ACEOF
8152cat confdefs.h >>conftest.$ac_ext
8153cat >>conftest.$ac_ext <<_ACEOF
8154/* end confdefs.h.  */
8155$ac_includes_default
8156#include <$ac_header>
8157_ACEOF
8158rm -f conftest.$ac_objext
8159if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8160  (eval $ac_compile) 2>conftest.er1
8161  ac_status=$?
8162  grep -v '^ *+' conftest.er1 >conftest.err
8163  rm -f conftest.er1
8164  cat conftest.err >&5
8165  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166  (exit $ac_status); } &&
8167         { ac_try='test -z "$ac_c_werror_flag"
8168                         || test ! -s conftest.err'
8169  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8170  (eval $ac_try) 2>&5
8171  ac_status=$?
8172  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8173  (exit $ac_status); }; } &&
8174         { ac_try='test -s conftest.$ac_objext'
8175  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8176  (eval $ac_try) 2>&5
8177  ac_status=$?
8178  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8179  (exit $ac_status); }; }; then
8180  ac_header_compiler=yes
8181else
8182  echo "$as_me: failed program was:" >&5
8183sed 's/^/| /' conftest.$ac_ext >&5
8184
8185ac_header_compiler=no
8186fi
8187rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8188echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8189echo "${ECHO_T}$ac_header_compiler" >&6
8190
8191# Is the header present?
8192echo "$as_me:$LINENO: checking $ac_header presence" >&5
8193echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8194cat >conftest.$ac_ext <<_ACEOF
8195/* confdefs.h.  */
8196_ACEOF
8197cat confdefs.h >>conftest.$ac_ext
8198cat >>conftest.$ac_ext <<_ACEOF
8199/* end confdefs.h.  */
8200#include <$ac_header>
8201_ACEOF
8202if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8203  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8204  ac_status=$?
8205  grep -v '^ *+' conftest.er1 >conftest.err
8206  rm -f conftest.er1
8207  cat conftest.err >&5
8208  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209  (exit $ac_status); } >/dev/null; then
8210  if test -s conftest.err; then
8211    ac_cpp_err=$ac_c_preproc_warn_flag
8212    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8213  else
8214    ac_cpp_err=
8215  fi
8216else
8217  ac_cpp_err=yes
8218fi
8219if test -z "$ac_cpp_err"; then
8220  ac_header_preproc=yes
8221else
8222  echo "$as_me: failed program was:" >&5
8223sed 's/^/| /' conftest.$ac_ext >&5
8224
8225  ac_header_preproc=no
8226fi
8227rm -f conftest.err conftest.$ac_ext
8228echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8229echo "${ECHO_T}$ac_header_preproc" >&6
8230
8231# So?  What about this header?
8232case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8233  yes:no: )
8234    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8235echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8236    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8237echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8238    ac_header_preproc=yes
8239    ;;
8240  no:yes:* )
8241    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8242echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8243    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8244echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8245    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8246echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8247    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8248echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8249    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8250echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8251    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8252echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8253    (
8254      cat <<\_ASBOX
8255## ---------------------------------------------- ##
8256## Report this to orxonox-dev at mail.datacore.ch ##
8257## ---------------------------------------------- ##
8258_ASBOX
8259    ) |
8260      sed "s/^/$as_me: WARNING:     /" >&2
8261    ;;
8262esac
8263echo "$as_me:$LINENO: checking for $ac_header" >&5
8264echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8265if eval "test \"\${$as_ac_Header+set}\" = set"; then
8266  echo $ECHO_N "(cached) $ECHO_C" >&6
8267else
8268  eval "$as_ac_Header=\$ac_header_preproc"
8269fi
8270echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8271echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8272
8273fi
8274if test `eval echo '${'$as_ac_Header'}'` = yes; then
8275  cat >>confdefs.h <<_ACEOF
8276#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8277_ACEOF
8278
8279fi
8280
8281done
8282
8283echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
8284echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
8285if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
8286  echo $ECHO_N "(cached) $ECHO_C" >&6
8287else
8288  if test "$cross_compiling" = yes; then
8289  ac_cv_func_malloc_0_nonnull=no
8290else
8291  cat >conftest.$ac_ext <<_ACEOF
8292/* confdefs.h.  */
8293_ACEOF
8294cat confdefs.h >>conftest.$ac_ext
8295cat >>conftest.$ac_ext <<_ACEOF
8296/* end confdefs.h.  */
8297#if STDC_HEADERS || HAVE_STDLIB_H
8298# include <stdlib.h>
8299#else
8300char *malloc ();
8301#endif
8302
8303int
8304main ()
8305{
8306exit (malloc (0) ? 0 : 1);
8307  ;
8308  return 0;
8309}
8310_ACEOF
8311rm -f conftest$ac_exeext
8312if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8313  (eval $ac_link) 2>&5
8314  ac_status=$?
8315  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8316  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8317  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8318  (eval $ac_try) 2>&5
8319  ac_status=$?
8320  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8321  (exit $ac_status); }; }; then
8322  ac_cv_func_malloc_0_nonnull=yes
8323else
8324  echo "$as_me: program exited with status $ac_status" >&5
8325echo "$as_me: failed program was:" >&5
8326sed 's/^/| /' conftest.$ac_ext >&5
8327
8328( exit $ac_status )
8329ac_cv_func_malloc_0_nonnull=no
8330fi
8331rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8332fi
8333fi
8334echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
8335echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
8336if test $ac_cv_func_malloc_0_nonnull = yes; then
8337
8338cat >>confdefs.h <<\_ACEOF
8339#define HAVE_MALLOC 1
8340_ACEOF
8341
8342else
8343  cat >>confdefs.h <<\_ACEOF
8344#define HAVE_MALLOC 0
8345_ACEOF
8346
8347   case $LIBOBJS in
8348    "malloc.$ac_objext"   | \
8349  *" malloc.$ac_objext"   | \
8350    "malloc.$ac_objext "* | \
8351  *" malloc.$ac_objext "* ) ;;
8352  *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
8353esac
8354
8355
8356cat >>confdefs.h <<\_ACEOF
8357#define malloc rpl_malloc
8358_ACEOF
8359
8360fi
8361
8362
8363
8364
8365
8366for ac_func in bzero sqrt
8367do
8368as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8369echo "$as_me:$LINENO: checking for $ac_func" >&5
8370echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8371if eval "test \"\${$as_ac_var+set}\" = set"; then
8372  echo $ECHO_N "(cached) $ECHO_C" >&6
8373else
8374  cat >conftest.$ac_ext <<_ACEOF
8375/* confdefs.h.  */
8376_ACEOF
8377cat confdefs.h >>conftest.$ac_ext
8378cat >>conftest.$ac_ext <<_ACEOF
8379/* end confdefs.h.  */
8380/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8381   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8382#define $ac_func innocuous_$ac_func
8383
8384/* System header to define __stub macros and hopefully few prototypes,
8385    which can conflict with char $ac_func (); below.
8386    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8387    <limits.h> exists even on freestanding compilers.  */
8388
8389#ifdef __STDC__
8390# include <limits.h>
8391#else
8392# include <assert.h>
8393#endif
8394
8395#undef $ac_func
8396
8397/* Override any gcc2 internal prototype to avoid an error.  */
8398#ifdef __cplusplus
8399extern "C"
8400{
8401#endif
8402/* We use char because int might match the return type of a gcc2
8403   builtin and then its argument prototype would still apply.  */
8404char $ac_func ();
8405/* The GNU C library defines this for functions which it implements
8406    to always fail with ENOSYS.  Some functions are actually named
8407    something starting with __ and the normal name is an alias.  */
8408#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8409choke me
8410#else
8411char (*f) () = $ac_func;
8412#endif
8413#ifdef __cplusplus
8414}
8415#endif
8416
8417int
8418main ()
8419{
8420return f != $ac_func;
8421  ;
8422  return 0;
8423}
8424_ACEOF
8425rm -f conftest.$ac_objext conftest$ac_exeext
8426if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8427  (eval $ac_link) 2>conftest.er1
8428  ac_status=$?
8429  grep -v '^ *+' conftest.er1 >conftest.err
8430  rm -f conftest.er1
8431  cat conftest.err >&5
8432  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8433  (exit $ac_status); } &&
8434         { ac_try='test -z "$ac_c_werror_flag"
8435                         || test ! -s conftest.err'
8436  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8437  (eval $ac_try) 2>&5
8438  ac_status=$?
8439  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8440  (exit $ac_status); }; } &&
8441         { ac_try='test -s conftest$ac_exeext'
8442  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8443  (eval $ac_try) 2>&5
8444  ac_status=$?
8445  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8446  (exit $ac_status); }; }; then
8447  eval "$as_ac_var=yes"
8448else
8449  echo "$as_me: failed program was:" >&5
8450sed 's/^/| /' conftest.$ac_ext >&5
8451
8452eval "$as_ac_var=no"
8453fi
8454rm -f conftest.err conftest.$ac_objext \
8455      conftest$ac_exeext conftest.$ac_ext
8456fi
8457echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8458echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8459if test `eval echo '${'$as_ac_var'}'` = yes; then
8460  cat >>confdefs.h <<_ACEOF
8461#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8462_ACEOF
8463
8464fi
8465done
8466
8467
8468######################
8469## OUTPUT CONFIGURE ##
8470######################
8471                                                                                                    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"
8472
8473
8474cat >confcache <<\_ACEOF
8475# This file is a shell script that caches the results of configure
8476# tests run on this system so they can be shared between configure
8477# scripts and configure runs, see configure's option --config-cache.
8478# It is not useful on other systems.  If it contains results you don't
8479# want to keep, you may remove or edit it.
8480#
8481# config.status only pays attention to the cache file if you give it
8482# the --recheck option to rerun configure.
8483#
8484# `ac_cv_env_foo' variables (set or unset) will be overridden when
8485# loading this file, other *unset* `ac_cv_foo' will be assigned the
8486# following values.
8487
8488_ACEOF
8489
8490# The following way of writing the cache mishandles newlines in values,
8491# but we know of no workaround that is simple, portable, and efficient.
8492# So, don't put newlines in cache variables' values.
8493# Ultrix sh set writes to stderr and can't be redirected directly,
8494# and sets the high bit in the cache file unless we assign to the vars.
8495{
8496  (set) 2>&1 |
8497    case `(ac_space=' '; set | grep ac_space) 2>&1` in
8498    *ac_space=\ *)
8499      # `set' does not quote correctly, so add quotes (double-quote
8500      # substitution turns \\\\ into \\, and sed turns \\ into \).
8501      sed -n \
8502        "s/'/'\\\\''/g;
8503          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8504      ;;
8505    *)
8506      # `set' quotes correctly as required by POSIX, so do not add quotes.
8507      sed -n \
8508        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8509      ;;
8510    esac;
8511} |
8512  sed '
8513     t clear
8514     : clear
8515     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8516     t end
8517     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8518     : end' >>confcache
8519if diff $cache_file confcache >/dev/null 2>&1; then :; else
8520  if test -w $cache_file; then
8521    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8522    cat confcache >$cache_file
8523  else
8524    echo "not updating unwritable cache $cache_file"
8525  fi
8526fi
8527rm -f confcache
8528
8529test "x$prefix" = xNONE && prefix=$ac_default_prefix
8530# Let make expand exec_prefix.
8531test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8532
8533# VPATH may cause trouble with some makes, so we remove $(srcdir),
8534# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
8535# trailing colons and then remove the whole line if VPATH becomes empty
8536# (actually we leave an empty line to preserve line numbers).
8537if test "x$srcdir" = x.; then
8538  ac_vpsub='/^[  ]*VPATH[        ]*=/{
8539s/:*\$(srcdir):*/:/;
8540s/:*\${srcdir}:*/:/;
8541s/:*@srcdir@:*/:/;
8542s/^\([^=]*=[     ]*\):*/\1/;
8543s/:*$//;
8544s/^[^=]*=[       ]*$//;
8545}'
8546fi
8547
8548DEFS=-DHAVE_CONFIG_H
8549
8550ac_libobjs=
8551ac_ltlibobjs=
8552for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8553  # 1. Remove the extension, and $U if already installed.
8554  ac_i=`echo "$ac_i" |
8555         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
8556  # 2. Add them.
8557  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
8558  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
8559done
8560LIBOBJS=$ac_libobjs
8561
8562LTLIBOBJS=$ac_ltlibobjs
8563
8564
8565if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
8566  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
8567Usually this means the macro was only invoked conditionally." >&5
8568echo "$as_me: error: conditional \"AMDEP\" was never defined.
8569Usually this means the macro was only invoked conditionally." >&2;}
8570   { (exit 1); exit 1; }; }
8571fi
8572if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
8573  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
8574Usually this means the macro was only invoked conditionally." >&5
8575echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
8576Usually this means the macro was only invoked conditionally." >&2;}
8577   { (exit 1); exit 1; }; }
8578fi
8579if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
8580  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
8581Usually this means the macro was only invoked conditionally." >&5
8582echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
8583Usually this means the macro was only invoked conditionally." >&2;}
8584   { (exit 1); exit 1; }; }
8585fi
8586if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then
8587  { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined.
8588Usually this means the macro was only invoked conditionally." >&5
8589echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined.
8590Usually this means the macro was only invoked conditionally." >&2;}
8591   { (exit 1); exit 1; }; }
8592fi
8593if test -z "${DOCUMENTATION_TRUE}" && test -z "${DOCUMENTATION_FALSE}"; then
8594  { { echo "$as_me:$LINENO: error: conditional \"DOCUMENTATION\" was never defined.
8595Usually this means the macro was only invoked conditionally." >&5
8596echo "$as_me: error: conditional \"DOCUMENTATION\" was never defined.
8597Usually this means the macro was only invoked conditionally." >&2;}
8598   { (exit 1); exit 1; }; }
8599fi
8600if test -z "${DOXYGEN_TRUE}" && test -z "${DOXYGEN_FALSE}"; then
8601  { { echo "$as_me:$LINENO: error: conditional \"DOXYGEN\" was never defined.
8602Usually this means the macro was only invoked conditionally." >&5
8603echo "$as_me: error: conditional \"DOXYGEN\" was never defined.
8604Usually this means the macro was only invoked conditionally." >&2;}
8605   { (exit 1); exit 1; }; }
8606fi
8607if test -z "${HAVE_GTK2_TRUE}" && test -z "${HAVE_GTK2_FALSE}"; then
8608  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTK2\" was never defined.
8609Usually this means the macro was only invoked conditionally." >&5
8610echo "$as_me: error: conditional \"HAVE_GTK2\" was never defined.
8611Usually this means the macro was only invoked conditionally." >&2;}
8612   { (exit 1); exit 1; }; }
8613fi
8614if test -z "${HAVE_GTHREAD_TRUE}" && test -z "${HAVE_GTHREAD_FALSE}"; then
8615  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTHREAD\" was never defined.
8616Usually this means the macro was only invoked conditionally." >&5
8617echo "$as_me: error: conditional \"HAVE_GTHREAD\" was never defined.
8618Usually this means the macro was only invoked conditionally." >&2;}
8619   { (exit 1); exit 1; }; }
8620fi
8621if test -z "${HAVE_CURL_TRUE}" && test -z "${HAVE_CURL_FALSE}"; then
8622  { { echo "$as_me:$LINENO: error: conditional \"HAVE_CURL\" was never defined.
8623Usually this means the macro was only invoked conditionally." >&5
8624echo "$as_me: error: conditional \"HAVE_CURL\" was never defined.
8625Usually this means the macro was only invoked conditionally." >&2;}
8626   { (exit 1); exit 1; }; }
8627fi
8628
8629: ${CONFIG_STATUS=./config.status}
8630ac_clean_files_save=$ac_clean_files
8631ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8632{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
8633echo "$as_me: creating $CONFIG_STATUS" >&6;}
8634cat >$CONFIG_STATUS <<_ACEOF
8635#! $SHELL
8636# Generated by $as_me.
8637# Run this file to recreate the current configuration.
8638# Compiler output produced by configure, useful for debugging
8639# configure, is in config.log if it exists.
8640
8641debug=false
8642ac_cs_recheck=false
8643ac_cs_silent=false
8644SHELL=\${CONFIG_SHELL-$SHELL}
8645_ACEOF
8646
8647cat >>$CONFIG_STATUS <<\_ACEOF
8648## --------------------- ##
8649## M4sh Initialization.  ##
8650## --------------------- ##
8651
8652# Be Bourne compatible
8653if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8654  emulate sh
8655  NULLCMD=:
8656  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8657  # is contrary to our usage.  Disable this feature.
8658  alias -g '${1+"$@"}'='"$@"'
8659elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
8660  set -o posix
8661fi
8662DUALCASE=1; export DUALCASE # for MKS sh
8663
8664# Support unset when possible.
8665if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8666  as_unset=unset
8667else
8668  as_unset=false
8669fi
8670
8671
8672# Work around bugs in pre-3.0 UWIN ksh.
8673$as_unset ENV MAIL MAILPATH
8674PS1='$ '
8675PS2='> '
8676PS4='+ '
8677
8678# NLS nuisances.
8679for as_var in \
8680  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
8681  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8682  LC_TELEPHONE LC_TIME
8683do
8684  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8685    eval $as_var=C; export $as_var
8686  else
8687    $as_unset $as_var
8688  fi
8689done
8690
8691# Required to use basename.
8692if expr a : '\(a\)' >/dev/null 2>&1; then
8693  as_expr=expr
8694else
8695  as_expr=false
8696fi
8697
8698if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
8699  as_basename=basename
8700else
8701  as_basename=false
8702fi
8703
8704
8705# Name of the executable.
8706as_me=`$as_basename "$0" ||
8707$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8708         X"$0" : 'X\(//\)$' \| \
8709         X"$0" : 'X\(/\)$' \| \
8710         .     : '\(.\)' 2>/dev/null ||
8711echo X/"$0" |
8712    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
8713          /^X\/\(\/\/\)$/{ s//\1/; q; }
8714          /^X\/\(\/\).*/{ s//\1/; q; }
8715          s/.*/./; q'`
8716
8717
8718# PATH needs CR, and LINENO needs CR and PATH.
8719# Avoid depending upon Character Ranges.
8720as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8721as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8722as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8723as_cr_digits='0123456789'
8724as_cr_alnum=$as_cr_Letters$as_cr_digits
8725
8726# The user is always right.
8727if test "${PATH_SEPARATOR+set}" != set; then
8728  echo "#! /bin/sh" >conf$$.sh
8729  echo  "exit 0"   >>conf$$.sh
8730  chmod +x conf$$.sh
8731  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8732    PATH_SEPARATOR=';'
8733  else
8734    PATH_SEPARATOR=:
8735  fi
8736  rm -f conf$$.sh
8737fi
8738
8739
8740  as_lineno_1=$LINENO
8741  as_lineno_2=$LINENO
8742  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8743  test "x$as_lineno_1" != "x$as_lineno_2" &&
8744  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
8745  # Find who we are.  Look in the path if we contain no path at all
8746  # relative or not.
8747  case $0 in
8748    *[\\/]* ) as_myself=$0 ;;
8749    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8750for as_dir in $PATH
8751do
8752  IFS=$as_save_IFS
8753  test -z "$as_dir" && as_dir=.
8754  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8755done
8756
8757       ;;
8758  esac
8759  # We did not find ourselves, most probably we were run as `sh COMMAND'
8760  # in which case we are not to be found in the path.
8761  if test "x$as_myself" = x; then
8762    as_myself=$0
8763  fi
8764  if test ! -f "$as_myself"; then
8765    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
8766echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
8767   { (exit 1); exit 1; }; }
8768  fi
8769  case $CONFIG_SHELL in
8770  '')
8771    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8772for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
8773do
8774  IFS=$as_save_IFS
8775  test -z "$as_dir" && as_dir=.
8776  for as_base in sh bash ksh sh5; do
8777         case $as_dir in
8778         /*)
8779           if ("$as_dir/$as_base" -c '
8780  as_lineno_1=$LINENO
8781  as_lineno_2=$LINENO
8782  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8783  test "x$as_lineno_1" != "x$as_lineno_2" &&
8784  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
8785             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
8786             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
8787             CONFIG_SHELL=$as_dir/$as_base
8788             export CONFIG_SHELL
8789             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8790           fi;;
8791         esac
8792       done
8793done
8794;;
8795  esac
8796
8797  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8798  # uniformly replaced by the line number.  The first 'sed' inserts a
8799  # line-number line before each line; the second 'sed' does the real
8800  # work.  The second script uses 'N' to pair each line-number line
8801  # with the numbered line, and appends trailing '-' during
8802  # substitution so that $LINENO is not a special case at line end.
8803  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8804  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
8805  sed '=' <$as_myself |
8806    sed '
8807      N
8808      s,$,-,
8809      : loop
8810      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8811      t loop
8812      s,-$,,
8813      s,^['$as_cr_digits']*\n,,
8814    ' >$as_me.lineno &&
8815  chmod +x $as_me.lineno ||
8816    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
8817echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
8818   { (exit 1); exit 1; }; }
8819
8820  # Don't try to exec as it changes $[0], causing all sort of problems
8821  # (the dirname of $[0] is not the place where we might find the
8822  # original and so on.  Autoconf is especially sensible to this).
8823  . ./$as_me.lineno
8824  # Exit status is that of the last command.
8825  exit
8826}
8827
8828
8829case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8830  *c*,-n*) ECHO_N= ECHO_C='
8831' ECHO_T='      ' ;;
8832  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
8833  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
8834esac
8835
8836if expr a : '\(a\)' >/dev/null 2>&1; then
8837  as_expr=expr
8838else
8839  as_expr=false
8840fi
8841
8842rm -f conf$$ conf$$.exe conf$$.file
8843echo >conf$$.file
8844if ln -s conf$$.file conf$$ 2>/dev/null; then
8845  # We could just check for DJGPP; but this test a) works b) is more generic
8846  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8847  if test -f conf$$.exe; then
8848    # Don't use ln at all; we don't have any links
8849    as_ln_s='cp -p'
8850  else
8851    as_ln_s='ln -s'
8852  fi
8853elif ln conf$$.file conf$$ 2>/dev/null; then
8854  as_ln_s=ln
8855else
8856  as_ln_s='cp -p'
8857fi
8858rm -f conf$$ conf$$.exe conf$$.file
8859
8860if mkdir -p . 2>/dev/null; then
8861  as_mkdir_p=:
8862else
8863  test -d ./-p && rmdir ./-p
8864  as_mkdir_p=false
8865fi
8866
8867as_executable_p="test -f"
8868
8869# Sed expression to map a string onto a valid CPP name.
8870as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8871
8872# Sed expression to map a string onto a valid variable name.
8873as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8874
8875
8876# IFS
8877# We need space, tab and new line, in precisely that order.
8878as_nl='
8879'
8880IFS="   $as_nl"
8881
8882# CDPATH.
8883$as_unset CDPATH
8884
8885exec 6>&1
8886
8887# Open the log real soon, to keep \$[0] and so on meaningful, and to
8888# report actual input values of CONFIG_FILES etc. instead of their
8889# values after options handling.  Logging --version etc. is OK.
8890exec 5>>config.log
8891{
8892  echo
8893  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8894## Running $as_me. ##
8895_ASBOX
8896} >&5
8897cat >&5 <<_CSEOF
8898
8899This file was extended by orxonox $as_me 0.2.2-pre-alpha, which was
8900generated by GNU Autoconf 2.59.  Invocation command line was
8901
8902  CONFIG_FILES    = $CONFIG_FILES
8903  CONFIG_HEADERS  = $CONFIG_HEADERS
8904  CONFIG_LINKS    = $CONFIG_LINKS
8905  CONFIG_COMMANDS = $CONFIG_COMMANDS
8906  $ $0 $@
8907
8908_CSEOF
8909echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8910echo >&5
8911_ACEOF
8912
8913# Files that config.status was made for.
8914if test -n "$ac_config_files"; then
8915  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8916fi
8917
8918if test -n "$ac_config_headers"; then
8919  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8920fi
8921
8922if test -n "$ac_config_links"; then
8923  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8924fi
8925
8926if test -n "$ac_config_commands"; then
8927  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8928fi
8929
8930cat >>$CONFIG_STATUS <<\_ACEOF
8931
8932ac_cs_usage="\
8933\`$as_me' instantiates files from templates according to the
8934current configuration.
8935
8936Usage: $0 [OPTIONS] [FILE]...
8937
8938  -h, --help       print this help, then exit
8939  -V, --version    print version number, then exit
8940  -q, --quiet      do not print progress messages
8941  -d, --debug      don't remove temporary files
8942      --recheck    update $as_me by reconfiguring in the same conditions
8943  --file=FILE[:TEMPLATE]
8944                   instantiate the configuration file FILE
8945  --header=FILE[:TEMPLATE]
8946                   instantiate the configuration header FILE
8947
8948Configuration files:
8949$config_files
8950
8951Configuration headers:
8952$config_headers
8953
8954Configuration commands:
8955$config_commands
8956
8957Report bugs to <bug-autoconf@gnu.org>."
8958_ACEOF
8959
8960cat >>$CONFIG_STATUS <<_ACEOF
8961ac_cs_version="\\
8962orxonox config.status 0.2.2-pre-alpha
8963configured by $0, generated by GNU Autoconf 2.59,
8964  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8965
8966Copyright (C) 2003 Free Software Foundation, Inc.
8967This config.status script is free software; the Free Software Foundation
8968gives unlimited permission to copy, distribute and modify it."
8969srcdir=$srcdir
8970INSTALL="$INSTALL"
8971_ACEOF
8972
8973cat >>$CONFIG_STATUS <<\_ACEOF
8974# If no file are specified by the user, then we need to provide default
8975# value.  By we need to know if files were specified by the user.
8976ac_need_defaults=:
8977while test $# != 0
8978do
8979  case $1 in
8980  --*=*)
8981    ac_option=`expr "x$1" : 'x\([^=]*\)='`
8982    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
8983    ac_shift=:
8984    ;;
8985  -*)
8986    ac_option=$1
8987    ac_optarg=$2
8988    ac_shift=shift
8989    ;;
8990  *) # This is not an option, so the user has probably given explicit
8991     # arguments.
8992     ac_option=$1
8993     ac_need_defaults=false;;
8994  esac
8995
8996  case $ac_option in
8997  # Handling of the options.
8998_ACEOF
8999cat >>$CONFIG_STATUS <<\_ACEOF
9000  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9001    ac_cs_recheck=: ;;
9002  --version | --vers* | -V )
9003    echo "$ac_cs_version"; exit 0 ;;
9004  --he | --h)
9005    # Conflict between --help and --header
9006    { { echo "$as_me:$LINENO: error: ambiguous option: $1
9007Try \`$0 --help' for more information." >&5
9008echo "$as_me: error: ambiguous option: $1
9009Try \`$0 --help' for more information." >&2;}
9010   { (exit 1); exit 1; }; };;
9011  --help | --hel | -h )
9012    echo "$ac_cs_usage"; exit 0 ;;
9013  --debug | --d* | -d )
9014    debug=: ;;
9015  --file | --fil | --fi | --f )
9016    $ac_shift
9017    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
9018    ac_need_defaults=false;;
9019  --header | --heade | --head | --hea )
9020    $ac_shift
9021    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
9022    ac_need_defaults=false;;
9023  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9024  | -silent | --silent | --silen | --sile | --sil | --si | --s)
9025    ac_cs_silent=: ;;
9026
9027  # This is an error.
9028  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
9029Try \`$0 --help' for more information." >&5
9030echo "$as_me: error: unrecognized option: $1
9031Try \`$0 --help' for more information." >&2;}
9032   { (exit 1); exit 1; }; } ;;
9033
9034  *) ac_config_targets="$ac_config_targets $1" ;;
9035
9036  esac
9037  shift
9038done
9039
9040ac_configure_extra_args=
9041
9042if $ac_cs_silent; then
9043  exec 6>/dev/null
9044  ac_configure_extra_args="$ac_configure_extra_args --silent"
9045fi
9046
9047_ACEOF
9048cat >>$CONFIG_STATUS <<_ACEOF
9049if \$ac_cs_recheck; then
9050  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
9051  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9052fi
9053
9054_ACEOF
9055
9056cat >>$CONFIG_STATUS <<_ACEOF
9057#
9058# INIT-COMMANDS section.
9059#
9060
9061AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
9062
9063_ACEOF
9064
9065
9066
9067cat >>$CONFIG_STATUS <<\_ACEOF
9068for ac_config_target in $ac_config_targets
9069do
9070  case "$ac_config_target" in
9071  # Handling of arguments.
9072  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
9073  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
9074  "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
9075  "src/lib/graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/Makefile" ;;
9076  "src/lib/graphics/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/importer/Makefile" ;;
9077  "src/lib/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/Makefile" ;;
9078  "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;;
9079  "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;;
9080  "src/subprojects/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/Makefile" ;;
9081  "src/subprojects/testmain/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/testmain/Makefile" ;;
9082  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
9083  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
9084  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
9085echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
9086   { (exit 1); exit 1; }; };;
9087  esac
9088done
9089
9090# If the user did not use the arguments to specify the items to instantiate,
9091# then the envvar interface is used.  Set only those that are not.
9092# We use the long form for the default assignment because of an extremely
9093# bizarre bug on SunOS 4.1.3.
9094if $ac_need_defaults; then
9095  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
9096  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
9097  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
9098fi
9099
9100# Have a temporary directory for convenience.  Make it in the build tree
9101# simply because there is no reason to put it here, and in addition,
9102# creating and moving files from /tmp can sometimes cause problems.
9103# Create a temporary directory, and hook for its removal unless debugging.
9104$debug ||
9105{
9106  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9107  trap '{ (exit 1); exit 1; }' 1 2 13 15
9108}
9109
9110# Create a (secure) tmp directory for tmp files.
9111
9112{
9113  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
9114  test -n "$tmp" && test -d "$tmp"
9115}  ||
9116{
9117  tmp=./confstat$$-$RANDOM
9118  (umask 077 && mkdir $tmp)
9119} ||
9120{
9121   echo "$me: cannot create a temporary directory in ." >&2
9122   { (exit 1); exit 1; }
9123}
9124
9125_ACEOF
9126
9127cat >>$CONFIG_STATUS <<_ACEOF
9128
9129#
9130# CONFIG_FILES section.
9131#
9132
9133# No need to generate the scripts if there are no CONFIG_FILES.
9134# This happens for instance when ./config.status config.h
9135if test -n "\$CONFIG_FILES"; then
9136  # Protect against being on the right side of a sed subst in config.status.
9137  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9138   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9139s,@SHELL@,$SHELL,;t t
9140s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
9141s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
9142s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
9143s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
9144s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
9145s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
9146s,@exec_prefix@,$exec_prefix,;t t
9147s,@prefix@,$prefix,;t t
9148s,@program_transform_name@,$program_transform_name,;t t
9149s,@bindir@,$bindir,;t t
9150s,@sbindir@,$sbindir,;t t
9151s,@libexecdir@,$libexecdir,;t t
9152s,@datadir@,$datadir,;t t
9153s,@sysconfdir@,$sysconfdir,;t t
9154s,@sharedstatedir@,$sharedstatedir,;t t
9155s,@localstatedir@,$localstatedir,;t t
9156s,@libdir@,$libdir,;t t
9157s,@includedir@,$includedir,;t t
9158s,@oldincludedir@,$oldincludedir,;t t
9159s,@infodir@,$infodir,;t t
9160s,@mandir@,$mandir,;t t
9161s,@build_alias@,$build_alias,;t t
9162s,@host_alias@,$host_alias,;t t
9163s,@target_alias@,$target_alias,;t t
9164s,@DEFS@,$DEFS,;t t
9165s,@ECHO_C@,$ECHO_C,;t t
9166s,@ECHO_N@,$ECHO_N,;t t
9167s,@ECHO_T@,$ECHO_T,;t t
9168s,@LIBS@,$LIBS,;t t
9169s,@build@,$build,;t t
9170s,@build_cpu@,$build_cpu,;t t
9171s,@build_vendor@,$build_vendor,;t t
9172s,@build_os@,$build_os,;t t
9173s,@host@,$host,;t t
9174s,@host_cpu@,$host_cpu,;t t
9175s,@host_vendor@,$host_vendor,;t t
9176s,@host_os@,$host_os,;t t
9177s,@target@,$target,;t t
9178s,@target_cpu@,$target_cpu,;t t
9179s,@target_vendor@,$target_vendor,;t t
9180s,@target_os@,$target_os,;t t
9181s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
9182s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
9183s,@INSTALL_DATA@,$INSTALL_DATA,;t t
9184s,@CYGPATH_W@,$CYGPATH_W,;t t
9185s,@PACKAGE@,$PACKAGE,;t t
9186s,@VERSION@,$VERSION,;t t
9187s,@ACLOCAL@,$ACLOCAL,;t t
9188s,@AUTOCONF@,$AUTOCONF,;t t
9189s,@AUTOMAKE@,$AUTOMAKE,;t t
9190s,@AUTOHEADER@,$AUTOHEADER,;t t
9191s,@MAKEINFO@,$MAKEINFO,;t t
9192s,@AMTAR@,$AMTAR,;t t
9193s,@install_sh@,$install_sh,;t t
9194s,@STRIP@,$STRIP,;t t
9195s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
9196s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
9197s,@mkdir_p@,$mkdir_p,;t t
9198s,@AWK@,$AWK,;t t
9199s,@SET_MAKE@,$SET_MAKE,;t t
9200s,@am__leading_dot@,$am__leading_dot,;t t
9201s,@CXX@,$CXX,;t t
9202s,@CXXFLAGS@,$CXXFLAGS,;t t
9203s,@LDFLAGS@,$LDFLAGS,;t t
9204s,@CPPFLAGS@,$CPPFLAGS,;t t
9205s,@ac_ct_CXX@,$ac_ct_CXX,;t t
9206s,@EXEEXT@,$EXEEXT,;t t
9207s,@OBJEXT@,$OBJEXT,;t t
9208s,@DEPDIR@,$DEPDIR,;t t
9209s,@am__include@,$am__include,;t t
9210s,@am__quote@,$am__quote,;t t
9211s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
9212s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
9213s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
9214s,@CXXDEPMODE@,$CXXDEPMODE,;t t
9215s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
9216s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
9217s,@CC@,$CC,;t t
9218s,@CFLAGS@,$CFLAGS,;t t
9219s,@ac_ct_CC@,$ac_ct_CC,;t t
9220s,@CCDEPMODE@,$CCDEPMODE,;t t
9221s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
9222s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
9223s,@CPP@,$CPP,;t t
9224s,@EGREP@,$EGREP,;t t
9225s,@DEBUG@,$DEBUG,;t t
9226s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t
9227s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t
9228s,@DOCUMENTATION_TRUE@,$DOCUMENTATION_TRUE,;t t
9229s,@DOCUMENTATION_FALSE@,$DOCUMENTATION_FALSE,;t t
9230s,@DOXYGEN@,$DOXYGEN,;t t
9231s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t
9232s,@DOXYGEN_FALSE@,$DOXYGEN_FALSE,;t t
9233s,@MSBITFIELDS@,$MSBITFIELDS,;t t
9234s,@GTK2_LIBS@,$GTK2_LIBS,;t t
9235s,@GTK2_CFLAGS@,$GTK2_CFLAGS,;t t
9236s,@HAVE_GTK2_TRUE@,$HAVE_GTK2_TRUE,;t t
9237s,@HAVE_GTK2_FALSE@,$HAVE_GTK2_FALSE,;t t
9238s,@GTHREAD_LIBS@,$GTHREAD_LIBS,;t t
9239s,@GTHREAD_CFLAGS@,$GTHREAD_CFLAGS,;t t
9240s,@HAVE_GTHREAD_TRUE@,$HAVE_GTHREAD_TRUE,;t t
9241s,@HAVE_GTHREAD_FALSE@,$HAVE_GTHREAD_FALSE,;t t
9242s,@CURL_LIBS@,$CURL_LIBS,;t t
9243s,@CURL_CFLAGS@,$CURL_CFLAGS,;t t
9244s,@HAVE_CURL_TRUE@,$HAVE_CURL_TRUE,;t t
9245s,@HAVE_CURL_FALSE@,$HAVE_CURL_FALSE,;t t
9246s,@LIBOBJS@,$LIBOBJS,;t t
9247s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9248CEOF
9249
9250_ACEOF
9251
9252  cat >>$CONFIG_STATUS <<\_ACEOF
9253  # Split the substitutions into bite-sized pieces for seds with
9254  # small command number limits, like on Digital OSF/1 and HP-UX.
9255  ac_max_sed_lines=48
9256  ac_sed_frag=1 # Number of current file.
9257  ac_beg=1 # First line for current file.
9258  ac_end=$ac_max_sed_lines # Line after last line for current file.
9259  ac_more_lines=:
9260  ac_sed_cmds=
9261  while $ac_more_lines; do
9262    if test $ac_beg -gt 1; then
9263      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
9264    else
9265      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
9266    fi
9267    if test ! -s $tmp/subs.frag; then
9268      ac_more_lines=false
9269    else
9270      # The purpose of the label and of the branching condition is to
9271      # speed up the sed processing (if there are no `@' at all, there
9272      # is no need to browse any of the substitutions).
9273      # These are the two extra sed commands mentioned above.
9274      (echo ':t
9275  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
9276      if test -z "$ac_sed_cmds"; then
9277        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
9278      else
9279        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
9280      fi
9281      ac_sed_frag=`expr $ac_sed_frag + 1`
9282      ac_beg=$ac_end
9283      ac_end=`expr $ac_end + $ac_max_sed_lines`
9284    fi
9285  done
9286  if test -z "$ac_sed_cmds"; then
9287    ac_sed_cmds=cat
9288  fi
9289fi # test -n "$CONFIG_FILES"
9290
9291_ACEOF
9292cat >>$CONFIG_STATUS <<\_ACEOF
9293for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
9294  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9295  case $ac_file in
9296  - | *:- | *:-:* ) # input from stdin
9297        cat >$tmp/stdin
9298        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9299        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9300  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9301        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9302  * )   ac_file_in=$ac_file.in ;;
9303  esac
9304
9305  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
9306  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
9307$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9308         X"$ac_file" : 'X\(//\)[^/]' \| \
9309         X"$ac_file" : 'X\(//\)$' \| \
9310         X"$ac_file" : 'X\(/\)' \| \
9311         .     : '\(.\)' 2>/dev/null ||
9312echo X"$ac_file" |
9313    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9314          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9315          /^X\(\/\/\)$/{ s//\1/; q; }
9316          /^X\(\/\).*/{ s//\1/; q; }
9317          s/.*/./; q'`
9318  { if $as_mkdir_p; then
9319    mkdir -p "$ac_dir"
9320  else
9321    as_dir="$ac_dir"
9322    as_dirs=
9323    while test ! -d "$as_dir"; do
9324      as_dirs="$as_dir $as_dirs"
9325      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9326$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9327         X"$as_dir" : 'X\(//\)[^/]' \| \
9328         X"$as_dir" : 'X\(//\)$' \| \
9329         X"$as_dir" : 'X\(/\)' \| \
9330         .     : '\(.\)' 2>/dev/null ||
9331echo X"$as_dir" |
9332    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9333          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9334          /^X\(\/\/\)$/{ s//\1/; q; }
9335          /^X\(\/\).*/{ s//\1/; q; }
9336          s/.*/./; q'`
9337    done
9338    test ! -n "$as_dirs" || mkdir $as_dirs
9339  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9340echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9341   { (exit 1); exit 1; }; }; }
9342
9343  ac_builddir=.
9344
9345if test "$ac_dir" != .; then
9346  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9347  # A "../" for each directory in $ac_dir_suffix.
9348  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9349else
9350  ac_dir_suffix= ac_top_builddir=
9351fi
9352
9353case $srcdir in
9354  .)  # No --srcdir option.  We are building in place.
9355    ac_srcdir=.
9356    if test -z "$ac_top_builddir"; then
9357       ac_top_srcdir=.
9358    else
9359       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9360    fi ;;
9361  [\\/]* | ?:[\\/]* )  # Absolute path.
9362    ac_srcdir=$srcdir$ac_dir_suffix;
9363    ac_top_srcdir=$srcdir ;;
9364  *) # Relative path.
9365    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9366    ac_top_srcdir=$ac_top_builddir$srcdir ;;
9367esac
9368
9369# Do not use `cd foo && pwd` to compute absolute paths, because
9370# the directories may not exist.
9371case `pwd` in
9372.) ac_abs_builddir="$ac_dir";;
9373*)
9374  case "$ac_dir" in
9375  .) ac_abs_builddir=`pwd`;;
9376  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9377  *) ac_abs_builddir=`pwd`/"$ac_dir";;
9378  esac;;
9379esac
9380case $ac_abs_builddir in
9381.) ac_abs_top_builddir=${ac_top_builddir}.;;
9382*)
9383  case ${ac_top_builddir}. in
9384  .) ac_abs_top_builddir=$ac_abs_builddir;;
9385  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9386  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9387  esac;;
9388esac
9389case $ac_abs_builddir in
9390.) ac_abs_srcdir=$ac_srcdir;;
9391*)
9392  case $ac_srcdir in
9393  .) ac_abs_srcdir=$ac_abs_builddir;;
9394  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9395  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9396  esac;;
9397esac
9398case $ac_abs_builddir in
9399.) ac_abs_top_srcdir=$ac_top_srcdir;;
9400*)
9401  case $ac_top_srcdir in
9402  .) ac_abs_top_srcdir=$ac_abs_builddir;;
9403  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9404  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9405  esac;;
9406esac
9407
9408
9409  case $INSTALL in
9410  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9411  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
9412  esac
9413
9414  if test x"$ac_file" != x-; then
9415    { echo "$as_me:$LINENO: creating $ac_file" >&5
9416echo "$as_me: creating $ac_file" >&6;}
9417    rm -f "$ac_file"
9418  fi
9419  # Let's still pretend it is `configure' which instantiates (i.e., don't
9420  # use $as_me), people would be surprised to read:
9421  #    /* config.h.  Generated by config.status.  */
9422  if test x"$ac_file" = x-; then
9423    configure_input=
9424  else
9425    configure_input="$ac_file.  "
9426  fi
9427  configure_input=$configure_input"Generated from `echo $ac_file_in |
9428                                     sed 's,.*/,,'` by configure."
9429
9430  # First look for the input files in the build tree, otherwise in the
9431  # src tree.
9432  ac_file_inputs=`IFS=:
9433    for f in $ac_file_in; do
9434      case $f in
9435      -) echo $tmp/stdin ;;
9436      [\\/$]*)
9437         # Absolute (can't be DOS-style, as IFS=:)
9438         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9439echo "$as_me: error: cannot find input file: $f" >&2;}
9440   { (exit 1); exit 1; }; }
9441         echo "$f";;
9442      *) # Relative
9443         if test -f "$f"; then
9444           # Build tree
9445           echo "$f"
9446         elif test -f "$srcdir/$f"; then
9447           # Source tree
9448           echo "$srcdir/$f"
9449         else
9450           # /dev/null tree
9451           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9452echo "$as_me: error: cannot find input file: $f" >&2;}
9453   { (exit 1); exit 1; }; }
9454         fi;;
9455      esac
9456    done` || { (exit 1); exit 1; }
9457_ACEOF
9458cat >>$CONFIG_STATUS <<_ACEOF
9459  sed "$ac_vpsub
9460$extrasub
9461_ACEOF
9462cat >>$CONFIG_STATUS <<\_ACEOF
9463:t
9464/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9465s,@configure_input@,$configure_input,;t t
9466s,@srcdir@,$ac_srcdir,;t t
9467s,@abs_srcdir@,$ac_abs_srcdir,;t t
9468s,@top_srcdir@,$ac_top_srcdir,;t t
9469s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9470s,@builddir@,$ac_builddir,;t t
9471s,@abs_builddir@,$ac_abs_builddir,;t t
9472s,@top_builddir@,$ac_top_builddir,;t t
9473s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9474s,@INSTALL@,$ac_INSTALL,;t t
9475" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
9476  rm -f $tmp/stdin
9477  if test x"$ac_file" != x-; then
9478    mv $tmp/out $ac_file
9479  else
9480    cat $tmp/out
9481    rm -f $tmp/out
9482  fi
9483
9484done
9485_ACEOF
9486cat >>$CONFIG_STATUS <<\_ACEOF
9487
9488#
9489# CONFIG_HEADER section.
9490#
9491
9492# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
9493# NAME is the cpp macro being defined and VALUE is the value it is being given.
9494#
9495# ac_d sets the value in "#define NAME VALUE" lines.
9496ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
9497ac_dB='[         ].*$,\1#\2'
9498ac_dC=' '
9499ac_dD=',;t'
9500# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
9501ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
9502ac_uB='$,\1#\2define\3'
9503ac_uC=' '
9504ac_uD=',;t'
9505
9506for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
9507  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9508  case $ac_file in
9509  - | *:- | *:-:* ) # input from stdin
9510        cat >$tmp/stdin
9511        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9512        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9513  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9514        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9515  * )   ac_file_in=$ac_file.in ;;
9516  esac
9517
9518  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
9519echo "$as_me: creating $ac_file" >&6;}
9520
9521  # First look for the input files in the build tree, otherwise in the
9522  # src tree.
9523  ac_file_inputs=`IFS=:
9524    for f in $ac_file_in; do
9525      case $f in
9526      -) echo $tmp/stdin ;;
9527      [\\/$]*)
9528         # Absolute (can't be DOS-style, as IFS=:)
9529         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9530echo "$as_me: error: cannot find input file: $f" >&2;}
9531   { (exit 1); exit 1; }; }
9532         # Do quote $f, to prevent DOS paths from being IFS'd.
9533         echo "$f";;
9534      *) # Relative
9535         if test -f "$f"; then
9536           # Build tree
9537           echo "$f"
9538         elif test -f "$srcdir/$f"; then
9539           # Source tree
9540           echo "$srcdir/$f"
9541         else
9542           # /dev/null tree
9543           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9544echo "$as_me: error: cannot find input file: $f" >&2;}
9545   { (exit 1); exit 1; }; }
9546         fi;;
9547      esac
9548    done` || { (exit 1); exit 1; }
9549  # Remove the trailing spaces.
9550  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
9551
9552_ACEOF
9553
9554# Transform confdefs.h into two sed scripts, `conftest.defines' and
9555# `conftest.undefs', that substitutes the proper values into
9556# config.h.in to produce config.h.  The first handles `#define'
9557# templates, and the second `#undef' templates.
9558# And first: Protect against being on the right side of a sed subst in
9559# config.status.  Protect against being in an unquoted here document
9560# in config.status.
9561rm -f conftest.defines conftest.undefs
9562# Using a here document instead of a string reduces the quoting nightmare.
9563# Putting comments in sed scripts is not portable.
9564#
9565# `end' is used to avoid that the second main sed command (meant for
9566# 0-ary CPP macros) applies to n-ary macro definitions.
9567# See the Autoconf documentation for `clear'.
9568cat >confdef2sed.sed <<\_ACEOF
9569s/[\\&,]/\\&/g
9570s,[\\$`],\\&,g
9571t clear
9572: clear
9573s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
9574t end
9575s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
9576: end
9577_ACEOF
9578# If some macros were called several times there might be several times
9579# the same #defines, which is useless.  Nevertheless, we may not want to
9580# sort them, since we want the *last* AC-DEFINE to be honored.
9581uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
9582sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
9583rm -f confdef2sed.sed
9584
9585# This sed command replaces #undef with comments.  This is necessary, for
9586# example, in the case of _POSIX_SOURCE, which is predefined and required
9587# on some systems where configure will not decide to define it.
9588cat >>conftest.undefs <<\_ACEOF
9589s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
9590_ACEOF
9591
9592# Break up conftest.defines because some shells have a limit on the size
9593# of here documents, and old seds have small limits too (100 cmds).
9594echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
9595echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
9596echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
9597echo '  :' >>$CONFIG_STATUS
9598rm -f conftest.tail
9599while grep . conftest.defines >/dev/null
9600do
9601  # Write a limited-size here document to $tmp/defines.sed.
9602  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
9603  # Speed up: don't consider the non `#define' lines.
9604  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
9605  # Work around the forget-to-reset-the-flag bug.
9606  echo 't clr' >>$CONFIG_STATUS
9607  echo ': clr' >>$CONFIG_STATUS
9608  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
9609  echo 'CEOF
9610  sed -f $tmp/defines.sed $tmp/in >$tmp/out
9611  rm -f $tmp/in
9612  mv $tmp/out $tmp/in
9613' >>$CONFIG_STATUS
9614  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
9615  rm -f conftest.defines
9616  mv conftest.tail conftest.defines
9617done
9618rm -f conftest.defines
9619echo '  fi # grep' >>$CONFIG_STATUS
9620echo >>$CONFIG_STATUS
9621
9622# Break up conftest.undefs because some shells have a limit on the size
9623# of here documents, and old seds have small limits too (100 cmds).
9624echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
9625rm -f conftest.tail
9626while grep . conftest.undefs >/dev/null
9627do
9628  # Write a limited-size here document to $tmp/undefs.sed.
9629  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
9630  # Speed up: don't consider the non `#undef'
9631  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
9632  # Work around the forget-to-reset-the-flag bug.
9633  echo 't clr' >>$CONFIG_STATUS
9634  echo ': clr' >>$CONFIG_STATUS
9635  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
9636  echo 'CEOF
9637  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
9638  rm -f $tmp/in
9639  mv $tmp/out $tmp/in
9640' >>$CONFIG_STATUS
9641  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
9642  rm -f conftest.undefs
9643  mv conftest.tail conftest.undefs
9644done
9645rm -f conftest.undefs
9646
9647cat >>$CONFIG_STATUS <<\_ACEOF
9648  # Let's still pretend it is `configure' which instantiates (i.e., don't
9649  # use $as_me), people would be surprised to read:
9650  #    /* config.h.  Generated by config.status.  */
9651  if test x"$ac_file" = x-; then
9652    echo "/* Generated by configure.  */" >$tmp/config.h
9653  else
9654    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
9655  fi
9656  cat $tmp/in >>$tmp/config.h
9657  rm -f $tmp/in
9658  if test x"$ac_file" != x-; then
9659    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
9660      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
9661echo "$as_me: $ac_file is unchanged" >&6;}
9662    else
9663      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
9664$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9665         X"$ac_file" : 'X\(//\)[^/]' \| \
9666         X"$ac_file" : 'X\(//\)$' \| \
9667         X"$ac_file" : 'X\(/\)' \| \
9668         .     : '\(.\)' 2>/dev/null ||
9669echo X"$ac_file" |
9670    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9671          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9672          /^X\(\/\/\)$/{ s//\1/; q; }
9673          /^X\(\/\).*/{ s//\1/; q; }
9674          s/.*/./; q'`
9675      { if $as_mkdir_p; then
9676    mkdir -p "$ac_dir"
9677  else
9678    as_dir="$ac_dir"
9679    as_dirs=
9680    while test ! -d "$as_dir"; do
9681      as_dirs="$as_dir $as_dirs"
9682      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9683$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9684         X"$as_dir" : 'X\(//\)[^/]' \| \
9685         X"$as_dir" : 'X\(//\)$' \| \
9686         X"$as_dir" : 'X\(/\)' \| \
9687         .     : '\(.\)' 2>/dev/null ||
9688echo X"$as_dir" |
9689    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9690          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9691          /^X\(\/\/\)$/{ s//\1/; q; }
9692          /^X\(\/\).*/{ s//\1/; q; }
9693          s/.*/./; q'`
9694    done
9695    test ! -n "$as_dirs" || mkdir $as_dirs
9696  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9697echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9698   { (exit 1); exit 1; }; }; }
9699
9700      rm -f $ac_file
9701      mv $tmp/config.h $ac_file
9702    fi
9703  else
9704    cat $tmp/config.h
9705    rm -f $tmp/config.h
9706  fi
9707# Compute $ac_file's index in $config_headers.
9708_am_stamp_count=1
9709for _am_header in $config_headers :; do
9710  case $_am_header in
9711    $ac_file | $ac_file:* )
9712      break ;;
9713    * )
9714      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9715  esac
9716done
9717echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
9718$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9719         X$ac_file : 'X\(//\)[^/]' \| \
9720         X$ac_file : 'X\(//\)$' \| \
9721         X$ac_file : 'X\(/\)' \| \
9722         .     : '\(.\)' 2>/dev/null ||
9723echo X$ac_file |
9724    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9725          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9726          /^X\(\/\/\)$/{ s//\1/; q; }
9727          /^X\(\/\).*/{ s//\1/; q; }
9728          s/.*/./; q'`/stamp-h$_am_stamp_count
9729done
9730_ACEOF
9731cat >>$CONFIG_STATUS <<\_ACEOF
9732
9733#
9734# CONFIG_COMMANDS section.
9735#
9736for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
9737  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
9738  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
9739  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
9740$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9741         X"$ac_dest" : 'X\(//\)[^/]' \| \
9742         X"$ac_dest" : 'X\(//\)$' \| \
9743         X"$ac_dest" : 'X\(/\)' \| \
9744         .     : '\(.\)' 2>/dev/null ||
9745echo X"$ac_dest" |
9746    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9747          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9748          /^X\(\/\/\)$/{ s//\1/; q; }
9749          /^X\(\/\).*/{ s//\1/; q; }
9750          s/.*/./; q'`
9751  { if $as_mkdir_p; then
9752    mkdir -p "$ac_dir"
9753  else
9754    as_dir="$ac_dir"
9755    as_dirs=
9756    while test ! -d "$as_dir"; do
9757      as_dirs="$as_dir $as_dirs"
9758      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9759$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9760         X"$as_dir" : 'X\(//\)[^/]' \| \
9761         X"$as_dir" : 'X\(//\)$' \| \
9762         X"$as_dir" : 'X\(/\)' \| \
9763         .     : '\(.\)' 2>/dev/null ||
9764echo X"$as_dir" |
9765    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9766          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9767          /^X\(\/\/\)$/{ s//\1/; q; }
9768          /^X\(\/\).*/{ s//\1/; q; }
9769          s/.*/./; q'`
9770    done
9771    test ! -n "$as_dirs" || mkdir $as_dirs
9772  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9773echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9774   { (exit 1); exit 1; }; }; }
9775
9776  ac_builddir=.
9777
9778if test "$ac_dir" != .; then
9779  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9780  # A "../" for each directory in $ac_dir_suffix.
9781  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9782else
9783  ac_dir_suffix= ac_top_builddir=
9784fi
9785
9786case $srcdir in
9787  .)  # No --srcdir option.  We are building in place.
9788    ac_srcdir=.
9789    if test -z "$ac_top_builddir"; then
9790       ac_top_srcdir=.
9791    else
9792       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9793    fi ;;
9794  [\\/]* | ?:[\\/]* )  # Absolute path.
9795    ac_srcdir=$srcdir$ac_dir_suffix;
9796    ac_top_srcdir=$srcdir ;;
9797  *) # Relative path.
9798    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9799    ac_top_srcdir=$ac_top_builddir$srcdir ;;
9800esac
9801
9802# Do not use `cd foo && pwd` to compute absolute paths, because
9803# the directories may not exist.
9804case `pwd` in
9805.) ac_abs_builddir="$ac_dir";;
9806*)
9807  case "$ac_dir" in
9808  .) ac_abs_builddir=`pwd`;;
9809  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9810  *) ac_abs_builddir=`pwd`/"$ac_dir";;
9811  esac;;
9812esac
9813case $ac_abs_builddir in
9814.) ac_abs_top_builddir=${ac_top_builddir}.;;
9815*)
9816  case ${ac_top_builddir}. in
9817  .) ac_abs_top_builddir=$ac_abs_builddir;;
9818  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9819  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9820  esac;;
9821esac
9822case $ac_abs_builddir in
9823.) ac_abs_srcdir=$ac_srcdir;;
9824*)
9825  case $ac_srcdir in
9826  .) ac_abs_srcdir=$ac_abs_builddir;;
9827  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9828  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9829  esac;;
9830esac
9831case $ac_abs_builddir in
9832.) ac_abs_top_srcdir=$ac_top_srcdir;;
9833*)
9834  case $ac_top_srcdir in
9835  .) ac_abs_top_srcdir=$ac_abs_builddir;;
9836  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9837  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9838  esac;;
9839esac
9840
9841
9842  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
9843echo "$as_me: executing $ac_dest commands" >&6;}
9844  case $ac_dest in
9845    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
9846  # Strip MF so we end up with the name of the file.
9847  mf=`echo "$mf" | sed -e 's/:.*$//'`
9848  # Check whether this is an Automake generated Makefile or not.
9849  # We used to match only the files named `Makefile.in', but
9850  # some people rename them; so instead we look at the file content.
9851  # Grep'ing the first line is not enough: some people post-process
9852  # each Makefile.in and add a new line on top of each file to say so.
9853  # So let's grep whole file.
9854  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
9855    dirpart=`(dirname "$mf") 2>/dev/null ||
9856$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9857         X"$mf" : 'X\(//\)[^/]' \| \
9858         X"$mf" : 'X\(//\)$' \| \
9859         X"$mf" : 'X\(/\)' \| \
9860         .     : '\(.\)' 2>/dev/null ||
9861echo X"$mf" |
9862    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9863          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9864          /^X\(\/\/\)$/{ s//\1/; q; }
9865          /^X\(\/\).*/{ s//\1/; q; }
9866          s/.*/./; q'`
9867  else
9868    continue
9869  fi
9870  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
9871  # Extract the definition of DEP_FILES from the Makefile without
9872  # running `make'.
9873  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9874  test -z "$DEPDIR" && continue
9875  # When using ansi2knr, U may be empty or an underscore; expand it
9876  U=`sed -n 's/^U = //p' < "$mf"`
9877  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
9878  # We invoke sed twice because it is the simplest approach to
9879  # changing $(DEPDIR) to its actual value in the expansion.
9880  for file in `sed -n '
9881    /^DEP_FILES = .*\\\\$/ {
9882      s/^DEP_FILES = //
9883      :loop
9884        s/\\\\$//
9885        p
9886        n
9887        /\\\\$/ b loop
9888      p
9889    }
9890    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
9891       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9892    # Make sure the directory exists.
9893    test -f "$dirpart/$file" && continue
9894    fdir=`(dirname "$file") 2>/dev/null ||
9895$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9896         X"$file" : 'X\(//\)[^/]' \| \
9897         X"$file" : 'X\(//\)$' \| \
9898         X"$file" : 'X\(/\)' \| \
9899         .     : '\(.\)' 2>/dev/null ||
9900echo X"$file" |
9901    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9902          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9903          /^X\(\/\/\)$/{ s//\1/; q; }
9904          /^X\(\/\).*/{ s//\1/; q; }
9905          s/.*/./; q'`
9906    { if $as_mkdir_p; then
9907    mkdir -p $dirpart/$fdir
9908  else
9909    as_dir=$dirpart/$fdir
9910    as_dirs=
9911    while test ! -d "$as_dir"; do
9912      as_dirs="$as_dir $as_dirs"
9913      as_dir=`(dirname "$as_dir") 2>/dev/null ||
9914$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9915         X"$as_dir" : 'X\(//\)[^/]' \| \
9916         X"$as_dir" : 'X\(//\)$' \| \
9917         X"$as_dir" : 'X\(/\)' \| \
9918         .     : '\(.\)' 2>/dev/null ||
9919echo X"$as_dir" |
9920    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9921          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9922          /^X\(\/\/\)$/{ s//\1/; q; }
9923          /^X\(\/\).*/{ s//\1/; q; }
9924          s/.*/./; q'`
9925    done
9926    test ! -n "$as_dirs" || mkdir $as_dirs
9927  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
9928echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
9929   { (exit 1); exit 1; }; }; }
9930
9931    # echo "creating $dirpart/$file"
9932    echo '# dummy' > "$dirpart/$file"
9933  done
9934done
9935 ;;
9936  esac
9937done
9938_ACEOF
9939
9940cat >>$CONFIG_STATUS <<\_ACEOF
9941
9942{ (exit 0); exit 0; }
9943_ACEOF
9944chmod +x $CONFIG_STATUS
9945ac_clean_files=$ac_clean_files_save
9946
9947
9948# configure is writing to config.log, and then calls config.status.
9949# config.status does its own redirection, appending to config.log.
9950# Unfortunately, on DOS this fails, as config.log is still kept open
9951# by configure, so config.status won't be able to write to it; its
9952# output is simply discarded.  So we exec the FD to /dev/null,
9953# effectively closing config.log, so it can be properly (re)opened and
9954# appended to by config.status.  When coming back to configure, we
9955# need to make the FD available again.
9956if test "$no_create" != yes; then
9957  ac_cs_success=:
9958  ac_config_status_args=
9959  test "$silent" = yes &&
9960    ac_config_status_args="$ac_config_status_args --quiet"
9961  exec 5>/dev/null
9962  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9963  exec 5>>config.log
9964  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9965  # would make configure fail if this is the last instruction.
9966  $ac_cs_success || { (exit 1); exit 1; }
9967fi
9968
Note: See TracBrowser for help on using the repository browser.