[214] | 1 | m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10' |
---|
| 2 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
---|
| 3 | dnl require some minimum version. Point them to the right macro. |
---|
| 4 | m4_if([$1], [1.10], [], |
---|
| 5 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
---|
| 6 | ]) |
---|
| 7 | m4trace:/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)]) |
---|
| 9 | m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. |
---|
| 10 | AC_PREREQ([2.50])dnl |
---|
| 11 | # expand $ac_aux_dir to an absolute path |
---|
| 12 | am_aux_dir=`cd $ac_aux_dir && pwd` |
---|
| 13 | ]) |
---|
| 14 | m4trace:/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 |
---|
| 17 | AC_SUBST([$1_TRUE])dnl |
---|
| 18 | AC_SUBST([$1_FALSE])dnl |
---|
| 19 | _AM_SUBST_NOTMAKE([$1_TRUE])dnl |
---|
| 20 | _AM_SUBST_NOTMAKE([$1_FALSE])dnl |
---|
| 21 | if $2; then |
---|
| 22 | $1_TRUE= |
---|
| 23 | $1_FALSE='#' |
---|
| 24 | else |
---|
| 25 | $1_TRUE='#' |
---|
| 26 | $1_FALSE= |
---|
| 27 | fi |
---|
| 28 | AC_CONFIG_COMMANDS_PRE( |
---|
| 29 | [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then |
---|
| 30 | AC_MSG_ERROR([[conditional "$1" was never defined. |
---|
| 31 | Usually this means the macro was only invoked conditionally.]]) |
---|
| 32 | fi])]) |
---|
| 33 | m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl |
---|
| 34 | AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl |
---|
| 35 | AC_REQUIRE([AM_MAKE_INCLUDE])dnl |
---|
| 36 | AC_REQUIRE([AM_DEP_TRACK])dnl |
---|
| 37 | |
---|
| 38 | ifelse([$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 | |
---|
| 45 | AC_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 |
---|
| 128 | else |
---|
| 129 | am_cv_$1_dependencies_compiler_type=none |
---|
| 130 | fi |
---|
| 131 | ]) |
---|
| 132 | AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) |
---|
| 133 | AM_CONDITIONAL([am__fastdep$1], [ |
---|
| 134 | test "x$enable_dependency_tracking" != xno \ |
---|
| 135 | && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) |
---|
| 136 | ]) |
---|
| 137 | m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
---|
| 138 | AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl |
---|
| 139 | ]) |
---|
| 140 | m4trace:/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]) |
---|
| 143 | if test "x$enable_dependency_tracking" != xno; then |
---|
| 144 | am_depcomp="$ac_aux_dir/depcomp" |
---|
| 145 | AMDEPBACKSLASH='\' |
---|
| 146 | fi |
---|
| 147 | AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
---|
| 148 | AC_SUBST([AMDEPBACKSLASH])dnl |
---|
| 149 | _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl |
---|
| 150 | ]) |
---|
| 151 | m4trace:/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 |
---|
| 189 | done |
---|
| 190 | ]) |
---|
| 191 | m4trace:/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 | ]) |
---|
| 195 | m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) |
---|
| 196 | m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. |
---|
| 197 | You should run autoupdate.])dnl |
---|
| 198 | AC_CONFIG_HEADERS($@)]) |
---|
| 199 | m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl |
---|
| 200 | dnl Autoconf wants to disallow AM_ names. We explicitly allow |
---|
| 201 | dnl the ones we care about. |
---|
| 202 | m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl |
---|
| 203 | AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl |
---|
| 204 | AC_REQUIRE([AC_PROG_INSTALL])dnl |
---|
| 205 | if 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 |
---|
| 213 | fi |
---|
| 214 | |
---|
| 215 | # test whether we have cygpath |
---|
| 216 | if 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 |
---|
| 222 | fi |
---|
| 223 | AC_SUBST([CYGPATH_W]) |
---|
| 224 | |
---|
| 225 | # Define the identity of the package. |
---|
| 226 | dnl Distinguish between old-style and new-style calls. |
---|
| 227 | m4_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 |
---|
| 232 | dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. |
---|
| 233 | m4_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. |
---|
| 243 | AC_REQUIRE([AM_SANITY_CHECK])dnl |
---|
| 244 | AC_REQUIRE([AC_ARG_PROGRAM])dnl |
---|
| 245 | AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) |
---|
| 246 | AM_MISSING_PROG(AUTOCONF, autoconf) |
---|
| 247 | AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) |
---|
| 248 | AM_MISSING_PROG(AUTOHEADER, autoheader) |
---|
| 249 | AM_MISSING_PROG(MAKEINFO, makeinfo) |
---|
| 250 | AM_PROG_INSTALL_SH |
---|
| 251 | AM_PROG_INSTALL_STRIP |
---|
| 252 | AC_REQUIRE([AM_PROG_MKDIR_P])dnl |
---|
| 253 | # We need awk for the "check" target. The system "awk" is bad on |
---|
| 254 | # some platforms. |
---|
| 255 | AC_REQUIRE([AC_PROG_AWK])dnl |
---|
| 256 | AC_REQUIRE([AC_PROG_MAKE_SET])dnl |
---|
| 257 | AC_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 |
---|
| 266 | AC_PROVIDE_IFELSE([AC_PROG_CXX], |
---|
| 267 | [_AM_DEPENDENCIES(CXX)], |
---|
| 268 | [define([AC_PROG_CXX], |
---|
| 269 | defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl |
---|
| 270 | AC_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 | ]) |
---|
| 276 | m4trace:/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 |
---|
| 278 | for _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 |
---|
| 285 | done |
---|
| 286 | echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) |
---|
| 287 | m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
---|
| 288 | install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} |
---|
| 289 | AC_SUBST(install_sh)]) |
---|
| 290 | m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null |
---|
| 291 | mkdir .tst 2>/dev/null |
---|
| 292 | if test -d .tst; then |
---|
| 293 | am__leading_dot=. |
---|
| 294 | else |
---|
| 295 | am__leading_dot=_ |
---|
| 296 | fi |
---|
| 297 | rmdir .tst 2>/dev/null |
---|
| 298 | AC_SUBST([am__leading_dot])]) |
---|
| 299 | m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} |
---|
| 300 | cat > confinc << 'END' |
---|
| 301 | am__doit: |
---|
| 302 | @echo done |
---|
| 303 | .PHONY: am__doit |
---|
| 304 | END |
---|
| 305 | # If we don't find an include directive, just comment out the code. |
---|
| 306 | AC_MSG_CHECKING([for style of include used by $am_make]) |
---|
| 307 | am__include="#" |
---|
| 308 | am__quote= |
---|
| 309 | _am_result=none |
---|
| 310 | # First try GNU make style include. |
---|
| 311 | echo "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'. |
---|
| 317 | if 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 |
---|
| 321 | fi |
---|
| 322 | # Now try BSD make style include. |
---|
| 323 | if 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 |
---|
| 330 | fi |
---|
| 331 | AC_SUBST([am__include]) |
---|
| 332 | AC_SUBST([am__quote]) |
---|
| 333 | AC_MSG_RESULT([$_am_result]) |
---|
| 334 | rm -f confinc confmf |
---|
| 335 | ]) |
---|
| 336 | m4trace:/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"} |
---|
| 338 | AC_SUBST($1)]) |
---|
| 339 | m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
---|
| 340 | AC_REQUIRE_AUX_FILE([missing])dnl |
---|
| 341 | test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" |
---|
| 342 | # Use eval to expand $SHELL |
---|
| 343 | if eval "$MISSING --run true"; then |
---|
| 344 | am_missing_run="$MISSING --run " |
---|
| 345 | else |
---|
| 346 | am_missing_run= |
---|
| 347 | AC_MSG_WARN([`missing' script is too old or missing]) |
---|
| 348 | fi |
---|
| 349 | ]) |
---|
| 350 | m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl |
---|
| 351 | AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
---|
| 352 | dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, |
---|
| 353 | dnl while keeping a definition of mkdir_p for backward compatibility. |
---|
| 354 | dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. |
---|
| 355 | dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of |
---|
| 356 | dnl Makefile.ins that do not define MKDIR_P, so we do our own |
---|
| 357 | dnl adjustment using top_builddir (which is defined more often than |
---|
| 358 | dnl MKDIR_P). |
---|
| 359 | AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl |
---|
| 360 | case $mkdir_p in |
---|
| 361 | [[\\/$]]* | ?:[[\\/]]*) ;; |
---|
| 362 | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
---|
| 363 | esac |
---|
| 364 | ]) |
---|
| 365 | m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) |
---|
| 366 | m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) |
---|
| 367 | m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) |
---|
| 368 | m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
---|
| 369 | m4trace:/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); }]) |
---|
| 374 | m4trace:/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 |
---|
| 376 | sleep 1 |
---|
| 377 | echo 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). |
---|
| 383 | if ( |
---|
| 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 |
---|
| 398 | alias in your environment]) |
---|
| 399 | fi |
---|
| 400 | |
---|
| 401 | test "$[2]" = conftest.file |
---|
| 402 | ) |
---|
| 403 | then |
---|
| 404 | # Ok. |
---|
| 405 | : |
---|
| 406 | else |
---|
| 407 | AC_MSG_ERROR([newly created file is older than distributed files! |
---|
| 408 | Check your system clock]) |
---|
| 409 | fi |
---|
| 410 | AC_MSG_RESULT(yes)]) |
---|
| 411 | m4trace:/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. |
---|
| 416 | dnl Don't test for $cross_compiling = yes, because it might be `maybe'. |
---|
| 417 | if test "$cross_compiling" != no; then |
---|
| 418 | AC_CHECK_TOOL([STRIP], [strip], :) |
---|
| 419 | fi |
---|
| 420 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
---|
| 421 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
---|
| 422 | m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) |
---|
| 423 | m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. |
---|
| 424 | AM_MISSING_PROG([AMTAR], [tar]) |
---|
| 425 | m4_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])]) |
---|
| 429 | AC_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 `-'. |
---|
| 435 | for _am_tool in $_am_tools |
---|
| 436 | do |
---|
| 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 |
---|
| 486 | done |
---|
| 487 | rm -rf conftest.dir |
---|
| 488 | |
---|
| 489 | AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
---|
| 490 | AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
---|
| 491 | AC_SUBST([am__tar]) |
---|
| 492 | AC_SUBST([am__untar]) |
---|
| 493 | ]) |
---|
| 494 | m4trace:configure.in:5: -1- m4_pattern_forbid([^_?A[CHUM]_]) |
---|
| 495 | m4trace:configure.in:5: -1- m4_pattern_forbid([_AC_]) |
---|
| 496 | m4trace:configure.in:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) |
---|
| 497 | m4trace:configure.in:5: -1- m4_pattern_allow([^AS_FLAGS$]) |
---|
| 498 | m4trace:configure.in:5: -1- m4_pattern_forbid([^_?m4_]) |
---|
| 499 | m4trace:configure.in:5: -1- m4_pattern_forbid([^dnl$]) |
---|
| 500 | m4trace:configure.in:5: -1- m4_pattern_forbid([^_?AS_]) |
---|
| 501 | m4trace:configure.in:5: -1- m4_pattern_allow([^SHELL$]) |
---|
| 502 | m4trace:configure.in:5: -1- m4_pattern_allow([^PATH_SEPARATOR$]) |
---|
| 503 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_NAME$]) |
---|
| 504 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) |
---|
| 505 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_VERSION$]) |
---|
| 506 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_STRING$]) |
---|
| 507 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) |
---|
| 508 | m4trace:configure.in:5: -1- m4_pattern_allow([^exec_prefix$]) |
---|
| 509 | m4trace:configure.in:5: -1- m4_pattern_allow([^prefix$]) |
---|
| 510 | m4trace:configure.in:5: -1- m4_pattern_allow([^program_transform_name$]) |
---|
| 511 | m4trace:configure.in:5: -1- m4_pattern_allow([^bindir$]) |
---|
| 512 | m4trace:configure.in:5: -1- m4_pattern_allow([^sbindir$]) |
---|
| 513 | m4trace:configure.in:5: -1- m4_pattern_allow([^libexecdir$]) |
---|
| 514 | m4trace:configure.in:5: -1- m4_pattern_allow([^datarootdir$]) |
---|
| 515 | m4trace:configure.in:5: -1- m4_pattern_allow([^datadir$]) |
---|
| 516 | m4trace:configure.in:5: -1- m4_pattern_allow([^sysconfdir$]) |
---|
| 517 | m4trace:configure.in:5: -1- m4_pattern_allow([^sharedstatedir$]) |
---|
| 518 | m4trace:configure.in:5: -1- m4_pattern_allow([^localstatedir$]) |
---|
| 519 | m4trace:configure.in:5: -1- m4_pattern_allow([^includedir$]) |
---|
| 520 | m4trace:configure.in:5: -1- m4_pattern_allow([^oldincludedir$]) |
---|
| 521 | m4trace:configure.in:5: -1- m4_pattern_allow([^docdir$]) |
---|
| 522 | m4trace:configure.in:5: -1- m4_pattern_allow([^infodir$]) |
---|
| 523 | m4trace:configure.in:5: -1- m4_pattern_allow([^htmldir$]) |
---|
| 524 | m4trace:configure.in:5: -1- m4_pattern_allow([^dvidir$]) |
---|
| 525 | m4trace:configure.in:5: -1- m4_pattern_allow([^pdfdir$]) |
---|
| 526 | m4trace:configure.in:5: -1- m4_pattern_allow([^psdir$]) |
---|
| 527 | m4trace:configure.in:5: -1- m4_pattern_allow([^libdir$]) |
---|
| 528 | m4trace:configure.in:5: -1- m4_pattern_allow([^localedir$]) |
---|
| 529 | m4trace:configure.in:5: -1- m4_pattern_allow([^mandir$]) |
---|
| 530 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_NAME$]) |
---|
| 531 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) |
---|
| 532 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_VERSION$]) |
---|
| 533 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_STRING$]) |
---|
| 534 | m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) |
---|
| 535 | m4trace:configure.in:5: -1- m4_pattern_allow([^DEFS$]) |
---|
| 536 | m4trace:configure.in:5: -1- m4_pattern_allow([^ECHO_C$]) |
---|
| 537 | m4trace:configure.in:5: -1- m4_pattern_allow([^ECHO_N$]) |
---|
| 538 | m4trace:configure.in:5: -1- m4_pattern_allow([^ECHO_T$]) |
---|
| 539 | m4trace:configure.in:5: -1- m4_pattern_allow([^LIBS$]) |
---|
| 540 | m4trace:configure.in:5: -1- m4_pattern_allow([^build_alias$]) |
---|
| 541 | m4trace:configure.in:5: -1- m4_pattern_allow([^host_alias$]) |
---|
| 542 | m4trace:configure.in:5: -1- m4_pattern_allow([^target_alias$]) |
---|
| 543 | m4trace:configure.in:12: -1- m4_pattern_allow([^build$]) |
---|
| 544 | m4trace:configure.in:12: -1- m4_pattern_allow([^build_cpu$]) |
---|
| 545 | m4trace:configure.in:12: -1- m4_pattern_allow([^build_vendor$]) |
---|
| 546 | m4trace:configure.in:12: -1- m4_pattern_allow([^build_os$]) |
---|
| 547 | m4trace:configure.in:12: -1- m4_pattern_allow([^host$]) |
---|
| 548 | m4trace:configure.in:12: -1- m4_pattern_allow([^host_cpu$]) |
---|
| 549 | m4trace:configure.in:12: -1- m4_pattern_allow([^host_vendor$]) |
---|
| 550 | m4trace:configure.in:12: -1- m4_pattern_allow([^host_os$]) |
---|
| 551 | m4trace:configure.in:13: -1- m4_pattern_allow([^target$]) |
---|
| 552 | m4trace:configure.in:13: -1- m4_pattern_allow([^target_cpu$]) |
---|
| 553 | m4trace:configure.in:13: -1- m4_pattern_allow([^target_vendor$]) |
---|
| 554 | m4trace:configure.in:13: -1- m4_pattern_allow([^target_os$]) |
---|
| 555 | m4trace:configure.in:15: -1- AM_INIT_AUTOMAKE([ODE], [$ODE_RELEASE]) |
---|
| 556 | m4trace:configure.in:15: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) |
---|
| 557 | m4trace:configure.in:15: -1- AM_SET_CURRENT_AUTOMAKE_VERSION |
---|
| 558 | m4trace:configure.in:15: -1- AM_AUTOMAKE_VERSION([1.10]) |
---|
| 559 | m4trace:configure.in:15: -1- _AM_AUTOCONF_VERSION([2.61]) |
---|
| 560 | m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) |
---|
| 561 | m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) |
---|
| 562 | m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_DATA$]) |
---|
| 563 | m4trace:configure.in:15: -1- m4_pattern_allow([^am__isrc$]) |
---|
| 564 | m4trace:configure.in:15: -1- _AM_SUBST_NOTMAKE([am__isrc]) |
---|
| 565 | m4trace:configure.in:15: -1- m4_pattern_allow([^CYGPATH_W$]) |
---|
| 566 | m4trace:configure.in:15: -1- m4_pattern_allow([^PACKAGE$]) |
---|
| 567 | m4trace:configure.in:15: -1- m4_pattern_allow([^VERSION$]) |
---|
| 568 | m4trace: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])]) |
---|
| 570 | m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([no-define]) |
---|
| 571 | m4trace:configure.in:15: -1- m4_pattern_allow([^PACKAGE$]) |
---|
| 572 | m4trace:configure.in:15: -1- m4_pattern_allow([^VERSION$]) |
---|
| 573 | m4trace:configure.in:15: -1- AM_SANITY_CHECK |
---|
| 574 | m4trace:configure.in:15: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) |
---|
| 575 | m4trace:configure.in:15: -1- AM_MISSING_HAS_RUN |
---|
| 576 | m4trace:configure.in:15: -1- AM_AUX_DIR_EXPAND |
---|
| 577 | m4trace:configure.in:15: -1- m4_pattern_allow([^ACLOCAL$]) |
---|
| 578 | m4trace:configure.in:15: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) |
---|
| 579 | m4trace:configure.in:15: -1- m4_pattern_allow([^AUTOCONF$]) |
---|
| 580 | m4trace:configure.in:15: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) |
---|
| 581 | m4trace:configure.in:15: -1- m4_pattern_allow([^AUTOMAKE$]) |
---|
| 582 | m4trace:configure.in:15: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) |
---|
| 583 | m4trace:configure.in:15: -1- m4_pattern_allow([^AUTOHEADER$]) |
---|
| 584 | m4trace:configure.in:15: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) |
---|
| 585 | m4trace:configure.in:15: -1- m4_pattern_allow([^MAKEINFO$]) |
---|
| 586 | m4trace:configure.in:15: -1- AM_PROG_INSTALL_SH |
---|
| 587 | m4trace:configure.in:15: -1- m4_pattern_allow([^install_sh$]) |
---|
| 588 | m4trace:configure.in:15: -1- AM_PROG_INSTALL_STRIP |
---|
| 589 | m4trace:configure.in:15: -1- m4_pattern_allow([^STRIP$]) |
---|
| 590 | m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) |
---|
| 591 | m4trace:configure.in:15: -1- AM_PROG_MKDIR_P |
---|
| 592 | m4trace:configure.in:15: -1- m4_pattern_allow([^mkdir_p$]) |
---|
| 593 | m4trace:configure.in:15: -1- m4_pattern_allow([^AWK$]) |
---|
| 594 | m4trace:configure.in:15: -1- m4_pattern_allow([^SET_MAKE$]) |
---|
| 595 | m4trace:configure.in:15: -1- AM_SET_LEADING_DOT |
---|
| 596 | m4trace:configure.in:15: -1- m4_pattern_allow([^am__leading_dot$]) |
---|
| 597 | m4trace: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])])]) |
---|
| 599 | m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([tar-ustar]) |
---|
| 600 | m4trace:configure.in:15: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) |
---|
| 601 | m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([tar-pax]) |
---|
| 602 | m4trace:configure.in:15: -1- _AM_PROG_TAR([v7]) |
---|
| 603 | m4trace:configure.in:15: -1- AM_MISSING_PROG([AMTAR], [tar]) |
---|
| 604 | m4trace:configure.in:15: -1- m4_pattern_allow([^AMTAR$]) |
---|
| 605 | m4trace:configure.in:15: -1- m4_pattern_allow([^am__tar$]) |
---|
| 606 | m4trace:configure.in:15: -1- m4_pattern_allow([^am__untar$]) |
---|
| 607 | m4trace: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 |
---|
| 611 | AC_PROVIDE_IFELSE([AC_PROG_CXX], |
---|
| 612 | [_AM_DEPENDENCIES(CXX)], |
---|
| 613 | [define([AC_PROG_CXX], |
---|
| 614 | defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl |
---|
| 615 | AC_PROVIDE_IFELSE([AC_PROG_OBJC], |
---|
| 616 | [_AM_DEPENDENCIES(OBJC)], |
---|
| 617 | [define([AC_PROG_OBJC], |
---|
| 618 | defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl |
---|
| 619 | ]) |
---|
| 620 | m4trace:configure.in:15: -2- _AM_MANGLE_OPTION([no-dependencies]) |
---|
| 621 | m4trace:configure.in:16: -1- AM_CONFIG_HEADER([include/ode/config.h]) |
---|
| 622 | m4trace:configure.in:16: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. |
---|
| 623 | You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from... |
---|
| 624 | configure.in:16: the top level]) |
---|
| 625 | m4trace:configure.in:20: -1- m4_pattern_allow([^CC$]) |
---|
| 626 | m4trace:configure.in:20: -1- m4_pattern_allow([^CFLAGS$]) |
---|
| 627 | m4trace:configure.in:20: -1- m4_pattern_allow([^LDFLAGS$]) |
---|
| 628 | m4trace:configure.in:20: -1- m4_pattern_allow([^LIBS$]) |
---|
| 629 | m4trace:configure.in:20: -1- m4_pattern_allow([^CPPFLAGS$]) |
---|
| 630 | m4trace:configure.in:20: -1- m4_pattern_allow([^CC$]) |
---|
| 631 | m4trace:configure.in:20: -1- m4_pattern_allow([^CC$]) |
---|
| 632 | m4trace:configure.in:20: -1- m4_pattern_allow([^CC$]) |
---|
| 633 | m4trace:configure.in:20: -1- m4_pattern_allow([^CC$]) |
---|
| 634 | m4trace:configure.in:20: -1- m4_pattern_allow([^ac_ct_CC$]) |
---|
| 635 | m4trace:configure.in:20: -1- m4_pattern_allow([^EXEEXT$]) |
---|
| 636 | m4trace:configure.in:20: -1- m4_pattern_allow([^OBJEXT$]) |
---|
| 637 | m4trace:configure.in:20: -1- _AM_DEPENDENCIES([CC]) |
---|
| 638 | m4trace:configure.in:20: -1- AM_SET_DEPDIR |
---|
| 639 | m4trace:configure.in:20: -1- m4_pattern_allow([^DEPDIR$]) |
---|
| 640 | m4trace:configure.in:20: -1- AM_OUTPUT_DEPENDENCY_COMMANDS |
---|
| 641 | m4trace:configure.in:20: -1- AM_MAKE_INCLUDE |
---|
| 642 | m4trace:configure.in:20: -1- m4_pattern_allow([^am__include$]) |
---|
| 643 | m4trace:configure.in:20: -1- m4_pattern_allow([^am__quote$]) |
---|
| 644 | m4trace:configure.in:20: -1- AM_DEP_TRACK |
---|
| 645 | m4trace:configure.in:20: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
---|
| 646 | m4trace:configure.in:20: -1- m4_pattern_allow([^AMDEP_TRUE$]) |
---|
| 647 | m4trace:configure.in:20: -1- m4_pattern_allow([^AMDEP_FALSE$]) |
---|
| 648 | m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) |
---|
| 649 | m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) |
---|
| 650 | m4trace:configure.in:20: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) |
---|
| 651 | m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) |
---|
| 652 | m4trace:configure.in:20: -1- m4_pattern_allow([^CCDEPMODE$]) |
---|
| 653 | m4trace:configure.in:20: -1- AM_CONDITIONAL([am__fastdepCC], [ |
---|
| 654 | test "x$enable_dependency_tracking" != xno \ |
---|
| 655 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) |
---|
| 656 | m4trace:configure.in:20: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) |
---|
| 657 | m4trace:configure.in:20: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) |
---|
| 658 | m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) |
---|
| 659 | m4trace:configure.in:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) |
---|
| 660 | m4trace:configure.in:20: -1- m4_pattern_allow([^CPP$]) |
---|
| 661 | m4trace:configure.in:20: -1- m4_pattern_allow([^CPPFLAGS$]) |
---|
| 662 | m4trace:configure.in:20: -1- m4_pattern_allow([^CPP$]) |
---|
| 663 | m4trace:configure.in:20: -1- m4_pattern_allow([^GREP$]) |
---|
| 664 | m4trace:configure.in:20: -1- m4_pattern_allow([^GREP$]) |
---|
| 665 | m4trace:configure.in:20: -1- m4_pattern_allow([^EGREP$]) |
---|
| 666 | m4trace:configure.in:20: -1- m4_pattern_allow([^EGREP$]) |
---|
| 667 | m4trace:configure.in:20: -1- m4_pattern_allow([^STDC_HEADERS$]) |
---|
| 668 | m4trace:configure.in:20: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) |
---|
| 669 | m4trace:configure.in:21: -1- m4_pattern_allow([^XMKMF$]) |
---|
| 670 | m4trace:configure.in:22: -1- m4_pattern_allow([^X_DISPLAY_MISSING$]) |
---|
| 671 | m4trace:configure.in:22: -1- m4_pattern_allow([^X_CFLAGS$]) |
---|
| 672 | m4trace:configure.in:22: -1- m4_pattern_allow([^X_PRE_LIBS$]) |
---|
| 673 | m4trace:configure.in:22: -1- m4_pattern_allow([^X_LIBS$]) |
---|
| 674 | m4trace:configure.in:22: -1- m4_pattern_allow([^X_EXTRA_LIBS$]) |
---|
| 675 | m4trace:configure.in:26: -1- m4_pattern_allow([^ODE_CURRENT$]) |
---|
| 676 | m4trace:configure.in:27: -1- m4_pattern_allow([^ODE_REVISION$]) |
---|
| 677 | m4trace:configure.in:28: -1- m4_pattern_allow([^ODE_AGE$]) |
---|
| 678 | m4trace:configure.in:29: -1- m4_pattern_allow([^ODE_RELEASE$]) |
---|
| 679 | m4trace:configure.in:30: -1- m4_pattern_allow([^ODE_SONAME$]) |
---|
| 680 | m4trace:configure.in:33: -1- m4_pattern_allow([^SET_MAKE$]) |
---|
| 681 | m4trace:configure.in:35: -1- m4_pattern_allow([^CXX$]) |
---|
| 682 | m4trace:configure.in:35: -1- m4_pattern_allow([^CXXFLAGS$]) |
---|
| 683 | m4trace:configure.in:35: -1- m4_pattern_allow([^LDFLAGS$]) |
---|
| 684 | m4trace:configure.in:35: -1- m4_pattern_allow([^LIBS$]) |
---|
| 685 | m4trace:configure.in:35: -1- m4_pattern_allow([^CPPFLAGS$]) |
---|
| 686 | m4trace:configure.in:35: -1- m4_pattern_allow([^CXX$]) |
---|
| 687 | m4trace:configure.in:35: -1- m4_pattern_allow([^ac_ct_CXX$]) |
---|
| 688 | m4trace:configure.in:35: -1- _AM_DEPENDENCIES([CXX]) |
---|
| 689 | m4trace:configure.in:35: -1- m4_pattern_allow([^CXXDEPMODE$]) |
---|
| 690 | m4trace:configure.in:35: -1- AM_CONDITIONAL([am__fastdepCXX], [ |
---|
| 691 | test "x$enable_dependency_tracking" != xno \ |
---|
| 692 | && test "$am_cv_CXX_dependencies_compiler_type" = gcc3]) |
---|
| 693 | m4trace:configure.in:35: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$]) |
---|
| 694 | m4trace:configure.in:35: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$]) |
---|
| 695 | m4trace:configure.in:35: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE]) |
---|
| 696 | m4trace:configure.in:35: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE]) |
---|
| 697 | m4trace:configure.in:36: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) |
---|
| 698 | m4trace:configure.in:36: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) |
---|
| 699 | m4trace:configure.in:36: -1- m4_pattern_allow([^INSTALL_DATA$]) |
---|
| 700 | m4trace:configure.in:37: -1- m4_pattern_allow([^WINDRES$]) |
---|
| 701 | m4trace:configure.in:37: -1- m4_pattern_allow([^ac_ct_WINDRES$]) |
---|
| 702 | m4trace:configure.in:38: -1- m4_pattern_allow([^const$]) |
---|
| 703 | m4trace:configure.in:40: -1- m4_pattern_allow([^volatile$]) |
---|
| 704 | m4trace:configure.in:41: -1- m4_pattern_allow([^HAVE__BOOL$]) |
---|
| 705 | m4trace:configure.in:41: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) |
---|
| 706 | m4trace:configure.in:42: -1- m4_pattern_allow([^RANLIB$]) |
---|
| 707 | m4trace:configure.in:43: -1- m4_pattern_allow([^size_t$]) |
---|
| 708 | m4trace:configure.in:48: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 709 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 710 | configure.in:48: the top level]) |
---|
| 711 | m4trace:configure.in:52: -1- AM_CONDITIONAL([USE_SONAME], [test x$use_soname = xyes]) |
---|
| 712 | m4trace:configure.in:52: -1- m4_pattern_allow([^USE_SONAME_TRUE$]) |
---|
| 713 | m4trace:configure.in:52: -1- m4_pattern_allow([^USE_SONAME_FALSE$]) |
---|
| 714 | m4trace:configure.in:52: -1- _AM_SUBST_NOTMAKE([USE_SONAME_TRUE]) |
---|
| 715 | m4trace:configure.in:52: -1- _AM_SUBST_NOTMAKE([USE_SONAME_FALSE]) |
---|
| 716 | m4trace:configure.in:57: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 717 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 718 | configure.in:57: the top level]) |
---|
| 719 | m4trace:configure.in:59: -1- AM_CONDITIONAL([ENABLE_DEMOS], [test x$enable_demos = xyes]) |
---|
| 720 | m4trace:configure.in:59: -1- m4_pattern_allow([^ENABLE_DEMOS_TRUE$]) |
---|
| 721 | m4trace:configure.in:59: -1- m4_pattern_allow([^ENABLE_DEMOS_FALSE$]) |
---|
| 722 | m4trace:configure.in:59: -1- _AM_SUBST_NOTMAKE([ENABLE_DEMOS_TRUE]) |
---|
| 723 | m4trace:configure.in:59: -1- _AM_SUBST_NOTMAKE([ENABLE_DEMOS_FALSE]) |
---|
| 724 | m4trace:configure.in:62: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 725 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 726 | configure.in:62: the top level]) |
---|
| 727 | m4trace:configure.in:70: -1- m4_pattern_allow([^ARCHFLAGS$]) |
---|
| 728 | m4trace:configure.in:79: -1- m4_pattern_allow([^HAVE_SSE$]) |
---|
| 729 | m4trace:configure.in:91: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 730 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 731 | configure.in:91: the top level]) |
---|
| 732 | m4trace:configure.in:104: -1- AM_CONDITIONAL([OPCODE], [test $opcode = yes]) |
---|
| 733 | m4trace:configure.in:104: -1- m4_pattern_allow([^OPCODE_TRUE$]) |
---|
| 734 | m4trace:configure.in:104: -1- m4_pattern_allow([^OPCODE_FALSE$]) |
---|
| 735 | m4trace:configure.in:104: -1- _AM_SUBST_NOTMAKE([OPCODE_TRUE]) |
---|
| 736 | m4trace:configure.in:104: -1- _AM_SUBST_NOTMAKE([OPCODE_FALSE]) |
---|
| 737 | m4trace:configure.in:105: -1- AM_CONDITIONAL([GIMPACT], [test $gimpact = yes]) |
---|
| 738 | m4trace:configure.in:105: -1- m4_pattern_allow([^GIMPACT_TRUE$]) |
---|
| 739 | m4trace:configure.in:105: -1- m4_pattern_allow([^GIMPACT_FALSE$]) |
---|
| 740 | m4trace:configure.in:105: -1- _AM_SUBST_NOTMAKE([GIMPACT_TRUE]) |
---|
| 741 | m4trace:configure.in:105: -1- _AM_SUBST_NOTMAKE([GIMPACT_FALSE]) |
---|
| 742 | m4trace:configure.in:106: -1- AM_CONDITIONAL([TRIMESH], [test $opcode = yes -o $gimpact = yes]) |
---|
| 743 | m4trace:configure.in:106: -1- m4_pattern_allow([^TRIMESH_TRUE$]) |
---|
| 744 | m4trace:configure.in:106: -1- m4_pattern_allow([^TRIMESH_FALSE$]) |
---|
| 745 | m4trace:configure.in:106: -1- _AM_SUBST_NOTMAKE([TRIMESH_TRUE]) |
---|
| 746 | m4trace:configure.in:106: -1- _AM_SUBST_NOTMAKE([TRIMESH_FALSE]) |
---|
| 747 | m4trace:configure.in:110: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 748 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 749 | configure.in:110: the top level]) |
---|
| 750 | m4trace:configure.in:116: -1- m4_pattern_allow([^dGYROSCOPIC$]) |
---|
| 751 | m4trace:configure.in:121: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 752 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 753 | configure.in:121: the top level]) |
---|
| 754 | m4trace:configure.in:127: -1- m4_pattern_allow([^dDOUBLE$]) |
---|
| 755 | m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 756 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 757 | configure.in:131: the top level]) |
---|
| 758 | m4trace: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... |
---|
| 760 | configure.in:131: the top level]) |
---|
| 761 | m4trace:configure.in:140: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 762 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 763 | configure.in:140: the top level]) |
---|
| 764 | m4trace: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... |
---|
| 766 | configure.in:140: the top level]) |
---|
| 767 | m4trace:configure.in:149: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 768 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 769 | configure.in:149: the top level]) |
---|
| 770 | m4trace: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... |
---|
| 772 | configure.in:149: the top level]) |
---|
| 773 | m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 774 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 775 | configure.in:159: the top level]) |
---|
| 776 | m4trace: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... |
---|
| 778 | configure.in:159: the top level]) |
---|
| 779 | m4trace:configure.in:175: -1- m4_pattern_allow([^dSINGLE$]) |
---|
| 780 | m4trace:configure.in:179: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 781 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 782 | configure.in:179: the top level]) |
---|
| 783 | m4trace: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... |
---|
| 785 | configure.in:179: the top level]) |
---|
| 786 | m4trace:configure.in:188: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 787 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 788 | configure.in:188: the top level]) |
---|
| 789 | m4trace: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... |
---|
| 791 | configure.in:188: the top level]) |
---|
| 792 | m4trace:configure.in:197: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 793 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 794 | configure.in:197: the top level]) |
---|
| 795 | m4trace: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... |
---|
| 797 | configure.in:197: the top level]) |
---|
| 798 | m4trace:configure.in:207: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 799 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 800 | configure.in:207: the top level]) |
---|
| 801 | m4trace: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... |
---|
| 803 | configure.in:207: the top level]) |
---|
| 804 | m4trace:configure.in:222: -1- m4_pattern_allow([^dInfinity$]) |
---|
| 805 | m4trace:configure.in:246: -1- m4_pattern_allow([^dEpsilon$]) |
---|
| 806 | m4trace:configure.in:254: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 807 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 808 | configure.in:254: the top level]) |
---|
| 809 | m4trace: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... |
---|
| 811 | configure.in:254: the top level]) |
---|
| 812 | m4trace:configure.in:267: -1- m4_pattern_allow([^PENTIUM$]) |
---|
| 813 | m4trace:configure.in:275: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. |
---|
| 814 | You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from... |
---|
| 815 | configure.in:275: the top level]) |
---|
| 816 | m4trace: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... |
---|
| 818 | configure.in:275: the top level]) |
---|
| 819 | m4trace:configure.in:291: -1- m4_pattern_allow([^X86_64_SYSTEM$]) |
---|
| 820 | m4trace:configure.in:294: -1- AM_CONDITIONAL([X86_64_SYSTEM], [test x$cpu64 = xyes]) |
---|
| 821 | m4trace:configure.in:294: -1- m4_pattern_allow([^X86_64_SYSTEM_TRUE$]) |
---|
| 822 | m4trace:configure.in:294: -1- m4_pattern_allow([^X86_64_SYSTEM_FALSE$]) |
---|
| 823 | m4trace:configure.in:294: -1- _AM_SUBST_NOTMAKE([X86_64_SYSTEM_TRUE]) |
---|
| 824 | m4trace:configure.in:294: -1- _AM_SUBST_NOTMAKE([X86_64_SYSTEM_FALSE]) |
---|
| 825 | m4trace:configure.in:297: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 826 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 827 | configure.in:297: the top level]) |
---|
| 828 | m4trace:configure.in:305: -1- m4_pattern_allow([^dNODEBUG$]) |
---|
| 829 | m4trace:configure.in:310: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 830 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 831 | configure.in:310: the top level]) |
---|
| 832 | m4trace:configure.in:323: -1- m4_pattern_allow([^SIZEOF_CHAR$]) |
---|
| 833 | m4trace:configure.in:324: -1- m4_pattern_allow([^SIZEOF_INT$]) |
---|
| 834 | m4trace:configure.in:325: -1- m4_pattern_allow([^SIZEOF_SHORT$]) |
---|
| 835 | m4trace:configure.in:326: -1- m4_pattern_allow([^SIZEOF_LONG_INT$]) |
---|
| 836 | m4trace:configure.in:327: -1- m4_pattern_allow([^SIZEOF_VOIDP$]) |
---|
| 837 | m4trace:configure.in:359: -1- AM_CONDITIONAL([WIN32], [test x$drawstuff = xWin32]) |
---|
| 838 | m4trace:configure.in:359: -1- m4_pattern_allow([^WIN32_TRUE$]) |
---|
| 839 | m4trace:configure.in:359: -1- m4_pattern_allow([^WIN32_FALSE$]) |
---|
| 840 | m4trace:configure.in:359: -1- _AM_SUBST_NOTMAKE([WIN32_TRUE]) |
---|
| 841 | m4trace:configure.in:359: -1- _AM_SUBST_NOTMAKE([WIN32_FALSE]) |
---|
| 842 | m4trace:configure.in:360: -1- AM_CONDITIONAL([X11], [test x$drawstuff = xX11]) |
---|
| 843 | m4trace:configure.in:360: -1- m4_pattern_allow([^X11_TRUE$]) |
---|
| 844 | m4trace:configure.in:360: -1- m4_pattern_allow([^X11_FALSE$]) |
---|
| 845 | m4trace:configure.in:360: -1- _AM_SUBST_NOTMAKE([X11_TRUE]) |
---|
| 846 | m4trace:configure.in:360: -1- _AM_SUBST_NOTMAKE([X11_FALSE]) |
---|
| 847 | m4trace:configure.in:361: -1- AM_CONDITIONAL([OSX], [test x$drawstuff = xOSX]) |
---|
| 848 | m4trace:configure.in:361: -1- m4_pattern_allow([^OSX_TRUE$]) |
---|
| 849 | m4trace:configure.in:361: -1- m4_pattern_allow([^OSX_FALSE$]) |
---|
| 850 | m4trace:configure.in:361: -1- _AM_SUBST_NOTMAKE([OSX_TRUE]) |
---|
| 851 | m4trace:configure.in:361: -1- _AM_SUBST_NOTMAKE([OSX_FALSE]) |
---|
| 852 | m4trace:configure.in:365: -1- m4_pattern_allow([^DRAWSTUFF$]) |
---|
| 853 | m4trace:configure.in:369: -1- m4_pattern_allow([^SO_EXT$]) |
---|
| 854 | m4trace:configure.in:370: -1- m4_pattern_allow([^so_ext$]) |
---|
| 855 | m4trace:configure.in:371: -1- m4_pattern_allow([^SHARED_LDFLAGS$]) |
---|
| 856 | m4trace:configure.in:385: -1- m4_pattern_allow([^HAVE_APPLE_OPENGL_FRAMEWORK$]) |
---|
| 857 | m4trace:configure.in:409: -1- m4_pattern_allow([^GL_LIBS$]) |
---|
| 858 | m4trace:configure.in:425: -1- m4_pattern_allow([^TOPDIR$]) |
---|
| 859 | m4trace:configure.in:430: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 860 | You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... |
---|
| 861 | configure.in:430: the top level]) |
---|
| 862 | m4trace:configure.in:447: -1- m4_pattern_allow([^HAVE_ALLOCA_H$]) |
---|
| 863 | m4trace:configure.in:447: -1- m4_pattern_allow([^HAVE_ALLOCA$]) |
---|
| 864 | m4trace:configure.in:447: -1- m4_pattern_allow([^ALLOCA$]) |
---|
| 865 | m4trace:configure.in:447: -1- m4_pattern_allow([^C_ALLOCA$]) |
---|
| 866 | m4trace:configure.in:447: -1- m4_pattern_allow([^CRAY_STACKSEG_END$]) |
---|
| 867 | m4trace:configure.in:447: -1- m4_pattern_allow([^STACK_DIRECTION$]) |
---|
| 868 | m4trace:configure.in:448: -1- m4_pattern_allow([^HAVE_MALLOC$]) |
---|
| 869 | m4trace:configure.in:448: -1- m4_pattern_allow([^HAVE_MALLOC$]) |
---|
| 870 | m4trace:configure.in:448: -1- m4_pattern_allow([^LIB@&t@OBJS$]) |
---|
| 871 | m4trace:configure.in:448: -1- m4_pattern_allow([^malloc$]) |
---|
| 872 | m4trace:configure.in:449: -1- m4_pattern_allow([^HAVE_OBSTACK$]) |
---|
| 873 | m4trace:configure.in:449: -1- m4_pattern_allow([^LIB@&t@OBJS$]) |
---|
| 874 | m4trace:configure.in:450: -1- m4_pattern_allow([^HAVE_REALLOC$]) |
---|
| 875 | m4trace:configure.in:450: -1- m4_pattern_allow([^HAVE_REALLOC$]) |
---|
| 876 | m4trace:configure.in:450: -1- m4_pattern_allow([^LIB@&t@OBJS$]) |
---|
| 877 | m4trace:configure.in:450: -1- m4_pattern_allow([^realloc$]) |
---|
| 878 | m4trace:configure.in:451: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$]) |
---|
| 879 | m4trace:configure.in:451: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$]) |
---|
| 880 | m4trace:configure.in:451: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$]) |
---|
| 881 | m4trace:configure.in:452: -1- m4_pattern_allow([^HAVE_DOPRNT$]) |
---|
| 882 | m4trace:configure.in:542: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. |
---|
| 883 | You should run autoupdate.], []) |
---|
| 884 | m4trace:configure.in:542: -1- m4_pattern_allow([^LIB@&t@OBJS$]) |
---|
| 885 | m4trace:configure.in:542: -1- m4_pattern_allow([^LTLIBOBJS$]) |
---|
| 886 | m4trace:configure.in:542: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file]) |
---|
| 887 | m4trace:configure.in:542: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS |
---|