blob: 3fc0a3ced58dc26ae788814908aa6357a491be82 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001m4trace:/usr/share/aclocal/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
3m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
4AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
5AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
6AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
7
8if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
9 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
10fi
11if 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
20fi[]dnl
21])
22m4trace:/usr/share/aclocal/pkg.m4:60: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
23if test -n "$PKG_CONFIG" && \
24 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
25 m4_default([$2], [:])
26m4_ifvaln([$3], [else
27 $3])dnl
28fi])
29m4trace:/usr/share/aclocal/pkg.m4:86: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
30if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31 _pkg_short_errors_supported=yes
32else
33 _pkg_short_errors_supported=no
34fi[]dnl
35])
36m4trace:/usr/share/aclocal/pkg.m4:106: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
37AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
38AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
39
40pkg_failed=no
41AC_MSG_CHECKING([for $1])
42
43_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
44_PKG_CONFIG([$1][_LIBS], [libs], [$2])
45
46m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
47and $1[]_LIBS to avoid the need to call pkg-config.
48See the pkg-config man page for more details.])
49
50if 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
66Consider adjusting the PKG_CONFIG_PATH environment variable if you
67installed software in a non-standard prefix.
68
69_PKG_TEXT])[]dnl
70 ])
71elif 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
75is in your PATH or set the PKG_CONFIG environment variable to the full
76path to pkg-config.
77
78_PKG_TEXT
79
80To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
81 ])
82else
83 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
84 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
85 AC_MSG_RESULT([yes])
86 $3
87fi[]dnl
88])
89m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
90dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
91dnl require some minimum version. Point them to the right macro.
92m4_if([$1], [1.11.1], [],
93 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
94])
95m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
96m4_ifndef([AC_AUTOCONF_VERSION],
97 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
98_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
99m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
100AC_PREREQ([2.50])dnl
101# expand $ac_aux_dir to an absolute path
102am_aux_dir=`cd $ac_aux_dir && pwd`
103])
104m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
105 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
106 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
107AC_SUBST([$1_TRUE])dnl
108AC_SUBST([$1_FALSE])dnl
109_AM_SUBST_NOTMAKE([$1_TRUE])dnl
110_AM_SUBST_NOTMAKE([$1_FALSE])dnl
111m4_define([_AM_COND_VALUE_$1], [$2])dnl
112if $2; then
113 $1_TRUE=
114 $1_FALSE='#'
115else
116 $1_TRUE='#'
117 $1_FALSE=
118fi
119AC_CONFIG_COMMANDS_PRE(
120[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
121 AC_MSG_ERROR([[conditional "$1" was never defined.
122Usually this means the macro was only invoked conditionally.]])
123fi])])
124m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
125AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
126AC_REQUIRE([AM_MAKE_INCLUDE])dnl
127AC_REQUIRE([AM_DEP_TRACK])dnl
128
129ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
130 [$1], CXX, [depcc="$CXX" am_compiler_list=],
131 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
132 [$1], UPC, [depcc="$UPC" am_compiler_list=],
133 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
134 [depcc="$$1" am_compiler_list=])
135
136AC_CACHE_CHECK([dependency style of $depcc],
137 [am_cv_$1_dependencies_compiler_type],
138[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
139 # We make a subdir and do the tests there. Otherwise we can end up
140 # making bogus files that we don't know about and never remove. For
141 # instance it was reported that on HP-UX the gcc test will end up
142 # making a dummy file named `D' -- because `-MD' means `put the output
143 # in D'.
144 mkdir conftest.dir
145 # Copy depcomp to subdir because otherwise we won't find it if we're
146 # using a relative directory.
147 cp "$am_depcomp" conftest.dir
148 cd conftest.dir
149 # We will build objects and dependencies in a subdirectory because
150 # it helps to detect inapplicable dependency modes. For instance
151 # both Tru64's cc and ICC support -MD to output dependencies as a
152 # side effect of compilation, but ICC will put the dependencies in
153 # the current directory while Tru64 will put them in the object
154 # directory.
155 mkdir sub
156
157 am_cv_$1_dependencies_compiler_type=none
158 if test "$am_compiler_list" = ""; then
159 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
160 fi
161 am__universal=false
162 m4_case([$1], [CC],
163 [case " $depcc " in #(
164 *\ -arch\ *\ -arch\ *) am__universal=true ;;
165 esac],
166 [CXX],
167 [case " $depcc " in #(
168 *\ -arch\ *\ -arch\ *) am__universal=true ;;
169 esac])
170
171 for depmode in $am_compiler_list; do
172 # Setup a source with many dependencies, because some compilers
173 # like to wrap large dependency lists on column 80 (with \), and
174 # we should not choose a depcomp mode which is confused by this.
175 #
176 # We need to recreate these files for each test, as the compiler may
177 # overwrite some of them when testing with obscure command lines.
178 # This happens at least with the AIX C compiler.
179 : > sub/conftest.c
180 for i in 1 2 3 4 5 6; do
181 echo '#include "conftst'$i'.h"' >> sub/conftest.c
182 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
183 # Solaris 8's {/usr,}/bin/sh.
184 touch sub/conftst$i.h
185 done
186 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
187
188 # We check with `-c' and `-o' for the sake of the "dashmstdout"
189 # mode. It turns out that the SunPro C++ compiler does not properly
190 # handle `-M -o', and we need to detect this. Also, some Intel
191 # versions had trouble with output in subdirs
192 am__obj=sub/conftest.${OBJEXT-o}
193 am__minus_obj="-o $am__obj"
194 case $depmode in
195 gcc)
196 # This depmode causes a compiler race in universal mode.
197 test "$am__universal" = false || continue
198 ;;
199 nosideeffect)
200 # after this tag, mechanisms are not by side-effect, so they'll
201 # only be used when explicitly requested
202 if test "x$enable_dependency_tracking" = xyes; then
203 continue
204 else
205 break
206 fi
207 ;;
208 msvisualcpp | msvcmsys)
209 # This compiler won't grok `-c -o', but also, the minuso test has
210 # not run yet. These depmodes are late enough in the game, and
211 # so weak that their functioning should not be impacted.
212 am__obj=conftest.${OBJEXT-o}
213 am__minus_obj=
214 ;;
215 none) break ;;
216 esac
217 if depmode=$depmode \
218 source=sub/conftest.c object=$am__obj \
219 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
220 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
221 >/dev/null 2>conftest.err &&
222 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
223 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
224 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
225 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
226 # icc doesn't choke on unknown options, it will just issue warnings
227 # or remarks (even with -Werror). So we grep stderr for any message
228 # that says an option was ignored or not supported.
229 # When given -MP, icc 7.0 and 7.1 complain thusly:
230 # icc: Command line warning: ignoring option '-M'; no argument required
231 # The diagnosis changed in icc 8.0:
232 # icc: Command line remark: option '-MP' not supported
233 if (grep 'ignoring option' conftest.err ||
234 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
235 am_cv_$1_dependencies_compiler_type=$depmode
236 break
237 fi
238 fi
239 done
240
241 cd ..
242 rm -rf conftest.dir
243else
244 am_cv_$1_dependencies_compiler_type=none
245fi
246])
247AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
248AM_CONDITIONAL([am__fastdep$1], [
249 test "x$enable_dependency_tracking" != xno \
250 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
251])
252m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
253AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
254])
255m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
256[ --disable-dependency-tracking speeds up one-time build
257 --enable-dependency-tracking do not reject slow dependency extractors])
258if test "x$enable_dependency_tracking" != xno; then
259 am_depcomp="$ac_aux_dir/depcomp"
260 AMDEPBACKSLASH='\'
261fi
262AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
263AC_SUBST([AMDEPBACKSLASH])dnl
264_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
265])
266m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
267 # Autoconf 2.62 quotes --file arguments for eval, but not when files
268 # are listed without --file. Let's play safe and only enable the eval
269 # if we detect the quoting.
270 case $CONFIG_FILES in
271 *\'*) eval set x "$CONFIG_FILES" ;;
272 *) set x $CONFIG_FILES ;;
273 esac
274 shift
275 for mf
276 do
277 # Strip MF so we end up with the name of the file.
278 mf=`echo "$mf" | sed -e 's/:.*$//'`
279 # Check whether this is an Automake generated Makefile or not.
280 # We used to match only the files named `Makefile.in', but
281 # some people rename them; so instead we look at the file content.
282 # Grep'ing the first line is not enough: some people post-process
283 # each Makefile.in and add a new line on top of each file to say so.
284 # Grep'ing the whole file is not good either: AIX grep has a line
285 # limit of 2048, but all sed's we know have understand at least 4000.
286 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
287 dirpart=`AS_DIRNAME("$mf")`
288 else
289 continue
290 fi
291 # Extract the definition of DEPDIR, am__include, and am__quote
292 # from the Makefile without running `make'.
293 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
294 test -z "$DEPDIR" && continue
295 am__include=`sed -n 's/^am__include = //p' < "$mf"`
296 test -z "am__include" && continue
297 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
298 # When using ansi2knr, U may be empty or an underscore; expand it
299 U=`sed -n 's/^U = //p' < "$mf"`
300 # Find all dependency output files, they are included files with
301 # $(DEPDIR) in their names. We invoke sed twice because it is the
302 # simplest approach to changing $(DEPDIR) to its actual value in the
303 # expansion.
304 for file in `sed -n "
305 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
306 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
307 # Make sure the directory exists.
308 test -f "$dirpart/$file" && continue
309 fdir=`AS_DIRNAME(["$file"])`
310 AS_MKDIR_P([$dirpart/$fdir])
311 # echo "creating $dirpart/$file"
312 echo '# dummy' > "$dirpart/$file"
313 done
314 done
315}
316])
317m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
318 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
319 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
320])
321m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
322m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
323You should run autoupdate.])dnl
324AC_CONFIG_HEADERS($@)])
325m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
326dnl Autoconf wants to disallow AM_ names. We explicitly allow
327dnl the ones we care about.
328m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
329AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
330AC_REQUIRE([AC_PROG_INSTALL])dnl
331if test "`cd $srcdir && pwd`" != "`pwd`"; then
332 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
333 # is not polluted with repeated "-I."
334 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
335 # test to see if srcdir already configured
336 if test -f $srcdir/config.status; then
337 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
338 fi
339fi
340
341# test whether we have cygpath
342if test -z "$CYGPATH_W"; then
343 if (cygpath --version) >/dev/null 2>/dev/null; then
344 CYGPATH_W='cygpath -w'
345 else
346 CYGPATH_W=echo
347 fi
348fi
349AC_SUBST([CYGPATH_W])
350
351# Define the identity of the package.
352dnl Distinguish between old-style and new-style calls.
353m4_ifval([$2],
354[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
355 AC_SUBST([PACKAGE], [$1])dnl
356 AC_SUBST([VERSION], [$2])],
357[_AM_SET_OPTIONS([$1])dnl
358dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
359m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
360 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
361 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
362 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
363
364_AM_IF_OPTION([no-define],,
365[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
366 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
367
368# Some tools Automake needs.
369AC_REQUIRE([AM_SANITY_CHECK])dnl
370AC_REQUIRE([AC_ARG_PROGRAM])dnl
371AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
372AM_MISSING_PROG(AUTOCONF, autoconf)
373AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
374AM_MISSING_PROG(AUTOHEADER, autoheader)
375AM_MISSING_PROG(MAKEINFO, makeinfo)
376AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
377AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
378AC_REQUIRE([AM_PROG_MKDIR_P])dnl
379# We need awk for the "check" target. The system "awk" is bad on
380# some platforms.
381AC_REQUIRE([AC_PROG_AWK])dnl
382AC_REQUIRE([AC_PROG_MAKE_SET])dnl
383AC_REQUIRE([AM_SET_LEADING_DOT])dnl
384_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
385 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
386 [_AM_PROG_TAR([v7])])])
387_AM_IF_OPTION([no-dependencies],,
388[AC_PROVIDE_IFELSE([AC_PROG_CC],
389 [_AM_DEPENDENCIES(CC)],
390 [define([AC_PROG_CC],
391 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
392AC_PROVIDE_IFELSE([AC_PROG_CXX],
393 [_AM_DEPENDENCIES(CXX)],
394 [define([AC_PROG_CXX],
395 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
396AC_PROVIDE_IFELSE([AC_PROG_OBJC],
397 [_AM_DEPENDENCIES(OBJC)],
398 [define([AC_PROG_OBJC],
399 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
400])
401_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
402dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
403dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
404dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
405AC_CONFIG_COMMANDS_PRE(dnl
406[m4_provide_if([_AM_COMPILER_EXEEXT],
407 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
408])
409m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
410_am_arg=$1
411_am_stamp_count=1
412for _am_header in $config_headers :; do
413 case $_am_header in
414 $_am_arg | $_am_arg:* )
415 break ;;
416 * )
417 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
418 esac
419done
420echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
421m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
422if test x"${install_sh}" != xset; then
423 case $am_aux_dir in
424 *\ * | *\ *)
425 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
426 *)
427 install_sh="\${SHELL} $am_aux_dir/install-sh"
428 esac
429fi
430AC_SUBST(install_sh)])
431m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
432mkdir .tst 2>/dev/null
433if test -d .tst; then
434 am__leading_dot=.
435else
436 am__leading_dot=_
437fi
438rmdir .tst 2>/dev/null
439AC_SUBST([am__leading_dot])])
440m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
441cat > confinc << 'END'
442am__doit:
443 @echo this is the am__doit target
444.PHONY: am__doit
445END
446# If we don't find an include directive, just comment out the code.
447AC_MSG_CHECKING([for style of include used by $am_make])
448am__include="#"
449am__quote=
450_am_result=none
451# First try GNU make style include.
452echo "include confinc" > confmf
453# Ignore all kinds of additional output from `make'.
454case `$am_make -s -f confmf 2> /dev/null` in #(
455*the\ am__doit\ target*)
456 am__include=include
457 am__quote=
458 _am_result=GNU
459 ;;
460esac
461# Now try BSD make style include.
462if test "$am__include" = "#"; then
463 echo '.include "confinc"' > confmf
464 case `$am_make -s -f confmf 2> /dev/null` in #(
465 *the\ am__doit\ target*)
466 am__include=.include
467 am__quote="\""
468 _am_result=BSD
469 ;;
470 esac
471fi
472AC_SUBST([am__include])
473AC_SUBST([am__quote])
474AC_MSG_RESULT([$_am_result])
475rm -f confinc confmf
476])
477m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
478$1=${$1-"${am_missing_run}$2"}
479AC_SUBST($1)])
480m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
481AC_REQUIRE_AUX_FILE([missing])dnl
482if test x"${MISSING+set}" != xset; then
483 case $am_aux_dir in
484 *\ * | *\ *)
485 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
486 *)
487 MISSING="\${SHELL} $am_aux_dir/missing" ;;
488 esac
489fi
490# Use eval to expand $SHELL
491if eval "$MISSING --run true"; then
492 am_missing_run="$MISSING --run "
493else
494 am_missing_run=
495 AC_MSG_WARN([`missing' script is too old or missing])
496fi
497])
498m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
499AC_REQUIRE([AC_PROG_MKDIR_P])dnl
500dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
501dnl while keeping a definition of mkdir_p for backward compatibility.
502dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
503dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
504dnl Makefile.ins that do not define MKDIR_P, so we do our own
505dnl adjustment using top_builddir (which is defined more often than
506dnl MKDIR_P).
507AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
508case $mkdir_p in
509 [[\\/$]]* | ?:[[\\/]]*) ;;
510 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
511esac
512])
513m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
514m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
515m4trace:/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)])])
516m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
517m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
518 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
519 ac_status=$?
520 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
521 (exit $ac_status); }])
522m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
523# Just in case
524sleep 1
525echo timestamp > conftest.file
526# Reject unsafe characters in $srcdir or the absolute working directory
527# name. Accept space and tab only in the latter.
528am_lf='
529'
530case `pwd` in
531 *[[\\\"\#\$\&\'\`$am_lf]]*)
532 AC_MSG_ERROR([unsafe absolute working directory name]);;
533esac
534case $srcdir in
535 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
536 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
537esac
538
539# Do `set' in a subshell so we don't clobber the current shell's
540# arguments. Must try -L first in case configure is actually a
541# symlink; some systems play weird games with the mod time of symlinks
542# (eg FreeBSD returns the mod time of the symlink's containing
543# directory).
544if (
545 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
546 if test "$[*]" = "X"; then
547 # -L didn't work.
548 set X `ls -t "$srcdir/configure" conftest.file`
549 fi
550 rm -f conftest.file
551 if test "$[*]" != "X $srcdir/configure conftest.file" \
552 && test "$[*]" != "X conftest.file $srcdir/configure"; then
553
554 # If neither matched, then we have a broken ls. This can happen
555 # if, for instance, CONFIG_SHELL is bash and it inherits a
556 # broken ls alias from the environment. This has actually
557 # happened. Such a system could not be considered "sane".
558 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
559alias in your environment])
560 fi
561
562 test "$[2]" = conftest.file
563 )
564then
565 # Ok.
566 :
567else
568 AC_MSG_ERROR([newly created file is older than distributed files!
569Check your system clock])
570fi
571AC_MSG_RESULT(yes)])
572m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
573[ --enable-silent-rules less verbose build output (undo: `make V=1')
574 --disable-silent-rules verbose build output (undo: `make V=0')])
575case $enable_silent_rules in
576yes) AM_DEFAULT_VERBOSITY=0;;
577no) AM_DEFAULT_VERBOSITY=1;;
578*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
579esac
580AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
581AM_BACKSLASH='\'
582AC_SUBST([AM_BACKSLASH])dnl
583_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
584])
585m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
586# Installed binaries are usually stripped using `strip' when the user
587# run `make install-strip'. However `strip' might not be the right
588# tool to use in cross-compilation environments, therefore Automake
589# will honor the `STRIP' environment variable to overrule this program.
590dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
591if test "$cross_compiling" != no; then
592 AC_CHECK_TOOL([STRIP], [strip], :)
593fi
594INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
595AC_SUBST([INSTALL_STRIP_PROGRAM])])
596m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
597m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
598m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
599AM_MISSING_PROG([AMTAR], [tar])
600m4_if([$1], [v7],
601 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
602 [m4_case([$1], [ustar],, [pax],,
603 [m4_fatal([Unknown tar format])])
604AC_MSG_CHECKING([how to create a $1 tar archive])
605# Loop over all known methods to create a tar archive until one works.
606_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
607_am_tools=${am_cv_prog_tar_$1-$_am_tools}
608# Do not fold the above two line into one, because Tru64 sh and
609# Solaris sh will not grok spaces in the rhs of `-'.
610for _am_tool in $_am_tools
611do
612 case $_am_tool in
613 gnutar)
614 for _am_tar in tar gnutar gtar;
615 do
616 AM_RUN_LOG([$_am_tar --version]) && break
617 done
618 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
619 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
620 am__untar="$_am_tar -xf -"
621 ;;
622 plaintar)
623 # Must skip GNU tar: if it does not support --format= it doesn't create
624 # ustar tarball either.
625 (tar --version) >/dev/null 2>&1 && continue
626 am__tar='tar chf - "$$tardir"'
627 am__tar_='tar chf - "$tardir"'
628 am__untar='tar xf -'
629 ;;
630 pax)
631 am__tar='pax -L -x $1 -w "$$tardir"'
632 am__tar_='pax -L -x $1 -w "$tardir"'
633 am__untar='pax -r'
634 ;;
635 cpio)
636 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
637 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
638 am__untar='cpio -i -H $1 -d'
639 ;;
640 none)
641 am__tar=false
642 am__tar_=false
643 am__untar=false
644 ;;
645 esac
646
647 # If the value was cached, stop now. We just wanted to have am__tar
648 # and am__untar set.
649 test -n "${am_cv_prog_tar_$1}" && break
650
651 # tar/untar a dummy directory, and stop if the command works
652 rm -rf conftest.dir
653 mkdir conftest.dir
654 echo GrepMe > conftest.dir/file
655 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
656 rm -rf conftest.dir
657 if test -s conftest.tar; then
658 AM_RUN_LOG([$am__untar <conftest.tar])
659 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
660 fi
661done
662rm -rf conftest.dir
663
664AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
665AC_MSG_RESULT([$am_cv_prog_tar_$1])])
666AC_SUBST([am__tar])
667AC_SUBST([am__untar])
668])
669m4trace:m4/acx_pthread.m4:82: -1- AC_DEFUN([ACX_PTHREAD], [
670AC_REQUIRE([AC_CANONICAL_HOST])
671AC_LANG_SAVE
672AC_LANG_C
673acx_pthread_ok=no
674
675# We used to check for pthread.h first, but this fails if pthread.h
676# requires special compiler flags (e.g. on True64 or Sequent).
677# It gets checked for in the link test anyway.
678
679# First of all, check if the user has set any of the PTHREAD_LIBS,
680# etcetera environment variables, and if threads linking works using
681# them:
682if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then
683 save_CFLAGS="$CFLAGS"
684 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
685 save_LIBS="$LIBS"
686 LIBS="$PTHREAD_LIBS $LIBS"
687 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS])
688 AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes)
689 AC_MSG_RESULT($acx_pthread_ok)
690 if test x"$acx_pthread_ok" = xno; then
691 PTHREAD_LIBS=""
692 PTHREAD_CFLAGS=""
693 fi
694 LIBS="$save_LIBS"
695 CFLAGS="$save_CFLAGS"
696fi
697
698# We must check for the threads library under a number of different
699# names; the ordering is very important because some systems
700# (e.g. DEC) have both -lpthread and -lpthreads, where one of the
701# libraries is broken (non-POSIX).
702
703# Create a list of thread flags to try. Items starting with a "-" are
704# C compiler flags, and other items are library names, except for "none"
705# which indicates that we try without any flags at all, and "pthread-config"
706# which is a program returning the flags for the Pth emulation library.
707
708acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
709
710# The ordering *is* (sometimes) important. Some notes on the
711# individual items follow:
712
713# pthreads: AIX (must check this before -lpthread)
714# none: in case threads are in libc; should be tried before -Kthread and
715# other compiler flags to prevent continual compiler warnings
716# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
717# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
718# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
719# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
720# -pthreads: Solaris/gcc
721# -mthreads: Mingw32/gcc, Lynx/gcc
722# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
723# doesn't hurt to check since this sometimes defines pthreads too;
724# also defines -D_REENTRANT)
725# ... -mt is also the pthreads flag for HP/aCC
726# pthread: Linux, etcetera
727# --thread-safe: KAI C++
728# pthread-config: use pthread-config program (for GNU Pth library)
729
730case "${host_cpu}-${host_os}" in
731 *solaris*)
732
733 # On Solaris (at least, for some versions), libc contains stubbed
734 # (non-functional) versions of the pthreads routines, so link-based
735 # tests will erroneously succeed. (We need to link with -pthreads/-mt/
736 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
737 # a function called by this macro, so we could check for that, but
738 # who knows whether they'll stub that too in a future libc.) So,
739 # we'll just look for -pthreads and -lpthread first:
740
741 acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
742 ;;
743esac
744
745if test x"$acx_pthread_ok" = xno; then
746for flag in $acx_pthread_flags; do
747
748 case $flag in
749 none)
750 AC_MSG_CHECKING([whether pthreads work without any flags])
751 ;;
752
753 -*)
754 AC_MSG_CHECKING([whether pthreads work with $flag])
755 PTHREAD_CFLAGS="$flag"
756 ;;
757
758 pthread-config)
759 AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no)
760 if test x"$acx_pthread_config" = xno; then continue; fi
761 PTHREAD_CFLAGS="`pthread-config --cflags`"
762 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
763 ;;
764
765 *)
766 AC_MSG_CHECKING([for the pthreads library -l$flag])
767 PTHREAD_LIBS="-l$flag"
768 ;;
769 esac
770
771 save_LIBS="$LIBS"
772 save_CFLAGS="$CFLAGS"
773 LIBS="$PTHREAD_LIBS $LIBS"
774 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
775
776 # Check for various functions. We must include pthread.h,
777 # since some functions may be macros. (On the Sequent, we
778 # need a special flag -Kthread to make this header compile.)
779 # We check for pthread_join because it is in -lpthread on IRIX
780 # while pthread_create is in libc. We check for pthread_attr_init
781 # due to DEC craziness with -lpthreads. We check for
782 # pthread_cleanup_push because it is one of the few pthread
783 # functions on Solaris that doesn't have a non-functional libc stub.
784 # We try pthread_create on general principles.
785 AC_TRY_LINK([#include <pthread.h>],
786 [pthread_t th; pthread_join(th, 0);
787 pthread_attr_init(0); pthread_cleanup_push(0, 0);
788 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
789 [acx_pthread_ok=yes])
790
791 LIBS="$save_LIBS"
792 CFLAGS="$save_CFLAGS"
793
794 AC_MSG_RESULT($acx_pthread_ok)
795 if test "x$acx_pthread_ok" = xyes; then
796 break;
797 fi
798
799 PTHREAD_LIBS=""
800 PTHREAD_CFLAGS=""
801done
802fi
803
804# Various other checks:
805if test "x$acx_pthread_ok" = xyes; then
806 save_LIBS="$LIBS"
807 LIBS="$PTHREAD_LIBS $LIBS"
808 save_CFLAGS="$CFLAGS"
809 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
810
811 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
812 AC_MSG_CHECKING([for joinable pthread attribute])
813 attr_name=unknown
814 for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
815 AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;],
816 [attr_name=$attr; break])
817 done
818 AC_MSG_RESULT($attr_name)
819 if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
820 AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name,
821 [Define to necessary symbol if this constant
822 uses a non-standard name on your system.])
823 fi
824
825 AC_MSG_CHECKING([if more special flags are required for pthreads])
826 flag=no
827 case "${host_cpu}-${host_os}" in
828 *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
829 *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
830 esac
831 AC_MSG_RESULT(${flag})
832 if test "x$flag" != xno; then
833 PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
834 fi
835
836 LIBS="$save_LIBS"
837 CFLAGS="$save_CFLAGS"
838
839 # More AIX lossage: must compile with xlc_r or cc_r
840 if test x"$GCC" != xyes; then
841 AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
842 else
843 PTHREAD_CC=$CC
844 fi
845else
846 PTHREAD_CC="$CC"
847fi
848
849AC_SUBST(PTHREAD_LIBS)
850AC_SUBST(PTHREAD_CFLAGS)
851AC_SUBST(PTHREAD_CC)
852
853# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
854if test x"$acx_pthread_ok" = xyes; then
855 ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
856 :
857else
858 acx_pthread_ok=no
859 $2
860fi
861AC_LANG_RESTORE
862])
863m4trace:m4/libtool.m4:69: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
864AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
865AC_BEFORE([$0], [LT_LANG])dnl
866AC_BEFORE([$0], [LT_OUTPUT])dnl
867AC_BEFORE([$0], [LTDL_INIT])dnl
868m4_require([_LT_CHECK_BUILDDIR])dnl
869
870dnl Autoconf doesn't catch unexpanded LT_ macros by default:
871m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
872m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
873dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
874dnl unless we require an AC_DEFUNed macro:
875AC_REQUIRE([LTOPTIONS_VERSION])dnl
876AC_REQUIRE([LTSUGAR_VERSION])dnl
877AC_REQUIRE([LTVERSION_VERSION])dnl
878AC_REQUIRE([LTOBSOLETE_VERSION])dnl
879m4_require([_LT_PROG_LTMAIN])dnl
880
881_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
882
883dnl Parse OPTIONS
884_LT_SET_OPTIONS([$0], [$1])
885
886# This can be used to rebuild libtool when needed
887LIBTOOL_DEPS="$ltmain"
888
889# Always use our own libtool.
890LIBTOOL='$(SHELL) $(top_builddir)/libtool'
891AC_SUBST(LIBTOOL)dnl
892
893_LT_SETUP
894
895# Only expand once:
896m4_define([LT_INIT])
897])
898m4trace:m4/libtool.m4:107: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
899m4trace:m4/libtool.m4:107: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
900You should run autoupdate.])dnl
901m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
902m4trace:m4/libtool.m4:108: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
903m4trace:m4/libtool.m4:108: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
904You should run autoupdate.])dnl
905m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
906m4trace:m4/libtool.m4:607: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
907AC_MSG_NOTICE([creating $CONFIG_LT])
908_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
909[# Run this file to recreate a libtool stub with the current configuration.])
910
911cat >>"$CONFIG_LT" <<\_LTEOF
912lt_cl_silent=false
913exec AS_MESSAGE_LOG_FD>>config.log
914{
915 echo
916 AS_BOX([Running $as_me.])
917} >&AS_MESSAGE_LOG_FD
918
919lt_cl_help="\
920\`$as_me' creates a local libtool stub from the current configuration,
921for use in further configure time tests before the real libtool is
922generated.
923
924Usage: $[0] [[OPTIONS]]
925
926 -h, --help print this help, then exit
927 -V, --version print version number, then exit
928 -q, --quiet do not print progress messages
929 -d, --debug don't remove temporary files
930
931Report bugs to <bug-libtool@gnu.org>."
932
933lt_cl_version="\
934m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
935m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
936configured by $[0], generated by m4_PACKAGE_STRING.
937
938Copyright (C) 2010 Free Software Foundation, Inc.
939This config.lt script is free software; the Free Software Foundation
940gives unlimited permision to copy, distribute and modify it."
941
942while test $[#] != 0
943do
944 case $[1] in
945 --version | --v* | -V )
946 echo "$lt_cl_version"; exit 0 ;;
947 --help | --h* | -h )
948 echo "$lt_cl_help"; exit 0 ;;
949 --debug | --d* | -d )
950 debug=: ;;
951 --quiet | --q* | --silent | --s* | -q )
952 lt_cl_silent=: ;;
953
954 -*) AC_MSG_ERROR([unrecognized option: $[1]
955Try \`$[0] --help' for more information.]) ;;
956
957 *) AC_MSG_ERROR([unrecognized argument: $[1]
958Try \`$[0] --help' for more information.]) ;;
959 esac
960 shift
961done
962
963if $lt_cl_silent; then
964 exec AS_MESSAGE_FD>/dev/null
965fi
966_LTEOF
967
968cat >>"$CONFIG_LT" <<_LTEOF
969_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
970_LTEOF
971
972cat >>"$CONFIG_LT" <<\_LTEOF
973AC_MSG_NOTICE([creating $ofile])
974_LT_OUTPUT_LIBTOOL_COMMANDS
975AS_EXIT(0)
976_LTEOF
977chmod +x "$CONFIG_LT"
978
979# configure is writing to config.log, but config.lt does its own redirection,
980# appending to config.log, which fails on DOS, as config.log is still kept
981# open by configure. Here we exec the FD to /dev/null, effectively closing
982# config.log, so it can be properly (re)opened and appended to by config.lt.
983lt_cl_success=:
984test "$silent" = yes &&
985 lt_config_lt_args="$lt_config_lt_args --quiet"
986exec AS_MESSAGE_LOG_FD>/dev/null
987$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
988exec AS_MESSAGE_LOG_FD>>config.log
989$lt_cl_success || AS_EXIT(1)
990])
991m4trace:m4/libtool.m4:788: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
992m4trace:m4/libtool.m4:799: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
993m4_case([$1],
994 [C], [_LT_LANG(C)],
995 [C++], [_LT_LANG(CXX)],
996 [Java], [_LT_LANG(GCJ)],
997 [Fortran 77], [_LT_LANG(F77)],
998 [Fortran], [_LT_LANG(FC)],
999 [Windows Resource], [_LT_LANG(RC)],
1000 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
1001 [_LT_LANG($1)],
1002 [m4_fatal([$0: unsupported language: "$1"])])])dnl
1003])
1004m4trace:m4/libtool.m4:861: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
1005m4trace:m4/libtool.m4:861: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
1006You should run autoupdate.])dnl
1007LT_LANG(C++)])
1008m4trace:m4/libtool.m4:862: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
1009m4trace:m4/libtool.m4:862: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
1010You should run autoupdate.])dnl
1011LT_LANG(Fortran 77)])
1012m4trace:m4/libtool.m4:863: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
1013m4trace:m4/libtool.m4:863: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
1014You should run autoupdate.])dnl
1015LT_LANG(Fortran)])
1016m4trace:m4/libtool.m4:864: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
1017m4trace:m4/libtool.m4:864: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
1018You should run autoupdate.])dnl
1019LT_LANG(Java)])
1020m4trace:m4/libtool.m4:865: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
1021m4trace:m4/libtool.m4:865: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
1022You should run autoupdate.])dnl
1023LT_LANG(Windows Resource)])
1024m4trace:m4/libtool.m4:1181: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
1025AC_ARG_WITH([sysroot],
1026[ --with-sysroot[=DIR] Search for dependent libraries within DIR
1027 (or the compiler's sysroot if not specified).],
1028[], [with_sysroot=no])
1029
1030dnl lt_sysroot will always be passed unquoted. We quote it here
1031dnl in case the user passed a directory name.
1032lt_sysroot=
1033case ${with_sysroot} in #(
1034 yes)
1035 if test "$GCC" = yes; then
1036 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1037 fi
1038 ;; #(
1039 /*)
1040 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1041 ;; #(
1042 no|'')
1043 ;; #(
1044 *)
1045 AC_MSG_RESULT([${with_sysroot}])
1046 AC_MSG_ERROR([The sysroot must be an absolute path.])
1047 ;;
1048esac
1049
1050 AC_MSG_RESULT([${lt_sysroot:-no}])
1051_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1052[dependent libraries, and in which our libraries should be installed.])])
1053m4trace:m4/libtool.m4:1445: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1054m4_require([_LT_DECL_SED])dnl
1055AC_CACHE_CHECK([$1], [$2],
1056 [$2=no
1057 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1058 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1059 lt_compiler_flag="$3"
1060 # Insert the option either (1) after the last *FLAGS variable, or
1061 # (2) before a word containing "conftest.", or (3) at the end.
1062 # Note that $ac_compile itself does not contain backslashes and begins
1063 # with a dollar sign (not a hyphen), so the echo should work correctly.
1064 # The option is referenced via a variable to avoid confusing sed.
1065 lt_compile=`echo "$ac_compile" | $SED \
1066 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1067 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1068 -e 's:$: $lt_compiler_flag:'`
1069 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1070 (eval "$lt_compile" 2>conftest.err)
1071 ac_status=$?
1072 cat conftest.err >&AS_MESSAGE_LOG_FD
1073 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1074 if (exit $ac_status) && test -s "$ac_outfile"; then
1075 # The compiler can only warn and ignore the option if not recognized
1076 # So say no if there are warnings other than the usual output.
1077 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1078 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1079 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1080 $2=yes
1081 fi
1082 fi
1083 $RM conftest*
1084])
1085
1086if test x"[$]$2" = xyes; then
1087 m4_if([$5], , :, [$5])
1088else
1089 m4_if([$6], , :, [$6])
1090fi
1091])
1092m4trace:m4/libtool.m4:1487: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1093m4trace:m4/libtool.m4:1487: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
1094You should run autoupdate.])dnl
1095m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1096m4trace:m4/libtool.m4:1496: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1097m4_require([_LT_DECL_SED])dnl
1098AC_CACHE_CHECK([$1], [$2],
1099 [$2=no
1100 save_LDFLAGS="$LDFLAGS"
1101 LDFLAGS="$LDFLAGS $3"
1102 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1103 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1104 # The linker can only warn and ignore the option if not recognized
1105 # So say no if there are warnings
1106 if test -s conftest.err; then
1107 # Append any errors to the config.log.
1108 cat conftest.err 1>&AS_MESSAGE_LOG_FD
1109 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1110 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1111 if diff conftest.exp conftest.er2 >/dev/null; then
1112 $2=yes
1113 fi
1114 else
1115 $2=yes
1116 fi
1117 fi
1118 $RM -r conftest*
1119 LDFLAGS="$save_LDFLAGS"
1120])
1121
1122if test x"[$]$2" = xyes; then
1123 m4_if([$4], , :, [$4])
1124else
1125 m4_if([$5], , :, [$5])
1126fi
1127])
1128m4trace:m4/libtool.m4:1531: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1129m4trace:m4/libtool.m4:1531: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
1130You should run autoupdate.])dnl
1131m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1132m4trace:m4/libtool.m4:1538: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1133# find the maximum length of command line arguments
1134AC_MSG_CHECKING([the maximum length of command line arguments])
1135AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1136 i=0
1137 teststring="ABCD"
1138
1139 case $build_os in
1140 msdosdjgpp*)
1141 # On DJGPP, this test can blow up pretty badly due to problems in libc
1142 # (any single argument exceeding 2000 bytes causes a buffer overrun
1143 # during glob expansion). Even if it were fixed, the result of this
1144 # check would be larger than it should be.
1145 lt_cv_sys_max_cmd_len=12288; # 12K is about right
1146 ;;
1147
1148 gnu*)
1149 # Under GNU Hurd, this test is not required because there is
1150 # no limit to the length of command line arguments.
1151 # Libtool will interpret -1 as no limit whatsoever
1152 lt_cv_sys_max_cmd_len=-1;
1153 ;;
1154
1155 cygwin* | mingw* | cegcc*)
1156 # On Win9x/ME, this test blows up -- it succeeds, but takes
1157 # about 5 minutes as the teststring grows exponentially.
1158 # Worse, since 9x/ME are not pre-emptively multitasking,
1159 # you end up with a "frozen" computer, even though with patience
1160 # the test eventually succeeds (with a max line length of 256k).
1161 # Instead, let's just punt: use the minimum linelength reported by
1162 # all of the supported platforms: 8192 (on NT/2K/XP).
1163 lt_cv_sys_max_cmd_len=8192;
1164 ;;
1165
1166 mint*)
1167 # On MiNT this can take a long time and run out of memory.
1168 lt_cv_sys_max_cmd_len=8192;
1169 ;;
1170
1171 amigaos*)
1172 # On AmigaOS with pdksh, this test takes hours, literally.
1173 # So we just punt and use a minimum line length of 8192.
1174 lt_cv_sys_max_cmd_len=8192;
1175 ;;
1176
1177 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
1178 # This has been around since 386BSD, at least. Likely further.
1179 if test -x /sbin/sysctl; then
1180 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1181 elif test -x /usr/sbin/sysctl; then
1182 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1183 else
1184 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
1185 fi
1186 # And add a safety zone
1187 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1188 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1189 ;;
1190
1191 interix*)
1192 # We know the value 262144 and hardcode it with a safety zone (like BSD)
1193 lt_cv_sys_max_cmd_len=196608
1194 ;;
1195
1196 osf*)
1197 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1198 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1199 # nice to cause kernel panics so lets avoid the loop below.
1200 # First set a reasonable default.
1201 lt_cv_sys_max_cmd_len=16384
1202 #
1203 if test -x /sbin/sysconfig; then
1204 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1205 *1*) lt_cv_sys_max_cmd_len=-1 ;;
1206 esac
1207 fi
1208 ;;
1209 sco3.2v5*)
1210 lt_cv_sys_max_cmd_len=102400
1211 ;;
1212 sysv5* | sco5v6* | sysv4.2uw2*)
1213 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1214 if test -n "$kargmax"; then
1215 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
1216 else
1217 lt_cv_sys_max_cmd_len=32768
1218 fi
1219 ;;
1220 *)
1221 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1222 if test -n "$lt_cv_sys_max_cmd_len"; then
1223 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1224 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1225 else
1226 # Make teststring a little bigger before we do anything with it.
1227 # a 1K string should be a reasonable start.
1228 for i in 1 2 3 4 5 6 7 8 ; do
1229 teststring=$teststring$teststring
1230 done
1231 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1232 # If test is not a shell built-in, we'll probably end up computing a
1233 # maximum length that is only half of the actual maximum length, but
1234 # we can't tell.
1235 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
1236 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1237 test $i != 17 # 1/2 MB should be enough
1238 do
1239 i=`expr $i + 1`
1240 teststring=$teststring$teststring
1241 done
1242 # Only check the string length outside the loop.
1243 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1244 teststring=
1245 # Add a significant safety factor because C++ compilers can tack on
1246 # massive amounts of additional arguments before passing them to the
1247 # linker. It appears as though 1/2 is a usable value.
1248 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1249 fi
1250 ;;
1251 esac
1252])
1253if test -n $lt_cv_sys_max_cmd_len ; then
1254 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1255else
1256 AC_MSG_RESULT(none)
1257fi
1258max_cmd_len=$lt_cv_sys_max_cmd_len
1259_LT_DECL([], [max_cmd_len], [0],
1260 [What is the maximum length of a command?])
1261])
1262m4trace:m4/libtool.m4:1671: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1263m4trace:m4/libtool.m4:1671: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
1264You should run autoupdate.])dnl
1265m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1266m4trace:m4/libtool.m4:1782: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
1267if test "x$enable_dlopen" != xyes; then
1268 enable_dlopen=unknown
1269 enable_dlopen_self=unknown
1270 enable_dlopen_self_static=unknown
1271else
1272 lt_cv_dlopen=no
1273 lt_cv_dlopen_libs=
1274
1275 case $host_os in
1276 beos*)
1277 lt_cv_dlopen="load_add_on"
1278 lt_cv_dlopen_libs=
1279 lt_cv_dlopen_self=yes
1280 ;;
1281
1282 mingw* | pw32* | cegcc*)
1283 lt_cv_dlopen="LoadLibrary"
1284 lt_cv_dlopen_libs=
1285 ;;
1286
1287 cygwin*)
1288 lt_cv_dlopen="dlopen"
1289 lt_cv_dlopen_libs=
1290 ;;
1291
1292 darwin*)
1293 # if libdl is installed we need to link against it
1294 AC_CHECK_LIB([dl], [dlopen],
1295 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1296 lt_cv_dlopen="dyld"
1297 lt_cv_dlopen_libs=
1298 lt_cv_dlopen_self=yes
1299 ])
1300 ;;
1301
1302 *)
1303 AC_CHECK_FUNC([shl_load],
1304 [lt_cv_dlopen="shl_load"],
1305 [AC_CHECK_LIB([dld], [shl_load],
1306 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
1307 [AC_CHECK_FUNC([dlopen],
1308 [lt_cv_dlopen="dlopen"],
1309 [AC_CHECK_LIB([dl], [dlopen],
1310 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1311 [AC_CHECK_LIB([svld], [dlopen],
1312 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1313 [AC_CHECK_LIB([dld], [dld_link],
1314 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
1315 ])
1316 ])
1317 ])
1318 ])
1319 ])
1320 ;;
1321 esac
1322
1323 if test "x$lt_cv_dlopen" != xno; then
1324 enable_dlopen=yes
1325 else
1326 enable_dlopen=no
1327 fi
1328
1329 case $lt_cv_dlopen in
1330 dlopen)
1331 save_CPPFLAGS="$CPPFLAGS"
1332 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1333
1334 save_LDFLAGS="$LDFLAGS"
1335 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1336
1337 save_LIBS="$LIBS"
1338 LIBS="$lt_cv_dlopen_libs $LIBS"
1339
1340 AC_CACHE_CHECK([whether a program can dlopen itself],
1341 lt_cv_dlopen_self, [dnl
1342 _LT_TRY_DLOPEN_SELF(
1343 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1344 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1345 ])
1346
1347 if test "x$lt_cv_dlopen_self" = xyes; then
1348 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1349 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1350 lt_cv_dlopen_self_static, [dnl
1351 _LT_TRY_DLOPEN_SELF(
1352 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1353 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
1354 ])
1355 fi
1356
1357 CPPFLAGS="$save_CPPFLAGS"
1358 LDFLAGS="$save_LDFLAGS"
1359 LIBS="$save_LIBS"
1360 ;;
1361 esac
1362
1363 case $lt_cv_dlopen_self in
1364 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1365 *) enable_dlopen_self=unknown ;;
1366 esac
1367
1368 case $lt_cv_dlopen_self_static in
1369 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1370 *) enable_dlopen_self_static=unknown ;;
1371 esac
1372fi
1373_LT_DECL([dlopen_support], [enable_dlopen], [0],
1374 [Whether dlopen is supported])
1375_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
1376 [Whether dlopen of programs is supported])
1377_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
1378 [Whether dlopen of statically linked programs is supported])
1379])
1380m4trace:m4/libtool.m4:1899: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
1381m4trace:m4/libtool.m4:1899: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
1382You should run autoupdate.])dnl
1383m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
1384m4trace:m4/libtool.m4:2884: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
1385AC_MSG_CHECKING([for $1])
1386AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1387[case $MAGIC_CMD in
1388[[\\/*] | ?:[\\/]*])
1389 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1390 ;;
1391*)
1392 lt_save_MAGIC_CMD="$MAGIC_CMD"
1393 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1394dnl $ac_dummy forces splitting on constant user-supplied paths.
1395dnl POSIX.2 word splitting is done only on the output of word expansions,
1396dnl not every word. This closes a longstanding sh security hole.
1397 ac_dummy="m4_if([$2], , $PATH, [$2])"
1398 for ac_dir in $ac_dummy; do
1399 IFS="$lt_save_ifs"
1400 test -z "$ac_dir" && ac_dir=.
1401 if test -f $ac_dir/$1; then
1402 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1403 if test -n "$file_magic_test_file"; then
1404 case $deplibs_check_method in
1405 "file_magic "*)
1406 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1407 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1408 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1409 $EGREP "$file_magic_regex" > /dev/null; then
1410 :
1411 else
1412 cat <<_LT_EOF 1>&2
1413
1414*** Warning: the command libtool uses to detect shared libraries,
1415*** $file_magic_cmd, produces output that libtool cannot recognize.
1416*** The result is that libtool may fail to recognize shared libraries
1417*** as such. This will affect the creation of libtool libraries that
1418*** depend on shared libraries, but programs linked with such libtool
1419*** libraries will work regardless of this problem. Nevertheless, you
1420*** may want to report the problem to your system manager and/or to
1421*** bug-libtool@gnu.org
1422
1423_LT_EOF
1424 fi ;;
1425 esac
1426 fi
1427 break
1428 fi
1429 done
1430 IFS="$lt_save_ifs"
1431 MAGIC_CMD="$lt_save_MAGIC_CMD"
1432 ;;
1433esac])
1434MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1435if test -n "$MAGIC_CMD"; then
1436 AC_MSG_RESULT($MAGIC_CMD)
1437else
1438 AC_MSG_RESULT(no)
1439fi
1440_LT_DECL([], [MAGIC_CMD], [0],
1441 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
1442])
1443m4trace:m4/libtool.m4:2946: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
1444m4trace:m4/libtool.m4:2946: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
1445You should run autoupdate.])dnl
1446m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
1447m4trace:m4/libtool.m4:2969: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
1448AC_REQUIRE([AC_CANONICAL_HOST])dnl
1449AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1450m4_require([_LT_DECL_SED])dnl
1451m4_require([_LT_DECL_EGREP])dnl
1452m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
1453
1454AC_ARG_WITH([gnu-ld],
1455 [AS_HELP_STRING([--with-gnu-ld],
1456 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1457 [test "$withval" = no || with_gnu_ld=yes],
1458 [with_gnu_ld=no])dnl
1459
1460ac_prog=ld
1461if test "$GCC" = yes; then
1462 # Check if gcc -print-prog-name=ld gives a path.
1463 AC_MSG_CHECKING([for ld used by $CC])
1464 case $host in
1465 *-*-mingw*)
1466 # gcc leaves a trailing carriage return which upsets mingw
1467 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1468 *)
1469 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1470 esac
1471 case $ac_prog in
1472 # Accept absolute paths.
1473 [[\\/]]* | ?:[[\\/]]*)
1474 re_direlt='/[[^/]][[^/]]*/\.\./'
1475 # Canonicalize the pathname of ld
1476 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
1477 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
1478 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
1479 done
1480 test -z "$LD" && LD="$ac_prog"
1481 ;;
1482 "")
1483 # If it fails, then pretend we aren't using GCC.
1484 ac_prog=ld
1485 ;;
1486 *)
1487 # If it is relative, then search for the first ld in PATH.
1488 with_gnu_ld=unknown
1489 ;;
1490 esac
1491elif test "$with_gnu_ld" = yes; then
1492 AC_MSG_CHECKING([for GNU ld])
1493else
1494 AC_MSG_CHECKING([for non-GNU ld])
1495fi
1496AC_CACHE_VAL(lt_cv_path_LD,
1497[if test -z "$LD"; then
1498 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1499 for ac_dir in $PATH; do
1500 IFS="$lt_save_ifs"
1501 test -z "$ac_dir" && ac_dir=.
1502 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1503 lt_cv_path_LD="$ac_dir/$ac_prog"
1504 # Check to see if the program is GNU ld. I'd rather use --version,
1505 # but apparently some variants of GNU ld only accept -v.
1506 # Break only if it was the GNU/non-GNU ld that we prefer.
1507 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1508 *GNU* | *'with BFD'*)
1509 test "$with_gnu_ld" != no && break
1510 ;;
1511 *)
1512 test "$with_gnu_ld" != yes && break
1513 ;;
1514 esac
1515 fi
1516 done
1517 IFS="$lt_save_ifs"
1518else
1519 lt_cv_path_LD="$LD" # Let the user override the test with a path.
1520fi])
1521LD="$lt_cv_path_LD"
1522if test -n "$LD"; then
1523 AC_MSG_RESULT($LD)
1524else
1525 AC_MSG_RESULT(no)
1526fi
1527test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1528_LT_PATH_LD_GNU
1529AC_SUBST([LD])
1530
1531_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
1532])
1533m4trace:m4/libtool.m4:3058: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
1534m4trace:m4/libtool.m4:3058: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
1535You should run autoupdate.])dnl
1536m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
1537m4trace:m4/libtool.m4:3059: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
1538m4trace:m4/libtool.m4:3059: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
1539You should run autoupdate.])dnl
1540m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
1541m4trace:m4/libtool.m4:3353: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
1542AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
1543[if test -n "$NM"; then
1544 # Let the user override the test.
1545 lt_cv_path_NM="$NM"
1546else
1547 lt_nm_to_check="${ac_tool_prefix}nm"
1548 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
1549 lt_nm_to_check="$lt_nm_to_check nm"
1550 fi
1551 for lt_tmp_nm in $lt_nm_to_check; do
1552 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1553 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
1554 IFS="$lt_save_ifs"
1555 test -z "$ac_dir" && ac_dir=.
1556 tmp_nm="$ac_dir/$lt_tmp_nm"
1557 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
1558 # Check to see if the nm accepts a BSD-compat flag.
1559 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1560 # nm: unknown option "B" ignored
1561 # Tru64's nm complains that /dev/null is an invalid object file
1562 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
1563 */dev/null* | *'Invalid file or object type'*)
1564 lt_cv_path_NM="$tmp_nm -B"
1565 break
1566 ;;
1567 *)
1568 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
1569 */dev/null*)
1570 lt_cv_path_NM="$tmp_nm -p"
1571 break
1572 ;;
1573 *)
1574 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1575 continue # so that we can try to find one that supports BSD flags
1576 ;;
1577 esac
1578 ;;
1579 esac
1580 fi
1581 done
1582 IFS="$lt_save_ifs"
1583 done
1584 : ${lt_cv_path_NM=no}
1585fi])
1586if test "$lt_cv_path_NM" != "no"; then
1587 NM="$lt_cv_path_NM"
1588else
1589 # Didn't find any BSD compatible name lister, look for dumpbin.
1590 if test -n "$DUMPBIN"; then :
1591 # Let the user override the test.
1592 else
1593 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
1594 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
1595 *COFF*)
1596 DUMPBIN="$DUMPBIN -symbols"
1597 ;;
1598 *)
1599 DUMPBIN=:
1600 ;;
1601 esac
1602 fi
1603 AC_SUBST([DUMPBIN])
1604 if test "$DUMPBIN" != ":"; then
1605 NM="$DUMPBIN"
1606 fi
1607fi
1608test -z "$NM" && NM=nm
1609AC_SUBST([NM])
1610_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
1611
1612AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
1613 [lt_cv_nm_interface="BSD nm"
1614 echo "int some_variable = 0;" > conftest.$ac_ext
1615 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
1616 (eval "$ac_compile" 2>conftest.err)
1617 cat conftest.err >&AS_MESSAGE_LOG_FD
1618 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
1619 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
1620 cat conftest.err >&AS_MESSAGE_LOG_FD
1621 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
1622 cat conftest.out >&AS_MESSAGE_LOG_FD
1623 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
1624 lt_cv_nm_interface="MS dumpbin"
1625 fi
1626 rm -f conftest*])
1627])
1628m4trace:m4/libtool.m4:3443: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1629m4trace:m4/libtool.m4:3443: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
1630You should run autoupdate.])dnl
1631m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1632m4trace:m4/libtool.m4:3444: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1633m4trace:m4/libtool.m4:3444: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
1634You should run autoupdate.])dnl
1635m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1636m4trace:m4/libtool.m4:3514: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1637LIBM=
1638case $host in
1639*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
1640 # These system don't have libm, or don't need it
1641 ;;
1642*-ncr-sysv4.3*)
1643 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
1644 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
1645 ;;
1646*)
1647 AC_CHECK_LIB(m, cos, LIBM="-lm")
1648 ;;
1649esac
1650AC_SUBST([LIBM])
1651])
1652m4trace:m4/libtool.m4:3533: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
1653m4trace:m4/libtool.m4:3533: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
1654You should run autoupdate.])dnl
1655m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
1656m4trace:m4/libtool.m4:7498: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
1657 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
1658 [AC_CHECK_TOOL(GCJ, gcj,)
1659 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
1660 AC_SUBST(GCJFLAGS)])])[]dnl
1661])
1662m4trace:m4/libtool.m4:7507: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
1663m4trace:m4/libtool.m4:7507: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
1664You should run autoupdate.])dnl
1665m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
1666m4trace:m4/libtool.m4:7514: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
1667])
1668m4trace:m4/libtool.m4:7519: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
1669m4trace:m4/libtool.m4:7519: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
1670You should run autoupdate.])dnl
1671m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
1672m4trace:m4/libtool.m4:7639: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
1673m4trace:m4/libtool.m4:7639: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
1674You should run autoupdate.])dnl
1675m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
1676m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
1677m4trace:m4/ltoptions.m4:111: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
1678AC_DIAGNOSE([obsolete],
1679[$0: Remove this warning and the call to _LT_SET_OPTION when you
1680put the `dlopen' option into LT_INIT's first parameter.])
1681])
1682m4trace:m4/ltoptions.m4:111: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
1683You should run autoupdate.])dnl
1684_LT_SET_OPTION([LT_INIT], [dlopen])
1685AC_DIAGNOSE([obsolete],
1686[$0: Remove this warning and the call to _LT_SET_OPTION when you
1687put the `dlopen' option into LT_INIT's first parameter.])
1688])
1689m4trace:m4/ltoptions.m4:146: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1690_LT_SET_OPTION([LT_INIT], [win32-dll])
1691AC_DIAGNOSE([obsolete],
1692[$0: Remove this warning and the call to _LT_SET_OPTION when you
1693put the `win32-dll' option into LT_INIT's first parameter.])
1694])
1695m4trace:m4/ltoptions.m4:146: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
1696You should run autoupdate.])dnl
1697AC_REQUIRE([AC_CANONICAL_HOST])dnl
1698_LT_SET_OPTION([LT_INIT], [win32-dll])
1699AC_DIAGNOSE([obsolete],
1700[$0: Remove this warning and the call to _LT_SET_OPTION when you
1701put the `win32-dll' option into LT_INIT's first parameter.])
1702])
1703m4trace:m4/ltoptions.m4:195: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
1704])
1705m4trace:m4/ltoptions.m4:199: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
1706])
1707m4trace:m4/ltoptions.m4:203: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1708m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
1709You should run autoupdate.])dnl
1710AC_ENABLE_SHARED($@)])
1711m4trace:m4/ltoptions.m4:204: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1712m4trace:m4/ltoptions.m4:204: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
1713You should run autoupdate.])dnl
1714AC_DISABLE_SHARED($@)])
1715m4trace:m4/ltoptions.m4:249: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
1716])
1717m4trace:m4/ltoptions.m4:253: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
1718])
1719m4trace:m4/ltoptions.m4:257: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1720m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
1721You should run autoupdate.])dnl
1722AC_ENABLE_STATIC($@)])
1723m4trace:m4/ltoptions.m4:258: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1724m4trace:m4/ltoptions.m4:258: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
1725You should run autoupdate.])dnl
1726AC_DISABLE_STATIC($@)])
1727m4trace:m4/ltoptions.m4:303: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1728AC_DIAGNOSE([obsolete],
1729[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1730the `fast-install' option into LT_INIT's first parameter.])
1731])
1732m4trace:m4/ltoptions.m4:303: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
1733You should run autoupdate.])dnl
1734_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1735AC_DIAGNOSE([obsolete],
1736[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1737the `fast-install' option into LT_INIT's first parameter.])
1738])
1739m4trace:m4/ltoptions.m4:310: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
1740AC_DIAGNOSE([obsolete],
1741[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1742the `disable-fast-install' option into LT_INIT's first parameter.])
1743])
1744m4trace:m4/ltoptions.m4:310: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
1745You should run autoupdate.])dnl
1746_LT_SET_OPTION([LT_INIT], [disable-fast-install])
1747AC_DIAGNOSE([obsolete],
1748[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1749the `disable-fast-install' option into LT_INIT's first parameter.])
1750])
1751m4trace:m4/ltoptions.m4:343: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
1752AC_DIAGNOSE([obsolete],
1753[$0: Remove this warning and the call to _LT_SET_OPTION when you
1754put the `pic-only' option into LT_INIT's first parameter.])
1755])
1756m4trace:m4/ltoptions.m4:343: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
1757You should run autoupdate.])dnl
1758_LT_SET_OPTION([LT_INIT], [pic-only])
1759AC_DIAGNOSE([obsolete],
1760[$0: Remove this warning and the call to _LT_SET_OPTION when you
1761put the `pic-only' option into LT_INIT's first parameter.])
1762])
1763m4trace:m4/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
1764m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4'
1765macro_revision='1.3293'
1766_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
1767_LT_DECL(, macro_revision, 0)
1768])
1769m4trace:m4/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
1770m4trace:m4/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
1771m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
1772m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
1773m4trace:m4/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
1774m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
1775m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
1776m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
1777m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
1778m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
1779m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
1780m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
1781m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
1782m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
1783m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
1784m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
1785m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
1786m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
1787m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
1788m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
1789m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
1790m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
1791m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
1792m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
1793m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
1794m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
1795m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
1796m4trace:m4/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
1797m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
1798m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
1799m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
1800m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
1801m4trace:m4/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
1802m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
1803m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
1804m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
1805m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
1806m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
1807m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
1808m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
1809m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
1810m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
1811m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
1812m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
1813m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
1814m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
1815m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
1816m4trace:m4/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
1817m4trace:m4/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_F77])
1818m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_FC])
1819m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_CXX])
1820m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?A[CHUM]_])
1821m4trace:configure.ac:4: -1- m4_pattern_forbid([_AC_])
1822m4trace:configure.ac:4: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
1823m4trace:configure.ac:4: -1- m4_pattern_allow([^AS_FLAGS$])
1824m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?m4_])
1825m4trace:configure.ac:4: -1- m4_pattern_forbid([^dnl$])
1826m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?AS_])
1827m4trace:configure.ac:4: -1- m4_pattern_allow([^SHELL$])
1828m4trace:configure.ac:4: -1- m4_pattern_allow([^PATH_SEPARATOR$])
1829m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
1830m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
1831m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
1832m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
1833m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
1834m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
1835m4trace:configure.ac:4: -1- m4_pattern_allow([^exec_prefix$])
1836m4trace:configure.ac:4: -1- m4_pattern_allow([^prefix$])
1837m4trace:configure.ac:4: -1- m4_pattern_allow([^program_transform_name$])
1838m4trace:configure.ac:4: -1- m4_pattern_allow([^bindir$])
1839m4trace:configure.ac:4: -1- m4_pattern_allow([^sbindir$])
1840m4trace:configure.ac:4: -1- m4_pattern_allow([^libexecdir$])
1841m4trace:configure.ac:4: -1- m4_pattern_allow([^datarootdir$])
1842m4trace:configure.ac:4: -1- m4_pattern_allow([^datadir$])
1843m4trace:configure.ac:4: -1- m4_pattern_allow([^sysconfdir$])
1844m4trace:configure.ac:4: -1- m4_pattern_allow([^sharedstatedir$])
1845m4trace:configure.ac:4: -1- m4_pattern_allow([^localstatedir$])
1846m4trace:configure.ac:4: -1- m4_pattern_allow([^includedir$])
1847m4trace:configure.ac:4: -1- m4_pattern_allow([^oldincludedir$])
1848m4trace:configure.ac:4: -1- m4_pattern_allow([^docdir$])
1849m4trace:configure.ac:4: -1- m4_pattern_allow([^infodir$])
1850m4trace:configure.ac:4: -1- m4_pattern_allow([^htmldir$])
1851m4trace:configure.ac:4: -1- m4_pattern_allow([^dvidir$])
1852m4trace:configure.ac:4: -1- m4_pattern_allow([^pdfdir$])
1853m4trace:configure.ac:4: -1- m4_pattern_allow([^psdir$])
1854m4trace:configure.ac:4: -1- m4_pattern_allow([^libdir$])
1855m4trace:configure.ac:4: -1- m4_pattern_allow([^localedir$])
1856m4trace:configure.ac:4: -1- m4_pattern_allow([^mandir$])
1857m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
1858m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
1859m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
1860m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
1861m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
1862m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
1863m4trace:configure.ac:4: -1- m4_pattern_allow([^DEFS$])
1864m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_C$])
1865m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_N$])
1866m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_T$])
1867m4trace:configure.ac:4: -1- m4_pattern_allow([^LIBS$])
1868m4trace:configure.ac:4: -1- m4_pattern_allow([^build_alias$])
1869m4trace:configure.ac:4: -1- m4_pattern_allow([^host_alias$])
1870m4trace:configure.ac:4: -1- m4_pattern_allow([^target_alias$])
1871m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE([libdbus-c++], [0.9.0])
1872m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
1873m4trace:configure.ac:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
1874m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.11.1])
1875m4trace:configure.ac:6: -1- _AM_AUTOCONF_VERSION([2.68])
1876m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
1877m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
1878m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
1879m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
1880m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
1881m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
1882m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
1883m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
1884m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1885 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
1886m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-define])
1887m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
1888m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
1889m4trace:configure.ac:6: -1- AM_SANITY_CHECK
1890m4trace:configure.ac:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1891m4trace:configure.ac:6: -1- AM_MISSING_HAS_RUN
1892m4trace:configure.ac:6: -1- AM_AUX_DIR_EXPAND
1893m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
1894m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
1895m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
1896m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1897m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
1898m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
1899m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
1900m4trace:configure.ac:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1901m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
1902m4trace:configure.ac:6: -1- AM_PROG_INSTALL_SH
1903m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
1904m4trace:configure.ac:6: -1- AM_PROG_INSTALL_STRIP
1905m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
1906m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
1907m4trace:configure.ac:6: -1- AM_PROG_MKDIR_P
1908m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
1909m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
1910m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
1911m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
1912m4trace:configure.ac:6: -1- AM_SET_LEADING_DOT
1913m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
1914m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1915 [_AM_PROG_TAR([v7])])])
1916m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-ustar])
1917m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
1918m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-pax])
1919m4trace:configure.ac:6: -1- _AM_PROG_TAR([v7])
1920m4trace:configure.ac:6: -1- AM_MISSING_PROG([AMTAR], [tar])
1921m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
1922m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
1923m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
1924m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
1925 [_AM_DEPENDENCIES(CC)],
1926 [define([AC_PROG_CC],
1927 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1928AC_PROVIDE_IFELSE([AC_PROG_CXX],
1929 [_AM_DEPENDENCIES(CXX)],
1930 [define([AC_PROG_CXX],
1931 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1932AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1933 [_AM_DEPENDENCIES(OBJC)],
1934 [define([AC_PROG_OBJC],
1935 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1936])
1937m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-dependencies])
1938m4trace:configure.ac:6: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
1939m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([silent-rules])
1940m4trace:configure.ac:7: -1- AM_CONFIG_HEADER([config.h])
1941m4trace:configure.ac:7: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
1942You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
1943configure.ac:7: the top level])
1944m4trace:configure.ac:10: -1- m4_pattern_allow([^build$])
1945m4trace:configure.ac:10: -1- m4_pattern_allow([^build_cpu$])
1946m4trace:configure.ac:10: -1- m4_pattern_allow([^build_vendor$])
1947m4trace:configure.ac:10: -1- m4_pattern_allow([^build_os$])
1948m4trace:configure.ac:10: -1- m4_pattern_allow([^host$])
1949m4trace:configure.ac:10: -1- m4_pattern_allow([^host_cpu$])
1950m4trace:configure.ac:10: -1- m4_pattern_allow([^host_vendor$])
1951m4trace:configure.ac:10: -1- m4_pattern_allow([^host_os$])
1952m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_VERSION$])
1953m4trace:configure.ac:52: -1- m4_pattern_allow([^CC$])
1954m4trace:configure.ac:52: -1- m4_pattern_allow([^CFLAGS$])
1955m4trace:configure.ac:52: -1- m4_pattern_allow([^LDFLAGS$])
1956m4trace:configure.ac:52: -1- m4_pattern_allow([^LIBS$])
1957m4trace:configure.ac:52: -1- m4_pattern_allow([^CPPFLAGS$])
1958m4trace:configure.ac:52: -1- m4_pattern_allow([^CC$])
1959m4trace:configure.ac:52: -1- m4_pattern_allow([^CC$])
1960m4trace:configure.ac:52: -1- m4_pattern_allow([^CC$])
1961m4trace:configure.ac:52: -1- m4_pattern_allow([^CC$])
1962m4trace:configure.ac:52: -1- m4_pattern_allow([^ac_ct_CC$])
1963m4trace:configure.ac:52: -1- m4_pattern_allow([^EXEEXT$])
1964m4trace:configure.ac:52: -1- m4_pattern_allow([^OBJEXT$])
1965m4trace:configure.ac:52: -1- _AM_DEPENDENCIES([CC])
1966m4trace:configure.ac:52: -1- AM_SET_DEPDIR
1967m4trace:configure.ac:52: -1- m4_pattern_allow([^DEPDIR$])
1968m4trace:configure.ac:52: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1969m4trace:configure.ac:52: -1- AM_MAKE_INCLUDE
1970m4trace:configure.ac:52: -1- m4_pattern_allow([^am__include$])
1971m4trace:configure.ac:52: -1- m4_pattern_allow([^am__quote$])
1972m4trace:configure.ac:52: -1- AM_DEP_TRACK
1973m4trace:configure.ac:52: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1974m4trace:configure.ac:52: -1- m4_pattern_allow([^AMDEP_TRUE$])
1975m4trace:configure.ac:52: -1- m4_pattern_allow([^AMDEP_FALSE$])
1976m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1977m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1978m4trace:configure.ac:52: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1979m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1980m4trace:configure.ac:52: -1- m4_pattern_allow([^CCDEPMODE$])
1981m4trace:configure.ac:52: -1- AM_CONDITIONAL([am__fastdepCC], [
1982 test "x$enable_dependency_tracking" != xno \
1983 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1984m4trace:configure.ac:52: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1985m4trace:configure.ac:52: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1986m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1987m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1988m4trace:configure.ac:52: -1- m4_pattern_allow([^HAVE_CLOCK_GETTIME$])
1989m4trace:configure.ac:52: -1- m4_pattern_allow([^HAVE_CLOCK_GETTIME$])
1990m4trace:configure.ac:58: -1- m4_pattern_allow([^RT_LIBS$])
1991m4trace:configure.ac:62: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
1992You should run autoupdate.], [../../lib/autoconf/c.m4:252: AC_LANG_CPLUSPLUS is expanded from...
1993configure.ac:62: the top level])
1994m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1995m4trace:configure.ac:64: -1- m4_pattern_allow([^CFLAGS$])
1996m4trace:configure.ac:64: -1- m4_pattern_allow([^LDFLAGS$])
1997m4trace:configure.ac:64: -1- m4_pattern_allow([^LIBS$])
1998m4trace:configure.ac:64: -1- m4_pattern_allow([^CPPFLAGS$])
1999m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
2000m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
2001m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
2002m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
2003m4trace:configure.ac:64: -1- m4_pattern_allow([^ac_ct_CC$])
2004m4trace:configure.ac:64: -1- _AM_DEPENDENCIES([CC])
2005m4trace:configure.ac:64: -1- m4_pattern_allow([^CCDEPMODE$])
2006m4trace:configure.ac:64: -1- AM_CONDITIONAL([am__fastdepCC], [
2007 test "x$enable_dependency_tracking" != xno \
2008 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
2009m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
2010m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
2011m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
2012m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
2013m4trace:configure.ac:65: -1- m4_pattern_allow([^CXX$])
2014m4trace:configure.ac:65: -1- m4_pattern_allow([^CXXFLAGS$])
2015m4trace:configure.ac:65: -1- m4_pattern_allow([^LDFLAGS$])
2016m4trace:configure.ac:65: -1- m4_pattern_allow([^LIBS$])
2017m4trace:configure.ac:65: -1- m4_pattern_allow([^CPPFLAGS$])
2018m4trace:configure.ac:65: -1- m4_pattern_allow([^CXX$])
2019m4trace:configure.ac:65: -1- m4_pattern_allow([^ac_ct_CXX$])
2020m4trace:configure.ac:65: -1- _AM_DEPENDENCIES([CXX])
2021m4trace:configure.ac:65: -1- m4_pattern_allow([^CXXDEPMODE$])
2022m4trace:configure.ac:65: -1- AM_CONDITIONAL([am__fastdepCXX], [
2023 test "x$enable_dependency_tracking" != xno \
2024 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
2025m4trace:configure.ac:65: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
2026m4trace:configure.ac:65: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
2027m4trace:configure.ac:65: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
2028m4trace:configure.ac:65: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
2029m4trace:configure.ac:68: -1- m4_pattern_allow([^CXX_FOR_BUILD$])
2030m4trace:configure.ac:70: -1- AM_PROG_LIBTOOL
2031m4trace:configure.ac:70: -1- _m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
2032You should run autoupdate.], [m4/libtool.m4:108: AM_PROG_LIBTOOL is expanded from...
2033configure.ac:70: the top level])
2034m4trace:configure.ac:70: -1- LT_INIT
2035m4trace:configure.ac:70: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
2036m4trace:configure.ac:70: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
2037m4trace:configure.ac:70: -1- LTOPTIONS_VERSION
2038m4trace:configure.ac:70: -1- LTSUGAR_VERSION
2039m4trace:configure.ac:70: -1- LTVERSION_VERSION
2040m4trace:configure.ac:70: -1- LTOBSOLETE_VERSION
2041m4trace:configure.ac:70: -1- _LT_PROG_LTMAIN
2042m4trace:configure.ac:70: -1- m4_pattern_allow([^LIBTOOL$])
2043m4trace:configure.ac:70: -1- _LT_PREPARE_SED_QUOTE_VARS
2044m4trace:configure.ac:70: -1- _LT_PROG_ECHO_BACKSLASH
2045m4trace:configure.ac:70: -1- LT_PATH_LD
2046m4trace:configure.ac:70: -1- m4_pattern_allow([^SED$])
2047m4trace:configure.ac:70: -1- AC_PROG_EGREP
2048m4trace:configure.ac:70: -1- m4_pattern_allow([^GREP$])
2049m4trace:configure.ac:70: -1- m4_pattern_allow([^EGREP$])
2050m4trace:configure.ac:70: -1- m4_pattern_allow([^FGREP$])
2051m4trace:configure.ac:70: -1- m4_pattern_allow([^GREP$])
2052m4trace:configure.ac:70: -1- m4_pattern_allow([^LD$])
2053m4trace:configure.ac:70: -1- LT_PATH_NM
2054m4trace:configure.ac:70: -1- m4_pattern_allow([^DUMPBIN$])
2055m4trace:configure.ac:70: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
2056m4trace:configure.ac:70: -1- m4_pattern_allow([^DUMPBIN$])
2057m4trace:configure.ac:70: -1- m4_pattern_allow([^NM$])
2058m4trace:configure.ac:70: -1- m4_pattern_allow([^LN_S$])
2059m4trace:configure.ac:70: -1- LT_CMD_MAX_LEN
2060m4trace:configure.ac:70: -1- m4_pattern_allow([^OBJDUMP$])
2061m4trace:configure.ac:70: -1- m4_pattern_allow([^OBJDUMP$])
2062m4trace:configure.ac:70: -1- m4_pattern_allow([^DLLTOOL$])
2063m4trace:configure.ac:70: -1- m4_pattern_allow([^DLLTOOL$])
2064m4trace:configure.ac:70: -1- m4_pattern_allow([^AR$])
2065m4trace:configure.ac:70: -1- m4_pattern_allow([^ac_ct_AR$])
2066m4trace:configure.ac:70: -1- m4_pattern_allow([^STRIP$])
2067m4trace:configure.ac:70: -1- m4_pattern_allow([^RANLIB$])
2068m4trace:configure.ac:70: -1- _LT_WITH_SYSROOT
2069m4trace:configure.ac:70: -1- m4_pattern_allow([LT_OBJDIR])
2070m4trace:configure.ac:70: -1- m4_pattern_allow([^LT_OBJDIR$])
2071m4trace:configure.ac:70: -1- _LT_CC_BASENAME([$compiler])
2072m4trace:configure.ac:70: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
2073m4trace:configure.ac:70: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
2074m4trace:configure.ac:70: -1- LT_SUPPORTED_TAG([CC])
2075m4trace:configure.ac:70: -1- _LT_COMPILER_BOILERPLATE
2076m4trace:configure.ac:70: -1- _LT_LINKER_BOILERPLATE
2077m4trace:configure.ac:70: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
2078m4trace:configure.ac:70: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
2079 "" | " "*) ;;
2080 *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
2081 esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
2082 _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
2083m4trace:configure.ac:70: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
2084m4trace:configure.ac:70: -1- m4_pattern_allow([^MANIFEST_TOOL$])
2085m4trace:configure.ac:70: -1- _LT_REQUIRED_DARWIN_CHECKS
2086m4trace:configure.ac:70: -1- m4_pattern_allow([^DSYMUTIL$])
2087m4trace:configure.ac:70: -1- m4_pattern_allow([^NMEDIT$])
2088m4trace:configure.ac:70: -1- m4_pattern_allow([^LIPO$])
2089m4trace:configure.ac:70: -1- m4_pattern_allow([^OTOOL$])
2090m4trace:configure.ac:70: -1- m4_pattern_allow([^OTOOL64$])
2091m4trace:configure.ac:70: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])
2092m4trace:configure.ac:70: -1- LT_SYS_DLOPEN_SELF
2093m4trace:configure.ac:70: -1- m4_pattern_allow([^CPP$])
2094m4trace:configure.ac:70: -1- m4_pattern_allow([^CPPFLAGS$])
2095m4trace:configure.ac:70: -1- m4_pattern_allow([^CPP$])
2096m4trace:configure.ac:70: -1- m4_pattern_allow([^STDC_HEADERS$])
2097m4trace:configure.ac:70: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
2098m4trace:configure.ac:70: -1- LT_LANG([CXX])
2099m4trace:configure.ac:70: -1- LT_SUPPORTED_TAG([CXX])
2100m4trace:configure.ac:70: -1- m4_pattern_allow([^CXXCPP$])
2101m4trace:configure.ac:70: -1- m4_pattern_allow([^CPPFLAGS$])
2102m4trace:configure.ac:70: -1- m4_pattern_allow([^CXXCPP$])
2103m4trace:configure.ac:70: -1- _LT_COMPILER_BOILERPLATE
2104m4trace:configure.ac:70: -1- _LT_LINKER_BOILERPLATE
2105m4trace:configure.ac:70: -1- _LT_CC_BASENAME([$compiler])
2106m4trace:configure.ac:70: -1- LT_PATH_LD
2107m4trace:configure.ac:70: -1- m4_pattern_allow([^LD$])
2108m4trace:configure.ac:70: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
2109 "" | " "*) ;;
2110 *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
2111 esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
2112 _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
2113m4trace:configure.ac:70: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
2114m4trace:configure.ac:72: -1- PKG_PROG_PKG_CONFIG
2115m4trace:configure.ac:72: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2116m4trace:configure.ac:72: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
2117m4trace:configure.ac:72: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
2118m4trace:configure.ac:72: -1- m4_pattern_allow([^PKG_CONFIG$])
2119m4trace:configure.ac:72: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
2120m4trace:configure.ac:72: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
2121m4trace:configure.ac:72: -1- m4_pattern_allow([^PKG_CONFIG$])
2122m4trace:configure.ac:82: -1- m4_pattern_allow([^GCC_HASCLASSVISIBILITY$])
2123m4trace:configure.ac:92: -1- PKG_CHECK_MODULES([dbus], [dbus-1 >= $DBUS_REQUIRED_VERSION], [], [as_fn_error $? "You need the DBus libraries (version 0.6 or better)
2124 http://www.freedesktop.org/wiki/Software_2fdbus" "$LINENO" 5
2125])
2126m4trace:configure.ac:92: -1- m4_pattern_allow([^dbus_CFLAGS$])
2127m4trace:configure.ac:92: -1- m4_pattern_allow([^dbus_LIBS$])
2128m4trace:configure.ac:92: -1- PKG_CHECK_EXISTS([dbus-1 >= $DBUS_REQUIRED_VERSION], [pkg_cv_[]dbus_CFLAGS=`$PKG_CONFIG --[]cflags "dbus-1 >= $DBUS_REQUIRED_VERSION" 2>/dev/null`
2129 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2130m4trace:configure.ac:92: -1- PKG_CHECK_EXISTS([dbus-1 >= $DBUS_REQUIRED_VERSION], [pkg_cv_[]dbus_LIBS=`$PKG_CONFIG --[]libs "dbus-1 >= $DBUS_REQUIRED_VERSION" 2>/dev/null`
2131 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2132m4trace:configure.ac:92: -1- _PKG_SHORT_ERRORS_SUPPORTED
2133m4trace:configure.ac:96: -1- m4_pattern_allow([^dbus_CFLAGS$])
2134m4trace:configure.ac:97: -1- m4_pattern_allow([^dbus_LIBS$])
2135m4trace:configure.ac:100: -1- PKG_CHECK_EXISTS([dbus-1 < $DBUS_API_STABLE_VERSION], [AC_DEFINE(DBUS_API_SUBJECT_TO_CHANGE, , [unstable DBus])
2136])
2137m4trace:configure.ac:100: -1- m4_pattern_allow([^DBUS_API_SUBJECT_TO_CHANGE$])
2138m4trace:configure.ac:105: -1- PKG_CHECK_EXISTS([dbus-1 >= $DBUS_THREADS_INIT_DEFAULT_VERSION], [AC_DEFINE(DBUS_HAS_THREADS_INIT_DEFAULT, , [dbus_threads_init_default (needs DBus >= 0.93)])
2139])
2140m4trace:configure.ac:105: -1- m4_pattern_allow([^DBUS_HAS_THREADS_INIT_DEFAULT$])
2141m4trace:configure.ac:110: -1- PKG_CHECK_EXISTS([dbus-1 >= $DBUS_RECURSIVE_MUTEX_VERSION], [AC_DEFINE(DBUS_HAS_RECURSIVE_MUTEX, , [DBus supports recursive mutexes (needs DBus >= 0.95)])
2142])
2143m4trace:configure.ac:110: -1- m4_pattern_allow([^DBUS_HAS_RECURSIVE_MUTEX$])
2144m4trace:configure.ac:116: -1- PKG_CHECK_MODULES([glib], [glib-2.0])
2145m4trace:configure.ac:116: -1- m4_pattern_allow([^glib_CFLAGS$])
2146m4trace:configure.ac:116: -1- m4_pattern_allow([^glib_LIBS$])
2147m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([glib-2.0], [pkg_cv_[]glib_CFLAGS=`$PKG_CONFIG --[]cflags "glib-2.0" 2>/dev/null`
2148 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2149m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([glib-2.0], [pkg_cv_[]glib_LIBS=`$PKG_CONFIG --[]libs "glib-2.0" 2>/dev/null`
2150 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2151m4trace:configure.ac:116: -1- _PKG_SHORT_ERRORS_SUPPORTED
2152m4trace:configure.ac:117: -1- m4_pattern_allow([^glib_CFLAGS$])
2153m4trace:configure.ac:118: -1- m4_pattern_allow([^glib_LIBS$])
2154m4trace:configure.ac:119: -1- AM_CONDITIONAL([ENABLE_GLIB], [test 1 = 1])
2155m4trace:configure.ac:119: -1- m4_pattern_allow([^ENABLE_GLIB_TRUE$])
2156m4trace:configure.ac:119: -1- m4_pattern_allow([^ENABLE_GLIB_FALSE$])
2157m4trace:configure.ac:119: -1- _AM_SUBST_NOTMAKE([ENABLE_GLIB_TRUE])
2158m4trace:configure.ac:119: -1- _AM_SUBST_NOTMAKE([ENABLE_GLIB_FALSE])
2159m4trace:configure.ac:121: -2- AM_CONDITIONAL([HAVE_GTKMM], [test 1 = 1])
2160m4trace:configure.ac:121: -2- m4_pattern_allow([^HAVE_GTKMM_TRUE$])
2161m4trace:configure.ac:121: -2- m4_pattern_allow([^HAVE_GTKMM_FALSE$])
2162m4trace:configure.ac:121: -2- _AM_SUBST_NOTMAKE([HAVE_GTKMM_TRUE])
2163m4trace:configure.ac:121: -2- _AM_SUBST_NOTMAKE([HAVE_GTKMM_FALSE])
2164m4trace:configure.ac:122: -2- AM_CONDITIONAL([HAVE_GTKMM], [test 0 = 1])
2165m4trace:configure.ac:122: -2- m4_pattern_allow([^HAVE_GTKMM_TRUE$])
2166m4trace:configure.ac:122: -2- m4_pattern_allow([^HAVE_GTKMM_FALSE$])
2167m4trace:configure.ac:122: -2- _AM_SUBST_NOTMAKE([HAVE_GTKMM_TRUE])
2168m4trace:configure.ac:122: -2- _AM_SUBST_NOTMAKE([HAVE_GTKMM_FALSE])
2169m4trace:configure.ac:120: -1- PKG_CHECK_MODULES([gtkmm], [gtkmm-2.4], [ if test 1 = 1; then
2170 HAVE_GTKMM_TRUE=
2171 HAVE_GTKMM_FALSE='#'
2172else
2173 HAVE_GTKMM_TRUE='#'
2174 HAVE_GTKMM_FALSE=
2175fi
2176], [ if test 0 = 1; then
2177 HAVE_GTKMM_TRUE=
2178 HAVE_GTKMM_FALSE='#'
2179else
2180 HAVE_GTKMM_TRUE='#'
2181 HAVE_GTKMM_FALSE=
2182fi
2183
2184])
2185m4trace:configure.ac:120: -1- m4_pattern_allow([^gtkmm_CFLAGS$])
2186m4trace:configure.ac:120: -1- m4_pattern_allow([^gtkmm_LIBS$])
2187m4trace:configure.ac:120: -1- PKG_CHECK_EXISTS([gtkmm-2.4], [pkg_cv_[]gtkmm_CFLAGS=`$PKG_CONFIG --[]cflags "gtkmm-2.4" 2>/dev/null`
2188 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2189m4trace:configure.ac:120: -1- PKG_CHECK_EXISTS([gtkmm-2.4], [pkg_cv_[]gtkmm_LIBS=`$PKG_CONFIG --[]libs "gtkmm-2.4" 2>/dev/null`
2190 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2191m4trace:configure.ac:120: -1- _PKG_SHORT_ERRORS_SUPPORTED
2192m4trace:configure.ac:124: -1- m4_pattern_allow([^gtkmm_CFLAGS$])
2193m4trace:configure.ac:125: -1- m4_pattern_allow([^gtkmm_LIBS$])
2194m4trace:configure.ac:127: -1- AM_CONDITIONAL([ENABLE_GLIB], [test 0 = 1])
2195m4trace:configure.ac:127: -1- m4_pattern_allow([^ENABLE_GLIB_TRUE$])
2196m4trace:configure.ac:127: -1- m4_pattern_allow([^ENABLE_GLIB_FALSE$])
2197m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([ENABLE_GLIB_TRUE])
2198m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([ENABLE_GLIB_FALSE])
2199m4trace:configure.ac:128: -1- AM_CONDITIONAL([HAVE_GTKMM], [test 0 = 1])
2200m4trace:configure.ac:128: -1- m4_pattern_allow([^HAVE_GTKMM_TRUE$])
2201m4trace:configure.ac:128: -1- m4_pattern_allow([^HAVE_GTKMM_FALSE$])
2202m4trace:configure.ac:128: -1- _AM_SUBST_NOTMAKE([HAVE_GTKMM_TRUE])
2203m4trace:configure.ac:128: -1- _AM_SUBST_NOTMAKE([HAVE_GTKMM_FALSE])
2204m4trace:configure.ac:132: -1- PKG_CHECK_MODULES([ecore], [ecore])
2205m4trace:configure.ac:132: -1- m4_pattern_allow([^ecore_CFLAGS$])
2206m4trace:configure.ac:132: -1- m4_pattern_allow([^ecore_LIBS$])
2207m4trace:configure.ac:132: -1- PKG_CHECK_EXISTS([ecore], [pkg_cv_[]ecore_CFLAGS=`$PKG_CONFIG --[]cflags "ecore" 2>/dev/null`
2208 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2209m4trace:configure.ac:132: -1- PKG_CHECK_EXISTS([ecore], [pkg_cv_[]ecore_LIBS=`$PKG_CONFIG --[]libs "ecore" 2>/dev/null`
2210 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2211m4trace:configure.ac:132: -1- _PKG_SHORT_ERRORS_SUPPORTED
2212m4trace:configure.ac:133: -1- m4_pattern_allow([^ecore_CFLAGS$])
2213m4trace:configure.ac:134: -1- m4_pattern_allow([^ecore_LIBS$])
2214m4trace:configure.ac:135: -1- AM_CONDITIONAL([ENABLE_ECORE], [test 1 = 1])
2215m4trace:configure.ac:135: -1- m4_pattern_allow([^ENABLE_ECORE_TRUE$])
2216m4trace:configure.ac:135: -1- m4_pattern_allow([^ENABLE_ECORE_FALSE$])
2217m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([ENABLE_ECORE_TRUE])
2218m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([ENABLE_ECORE_FALSE])
2219m4trace:configure.ac:137: -1- AM_CONDITIONAL([ENABLE_ECORE], [test 0 = 1])
2220m4trace:configure.ac:137: -1- m4_pattern_allow([^ENABLE_ECORE_TRUE$])
2221m4trace:configure.ac:137: -1- m4_pattern_allow([^ENABLE_ECORE_FALSE$])
2222m4trace:configure.ac:137: -1- _AM_SUBST_NOTMAKE([ENABLE_ECORE_TRUE])
2223m4trace:configure.ac:137: -1- _AM_SUBST_NOTMAKE([ENABLE_ECORE_FALSE])
2224m4trace:configure.ac:141: -1- AM_CONDITIONAL([ENABLE_TESTS], [test 1 = 1])
2225m4trace:configure.ac:141: -1- m4_pattern_allow([^ENABLE_TESTS_TRUE$])
2226m4trace:configure.ac:141: -1- m4_pattern_allow([^ENABLE_TESTS_FALSE$])
2227m4trace:configure.ac:141: -1- _AM_SUBST_NOTMAKE([ENABLE_TESTS_TRUE])
2228m4trace:configure.ac:141: -1- _AM_SUBST_NOTMAKE([ENABLE_TESTS_FALSE])
2229m4trace:configure.ac:143: -1- AM_CONDITIONAL([ENABLE_TESTS], [test 0 = 1])
2230m4trace:configure.ac:143: -1- m4_pattern_allow([^ENABLE_TESTS_TRUE$])
2231m4trace:configure.ac:143: -1- m4_pattern_allow([^ENABLE_TESTS_FALSE$])
2232m4trace:configure.ac:143: -1- _AM_SUBST_NOTMAKE([ENABLE_TESTS_TRUE])
2233m4trace:configure.ac:143: -1- _AM_SUBST_NOTMAKE([ENABLE_TESTS_FALSE])
2234m4trace:configure.ac:147: -1- AM_CONDITIONAL([ENABLE_EXAMPLES], [test 1 = 1])
2235m4trace:configure.ac:147: -1- m4_pattern_allow([^ENABLE_EXAMPLES_TRUE$])
2236m4trace:configure.ac:147: -1- m4_pattern_allow([^ENABLE_EXAMPLES_FALSE$])
2237m4trace:configure.ac:147: -1- _AM_SUBST_NOTMAKE([ENABLE_EXAMPLES_TRUE])
2238m4trace:configure.ac:147: -1- _AM_SUBST_NOTMAKE([ENABLE_EXAMPLES_FALSE])
2239m4trace:configure.ac:149: -1- AM_CONDITIONAL([ENABLE_EXAMPLES], [test 0 = 1])
2240m4trace:configure.ac:149: -1- m4_pattern_allow([^ENABLE_EXAMPLES_TRUE$])
2241m4trace:configure.ac:149: -1- m4_pattern_allow([^ENABLE_EXAMPLES_FALSE$])
2242m4trace:configure.ac:149: -1- _AM_SUBST_NOTMAKE([ENABLE_EXAMPLES_TRUE])
2243m4trace:configure.ac:149: -1- _AM_SUBST_NOTMAKE([ENABLE_EXAMPLES_FALSE])
2244m4trace:configure.ac:152: -1- m4_pattern_allow([^HAVE_EXPAT_H$])
2245m4trace:configure.ac:164: -1- m4_pattern_allow([^xml_CFLAGS$])
2246m4trace:configure.ac:165: -1- m4_pattern_allow([^xml_LIBS$])
2247m4trace:configure.ac:167: -1- ACX_PTHREAD
2248m4trace:configure.ac:167: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
2249You should run autoupdate.], [../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from...
2250m4/acx_pthread.m4:82: ACX_PTHREAD is expanded from...
2251configure.ac:167: the top level])
2252m4trace:configure.ac:167: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
2253You should run autoupdate.], [../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
2254m4/acx_pthread.m4:82: ACX_PTHREAD is expanded from...
2255configure.ac:167: the top level])
2256m4trace:configure.ac:167: -1- m4_pattern_allow([^acx_pthread_config$])
2257m4trace:configure.ac:167: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2258You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
2259m4/acx_pthread.m4:82: ACX_PTHREAD is expanded from...
2260configure.ac:167: the top level])
2261m4trace:configure.ac:167: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2262You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
2263m4/acx_pthread.m4:82: ACX_PTHREAD is expanded from...
2264configure.ac:167: the top level])
2265m4trace:configure.ac:167: -1- m4_pattern_allow([^PTHREAD_CREATE_JOINABLE$])
2266m4trace:configure.ac:167: -1- m4_pattern_allow([^PTHREAD_CC$])
2267m4trace:configure.ac:167: -1- m4_pattern_allow([^PTHREAD_LIBS$])
2268m4trace:configure.ac:167: -1- m4_pattern_allow([^PTHREAD_CFLAGS$])
2269m4trace:configure.ac:167: -1- m4_pattern_allow([^PTHREAD_CC$])
2270m4trace:configure.ac:167: -2- m4_pattern_allow([^HAVE_PTHREAD$])
2271m4trace:configure.ac:167: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
2272You should run autoupdate.], [../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from...
2273m4/acx_pthread.m4:82: ACX_PTHREAD is expanded from...
2274configure.ac:167: the top level])
2275m4trace:configure.ac:169: -1- m4_pattern_allow([^HAVE_PTHREAD_H$])
2276m4trace:configure.ac:170: -1- AM_CONDITIONAL([HAVE_PTHREAD], [test x"$acx_pthread_ok" = xyes])
2277m4trace:configure.ac:170: -1- m4_pattern_allow([^HAVE_PTHREAD_TRUE$])
2278m4trace:configure.ac:170: -1- m4_pattern_allow([^HAVE_PTHREAD_FALSE$])
2279m4trace:configure.ac:170: -1- _AM_SUBST_NOTMAKE([HAVE_PTHREAD_TRUE])
2280m4trace:configure.ac:170: -1- _AM_SUBST_NOTMAKE([HAVE_PTHREAD_FALSE])
2281m4trace:configure.ac:175: -1- m4_pattern_allow([^DOXYGEN$])
2282m4trace:configure.ac:199: -1- AM_CONDITIONAL([DBUS_DOXYGEN_DOCS_ENABLED], [test "$enable_doxygen_docs" = "yes"])
2283m4trace:configure.ac:199: -1- m4_pattern_allow([^DBUS_DOXYGEN_DOCS_ENABLED_TRUE$])
2284m4trace:configure.ac:199: -1- m4_pattern_allow([^DBUS_DOXYGEN_DOCS_ENABLED_FALSE$])
2285m4trace:configure.ac:199: -1- _AM_SUBST_NOTMAKE([DBUS_DOXYGEN_DOCS_ENABLED_TRUE])
2286m4trace:configure.ac:199: -1- _AM_SUBST_NOTMAKE([DBUS_DOXYGEN_DOCS_ENABLED_FALSE])
2287m4trace:configure.ac:203: -1- AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = "yes"])
2288m4trace:configure.ac:203: -1- m4_pattern_allow([^CROSS_COMPILING_TRUE$])
2289m4trace:configure.ac:203: -1- m4_pattern_allow([^CROSS_COMPILING_FALSE$])
2290m4trace:configure.ac:203: -1- _AM_SUBST_NOTMAKE([CROSS_COMPILING_TRUE])
2291m4trace:configure.ac:203: -1- _AM_SUBST_NOTMAKE([CROSS_COMPILING_FALSE])
2292m4trace:configure.ac:211: -1- m4_pattern_allow([^BUILD_LIBDBUS_CXX_DIR$])
2293m4trace:configure.ac:215: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
2294You should run autoupdate.], [])
2295m4trace:configure.ac:215: -1- m4_pattern_allow([^LIB@&t@OBJS$])
2296m4trace:configure.ac:215: -1- m4_pattern_allow([^LTLIBOBJS$])
2297m4trace:configure.ac:215: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
2298m4trace:configure.ac:215: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
2299m4trace:configure.ac:215: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
2300m4trace:configure.ac:215: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
2301m4trace:configure.ac:215: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
2302m4trace:configure.ac:215: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
2303m4trace:configure.ac:215: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
2304m4trace:configure.ac:215: -1- _LT_PROG_LTMAIN