1m4trace:/usr/share/aclocal-1.15/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
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.15], [],
5      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6])
7m4trace:/usr/share/aclocal-1.15/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl
8m4_ifndef([AC_AUTOCONF_VERSION],
9  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
10_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
11m4trace:/usr/share/aclocal-1.15/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
12# Expand $ac_aux_dir to an absolute path.
13am_aux_dir=`cd "$ac_aux_dir" && pwd`
14])
15m4trace:/usr/share/aclocal-1.15/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
16 m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
17       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
18AC_SUBST([$1_TRUE])dnl
19AC_SUBST([$1_FALSE])dnl
20_AM_SUBST_NOTMAKE([$1_TRUE])dnl
21_AM_SUBST_NOTMAKE([$1_FALSE])dnl
22m4_define([_AM_COND_VALUE_$1], [$2])dnl
23if $2; then
24  $1_TRUE=
25  $1_FALSE='#'
26else
27  $1_TRUE='#'
28  $1_FALSE=
29fi
30AC_CONFIG_COMMANDS_PRE(
31[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
32  AC_MSG_ERROR([[conditional "$1" was never defined.
33Usually this means the macro was only invoked conditionally.]])
34fi])])
35m4trace:/usr/share/aclocal-1.15/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
36AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
37AC_REQUIRE([AM_MAKE_INCLUDE])dnl
38AC_REQUIRE([AM_DEP_TRACK])dnl
39
40m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
41      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
42      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
43      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
44      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
45      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
46                    [depcc="$$1"   am_compiler_list=])
47
48AC_CACHE_CHECK([dependency style of $depcc],
49               [am_cv_$1_dependencies_compiler_type],
50[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
51  # We make a subdir and do the tests there.  Otherwise we can end up
52  # making bogus files that we don't know about and never remove.  For
53  # instance it was reported that on HP-UX the gcc test will end up
54  # making a dummy file named 'D' -- because '-MD' means "put the output
55  # in D".
56  rm -rf conftest.dir
57  mkdir conftest.dir
58  # Copy depcomp to subdir because otherwise we won't find it if we're
59  # using a relative directory.
60  cp "$am_depcomp" conftest.dir
61  cd conftest.dir
62  # We will build objects and dependencies in a subdirectory because
63  # it helps to detect inapplicable dependency modes.  For instance
64  # both Tru64's cc and ICC support -MD to output dependencies as a
65  # side effect of compilation, but ICC will put the dependencies in
66  # the current directory while Tru64 will put them in the object
67  # directory.
68  mkdir sub
69
70  am_cv_$1_dependencies_compiler_type=none
71  if test "$am_compiler_list" = ""; then
72     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
73  fi
74  am__universal=false
75  m4_case([$1], [CC],
76    [case " $depcc " in #(
77     *\ -arch\ *\ -arch\ *) am__universal=true ;;
78     esac],
79    [CXX],
80    [case " $depcc " in #(
81     *\ -arch\ *\ -arch\ *) am__universal=true ;;
82     esac])
83
84  for depmode in $am_compiler_list; do
85    # Setup a source with many dependencies, because some compilers
86    # like to wrap large dependency lists on column 80 (with \), and
87    # we should not choose a depcomp mode which is confused by this.
88    #
89    # We need to recreate these files for each test, as the compiler may
90    # overwrite some of them when testing with obscure command lines.
91    # This happens at least with the AIX C compiler.
92    : > sub/conftest.c
93    for i in 1 2 3 4 5 6; do
94      echo '#include "conftst'$i'.h"' >> sub/conftest.c
95      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
96      # Solaris 10 /bin/sh.
97      echo '/* dummy */' > sub/conftst$i.h
98    done
99    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
100
101    # We check with '-c' and '-o' for the sake of the "dashmstdout"
102    # mode.  It turns out that the SunPro C++ compiler does not properly
103    # handle '-M -o', and we need to detect this.  Also, some Intel
104    # versions had trouble with output in subdirs.
105    am__obj=sub/conftest.${OBJEXT-o}
106    am__minus_obj="-o $am__obj"
107    case $depmode in
108    gcc)
109      # This depmode causes a compiler race in universal mode.
110      test "$am__universal" = false || continue
111      ;;
112    nosideeffect)
113      # After this tag, mechanisms are not by side-effect, so they'll
114      # only be used when explicitly requested.
115      if test "x$enable_dependency_tracking" = xyes; then
116	continue
117      else
118	break
119      fi
120      ;;
121    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
122      # This compiler won't grok '-c -o', but also, the minuso test has
123      # not run yet.  These depmodes are late enough in the game, and
124      # so weak that their functioning should not be impacted.
125      am__obj=conftest.${OBJEXT-o}
126      am__minus_obj=
127      ;;
128    none) break ;;
129    esac
130    if depmode=$depmode \
131       source=sub/conftest.c object=$am__obj \
132       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
133       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
134         >/dev/null 2>conftest.err &&
135       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
136       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
137       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
138       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
139      # icc doesn't choke on unknown options, it will just issue warnings
140      # or remarks (even with -Werror).  So we grep stderr for any message
141      # that says an option was ignored or not supported.
142      # When given -MP, icc 7.0 and 7.1 complain thusly:
143      #   icc: Command line warning: ignoring option '-M'; no argument required
144      # The diagnosis changed in icc 8.0:
145      #   icc: Command line remark: option '-MP' not supported
146      if (grep 'ignoring option' conftest.err ||
147          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
148        am_cv_$1_dependencies_compiler_type=$depmode
149        break
150      fi
151    fi
152  done
153
154  cd ..
155  rm -rf conftest.dir
156else
157  am_cv_$1_dependencies_compiler_type=none
158fi
159])
160AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
161AM_CONDITIONAL([am__fastdep$1], [
162  test "x$enable_dependency_tracking" != xno \
163  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
164])
165m4trace:/usr/share/aclocal-1.15/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
166AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
167])
168m4trace:/usr/share/aclocal-1.15/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
169AS_HELP_STRING(
170  [--enable-dependency-tracking],
171  [do not reject slow dependency extractors])
172AS_HELP_STRING(
173  [--disable-dependency-tracking],
174  [speeds up one-time build])])
175if test "x$enable_dependency_tracking" != xno; then
176  am_depcomp="$ac_aux_dir/depcomp"
177  AMDEPBACKSLASH='\'
178  am__nodep='_no'
179fi
180AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
181AC_SUBST([AMDEPBACKSLASH])dnl
182_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
183AC_SUBST([am__nodep])dnl
184_AM_SUBST_NOTMAKE([am__nodep])dnl
185])
186m4trace:/usr/share/aclocal-1.15/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
187  # Older Autoconf quotes --file arguments for eval, but not when files
188  # are listed without --file.  Let's play safe and only enable the eval
189  # if we detect the quoting.
190  case $CONFIG_FILES in
191  *\'*) eval set x "$CONFIG_FILES" ;;
192  *)   set x $CONFIG_FILES ;;
193  esac
194  shift
195  for mf
196  do
197    # Strip MF so we end up with the name of the file.
198    mf=`echo "$mf" | sed -e 's/:.*$//'`
199    # Check whether this is an Automake generated Makefile or not.
200    # We used to match only the files named 'Makefile.in', but
201    # some people rename them; so instead we look at the file content.
202    # Grep'ing the first line is not enough: some people post-process
203    # each Makefile.in and add a new line on top of each file to say so.
204    # Grep'ing the whole file is not good either: AIX grep has a line
205    # limit of 2048, but all sed's we know have understand at least 4000.
206    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
207      dirpart=`AS_DIRNAME("$mf")`
208    else
209      continue
210    fi
211    # Extract the definition of DEPDIR, am__include, and am__quote
212    # from the Makefile without running 'make'.
213    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
214    test -z "$DEPDIR" && continue
215    am__include=`sed -n 's/^am__include = //p' < "$mf"`
216    test -z "$am__include" && continue
217    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
218    # Find all dependency output files, they are included files with
219    # $(DEPDIR) in their names.  We invoke sed twice because it is the
220    # simplest approach to changing $(DEPDIR) to its actual value in the
221    # expansion.
222    for file in `sed -n "
223      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
224	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
225      # Make sure the directory exists.
226      test -f "$dirpart/$file" && continue
227      fdir=`AS_DIRNAME(["$file"])`
228      AS_MKDIR_P([$dirpart/$fdir])
229      # echo "creating $dirpart/$file"
230      echo '# dummy' > "$dirpart/$file"
231    done
232  done
233}
234])
235m4trace:/usr/share/aclocal-1.15/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
236     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
237     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
238])
239m4trace:/usr/share/aclocal-1.15/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
240dnl Autoconf wants to disallow AM_ names.  We explicitly allow
241dnl the ones we care about.
242m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
243AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
244AC_REQUIRE([AC_PROG_INSTALL])dnl
245if test "`cd $srcdir && pwd`" != "`pwd`"; then
246  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
247  # is not polluted with repeated "-I."
248  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
249  # test to see if srcdir already configured
250  if test -f $srcdir/config.status; then
251    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
252  fi
253fi
254
255# test whether we have cygpath
256if test -z "$CYGPATH_W"; then
257  if (cygpath --version) >/dev/null 2>/dev/null; then
258    CYGPATH_W='cygpath -w'
259  else
260    CYGPATH_W=echo
261  fi
262fi
263AC_SUBST([CYGPATH_W])
264
265# Define the identity of the package.
266dnl Distinguish between old-style and new-style calls.
267m4_ifval([$2],
268[AC_DIAGNOSE([obsolete],
269             [$0: two- and three-arguments forms are deprecated.])
270m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
271 AC_SUBST([PACKAGE], [$1])dnl
272 AC_SUBST([VERSION], [$2])],
273[_AM_SET_OPTIONS([$1])dnl
274dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
275m4_if(
276  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
277  [ok:ok],,
278  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
279 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
280 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
281
282_AM_IF_OPTION([no-define],,
283[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
284 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
285
286# Some tools Automake needs.
287AC_REQUIRE([AM_SANITY_CHECK])dnl
288AC_REQUIRE([AC_ARG_PROGRAM])dnl
289AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
290AM_MISSING_PROG([AUTOCONF], [autoconf])
291AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
292AM_MISSING_PROG([AUTOHEADER], [autoheader])
293AM_MISSING_PROG([MAKEINFO], [makeinfo])
294AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
295AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
296AC_REQUIRE([AC_PROG_MKDIR_P])dnl
297# For better backward compatibility.  To be removed once Automake 1.9.x
298# dies out for good.  For more background, see:
299# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
300# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
301AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
302# We need awk for the "check" target (and possibly the TAP driver).  The
303# system "awk" is bad on some platforms.
304AC_REQUIRE([AC_PROG_AWK])dnl
305AC_REQUIRE([AC_PROG_MAKE_SET])dnl
306AC_REQUIRE([AM_SET_LEADING_DOT])dnl
307_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
308	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
309			     [_AM_PROG_TAR([v7])])])
310_AM_IF_OPTION([no-dependencies],,
311[AC_PROVIDE_IFELSE([AC_PROG_CC],
312		  [_AM_DEPENDENCIES([CC])],
313		  [m4_define([AC_PROG_CC],
314			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
315AC_PROVIDE_IFELSE([AC_PROG_CXX],
316		  [_AM_DEPENDENCIES([CXX])],
317		  [m4_define([AC_PROG_CXX],
318			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
319AC_PROVIDE_IFELSE([AC_PROG_OBJC],
320		  [_AM_DEPENDENCIES([OBJC])],
321		  [m4_define([AC_PROG_OBJC],
322			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
323AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
324		  [_AM_DEPENDENCIES([OBJCXX])],
325		  [m4_define([AC_PROG_OBJCXX],
326			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
327])
328AC_REQUIRE([AM_SILENT_RULES])dnl
329dnl The testsuite driver may need to know about EXEEXT, so add the
330dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
331dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
332AC_CONFIG_COMMANDS_PRE(dnl
333[m4_provide_if([_AM_COMPILER_EXEEXT],
334  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
335
336# POSIX will say in a future version that running "rm -f" with no argument
337# is OK; and we want to be able to make that assumption in our Makefile
338# recipes.  So use an aggressive probe to check that the usage we want is
339# actually supported "in the wild" to an acceptable degree.
340# See automake bug#10828.
341# To make any issue more visible, cause the running configure to be aborted
342# by default if the 'rm' program in use doesn't match our expectations; the
343# user can still override this though.
344if rm -f && rm -fr && rm -rf; then : OK; else
345  cat >&2 <<'END'
346Oops!
347
348Your 'rm' program seems unable to run without file operands specified
349on the command line, even when the '-f' option is present.  This is contrary
350to the behaviour of most rm programs out there, and not conforming with
351the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
352
353Please tell bug-automake@gnu.org about your system, including the value
354of your $PATH and any error possibly output before this message.  This
355can help us improve future automake versions.
356
357END
358  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
359    echo 'Configuration will proceed anyway, since you have set the' >&2
360    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
361    echo >&2
362  else
363    cat >&2 <<'END'
364Aborting the configuration process, to ensure you take notice of the issue.
365
366You can download and install GNU coreutils to get an 'rm' implementation
367that behaves properly: <http://www.gnu.org/software/coreutils/>.
368
369If you want to complete the configuration process using your problematic
370'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
371to "yes", and re-run configure.
372
373END
374    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
375  fi
376fi
377dnl The trailing newline in this macro's definition is deliberate, for
378dnl backward compatibility and to allow trailing 'dnl'-style comments
379dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
380])
381m4trace:/usr/share/aclocal-1.15/init.m4:186: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
382_am_arg=$1
383_am_stamp_count=1
384for _am_header in $config_headers :; do
385  case $_am_header in
386    $_am_arg | $_am_arg:* )
387      break ;;
388    * )
389      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
390  esac
391done
392echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
393m4trace:/usr/share/aclocal-1.15/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
394if test x"${install_sh+set}" != xset; then
395  case $am_aux_dir in
396  *\ * | *\	*)
397    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
398  *)
399    install_sh="\${SHELL} $am_aux_dir/install-sh"
400  esac
401fi
402AC_SUBST([install_sh])])
403m4trace:/usr/share/aclocal-1.15/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
404mkdir .tst 2>/dev/null
405if test -d .tst; then
406  am__leading_dot=.
407else
408  am__leading_dot=_
409fi
410rmdir .tst 2>/dev/null
411AC_SUBST([am__leading_dot])])
412m4trace:/usr/share/aclocal-1.15/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
413cat > confinc << 'END'
414am__doit:
415	@echo this is the am__doit target
416.PHONY: am__doit
417END
418# If we don't find an include directive, just comment out the code.
419AC_MSG_CHECKING([for style of include used by $am_make])
420am__include="#"
421am__quote=
422_am_result=none
423# First try GNU make style include.
424echo "include confinc" > confmf
425# Ignore all kinds of additional output from 'make'.
426case `$am_make -s -f confmf 2> /dev/null` in #(
427*the\ am__doit\ target*)
428  am__include=include
429  am__quote=
430  _am_result=GNU
431  ;;
432esac
433# Now try BSD make style include.
434if test "$am__include" = "#"; then
435   echo '.include "confinc"' > confmf
436   case `$am_make -s -f confmf 2> /dev/null` in #(
437   *the\ am__doit\ target*)
438     am__include=.include
439     am__quote="\""
440     _am_result=BSD
441     ;;
442   esac
443fi
444AC_SUBST([am__include])
445AC_SUBST([am__quote])
446AC_MSG_RESULT([$_am_result])
447rm -f confinc confmf
448])
449m4trace:/usr/share/aclocal-1.15/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
450$1=${$1-"${am_missing_run}$2"}
451AC_SUBST($1)])
452m4trace:/usr/share/aclocal-1.15/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
453AC_REQUIRE_AUX_FILE([missing])dnl
454if test x"${MISSING+set}" != xset; then
455  case $am_aux_dir in
456  *\ * | *\	*)
457    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
458  *)
459    MISSING="\${SHELL} $am_aux_dir/missing" ;;
460  esac
461fi
462# Use eval to expand $SHELL
463if eval "$MISSING --is-lightweight"; then
464  am_missing_run="$MISSING "
465else
466  am_missing_run=
467  AC_MSG_WARN(['missing' script is too old or missing])
468fi
469])
470m4trace:/usr/share/aclocal-1.15/obsolete.m4:11: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete],
471['$0': this macro is obsolete.
472You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
473AC_CONFIG_HEADERS($@)])
474m4trace:/usr/share/aclocal-1.15/obsolete.m4:17: -1- AC_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC
475am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
476AC_DIAGNOSE([obsolete],
477['$0': this macro is obsolete.
478You should simply use the 'AC][_PROG_CC' macro instead.
479Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
480but upon 'ac_cv_prog_cc_stdc'.])])
481m4trace:/usr/share/aclocal-1.15/obsolete.m4:26: -1- AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])])
482m4trace:/usr/share/aclocal-1.15/obsolete.m4:28: -1- AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
483m4trace:/usr/share/aclocal-1.15/obsolete.m4:28: -1- AC_DEFUN([fp_C_PROTOTYPES], [AC_DIAGNOSE([obsolete], [The macro `fp_C_PROTOTYPES' is obsolete.
484You should run autoupdate.])dnl
485AM_C_PROTOTYPES])
486m4trace:/usr/share/aclocal-1.15/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
487m4trace:/usr/share/aclocal-1.15/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
488m4trace:/usr/share/aclocal-1.15/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
489m4trace:/usr/share/aclocal-1.15/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
490m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
491AC_REQUIRE_AUX_FILE([compile])dnl
492AC_LANG_PUSH([C])dnl
493AC_CACHE_CHECK(
494  [whether $CC understands -c and -o together],
495  [am_cv_prog_cc_c_o],
496  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
497  # Make sure it works both with $CC and with simple cc.
498  # Following AC_PROG_CC_C_O, we do the test twice because some
499  # compilers refuse to overwrite an existing .o file with -o,
500  # though they will create one.
501  am_cv_prog_cc_c_o=yes
502  for am_i in 1 2; do
503    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
504         && test -f conftest2.$ac_objext; then
505      : OK
506    else
507      am_cv_prog_cc_c_o=no
508      break
509    fi
510  done
511  rm -f core conftest*
512  unset am_i])
513if test "$am_cv_prog_cc_c_o" != yes; then
514   # Losing compiler, so override with the script.
515   # FIXME: It is wrong to rewrite CC.
516   # But if we don't then we get into trouble of one sort or another.
517   # A longer-term fix would be to have automake use am__CC in this case,
518   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
519   CC="$am_aux_dir/compile $CC"
520fi
521AC_LANG_POP([C])])
522m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
523m4trace:/usr/share/aclocal-1.15/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
524   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
525   ac_status=$?
526   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
527   (exit $ac_status); }])
528m4trace:/usr/share/aclocal-1.15/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
529# Reject unsafe characters in $srcdir or the absolute working directory
530# name.  Accept space and tab only in the latter.
531am_lf='
532'
533case `pwd` in
534  *[[\\\"\#\$\&\'\`$am_lf]]*)
535    AC_MSG_ERROR([unsafe absolute working directory name]);;
536esac
537case $srcdir in
538  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
539    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
540esac
541
542# Do 'set' in a subshell so we don't clobber the current shell's
543# arguments.  Must try -L first in case configure is actually a
544# symlink; some systems play weird games with the mod time of symlinks
545# (eg FreeBSD returns the mod time of the symlink's containing
546# directory).
547if (
548   am_has_slept=no
549   for am_try in 1 2; do
550     echo "timestamp, slept: $am_has_slept" > conftest.file
551     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
552     if test "$[*]" = "X"; then
553	# -L didn't work.
554	set X `ls -t "$srcdir/configure" conftest.file`
555     fi
556     if test "$[*]" != "X $srcdir/configure conftest.file" \
557	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
558
559	# If neither matched, then we have a broken ls.  This can happen
560	# if, for instance, CONFIG_SHELL is bash and it inherits a
561	# broken ls alias from the environment.  This has actually
562	# happened.  Such a system could not be considered "sane".
563	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
564  alias in your environment])
565     fi
566     if test "$[2]" = conftest.file || test $am_try -eq 2; then
567       break
568     fi
569     # Just in case.
570     sleep 1
571     am_has_slept=yes
572   done
573   test "$[2]" = conftest.file
574   )
575then
576   # Ok.
577   :
578else
579   AC_MSG_ERROR([newly created file is older than distributed files!
580Check your system clock])
581fi
582AC_MSG_RESULT([yes])
583# If we didn't sleep, we still need to ensure time stamps of config.status and
584# generated files are strictly newer.
585am_sleep_pid=
586if grep 'slept: no' conftest.file >/dev/null 2>&1; then
587  ( sleep 1 ) &
588  am_sleep_pid=$!
589fi
590AC_CONFIG_COMMANDS_PRE(
591  [AC_MSG_CHECKING([that generated files are newer than configure])
592   if test -n "$am_sleep_pid"; then
593     # Hide warnings about reused PIDs.
594     wait $am_sleep_pid 2>/dev/null
595   fi
596   AC_MSG_RESULT([done])])
597rm -f conftest.file
598])
599m4trace:/usr/share/aclocal-1.15/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
600AS_HELP_STRING(
601  [--enable-silent-rules],
602  [less verbose build output (undo: "make V=1")])
603AS_HELP_STRING(
604  [--disable-silent-rules],
605  [verbose build output (undo: "make V=0")])dnl
606])
607case $enable_silent_rules in @%:@ (((
608  yes) AM_DEFAULT_VERBOSITY=0;;
609   no) AM_DEFAULT_VERBOSITY=1;;
610    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
611esac
612dnl
613dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
614dnl do not support nested variable expansions.
615dnl See automake bug#9928 and bug#10237.
616am_make=${MAKE-make}
617AC_CACHE_CHECK([whether $am_make supports nested variables],
618   [am_cv_make_support_nested_variables],
619   [if AS_ECHO([['TRUE=$(BAR$(V))
620BAR0=false
621BAR1=true
622V=1
623am__doit:
624	@$(TRUE)
625.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
626  am_cv_make_support_nested_variables=yes
627else
628  am_cv_make_support_nested_variables=no
629fi])
630if test $am_cv_make_support_nested_variables = yes; then
631  dnl Using '$V' instead of '$(V)' breaks IRIX make.
632  AM_V='$(V)'
633  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
634else
635  AM_V=$AM_DEFAULT_VERBOSITY
636  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
637fi
638AC_SUBST([AM_V])dnl
639AM_SUBST_NOTMAKE([AM_V])dnl
640AC_SUBST([AM_DEFAULT_V])dnl
641AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
642AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
643AM_BACKSLASH='\'
644AC_SUBST([AM_BACKSLASH])dnl
645_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
646])
647m4trace:/usr/share/aclocal-1.15/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
648# Installed binaries are usually stripped using 'strip' when the user
649# run "make install-strip".  However 'strip' might not be the right
650# tool to use in cross-compilation environments, therefore Automake
651# will honor the 'STRIP' environment variable to overrule this program.
652dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
653if test "$cross_compiling" != no; then
654  AC_CHECK_TOOL([STRIP], [strip], :)
655fi
656INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
657AC_SUBST([INSTALL_STRIP_PROGRAM])])
658m4trace:/usr/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
659m4trace:/usr/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
660m4trace:/usr/share/aclocal-1.15/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
661# in the wild :-(  We should find a proper way to deprecate it ...
662AC_SUBST([AMTAR], ['$${TAR-tar}'])
663
664# We'll loop over all known methods to create a tar archive until one works.
665_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
666
667m4_if([$1], [v7],
668  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
669
670  [m4_case([$1],
671    [ustar],
672     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
673      # There is notably a 21 bits limit for the UID and the GID.  In fact,
674      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
675      # and bug#13588).
676      am_max_uid=2097151 # 2^21 - 1
677      am_max_gid=$am_max_uid
678      # The $UID and $GID variables are not portable, so we need to resort
679      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
680      # below are definitely unexpected, so allow the users to see them
681      # (that is, avoid stderr redirection).
682      am_uid=`id -u || echo unknown`
683      am_gid=`id -g || echo unknown`
684      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
685      if test $am_uid -le $am_max_uid; then
686         AC_MSG_RESULT([yes])
687      else
688         AC_MSG_RESULT([no])
689         _am_tools=none
690      fi
691      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
692      if test $am_gid -le $am_max_gid; then
693         AC_MSG_RESULT([yes])
694      else
695        AC_MSG_RESULT([no])
696        _am_tools=none
697      fi],
698
699  [pax],
700    [],
701
702  [m4_fatal([Unknown tar format])])
703
704  AC_MSG_CHECKING([how to create a $1 tar archive])
705
706  # Go ahead even if we have the value already cached.  We do so because we
707  # need to set the values for the 'am__tar' and 'am__untar' variables.
708  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
709
710  for _am_tool in $_am_tools; do
711    case $_am_tool in
712    gnutar)
713      for _am_tar in tar gnutar gtar; do
714        AM_RUN_LOG([$_am_tar --version]) && break
715      done
716      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
717      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
718      am__untar="$_am_tar -xf -"
719      ;;
720    plaintar)
721      # Must skip GNU tar: if it does not support --format= it doesn't create
722      # ustar tarball either.
723      (tar --version) >/dev/null 2>&1 && continue
724      am__tar='tar chf - "$$tardir"'
725      am__tar_='tar chf - "$tardir"'
726      am__untar='tar xf -'
727      ;;
728    pax)
729      am__tar='pax -L -x $1 -w "$$tardir"'
730      am__tar_='pax -L -x $1 -w "$tardir"'
731      am__untar='pax -r'
732      ;;
733    cpio)
734      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
735      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
736      am__untar='cpio -i -H $1 -d'
737      ;;
738    none)
739      am__tar=false
740      am__tar_=false
741      am__untar=false
742      ;;
743    esac
744
745    # If the value was cached, stop now.  We just wanted to have am__tar
746    # and am__untar set.
747    test -n "${am_cv_prog_tar_$1}" && break
748
749    # tar/untar a dummy directory, and stop if the command works.
750    rm -rf conftest.dir
751    mkdir conftest.dir
752    echo GrepMe > conftest.dir/file
753    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
754    rm -rf conftest.dir
755    if test -s conftest.tar; then
756      AM_RUN_LOG([$am__untar <conftest.tar])
757      AM_RUN_LOG([cat conftest.dir/file])
758      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
759    fi
760  done
761  rm -rf conftest.dir
762
763  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
764  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
765
766AC_SUBST([am__tar])
767AC_SUBST([am__untar])
768])
769m4trace:m4/m4-ax_prog_cxx_mpi.m4:77: -1- AC_DEFUN([AX_PROG_CXX_MPI], [
770AC_PREREQ(2.50)
771
772# Check for compiler
773# Needs to be split off into an extra macro to ensure right expansion
774# order.
775AC_REQUIRE([_AX_PROG_CXX_MPI],[_AX_PROG_CXX_MPI([$1])])
776
777AS_IF([test x"$_ax_prog_cxx_mpi_mpi_wanted" = xno],
778  [ _ax_prog_cxx_mpi_mpi_found=no ],
779  [
780    AC_LANG_PUSH([C++])
781
782    # test whether MPI_Init() is available
783    # We do not use AC_SEARCH_LIBS here, as it caches its outcome and
784    # thus disallows corresponding calls in the other AX_PROG_*_MPI
785    # macros.
786    for lib in NONE mpi mpich; do
787      save_LIBS=$LIBS
788      if test x"$lib" = xNONE; then
789        AC_MSG_CHECKING([for function MPI_Init])
790      else
791        AC_MSG_CHECKING([for function MPI_Init in -l$lib])
792        LIBS="-l$lib $LIBS"
793      fi
794      AC_LINK_IFELSE([
795        AC_LANG_PROGRAM([
796extern "C" { void MPI_Init(); }
797],[MPI_Init();])],
798        [ _ax_prog_cxx_mpi_mpi_found=yes ],
799        [ _ax_prog_cxx_mpi_mpi_found=no ])
800      AC_MSG_RESULT($_ax_prog_cxx_mpi_mpi_found)
801      if test "x$_ax_prog_cxx_mpi_mpi_found" = "xyes"; then
802        break;
803      fi
804      LIBS=$save_LIBS
805    done
806
807    # Check for header
808    AS_IF([test x"$_ax_prog_cxx_mpi_mpi_found" = xyes], [
809      AC_MSG_CHECKING([for mpi.h])
810      AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <mpi.h>])],
811        [ AC_MSG_RESULT(yes)],
812        [ AC_MSG_RESULT(no)
813         _ax_prog_cxx_mpi_mpi_found=no
814      ])
815    ])
816    AC_LANG_POP([C++])
817])
818
819# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
820AS_IF([test x"$_ax_prog_cxx_mpi_mpi_found" = xyes], [
821        ifelse([$2],,[AC_DEFINE(HAVE_MPI,1,[Define if you have the MPI library.])],[$2])
822        :
823],[
824        $3
825        :
826])
827
828])
829m4trace:m4/m4-ax_prog_cxx_mpi.m4:159: -1- AC_DEFUN([_AX_PROG_CXX_MPI], [
830  AC_ARG_VAR(MPICXX,[MPI C++ compiler command])
831  ifelse([$1],,[_ax_prog_cxx_mpi_mpi_wanted=yes],[
832    AC_MSG_CHECKING([whether to compile using MPI])
833    if $1; then
834      _ax_prog_cxx_mpi_mpi_wanted=yes
835    else
836      _ax_prog_cxx_mpi_mpi_wanted=no
837    fi
838    AC_MSG_RESULT($_ax_prog_cxx_mpi_mpi_wanted)
839  ])
840  if test x"$_ax_prog_cxx_mpi_mpi_wanted" = xyes; then
841    if test -z "$CXX" && test -n "$MPICXX"; then
842      CXX="$MPICXX"
843    else
844      AC_CHECK_TOOLS([CXX], [mpic++ mpicxx mpiCC sxmpic++ hcp mpxlC_r mpxlC mpixlcxx_r mpixlcxx mpg++ mpc++ mpCC cmpic++ mpiFCC CCicpc pgCC pathCC sxc++ xlC_r xlC bgxlC_r bgxlC openCC sunCC crayCC g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC])
845    fi
846  fi
847  AC_PROG_CXX
848])
849m4trace:m4/m4-ax_prog_f77_mpi.m4:77: -1- AC_DEFUN([AX_PROG_F77_MPI], [
850AC_PREREQ(2.50)
851
852# Check for compiler
853# Needs to be split off into an extra macro to ensure right expansion
854# order.
855AC_REQUIRE([_AX_PROG_F77_MPI],[_AX_PROG_F77_MPI([$1])])
856
857AS_IF([test x"$_ax_prog_f77_mpi_mpi_wanted" = xno],
858  [ _ax_prog_f77_mpi_mpi_found=no ],
859  [
860    AC_LANG_PUSH([Fortran 77])
861
862    # test whether MPI_INIT is available
863    # We do not use AC_SEARCH_LIBS here, as it caches its outcome and
864    # thus disallows corresponding calls in the other AX_PROG_*_MPI
865    # macros.
866    for lib in NONE fmpi fmpich; do
867      save_LIBS=$LIBS
868      if test x"$lib" = xNONE; then
869        AC_MSG_CHECKING([for function MPI_INIT])
870      else
871        AC_MSG_CHECKING([for function MPI_INIT in -l$lib])
872        LIBS="-l$lib $LIBS"
873      fi
874      AC_LINK_IFELSE([AC_LANG_CALL([],[MPI_INIT])],
875        [ _ax_prog_f77_mpi_mpi_found=yes ],
876        [ _ax_prog_f77_mpi_mpi_found=no ])
877      AC_MSG_RESULT($_ax_prog_f77_mpi_mpi_found)
878      if test "x$_ax_prog_f77_mpi_mpi_found" = "xyes"; then
879        break;
880      fi
881      LIBS=$save_LIBS
882    done
883
884    # Check for header
885    AS_IF([test x"$_ax_prog_f77_mpi_mpi_found" = xyes], [
886      AC_MSG_CHECKING([for mpif.h])
887      AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[[
888      include 'mpif.h'
889]])],
890        [ AC_MSG_RESULT(yes)],
891        [ AC_MSG_RESULT(no)
892	  _ax_prog_f77_mpi_mpi_found=no
893      ])
894    ])
895    AC_LANG_POP([Fortran 77])
896])
897
898# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
899AS_IF([test x"$_ax_prog_f77_mpi_mpi_found" = xyes], [
900        ifelse([$2],,[AC_DEFINE(HAVE_MPI,1,[Define if you have the MPI library.])],[$2])
901        :
902],[
903        $3
904        :
905])
906
907])
908m4trace:m4/m4-ax_prog_f77_mpi.m4:156: -1- AC_DEFUN([_AX_PROG_F77_MPI], [
909  AC_ARG_VAR(MPIF77,[MPI Fortran77 compiler command])
910  ifelse([$1],,[_ax_prog_f77_mpi_mpi_wanted=yes],[
911    AC_MSG_CHECKING([whether to compile using MPI])
912    if $1; then
913      _ax_prog_f77_mpi_mpi_wanted=yes
914    else
915      _ax_prog_f77_mpi_mpi_wanted=no
916    fi
917    AC_MSG_RESULT($_ax_prog_f77_mpi_mpi_wanted)
918  ])
919  if test x"$_ax_prog_f77_mpi_mpi_wanted" = xyes; then
920    if test -z "$F77" && test -n "$MPIF77"; then
921      F77="$MPIF77"
922    else
923      AC_CHECK_TOOLS([F77], [mpif77 hf77 mpxlf_r mpxlf mpifrt mpf77 cmpifc xlf f77 frt pgf77 pathf77 g77 cf77 fort77 fl32 af77])
924    fi
925  fi
926  AC_PROG_F77
927])
928m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?A[CHUM]_])
929m4trace:configure.ac:4: -1- m4_pattern_forbid([_AC_])
930m4trace:configure.ac:4: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
931m4trace:configure.ac:4: -1- m4_pattern_allow([^AS_FLAGS$])
932m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?m4_])
933m4trace:configure.ac:4: -1- m4_pattern_forbid([^dnl$])
934m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?AS_])
935m4trace:configure.ac:4: -1- m4_pattern_allow([^SHELL$])
936m4trace:configure.ac:4: -1- m4_pattern_allow([^PATH_SEPARATOR$])
937m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
938m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
939m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
940m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
941m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
942m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
943m4trace:configure.ac:4: -1- m4_pattern_allow([^exec_prefix$])
944m4trace:configure.ac:4: -1- m4_pattern_allow([^prefix$])
945m4trace:configure.ac:4: -1- m4_pattern_allow([^program_transform_name$])
946m4trace:configure.ac:4: -1- m4_pattern_allow([^bindir$])
947m4trace:configure.ac:4: -1- m4_pattern_allow([^sbindir$])
948m4trace:configure.ac:4: -1- m4_pattern_allow([^libexecdir$])
949m4trace:configure.ac:4: -1- m4_pattern_allow([^datarootdir$])
950m4trace:configure.ac:4: -1- m4_pattern_allow([^datadir$])
951m4trace:configure.ac:4: -1- m4_pattern_allow([^sysconfdir$])
952m4trace:configure.ac:4: -1- m4_pattern_allow([^sharedstatedir$])
953m4trace:configure.ac:4: -1- m4_pattern_allow([^localstatedir$])
954m4trace:configure.ac:4: -1- m4_pattern_allow([^runstatedir$])
955m4trace:configure.ac:4: -1- m4_pattern_allow([^includedir$])
956m4trace:configure.ac:4: -1- m4_pattern_allow([^oldincludedir$])
957m4trace:configure.ac:4: -1- m4_pattern_allow([^docdir$])
958m4trace:configure.ac:4: -1- m4_pattern_allow([^infodir$])
959m4trace:configure.ac:4: -1- m4_pattern_allow([^htmldir$])
960m4trace:configure.ac:4: -1- m4_pattern_allow([^dvidir$])
961m4trace:configure.ac:4: -1- m4_pattern_allow([^pdfdir$])
962m4trace:configure.ac:4: -1- m4_pattern_allow([^psdir$])
963m4trace:configure.ac:4: -1- m4_pattern_allow([^libdir$])
964m4trace:configure.ac:4: -1- m4_pattern_allow([^localedir$])
965m4trace:configure.ac:4: -1- m4_pattern_allow([^mandir$])
966m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
967m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
968m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
969m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
970m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
971m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
972m4trace:configure.ac:4: -1- m4_pattern_allow([^DEFS$])
973m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_C$])
974m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_N$])
975m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_T$])
976m4trace:configure.ac:4: -1- m4_pattern_allow([^LIBS$])
977m4trace:configure.ac:4: -1- m4_pattern_allow([^build_alias$])
978m4trace:configure.ac:4: -1- m4_pattern_allow([^host_alias$])
979m4trace:configure.ac:4: -1- m4_pattern_allow([^target_alias$])
980m4trace:configure.ac:6: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
981You should run autoupdate.], [../../lib/autoconf/general.m4:1868: AC_CANONICAL_SYSTEM is expanded from...
982configure.ac:6: the top level])
983m4trace:configure.ac:6: -1- m4_pattern_allow([^build$])
984m4trace:configure.ac:6: -1- m4_pattern_allow([^build_cpu$])
985m4trace:configure.ac:6: -1- m4_pattern_allow([^build_vendor$])
986m4trace:configure.ac:6: -1- m4_pattern_allow([^build_os$])
987m4trace:configure.ac:6: -1- m4_pattern_allow([^host$])
988m4trace:configure.ac:6: -1- m4_pattern_allow([^host_cpu$])
989m4trace:configure.ac:6: -1- m4_pattern_allow([^host_vendor$])
990m4trace:configure.ac:6: -1- m4_pattern_allow([^host_os$])
991m4trace:configure.ac:6: -1- m4_pattern_allow([^target$])
992m4trace:configure.ac:6: -1- m4_pattern_allow([^target_cpu$])
993m4trace:configure.ac:6: -1- m4_pattern_allow([^target_vendor$])
994m4trace:configure.ac:6: -1- m4_pattern_allow([^target_os$])
995m4trace:configure.ac:8: -1- _AM_CONFIG_MACRO_DIRS([m4])
996m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([])
997m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
998m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
999m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.15])
1000m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.69])
1001m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
1002m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
1003m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
1004m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$])
1005m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc])
1006m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$])
1007m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([])
1008m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
1009m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
1010m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1011 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
1012m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define])
1013m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
1014m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
1015m4trace:configure.ac:10: -1- AM_SANITY_CHECK
1016m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1017m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN
1018m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND
1019m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$])
1020m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
1021m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$])
1022m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1023m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$])
1024m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
1025m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$])
1026m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1027m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$])
1028m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH
1029m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$])
1030m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP
1031m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
1032m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
1033m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$])
1034m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$])
1035m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
1036m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
1037m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT
1038m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$])
1039m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1040			     [_AM_PROG_TAR([v7])])])
1041m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
1042m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
1043m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-pax])
1044m4trace:configure.ac:10: -1- _AM_PROG_TAR([v7])
1045m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$])
1046m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$])
1047m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$])
1048m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
1049		  [_AM_DEPENDENCIES([CC])],
1050		  [m4_define([AC_PROG_CC],
1051			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1052AC_PROVIDE_IFELSE([AC_PROG_CXX],
1053		  [_AM_DEPENDENCIES([CXX])],
1054		  [m4_define([AC_PROG_CXX],
1055			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1056AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1057		  [_AM_DEPENDENCIES([OBJC])],
1058		  [m4_define([AC_PROG_OBJC],
1059			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1060AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1061		  [_AM_DEPENDENCIES([OBJCXX])],
1062		  [m4_define([AC_PROG_OBJCXX],
1063			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1064])
1065m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies])
1066m4trace:configure.ac:10: -1- AM_SILENT_RULES
1067m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$])
1068m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V])
1069m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V])
1070m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$])
1071m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
1072m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
1073m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
1074m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$])
1075m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
1076m4trace:configure.ac:11: -1- AM_CONFIG_HEADER([config.h:config.in])
1077m4trace:configure.ac:11: -1- _m4_warn([obsolete], ['AM_CONFIG_HEADER': this macro is obsolete.
1078You should use the 'AC_CONFIG_HEADERS' macro instead.], [/usr/share/aclocal-1.15/obsolete.m4:11: AM_CONFIG_HEADER is expanded from...
1079configure.ac:11: the top level])
1080m4trace:configure.ac:27: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1081You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
1082../../lib/autoconf/general.m4:1492: AC_ARG_WITH is expanded from...
1083configure.ac:27: the top level])
1084m4trace:configure.ac:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1085You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
1086../../lib/autoconf/general.m4:1492: AC_ARG_WITH is expanded from...
1087configure.ac:30: the top level])
1088m4trace:configure.ac:40: -1- AX_PROG_CXX_MPI([test x"$with_mpi" != xno], [use_mpi=y], [
1089  use_mpi=n
1090  if test x"$with_mpi" = xyes; then
1091    AC_MSG_FAILURE([MPI compiler requested, but couldn't use MPI.])
1092  else
1093    AC_MSG_WARN([Not using MPI.])
1094  fi
1095  ])
1096m4trace:configure.ac:40: -1- _AX_PROG_CXX_MPI([test x"$with_mpi" != xno])
1097m4trace:configure.ac:40: -1- m4_pattern_allow([^MPICXX$])
1098m4trace:configure.ac:40: -1- m4_pattern_allow([^CXX$])
1099m4trace:configure.ac:40: -1- m4_pattern_allow([^ac_ct_CXX$])
1100m4trace:configure.ac:40: -1- m4_pattern_allow([^CXX$])
1101m4trace:configure.ac:40: -1- m4_pattern_allow([^CXXFLAGS$])
1102m4trace:configure.ac:40: -1- m4_pattern_allow([^LDFLAGS$])
1103m4trace:configure.ac:40: -1- m4_pattern_allow([^LIBS$])
1104m4trace:configure.ac:40: -1- m4_pattern_allow([^CPPFLAGS$])
1105m4trace:configure.ac:40: -1- m4_pattern_allow([^CXX$])
1106m4trace:configure.ac:40: -1- m4_pattern_allow([^ac_ct_CXX$])
1107m4trace:configure.ac:40: -1- m4_pattern_allow([^EXEEXT$])
1108m4trace:configure.ac:40: -1- m4_pattern_allow([^OBJEXT$])
1109m4trace:configure.ac:40: -1- _AM_DEPENDENCIES([CXX])
1110m4trace:configure.ac:40: -1- AM_SET_DEPDIR
1111m4trace:configure.ac:40: -1- m4_pattern_allow([^DEPDIR$])
1112m4trace:configure.ac:40: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1113m4trace:configure.ac:40: -1- AM_MAKE_INCLUDE
1114m4trace:configure.ac:40: -1- m4_pattern_allow([^am__include$])
1115m4trace:configure.ac:40: -1- m4_pattern_allow([^am__quote$])
1116m4trace:configure.ac:40: -1- AM_DEP_TRACK
1117m4trace:configure.ac:40: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1118m4trace:configure.ac:40: -1- m4_pattern_allow([^AMDEP_TRUE$])
1119m4trace:configure.ac:40: -1- m4_pattern_allow([^AMDEP_FALSE$])
1120m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1121m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1122m4trace:configure.ac:40: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1123m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1124m4trace:configure.ac:40: -1- m4_pattern_allow([^am__nodep$])
1125m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([am__nodep])
1126m4trace:configure.ac:40: -1- m4_pattern_allow([^CXXDEPMODE$])
1127m4trace:configure.ac:40: -1- AM_CONDITIONAL([am__fastdepCXX], [
1128  test "x$enable_dependency_tracking" != xno \
1129  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
1130m4trace:configure.ac:40: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
1131m4trace:configure.ac:40: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
1132m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
1133m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
1134m4trace:configure.ac:48: -1- m4_pattern_allow([^CC$])
1135m4trace:configure.ac:48: -1- m4_pattern_allow([^CFLAGS$])
1136m4trace:configure.ac:48: -1- m4_pattern_allow([^LDFLAGS$])
1137m4trace:configure.ac:48: -1- m4_pattern_allow([^LIBS$])
1138m4trace:configure.ac:48: -1- m4_pattern_allow([^CPPFLAGS$])
1139m4trace:configure.ac:48: -1- m4_pattern_allow([^CC$])
1140m4trace:configure.ac:48: -1- m4_pattern_allow([^CC$])
1141m4trace:configure.ac:48: -1- m4_pattern_allow([^CC$])
1142m4trace:configure.ac:48: -1- m4_pattern_allow([^CC$])
1143m4trace:configure.ac:48: -1- m4_pattern_allow([^ac_ct_CC$])
1144m4trace:configure.ac:48: -1- _AM_PROG_CC_C_O
1145m4trace:configure.ac:48: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
1146m4trace:configure.ac:48: -1- _AM_DEPENDENCIES([CC])
1147m4trace:configure.ac:48: -1- m4_pattern_allow([^CCDEPMODE$])
1148m4trace:configure.ac:48: -1- AM_CONDITIONAL([am__fastdepCC], [
1149  test "x$enable_dependency_tracking" != xno \
1150  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1151m4trace:configure.ac:48: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1152m4trace:configure.ac:48: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1153m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1154m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1155m4trace:configure.ac:49: -1- m4_pattern_allow([^CPP$])
1156m4trace:configure.ac:49: -1- m4_pattern_allow([^CPPFLAGS$])
1157m4trace:configure.ac:49: -1- m4_pattern_allow([^CPP$])
1158m4trace:configure.ac:51: -1- AX_PROG_F77_MPI([test x"$with_mpi" != xno], [use_mpi=y], [
1159    use_mpi=n
1160    if test x"$with_mpi" = xyes; then
1161      AC_MSG_FAILURE([MPI compiler requested, but couldn't use MPI.])
1162    else
1163      AC_MSG_WARN([Not using MPI.])
1164    fi
1165    ])
1166m4trace:configure.ac:51: -1- _AX_PROG_F77_MPI([test x"$with_mpi" != xno])
1167m4trace:configure.ac:51: -1- m4_pattern_allow([^MPIF77$])
1168m4trace:configure.ac:51: -1- m4_pattern_allow([^F77$])
1169m4trace:configure.ac:51: -1- m4_pattern_allow([^ac_ct_F77$])
1170m4trace:configure.ac:51: -1- m4_pattern_allow([^F77$])
1171m4trace:configure.ac:51: -1- m4_pattern_allow([^FFLAGS$])
1172m4trace:configure.ac:51: -1- m4_pattern_allow([^LDFLAGS$])
1173m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBS$])
1174m4trace:configure.ac:51: -1- m4_pattern_allow([^F77$])
1175m4trace:configure.ac:51: -1- m4_pattern_allow([^ac_ct_F77$])
1176m4trace:configure.ac:64: -1- m4_pattern_allow([^FLIBS$])
1177m4trace:configure.ac:68: -1- m4_pattern_allow([^HAVE_LIBM$])
1178m4trace:configure.ac:70: -1- m4_pattern_allow([^RANLIB$])
1179m4trace:configure.ac:71: -1- m4_pattern_allow([^BASH$])
1180m4trace:configure.ac:73: -1- m4_pattern_allow([^sprng_cxxflags$])
1181m4trace:configure.ac:74: -1- m4_pattern_allow([^sprng_fflags$])
1182m4trace:configure.ac:77: -1- m4_pattern_allow([^GREP$])
1183m4trace:configure.ac:77: -1- m4_pattern_allow([^EGREP$])
1184m4trace:configure.ac:77: -1- m4_pattern_allow([^STDC_HEADERS$])
1185m4trace:configure.ac:80: -1- m4_pattern_allow([^SIZEOF_LONG_INT$])
1186m4trace:configure.ac:88: -1- AM_CONDITIONAL([USE_MPI], [test $use_mpi = y])
1187m4trace:configure.ac:88: -1- m4_pattern_allow([^USE_MPI_TRUE$])
1188m4trace:configure.ac:88: -1- m4_pattern_allow([^USE_MPI_FALSE$])
1189m4trace:configure.ac:88: -1- _AM_SUBST_NOTMAKE([USE_MPI_TRUE])
1190m4trace:configure.ac:88: -1- _AM_SUBST_NOTMAKE([USE_MPI_FALSE])
1191m4trace:configure.ac:96: -1- m4_pattern_allow([^MPI_DEF$])
1192m4trace:configure.ac:98: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1193You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
1194../../lib/autoconf/general.m4:1492: AC_ARG_WITH is expanded from...
1195configure.ac:98: the top level])
1196m4trace:configure.ac:108: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1197You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
1198../../lib/autoconf/general.m4:1492: AC_ARG_WITH is expanded from...
1199configure.ac:108: the top level])
1200m4trace:configure.ac:110: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1201You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
1202../../lib/autoconf/general.m4:1492: AC_ARG_WITH is expanded from...
1203configure.ac:110: the top level])
1204m4trace:configure.ac:120: -1- m4_pattern_allow([^TESTU01_LIBDIR$])
1205m4trace:configure.ac:121: -1- m4_pattern_allow([^TESTU01_INCDIR$])
1206m4trace:configure.ac:123: -1- AM_CONDITIONAL([USE_TESTU01], [test "$use_testu01" = "y"])
1207m4trace:configure.ac:123: -1- m4_pattern_allow([^USE_TESTU01_TRUE$])
1208m4trace:configure.ac:123: -1- m4_pattern_allow([^USE_TESTU01_FALSE$])
1209m4trace:configure.ac:123: -1- _AM_SUBST_NOTMAKE([USE_TESTU01_TRUE])
1210m4trace:configure.ac:123: -1- _AM_SUBST_NOTMAKE([USE_TESTU01_FALSE])
1211m4trace:configure.ac:136: -1- AM_CONDITIONAL([compile_FORTRAN], [test "$use_fortran" = "y"])
1212m4trace:configure.ac:136: -1- m4_pattern_allow([^compile_FORTRAN_TRUE$])
1213m4trace:configure.ac:136: -1- m4_pattern_allow([^compile_FORTRAN_FALSE$])
1214m4trace:configure.ac:136: -1- _AM_SUBST_NOTMAKE([compile_FORTRAN_TRUE])
1215m4trace:configure.ac:136: -1- _AM_SUBST_NOTMAKE([compile_FORTRAN_FALSE])
1216m4trace:configure.ac:142: -1- AM_CONDITIONAL([FFT], [test $fft = "yes"])
1217m4trace:configure.ac:142: -1- m4_pattern_allow([^FFT_TRUE$])
1218m4trace:configure.ac:142: -1- m4_pattern_allow([^FFT_FALSE$])
1219m4trace:configure.ac:142: -1- _AM_SUBST_NOTMAKE([FFT_TRUE])
1220m4trace:configure.ac:142: -1- _AM_SUBST_NOTMAKE([FFT_FALSE])
1221m4trace:configure.ac:144: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
1222m4trace:configure.ac:144: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$])
1223m4trace:configure.ac:147: -1- m4_pattern_allow([^SIZEOF_INT_P$])
1224m4trace:configure.ac:156: -1- m4_pattern_allow([^FFPSIZE$])
1225m4trace:configure.ac:157: -1- m4_pattern_allow([^FMANGLE$])
1226m4trace:configure.ac:159: -1- m4_pattern_allow([^SIZEOF_DOUBLE$])
1227m4trace:configure.ac:160: -1- m4_pattern_allow([^SIZEOF_FLOAT$])
1228m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_DUMMY_MAIN$])
1229m4trace:configure.ac:168: -1- m4_pattern_allow([^FC_DUMMY_MAIN_EQ_F77$])
1230m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1231m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1232m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1233m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1234m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1235m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1236m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1237m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1238m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1239m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1240m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1241m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1242m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1243m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1244m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC$])
1245m4trace:configure.ac:168: -1- m4_pattern_allow([^F77_FUNC_$])
1246m4trace:configure.ac:171: -1- m4_pattern_allow([^FORTRANDIR$])
1247m4trace:configure.ac:174: -1- m4_pattern_allow([^HAVE__BOOL$])
1248m4trace:configure.ac:174: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
1249m4trace:configure.ac:175: -1- m4_pattern_allow([^const$])
1250m4trace:configure.ac:177: -1- m4_pattern_allow([^size_t$])
1251m4trace:configure.ac:178: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
1252m4trace:configure.ac:181: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
1253m4trace:configure.ac:181: -1- m4_pattern_allow([^HAVE_MALLOC$])
1254m4trace:configure.ac:181: -1- m4_pattern_allow([^HAVE_MALLOC$])
1255m4trace:configure.ac:181: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1256m4trace:configure.ac:181: -1- m4_pattern_allow([^malloc$])
1257m4trace:configure.ac:182: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1258m4trace:configure.ac:186: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
1259You should run autoupdate.], [])
1260m4trace:configure.ac:186: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1261m4trace:configure.ac:186: -1- m4_pattern_allow([^LTLIBOBJS$])
1262m4trace:configure.ac:186: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1263m4trace:configure.ac:186: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1264m4trace:configure.ac:186: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1265m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1266m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1267m4trace:configure.ac:186: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
1268m4trace:configure.ac:186: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
1269