"Fossies" - the Fresh Open Source Software Archive 
Member "smbnetfs-0.6.3/autom4te.cache/traces.0" (31 Jan 2021, 48130 Bytes) of package /linux/misc/smbnetfs-0.6.3.tar.bz2:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "traces.0":
0.6.2_vs_0.6.3.
1 m4trace:/usr/share/aclocal/pkg.m4:58: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
3 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
4 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
5 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
6 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
7
8 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
9 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
10 fi
11 if test -n "$PKG_CONFIG"; then
12 _pkg_min_version=m4_default([$1], [0.9.0])
13 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
14 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
15 AC_MSG_RESULT([yes])
16 else
17 AC_MSG_RESULT([no])
18 PKG_CONFIG=""
19 fi
20 fi[]dnl
21 ])
22 m4trace:/usr/share/aclocal/pkg.m4:92: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
23 if test -n "$PKG_CONFIG" && \
24 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
25 m4_default([$2], [:])
26 m4_ifvaln([$3], [else
27 $3])dnl
28 fi])
29 m4trace:/usr/share/aclocal/pkg.m4:121: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
30 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31 _pkg_short_errors_supported=yes
32 else
33 _pkg_short_errors_supported=no
34 fi[]dnl
35 ])
36 m4trace:/usr/share/aclocal/pkg.m4:139: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
37 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
38 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
39
40 pkg_failed=no
41 AC_MSG_CHECKING([for $2])
42
43 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
44 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
45
46 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
47 and $1[]_LIBS to avoid the need to call pkg-config.
48 See the pkg-config man page for more details.])
49
50 if test $pkg_failed = yes; then
51 AC_MSG_RESULT([no])
52 _PKG_SHORT_ERRORS_SUPPORTED
53 if test $_pkg_short_errors_supported = yes; then
54 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
55 else
56 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
57 fi
58 # Put the nasty error message in config.log where it belongs
59 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
60
61 m4_default([$4], [AC_MSG_ERROR(
62 [Package requirements ($2) were not met:
63
64 $$1_PKG_ERRORS
65
66 Consider adjusting the PKG_CONFIG_PATH environment variable if you
67 installed software in a non-standard prefix.
68
69 _PKG_TEXT])[]dnl
70 ])
71 elif test $pkg_failed = untried; then
72 AC_MSG_RESULT([no])
73 m4_default([$4], [AC_MSG_FAILURE(
74 [The pkg-config script could not be found or is too old. Make sure it
75 is in your PATH or set the PKG_CONFIG environment variable to the full
76 path to pkg-config.
77
78 _PKG_TEXT
79
80 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
81 ])
82 else
83 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
84 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
85 AC_MSG_RESULT([yes])
86 $3
87 fi[]dnl
88 ])
89 m4trace:/usr/share/aclocal/pkg.m4:208: -1- AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
90 _save_PKG_CONFIG=$PKG_CONFIG
91 PKG_CONFIG="$PKG_CONFIG --static"
92 PKG_CHECK_MODULES($@)
93 PKG_CONFIG=$_save_PKG_CONFIG[]dnl
94 ])
95 m4trace:/usr/share/aclocal/pkg.m4:226: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
96 m4_pushdef([pkg_description],
97 [pkg-config installation directory @<:@]pkg_default[@:>@])
98 AC_ARG_WITH([pkgconfigdir],
99 [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
100 [with_pkgconfigdir=]pkg_default)
101 AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
102 m4_popdef([pkg_default])
103 m4_popdef([pkg_description])
104 ])
105 m4trace:/usr/share/aclocal/pkg.m4:248: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
106 m4_pushdef([pkg_description],
107 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
108 AC_ARG_WITH([noarch-pkgconfigdir],
109 [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
110 [with_noarch_pkgconfigdir=]pkg_default)
111 AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
112 m4_popdef([pkg_default])
113 m4_popdef([pkg_description])
114 ])
115 m4trace:/usr/share/aclocal/pkg.m4:267: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
116 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
117
118 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
119 AS_VAR_COPY([$1], [pkg_cv_][$1])
120
121 AS_VAR_IF([$1], [""], [$5], [$4])dnl
122 ])
123 m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16'
124 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
125 dnl require some minimum version. Point them to the right macro.
126 m4_if([$1], [1.16.3], [],
127 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
128 ])
129 m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.3])dnl
130 m4_ifndef([AC_AUTOCONF_VERSION],
131 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
132 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
133 m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
134 # Expand $ac_aux_dir to an absolute path.
135 am_aux_dir=`cd "$ac_aux_dir" && pwd`
136 ])
137 m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
138 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
139 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
140 AC_SUBST([$1_TRUE])dnl
141 AC_SUBST([$1_FALSE])dnl
142 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
143 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
144 m4_define([_AM_COND_VALUE_$1], [$2])dnl
145 if $2; then
146 $1_TRUE=
147 $1_FALSE='#'
148 else
149 $1_TRUE='#'
150 $1_FALSE=
151 fi
152 AC_CONFIG_COMMANDS_PRE(
153 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
154 AC_MSG_ERROR([[conditional "$1" was never defined.
155 Usually this means the macro was only invoked conditionally.]])
156 fi])])
157 m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
158 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
159 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
160 AC_REQUIRE([AM_DEP_TRACK])dnl
161
162 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
163 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
164 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
165 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
166 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
167 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
168 [depcc="$$1" am_compiler_list=])
169
170 AC_CACHE_CHECK([dependency style of $depcc],
171 [am_cv_$1_dependencies_compiler_type],
172 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
173 # We make a subdir and do the tests there. Otherwise we can end up
174 # making bogus files that we don't know about and never remove. For
175 # instance it was reported that on HP-UX the gcc test will end up
176 # making a dummy file named 'D' -- because '-MD' means "put the output
177 # in D".
178 rm -rf conftest.dir
179 mkdir conftest.dir
180 # Copy depcomp to subdir because otherwise we won't find it if we're
181 # using a relative directory.
182 cp "$am_depcomp" conftest.dir
183 cd conftest.dir
184 # We will build objects and dependencies in a subdirectory because
185 # it helps to detect inapplicable dependency modes. For instance
186 # both Tru64's cc and ICC support -MD to output dependencies as a
187 # side effect of compilation, but ICC will put the dependencies in
188 # the current directory while Tru64 will put them in the object
189 # directory.
190 mkdir sub
191
192 am_cv_$1_dependencies_compiler_type=none
193 if test "$am_compiler_list" = ""; then
194 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
195 fi
196 am__universal=false
197 m4_case([$1], [CC],
198 [case " $depcc " in #(
199 *\ -arch\ *\ -arch\ *) am__universal=true ;;
200 esac],
201 [CXX],
202 [case " $depcc " in #(
203 *\ -arch\ *\ -arch\ *) am__universal=true ;;
204 esac])
205
206 for depmode in $am_compiler_list; do
207 # Setup a source with many dependencies, because some compilers
208 # like to wrap large dependency lists on column 80 (with \), and
209 # we should not choose a depcomp mode which is confused by this.
210 #
211 # We need to recreate these files for each test, as the compiler may
212 # overwrite some of them when testing with obscure command lines.
213 # This happens at least with the AIX C compiler.
214 : > sub/conftest.c
215 for i in 1 2 3 4 5 6; do
216 echo '#include "conftst'$i'.h"' >> sub/conftest.c
217 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
218 # Solaris 10 /bin/sh.
219 echo '/* dummy */' > sub/conftst$i.h
220 done
221 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
222
223 # We check with '-c' and '-o' for the sake of the "dashmstdout"
224 # mode. It turns out that the SunPro C++ compiler does not properly
225 # handle '-M -o', and we need to detect this. Also, some Intel
226 # versions had trouble with output in subdirs.
227 am__obj=sub/conftest.${OBJEXT-o}
228 am__minus_obj="-o $am__obj"
229 case $depmode in
230 gcc)
231 # This depmode causes a compiler race in universal mode.
232 test "$am__universal" = false || continue
233 ;;
234 nosideeffect)
235 # After this tag, mechanisms are not by side-effect, so they'll
236 # only be used when explicitly requested.
237 if test "x$enable_dependency_tracking" = xyes; then
238 continue
239 else
240 break
241 fi
242 ;;
243 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
244 # This compiler won't grok '-c -o', but also, the minuso test has
245 # not run yet. These depmodes are late enough in the game, and
246 # so weak that their functioning should not be impacted.
247 am__obj=conftest.${OBJEXT-o}
248 am__minus_obj=
249 ;;
250 none) break ;;
251 esac
252 if depmode=$depmode \
253 source=sub/conftest.c object=$am__obj \
254 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
255 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
256 >/dev/null 2>conftest.err &&
257 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
258 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
259 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
260 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
261 # icc doesn't choke on unknown options, it will just issue warnings
262 # or remarks (even with -Werror). So we grep stderr for any message
263 # that says an option was ignored or not supported.
264 # When given -MP, icc 7.0 and 7.1 complain thusly:
265 # icc: Command line warning: ignoring option '-M'; no argument required
266 # The diagnosis changed in icc 8.0:
267 # icc: Command line remark: option '-MP' not supported
268 if (grep 'ignoring option' conftest.err ||
269 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
270 am_cv_$1_dependencies_compiler_type=$depmode
271 break
272 fi
273 fi
274 done
275
276 cd ..
277 rm -rf conftest.dir
278 else
279 am_cv_$1_dependencies_compiler_type=none
280 fi
281 ])
282 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
283 AM_CONDITIONAL([am__fastdep$1], [
284 test "x$enable_dependency_tracking" != xno \
285 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
286 ])
287 m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
288 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
289 ])
290 m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
291 AS_HELP_STRING(
292 [--enable-dependency-tracking],
293 [do not reject slow dependency extractors])
294 AS_HELP_STRING(
295 [--disable-dependency-tracking],
296 [speeds up one-time build])])
297 if test "x$enable_dependency_tracking" != xno; then
298 am_depcomp="$ac_aux_dir/depcomp"
299 AMDEPBACKSLASH='\'
300 am__nodep='_no'
301 fi
302 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
303 AC_SUBST([AMDEPBACKSLASH])dnl
304 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
305 AC_SUBST([am__nodep])dnl
306 _AM_SUBST_NOTMAKE([am__nodep])dnl
307 ])
308 m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
309 # Older Autoconf quotes --file arguments for eval, but not when files
310 # are listed without --file. Let's play safe and only enable the eval
311 # if we detect the quoting.
312 # TODO: see whether this extra hack can be removed once we start
313 # requiring Autoconf 2.70 or later.
314 AS_CASE([$CONFIG_FILES],
315 [*\'*], [eval set x "$CONFIG_FILES"],
316 [*], [set x $CONFIG_FILES])
317 shift
318 # Used to flag and report bootstrapping failures.
319 am_rc=0
320 for am_mf
321 do
322 # Strip MF so we end up with the name of the file.
323 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
324 # Check whether this is an Automake generated Makefile which includes
325 # dependency-tracking related rules and includes.
326 # Grep'ing the whole file directly is not great: AIX grep has a line
327 # limit of 2048, but all sed's we know have understand at least 4000.
328 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
329 || continue
330 am_dirpart=`AS_DIRNAME(["$am_mf"])`
331 am_filepart=`AS_BASENAME(["$am_mf"])`
332 AM_RUN_LOG([cd "$am_dirpart" \
333 && sed -e '/# am--include-marker/d' "$am_filepart" \
334 | $MAKE -f - am--depfiles]) || am_rc=$?
335 done
336 if test $am_rc -ne 0; then
337 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
338 for automatic dependency tracking. If GNU make was not used, consider
339 re-running the configure script with MAKE="gmake" (or whatever is
340 necessary). You can also try re-running configure with the
341 '--disable-dependency-tracking' option to at least be able to build
342 the package (albeit without support for automatic dependency tracking).])
343 fi
344 AS_UNSET([am_dirpart])
345 AS_UNSET([am_filepart])
346 AS_UNSET([am_mf])
347 AS_UNSET([am_rc])
348 rm -f conftest-deps.mk
349 }
350 ])
351 m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
352 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
353 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
354 m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
355 dnl Autoconf wants to disallow AM_ names. We explicitly allow
356 dnl the ones we care about.
357 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
358 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
359 AC_REQUIRE([AC_PROG_INSTALL])dnl
360 if test "`cd $srcdir && pwd`" != "`pwd`"; then
361 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
362 # is not polluted with repeated "-I."
363 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
364 # test to see if srcdir already configured
365 if test -f $srcdir/config.status; then
366 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
367 fi
368 fi
369
370 # test whether we have cygpath
371 if test -z "$CYGPATH_W"; then
372 if (cygpath --version) >/dev/null 2>/dev/null; then
373 CYGPATH_W='cygpath -w'
374 else
375 CYGPATH_W=echo
376 fi
377 fi
378 AC_SUBST([CYGPATH_W])
379
380 # Define the identity of the package.
381 dnl Distinguish between old-style and new-style calls.
382 m4_ifval([$2],
383 [AC_DIAGNOSE([obsolete],
384 [$0: two- and three-arguments forms are deprecated.])
385 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
386 AC_SUBST([PACKAGE], [$1])dnl
387 AC_SUBST([VERSION], [$2])],
388 [_AM_SET_OPTIONS([$1])dnl
389 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
390 m4_if(
391 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
392 [ok:ok],,
393 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
394 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
395 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
396
397 _AM_IF_OPTION([no-define],,
398 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
399 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
400
401 # Some tools Automake needs.
402 AC_REQUIRE([AM_SANITY_CHECK])dnl
403 AC_REQUIRE([AC_ARG_PROGRAM])dnl
404 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
405 AM_MISSING_PROG([AUTOCONF], [autoconf])
406 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
407 AM_MISSING_PROG([AUTOHEADER], [autoheader])
408 AM_MISSING_PROG([MAKEINFO], [makeinfo])
409 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
410 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
411 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
412 # For better backward compatibility. To be removed once Automake 1.9.x
413 # dies out for good. For more background, see:
414 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
415 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
416 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
417 # We need awk for the "check" target (and possibly the TAP driver). The
418 # system "awk" is bad on some platforms.
419 AC_REQUIRE([AC_PROG_AWK])dnl
420 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
421 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
422 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
423 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
424 [_AM_PROG_TAR([v7])])])
425 _AM_IF_OPTION([no-dependencies],,
426 [AC_PROVIDE_IFELSE([AC_PROG_CC],
427 [_AM_DEPENDENCIES([CC])],
428 [m4_define([AC_PROG_CC],
429 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
430 AC_PROVIDE_IFELSE([AC_PROG_CXX],
431 [_AM_DEPENDENCIES([CXX])],
432 [m4_define([AC_PROG_CXX],
433 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
434 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
435 [_AM_DEPENDENCIES([OBJC])],
436 [m4_define([AC_PROG_OBJC],
437 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
438 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
439 [_AM_DEPENDENCIES([OBJCXX])],
440 [m4_define([AC_PROG_OBJCXX],
441 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
442 ])
443 AC_REQUIRE([AM_SILENT_RULES])dnl
444 dnl The testsuite driver may need to know about EXEEXT, so add the
445 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
446 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
447 AC_CONFIG_COMMANDS_PRE(dnl
448 [m4_provide_if([_AM_COMPILER_EXEEXT],
449 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
450
451 # POSIX will say in a future version that running "rm -f" with no argument
452 # is OK; and we want to be able to make that assumption in our Makefile
453 # recipes. So use an aggressive probe to check that the usage we want is
454 # actually supported "in the wild" to an acceptable degree.
455 # See automake bug#10828.
456 # To make any issue more visible, cause the running configure to be aborted
457 # by default if the 'rm' program in use doesn't match our expectations; the
458 # user can still override this though.
459 if rm -f && rm -fr && rm -rf; then : OK; else
460 cat >&2 <<'END'
461 Oops!
462
463 Your 'rm' program seems unable to run without file operands specified
464 on the command line, even when the '-f' option is present. This is contrary
465 to the behaviour of most rm programs out there, and not conforming with
466 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
467
468 Please tell bug-automake@gnu.org about your system, including the value
469 of your $PATH and any error possibly output before this message. This
470 can help us improve future automake versions.
471
472 END
473 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
474 echo 'Configuration will proceed anyway, since you have set the' >&2
475 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
476 echo >&2
477 else
478 cat >&2 <<'END'
479 Aborting the configuration process, to ensure you take notice of the issue.
480
481 You can download and install GNU coreutils to get an 'rm' implementation
482 that behaves properly: <https://www.gnu.org/software/coreutils/>.
483
484 If you want to complete the configuration process using your problematic
485 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
486 to "yes", and re-run configure.
487
488 END
489 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
490 fi
491 fi
492 dnl The trailing newline in this macro's definition is deliberate, for
493 dnl backward compatibility and to allow trailing 'dnl'-style comments
494 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
495 ])
496 m4trace:/usr/share/aclocal-1.16/init.m4:186: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
497 _am_arg=$1
498 _am_stamp_count=1
499 for _am_header in $config_headers :; do
500 case $_am_header in
501 $_am_arg | $_am_arg:* )
502 break ;;
503 * )
504 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
505 esac
506 done
507 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
508 m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
509 if test x"${install_sh+set}" != xset; then
510 case $am_aux_dir in
511 *\ * | *\ *)
512 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
513 *)
514 install_sh="\${SHELL} $am_aux_dir/install-sh"
515 esac
516 fi
517 AC_SUBST([install_sh])])
518 m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
519 mkdir .tst 2>/dev/null
520 if test -d .tst; then
521 am__leading_dot=.
522 else
523 am__leading_dot=_
524 fi
525 rmdir .tst 2>/dev/null
526 AC_SUBST([am__leading_dot])])
527 m4trace:/usr/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
528 cat > confinc.mk << 'END'
529 am__doit:
530 @echo this is the am__doit target >confinc.out
531 .PHONY: am__doit
532 END
533 am__include="#"
534 am__quote=
535 # BSD make does it like this.
536 echo '.include "confinc.mk" # ignored' > confmf.BSD
537 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
538 echo 'include confinc.mk # ignored' > confmf.GNU
539 _am_result=no
540 for s in GNU BSD; do
541 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
542 AS_CASE([$?:`cat confinc.out 2>/dev/null`],
543 ['0:this is the am__doit target'],
544 [AS_CASE([$s],
545 [BSD], [am__include='.include' am__quote='"'],
546 [am__include='include' am__quote=''])])
547 if test "$am__include" != "#"; then
548 _am_result="yes ($s style)"
549 break
550 fi
551 done
552 rm -f confinc.* confmf.*
553 AC_MSG_RESULT([${_am_result}])
554 AC_SUBST([am__include])])
555 m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$])
556 m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
557 $1=${$1-"${am_missing_run}$2"}
558 AC_SUBST($1)])
559 m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
560 AC_REQUIRE_AUX_FILE([missing])dnl
561 if test x"${MISSING+set}" != xset; then
562 MISSING="\${SHELL} '$am_aux_dir/missing'"
563 fi
564 # Use eval to expand $SHELL
565 if eval "$MISSING --is-lightweight"; then
566 am_missing_run="$MISSING "
567 else
568 am_missing_run=
569 AC_MSG_WARN(['missing' script is too old or missing])
570 fi
571 ])
572 m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
573 m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
574 m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
575 m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
576 m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
577 AC_REQUIRE_AUX_FILE([compile])dnl
578 AC_LANG_PUSH([C])dnl
579 AC_CACHE_CHECK(
580 [whether $CC understands -c and -o together],
581 [am_cv_prog_cc_c_o],
582 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
583 # Make sure it works both with $CC and with simple cc.
584 # Following AC_PROG_CC_C_O, we do the test twice because some
585 # compilers refuse to overwrite an existing .o file with -o,
586 # though they will create one.
587 am_cv_prog_cc_c_o=yes
588 for am_i in 1 2; do
589 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
590 && test -f conftest2.$ac_objext; then
591 : OK
592 else
593 am_cv_prog_cc_c_o=no
594 break
595 fi
596 done
597 rm -f core conftest*
598 unset am_i])
599 if test "$am_cv_prog_cc_c_o" != yes; then
600 # Losing compiler, so override with the script.
601 # FIXME: It is wrong to rewrite CC.
602 # But if we don't then we get into trouble of one sort or another.
603 # A longer-term fix would be to have automake use am__CC in this case,
604 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
605 CC="$am_aux_dir/compile $CC"
606 fi
607 AC_LANG_POP([C])])
608 m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
609 m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
610 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
611 ac_status=$?
612 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
613 (exit $ac_status); }])
614 m4trace:/usr/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
615 # Reject unsafe characters in $srcdir or the absolute working directory
616 # name. Accept space and tab only in the latter.
617 am_lf='
618 '
619 case `pwd` in
620 *[[\\\"\#\$\&\'\`$am_lf]]*)
621 AC_MSG_ERROR([unsafe absolute working directory name]);;
622 esac
623 case $srcdir in
624 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
625 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
626 esac
627
628 # Do 'set' in a subshell so we don't clobber the current shell's
629 # arguments. Must try -L first in case configure is actually a
630 # symlink; some systems play weird games with the mod time of symlinks
631 # (eg FreeBSD returns the mod time of the symlink's containing
632 # directory).
633 if (
634 am_has_slept=no
635 for am_try in 1 2; do
636 echo "timestamp, slept: $am_has_slept" > conftest.file
637 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
638 if test "$[*]" = "X"; then
639 # -L didn't work.
640 set X `ls -t "$srcdir/configure" conftest.file`
641 fi
642 if test "$[*]" != "X $srcdir/configure conftest.file" \
643 && test "$[*]" != "X conftest.file $srcdir/configure"; then
644
645 # If neither matched, then we have a broken ls. This can happen
646 # if, for instance, CONFIG_SHELL is bash and it inherits a
647 # broken ls alias from the environment. This has actually
648 # happened. Such a system could not be considered "sane".
649 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
650 alias in your environment])
651 fi
652 if test "$[2]" = conftest.file || test $am_try -eq 2; then
653 break
654 fi
655 # Just in case.
656 sleep 1
657 am_has_slept=yes
658 done
659 test "$[2]" = conftest.file
660 )
661 then
662 # Ok.
663 :
664 else
665 AC_MSG_ERROR([newly created file is older than distributed files!
666 Check your system clock])
667 fi
668 AC_MSG_RESULT([yes])
669 # If we didn't sleep, we still need to ensure time stamps of config.status and
670 # generated files are strictly newer.
671 am_sleep_pid=
672 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
673 ( sleep 1 ) &
674 am_sleep_pid=$!
675 fi
676 AC_CONFIG_COMMANDS_PRE(
677 [AC_MSG_CHECKING([that generated files are newer than configure])
678 if test -n "$am_sleep_pid"; then
679 # Hide warnings about reused PIDs.
680 wait $am_sleep_pid 2>/dev/null
681 fi
682 AC_MSG_RESULT([done])])
683 rm -f conftest.file
684 ])
685 m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
686 AS_HELP_STRING(
687 [--enable-silent-rules],
688 [less verbose build output (undo: "make V=1")])
689 AS_HELP_STRING(
690 [--disable-silent-rules],
691 [verbose build output (undo: "make V=0")])dnl
692 ])
693 case $enable_silent_rules in @%:@ (((
694 yes) AM_DEFAULT_VERBOSITY=0;;
695 no) AM_DEFAULT_VERBOSITY=1;;
696 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
697 esac
698 dnl
699 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
700 dnl do not support nested variable expansions.
701 dnl See automake bug#9928 and bug#10237.
702 am_make=${MAKE-make}
703 AC_CACHE_CHECK([whether $am_make supports nested variables],
704 [am_cv_make_support_nested_variables],
705 [if AS_ECHO([['TRUE=$(BAR$(V))
706 BAR0=false
707 BAR1=true
708 V=1
709 am__doit:
710 @$(TRUE)
711 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
712 am_cv_make_support_nested_variables=yes
713 else
714 am_cv_make_support_nested_variables=no
715 fi])
716 if test $am_cv_make_support_nested_variables = yes; then
717 dnl Using '$V' instead of '$(V)' breaks IRIX make.
718 AM_V='$(V)'
719 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
720 else
721 AM_V=$AM_DEFAULT_VERBOSITY
722 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
723 fi
724 AC_SUBST([AM_V])dnl
725 AM_SUBST_NOTMAKE([AM_V])dnl
726 AC_SUBST([AM_DEFAULT_V])dnl
727 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
728 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
729 AM_BACKSLASH='\'
730 AC_SUBST([AM_BACKSLASH])dnl
731 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
732 ])
733 m4trace:/usr/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
734 # Installed binaries are usually stripped using 'strip' when the user
735 # run "make install-strip". However 'strip' might not be the right
736 # tool to use in cross-compilation environments, therefore Automake
737 # will honor the 'STRIP' environment variable to overrule this program.
738 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
739 if test "$cross_compiling" != no; then
740 AC_CHECK_TOOL([STRIP], [strip], :)
741 fi
742 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
743 AC_SUBST([INSTALL_STRIP_PROGRAM])])
744 m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
745 m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
746 m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
747 # in the wild :-( We should find a proper way to deprecate it ...
748 AC_SUBST([AMTAR], ['$${TAR-tar}'])
749
750 # We'll loop over all known methods to create a tar archive until one works.
751 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
752
753 m4_if([$1], [v7],
754 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
755
756 [m4_case([$1],
757 [ustar],
758 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
759 # There is notably a 21 bits limit for the UID and the GID. In fact,
760 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
761 # and bug#13588).
762 am_max_uid=2097151 # 2^21 - 1
763 am_max_gid=$am_max_uid
764 # The $UID and $GID variables are not portable, so we need to resort
765 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
766 # below are definitely unexpected, so allow the users to see them
767 # (that is, avoid stderr redirection).
768 am_uid=`id -u || echo unknown`
769 am_gid=`id -g || echo unknown`
770 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
771 if test $am_uid -le $am_max_uid; then
772 AC_MSG_RESULT([yes])
773 else
774 AC_MSG_RESULT([no])
775 _am_tools=none
776 fi
777 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
778 if test $am_gid -le $am_max_gid; then
779 AC_MSG_RESULT([yes])
780 else
781 AC_MSG_RESULT([no])
782 _am_tools=none
783 fi],
784
785 [pax],
786 [],
787
788 [m4_fatal([Unknown tar format])])
789
790 AC_MSG_CHECKING([how to create a $1 tar archive])
791
792 # Go ahead even if we have the value already cached. We do so because we
793 # need to set the values for the 'am__tar' and 'am__untar' variables.
794 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
795
796 for _am_tool in $_am_tools; do
797 case $_am_tool in
798 gnutar)
799 for _am_tar in tar gnutar gtar; do
800 AM_RUN_LOG([$_am_tar --version]) && break
801 done
802 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
803 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
804 am__untar="$_am_tar -xf -"
805 ;;
806 plaintar)
807 # Must skip GNU tar: if it does not support --format= it doesn't create
808 # ustar tarball either.
809 (tar --version) >/dev/null 2>&1 && continue
810 am__tar='tar chf - "$$tardir"'
811 am__tar_='tar chf - "$tardir"'
812 am__untar='tar xf -'
813 ;;
814 pax)
815 am__tar='pax -L -x $1 -w "$$tardir"'
816 am__tar_='pax -L -x $1 -w "$tardir"'
817 am__untar='pax -r'
818 ;;
819 cpio)
820 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
821 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
822 am__untar='cpio -i -H $1 -d'
823 ;;
824 none)
825 am__tar=false
826 am__tar_=false
827 am__untar=false
828 ;;
829 esac
830
831 # If the value was cached, stop now. We just wanted to have am__tar
832 # and am__untar set.
833 test -n "${am_cv_prog_tar_$1}" && break
834
835 # tar/untar a dummy directory, and stop if the command works.
836 rm -rf conftest.dir
837 mkdir conftest.dir
838 echo GrepMe > conftest.dir/file
839 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
840 rm -rf conftest.dir
841 if test -s conftest.tar; then
842 AM_RUN_LOG([$am__untar <conftest.tar])
843 AM_RUN_LOG([cat conftest.dir/file])
844 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
845 fi
846 done
847 rm -rf conftest.dir
848
849 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
850 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
851
852 AC_SUBST([am__tar])
853 AC_SUBST([am__untar])
854 ])
855 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
856 m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
857 m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
858 m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
859 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
860 m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
861 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
862 m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
863 m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
864 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
865 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
866 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
867 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
868 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
869 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
870 m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
871 m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
872 m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
873 m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
874 m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
875 m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
876 m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
877 m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
878 m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
879 m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
880 m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
881 m4trace:configure.ac:1: -1- m4_pattern_allow([^runstatedir$])
882 m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
883 m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
884 m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
885 m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
886 m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
887 m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
888 m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
889 m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
890 m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
891 m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
892 m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
893 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
894 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
895 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
896 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
897 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
898 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
899 m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
900 m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
901 m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
902 m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
903 m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
904 m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
905 m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
906 m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
907 m4trace:configure.ac:2: -1- AM_INIT_AUTOMAKE
908 m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
909 m4trace:configure.ac:2: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
910 m4trace:configure.ac:2: -1- AM_AUTOMAKE_VERSION([1.16.3])
911 m4trace:configure.ac:2: -1- _AM_AUTOCONF_VERSION([2.69])
912 m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
913 m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
914 m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_DATA$])
915 m4trace:configure.ac:2: -1- m4_pattern_allow([^am__isrc$])
916 m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([am__isrc])
917 m4trace:configure.ac:2: -1- m4_pattern_allow([^CYGPATH_W$])
918 m4trace:configure.ac:2: -1- _AM_SET_OPTIONS([])
919 m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$])
920 m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$])
921 m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
922 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
923 m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-define])
924 m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$])
925 m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$])
926 m4trace:configure.ac:2: -1- AM_SANITY_CHECK
927 m4trace:configure.ac:2: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
928 m4trace:configure.ac:2: -1- AM_MISSING_HAS_RUN
929 m4trace:configure.ac:2: -1- AM_AUX_DIR_EXPAND
930 m4trace:configure.ac:2: -1- m4_pattern_allow([^ACLOCAL$])
931 m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
932 m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOCONF$])
933 m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
934 m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOMAKE$])
935 m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
936 m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOHEADER$])
937 m4trace:configure.ac:2: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
938 m4trace:configure.ac:2: -1- m4_pattern_allow([^MAKEINFO$])
939 m4trace:configure.ac:2: -1- AM_PROG_INSTALL_SH
940 m4trace:configure.ac:2: -1- m4_pattern_allow([^install_sh$])
941 m4trace:configure.ac:2: -1- AM_PROG_INSTALL_STRIP
942 m4trace:configure.ac:2: -1- m4_pattern_allow([^STRIP$])
943 m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
944 m4trace:configure.ac:2: -1- m4_pattern_allow([^MKDIR_P$])
945 m4trace:configure.ac:2: -1- m4_pattern_allow([^mkdir_p$])
946 m4trace:configure.ac:2: -1- m4_pattern_allow([^AWK$])
947 m4trace:configure.ac:2: -1- m4_pattern_allow([^SET_MAKE$])
948 m4trace:configure.ac:2: -1- AM_SET_LEADING_DOT
949 m4trace:configure.ac:2: -1- m4_pattern_allow([^am__leading_dot$])
950 m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
951 [_AM_PROG_TAR([v7])])])
952 m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-ustar])
953 m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
954 m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-pax])
955 m4trace:configure.ac:2: -1- _AM_PROG_TAR([v7])
956 m4trace:configure.ac:2: -1- m4_pattern_allow([^AMTAR$])
957 m4trace:configure.ac:2: -1- m4_pattern_allow([^am__tar$])
958 m4trace:configure.ac:2: -1- m4_pattern_allow([^am__untar$])
959 m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
960 [_AM_DEPENDENCIES([CC])],
961 [m4_define([AC_PROG_CC],
962 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
963 AC_PROVIDE_IFELSE([AC_PROG_CXX],
964 [_AM_DEPENDENCIES([CXX])],
965 [m4_define([AC_PROG_CXX],
966 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
967 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
968 [_AM_DEPENDENCIES([OBJC])],
969 [m4_define([AC_PROG_OBJC],
970 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
971 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
972 [_AM_DEPENDENCIES([OBJCXX])],
973 [m4_define([AC_PROG_OBJCXX],
974 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
975 ])
976 m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-dependencies])
977 m4trace:configure.ac:2: -1- AM_SILENT_RULES
978 m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_V$])
979 m4trace:configure.ac:2: -1- AM_SUBST_NOTMAKE([AM_V])
980 m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([AM_V])
981 m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_DEFAULT_V$])
982 m4trace:configure.ac:2: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
983 m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
984 m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
985 m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_BACKSLASH$])
986 m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
987 m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$])
988 m4trace:configure.ac:4: -1- m4_pattern_allow([^CFLAGS$])
989 m4trace:configure.ac:4: -1- m4_pattern_allow([^LDFLAGS$])
990 m4trace:configure.ac:4: -1- m4_pattern_allow([^LIBS$])
991 m4trace:configure.ac:4: -1- m4_pattern_allow([^CPPFLAGS$])
992 m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$])
993 m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$])
994 m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$])
995 m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$])
996 m4trace:configure.ac:4: -1- m4_pattern_allow([^ac_ct_CC$])
997 m4trace:configure.ac:4: -1- m4_pattern_allow([^EXEEXT$])
998 m4trace:configure.ac:4: -1- m4_pattern_allow([^OBJEXT$])
999 m4trace:configure.ac:4: -1- _AM_PROG_CC_C_O
1000 m4trace:configure.ac:4: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
1001 m4trace:configure.ac:4: -1- _AM_DEPENDENCIES([CC])
1002 m4trace:configure.ac:4: -1- AM_SET_DEPDIR
1003 m4trace:configure.ac:4: -1- m4_pattern_allow([^DEPDIR$])
1004 m4trace:configure.ac:4: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1005 m4trace:configure.ac:4: -1- AM_MAKE_INCLUDE
1006 m4trace:configure.ac:4: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
1007 m4trace:configure.ac:4: -1- m4_pattern_allow([^am__include$])
1008 m4trace:configure.ac:4: -1- AM_DEP_TRACK
1009 m4trace:configure.ac:4: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1010 m4trace:configure.ac:4: -1- m4_pattern_allow([^AMDEP_TRUE$])
1011 m4trace:configure.ac:4: -1- m4_pattern_allow([^AMDEP_FALSE$])
1012 m4trace:configure.ac:4: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1013 m4trace:configure.ac:4: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1014 m4trace:configure.ac:4: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1015 m4trace:configure.ac:4: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1016 m4trace:configure.ac:4: -1- m4_pattern_allow([^am__nodep$])
1017 m4trace:configure.ac:4: -1- _AM_SUBST_NOTMAKE([am__nodep])
1018 m4trace:configure.ac:4: -1- m4_pattern_allow([^CCDEPMODE$])
1019 m4trace:configure.ac:4: -1- AM_CONDITIONAL([am__fastdepCC], [
1020 test "x$enable_dependency_tracking" != xno \
1021 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1022 m4trace:configure.ac:4: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1023 m4trace:configure.ac:4: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1024 m4trace:configure.ac:4: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1025 m4trace:configure.ac:4: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1026 m4trace:configure.ac:6: -1- m4_pattern_allow([^HAVE_BACKTRACE$])
1027 m4trace:configure.ac:66: -1- m4_pattern_allow([^USE_LIBICONV_GNU$])
1028 m4trace:configure.ac:69: -1- m4_pattern_allow([^USE_LIBICONV_NATIVE$])
1029 m4trace:configure.ac:78: -1- PKG_CHECK_MODULES([FUSE], [fuse >= 2.6])
1030 m4trace:configure.ac:78: -1- PKG_PROG_PKG_CONFIG
1031 m4trace:configure.ac:78: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1032 m4trace:configure.ac:78: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
1033 m4trace:configure.ac:78: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
1034 m4trace:configure.ac:78: -1- m4_pattern_allow([^PKG_CONFIG$])
1035 m4trace:configure.ac:78: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
1036 m4trace:configure.ac:78: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
1037 m4trace:configure.ac:78: -1- m4_pattern_allow([^PKG_CONFIG$])
1038 m4trace:configure.ac:78: -1- m4_pattern_allow([^FUSE_CFLAGS$])
1039 m4trace:configure.ac:78: -1- m4_pattern_allow([^FUSE_LIBS$])
1040 m4trace:configure.ac:78: -1- PKG_CHECK_EXISTS([fuse >= 2.6], [pkg_cv_[]FUSE_CFLAGS=`$PKG_CONFIG --[]cflags "fuse >= 2.6" 2>/dev/null`
1041 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1042 m4trace:configure.ac:78: -1- PKG_CHECK_EXISTS([fuse >= 2.6], [pkg_cv_[]FUSE_LIBS=`$PKG_CONFIG --[]libs "fuse >= 2.6" 2>/dev/null`
1043 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1044 m4trace:configure.ac:78: -1- _PKG_SHORT_ERRORS_SUPPORTED
1045 m4trace:configure.ac:85: -1- PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.30])
1046 m4trace:configure.ac:85: -1- m4_pattern_allow([^GLIB_CFLAGS$])
1047 m4trace:configure.ac:85: -1- m4_pattern_allow([^GLIB_LIBS$])
1048 m4trace:configure.ac:85: -1- PKG_CHECK_EXISTS([glib-2.0 >= 2.30], [pkg_cv_[]GLIB_CFLAGS=`$PKG_CONFIG --[]cflags "glib-2.0 >= 2.30" 2>/dev/null`
1049 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1050 m4trace:configure.ac:85: -1- PKG_CHECK_EXISTS([glib-2.0 >= 2.30], [pkg_cv_[]GLIB_LIBS=`$PKG_CONFIG --[]libs "glib-2.0 >= 2.30" 2>/dev/null`
1051 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1052 m4trace:configure.ac:85: -1- _PKG_SHORT_ERRORS_SUPPORTED
1053 m4trace:configure.ac:99: -1- PKG_CHECK_MODULES([LIBSECRET], [libsecret-1 >= 0.18.5], [AC_DEFINE([HAVE_LIBSECRET], [],
1054 [use libsecret as password storage])], [# mandatory depend
1055 if test x"$with_libsecret" = xyes; then
1056 AC_MSG_ERROR([unable to find usable libsecret])
1057 fi])
1058 m4trace:configure.ac:99: -1- m4_pattern_allow([^LIBSECRET_CFLAGS$])
1059 m4trace:configure.ac:99: -1- m4_pattern_allow([^LIBSECRET_LIBS$])
1060 m4trace:configure.ac:99: -1- PKG_CHECK_EXISTS([libsecret-1 >= 0.18.5], [pkg_cv_[]LIBSECRET_CFLAGS=`$PKG_CONFIG --[]cflags "libsecret-1 >= 0.18.5" 2>/dev/null`
1061 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1062 m4trace:configure.ac:99: -1- PKG_CHECK_EXISTS([libsecret-1 >= 0.18.5], [pkg_cv_[]LIBSECRET_LIBS=`$PKG_CONFIG --[]libs "libsecret-1 >= 0.18.5" 2>/dev/null`
1063 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1064 m4trace:configure.ac:99: -1- _PKG_SHORT_ERRORS_SUPPORTED
1065 m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_LIBSECRET$])
1066 m4trace:configure.ac:113: -1- PKG_CHECK_MODULES([SMBCLIENT], [smbclient])
1067 m4trace:configure.ac:113: -1- m4_pattern_allow([^SMBCLIENT_CFLAGS$])
1068 m4trace:configure.ac:113: -1- m4_pattern_allow([^SMBCLIENT_LIBS$])
1069 m4trace:configure.ac:113: -1- PKG_CHECK_EXISTS([smbclient], [pkg_cv_[]SMBCLIENT_CFLAGS=`$PKG_CONFIG --[]cflags "smbclient" 2>/dev/null`
1070 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1071 m4trace:configure.ac:113: -1- PKG_CHECK_EXISTS([smbclient], [pkg_cv_[]SMBCLIENT_LIBS=`$PKG_CONFIG --[]libs "smbclient" 2>/dev/null`
1072 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
1073 m4trace:configure.ac:113: -1- _PKG_SHORT_ERRORS_SUPPORTED
1074 m4trace:configure.ac:114: -1- m4_pattern_allow([^HAVE_LIBSMBCLIENT$])
1075 m4trace:configure.ac:127: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1076 m4trace:configure.ac:127: -1- m4_pattern_allow([^LTLIBOBJS$])
1077 m4trace:configure.ac:127: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1078 m4trace:configure.ac:127: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1079 m4trace:configure.ac:127: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1080 m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1081 m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1082 m4trace:configure.ac:127: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
1083 m4trace:configure.ac:127: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
1084 m4trace:configure.ac:127: -1- AM_RUN_LOG([cd "$am_dirpart" \
1085 && sed -e '/# am--include-marker/d' "$am_filepart" \
1086 | $MAKE -f - am--depfiles])