wmframepic: Add version 0.1 to the repository.
[dockapps.git] / wmframepic / autom4te.cache / traces.0
blobcc2bda16bcbcf554a1c524446ee8cf6901deb535
1 m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
2 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3 dnl require some minimum version.  Point them to the right macro.
4 m4_if([$1], [1.11.1], [],
5       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6 ])
7 m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
8 m4_ifndef([AC_AUTOCONF_VERSION],
9   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
10 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
11 m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
12 AC_PREREQ([2.50])dnl
13 # expand $ac_aux_dir to an absolute path
14 am_aux_dir=`cd $ac_aux_dir && pwd`
16 m4trace:/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
19 AC_SUBST([$1_TRUE])dnl
20 AC_SUBST([$1_FALSE])dnl
21 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
22 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
23 m4_define([_AM_COND_VALUE_$1], [$2])dnl
24 if $2; then
25   $1_TRUE=
26   $1_FALSE='#'
27 else
28   $1_TRUE='#'
29   $1_FALSE=
31 AC_CONFIG_COMMANDS_PRE(
32 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
33   AC_MSG_ERROR([[conditional "$1" was never defined.
34 Usually this means the macro was only invoked conditionally.]])
35 fi])])
36 m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
37 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
38 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
39 AC_REQUIRE([AM_DEP_TRACK])dnl
41 ifelse([$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=])
48 AC_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
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])
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
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
153   cd ..
154   rm -rf conftest.dir
155 else
156   am_cv_$1_dependencies_compiler_type=none
159 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
160 AM_CONDITIONAL([am__fastdep$1], [
161   test "x$enable_dependency_tracking" != xno \
162   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
164 m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
165 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
167 m4trace:/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])
170 if test "x$enable_dependency_tracking" != xno; then
171   am_depcomp="$ac_aux_dir/depcomp"
172   AMDEPBACKSLASH='\'
174 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
175 AC_SUBST([AMDEPBACKSLASH])dnl
176 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
178 m4trace:/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
229 m4trace:/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"])
233 m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
234 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
235 dnl the ones we care about.
236 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
237 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
238 AC_REQUIRE([AC_PROG_INSTALL])dnl
239 if 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
249 # test whether we have cygpath
250 if 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
257 AC_SUBST([CYGPATH_W])
259 # Define the identity of the package.
260 dnl Distinguish between old-style and new-style calls.
261 m4_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
266 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
267 m4_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
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
276 # Some tools Automake needs.
277 AC_REQUIRE([AM_SANITY_CHECK])dnl
278 AC_REQUIRE([AC_ARG_PROGRAM])dnl
279 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
280 AM_MISSING_PROG(AUTOCONF, autoconf)
281 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
282 AM_MISSING_PROG(AUTOHEADER, autoheader)
283 AM_MISSING_PROG(MAKEINFO, makeinfo)
284 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
285 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
286 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
287 # We need awk for the "check" target.  The system "awk" is bad on
288 # some platforms.
289 AC_REQUIRE([AC_PROG_AWK])dnl
290 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
291 AC_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
300 AC_PROVIDE_IFELSE([AC_PROG_CXX],
301                   [_AM_DEPENDENCIES(CXX)],
302                   [define([AC_PROG_CXX],
303                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
304 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
305                   [_AM_DEPENDENCIES(OBJC)],
306                   [define([AC_PROG_OBJC],
307                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
309 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
310 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
311 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
312 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
313 AC_CONFIG_COMMANDS_PRE(dnl
314 [m4_provide_if([_AM_COMPILER_EXEEXT],
315   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
317 m4trace:/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
320 for _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
327 done
328 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
329 m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
330 if 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
338 AC_SUBST(install_sh)])
339 m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
340 mkdir .tst 2>/dev/null
341 if test -d .tst; then
342   am__leading_dot=.
343 else
344   am__leading_dot=_
346 rmdir .tst 2>/dev/null
347 AC_SUBST([am__leading_dot])])
348 m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
349 cat > confinc << 'END'
350 am__doit:
351         @echo this is the am__doit target
352 .PHONY: am__doit
354 # If we don't find an include directive, just comment out the code.
355 AC_MSG_CHECKING([for style of include used by $am_make])
356 am__include="#"
357 am__quote=
358 _am_result=none
359 # First try GNU make style include.
360 echo "include confinc" > confmf
361 # Ignore all kinds of additional output from `make'.
362 case `$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   ;;
368 esac
369 # Now try BSD make style include.
370 if 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
380 AC_SUBST([am__include])
381 AC_SUBST([am__quote])
382 AC_MSG_RESULT([$_am_result])
383 rm -f confinc confmf
385 m4trace:/usr/share/aclocal-1.11/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
386 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
387 AC_REQUIRE_AUX_FILE([compile])dnl
388 # FIXME: we rely on the cache variable name because
389 # there is no other way.
390 set dummy $CC
391 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
392 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
393 if test "$am_t" != yes; then
394    # Losing compiler, so override with the script.
395    # FIXME: It is wrong to rewrite CC.
396    # But if we don't then we get into trouble of one sort or another.
397    # A longer-term fix would be to have automake use am__CC in this case,
398    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
399    CC="$am_aux_dir/compile $CC"
401 dnl Make sure AC_PROG_CC is never called again, or it will override our
402 dnl setting of CC.
403 m4_define([AC_PROG_CC],
404           [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
406 m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
407 $1=${$1-"${am_missing_run}$2"}
408 AC_SUBST($1)])
409 m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
410 AC_REQUIRE_AUX_FILE([missing])dnl
411 if test x"${MISSING+set}" != xset; then
412   case $am_aux_dir in
413   *\ * | *\     *)
414     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
415   *)
416     MISSING="\${SHELL} $am_aux_dir/missing" ;;
417   esac
419 # Use eval to expand $SHELL
420 if eval "$MISSING --run true"; then
421   am_missing_run="$MISSING --run "
422 else
423   am_missing_run=
424   AC_MSG_WARN([`missing' script is too old or missing])
427 m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
428 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
429 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
430 dnl while keeping a definition of mkdir_p for backward compatibility.
431 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
432 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
433 dnl Makefile.ins that do not define MKDIR_P, so we do our own
434 dnl adjustment using top_builddir (which is defined more often than
435 dnl MKDIR_P).
436 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
437 case $mkdir_p in
438   [[\\/$]]* | ?:[[\\/]]*) ;;
439   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
440 esac
442 m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
443 m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
444 m4trace:/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)])])
445 m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
446 m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
447    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
448    ac_status=$?
449    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
450    (exit $ac_status); }])
451 m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
452 # Just in case
453 sleep 1
454 echo timestamp > conftest.file
455 # Reject unsafe characters in $srcdir or the absolute working directory
456 # name.  Accept space and tab only in the latter.
457 am_lf='
459 case `pwd` in
460   *[[\\\"\#\$\&\'\`$am_lf]]*)
461     AC_MSG_ERROR([unsafe absolute working directory name]);;
462 esac
463 case $srcdir in
464   *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
465     AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
466 esac
468 # Do `set' in a subshell so we don't clobber the current shell's
469 # arguments.  Must try -L first in case configure is actually a
470 # symlink; some systems play weird games with the mod time of symlinks
471 # (eg FreeBSD returns the mod time of the symlink's containing
472 # directory).
473 if (
474    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
475    if test "$[*]" = "X"; then
476       # -L didn't work.
477       set X `ls -t "$srcdir/configure" conftest.file`
478    fi
479    rm -f conftest.file
480    if test "$[*]" != "X $srcdir/configure conftest.file" \
481       && test "$[*]" != "X conftest.file $srcdir/configure"; then
483       # If neither matched, then we have a broken ls.  This can happen
484       # if, for instance, CONFIG_SHELL is bash and it inherits a
485       # broken ls alias from the environment.  This has actually
486       # happened.  Such a system could not be considered "sane".
487       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
488 alias in your environment])
489    fi
491    test "$[2]" = conftest.file
492    )
493 then
494    # Ok.
495    :
496 else
497    AC_MSG_ERROR([newly created file is older than distributed files!
498 Check your system clock])
500 AC_MSG_RESULT(yes)])
501 m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
502 [  --enable-silent-rules          less verbose build output (undo: `make V=1')
503   --disable-silent-rules         verbose build output (undo: `make V=0')])
504 case $enable_silent_rules in
505 yes) AM_DEFAULT_VERBOSITY=0;;
506 no)  AM_DEFAULT_VERBOSITY=1;;
507 *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
508 esac
509 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
510 AM_BACKSLASH='\'
511 AC_SUBST([AM_BACKSLASH])dnl
512 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
514 m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
515 # Installed binaries are usually stripped using `strip' when the user
516 # run `make install-strip'.  However `strip' might not be the right
517 # tool to use in cross-compilation environments, therefore Automake
518 # will honor the `STRIP' environment variable to overrule this program.
519 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
520 if test "$cross_compiling" != no; then
521   AC_CHECK_TOOL([STRIP], [strip], :)
523 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
524 AC_SUBST([INSTALL_STRIP_PROGRAM])])
525 m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
526 m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
527 m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
528 AM_MISSING_PROG([AMTAR], [tar])
529 m4_if([$1], [v7],
530      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
531      [m4_case([$1], [ustar],, [pax],,
532               [m4_fatal([Unknown tar format])])
533 AC_MSG_CHECKING([how to create a $1 tar archive])
534 # Loop over all known methods to create a tar archive until one works.
535 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
536 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
537 # Do not fold the above two line into one, because Tru64 sh and
538 # Solaris sh will not grok spaces in the rhs of `-'.
539 for _am_tool in $_am_tools
541   case $_am_tool in
542   gnutar)
543     for _am_tar in tar gnutar gtar;
544     do
545       AM_RUN_LOG([$_am_tar --version]) && break
546     done
547     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
548     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
549     am__untar="$_am_tar -xf -"
550     ;;
551   plaintar)
552     # Must skip GNU tar: if it does not support --format= it doesn't create
553     # ustar tarball either.
554     (tar --version) >/dev/null 2>&1 && continue
555     am__tar='tar chf - "$$tardir"'
556     am__tar_='tar chf - "$tardir"'
557     am__untar='tar xf -'
558     ;;
559   pax)
560     am__tar='pax -L -x $1 -w "$$tardir"'
561     am__tar_='pax -L -x $1 -w "$tardir"'
562     am__untar='pax -r'
563     ;;
564   cpio)
565     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
566     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
567     am__untar='cpio -i -H $1 -d'
568     ;;
569   none)
570     am__tar=false
571     am__tar_=false
572     am__untar=false
573     ;;
574   esac
576   # If the value was cached, stop now.  We just wanted to have am__tar
577   # and am__untar set.
578   test -n "${am_cv_prog_tar_$1}" && break
580   # tar/untar a dummy directory, and stop if the command works
581   rm -rf conftest.dir
582   mkdir conftest.dir
583   echo GrepMe > conftest.dir/file
584   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
585   rm -rf conftest.dir
586   if test -s conftest.tar; then
587     AM_RUN_LOG([$am__untar <conftest.tar])
588     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
589   fi
590 done
591 rm -rf conftest.dir
593 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
594 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
595 AC_SUBST([am__tar])
596 AC_SUBST([am__untar])
598 m4trace:configure.in:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
599 m4trace:configure.in:1: -1- m4_pattern_forbid([_AC_])
600 m4trace:configure.in:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
601 m4trace:configure.in:1: -1- m4_pattern_allow([^AS_FLAGS$])
602 m4trace:configure.in:1: -1- m4_pattern_forbid([^_?m4_])
603 m4trace:configure.in:1: -1- m4_pattern_forbid([^dnl$])
604 m4trace:configure.in:1: -1- m4_pattern_forbid([^_?AS_])
605 m4trace:configure.in:1: -1- m4_pattern_allow([^SHELL$])
606 m4trace:configure.in:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
607 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
608 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
609 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
610 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
611 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
612 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_URL$])
613 m4trace:configure.in:1: -1- m4_pattern_allow([^exec_prefix$])
614 m4trace:configure.in:1: -1- m4_pattern_allow([^prefix$])
615 m4trace:configure.in:1: -1- m4_pattern_allow([^program_transform_name$])
616 m4trace:configure.in:1: -1- m4_pattern_allow([^bindir$])
617 m4trace:configure.in:1: -1- m4_pattern_allow([^sbindir$])
618 m4trace:configure.in:1: -1- m4_pattern_allow([^libexecdir$])
619 m4trace:configure.in:1: -1- m4_pattern_allow([^datarootdir$])
620 m4trace:configure.in:1: -1- m4_pattern_allow([^datadir$])
621 m4trace:configure.in:1: -1- m4_pattern_allow([^sysconfdir$])
622 m4trace:configure.in:1: -1- m4_pattern_allow([^sharedstatedir$])
623 m4trace:configure.in:1: -1- m4_pattern_allow([^localstatedir$])
624 m4trace:configure.in:1: -1- m4_pattern_allow([^includedir$])
625 m4trace:configure.in:1: -1- m4_pattern_allow([^oldincludedir$])
626 m4trace:configure.in:1: -1- m4_pattern_allow([^docdir$])
627 m4trace:configure.in:1: -1- m4_pattern_allow([^infodir$])
628 m4trace:configure.in:1: -1- m4_pattern_allow([^htmldir$])
629 m4trace:configure.in:1: -1- m4_pattern_allow([^dvidir$])
630 m4trace:configure.in:1: -1- m4_pattern_allow([^pdfdir$])
631 m4trace:configure.in:1: -1- m4_pattern_allow([^psdir$])
632 m4trace:configure.in:1: -1- m4_pattern_allow([^libdir$])
633 m4trace:configure.in:1: -1- m4_pattern_allow([^localedir$])
634 m4trace:configure.in:1: -1- m4_pattern_allow([^mandir$])
635 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
636 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
637 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
638 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
639 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
640 m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_URL$])
641 m4trace:configure.in:1: -1- m4_pattern_allow([^DEFS$])
642 m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_C$])
643 m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_N$])
644 m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_T$])
645 m4trace:configure.in:1: -1- m4_pattern_allow([^LIBS$])
646 m4trace:configure.in:1: -1- m4_pattern_allow([^build_alias$])
647 m4trace:configure.in:1: -1- m4_pattern_allow([^host_alias$])
648 m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
649 m4trace:configure.in:6: -1- AM_INIT_AUTOMAKE([$PACKAGE], [$VERSION])
650 m4trace:configure.in:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
651 m4trace:configure.in:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
652 m4trace:configure.in:6: -1- AM_AUTOMAKE_VERSION([1.11.1])
653 m4trace:configure.in:6: -1- _AM_AUTOCONF_VERSION([2.65])
654 m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
655 m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
656 m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_DATA$])
657 m4trace:configure.in:6: -1- m4_pattern_allow([^am__isrc$])
658 m4trace:configure.in:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
659 m4trace:configure.in:6: -1- m4_pattern_allow([^CYGPATH_W$])
660 m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE$])
661 m4trace:configure.in:6: -1- m4_pattern_allow([^VERSION$])
662 m4trace:configure.in:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
663  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
664 m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([no-define])
665 m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE$])
666 m4trace:configure.in:6: -1- m4_pattern_allow([^VERSION$])
667 m4trace:configure.in:6: -1- AM_SANITY_CHECK
668 m4trace:configure.in:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
669 m4trace:configure.in:6: -1- AM_MISSING_HAS_RUN
670 m4trace:configure.in:6: -1- AM_AUX_DIR_EXPAND
671 m4trace:configure.in:6: -1- m4_pattern_allow([^ACLOCAL$])
672 m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
673 m4trace:configure.in:6: -1- m4_pattern_allow([^AUTOCONF$])
674 m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
675 m4trace:configure.in:6: -1- m4_pattern_allow([^AUTOMAKE$])
676 m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
677 m4trace:configure.in:6: -1- m4_pattern_allow([^AUTOHEADER$])
678 m4trace:configure.in:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
679 m4trace:configure.in:6: -1- m4_pattern_allow([^MAKEINFO$])
680 m4trace:configure.in:6: -1- AM_PROG_INSTALL_SH
681 m4trace:configure.in:6: -1- m4_pattern_allow([^install_sh$])
682 m4trace:configure.in:6: -1- AM_PROG_INSTALL_STRIP
683 m4trace:configure.in:6: -1- m4_pattern_allow([^STRIP$])
684 m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
685 m4trace:configure.in:6: -1- AM_PROG_MKDIR_P
686 m4trace:configure.in:6: -1- m4_pattern_allow([^MKDIR_P$])
687 m4trace:configure.in:6: -1- m4_pattern_allow([^mkdir_p$])
688 m4trace:configure.in:6: -1- m4_pattern_allow([^AWK$])
689 m4trace:configure.in:6: -1- m4_pattern_allow([^SET_MAKE$])
690 m4trace:configure.in:6: -1- AM_SET_LEADING_DOT
691 m4trace:configure.in:6: -1- m4_pattern_allow([^am__leading_dot$])
692 m4trace:configure.in:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
693                              [_AM_PROG_TAR([v7])])])
694 m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([tar-ustar])
695 m4trace:configure.in:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
696 m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([tar-pax])
697 m4trace:configure.in:6: -1- _AM_PROG_TAR([v7])
698 m4trace:configure.in:6: -1- AM_MISSING_PROG([AMTAR], [tar])
699 m4trace:configure.in:6: -1- m4_pattern_allow([^AMTAR$])
700 m4trace:configure.in:6: -1- m4_pattern_allow([^am__tar$])
701 m4trace:configure.in:6: -1- m4_pattern_allow([^am__untar$])
702 m4trace:configure.in:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
703                   [_AM_DEPENDENCIES(CC)],
704                   [define([AC_PROG_CC],
705                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
706 AC_PROVIDE_IFELSE([AC_PROG_CXX],
707                   [_AM_DEPENDENCIES(CXX)],
708                   [define([AC_PROG_CXX],
709                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
710 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
711                   [_AM_DEPENDENCIES(OBJC)],
712                   [define([AC_PROG_OBJC],
713                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
715 m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([no-dependencies])
716 m4trace:configure.in:6: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
717 m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([silent-rules])
718 m4trace:configure.in:8: -1- m4_pattern_allow([^CC$])
719 m4trace:configure.in:8: -1- m4_pattern_allow([^CFLAGS$])
720 m4trace:configure.in:8: -1- m4_pattern_allow([^LDFLAGS$])
721 m4trace:configure.in:8: -1- m4_pattern_allow([^LIBS$])
722 m4trace:configure.in:8: -1- m4_pattern_allow([^CPPFLAGS$])
723 m4trace:configure.in:8: -1- m4_pattern_allow([^CC$])
724 m4trace:configure.in:8: -1- m4_pattern_allow([^CC$])
725 m4trace:configure.in:8: -1- m4_pattern_allow([^CC$])
726 m4trace:configure.in:8: -1- m4_pattern_allow([^CC$])
727 m4trace:configure.in:8: -1- m4_pattern_allow([^ac_ct_CC$])
728 m4trace:configure.in:8: -1- m4_pattern_allow([^EXEEXT$])
729 m4trace:configure.in:8: -1- m4_pattern_allow([^OBJEXT$])
730 m4trace:configure.in:8: -1- _AM_DEPENDENCIES([CC])
731 m4trace:configure.in:8: -1- AM_SET_DEPDIR
732 m4trace:configure.in:8: -1- m4_pattern_allow([^DEPDIR$])
733 m4trace:configure.in:8: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
734 m4trace:configure.in:8: -1- AM_MAKE_INCLUDE
735 m4trace:configure.in:8: -1- m4_pattern_allow([^am__include$])
736 m4trace:configure.in:8: -1- m4_pattern_allow([^am__quote$])
737 m4trace:configure.in:8: -1- AM_DEP_TRACK
738 m4trace:configure.in:8: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
739 m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEP_TRUE$])
740 m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEP_FALSE$])
741 m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
742 m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
743 m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
744 m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
745 m4trace:configure.in:8: -1- m4_pattern_allow([^CCDEPMODE$])
746 m4trace:configure.in:8: -1- AM_CONDITIONAL([am__fastdepCC], [
747   test "x$enable_dependency_tracking" != xno \
748   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
749 m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
750 m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
751 m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
752 m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
753 m4trace:configure.in:9: -1- AM_PROG_CC_C_O
754 m4trace:configure.in:9: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
755 m4trace:configure.in:12: -1- m4_pattern_allow([^LIB@&t@OBJS$])
756 m4trace:configure.in:12: -1- m4_pattern_allow([^LTLIBOBJS$])
757 m4trace:configure.in:12: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
758 m4trace:configure.in:12: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
759 m4trace:configure.in:12: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
760 m4trace:configure.in:12: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
761 m4trace:configure.in:12: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
762 m4trace:configure.in:12: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
763 m4trace:configure.in:14: -1- AM_PROG_CC_C_O