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