Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/autom4te.cache/traces.0 @ 214

Last change on this file since 214 was 214, checked in by mathiask, 17 years ago
  • Property svn:executable set to *
File size: 45.6 KB
Line 
1m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
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.10], [],
5      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6])
7m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
8_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
9m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
10AC_PREREQ([2.50])dnl
11# expand $ac_aux_dir to an absolute path
12am_aux_dir=`cd $ac_aux_dir && pwd`
13])
14m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
15 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
16        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
17AC_SUBST([$1_TRUE])dnl
18AC_SUBST([$1_FALSE])dnl
19_AM_SUBST_NOTMAKE([$1_TRUE])dnl
20_AM_SUBST_NOTMAKE([$1_FALSE])dnl
21if $2; then
22  $1_TRUE=
23  $1_FALSE='#'
24else
25  $1_TRUE='#'
26  $1_FALSE=
27fi
28AC_CONFIG_COMMANDS_PRE(
29[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
30  AC_MSG_ERROR([[conditional "$1" was never defined.
31Usually this means the macro was only invoked conditionally.]])
32fi])])
33m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
34AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
35AC_REQUIRE([AM_MAKE_INCLUDE])dnl
36AC_REQUIRE([AM_DEP_TRACK])dnl
37
38ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
39       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
40       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
41       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
42       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
43                   [depcc="$$1"   am_compiler_list=])
44
45AC_CACHE_CHECK([dependency style of $depcc],
46               [am_cv_$1_dependencies_compiler_type],
47[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
48  # We make a subdir and do the tests there.  Otherwise we can end up
49  # making bogus files that we don't know about and never remove.  For
50  # instance it was reported that on HP-UX the gcc test will end up
51  # making a dummy file named `D' -- because `-MD' means `put the output
52  # in D'.
53  mkdir conftest.dir
54  # Copy depcomp to subdir because otherwise we won't find it if we're
55  # using a relative directory.
56  cp "$am_depcomp" conftest.dir
57  cd conftest.dir
58  # We will build objects and dependencies in a subdirectory because
59  # it helps to detect inapplicable dependency modes.  For instance
60  # both Tru64's cc and ICC support -MD to output dependencies as a
61  # side effect of compilation, but ICC will put the dependencies in
62  # the current directory while Tru64 will put them in the object
63  # directory.
64  mkdir sub
65
66  am_cv_$1_dependencies_compiler_type=none
67  if test "$am_compiler_list" = ""; then
68     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
69  fi
70  for depmode in $am_compiler_list; do
71    # Setup a source with many dependencies, because some compilers
72    # like to wrap large dependency lists on column 80 (with \), and
73    # we should not choose a depcomp mode which is confused by this.
74    #
75    # We need to recreate these files for each test, as the compiler may
76    # overwrite some of them when testing with obscure command lines.
77    # This happens at least with the AIX C compiler.
78    : > sub/conftest.c
79    for i in 1 2 3 4 5 6; do
80      echo '#include "conftst'$i'.h"' >> sub/conftest.c
81      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
82      # Solaris 8's {/usr,}/bin/sh.
83      touch sub/conftst$i.h
84    done
85    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
86
87    case $depmode in
88    nosideeffect)
89      # after this tag, mechanisms are not by side-effect, so they'll
90      # only be used when explicitly requested
91      if test "x$enable_dependency_tracking" = xyes; then
92        continue
93      else
94        break
95      fi
96      ;;
97    none) break ;;
98    esac
99    # We check with `-c' and `-o' for the sake of the "dashmstdout"
100    # mode.  It turns out that the SunPro C++ compiler does not properly
101    # handle `-M -o', and we need to detect this.
102    if depmode=$depmode \
103       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
104       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
105       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
106         >/dev/null 2>conftest.err &&
107       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
108       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
109       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
110       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
111      # icc doesn't choke on unknown options, it will just issue warnings
112      # or remarks (even with -Werror).  So we grep stderr for any message
113      # that says an option was ignored or not supported.
114      # When given -MP, icc 7.0 and 7.1 complain thusly:
115      #   icc: Command line warning: ignoring option '-M'; no argument required
116      # The diagnosis changed in icc 8.0:
117      #   icc: Command line remark: option '-MP' not supported
118      if (grep 'ignoring option' conftest.err ||
119          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
120        am_cv_$1_dependencies_compiler_type=$depmode
121        break
122      fi
123    fi
124  done
125
126  cd ..
127  rm -rf conftest.dir
128else
129  am_cv_$1_dependencies_compiler_type=none
130fi
131])
132AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
133AM_CONDITIONAL([am__fastdep$1], [
134  test "x$enable_dependency_tracking" != xno \
135  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
136])
137m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
138AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
139])
140m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
141[  --disable-dependency-tracking  speeds up one-time build
142  --enable-dependency-tracking   do not reject slow dependency extractors])
143if test "x$enable_dependency_tracking" != xno; then
144  am_depcomp="$ac_aux_dir/depcomp"
145  AMDEPBACKSLASH='\'
146fi
147AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
148AC_SUBST([AMDEPBACKSLASH])dnl
149_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
150])
151m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
152  # Strip MF so we end up with the name of the file.
153  mf=`echo "$mf" | sed -e 's/:.*$//'`
154  # Check whether this is an Automake generated Makefile or not.
155  # We used to match only the files named `Makefile.in', but
156  # some people rename them; so instead we look at the file content.
157  # Grep'ing the first line is not enough: some people post-process
158  # each Makefile.in and add a new line on top of each file to say so.
159  # Grep'ing the whole file is not good either: AIX grep has a line
160  # limit of 2048, but all sed's we know have understand at least 4000.
161  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
162    dirpart=`AS_DIRNAME("$mf")`
163  else
164    continue
165  fi
166  # Extract the definition of DEPDIR, am__include, and am__quote
167  # from the Makefile without running `make'.
168  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
169  test -z "$DEPDIR" && continue
170  am__include=`sed -n 's/^am__include = //p' < "$mf"`
171  test -z "am__include" && continue
172  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
173  # When using ansi2knr, U may be empty or an underscore; expand it
174  U=`sed -n 's/^U = //p' < "$mf"`
175  # Find all dependency output files, they are included files with
176  # $(DEPDIR) in their names.  We invoke sed twice because it is the
177  # simplest approach to changing $(DEPDIR) to its actual value in the
178  # expansion.
179  for file in `sed -n "
180    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
181       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
182    # Make sure the directory exists.
183    test -f "$dirpart/$file" && continue
184    fdir=`AS_DIRNAME(["$file"])`
185    AS_MKDIR_P([$dirpart/$fdir])
186    # echo "creating $dirpart/$file"
187    echo '# dummy' > "$dirpart/$file"
188  done
189done
190])
191m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
192     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
193     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
194])
195m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
196m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
197You should run autoupdate.])dnl
198AC_CONFIG_HEADERS($@)])
199m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
200dnl Autoconf wants to disallow AM_ names.  We explicitly allow
201dnl the ones we care about.
202m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
203AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
204AC_REQUIRE([AC_PROG_INSTALL])dnl
205if test "`cd $srcdir && pwd`" != "`pwd`"; then
206  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
207  # is not polluted with repeated "-I."
208  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
209  # test to see if srcdir already configured
210  if test -f $srcdir/config.status; then
211    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
212  fi
213fi
214
215# test whether we have cygpath
216if test -z "$CYGPATH_W"; then
217  if (cygpath --version) >/dev/null 2>/dev/null; then
218    CYGPATH_W='cygpath -w'
219  else
220    CYGPATH_W=echo
221  fi
222fi
223AC_SUBST([CYGPATH_W])
224
225# Define the identity of the package.
226dnl Distinguish between old-style and new-style calls.
227m4_ifval([$2],
228[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
229 AC_SUBST([PACKAGE], [$1])dnl
230 AC_SUBST([VERSION], [$2])],
231[_AM_SET_OPTIONS([$1])dnl
232dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
233m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
234  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
235 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
236 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
237
238_AM_IF_OPTION([no-define],,
239[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
240 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
241
242# Some tools Automake needs.
243AC_REQUIRE([AM_SANITY_CHECK])dnl
244AC_REQUIRE([AC_ARG_PROGRAM])dnl
245AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
246AM_MISSING_PROG(AUTOCONF, autoconf)
247AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
248AM_MISSING_PROG(AUTOHEADER, autoheader)
249AM_MISSING_PROG(MAKEINFO, makeinfo)
250AM_PROG_INSTALL_SH
251AM_PROG_INSTALL_STRIP
252AC_REQUIRE([AM_PROG_MKDIR_P])dnl
253# We need awk for the "check" target.  The system "awk" is bad on
254# some platforms.
255AC_REQUIRE([AC_PROG_AWK])dnl
256AC_REQUIRE([AC_PROG_MAKE_SET])dnl
257AC_REQUIRE([AM_SET_LEADING_DOT])dnl
258_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
259              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
260                             [_AM_PROG_TAR([v7])])])
261_AM_IF_OPTION([no-dependencies],,
262[AC_PROVIDE_IFELSE([AC_PROG_CC],
263                  [_AM_DEPENDENCIES(CC)],
264                  [define([AC_PROG_CC],
265                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
266AC_PROVIDE_IFELSE([AC_PROG_CXX],
267                  [_AM_DEPENDENCIES(CXX)],
268                  [define([AC_PROG_CXX],
269                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
270AC_PROVIDE_IFELSE([AC_PROG_OBJC],
271                  [_AM_DEPENDENCIES(OBJC)],
272                  [define([AC_PROG_OBJC],
273                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
274])
275])
276m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
277_am_stamp_count=1
278for _am_header in $config_headers :; do
279  case $_am_header in
280    $1 | $1:* )
281      break ;;
282    * )
283      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
284  esac
285done
286echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
287m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
288install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
289AC_SUBST(install_sh)])
290m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
291mkdir .tst 2>/dev/null
292if test -d .tst; then
293  am__leading_dot=.
294else
295  am__leading_dot=_
296fi
297rmdir .tst 2>/dev/null
298AC_SUBST([am__leading_dot])])
299m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
300cat > confinc << 'END'
301am__doit:
302        @echo done
303.PHONY: am__doit
304END
305# If we don't find an include directive, just comment out the code.
306AC_MSG_CHECKING([for style of include used by $am_make])
307am__include="#"
308am__quote=
309_am_result=none
310# First try GNU make style include.
311echo "include confinc" > confmf
312# We grep out `Entering directory' and `Leaving directory'
313# messages which can occur if `w' ends up in MAKEFLAGS.
314# In particular we don't look at `^make:' because GNU make might
315# be invoked under some other name (usually "gmake"), in which
316# case it prints its new name instead of `make'.
317if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
318   am__include=include
319   am__quote=
320   _am_result=GNU
321fi
322# Now try BSD make style include.
323if test "$am__include" = "#"; then
324   echo '.include "confinc"' > confmf
325   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
326      am__include=.include
327      am__quote="\""
328      _am_result=BSD
329   fi
330fi
331AC_SUBST([am__include])
332AC_SUBST([am__quote])
333AC_MSG_RESULT([$_am_result])
334rm -f confinc confmf
335])
336m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
337$1=${$1-"${am_missing_run}$2"}
338AC_SUBST($1)])
339m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
340AC_REQUIRE_AUX_FILE([missing])dnl
341test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
342# Use eval to expand $SHELL
343if eval "$MISSING --run true"; then
344  am_missing_run="$MISSING --run "
345else
346  am_missing_run=
347  AC_MSG_WARN([`missing' script is too old or missing])
348fi
349])
350m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
351AC_REQUIRE([AC_PROG_MKDIR_P])dnl
352dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
353dnl while keeping a definition of mkdir_p for backward compatibility.
354dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
355dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
356dnl Makefile.ins that do not define MKDIR_P, so we do our own
357dnl adjustment using top_builddir (which is defined more often than
358dnl MKDIR_P).
359AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
360case $mkdir_p in
361  [[\\/$]]* | ?:[[\\/]]*) ;;
362  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
363esac
364])
365m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
366m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
367m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
368m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
369m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
370   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
371   ac_status=$?
372   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
373   (exit $ac_status); }])
374m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
375# Just in case
376sleep 1
377echo timestamp > conftest.file
378# Do `set' in a subshell so we don't clobber the current shell's
379# arguments.  Must try -L first in case configure is actually a
380# symlink; some systems play weird games with the mod time of symlinks
381# (eg FreeBSD returns the mod time of the symlink's containing
382# directory).
383if (
384   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
385   if test "$[*]" = "X"; then
386      # -L didn't work.
387      set X `ls -t $srcdir/configure conftest.file`
388   fi
389   rm -f conftest.file
390   if test "$[*]" != "X $srcdir/configure conftest.file" \
391      && test "$[*]" != "X conftest.file $srcdir/configure"; then
392
393      # If neither matched, then we have a broken ls.  This can happen
394      # if, for instance, CONFIG_SHELL is bash and it inherits a
395      # broken ls alias from the environment.  This has actually
396      # happened.  Such a system could not be considered "sane".
397      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
398alias in your environment])
399   fi
400
401   test "$[2]" = conftest.file
402   )
403then
404   # Ok.
405   :
406else
407   AC_MSG_ERROR([newly created file is older than distributed files!
408Check your system clock])
409fi
410AC_MSG_RESULT(yes)])
411m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
412# Installed binaries are usually stripped using `strip' when the user
413# run `make install-strip'.  However `strip' might not be the right
414# tool to use in cross-compilation environments, therefore Automake
415# will honor the `STRIP' environment variable to overrule this program.
416dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
417if test "$cross_compiling" != no; then
418  AC_CHECK_TOOL([STRIP], [strip], :)
419fi
420INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
421AC_SUBST([INSTALL_STRIP_PROGRAM])])
422m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
423m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
424AM_MISSING_PROG([AMTAR], [tar])
425m4_if([$1], [v7],
426     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
427     [m4_case([$1], [ustar],, [pax],,
428              [m4_fatal([Unknown tar format])])
429AC_MSG_CHECKING([how to create a $1 tar archive])
430# Loop over all known methods to create a tar archive until one works.
431_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
432_am_tools=${am_cv_prog_tar_$1-$_am_tools}
433# Do not fold the above two line into one, because Tru64 sh and
434# Solaris sh will not grok spaces in the rhs of `-'.
435for _am_tool in $_am_tools
436do
437  case $_am_tool in
438  gnutar)
439    for _am_tar in tar gnutar gtar;
440    do
441      AM_RUN_LOG([$_am_tar --version]) && break
442    done
443    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
444    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
445    am__untar="$_am_tar -xf -"
446    ;;
447  plaintar)
448    # Must skip GNU tar: if it does not support --format= it doesn't create
449    # ustar tarball either.
450    (tar --version) >/dev/null 2>&1 && continue
451    am__tar='tar chf - "$$tardir"'
452    am__tar_='tar chf - "$tardir"'
453    am__untar='tar xf -'
454    ;;
455  pax)
456    am__tar='pax -L -x $1 -w "$$tardir"'
457    am__tar_='pax -L -x $1 -w "$tardir"'
458    am__untar='pax -r'
459    ;;
460  cpio)
461    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
462    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
463    am__untar='cpio -i -H $1 -d'
464    ;;
465  none)
466    am__tar=false
467    am__tar_=false
468    am__untar=false
469    ;;
470  esac
471
472  # If the value was cached, stop now.  We just wanted to have am__tar
473  # and am__untar set.
474  test -n "${am_cv_prog_tar_$1}" && break
475
476  # tar/untar a dummy directory, and stop if the command works
477  rm -rf conftest.dir
478  mkdir conftest.dir
479  echo GrepMe > conftest.dir/file
480  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
481  rm -rf conftest.dir
482  if test -s conftest.tar; then
483    AM_RUN_LOG([$am__untar <conftest.tar])
484    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
485  fi
486done
487rm -rf conftest.dir
488
489AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
490AC_MSG_RESULT([$am_cv_prog_tar_$1])])
491AC_SUBST([am__tar])
492AC_SUBST([am__untar])
493])
494m4trace:configure.in:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
495m4trace:configure.in:5: -1- m4_pattern_forbid([_AC_])
496m4trace:configure.in:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
497m4trace:configure.in:5: -1- m4_pattern_allow([^AS_FLAGS$])
498m4trace:configure.in:5: -1- m4_pattern_forbid([^_?m4_])
499m4trace:configure.in:5: -1- m4_pattern_forbid([^dnl$])
500m4trace:configure.in:5: -1- m4_pattern_forbid([^_?AS_])
501m4trace:configure.in:5: -1- m4_pattern_allow([^SHELL$])
502m4trace:configure.in:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
503m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
504m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
505m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
506m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
507m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
508m4trace:configure.in:5: -1- m4_pattern_allow([^exec_prefix$])
509m4trace:configure.in:5: -1- m4_pattern_allow([^prefix$])
510m4trace:configure.in:5: -1- m4_pattern_allow([^program_transform_name$])
511m4trace:configure.in:5: -1- m4_pattern_allow([^bindir$])
512m4trace:configure.in:5: -1- m4_pattern_allow([^sbindir$])
513m4trace:configure.in:5: -1- m4_pattern_allow([^libexecdir$])
514m4trace:configure.in:5: -1- m4_pattern_allow([^datarootdir$])
515m4trace:configure.in:5: -1- m4_pattern_allow([^datadir$])
516m4trace:configure.in:5: -1- m4_pattern_allow([^sysconfdir$])
517m4trace:configure.in:5: -1- m4_pattern_allow([^sharedstatedir$])
518m4trace:configure.in:5: -1- m4_pattern_allow([^localstatedir$])
519m4trace:configure.in:5: -1- m4_pattern_allow([^includedir$])
520m4trace:configure.in:5: -1- m4_pattern_allow([^oldincludedir$])
521m4trace:configure.in:5: -1- m4_pattern_allow([^docdir$])
522m4trace:configure.in:5: -1- m4_pattern_allow([^infodir$])
523m4trace:configure.in:5: -1- m4_pattern_allow([^htmldir$])
524m4trace:configure.in:5: -1- m4_pattern_allow([^dvidir$])
525m4trace:configure.in:5: -1- m4_pattern_allow([^pdfdir$])
526m4trace:configure.in:5: -1- m4_pattern_allow([^psdir$])
527m4trace:configure.in:5: -1- m4_pattern_allow([^libdir$])
528m4trace:configure.in:5: -1- m4_pattern_allow([^localedir$])
529m4trace:configure.in:5: -1- m4_pattern_allow([^mandir$])
530m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
531m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
532m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
533m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
534m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
535m4trace:configure.in:5: -1- m4_pattern_allow([^DEFS$])
536m4trace:configure.in:5: -1- m4_pattern_allow([^ECHO_C$])
537m4trace:configure.in:5: -1- m4_pattern_allow([^ECHO_N$])
538m4trace:configure.in:5: -1- m4_pattern_allow([^ECHO_T$])
539m4trace:configure.in:5: -1- m4_pattern_allow([^LIBS$])
540m4trace:configure.in:5: -1- m4_pattern_allow([^build_alias$])
541m4trace:configure.in:5: -1- m4_pattern_allow([^host_alias$])
542m4trace:configure.in:5: -1- m4_pattern_allow([^target_alias$])
543m4trace:configure.in:12: -1- m4_pattern_allow([^build$])
544m4trace:configure.in:12: -1- m4_pattern_allow([^build_cpu$])
545m4trace:configure.in:12: -1- m4_pattern_allow([^build_vendor$])
546m4trace:configure.in:12: -1- m4_pattern_allow([^build_os$])
547m4trace:configure.in:12: -1- m4_pattern_allow([^host$])
548m4trace:configure.in:12: -1- m4_pattern_allow([^host_cpu$])
549m4trace:configure.in:12: -1- m4_pattern_allow([^host_vendor$])
550m4trace:configure.in:12: -1- m4_pattern_allow([^host_os$])
551m4trace:configure.in:13: -1- m4_pattern_allow([^target$])
552m4trace:configure.in:13: -1- m4_pattern_allow([^target_cpu$])
553m4trace:configure.in:13: -1- m4_pattern_allow([^target_vendor$])
554m4trace:configure.in:13: -1- m4_pattern_allow([^target_os$])
555m4trace:configure.in:15: -1- AM_INIT_AUTOMAKE([ODE], [$ODE_RELEASE])
556m4trace:configure.in:15: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
557m4trace:configure.in:15: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
558m4trace:configure.in:15: -1- AM_AUTOMAKE_VERSION([1.10])
559m4trace:configure.in:15: -1- _AM_AUTOCONF_VERSION([2.61])
560m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
561m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
562m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_DATA$])
563m4trace:configure.in:15: -1- m4_pattern_allow([^am__isrc$])
564m4trace:configure.in:15: -1- _AM_SUBST_NOTMAKE([am__isrc])
565m4trace:configure.in:15: -1- m4_pattern_allow([^CYGPATH_W$])
566m4trace:configure.in:15: -1- m4_pattern_allow([^PACKAGE$])
567m4trace:configure.in:15: -1- m4_pattern_allow([^VERSION$])
568m4trace:configure.in:15: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
569 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
570m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([no-define])
571m4trace:configure.in:15: -1- m4_pattern_allow([^PACKAGE$])
572m4trace:configure.in:15: -1- m4_pattern_allow([^VERSION$])
573m4trace:configure.in:15: -1- AM_SANITY_CHECK
574m4trace:configure.in:15: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
575m4trace:configure.in:15: -1- AM_MISSING_HAS_RUN
576m4trace:configure.in:15: -1- AM_AUX_DIR_EXPAND
577m4trace:configure.in:15: -1- m4_pattern_allow([^ACLOCAL$])
578m4trace:configure.in:15: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
579m4trace:configure.in:15: -1- m4_pattern_allow([^AUTOCONF$])
580m4trace:configure.in:15: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
581m4trace:configure.in:15: -1- m4_pattern_allow([^AUTOMAKE$])
582m4trace:configure.in:15: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
583m4trace:configure.in:15: -1- m4_pattern_allow([^AUTOHEADER$])
584m4trace:configure.in:15: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
585m4trace:configure.in:15: -1- m4_pattern_allow([^MAKEINFO$])
586m4trace:configure.in:15: -1- AM_PROG_INSTALL_SH
587m4trace:configure.in:15: -1- m4_pattern_allow([^install_sh$])
588m4trace:configure.in:15: -1- AM_PROG_INSTALL_STRIP
589m4trace:configure.in:15: -1- m4_pattern_allow([^STRIP$])
590m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
591m4trace:configure.in:15: -1- AM_PROG_MKDIR_P
592m4trace:configure.in:15: -1- m4_pattern_allow([^mkdir_p$])
593m4trace:configure.in:15: -1- m4_pattern_allow([^AWK$])
594m4trace:configure.in:15: -1- m4_pattern_allow([^SET_MAKE$])
595m4trace:configure.in:15: -1- AM_SET_LEADING_DOT
596m4trace:configure.in:15: -1- m4_pattern_allow([^am__leading_dot$])
597m4trace:configure.in:15: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
598                             [_AM_PROG_TAR([v7])])])
599m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([tar-ustar])
600m4trace:configure.in:15: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
601m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([tar-pax])
602m4trace:configure.in:15: -1- _AM_PROG_TAR([v7])
603m4trace:configure.in:15: -1- AM_MISSING_PROG([AMTAR], [tar])
604m4trace:configure.in:15: -1- m4_pattern_allow([^AMTAR$])
605m4trace:configure.in:15: -1- m4_pattern_allow([^am__tar$])
606m4trace:configure.in:15: -1- m4_pattern_allow([^am__untar$])
607m4trace:configure.in:15: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
608                  [_AM_DEPENDENCIES(CC)],
609                  [define([AC_PROG_CC],
610                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
611AC_PROVIDE_IFELSE([AC_PROG_CXX],
612                  [_AM_DEPENDENCIES(CXX)],
613                  [define([AC_PROG_CXX],
614                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
615AC_PROVIDE_IFELSE([AC_PROG_OBJC],
616                  [_AM_DEPENDENCIES(OBJC)],
617                  [define([AC_PROG_OBJC],
618                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
619])
620m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([no-dependencies])
621m4trace:configure.in:16: -1- AM_CONFIG_HEADER([include/ode/config.h])
622m4trace:configure.in:16: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
623You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
624configure.in:16: the top level])
625m4trace:configure.in:20: -1- m4_pattern_allow([^CC$])
626m4trace:configure.in:20: -1- m4_pattern_allow([^CFLAGS$])
627m4trace:configure.in:20: -1- m4_pattern_allow([^LDFLAGS$])
628m4trace:configure.in:20: -1- m4_pattern_allow([^LIBS$])
629m4trace:configure.in:20: -1- m4_pattern_allow([^CPPFLAGS$])
630m4trace:configure.in:20: -1- m4_pattern_allow([^CC$])
631m4trace:configure.in:20: -1- m4_pattern_allow([^CC$])
632m4trace:configure.in:20: -1- m4_pattern_allow([^CC$])
633m4trace:configure.in:20: -1- m4_pattern_allow([^CC$])
634m4trace:configure.in:20: -1- m4_pattern_allow([^ac_ct_CC$])
635m4trace:configure.in:20: -1- m4_pattern_allow([^EXEEXT$])
636m4trace:configure.in:20: -1- m4_pattern_allow([^OBJEXT$])
637m4trace:configure.in:20: -1- _AM_DEPENDENCIES([CC])
638m4trace:configure.in:20: -1- AM_SET_DEPDIR
639m4trace:configure.in:20: -1- m4_pattern_allow([^DEPDIR$])
640m4trace:configure.in:20: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
641m4trace:configure.in:20: -1- AM_MAKE_INCLUDE
642m4trace:configure.in:20: -1- m4_pattern_allow([^am__include$])
643m4trace:configure.in:20: -1- m4_pattern_allow([^am__quote$])
644m4trace:configure.in:20: -1- AM_DEP_TRACK
645m4trace:configure.in:20: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
646m4trace:configure.in:20: -1- m4_pattern_allow([^AMDEP_TRUE$])
647m4trace:configure.in:20: -1- m4_pattern_allow([^AMDEP_FALSE$])
648m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
649m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
650m4trace:configure.in:20: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
651m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
652m4trace:configure.in:20: -1- m4_pattern_allow([^CCDEPMODE$])
653m4trace:configure.in:20: -1- AM_CONDITIONAL([am__fastdepCC], [
654  test "x$enable_dependency_tracking" != xno \
655  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
656m4trace:configure.in:20: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
657m4trace:configure.in:20: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
658m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
659m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
660m4trace:configure.in:20: -1- m4_pattern_allow([^CPP$])
661m4trace:configure.in:20: -1- m4_pattern_allow([^CPPFLAGS$])
662m4trace:configure.in:20: -1- m4_pattern_allow([^CPP$])
663m4trace:configure.in:20: -1- m4_pattern_allow([^GREP$])
664m4trace:configure.in:20: -1- m4_pattern_allow([^GREP$])
665m4trace:configure.in:20: -1- m4_pattern_allow([^EGREP$])
666m4trace:configure.in:20: -1- m4_pattern_allow([^EGREP$])
667m4trace:configure.in:20: -1- m4_pattern_allow([^STDC_HEADERS$])
668m4trace:configure.in:20: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
669m4trace:configure.in:21: -1- m4_pattern_allow([^XMKMF$])
670m4trace:configure.in:22: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
671m4trace:configure.in:22: -1- m4_pattern_allow([^X_CFLAGS$])
672m4trace:configure.in:22: -1- m4_pattern_allow([^X_PRE_LIBS$])
673m4trace:configure.in:22: -1- m4_pattern_allow([^X_LIBS$])
674m4trace:configure.in:22: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
675m4trace:configure.in:26: -1- m4_pattern_allow([^ODE_CURRENT$])
676m4trace:configure.in:27: -1- m4_pattern_allow([^ODE_REVISION$])
677m4trace:configure.in:28: -1- m4_pattern_allow([^ODE_AGE$])
678m4trace:configure.in:29: -1- m4_pattern_allow([^ODE_RELEASE$])
679m4trace:configure.in:30: -1- m4_pattern_allow([^ODE_SONAME$])
680m4trace:configure.in:33: -1- m4_pattern_allow([^SET_MAKE$])
681m4trace:configure.in:35: -1- m4_pattern_allow([^CXX$])
682m4trace:configure.in:35: -1- m4_pattern_allow([^CXXFLAGS$])
683m4trace:configure.in:35: -1- m4_pattern_allow([^LDFLAGS$])
684m4trace:configure.in:35: -1- m4_pattern_allow([^LIBS$])
685m4trace:configure.in:35: -1- m4_pattern_allow([^CPPFLAGS$])
686m4trace:configure.in:35: -1- m4_pattern_allow([^CXX$])
687m4trace:configure.in:35: -1- m4_pattern_allow([^ac_ct_CXX$])
688m4trace:configure.in:35: -1- _AM_DEPENDENCIES([CXX])
689m4trace:configure.in:35: -1- m4_pattern_allow([^CXXDEPMODE$])
690m4trace:configure.in:35: -1- AM_CONDITIONAL([am__fastdepCXX], [
691  test "x$enable_dependency_tracking" != xno \
692  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
693m4trace:configure.in:35: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
694m4trace:configure.in:35: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
695m4trace:configure.in:35: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
696m4trace:configure.in:35: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
697m4trace:configure.in:36: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
698m4trace:configure.in:36: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
699m4trace:configure.in:36: -1- m4_pattern_allow([^INSTALL_DATA$])
700m4trace:configure.in:37: -1- m4_pattern_allow([^WINDRES$])
701m4trace:configure.in:37: -1- m4_pattern_allow([^ac_ct_WINDRES$])
702m4trace:configure.in:38: -1- m4_pattern_allow([^const$])
703m4trace:configure.in:40: -1- m4_pattern_allow([^volatile$])
704m4trace:configure.in:41: -1- m4_pattern_allow([^HAVE__BOOL$])
705m4trace:configure.in:41: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
706m4trace:configure.in:42: -1- m4_pattern_allow([^RANLIB$])
707m4trace:configure.in:43: -1- m4_pattern_allow([^size_t$])
708m4trace:configure.in:48: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
709You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
710configure.in:48: the top level])
711m4trace:configure.in:52: -1- AM_CONDITIONAL([USE_SONAME], [test x$use_soname = xyes])
712m4trace:configure.in:52: -1- m4_pattern_allow([^USE_SONAME_TRUE$])
713m4trace:configure.in:52: -1- m4_pattern_allow([^USE_SONAME_FALSE$])
714m4trace:configure.in:52: -1- _AM_SUBST_NOTMAKE([USE_SONAME_TRUE])
715m4trace:configure.in:52: -1- _AM_SUBST_NOTMAKE([USE_SONAME_FALSE])
716m4trace:configure.in:57: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
717You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
718configure.in:57: the top level])
719m4trace:configure.in:59: -1- AM_CONDITIONAL([ENABLE_DEMOS], [test x$enable_demos = xyes])
720m4trace:configure.in:59: -1- m4_pattern_allow([^ENABLE_DEMOS_TRUE$])
721m4trace:configure.in:59: -1- m4_pattern_allow([^ENABLE_DEMOS_FALSE$])
722m4trace:configure.in:59: -1- _AM_SUBST_NOTMAKE([ENABLE_DEMOS_TRUE])
723m4trace:configure.in:59: -1- _AM_SUBST_NOTMAKE([ENABLE_DEMOS_FALSE])
724m4trace:configure.in:62: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
725You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
726configure.in:62: the top level])
727m4trace:configure.in:70: -1- m4_pattern_allow([^ARCHFLAGS$])
728m4trace:configure.in:79: -1- m4_pattern_allow([^HAVE_SSE$])
729m4trace:configure.in:91: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
730You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
731configure.in:91: the top level])
732m4trace:configure.in:104: -1- AM_CONDITIONAL([OPCODE], [test $opcode  = yes])
733m4trace:configure.in:104: -1- m4_pattern_allow([^OPCODE_TRUE$])
734m4trace:configure.in:104: -1- m4_pattern_allow([^OPCODE_FALSE$])
735m4trace:configure.in:104: -1- _AM_SUBST_NOTMAKE([OPCODE_TRUE])
736m4trace:configure.in:104: -1- _AM_SUBST_NOTMAKE([OPCODE_FALSE])
737m4trace:configure.in:105: -1- AM_CONDITIONAL([GIMPACT], [test $gimpact = yes])
738m4trace:configure.in:105: -1- m4_pattern_allow([^GIMPACT_TRUE$])
739m4trace:configure.in:105: -1- m4_pattern_allow([^GIMPACT_FALSE$])
740m4trace:configure.in:105: -1- _AM_SUBST_NOTMAKE([GIMPACT_TRUE])
741m4trace:configure.in:105: -1- _AM_SUBST_NOTMAKE([GIMPACT_FALSE])
742m4trace:configure.in:106: -1- AM_CONDITIONAL([TRIMESH], [test $opcode = yes -o $gimpact = yes])
743m4trace:configure.in:106: -1- m4_pattern_allow([^TRIMESH_TRUE$])
744m4trace:configure.in:106: -1- m4_pattern_allow([^TRIMESH_FALSE$])
745m4trace:configure.in:106: -1- _AM_SUBST_NOTMAKE([TRIMESH_TRUE])
746m4trace:configure.in:106: -1- _AM_SUBST_NOTMAKE([TRIMESH_FALSE])
747m4trace:configure.in:110: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
748You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
749configure.in:110: the top level])
750m4trace:configure.in:116: -1- m4_pattern_allow([^dGYROSCOPIC$])
751m4trace:configure.in:121: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
752You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
753configure.in:121: the top level])
754m4trace:configure.in:127: -1- m4_pattern_allow([^dDOUBLE$])
755m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
756You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
757configure.in:131: the top level])
758m4trace:configure.in:131: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
759../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
760configure.in:131: the top level])
761m4trace:configure.in:140: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
762You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
763configure.in:140: the top level])
764m4trace:configure.in:140: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
765../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
766configure.in:140: the top level])
767m4trace:configure.in:149: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
768You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
769configure.in:149: the top level])
770m4trace:configure.in:149: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
771../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
772configure.in:149: the top level])
773m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
774You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
775configure.in:159: the top level])
776m4trace:configure.in:159: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
777../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
778configure.in:159: the top level])
779m4trace:configure.in:175: -1- m4_pattern_allow([^dSINGLE$])
780m4trace:configure.in:179: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
781You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
782configure.in:179: the top level])
783m4trace:configure.in:179: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
784../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
785configure.in:179: the top level])
786m4trace:configure.in:188: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
787You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
788configure.in:188: the top level])
789m4trace:configure.in:188: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
790../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
791configure.in:188: the top level])
792m4trace:configure.in:197: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
793You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
794configure.in:197: the top level])
795m4trace:configure.in:197: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
796../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
797configure.in:197: the top level])
798m4trace:configure.in:207: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
799You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
800configure.in:207: the top level])
801m4trace:configure.in:207: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
802../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
803configure.in:207: the top level])
804m4trace:configure.in:222: -1- m4_pattern_allow([^dInfinity$])
805m4trace:configure.in:246: -1- m4_pattern_allow([^dEpsilon$])
806m4trace:configure.in:254: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
807You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
808configure.in:254: the top level])
809m4trace:configure.in:254: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
810../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
811configure.in:254: the top level])
812m4trace:configure.in:267: -1- m4_pattern_allow([^PENTIUM$])
813m4trace:configure.in:275: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
814You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
815configure.in:275: the top level])
816m4trace:configure.in:275: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2462: AC_RUN_IFELSE is expanded from...
817../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
818configure.in:275: the top level])
819m4trace:configure.in:291: -1- m4_pattern_allow([^X86_64_SYSTEM$])
820m4trace:configure.in:294: -1- AM_CONDITIONAL([X86_64_SYSTEM], [test x$cpu64 = xyes])
821m4trace:configure.in:294: -1- m4_pattern_allow([^X86_64_SYSTEM_TRUE$])
822m4trace:configure.in:294: -1- m4_pattern_allow([^X86_64_SYSTEM_FALSE$])
823m4trace:configure.in:294: -1- _AM_SUBST_NOTMAKE([X86_64_SYSTEM_TRUE])
824m4trace:configure.in:294: -1- _AM_SUBST_NOTMAKE([X86_64_SYSTEM_FALSE])
825m4trace:configure.in:297: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
826You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
827configure.in:297: the top level])
828m4trace:configure.in:305: -1- m4_pattern_allow([^dNODEBUG$])
829m4trace:configure.in:310: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
830You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
831configure.in:310: the top level])
832m4trace:configure.in:323: -1- m4_pattern_allow([^SIZEOF_CHAR$])
833m4trace:configure.in:324: -1- m4_pattern_allow([^SIZEOF_INT$])
834m4trace:configure.in:325: -1- m4_pattern_allow([^SIZEOF_SHORT$])
835m4trace:configure.in:326: -1- m4_pattern_allow([^SIZEOF_LONG_INT$])
836m4trace:configure.in:327: -1- m4_pattern_allow([^SIZEOF_VOIDP$])
837m4trace:configure.in:359: -1- AM_CONDITIONAL([WIN32], [test x$drawstuff = xWin32])
838m4trace:configure.in:359: -1- m4_pattern_allow([^WIN32_TRUE$])
839m4trace:configure.in:359: -1- m4_pattern_allow([^WIN32_FALSE$])
840m4trace:configure.in:359: -1- _AM_SUBST_NOTMAKE([WIN32_TRUE])
841m4trace:configure.in:359: -1- _AM_SUBST_NOTMAKE([WIN32_FALSE])
842m4trace:configure.in:360: -1- AM_CONDITIONAL([X11], [test x$drawstuff = xX11])
843m4trace:configure.in:360: -1- m4_pattern_allow([^X11_TRUE$])
844m4trace:configure.in:360: -1- m4_pattern_allow([^X11_FALSE$])
845m4trace:configure.in:360: -1- _AM_SUBST_NOTMAKE([X11_TRUE])
846m4trace:configure.in:360: -1- _AM_SUBST_NOTMAKE([X11_FALSE])
847m4trace:configure.in:361: -1- AM_CONDITIONAL([OSX], [test x$drawstuff = xOSX])
848m4trace:configure.in:361: -1- m4_pattern_allow([^OSX_TRUE$])
849m4trace:configure.in:361: -1- m4_pattern_allow([^OSX_FALSE$])
850m4trace:configure.in:361: -1- _AM_SUBST_NOTMAKE([OSX_TRUE])
851m4trace:configure.in:361: -1- _AM_SUBST_NOTMAKE([OSX_FALSE])
852m4trace:configure.in:365: -1- m4_pattern_allow([^DRAWSTUFF$])
853m4trace:configure.in:369: -1- m4_pattern_allow([^SO_EXT$])
854m4trace:configure.in:370: -1- m4_pattern_allow([^so_ext$])
855m4trace:configure.in:371: -1- m4_pattern_allow([^SHARED_LDFLAGS$])
856m4trace:configure.in:385: -1- m4_pattern_allow([^HAVE_APPLE_OPENGL_FRAMEWORK$])
857m4trace:configure.in:409: -1- m4_pattern_allow([^GL_LIBS$])
858m4trace:configure.in:425: -1- m4_pattern_allow([^TOPDIR$])
859m4trace:configure.in:430: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
860You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
861configure.in:430: the top level])
862m4trace:configure.in:447: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
863m4trace:configure.in:447: -1- m4_pattern_allow([^HAVE_ALLOCA$])
864m4trace:configure.in:447: -1- m4_pattern_allow([^ALLOCA$])
865m4trace:configure.in:447: -1- m4_pattern_allow([^C_ALLOCA$])
866m4trace:configure.in:447: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
867m4trace:configure.in:447: -1- m4_pattern_allow([^STACK_DIRECTION$])
868m4trace:configure.in:448: -1- m4_pattern_allow([^HAVE_MALLOC$])
869m4trace:configure.in:448: -1- m4_pattern_allow([^HAVE_MALLOC$])
870m4trace:configure.in:448: -1- m4_pattern_allow([^LIB@&t@OBJS$])
871m4trace:configure.in:448: -1- m4_pattern_allow([^malloc$])
872m4trace:configure.in:449: -1- m4_pattern_allow([^HAVE_OBSTACK$])
873m4trace:configure.in:449: -1- m4_pattern_allow([^LIB@&t@OBJS$])
874m4trace:configure.in:450: -1- m4_pattern_allow([^HAVE_REALLOC$])
875m4trace:configure.in:450: -1- m4_pattern_allow([^HAVE_REALLOC$])
876m4trace:configure.in:450: -1- m4_pattern_allow([^LIB@&t@OBJS$])
877m4trace:configure.in:450: -1- m4_pattern_allow([^realloc$])
878m4trace:configure.in:451: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$])
879m4trace:configure.in:451: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$])
880m4trace:configure.in:451: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$])
881m4trace:configure.in:452: -1- m4_pattern_allow([^HAVE_DOPRNT$])
882m4trace:configure.in:542: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
883You should run autoupdate.], [])
884m4trace:configure.in:542: -1- m4_pattern_allow([^LIB@&t@OBJS$])
885m4trace:configure.in:542: -1- m4_pattern_allow([^LTLIBOBJS$])
886m4trace:configure.in:542: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
887m4trace:configure.in:542: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
Note: See TracBrowser for help on using the repository browser.