root/ossiedev/branches/cdietric/autom4te.cache/traces.0 @ 10964

Revision 10964, 31.7 KB (checked in by c2dietric, 19 months ago)

liquid DSP digital voice receiver for USRP1

Line 
1m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
2dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3dnl require some minimum version.  Point them to the right macro.
4m4_if([$1], [1.11.1], [],
5      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6])
7m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
8m4_ifndef([AC_AUTOCONF_VERSION],
9  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
10_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
11m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
12AC_PREREQ([2.50])dnl
13# expand $ac_aux_dir to an absolute path
14am_aux_dir=`cd $ac_aux_dir && pwd`
15])
16m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
17 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
18        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
19AC_SUBST([$1_TRUE])dnl
20AC_SUBST([$1_FALSE])dnl
21_AM_SUBST_NOTMAKE([$1_TRUE])dnl
22_AM_SUBST_NOTMAKE([$1_FALSE])dnl
23m4_define([_AM_COND_VALUE_$1], [$2])dnl
24if $2; then
25  $1_TRUE=
26  $1_FALSE='#'
27else
28  $1_TRUE='#'
29  $1_FALSE=
30fi
31AC_CONFIG_COMMANDS_PRE(
32[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
33  AC_MSG_ERROR([[conditional "$1" was never defined.
34Usually this means the macro was only invoked conditionally.]])
35fi])])
36m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
37AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
38AC_REQUIRE([AM_MAKE_INCLUDE])dnl
39AC_REQUIRE([AM_DEP_TRACK])dnl
40
41ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
42       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
43       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
44       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
45       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
46                   [depcc="$$1"   am_compiler_list=])
47
48AC_CACHE_CHECK([dependency style of $depcc],
49               [am_cv_$1_dependencies_compiler_type],
50[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
51  # We make a subdir and do the tests there.  Otherwise we can end up
52  # making bogus files that we don't know about and never remove.  For
53  # instance it was reported that on HP-UX the gcc test will end up
54  # making a dummy file named `D' -- because `-MD' means `put the output
55  # in D'.
56  mkdir conftest.dir
57  # Copy depcomp to subdir because otherwise we won't find it if we're
58  # using a relative directory.
59  cp "$am_depcomp" conftest.dir
60  cd conftest.dir
61  # We will build objects and dependencies in a subdirectory because
62  # it helps to detect inapplicable dependency modes.  For instance
63  # both Tru64's cc and ICC support -MD to output dependencies as a
64  # side effect of compilation, but ICC will put the dependencies in
65  # the current directory while Tru64 will put them in the object
66  # directory.
67  mkdir sub
68
69  am_cv_$1_dependencies_compiler_type=none
70  if test "$am_compiler_list" = ""; then
71     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
72  fi
73  am__universal=false
74  m4_case([$1], [CC],
75    [case " $depcc " in #(
76     *\ -arch\ *\ -arch\ *) am__universal=true ;;
77     esac],
78    [CXX],
79    [case " $depcc " in #(
80     *\ -arch\ *\ -arch\ *) am__universal=true ;;
81     esac])
82
83  for depmode in $am_compiler_list; do
84    # Setup a source with many dependencies, because some compilers
85    # like to wrap large dependency lists on column 80 (with \), and
86    # we should not choose a depcomp mode which is confused by this.
87    #
88    # We need to recreate these files for each test, as the compiler may
89    # overwrite some of them when testing with obscure command lines.
90    # This happens at least with the AIX C compiler.
91    : > sub/conftest.c
92    for i in 1 2 3 4 5 6; do
93      echo '#include "conftst'$i'.h"' >> sub/conftest.c
94      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
95      # Solaris 8's {/usr,}/bin/sh.
96      touch sub/conftst$i.h
97    done
98    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
99
100    # We check with `-c' and `-o' for the sake of the "dashmstdout"
101    # mode.  It turns out that the SunPro C++ compiler does not properly
102    # handle `-M -o', and we need to detect this.  Also, some Intel
103    # versions had trouble with output in subdirs
104    am__obj=sub/conftest.${OBJEXT-o}
105    am__minus_obj="-o $am__obj"
106    case $depmode in
107    gcc)
108      # This depmode causes a compiler race in universal mode.
109      test "$am__universal" = false || continue
110      ;;
111    nosideeffect)
112      # after this tag, mechanisms are not by side-effect, so they'll
113      # only be used when explicitly requested
114      if test "x$enable_dependency_tracking" = xyes; then
115        continue
116      else
117        break
118      fi
119      ;;
120    msvisualcpp | msvcmsys)
121      # This compiler won't grok `-c -o', but also, the minuso test has
122      # not run yet.  These depmodes are late enough in the game, and
123      # so weak that their functioning should not be impacted.
124      am__obj=conftest.${OBJEXT-o}
125      am__minus_obj=
126      ;;
127    none) break ;;
128    esac
129    if depmode=$depmode \
130       source=sub/conftest.c object=$am__obj \
131       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
132       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
133         >/dev/null 2>conftest.err &&
134       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
135       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
136       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
137       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
138      # icc doesn't choke on unknown options, it will just issue warnings
139      # or remarks (even with -Werror).  So we grep stderr for any message
140      # that says an option was ignored or not supported.
141      # When given -MP, icc 7.0 and 7.1 complain thusly:
142      #   icc: Command line warning: ignoring option '-M'; no argument required
143      # The diagnosis changed in icc 8.0:
144      #   icc: Command line remark: option '-MP' not supported
145      if (grep 'ignoring option' conftest.err ||
146          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
147        am_cv_$1_dependencies_compiler_type=$depmode
148        break
149      fi
150    fi
151  done
152
153  cd ..
154  rm -rf conftest.dir
155else
156  am_cv_$1_dependencies_compiler_type=none
157fi
158])
159AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
160AM_CONDITIONAL([am__fastdep$1], [
161  test "x$enable_dependency_tracking" != xno \
162  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
163])
164m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
165AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
166])
167m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
168[  --disable-dependency-tracking  speeds up one-time build
169  --enable-dependency-tracking   do not reject slow dependency extractors])
170if test "x$enable_dependency_tracking" != xno; then
171  am_depcomp="$ac_aux_dir/depcomp"
172  AMDEPBACKSLASH='\'
173fi
174AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
175AC_SUBST([AMDEPBACKSLASH])dnl
176_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
177])
178m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
179  # Autoconf 2.62 quotes --file arguments for eval, but not when files
180  # are listed without --file.  Let's play safe and only enable the eval
181  # if we detect the quoting.
182  case $CONFIG_FILES in
183  *\'*) eval set x "$CONFIG_FILES" ;;
184  *)   set x $CONFIG_FILES ;;
185  esac
186  shift
187  for mf
188  do
189    # Strip MF so we end up with the name of the file.
190    mf=`echo "$mf" | sed -e 's/:.*$//'`
191    # Check whether this is an Automake generated Makefile or not.
192    # We used to match only the files named `Makefile.in', but
193    # some people rename them; so instead we look at the file content.
194    # Grep'ing the first line is not enough: some people post-process
195    # each Makefile.in and add a new line on top of each file to say so.
196    # Grep'ing the whole file is not good either: AIX grep has a line
197    # limit of 2048, but all sed's we know have understand at least 4000.
198    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
199      dirpart=`AS_DIRNAME("$mf")`
200    else
201      continue
202    fi
203    # Extract the definition of DEPDIR, am__include, and am__quote
204    # from the Makefile without running `make'.
205    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
206    test -z "$DEPDIR" && continue
207    am__include=`sed -n 's/^am__include = //p' < "$mf"`
208    test -z "am__include" && continue
209    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
210    # When using ansi2knr, U may be empty or an underscore; expand it
211    U=`sed -n 's/^U = //p' < "$mf"`
212    # Find all dependency output files, they are included files with
213    # $(DEPDIR) in their names.  We invoke sed twice because it is the
214    # simplest approach to changing $(DEPDIR) to its actual value in the
215    # expansion.
216    for file in `sed -n "
217      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
218         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
219      # Make sure the directory exists.
220      test -f "$dirpart/$file" && continue
221      fdir=`AS_DIRNAME(["$file"])`
222      AS_MKDIR_P([$dirpart/$fdir])
223      # echo "creating $dirpart/$file"
224      echo '# dummy' > "$dirpart/$file"
225    done
226  done
227}
228])
229m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
230     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
231     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
232])
233m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
234dnl Autoconf wants to disallow AM_ names.  We explicitly allow
235dnl the ones we care about.
236m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
237AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
238AC_REQUIRE([AC_PROG_INSTALL])dnl
239if test "`cd $srcdir && pwd`" != "`pwd`"; then
240  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
241  # is not polluted with repeated "-I."
242  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
243  # test to see if srcdir already configured
244  if test -f $srcdir/config.status; then
245    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
246  fi
247fi
248
249# test whether we have cygpath
250if test -z "$CYGPATH_W"; then
251  if (cygpath --version) >/dev/null 2>/dev/null; then
252    CYGPATH_W='cygpath -w'
253  else
254    CYGPATH_W=echo
255  fi
256fi
257AC_SUBST([CYGPATH_W])
258
259# Define the identity of the package.
260dnl Distinguish between old-style and new-style calls.
261m4_ifval([$2],
262[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
263 AC_SUBST([PACKAGE], [$1])dnl
264 AC_SUBST([VERSION], [$2])],
265[_AM_SET_OPTIONS([$1])dnl
266dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
267m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
268  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
269 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
270 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
271
272_AM_IF_OPTION([no-define],,
273[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
274 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
275
276# Some tools Automake needs.
277AC_REQUIRE([AM_SANITY_CHECK])dnl
278AC_REQUIRE([AC_ARG_PROGRAM])dnl
279AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
280AM_MISSING_PROG(AUTOCONF, autoconf)
281AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
282AM_MISSING_PROG(AUTOHEADER, autoheader)
283AM_MISSING_PROG(MAKEINFO, makeinfo)
284AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
285AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
286AC_REQUIRE([AM_PROG_MKDIR_P])dnl
287# We need awk for the "check" target.  The system "awk" is bad on
288# some platforms.
289AC_REQUIRE([AC_PROG_AWK])dnl
290AC_REQUIRE([AC_PROG_MAKE_SET])dnl
291AC_REQUIRE([AM_SET_LEADING_DOT])dnl
292_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
293              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
294                             [_AM_PROG_TAR([v7])])])
295_AM_IF_OPTION([no-dependencies],,
296[AC_PROVIDE_IFELSE([AC_PROG_CC],
297                  [_AM_DEPENDENCIES(CC)],
298                  [define([AC_PROG_CC],
299                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
300AC_PROVIDE_IFELSE([AC_PROG_CXX],
301                  [_AM_DEPENDENCIES(CXX)],
302                  [define([AC_PROG_CXX],
303                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
304AC_PROVIDE_IFELSE([AC_PROG_OBJC],
305                  [_AM_DEPENDENCIES(OBJC)],
306                  [define([AC_PROG_OBJC],
307                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
308])
309_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
310dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
311dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
312dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
313AC_CONFIG_COMMANDS_PRE(dnl
314[m4_provide_if([_AM_COMPILER_EXEEXT],
315  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
316])
317m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
318_am_arg=$1
319_am_stamp_count=1
320for _am_header in $config_headers :; do
321  case $_am_header in
322    $_am_arg | $_am_arg:* )
323      break ;;
324    * )
325      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
326  esac
327done
328echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
329m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
330if test x"${install_sh}" != xset; then
331  case $am_aux_dir in
332  *\ * | *\     *)
333    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
334  *)
335    install_sh="\${SHELL} $am_aux_dir/install-sh"
336  esac
337fi
338AC_SUBST(install_sh)])
339m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
340mkdir .tst 2>/dev/null
341if test -d .tst; then
342  am__leading_dot=.
343else
344  am__leading_dot=_
345fi
346rmdir .tst 2>/dev/null
347AC_SUBST([am__leading_dot])])
348m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
349cat > confinc << 'END'
350am__doit:
351        @echo this is the am__doit target
352.PHONY: am__doit
353END
354# If we don't find an include directive, just comment out the code.
355AC_MSG_CHECKING([for style of include used by $am_make])
356am__include="#"
357am__quote=
358_am_result=none
359# First try GNU make style include.
360echo "include confinc" > confmf
361# Ignore all kinds of additional output from `make'.
362case `$am_make -s -f confmf 2> /dev/null` in #(
363*the\ am__doit\ target*)
364  am__include=include
365  am__quote=
366  _am_result=GNU
367  ;;
368esac
369# Now try BSD make style include.
370if test "$am__include" = "#"; then
371   echo '.include "confinc"' > confmf
372   case `$am_make -s -f confmf 2> /dev/null` in #(
373   *the\ am__doit\ target*)
374     am__include=.include
375     am__quote="\""
376     _am_result=BSD
377     ;;
378   esac
379fi
380AC_SUBST([am__include])
381AC_SUBST([am__quote])
382AC_MSG_RESULT([$_am_result])
383rm -f confinc confmf
384])
385m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
386$1=${$1-"${am_missing_run}$2"}
387AC_SUBST($1)])
388m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
389AC_REQUIRE_AUX_FILE([missing])dnl
390if test x"${MISSING+set}" != xset; then
391  case $am_aux_dir in
392  *\ * | *\     *)
393    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
394  *)
395    MISSING="\${SHELL} $am_aux_dir/missing" ;;
396  esac
397fi
398# Use eval to expand $SHELL
399if eval "$MISSING --run true"; then
400  am_missing_run="$MISSING --run "
401else
402  am_missing_run=
403  AC_MSG_WARN([`missing' script is too old or missing])
404fi
405])
406m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
407AC_REQUIRE([AC_PROG_MKDIR_P])dnl
408dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
409dnl while keeping a definition of mkdir_p for backward compatibility.
410dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
411dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
412dnl Makefile.ins that do not define MKDIR_P, so we do our own
413dnl adjustment using top_builddir (which is defined more often than
414dnl MKDIR_P).
415AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
416case $mkdir_p in
417  [[\\/$]]* | ?:[[\\/]]*) ;;
418  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
419esac
420])
421m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
422m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
423m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
424m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
425m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
426   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
427   ac_status=$?
428   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
429   (exit $ac_status); }])
430m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
431# Just in case
432sleep 1
433echo timestamp > conftest.file
434# Reject unsafe characters in $srcdir or the absolute working directory
435# name.  Accept space and tab only in the latter.
436am_lf='
437'
438case `pwd` in
439  *[[\\\"\#\$\&\'\`$am_lf]]*)
440    AC_MSG_ERROR([unsafe absolute working directory name]);;
441esac
442case $srcdir in
443  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
444    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
445esac
446
447# Do `set' in a subshell so we don't clobber the current shell's
448# arguments.  Must try -L first in case configure is actually a
449# symlink; some systems play weird games with the mod time of symlinks
450# (eg FreeBSD returns the mod time of the symlink's containing
451# directory).
452if (
453   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
454   if test "$[*]" = "X"; then
455      # -L didn't work.
456      set X `ls -t "$srcdir/configure" conftest.file`
457   fi
458   rm -f conftest.file
459   if test "$[*]" != "X $srcdir/configure conftest.file" \
460      && test "$[*]" != "X conftest.file $srcdir/configure"; then
461
462      # If neither matched, then we have a broken ls.  This can happen
463      # if, for instance, CONFIG_SHELL is bash and it inherits a
464      # broken ls alias from the environment.  This has actually
465      # happened.  Such a system could not be considered "sane".
466      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
467alias in your environment])
468   fi
469
470   test "$[2]" = conftest.file
471   )
472then
473   # Ok.
474   :
475else
476   AC_MSG_ERROR([newly created file is older than distributed files!
477Check your system clock])
478fi
479AC_MSG_RESULT(yes)])
480m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
481[  --enable-silent-rules          less verbose build output (undo: `make V=1')
482  --disable-silent-rules         verbose build output (undo: `make V=0')])
483case $enable_silent_rules in
484yes) AM_DEFAULT_VERBOSITY=0;;
485no)  AM_DEFAULT_VERBOSITY=1;;
486*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
487esac
488AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
489AM_BACKSLASH='\'
490AC_SUBST([AM_BACKSLASH])dnl
491_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
492])
493m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
494# Installed binaries are usually stripped using `strip' when the user
495# run `make install-strip'.  However `strip' might not be the right
496# tool to use in cross-compilation environments, therefore Automake
497# will honor the `STRIP' environment variable to overrule this program.
498dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
499if test "$cross_compiling" != no; then
500  AC_CHECK_TOOL([STRIP], [strip], :)
501fi
502INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
503AC_SUBST([INSTALL_STRIP_PROGRAM])])
504m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
505m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
506m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
507AM_MISSING_PROG([AMTAR], [tar])
508m4_if([$1], [v7],
509     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
510     [m4_case([$1], [ustar],, [pax],,
511              [m4_fatal([Unknown tar format])])
512AC_MSG_CHECKING([how to create a $1 tar archive])
513# Loop over all known methods to create a tar archive until one works.
514_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
515_am_tools=${am_cv_prog_tar_$1-$_am_tools}
516# Do not fold the above two line into one, because Tru64 sh and
517# Solaris sh will not grok spaces in the rhs of `-'.
518for _am_tool in $_am_tools
519do
520  case $_am_tool in
521  gnutar)
522    for _am_tar in tar gnutar gtar;
523    do
524      AM_RUN_LOG([$_am_tar --version]) && break
525    done
526    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
527    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
528    am__untar="$_am_tar -xf -"
529    ;;
530  plaintar)
531    # Must skip GNU tar: if it does not support --format= it doesn't create
532    # ustar tarball either.
533    (tar --version) >/dev/null 2>&1 && continue
534    am__tar='tar chf - "$$tardir"'
535    am__tar_='tar chf - "$tardir"'
536    am__untar='tar xf -'
537    ;;
538  pax)
539    am__tar='pax -L -x $1 -w "$$tardir"'
540    am__tar_='pax -L -x $1 -w "$tardir"'
541    am__untar='pax -r'
542    ;;
543  cpio)
544    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
545    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
546    am__untar='cpio -i -H $1 -d'
547    ;;
548  none)
549    am__tar=false
550    am__tar_=false
551    am__untar=false
552    ;;
553  esac
554
555  # If the value was cached, stop now.  We just wanted to have am__tar
556  # and am__untar set.
557  test -n "${am_cv_prog_tar_$1}" && break
558
559  # tar/untar a dummy directory, and stop if the command works
560  rm -rf conftest.dir
561  mkdir conftest.dir
562  echo GrepMe > conftest.dir/file
563  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
564  rm -rf conftest.dir
565  if test -s conftest.tar; then
566    AM_RUN_LOG([$am__untar <conftest.tar])
567    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
568  fi
569done
570rm -rf conftest.dir
571
572AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
573AC_MSG_RESULT([$am_cv_prog_tar_$1])])
574AC_SUBST([am__tar])
575AC_SUBST([am__untar])
576])
577m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
578m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
579m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
580m4trace:configure.ac:2: -1- m4_pattern_allow([^AS_FLAGS$])
581m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?m4_])
582m4trace:configure.ac:2: -1- m4_pattern_forbid([^dnl$])
583m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?AS_])
584m4trace:configure.ac:2: -1- m4_pattern_allow([^SHELL$])
585m4trace:configure.ac:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
586m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
587m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
588m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
589m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
590m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
591m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
592m4trace:configure.ac:2: -1- m4_pattern_allow([^exec_prefix$])
593m4trace:configure.ac:2: -1- m4_pattern_allow([^prefix$])
594m4trace:configure.ac:2: -1- m4_pattern_allow([^program_transform_name$])
595m4trace:configure.ac:2: -1- m4_pattern_allow([^bindir$])
596m4trace:configure.ac:2: -1- m4_pattern_allow([^sbindir$])
597m4trace:configure.ac:2: -1- m4_pattern_allow([^libexecdir$])
598m4trace:configure.ac:2: -1- m4_pattern_allow([^datarootdir$])
599m4trace:configure.ac:2: -1- m4_pattern_allow([^datadir$])
600m4trace:configure.ac:2: -1- m4_pattern_allow([^sysconfdir$])
601m4trace:configure.ac:2: -1- m4_pattern_allow([^sharedstatedir$])
602m4trace:configure.ac:2: -1- m4_pattern_allow([^localstatedir$])
603m4trace:configure.ac:2: -1- m4_pattern_allow([^includedir$])
604m4trace:configure.ac:2: -1- m4_pattern_allow([^oldincludedir$])
605m4trace:configure.ac:2: -1- m4_pattern_allow([^docdir$])
606m4trace:configure.ac:2: -1- m4_pattern_allow([^infodir$])
607m4trace:configure.ac:2: -1- m4_pattern_allow([^htmldir$])
608m4trace:configure.ac:2: -1- m4_pattern_allow([^dvidir$])
609m4trace:configure.ac:2: -1- m4_pattern_allow([^pdfdir$])
610m4trace:configure.ac:2: -1- m4_pattern_allow([^psdir$])
611m4trace:configure.ac:2: -1- m4_pattern_allow([^libdir$])
612m4trace:configure.ac:2: -1- m4_pattern_allow([^localedir$])
613m4trace:configure.ac:2: -1- m4_pattern_allow([^mandir$])
614m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
615m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
616m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
617m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
618m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
619m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
620m4trace:configure.ac:2: -1- m4_pattern_allow([^DEFS$])
621m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_C$])
622m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_N$])
623m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_T$])
624m4trace:configure.ac:2: -1- m4_pattern_allow([^LIBS$])
625m4trace:configure.ac:2: -1- m4_pattern_allow([^build_alias$])
626m4trace:configure.ac:2: -1- m4_pattern_allow([^host_alias$])
627m4trace:configure.ac:2: -1- m4_pattern_allow([^target_alias$])
628m4trace:configure.ac:3: -1- AM_INIT_AUTOMAKE
629m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
630m4trace:configure.ac:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
631m4trace:configure.ac:3: -1- AM_AUTOMAKE_VERSION([1.11.1])
632m4trace:configure.ac:3: -1- _AM_AUTOCONF_VERSION([2.65])
633m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
634m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
635m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_DATA$])
636m4trace:configure.ac:3: -1- m4_pattern_allow([^am__isrc$])
637m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
638m4trace:configure.ac:3: -1- m4_pattern_allow([^CYGPATH_W$])
639m4trace:configure.ac:3: -1- _AM_SET_OPTIONS([])
640m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
641m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
642m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
643 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
644m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-define])
645m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
646m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
647m4trace:configure.ac:3: -1- AM_SANITY_CHECK
648m4trace:configure.ac:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
649m4trace:configure.ac:3: -1- AM_MISSING_HAS_RUN
650m4trace:configure.ac:3: -1- AM_AUX_DIR_EXPAND
651m4trace:configure.ac:3: -1- m4_pattern_allow([^ACLOCAL$])
652m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
653m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOCONF$])
654m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
655m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOMAKE$])
656m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
657m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOHEADER$])
658m4trace:configure.ac:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
659m4trace:configure.ac:3: -1- m4_pattern_allow([^MAKEINFO$])
660m4trace:configure.ac:3: -1- AM_PROG_INSTALL_SH
661m4trace:configure.ac:3: -1- m4_pattern_allow([^install_sh$])
662m4trace:configure.ac:3: -1- AM_PROG_INSTALL_STRIP
663m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$])
664m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
665m4trace:configure.ac:3: -1- AM_PROG_MKDIR_P
666m4trace:configure.ac:3: -1- m4_pattern_allow([^MKDIR_P$])
667m4trace:configure.ac:3: -1- m4_pattern_allow([^mkdir_p$])
668m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$])
669m4trace:configure.ac:3: -1- m4_pattern_allow([^SET_MAKE$])
670m4trace:configure.ac:3: -1- AM_SET_LEADING_DOT
671m4trace:configure.ac:3: -1- m4_pattern_allow([^am__leading_dot$])
672m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
673                             [_AM_PROG_TAR([v7])])])
674m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-ustar])
675m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
676m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-pax])
677m4trace:configure.ac:3: -1- _AM_PROG_TAR([v7])
678m4trace:configure.ac:3: -1- AM_MISSING_PROG([AMTAR], [tar])
679m4trace:configure.ac:3: -1- m4_pattern_allow([^AMTAR$])
680m4trace:configure.ac:3: -1- m4_pattern_allow([^am__tar$])
681m4trace:configure.ac:3: -1- m4_pattern_allow([^am__untar$])
682m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
683                  [_AM_DEPENDENCIES(CC)],
684                  [define([AC_PROG_CC],
685                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
686AC_PROVIDE_IFELSE([AC_PROG_CXX],
687                  [_AM_DEPENDENCIES(CXX)],
688                  [define([AC_PROG_CXX],
689                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
690AC_PROVIDE_IFELSE([AC_PROG_OBJC],
691                  [_AM_DEPENDENCIES(OBJC)],
692                  [define([AC_PROG_OBJC],
693                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
694])
695m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-dependencies])
696m4trace:configure.ac:3: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
697m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([silent-rules])
698m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
699m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXFLAGS$])
700m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$])
701m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$])
702m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$])
703m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
704m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CXX$])
705m4trace:configure.ac:7: -1- m4_pattern_allow([^EXEEXT$])
706m4trace:configure.ac:7: -1- m4_pattern_allow([^OBJEXT$])
707m4trace:configure.ac:7: -1- _AM_DEPENDENCIES([CXX])
708m4trace:configure.ac:7: -1- AM_SET_DEPDIR
709m4trace:configure.ac:7: -1- m4_pattern_allow([^DEPDIR$])
710m4trace:configure.ac:7: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
711m4trace:configure.ac:7: -1- AM_MAKE_INCLUDE
712m4trace:configure.ac:7: -1- m4_pattern_allow([^am__include$])
713m4trace:configure.ac:7: -1- m4_pattern_allow([^am__quote$])
714m4trace:configure.ac:7: -1- AM_DEP_TRACK
715m4trace:configure.ac:7: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
716m4trace:configure.ac:7: -1- m4_pattern_allow([^AMDEP_TRUE$])
717m4trace:configure.ac:7: -1- m4_pattern_allow([^AMDEP_FALSE$])
718m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
719m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
720m4trace:configure.ac:7: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
721m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
722m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXDEPMODE$])
723m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__fastdepCXX], [
724  test "x$enable_dependency_tracking" != xno \
725  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
726m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
727m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
728m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
729m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
730m4trace:configure.ac:9: -1- m4_pattern_allow([^SET_MAKE$])
731m4trace:configure.ac:13: -1- m4_pattern_allow([^LIB@&t@OBJS$])
732m4trace:configure.ac:13: -1- m4_pattern_allow([^LTLIBOBJS$])
733m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
734m4trace:configure.ac:13: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
735m4trace:configure.ac:13: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
736m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
737m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
738m4trace:configure.ac:13: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
Note: See TracBrowser for help on using the browser.