1m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
2dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3dnl require some minimum version.  Point them to the right macro.
4m4_if([$1], [1.11.1], [],
5      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6])
7m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
8m4_ifndef([AC_AUTOCONF_VERSION],
9  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
10_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
11m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
12AC_PREREQ([2.50])dnl
13# expand $ac_aux_dir to an absolute path
14am_aux_dir=`cd $ac_aux_dir && pwd`
15])
16m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
17 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
18	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
19AC_SUBST([$1_TRUE])dnl
20AC_SUBST([$1_FALSE])dnl
21_AM_SUBST_NOTMAKE([$1_TRUE])dnl
22_AM_SUBST_NOTMAKE([$1_FALSE])dnl
23m4_define([_AM_COND_VALUE_$1], [$2])dnl
24if $2; then
25  $1_TRUE=
26  $1_FALSE='#'
27else
28  $1_TRUE='#'
29  $1_FALSE=
30fi
31AC_CONFIG_COMMANDS_PRE(
32[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
33  AC_MSG_ERROR([[conditional "$1" was never defined.
34Usually this means the macro was only invoked conditionally.]])
35fi])])
36m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
37AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
38AC_REQUIRE([AM_MAKE_INCLUDE])dnl
39AC_REQUIRE([AM_DEP_TRACK])dnl
40
41ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
42       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
43       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
44       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
45       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
46                   [depcc="$$1"   am_compiler_list=])
47
48AC_CACHE_CHECK([dependency style of $depcc],
49               [am_cv_$1_dependencies_compiler_type],
50[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
51  # We make a subdir and do the tests there.  Otherwise we can end up
52  # making bogus files that we don't know about and never remove.  For
53  # instance it was reported that on HP-UX the gcc test will end up
54  # making a dummy file named `D' -- because `-MD' means `put the output
55  # in D'.
56  mkdir conftest.dir
57  # Copy depcomp to subdir because otherwise we won't find it if we're
58  # using a relative directory.
59  cp "$am_depcomp" conftest.dir
60  cd conftest.dir
61  # We will build objects and dependencies in a subdirectory because
62  # it helps to detect inapplicable dependency modes.  For instance
63  # both Tru64's cc and ICC support -MD to output dependencies as a
64  # side effect of compilation, but ICC will put the dependencies in
65  # the current directory while Tru64 will put them in the object
66  # directory.
67  mkdir sub
68
69  am_cv_$1_dependencies_compiler_type=none
70  if test "$am_compiler_list" = ""; then
71     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
72  fi
73  am__universal=false
74  m4_case([$1], [CC],
75    [case " $depcc " in #(
76     *\ -arch\ *\ -arch\ *) am__universal=true ;;
77     esac],
78    [CXX],
79    [case " $depcc " in #(
80     *\ -arch\ *\ -arch\ *) am__universal=true ;;
81     esac])
82
83  for depmode in $am_compiler_list; do
84    # Setup a source with many dependencies, because some compilers
85    # like to wrap large dependency lists on column 80 (with \), and
86    # we should not choose a depcomp mode which is confused by this.
87    #
88    # We need to recreate these files for each test, as the compiler may
89    # overwrite some of them when testing with obscure command lines.
90    # This happens at least with the AIX C compiler.
91    : > sub/conftest.c
92    for i in 1 2 3 4 5 6; do
93      echo '#include "conftst'$i'.h"' >> sub/conftest.c
94      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
95      # Solaris 8's {/usr,}/bin/sh.
96      touch sub/conftst$i.h
97    done
98    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
99
100    # We check with `-c' and `-o' for the sake of the "dashmstdout"
101    # mode.  It turns out that the SunPro C++ compiler does not properly
102    # handle `-M -o', and we need to detect this.  Also, some Intel
103    # versions had trouble with output in subdirs
104    am__obj=sub/conftest.${OBJEXT-o}
105    am__minus_obj="-o $am__obj"
106    case $depmode in
107    gcc)
108      # This depmode causes a compiler race in universal mode.
109      test "$am__universal" = false || continue
110      ;;
111    nosideeffect)
112      # after this tag, mechanisms are not by side-effect, so they'll
113      # only be used when explicitly requested
114      if test "x$enable_dependency_tracking" = xyes; then
115	continue
116      else
117	break
118      fi
119      ;;
120    msvisualcpp | msvcmsys)
121      # This compiler won't grok `-c -o', but also, the minuso test has
122      # not run yet.  These depmodes are late enough in the game, and
123      # so weak that their functioning should not be impacted.
124      am__obj=conftest.${OBJEXT-o}
125      am__minus_obj=
126      ;;
127    none) break ;;
128    esac
129    if depmode=$depmode \
130       source=sub/conftest.c object=$am__obj \
131       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
132       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
133         >/dev/null 2>conftest.err &&
134       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
135       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
136       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
137       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
138      # icc doesn't choke on unknown options, it will just issue warnings
139      # or remarks (even with -Werror).  So we grep stderr for any message
140      # that says an option was ignored or not supported.
141      # When given -MP, icc 7.0 and 7.1 complain thusly:
142      #   icc: Command line warning: ignoring option '-M'; no argument required
143      # The diagnosis changed in icc 8.0:
144      #   icc: Command line remark: option '-MP' not supported
145      if (grep 'ignoring option' conftest.err ||
146          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
147        am_cv_$1_dependencies_compiler_type=$depmode
148        break
149      fi
150    fi
151  done
152
153  cd ..
154  rm -rf conftest.dir
155else
156  am_cv_$1_dependencies_compiler_type=none
157fi
158])
159AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
160AM_CONDITIONAL([am__fastdep$1], [
161  test "x$enable_dependency_tracking" != xno \
162  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
163])
164m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
165AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
166])
167m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
168[  --disable-dependency-tracking  speeds up one-time build
169  --enable-dependency-tracking   do not reject slow dependency extractors])
170if test "x$enable_dependency_tracking" != xno; then
171  am_depcomp="$ac_aux_dir/depcomp"
172  AMDEPBACKSLASH='\'
173fi
174AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
175AC_SUBST([AMDEPBACKSLASH])dnl
176_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
177])
178m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
179  # Autoconf 2.62 quotes --file arguments for eval, but not when files
180  # are listed without --file.  Let's play safe and only enable the eval
181  # if we detect the quoting.
182  case $CONFIG_FILES in
183  *\'*) eval set x "$CONFIG_FILES" ;;
184  *)   set x $CONFIG_FILES ;;
185  esac
186  shift
187  for mf
188  do
189    # Strip MF so we end up with the name of the file.
190    mf=`echo "$mf" | sed -e 's/:.*$//'`
191    # Check whether this is an Automake generated Makefile or not.
192    # We used to match only the files named `Makefile.in', but
193    # some people rename them; so instead we look at the file content.
194    # Grep'ing the first line is not enough: some people post-process
195    # each Makefile.in and add a new line on top of each file to say so.
196    # Grep'ing the whole file is not good either: AIX grep has a line
197    # limit of 2048, but all sed's we know have understand at least 4000.
198    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
199      dirpart=`AS_DIRNAME("$mf")`
200    else
201      continue
202    fi
203    # Extract the definition of DEPDIR, am__include, and am__quote
204    # from the Makefile without running `make'.
205    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
206    test -z "$DEPDIR" && continue
207    am__include=`sed -n 's/^am__include = //p' < "$mf"`
208    test -z "am__include" && continue
209    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
210    # When using ansi2knr, U may be empty or an underscore; expand it
211    U=`sed -n 's/^U = //p' < "$mf"`
212    # Find all dependency output files, they are included files with
213    # $(DEPDIR) in their names.  We invoke sed twice because it is the
214    # simplest approach to changing $(DEPDIR) to its actual value in the
215    # expansion.
216    for file in `sed -n "
217      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
218	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
219      # Make sure the directory exists.
220      test -f "$dirpart/$file" && continue
221      fdir=`AS_DIRNAME(["$file"])`
222      AS_MKDIR_P([$dirpart/$fdir])
223      # echo "creating $dirpart/$file"
224      echo '# dummy' > "$dirpart/$file"
225    done
226  done
227}
228])
229m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
230     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
231     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
232])
233m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
234dnl Autoconf wants to disallow AM_ names.  We explicitly allow
235dnl the ones we care about.
236m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
237AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
238AC_REQUIRE([AC_PROG_INSTALL])dnl
239if test "`cd $srcdir && pwd`" != "`pwd`"; then
240  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
241  # is not polluted with repeated "-I."
242  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
243  # test to see if srcdir already configured
244  if test -f $srcdir/config.status; then
245    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
246  fi
247fi
248
249# test whether we have cygpath
250if test -z "$CYGPATH_W"; then
251  if (cygpath --version) >/dev/null 2>/dev/null; then
252    CYGPATH_W='cygpath -w'
253  else
254    CYGPATH_W=echo
255  fi
256fi
257AC_SUBST([CYGPATH_W])
258
259# Define the identity of the package.
260dnl Distinguish between old-style and new-style calls.
261m4_ifval([$2],
262[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
263 AC_SUBST([PACKAGE], [$1])dnl
264 AC_SUBST([VERSION], [$2])],
265[_AM_SET_OPTIONS([$1])dnl
266dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
267m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
268  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
269 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
270 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
271
272_AM_IF_OPTION([no-define],,
273[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
274 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
275
276# Some tools Automake needs.
277AC_REQUIRE([AM_SANITY_CHECK])dnl
278AC_REQUIRE([AC_ARG_PROGRAM])dnl
279AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
280AM_MISSING_PROG(AUTOCONF, autoconf)
281AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
282AM_MISSING_PROG(AUTOHEADER, autoheader)
283AM_MISSING_PROG(MAKEINFO, makeinfo)
284AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
285AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
286AC_REQUIRE([AM_PROG_MKDIR_P])dnl
287# We need awk for the "check" target.  The system "awk" is bad on
288# some platforms.
289AC_REQUIRE([AC_PROG_AWK])dnl
290AC_REQUIRE([AC_PROG_MAKE_SET])dnl
291AC_REQUIRE([AM_SET_LEADING_DOT])dnl
292_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
293	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
294			     [_AM_PROG_TAR([v7])])])
295_AM_IF_OPTION([no-dependencies],,
296[AC_PROVIDE_IFELSE([AC_PROG_CC],
297		  [_AM_DEPENDENCIES(CC)],
298		  [define([AC_PROG_CC],
299			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
300AC_PROVIDE_IFELSE([AC_PROG_CXX],
301		  [_AM_DEPENDENCIES(CXX)],
302		  [define([AC_PROG_CXX],
303			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
304AC_PROVIDE_IFELSE([AC_PROG_OBJC],
305		  [_AM_DEPENDENCIES(OBJC)],
306		  [define([AC_PROG_OBJC],
307			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
308])
309_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
310dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
311dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
312dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
313AC_CONFIG_COMMANDS_PRE(dnl
314[m4_provide_if([_AM_COMPILER_EXEEXT],
315  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
316])
317m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
318_am_arg=$1
319_am_stamp_count=1
320for _am_header in $config_headers :; do
321  case $_am_header in
322    $_am_arg | $_am_arg:* )
323      break ;;
324    * )
325      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
326  esac
327done
328echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
329m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
330if test x"${install_sh}" != xset; then
331  case $am_aux_dir in
332  *\ * | *\	*)
333    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
334  *)
335    install_sh="\${SHELL} $am_aux_dir/install-sh"
336  esac
337fi
338AC_SUBST(install_sh)])
339m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
340mkdir .tst 2>/dev/null
341if test -d .tst; then
342  am__leading_dot=.
343else
344  am__leading_dot=_
345fi
346rmdir .tst 2>/dev/null
347AC_SUBST([am__leading_dot])])
348m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
349cat > confinc << 'END'
350am__doit:
351	@echo this is the am__doit target
352.PHONY: am__doit
353END
354# If we don't find an include directive, just comment out the code.
355AC_MSG_CHECKING([for style of include used by $am_make])
356am__include="#"
357am__quote=
358_am_result=none
359# First try GNU make style include.
360echo "include confinc" > confmf
361# Ignore all kinds of additional output from `make'.
362case `$am_make -s -f confmf 2> /dev/null` in #(
363*the\ am__doit\ target*)
364  am__include=include
365  am__quote=
366  _am_result=GNU
367  ;;
368esac
369# Now try BSD make style include.
370if test "$am__include" = "#"; then
371   echo '.include "confinc"' > confmf
372   case `$am_make -s -f confmf 2> /dev/null` in #(
373   *the\ am__doit\ target*)
374     am__include=.include
375     am__quote="\""
376     _am_result=BSD
377     ;;
378   esac
379fi
380AC_SUBST([am__include])
381AC_SUBST([am__quote])
382AC_MSG_RESULT([$_am_result])
383rm -f confinc confmf
384])
385m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
386$1=${$1-"${am_missing_run}$2"}
387AC_SUBST($1)])
388m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
389AC_REQUIRE_AUX_FILE([missing])dnl
390if test x"${MISSING+set}" != xset; then
391  case $am_aux_dir in
392  *\ * | *\	*)
393    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
394  *)
395    MISSING="\${SHELL} $am_aux_dir/missing" ;;
396  esac
397fi
398# Use eval to expand $SHELL
399if eval "$MISSING --run true"; then
400  am_missing_run="$MISSING --run "
401else
402  am_missing_run=
403  AC_MSG_WARN([`missing' script is too old or missing])
404fi
405])
406m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
407AC_REQUIRE([AC_PROG_MKDIR_P])dnl
408dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
409dnl while keeping a definition of mkdir_p for backward compatibility.
410dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
411dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
412dnl Makefile.ins that do not define MKDIR_P, so we do our own
413dnl adjustment using top_builddir (which is defined more often than
414dnl MKDIR_P).
415AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
416case $mkdir_p in
417  [[\\/$]]* | ?:[[\\/]]*) ;;
418  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
419esac
420])
421m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
422m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
423m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
424m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
425m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
426   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
427   ac_status=$?
428   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
429   (exit $ac_status); }])
430m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
431# Just in case
432sleep 1
433echo timestamp > conftest.file
434# Reject unsafe characters in $srcdir or the absolute working directory
435# name.  Accept space and tab only in the latter.
436am_lf='
437'
438case `pwd` in
439  *[[\\\"\#\$\&\'\`$am_lf]]*)
440    AC_MSG_ERROR([unsafe absolute working directory name]);;
441esac
442case $srcdir in
443  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
444    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
445esac
446
447# Do `set' in a subshell so we don't clobber the current shell's
448# arguments.  Must try -L first in case configure is actually a
449# symlink; some systems play weird games with the mod time of symlinks
450# (eg FreeBSD returns the mod time of the symlink's containing
451# directory).
452if (
453   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
454   if test "$[*]" = "X"; then
455      # -L didn't work.
456      set X `ls -t "$srcdir/configure" conftest.file`
457   fi
458   rm -f conftest.file
459   if test "$[*]" != "X $srcdir/configure conftest.file" \
460      && test "$[*]" != "X conftest.file $srcdir/configure"; then
461
462      # If neither matched, then we have a broken ls.  This can happen
463      # if, for instance, CONFIG_SHELL is bash and it inherits a
464      # broken ls alias from the environment.  This has actually
465      # happened.  Such a system could not be considered "sane".
466      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
467alias in your environment])
468   fi
469
470   test "$[2]" = conftest.file
471   )
472then
473   # Ok.
474   :
475else
476   AC_MSG_ERROR([newly created file is older than distributed files!
477Check your system clock])
478fi
479AC_MSG_RESULT(yes)])
480m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
481[  --enable-silent-rules          less verbose build output (undo: `make V=1')
482  --disable-silent-rules         verbose build output (undo: `make V=0')])
483case $enable_silent_rules in
484yes) AM_DEFAULT_VERBOSITY=0;;
485no)  AM_DEFAULT_VERBOSITY=1;;
486*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
487esac
488AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
489AM_BACKSLASH='\'
490AC_SUBST([AM_BACKSLASH])dnl
491_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
492])
493m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
494# Installed binaries are usually stripped using `strip' when the user
495# run `make install-strip'.  However `strip' might not be the right
496# tool to use in cross-compilation environments, therefore Automake
497# will honor the `STRIP' environment variable to overrule this program.
498dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
499if test "$cross_compiling" != no; then
500  AC_CHECK_TOOL([STRIP], [strip], :)
501fi
502INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
503AC_SUBST([INSTALL_STRIP_PROGRAM])])
504m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
505m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
506m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
507AM_MISSING_PROG([AMTAR], [tar])
508m4_if([$1], [v7],
509     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
510     [m4_case([$1], [ustar],, [pax],,
511              [m4_fatal([Unknown tar format])])
512AC_MSG_CHECKING([how to create a $1 tar archive])
513# Loop over all known methods to create a tar archive until one works.
514_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
515_am_tools=${am_cv_prog_tar_$1-$_am_tools}
516# Do not fold the above two line into one, because Tru64 sh and
517# Solaris sh will not grok spaces in the rhs of `-'.
518for _am_tool in $_am_tools
519do
520  case $_am_tool in
521  gnutar)
522    for _am_tar in tar gnutar gtar;
523    do
524      AM_RUN_LOG([$_am_tar --version]) && break
525    done
526    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
527    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
528    am__untar="$_am_tar -xf -"
529    ;;
530  plaintar)
531    # Must skip GNU tar: if it does not support --format= it doesn't create
532    # ustar tarball either.
533    (tar --version) >/dev/null 2>&1 && continue
534    am__tar='tar chf - "$$tardir"'
535    am__tar_='tar chf - "$tardir"'
536    am__untar='tar xf -'
537    ;;
538  pax)
539    am__tar='pax -L -x $1 -w "$$tardir"'
540    am__tar_='pax -L -x $1 -w "$tardir"'
541    am__untar='pax -r'
542    ;;
543  cpio)
544    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
545    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
546    am__untar='cpio -i -H $1 -d'
547    ;;
548  none)
549    am__tar=false
550    am__tar_=false
551    am__untar=false
552    ;;
553  esac
554
555  # If the value was cached, stop now.  We just wanted to have am__tar
556  # and am__untar set.
557  test -n "${am_cv_prog_tar_$1}" && break
558
559  # tar/untar a dummy directory, and stop if the command works
560  rm -rf conftest.dir
561  mkdir conftest.dir
562  echo GrepMe > conftest.dir/file
563  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
564  rm -rf conftest.dir
565  if test -s conftest.tar; then
566    AM_RUN_LOG([$am__untar <conftest.tar])
567    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
568  fi
569done
570rm -rf conftest.dir
571
572AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
573AC_MSG_RESULT([$am_cv_prog_tar_$1])])
574AC_SUBST([am__tar])
575AC_SUBST([am__untar])
576])
577m4trace:acinclude.m4:11: -1- AC_DEFUN([AM_PATH_SDL], [dnl
578dnl Get the cflags and libraries from the sdl-config script
579dnl
580AC_ARG_WITH(sdl-static,[  --with-sdl-static       Link SDL staticaly (optional)],
581            sdl_static="$withval", sdl_static="")
582AC_ARG_WITH(sdl-prefix,[  --with-sdl-prefix=PFX   Prefix where SDL is installed (optional)],
583            sdl_prefix="$withval", sdl_prefix="")
584AC_ARG_WITH(sdl-exec-prefix,[  --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)],
585            sdl_exec_prefix="$withval", sdl_exec_prefix="")
586AC_ARG_ENABLE(sdltest, [  --disable-sdltest       Do not try to compile and run a test SDL program],
587		    , enable_sdltest=yes)
588
589  if test x$sdl_exec_prefix != x ; then
590     sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
591     if test x${SDL_CONFIG+set} != xset ; then
592        SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
593     fi
594  fi
595  if test x$sdl_prefix != x ; then
596     sdl_args="$sdl_args --prefix=$sdl_prefix"
597     if test x${SDL_CONFIG+set} != xset ; then
598        SDL_CONFIG=$sdl_prefix/bin/sdl-config
599     fi
600  fi
601
602  AC_REQUIRE([AC_CANONICAL_TARGET])
603  PATH="$prefix/bin:$prefix/usr/bin:$PATH"
604  AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH])
605  min_sdl_version=ifelse([$1], ,0.11.0,$1)
606  AC_MSG_CHECKING(for SDL - version >= $min_sdl_version)
607  no_sdl=""
608  if test "$SDL_CONFIG" = "no" ; then
609    no_sdl=yes
610  else
611    SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
612
613	if test x"$sdl_static" = x"yes"; then
614    SDL_LIBS=`$SDL_CONFIG $sdlconf_args --static-libs`
615	else
616    SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
617	fi
618
619    sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
620           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
621    sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
622           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
623    sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
624           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
625    if test "x$enable_sdltest" = "xyes" ; then
626      ac_save_CFLAGS="$CFLAGS"
627      ac_save_CXXFLAGS="$CXXFLAGS"
628      ac_save_LIBS="$LIBS"
629      CFLAGS="$CFLAGS $SDL_CFLAGS"
630      CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
631      LIBS="$LIBS $SDL_LIBS"
632dnl
633dnl Now check if the installed SDL is sufficiently new. (Also sanity
634dnl checks the results of sdl-config to some extent
635dnl
636      rm -f conf.sdltest
637      AC_TRY_RUN([
638#include <stdio.h>
639#include <stdlib.h>
640#include <string.h>
641#include <SDL/SDL.h>
642
643char*
644my_strdup (char *str)
645{
646  char *new_str;
647
648  if (str)
649    {
650      new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
651      strcpy (new_str, str);
652    }
653  else
654    new_str = NULL;
655
656  return new_str;
657}
658
659int main (int argc, char *argv[])
660{
661  int major, minor, micro;
662  char *tmp_version;
663
664  /* This hangs on some systems (?)
665  system ("touch conf.sdltest");
666  */
667  { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
668
669  /* HP/UX 9 (%@#!) writes to sscanf strings */
670  tmp_version = my_strdup("$min_sdl_version");
671  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
672     printf("%s, bad version string\n", "$min_sdl_version");
673     exit(1);
674   }
675
676   if (($sdl_major_version > major) ||
677      (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
678      (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
679    {
680      return 0;
681    }
682  else
683    {
684      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
685      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
686      printf("*** best to upgrade to the required version.\n");
687      printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
688      printf("*** to point to the correct copy of sdl-config, and remove the file\n");
689      printf("*** config.cache before re-running configure\n");
690      return 1;
691    }
692}
693
694],, no_sdl=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
695       CFLAGS="$ac_save_CFLAGS"
696       CXXFLAGS="$ac_save_CXXFLAGS"
697       LIBS="$ac_save_LIBS"
698     fi
699  fi
700  if test "x$no_sdl" = x ; then
701     AC_MSG_RESULT(yes)
702     ifelse([$2], , :, [$2])
703  else
704     AC_MSG_RESULT(no)
705     if test "$SDL_CONFIG" = "no" ; then
706       echo "*** The sdl-config script installed by SDL could not be found"
707       echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
708       echo "*** your path, or set the SDL_CONFIG environment variable to the"
709       echo "*** full path to sdl-config."
710     else
711       if test -f conf.sdltest ; then
712        :
713       else
714          echo "*** Could not run SDL test program, checking why..."
715          CFLAGS="$CFLAGS $SDL_CFLAGS"
716          CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
717          LIBS="$LIBS $SDL_LIBS"
718          AC_TRY_LINK([
719#include <stdio.h>
720#include <SDL/SDL.h>
721
722int main(int argc, char *argv[])
723{ return 0; }
724#undef  main
725#define main K_and_R_C_main
726],      [ return 0; ],
727        [ echo "*** The test program compiled, but did not run. This usually means"
728          echo "*** that the run-time linker is not finding SDL or finding the wrong"
729          echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
730          echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
731          echo "*** to the installed location  Also, make sure you have run ldconfig if that"
732          echo "*** is required on your system"
733	  echo "***"
734          echo "*** If you have an old version installed, it is best to remove it, although"
735          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
736        [ echo "*** The test program failed to compile or link. See the file config.log for the"
737          echo "*** exact error that occured. This usually means SDL was incorrectly installed"
738          echo "*** or that you have moved SDL since it was installed. In the latter case, you"
739          echo "*** may want to edit the sdl-config script: $SDL_CONFIG" ])
740          CFLAGS="$ac_save_CFLAGS"
741          CXXFLAGS="$ac_save_CXXFLAGS"
742          LIBS="$ac_save_LIBS"
743       fi
744     fi
745     SDL_CFLAGS=""
746     SDL_LIBS=""
747     ifelse([$3], , :, [$3])
748  fi
749  AC_SUBST(SDL_CFLAGS)
750  AC_SUBST(SDL_LIBS)
751  rm -f conf.sdltest
752])
753m4trace:acinclude.m4:223: -1- AC_DEFUN([AM_OPTIONS_WXCONFIG], [
754   AC_ARG_WITH(wx-prefix, [  --with-wx-prefix=PREFIX   Prefix where wxWindows is installed (optional)],
755               wx_config_prefix="$withval", wx_config_prefix="")
756   AC_ARG_WITH(wx-exec-prefix,[  --with-wx-exec-prefix=PREFIX Exec prefix where wxWindows is installed (optional)],
757               wx_config_exec_prefix="$withval", wx_config_exec_prefix="")
758   AC_ARG_WITH(wx-config,[  --with-wx-config=CONFIG   wx-config script to use (optional)],
759               wx_config_name="$withval", wx_config_name="")
760])
761m4trace:acinclude.m4:246: -1- AC_DEFUN([AM_PATH_WXCONFIG], [
762  dnl do we have wx-config name: it can be wx-config or wxd-config or ...
763  if test x${WX_CONFIG_NAME+set} != xset ; then
764     WX_CONFIG_NAME=wx-config
765  fi
766  if test "x$wx_config_name" != x ; then
767     WX_CONFIG_NAME="$wx_config_name"
768  fi
769
770  dnl deal with optional prefixes
771  if test x$wx_config_exec_prefix != x ; then
772     wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix"
773     WX_LOOKUP_PATH="$wx_config_exec_prefix/bin"
774  fi
775  if test x$wx_config_prefix != x ; then
776     wx_config_args="$wx_config_args --prefix=$wx_config_prefix"
777     WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin"
778  fi
779
780  dnl don't search the PATH if WX_CONFIG_NAME is absolute filename
781  if test -x "$WX_CONFIG_NAME" ; then
782     AC_MSG_CHECKING(for wx-config)
783     WX_CONFIG_PATH="$WX_CONFIG_NAME"
784     AC_MSG_RESULT($WX_CONFIG_PATH)
785  else
786     AC_PATH_PROG(WX_CONFIG_PATH, $WX_CONFIG_NAME, no, "$WX_LOOKUP_PATH:$PATH")
787  fi
788
789  if test "$WX_CONFIG_PATH" != "no" ; then
790    WX_VERSION=""
791    no_wx=""
792
793    min_wx_version=ifelse([$1], ,2.2.1,$1)
794    AC_MSG_CHECKING(for wxWindows version >= $min_wx_version)
795
796    WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args"
797
798    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version`
799    wx_config_major_version=`echo $WX_VERSION | \
800           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
801    wx_config_minor_version=`echo $WX_VERSION | \
802           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
803    wx_config_micro_version=`echo $WX_VERSION | \
804           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
805
806    wx_requested_major_version=`echo $min_wx_version | \
807           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
808    wx_requested_minor_version=`echo $min_wx_version | \
809           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
810    wx_requested_micro_version=`echo $min_wx_version | \
811           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
812
813    wx_ver_ok=""
814    if test $wx_config_major_version -gt $wx_requested_major_version; then
815      wx_ver_ok=yes
816    else
817      if test $wx_config_major_version -eq $wx_requested_major_version; then
818         if test $wx_config_minor_version -gt $wx_requested_minor_version; then
819            wx_ver_ok=yes
820         else
821            if test $wx_config_minor_version -eq $wx_requested_minor_version; then
822               if test $wx_config_micro_version -ge $wx_requested_micro_version; then
823                  wx_ver_ok=yes
824               fi
825            fi
826         fi
827      fi
828    fi
829
830    if test "x$wx_ver_ok" = x ; then
831      no_wx=yes
832    else
833      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
834      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs`
835
836      dnl starting with version 2.2.6 wx-config has --cppflags argument
837      wx_has_cppflags=""
838      if test $wx_config_major_version -gt 2; then
839        wx_has_cppflags=yes
840      else
841        if test $wx_config_major_version -eq 2; then
842           if test $wx_config_minor_version -gt 2; then
843              wx_has_cppflags=yes
844           else
845              if test $wx_config_minor_version -eq 2; then
846                 if test $wx_config_micro_version -ge 6; then
847                    wx_has_cppflags=yes
848                 fi
849              fi
850           fi
851        fi
852      fi
853
854      if test "x$wx_has_cppflags" = x ; then
855         dnl no choice but to define all flags like CFLAGS
856         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
857         WX_CPPFLAGS=$WX_CFLAGS
858         WX_CXXFLAGS=$WX_CFLAGS
859
860         WX_CFLAGS_ONLY=$WX_CFLAGS
861         WX_CXXFLAGS_ONLY=$WX_CFLAGS
862      else
863         dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS
864         WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
865         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
866         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
867
868         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
869         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
870      fi
871    fi
872
873    if test "x$no_wx" = x ; then
874       AC_MSG_RESULT(yes (version $WX_VERSION))
875       ifelse([$2], , :, [$2])
876    else
877       if test "x$WX_VERSION" = x; then
878	  dnl no wx-config at all
879	  AC_MSG_RESULT(no)
880       else
881	  AC_MSG_RESULT(no (version $WX_VERSION is not new enough))
882       fi
883
884       WX_CFLAGS=""
885       WX_CPPFLAGS=""
886       WX_CXXFLAGS=""
887       WX_LIBS=""
888       WX_LIBS_STATIC=""
889       ifelse([$3], , :, [$3])
890    fi
891  fi
892
893  AC_SUBST(WX_CPPFLAGS)
894  AC_SUBST(WX_CFLAGS)
895  AC_SUBST(WX_CXXFLAGS)
896  AC_SUBST(WX_CFLAGS_ONLY)
897  AC_SUBST(WX_CXXFLAGS_ONLY)
898  AC_SUBST(WX_LIBS)
899  AC_SUBST(WX_LIBS_STATIC)
900  AC_SUBST(WX_VERSION)
901])
902m4trace:acinclude.m4:397: -1- AC_DEFUN([AC_CHECK_FT2], [# Get the cflags and libraries from the freetype-config script
903   #
904   AC_ARG_WITH([ft-prefix],
905     AC_HELP_STRING([--with-ft-prefix=PREFIX],
906                    [Prefix where FreeType is installed (optional)]),
907     [ft_config_prefix="$withval"],
908     [ft_config_prefix=""])
909
910   AC_ARG_WITH([ft-exec-prefix],
911     AC_HELP_STRING([--with-ft-exec-prefix=PREFIX],
912                    [Exec prefix where FreeType is installed (optional)]),
913     [ft_config_exec_prefix="$withval"],
914     [ft_config_exec_prefix=""])
915
916   AC_ARG_ENABLE([freetypetest],
917     AC_HELP_STRING([--disable-freetypetest],
918                    [Do not try to compile and run a test FreeType program]),
919     [],
920     [enable_fttest=yes])
921
922   if test x$ft_config_exec_prefix != x ; then
923     ft_config_args="$ft_config_args --exec-prefix=$ft_config_exec_prefix"
924     if test x${FT2_CONFIG+set} != xset ; then
925       FT2_CONFIG=$ft_config_exec_prefix/bin/freetype-config
926     fi
927   fi
928
929   if test x$ft_config_prefix != x ; then
930     ft_config_args="$ft_config_args --prefix=$ft_config_prefix"
931     if test x${FT2_CONFIG+set} != xset ; then
932       FT2_CONFIG=$ft_config_prefix/bin/freetype-config
933     fi
934   fi
935
936   AC_PATH_PROG([FT2_CONFIG], [freetype-config], [no])
937
938   min_ft_version=m4_if([$1], [], [7.0.1], [$1])
939   AC_MSG_CHECKING([for FreeType -- version >= $min_ft_version])
940   no_ft=""
941   if test "$FT2_CONFIG" = "no" ; then
942     no_ft=yes
943   else
944     FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags`
945     FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs`
946     ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \
947       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
948     ft_config_minor_version=`$FT2_CONFIG $ft_config_args --version | \
949       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
950     ft_config_micro_version=`$FT2_CONFIG $ft_config_args --version | \
951       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
952     ft_min_major_version=`echo $min_ft_version | \
953       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
954     ft_min_minor_version=`echo $min_ft_version | \
955       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
956     ft_min_micro_version=`echo $min_ft_version | \
957       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
958     if test x$enable_fttest = xyes ; then
959       ft_config_is_lt=""
960       if test $ft_config_major_version -lt $ft_min_major_version ; then
961         ft_config_is_lt=yes
962       else
963         if test $ft_config_major_version -eq $ft_min_major_version ; then
964           if test $ft_config_minor_version -lt $ft_min_minor_version ; then
965             ft_config_is_lt=yes
966           else
967             if test $ft_config_minor_version -eq $ft_min_minor_version ; then
968               if test $ft_config_micro_version -lt $ft_min_micro_version ; then
969                 ft_config_is_lt=yes
970               fi
971             fi
972           fi
973         fi
974       fi
975       if test x$ft_config_is_lt = xyes ; then
976         no_ft=yes
977       else
978         ac_save_CFLAGS="$CFLAGS"
979         ac_save_LIBS="$LIBS"
980         CFLAGS="$CFLAGS $FT2_CFLAGS"
981         LIBS="$FT2_LIBS $LIBS"
982
983         #
984         # Sanity checks for the results of freetype-config to some extent.
985         #
986         AC_RUN_IFELSE([
987             AC_LANG_SOURCE([[
988
989#include <ft2build.h>
990#include FT_FREETYPE_H
991#include <stdio.h>
992#include <stdlib.h>
993
994int
995main()
996{
997  FT_Library library;
998  FT_Error  error;
999
1000  error = FT_Init_FreeType(&library);
1001
1002  if (error)
1003    return 1;
1004  else
1005  {
1006    FT_Done_FreeType(library);
1007    return 0;
1008  }
1009}
1010
1011             ]])
1012           ],
1013           [],
1014           [no_ft=yes],
1015           [echo $ECHO_N "cross compiling; assuming OK... $ECHO_C"])
1016
1017         CFLAGS="$ac_save_CFLAGS"
1018         LIBS="$ac_save_LIBS"
1019       fi             # test $ft_config_version -lt $ft_min_version
1020     fi               # test x$enable_fttest = xyes
1021   fi                 # test "$FT2_CONFIG" = "no"
1022
1023   if test x$no_ft = x ; then
1024     AC_MSG_RESULT([yes])
1025     m4_if([$2], [], [:], [$2])
1026   else
1027     AC_MSG_RESULT([no])
1028     if test "$FT2_CONFIG" = "no" ; then
1029       AC_MSG_WARN([
1030
1031  The freetype-config script installed by FreeType 2 could not be found.
1032  If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in
1033  your path, or set the FT2_CONFIG environment variable to the
1034  full path to freetype-config.
1035       ])
1036     else
1037       if test x$ft_config_is_lt = xyes ; then
1038         AC_MSG_WARN([
1039
1040  Your installed version of the FreeType 2 library is too old.
1041  If you have different versions of FreeType 2, make sure that
1042  correct values for --with-ft-prefix or --with-ft-exec-prefix
1043  are used, or set the FT2_CONFIG environment variable to the
1044  full path to freetype-config.
1045         ])
1046       else
1047         AC_MSG_WARN([
1048
1049  The FreeType test program failed to run.  If your system uses
1050  shared libraries and they are installed outside the normal
1051  system library path, make sure the variable LD_LIBRARY_PATH
1052  (or whatever is appropiate for your system) is correctly set.
1053         ])
1054       fi
1055     fi
1056
1057     FT2_CFLAGS=""
1058     FT2_LIBS=""
1059     m4_if([$3], [], [:], [$3])
1060   fi
1061
1062   AC_SUBST([FT2_CFLAGS])
1063   AC_SUBST([FT2_LIBS])])
1064m4trace:acinclude.m4:569: -1- AC_DEFUN([XIPH_PATH_OGG], [dnl
1065dnl Get the cflags and libraries
1066dnl
1067AC_ARG_WITH(ogg,[  --with-ogg=PFX   Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
1068AC_ARG_WITH(ogg-libraries,[  --with-ogg-libraries=DIR   Directory where libogg library is installed (optional)], ogg_libraries="$withval", ogg_libraries="")
1069AC_ARG_WITH(ogg-includes,[  --with-ogg-includes=DIR   Directory where libogg header files are installed (optional)], ogg_includes="$withval", ogg_includes="")
1070AC_ARG_ENABLE(oggtest, [  --disable-oggtest       Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
1071
1072  if test "x$ogg_libraries" != "x" ; then
1073    OGG_LIBS="-L$ogg_libraries"
1074  elif test "x$ogg_prefix" != "x" ; then
1075    OGG_LIBS="-L$ogg_prefix/lib"
1076  elif test "x$prefix" != "xNONE" ; then
1077    OGG_LIBS="-L$prefix/lib"
1078  fi
1079
1080if test `uname` == Darwin; then
1081  OGG_LIBS="$OGG_LIBS -framework Ogg"
1082else
1083  OGG_LIBS="$OGG_LIBS -logg"
1084fi
1085
1086  if test "x$ogg_includes" != "x" ; then
1087    OGG_CFLAGS="-I$ogg_includes"
1088  elif test "x$ogg_prefix" != "x" ; then
1089    OGG_CFLAGS="-I$ogg_prefix/include"
1090  elif test "x$prefix" != "xNONE"; then
1091    OGG_CFLAGS="-I$prefix/include"
1092  fi
1093
1094  AC_MSG_CHECKING(for Ogg)
1095  no_ogg=""
1096
1097
1098  if test "x$enable_oggtest" = "xyes" ; then
1099    ac_save_CFLAGS="$CFLAGS"
1100    ac_save_LIBS="$LIBS"
1101    CFLAGS="$CFLAGS $OGG_CFLAGS"
1102    LIBS="$LIBS $OGG_LIBS"
1103dnl
1104dnl Now check if the installed Ogg is sufficiently new.
1105dnl
1106      rm -f conf.oggtest
1107      AC_TRY_RUN([
1108#include <stdio.h>
1109#include <stdlib.h>
1110#include <string.h>
1111#include <ogg/ogg.h>
1112
1113int main ()
1114{
1115  system("touch conf.oggtest");
1116  return 0;
1117}
1118
1119],, no_ogg=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
1120       CFLAGS="$ac_save_CFLAGS"
1121       LIBS="$ac_save_LIBS"
1122  fi
1123
1124  if test "x$no_ogg" = "x" ; then
1125     AC_MSG_RESULT(yes)
1126     ifelse([$1], , :, [$1])
1127  else
1128     AC_MSG_RESULT(no)
1129     if test -f conf.oggtest ; then
1130       :
1131     else
1132       echo "*** Could not run Ogg test program, checking why..."
1133       CFLAGS="$CFLAGS $OGG_CFLAGS"
1134       LIBS="$LIBS $OGG_LIBS"
1135       AC_TRY_LINK([
1136#include <stdio.h>
1137#include <ogg/ogg.h>
1138],     [ return 0; ],
1139       [ echo "*** The test program compiled, but did not run. This usually means"
1140       echo "*** that the run-time linker is not finding Ogg or finding the wrong"
1141       echo "*** version of Ogg. If it is not finding Ogg, you'll need to set your"
1142       echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
1143       echo "*** to the installed location  Also, make sure you have run ldconfig if that"
1144       echo "*** is required on your system"
1145       echo "***"
1146       echo "*** If you have an old version installed, it is best to remove it, although"
1147       echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
1148       [ echo "*** The test program failed to compile or link. See the file config.log for the"
1149       echo "*** exact error that occured. This usually means Ogg was incorrectly installed"
1150       echo "*** or that you have moved Ogg since it was installed." ])
1151       CFLAGS="$ac_save_CFLAGS"
1152       LIBS="$ac_save_LIBS"
1153     fi
1154     OGG_CFLAGS=""
1155     OGG_LIBS=""
1156     ifelse([$2], , :, [$2])
1157  fi
1158  AC_SUBST(OGG_CFLAGS)
1159  AC_SUBST(OGG_LIBS)
1160  rm -f conf.oggtest
1161])
1162m4trace:acinclude.m4:676: -1- AC_DEFUN([XIPH_PATH_VORBIS], [dnl
1163dnl Get the cflags and libraries
1164dnl
1165AC_ARG_WITH(vorbis,[  --with-vorbis=PFX   Prefix where libvorbis is installed (optional)], vorbis_prefix="$withval", vorbis_prefix="")
1166AC_ARG_WITH(vorbis-libraries,[  --with-vorbis-libraries=DIR   Directory where libvorbis library is installed (optional)], vorbis_libraries="$withval", vorbis_libraries="")
1167AC_ARG_WITH(vorbis-includes,[  --with-vorbis-includes=DIR   Directory where libvorbis header files are installed (optional)], vorbis_includes="$withval", vorbis_includes="")
1168AC_ARG_ENABLE(vorbistest, [  --disable-vorbistest       Do not try to compile and run a test Vorbis program],, enable_vorbistest=yes)
1169
1170  if test "x$vorbis_libraries" != "x" ; then
1171    VORBIS_LIBS="-L$vorbis_libraries"
1172  elif test "x$vorbis_prefix" != "x" ; then
1173    VORBIS_LIBS="-L$vorbis_prefix/lib"
1174  elif test "x$prefix" != "xNONE"; then
1175    VORBIS_LIBS="-L$prefix/lib"
1176  fi
1177
1178  if test `uname` == Darwin; then
1179    VORBIS_LIBS="$VORBIS_LIBS -framework Vorbis -lm"
1180    VORBISFILE_LIBS=""
1181    VORBISENC_LIBS=""
1182  else
1183    VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
1184    VORBISFILE_LIBS="-lvorbisfile"
1185    VORBISENC_LIBS="-lvorbisenc"
1186  fi
1187
1188  if test "x$vorbis_includes" != "x" ; then
1189    VORBIS_CFLAGS="-I$vorbis_includes"
1190  elif test "x$vorbis_prefix" != "x" ; then
1191    VORBIS_CFLAGS="-I$vorbis_prefix/include"
1192  elif test "x$prefix" != "xNONE"; then
1193    VORBIS_CFLAGS="-I$prefix/include"
1194  fi
1195
1196
1197  AC_MSG_CHECKING(for Vorbis)
1198  no_vorbis=""
1199
1200
1201  if test "x$enable_vorbistest" = "xyes" ; then
1202    ac_save_CFLAGS="$CFLAGS"
1203    ac_save_LIBS="$LIBS"
1204    CFLAGS="$CFLAGS $VORBIS_CFLAGS $OGG_CFLAGS"
1205    LIBS="$LIBS $VORBIS_LIBS $VORBISENC_LIBS $OGG_LIBS"
1206dnl
1207dnl Now check if the installed Vorbis is sufficiently new.
1208dnl
1209      rm -f conf.vorbistest
1210      AC_TRY_RUN([
1211#include <stdio.h>
1212#include <stdlib.h>
1213#include <string.h>
1214#include <vorbis/codec.h>
1215#include <vorbis/vorbisenc.h>
1216
1217int main ()
1218{
1219    vorbis_block 	vb;
1220    vorbis_dsp_state	vd;
1221    vorbis_info		vi;
1222
1223    vorbis_info_init (&vi);
1224    vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1);
1225    vorbis_analysis_init (&vd, &vi);
1226    vorbis_block_init (&vd, &vb);
1227    /* this function was added in 1.0rc3, so this is what we're testing for */
1228    vorbis_bitrate_addblock (&vb);
1229
1230    system("touch conf.vorbistest");
1231    return 0;
1232}
1233
1234],, no_vorbis=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
1235       CFLAGS="$ac_save_CFLAGS"
1236       LIBS="$ac_save_LIBS"
1237  fi
1238
1239  if test "x$no_vorbis" = "x" ; then
1240     AC_MSG_RESULT(yes)
1241     ifelse([$1], , :, [$1])
1242  else
1243     AC_MSG_RESULT(no)
1244     if test -f conf.vorbistest ; then
1245       :
1246     else
1247       echo "*** Could not run Vorbis test program, checking why..."
1248       CFLAGS="$CFLAGS $VORBIS_CFLAGS"
1249       LIBS="$LIBS $VORBIS_LIBS $OGG_LIBS"
1250       AC_TRY_LINK([
1251#include <stdio.h>
1252#include <vorbis/codec.h>
1253],     [ return 0; ],
1254       [ echo "*** The test program compiled, but did not run. This usually means"
1255       echo "*** that the run-time linker is not finding Vorbis or finding the wrong"
1256       echo "*** version of Vorbis. If it is not finding Vorbis, you'll need to set your"
1257       echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
1258       echo "*** to the installed location  Also, make sure you have run ldconfig if that"
1259       echo "*** is required on your system"
1260       echo "***"
1261       echo "*** If you have an old version installed, it is best to remove it, although"
1262       echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
1263       [ echo "*** The test program failed to compile or link. See the file config.log for the"
1264       echo "*** exact error that occured. This usually means Vorbis was incorrectly installed"
1265       echo "*** or that you have moved Vorbis since it was installed." ])
1266       CFLAGS="$ac_save_CFLAGS"
1267       LIBS="$ac_save_LIBS"
1268     fi
1269     VORBIS_CFLAGS=""
1270     VORBIS_LIBS=""
1271     VORBISFILE_LIBS=""
1272     VORBISENC_LIBS=""
1273     ifelse([$2], , :, [$2])
1274  fi
1275  AC_SUBST(VORBIS_CFLAGS)
1276  AC_SUBST(VORBIS_LIBS)
1277  AC_SUBST(VORBISFILE_LIBS)
1278  AC_SUBST(VORBISENC_LIBS)
1279  rm -f conf.vorbistest
1280])
1281m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
1282m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
1283m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
1284m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$])
1285m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_])
1286m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$])
1287m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_])
1288m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$])
1289m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$])
1290m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
1291m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
1292m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
1293m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
1294m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
1295m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$])
1296m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$])
1297m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$])
1298m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$])
1299m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$])
1300m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$])
1301m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$])
1302m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$])
1303m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$])
1304m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$])
1305m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$])
1306m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$])
1307m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$])
1308m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$])
1309m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$])
1310m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$])
1311m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$])
1312m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$])
1313m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$])
1314m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$])
1315m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$])
1316m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$])
1317m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$])
1318m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
1319m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
1320m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
1321m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
1322m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
1323m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$])
1324m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$])
1325m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$])
1326m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$])
1327m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$])
1328m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$])
1329m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$])
1330m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$])
1331m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$])
1332m4trace:configure.ac:4: -1- m4_pattern_allow([^build$])
1333m4trace:configure.ac:4: -1- m4_pattern_allow([^build_cpu$])
1334m4trace:configure.ac:4: -1- m4_pattern_allow([^build_vendor$])
1335m4trace:configure.ac:4: -1- m4_pattern_allow([^build_os$])
1336m4trace:configure.ac:4: -1- m4_pattern_allow([^host$])
1337m4trace:configure.ac:4: -1- m4_pattern_allow([^host_cpu$])
1338m4trace:configure.ac:4: -1- m4_pattern_allow([^host_vendor$])
1339m4trace:configure.ac:4: -1- m4_pattern_allow([^host_os$])
1340m4trace:configure.ac:4: -1- m4_pattern_allow([^target$])
1341m4trace:configure.ac:4: -1- m4_pattern_allow([^target_cpu$])
1342m4trace:configure.ac:4: -1- m4_pattern_allow([^target_vendor$])
1343m4trace:configure.ac:4: -1- m4_pattern_allow([^target_os$])
1344m4trace:configure.ac:7: -1- AM_INIT_AUTOMAKE([scorched3d], [43])
1345m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
1346m4trace:configure.ac:7: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
1347m4trace:configure.ac:7: -1- AM_AUTOMAKE_VERSION([1.11.1])
1348m4trace:configure.ac:7: -1- _AM_AUTOCONF_VERSION([2.68])
1349m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
1350m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
1351m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_DATA$])
1352m4trace:configure.ac:7: -1- m4_pattern_allow([^am__isrc$])
1353m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__isrc])
1354m4trace:configure.ac:7: -1- m4_pattern_allow([^CYGPATH_W$])
1355m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$])
1356m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$])
1357m4trace:configure.ac:7: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1358 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
1359m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([no-define])
1360m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$])
1361m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$])
1362m4trace:configure.ac:7: -1- AM_SANITY_CHECK
1363m4trace:configure.ac:7: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1364m4trace:configure.ac:7: -1- AM_MISSING_HAS_RUN
1365m4trace:configure.ac:7: -1- AM_AUX_DIR_EXPAND
1366m4trace:configure.ac:7: -1- m4_pattern_allow([^ACLOCAL$])
1367m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
1368m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOCONF$])
1369m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1370m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOMAKE$])
1371m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
1372m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOHEADER$])
1373m4trace:configure.ac:7: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1374m4trace:configure.ac:7: -1- m4_pattern_allow([^MAKEINFO$])
1375m4trace:configure.ac:7: -1- AM_PROG_INSTALL_SH
1376m4trace:configure.ac:7: -1- m4_pattern_allow([^install_sh$])
1377m4trace:configure.ac:7: -1- AM_PROG_INSTALL_STRIP
1378m4trace:configure.ac:7: -1- m4_pattern_allow([^STRIP$])
1379m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
1380m4trace:configure.ac:7: -1- AM_PROG_MKDIR_P
1381m4trace:configure.ac:7: -1- m4_pattern_allow([^MKDIR_P$])
1382m4trace:configure.ac:7: -1- m4_pattern_allow([^mkdir_p$])
1383m4trace:configure.ac:7: -1- m4_pattern_allow([^AWK$])
1384m4trace:configure.ac:7: -1- m4_pattern_allow([^SET_MAKE$])
1385m4trace:configure.ac:7: -1- AM_SET_LEADING_DOT
1386m4trace:configure.ac:7: -1- m4_pattern_allow([^am__leading_dot$])
1387m4trace:configure.ac:7: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1388			     [_AM_PROG_TAR([v7])])])
1389m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([tar-ustar])
1390m4trace:configure.ac:7: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
1391m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([tar-pax])
1392m4trace:configure.ac:7: -1- _AM_PROG_TAR([v7])
1393m4trace:configure.ac:7: -1- AM_MISSING_PROG([AMTAR], [tar])
1394m4trace:configure.ac:7: -1- m4_pattern_allow([^AMTAR$])
1395m4trace:configure.ac:7: -1- m4_pattern_allow([^am__tar$])
1396m4trace:configure.ac:7: -1- m4_pattern_allow([^am__untar$])
1397m4trace:configure.ac:7: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
1398		  [_AM_DEPENDENCIES(CC)],
1399		  [define([AC_PROG_CC],
1400			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1401AC_PROVIDE_IFELSE([AC_PROG_CXX],
1402		  [_AM_DEPENDENCIES(CXX)],
1403		  [define([AC_PROG_CXX],
1404			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1405AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1406		  [_AM_DEPENDENCIES(OBJC)],
1407		  [define([AC_PROG_OBJC],
1408			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1409])
1410m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([no-dependencies])
1411m4trace:configure.ac:7: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
1412m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([silent-rules])
1413m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
1414m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
1415m4trace:configure.ac:11: -1- m4_pattern_allow([^CFLAGS$])
1416m4trace:configure.ac:11: -1- m4_pattern_allow([^LDFLAGS$])
1417m4trace:configure.ac:11: -1- m4_pattern_allow([^LIBS$])
1418m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
1419m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
1420m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
1421m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
1422m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
1423m4trace:configure.ac:11: -1- m4_pattern_allow([^ac_ct_CC$])
1424m4trace:configure.ac:11: -1- m4_pattern_allow([^EXEEXT$])
1425m4trace:configure.ac:11: -1- m4_pattern_allow([^OBJEXT$])
1426m4trace:configure.ac:11: -1- _AM_DEPENDENCIES([CC])
1427m4trace:configure.ac:11: -1- AM_SET_DEPDIR
1428m4trace:configure.ac:11: -1- m4_pattern_allow([^DEPDIR$])
1429m4trace:configure.ac:11: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1430m4trace:configure.ac:11: -1- AM_MAKE_INCLUDE
1431m4trace:configure.ac:11: -1- m4_pattern_allow([^am__include$])
1432m4trace:configure.ac:11: -1- m4_pattern_allow([^am__quote$])
1433m4trace:configure.ac:11: -1- AM_DEP_TRACK
1434m4trace:configure.ac:11: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1435m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_TRUE$])
1436m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_FALSE$])
1437m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1438m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1439m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1440m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1441m4trace:configure.ac:11: -1- m4_pattern_allow([^CCDEPMODE$])
1442m4trace:configure.ac:11: -1- AM_CONDITIONAL([am__fastdepCC], [
1443  test "x$enable_dependency_tracking" != xno \
1444  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1445m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1446m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1447m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1448m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1449m4trace:configure.ac:12: -1- m4_pattern_allow([^CXX$])
1450m4trace:configure.ac:12: -1- m4_pattern_allow([^CXXFLAGS$])
1451m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$])
1452m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$])
1453m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$])
1454m4trace:configure.ac:12: -1- m4_pattern_allow([^CXX$])
1455m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CXX$])
1456m4trace:configure.ac:12: -1- _AM_DEPENDENCIES([CXX])
1457m4trace:configure.ac:12: -1- m4_pattern_allow([^CXXDEPMODE$])
1458m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCXX], [
1459  test "x$enable_dependency_tracking" != xno \
1460  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
1461m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
1462m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
1463m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
1464m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
1465m4trace:configure.ac:14: -1- m4_pattern_allow([^RANLIB$])
1466m4trace:configure.ac:39: -1- m4_include([configure-gl.m4])
1467m4trace:configure-gl.m4:8: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1468You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
1469configure-gl.m4:8: the top level])
1470m4trace:configure-gl.m4:34: -1- m4_pattern_allow([^GL_LIBS$])
1471m4trace:configure.ac:40: -1- m4_include([configure-al.m4])
1472m4trace:configure-al.m4:3: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1473You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1474configure-al.m4:3: the top level])
1475m4trace:configure-al.m4:10: -1- m4_pattern_allow([^OPENAL_CONFIG$])
1476m4trace:configure-al.m4:17: -1- m4_pattern_allow([^PKG_CONFIG$])
1477m4trace:configure-al.m4:40: -1- m4_pattern_allow([^FREEALUT_CONFIG$])
1478m4trace:configure-al.m4:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1479You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
1480configure-al.m4:63: the top level])
1481m4trace:configure-al.m4:82: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1482You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
1483configure-al.m4:82: the top level])
1484m4trace:configure-al.m4:116: -1- m4_pattern_allow([^AL_CFLAGS$])
1485m4trace:configure-al.m4:117: -1- m4_pattern_allow([^AL_LIBS$])
1486m4trace:configure.ac:41: -1- m4_include([configure-wx.m4])
1487m4trace:configure-wx.m4:3: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1488You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1489configure-wx.m4:3: the top level])
1490m4trace:configure-wx.m4:8: -1- AM_OPTIONS_WXCONFIG
1491m4trace:configure-wx.m4:9: -1- AM_PATH_WXCONFIG([2.4.0], [wxWin=1])
1492m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_CONFIG_PATH$])
1493m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_CPPFLAGS$])
1494m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_CFLAGS$])
1495m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_CXXFLAGS$])
1496m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_CFLAGS_ONLY$])
1497m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_CXXFLAGS_ONLY$])
1498m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_LIBS$])
1499m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_LIBS_STATIC$])
1500m4trace:configure-wx.m4:9: -1- m4_pattern_allow([^WX_VERSION$])
1501m4trace:configure.ac:42: -1- m4_include([configure-ogg.m4])
1502m4trace:configure-ogg.m4:7: -1- XIPH_PATH_OGG([
1503
1504XIPH_PATH_VORBIS([
1505OGG_CFLAGS="$OGG_CFLAGS $VORBIS_CFLAGS"
1506OGG_LIBS="$OGG_LIBS $VORBIS_LIBS $VORBISFILE_LIBS"
1507
1508have_OGG=yes
1509AC_DEFINE(HAVE_OGG)
1510],
1511[
1512have_OGG=no
1513])
1514
1515], [
1516have_OGG=no
1517])
1518m4trace:configure-ogg.m4:7: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
1519You should run autoupdate.], [../../lib/autoconf/general.m4:2765: AC_TRY_RUN is expanded from...
1520acinclude.m4:569: XIPH_PATH_OGG is expanded from...
1521configure-ogg.m4:7: the top level])
1522m4trace:configure-ogg.m4:7: -1- XIPH_PATH_VORBIS([
1523OGG_CFLAGS="$OGG_CFLAGS $VORBIS_CFLAGS"
1524OGG_LIBS="$OGG_LIBS $VORBIS_LIBS $VORBISFILE_LIBS"
1525
1526have_OGG=yes
1527AC_DEFINE(HAVE_OGG)
1528], [
1529have_OGG=no
1530])
1531m4trace:configure-ogg.m4:7: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
1532You should run autoupdate.], [../../lib/autoconf/general.m4:2765: AC_TRY_RUN is expanded from...
1533acinclude.m4:676: XIPH_PATH_VORBIS is expanded from...
1534acinclude.m4:569: XIPH_PATH_OGG is expanded from...
1535configure-ogg.m4:7: the top level])
1536m4trace:configure-ogg.m4:7: -1- m4_pattern_allow([^HAVE_OGG$])
1537m4trace:configure-ogg.m4:7: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1538You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
1539acinclude.m4:676: XIPH_PATH_VORBIS is expanded from...
1540acinclude.m4:569: XIPH_PATH_OGG is expanded from...
1541configure-ogg.m4:7: the top level])
1542m4trace:configure-ogg.m4:7: -1- m4_pattern_allow([^VORBIS_CFLAGS$])
1543m4trace:configure-ogg.m4:7: -1- m4_pattern_allow([^VORBIS_LIBS$])
1544m4trace:configure-ogg.m4:7: -1- m4_pattern_allow([^VORBISFILE_LIBS$])
1545m4trace:configure-ogg.m4:7: -1- m4_pattern_allow([^VORBISENC_LIBS$])
1546m4trace:configure-ogg.m4:7: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1547You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
1548acinclude.m4:569: XIPH_PATH_OGG is expanded from...
1549configure-ogg.m4:7: the top level])
1550m4trace:configure-ogg.m4:7: -1- m4_pattern_allow([^OGG_CFLAGS$])
1551m4trace:configure-ogg.m4:7: -1- m4_pattern_allow([^OGG_LIBS$])
1552m4trace:configure-ogg.m4:30: -1- m4_pattern_allow([^OGG_CFLAGS$])
1553m4trace:configure-ogg.m4:31: -1- m4_pattern_allow([^OGG_LIBS$])
1554m4trace:configure.ac:43: -1- m4_include([configure-ft.m4])
1555m4trace:configure-ft.m4:2: -1- AC_CHECK_FT2([7.0.1], [ftype=1])
1556m4trace:configure-ft.m4:2: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1557You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1558acinclude.m4:397: AC_CHECK_FT2 is expanded from...
1559configure-ft.m4:2: the top level])
1560m4trace:configure-ft.m4:2: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1561You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1562acinclude.m4:397: AC_CHECK_FT2 is expanded from...
1563configure-ft.m4:2: the top level])
1564m4trace:configure-ft.m4:2: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1565You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1566acinclude.m4:397: AC_CHECK_FT2 is expanded from...
1567configure-ft.m4:2: the top level])
1568m4trace:configure-ft.m4:2: -1- m4_pattern_allow([^FT2_CONFIG$])
1569m4trace:configure-ft.m4:2: -1- m4_pattern_allow([^FT2_CFLAGS$])
1570m4trace:configure-ft.m4:2: -1- m4_pattern_allow([^FT2_LIBS$])
1571m4trace:configure.ac:44: -1- m4_include([configure-fftw.m4])
1572m4trace:configure-fftw.m4:45: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
1573You should run autoupdate.], [../../lib/autoconf/general.m4:2765: AC_TRY_RUN is expanded from...
1574configure-fftw.m4:45: the top level])
1575m4trace:configure-fftw.m4:97: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1576You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
1577configure-fftw.m4:97: the top level])
1578m4trace:configure-fftw.m4:130: -1- m4_pattern_allow([^FFTW_CFLAGS$])
1579m4trace:configure-fftw.m4:131: -1- m4_pattern_allow([^FFTW_LIBS$])
1580m4trace:configure.ac:49: -1- m4_include([configure-sdl.m4])
1581m4trace:configure-sdl.m4:4: -1- AM_PATH_SDL([$SDL_VERSION], [:], [as_fn_error $? "*** SDL version $SDL_VERSION not found. Try http://www.libsdl.org/" "$LINENO" 5
1582])
1583m4trace:configure-sdl.m4:4: -1- m4_pattern_allow([^SDL_CONFIG$])
1584m4trace:configure-sdl.m4:4: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
1585You should run autoupdate.], [../../lib/autoconf/general.m4:2765: AC_TRY_RUN is expanded from...
1586acinclude.m4:11: AM_PATH_SDL is expanded from...
1587configure-sdl.m4:4: the top level])
1588m4trace:configure-sdl.m4:4: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1589You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
1590acinclude.m4:11: AM_PATH_SDL is expanded from...
1591configure-sdl.m4:4: the top level])
1592m4trace:configure-sdl.m4:4: -1- m4_pattern_allow([^SDL_CFLAGS$])
1593m4trace:configure-sdl.m4:4: -1- m4_pattern_allow([^SDL_LIBS$])
1594m4trace:configure-sdl.m4:21: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1595You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
1596configure-sdl.m4:21: the top level])
1597m4trace:configure.ac:50: -1- m4_include([configure-flt.m4])
1598m4trace:configure-flt.m4:4: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1599You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
1600configure-flt.m4:4: the top level])
1601m4trace:configure.ac:51: -1- m4_include([configure-sql.m4])
1602m4trace:configure-sql.m4:4: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1603You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1604configure-sql.m4:4: the top level])
1605m4trace:configure-sql.m4:12: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1606You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
1607configure-sql.m4:12: the top level])
1608m4trace:configure-sql.m4:28: -1- m4_pattern_allow([^MYSQL_LIBS$])
1609m4trace:configure-sql.m4:29: -1- m4_pattern_allow([^MYSQL_CFLAGS$])
1610m4trace:configure-sql.m4:34: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1611You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1612configure-sql.m4:34: the top level])
1613m4trace:configure-sql.m4:42: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1614You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
1615configure-sql.m4:42: the top level])
1616m4trace:configure-sql.m4:53: -1- m4_pattern_allow([^HAVE_PGSQL$])
1617m4trace:configure-sql.m4:57: -1- m4_pattern_allow([^PGSQL_LIBS$])
1618m4trace:configure.ac:53: -1- m4_pattern_allow([^S3D_SUBDIRS$])
1619m4trace:configure.ac:73: -1- m4_pattern_allow([^CPP$])
1620m4trace:configure.ac:73: -1- m4_pattern_allow([^CPPFLAGS$])
1621m4trace:configure.ac:73: -1- m4_pattern_allow([^CPP$])
1622m4trace:configure.ac:73: -1- m4_pattern_allow([^GREP$])
1623m4trace:configure.ac:73: -1- m4_pattern_allow([^EGREP$])
1624m4trace:configure.ac:73: -1- m4_pattern_allow([^STDC_HEADERS$])
1625m4trace:configure.ac:86: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1626You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1627configure.ac:86: the top level])
1628m4trace:configure.ac:94: -1- m4_pattern_allow([^docdir$])
1629m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
1630You should run autoupdate.], [../../lib/autoconf/c.m4:252: AC_LANG_CPLUSPLUS is expanded from...
1631configure.ac:105: the top level])
1632m4trace:configure.ac:108: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
1633You should run autoupdate.], [])
1634m4trace:configure.ac:108: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1635m4trace:configure.ac:108: -1- m4_pattern_allow([^LTLIBOBJS$])
1636m4trace:configure.ac:108: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1637m4trace:configure.ac:108: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1638m4trace:configure.ac:108: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1639m4trace:configure.ac:108: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1640m4trace:configure.ac:108: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1641m4trace:configure.ac:108: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
1642