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