dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / libevent-modified / autom4te.cache / traces.2
blob174ad4f03290e74aa692e7e618049bec2e06753d
1 m4trace:/usr/share/aclocal/argz.m4:12: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
3 AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
5 AC_CHECK_TYPES([error_t],
6   [],
7   [AC_DEFINE([error_t], [int],
8    [Define to a type to use for `error_t' if it is not otherwise available.])
9    AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
10     does not typedef error_t.])],
11   [#if defined(HAVE_ARGZ_H)
12 #  include <argz.h>
13 #endif])
15 ARGZ_H=
16 AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
17         argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
19 dnl if have system argz functions, allow forced use of
20 dnl libltdl-supplied implementation (and default to do so
21 dnl on "known bad" systems). Could use a runtime check, but
22 dnl (a) detecting malloc issues is notoriously unreliable
23 dnl (b) only known system that declares argz functions,
24 dnl     provides them, yet they are broken, is cygwin
25 dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
26 dnl So, it's more straightforward simply to special case
27 dnl this for known bad systems.
28 AS_IF([test -z "$ARGZ_H"],
29     [AC_CACHE_CHECK(
30         [if argz actually works],
31         [lt_cv_sys_argz_works],
32         [[case $host_os in #(
33          *cygwin*)
34            lt_cv_sys_argz_works=no
35            if test "$cross_compiling" != no; then
36              lt_cv_sys_argz_works="guessing no"
37            else
38              lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
39              save_IFS=$IFS
40              IFS=-.
41              set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
42              IFS=$save_IFS
43              lt_os_major=${2-0}
44              lt_os_minor=${3-0}
45              lt_os_micro=${4-0}
46              if test "$lt_os_major" -gt 1 \
47                 || { test "$lt_os_major" -eq 1 \
48                   && { test "$lt_os_minor" -gt 5 \
49                     || { test "$lt_os_minor" -eq 5 \
50                       && test "$lt_os_micro" -gt 24; }; }; }; then
51                lt_cv_sys_argz_works=yes
52              fi
53            fi
54            ;; #(
55          *) lt_cv_sys_argz_works=yes ;;
56          esac]])
57      AS_IF([test "$lt_cv_sys_argz_works" = yes],
58         [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
59                    [This value is set to 1 to indicate that the system argz facility works])],
60         [ARGZ_H=argz.h
61         AC_LIBOBJ([argz])])])
63 AC_SUBST([ARGZ_H])
65 m4trace:/usr/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
66 m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
67 _$0($*)
69 m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
70 dnl Although the argument is deprecated and no longer documented,
71 dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
72 dnl here make sure it is the same as any other declaration of libltdl's
73 dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
74 dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
75 m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
76 _$0()
78 m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
79 _LTDL_CONVENIENCE])
80 m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
81 You should run autoupdate.])dnl
82 _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
83 _LTDL_CONVENIENCE])
84 m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
85 dnl Although the argument is deprecated and no longer documented,
86 dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
87 dnl here make sure it is the same as any other declaration of libltdl's
88 dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
89 dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
90 m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
91 _$0()
93 m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
94 _LTDL_INSTALLABLE])
95 m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
96 You should run autoupdate.])dnl
97 _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
98 _LTDL_INSTALLABLE])
99 m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
100   m4_pattern_allow([^_LT_LIBOBJS$])
101   _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
103 m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
104 _LT_SET_OPTIONS([$0], [$1])
106 dnl We need to keep our own list of libobjs separate from our parent project,
107 dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
108 dnl we look for our own LIBOBJs.
109 m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
110 m4_pushdef([AC_LIBSOURCES])
112 dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
113 m4_if(_LTDL_MODE, [],
114         [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
115         m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
116                 [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
118 AC_ARG_WITH([included_ltdl],
119     [AS_HELP_STRING([--with-included-ltdl],
120                     [use the GNU ltdl sources included here])])
122 if test "x$with_included_ltdl" != xyes; then
123   # We are not being forced to use the included libltdl sources, so
124   # decide whether there is a useful installed version we can use.
125   AC_CHECK_HEADER([ltdl.h],
126       [AC_CHECK_DECL([lt_dlinterface_register],
127            [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
128                [with_included_ltdl=no],
129                [with_included_ltdl=yes])],
130            [with_included_ltdl=yes],
131            [AC_INCLUDES_DEFAULT
132             #include <ltdl.h>])],
133       [with_included_ltdl=yes],
134       [AC_INCLUDES_DEFAULT]
135   )
138 dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
139 dnl was called yet, then for old times' sake, we assume libltdl is in an
140 dnl eponymous directory:
141 AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
143 AC_ARG_WITH([ltdl_include],
144     [AS_HELP_STRING([--with-ltdl-include=DIR],
145                     [use the ltdl headers installed in DIR])])
147 if test -n "$with_ltdl_include"; then
148   if test -f "$with_ltdl_include/ltdl.h"; then :
149   else
150     AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
151   fi
152 else
153   with_ltdl_include=no
156 AC_ARG_WITH([ltdl_lib],
157     [AS_HELP_STRING([--with-ltdl-lib=DIR],
158                     [use the libltdl.la installed in DIR])])
160 if test -n "$with_ltdl_lib"; then
161   if test -f "$with_ltdl_lib/libltdl.la"; then :
162   else
163     AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
164   fi
165 else
166   with_ltdl_lib=no
169 case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
170   ,yes,no,no,)
171         m4_case(m4_default(_LTDL_TYPE, [convenience]),
172             [convenience], [_LTDL_CONVENIENCE],
173             [installable], [_LTDL_INSTALLABLE],
174           [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
175         ;;
176   ,no,no,no,)
177         # If the included ltdl is not to be used, then use the
178         # preinstalled libltdl we found.
179         AC_DEFINE([HAVE_LTDL], [1],
180           [Define this if a modern libltdl is already installed])
181         LIBLTDL=-lltdl
182         LTDLDEPS=
183         LTDLINCL=
184         ;;
185   ,no*,no,*)
186         AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
187         ;;
188   *)    with_included_ltdl=no
189         LIBLTDL="-L$with_ltdl_lib -lltdl"
190         LTDLDEPS=
191         LTDLINCL="-I$with_ltdl_include"
192         ;;
193 esac
194 INCLTDL="$LTDLINCL"
196 # Report our decision...
197 AC_MSG_CHECKING([where to find libltdl headers])
198 AC_MSG_RESULT([$LTDLINCL])
199 AC_MSG_CHECKING([where to find libltdl library])
200 AC_MSG_RESULT([$LIBLTDL])
202 _LTDL_SETUP
204 dnl restore autoconf definition.
205 m4_popdef([AC_LIBOBJ])
206 m4_popdef([AC_LIBSOURCES])
208 AC_CONFIG_COMMANDS_PRE([
209     _ltdl_libobjs=
210     _ltdl_ltlibobjs=
211     if test -n "$_LT_LIBOBJS"; then
212       # Remove the extension.
213       _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
214       for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
215         _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
216         _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
217       done
218     fi
219     AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
220     AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
223 # Only expand once:
224 m4_define([LTDL_INIT])
226 m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
227 m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
228 You should run autoupdate.])dnl
229 LTDL_INIT($@)])
230 m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
231 m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
232 You should run autoupdate.])dnl
233 LTDL_INIT($@)])
234 m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
235 m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
236 You should run autoupdate.])dnl
237 LTDL_INIT($@)])
238 m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
239 AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
240 AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
241 AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
242 AC_REQUIRE([LT_LIB_DLLOAD])dnl
243 AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
244 AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
245 AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
246 AC_REQUIRE([gl_FUNC_ARGZ])dnl
248 m4_require([_LT_CHECK_OBJDIR])dnl
249 m4_require([_LT_HEADER_DLFCN])dnl
250 m4_require([_LT_CHECK_DLPREOPEN])dnl
251 m4_require([_LT_DECL_SED])dnl
253 dnl Don't require this, or it will be expanded earlier than the code
254 dnl that sets the variables it relies on:
255 _LT_ENABLE_INSTALL
257 dnl _LTDL_MODE specific code must be called at least once:
258 _LTDL_MODE_DISPATCH
260 # In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
261 # the user used.  This is so that ltdl.h can pick up the parent projects
262 # config.h file, The first file in AC_CONFIG_HEADERS must contain the
263 # definitions required by ltdl.c.
264 # FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
265 AC_CONFIG_COMMANDS_PRE([dnl
266 m4_pattern_allow([^LT_CONFIG_H$])dnl
267 m4_ifset([AH_HEADER],
268     [LT_CONFIG_H=AH_HEADER],
269     [m4_ifset([AC_LIST_HEADERS],
270             [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
271         [])])])
272 AC_SUBST([LT_CONFIG_H])
274 AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
275         [], [], [AC_INCLUDES_DEFAULT])
277 AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
278 AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
280 m4_pattern_allow([LT_LIBEXT])dnl
281 AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
283 name=
284 eval "lt_libprefix=\"$libname_spec\""
285 m4_pattern_allow([LT_LIBPREFIX])dnl
286 AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
288 name=ltdl
289 eval "LTDLOPEN=\"$libname_spec\""
290 AC_SUBST([LTDLOPEN])
292 m4trace:/usr/share/aclocal/ltdl.m4:443: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
293 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
294   [lt_cv_sys_dlopen_deplibs],
295   [# PORTME does your system automatically load deplibs for dlopen?
296   # or its logical equivalent (e.g. shl_load for HP-UX < 11)
297   # For now, we just catch OSes we know something about -- in the
298   # future, we'll try test this programmatically.
299   lt_cv_sys_dlopen_deplibs=unknown
300   case $host_os in
301   aix3*|aix4.1.*|aix4.2.*)
302     # Unknown whether this is true for these versions of AIX, but
303     # we want this `case' here to explicitly catch those versions.
304     lt_cv_sys_dlopen_deplibs=unknown
305     ;;
306   aix[[4-9]]*)
307     lt_cv_sys_dlopen_deplibs=yes
308     ;;
309   amigaos*)
310     case $host_cpu in
311     powerpc)
312       lt_cv_sys_dlopen_deplibs=no
313       ;;
314     esac
315     ;;
316   darwin*)
317     # Assuming the user has installed a libdl from somewhere, this is true
318     # If you are looking for one http://www.opendarwin.org/projects/dlcompat
319     lt_cv_sys_dlopen_deplibs=yes
320     ;;
321   freebsd* | dragonfly*)
322     lt_cv_sys_dlopen_deplibs=yes
323     ;;
324   gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
325     # GNU and its variants, using gnu ld.so (Glibc)
326     lt_cv_sys_dlopen_deplibs=yes
327     ;;
328   hpux10*|hpux11*)
329     lt_cv_sys_dlopen_deplibs=yes
330     ;;
331   interix*)
332     lt_cv_sys_dlopen_deplibs=yes
333     ;;
334   irix[[12345]]*|irix6.[[01]]*)
335     # Catch all versions of IRIX before 6.2, and indicate that we don't
336     # know how it worked for any of those versions.
337     lt_cv_sys_dlopen_deplibs=unknown
338     ;;
339   irix*)
340     # The case above catches anything before 6.2, and it's known that
341     # at 6.2 and later dlopen does load deplibs.
342     lt_cv_sys_dlopen_deplibs=yes
343     ;;
344   netbsd* | netbsdelf*-gnu)
345     lt_cv_sys_dlopen_deplibs=yes
346     ;;
347   openbsd*)
348     lt_cv_sys_dlopen_deplibs=yes
349     ;;
350   osf[[1234]]*)
351     # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
352     # it did *not* use an RPATH in a shared library to find objects the
353     # library depends on, so we explicitly say `no'.
354     lt_cv_sys_dlopen_deplibs=no
355     ;;
356   osf5.0|osf5.0a|osf5.1)
357     # dlopen *does* load deplibs and with the right loader patch applied
358     # it even uses RPATH in a shared library to search for shared objects
359     # that the library depends on, but there's no easy way to know if that
360     # patch is installed.  Since this is the case, all we can really
361     # say is unknown -- it depends on the patch being installed.  If
362     # it is, this changes to `yes'.  Without it, it would be `no'.
363     lt_cv_sys_dlopen_deplibs=unknown
364     ;;
365   osf*)
366     # the two cases above should catch all versions of osf <= 5.1.  Read
367     # the comments above for what we know about them.
368     # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
369     # is used to find them so we can finally say `yes'.
370     lt_cv_sys_dlopen_deplibs=yes
371     ;;
372   qnx*)
373     lt_cv_sys_dlopen_deplibs=yes
374     ;;
375   solaris*)
376     lt_cv_sys_dlopen_deplibs=yes
377     ;;
378   sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
379     libltdl_cv_sys_dlopen_deplibs=yes
380     ;;
381   esac
382   ])
383 if test "$lt_cv_sys_dlopen_deplibs" != yes; then
384  AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
385     [Define if the OS needs help to load dependent libraries for dlopen().])
388 m4trace:/usr/share/aclocal/ltdl.m4:542: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
389 m4trace:/usr/share/aclocal/ltdl.m4:542: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
390 You should run autoupdate.])dnl
391 m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
392 m4trace:/usr/share/aclocal/ltdl.m4:549: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
393 AC_CACHE_CHECK([which extension is used for runtime loadable modules],
394   [libltdl_cv_shlibext],
396 module=yes
397 eval libltdl_cv_shlibext=$shrext_cmds
398 module=no
399 eval libltdl_cv_shrext=$shrext_cmds
400   ])
401 if test -n "$libltdl_cv_shlibext"; then
402   m4_pattern_allow([LT_MODULE_EXT])dnl
403   AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
404     [Define to the extension used for runtime loadable modules, say, ".so".])
406 if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
407   m4_pattern_allow([LT_SHARED_EXT])dnl
408   AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
409     [Define to the shared library suffix, say, ".dylib".])
412 m4trace:/usr/share/aclocal/ltdl.m4:572: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
413 m4trace:/usr/share/aclocal/ltdl.m4:572: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
414 You should run autoupdate.])dnl
415 m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
416 m4trace:/usr/share/aclocal/ltdl.m4:579: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
417 AC_CACHE_CHECK([which variable specifies run-time module search path],
418   [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
419 if test -n "$lt_cv_module_path_var"; then
420   m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
421   AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
422     [Define to the name of the environment variable that determines the run-time module search path.])
425 m4trace:/usr/share/aclocal/ltdl.m4:591: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
426 m4trace:/usr/share/aclocal/ltdl.m4:591: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
427 You should run autoupdate.])dnl
428 m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
429 m4trace:/usr/share/aclocal/ltdl.m4:598: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
430 AC_CACHE_CHECK([for the default library search path],
431   [lt_cv_sys_dlsearch_path],
432   [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
433 if test -n "$lt_cv_sys_dlsearch_path"; then
434   sys_dlsearch_path=
435   for dir in $lt_cv_sys_dlsearch_path; do
436     if test -z "$sys_dlsearch_path"; then
437       sys_dlsearch_path="$dir"
438     else
439       sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
440     fi
441   done
442   m4_pattern_allow([LT_DLSEARCH_PATH])dnl
443   AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
444     [Define to the system default library search path.])
447 m4trace:/usr/share/aclocal/ltdl.m4:619: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
448 m4trace:/usr/share/aclocal/ltdl.m4:619: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
449 You should run autoupdate.])dnl
450 m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
451 m4trace:/usr/share/aclocal/ltdl.m4:645: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
452 LT_DLLOADERS=
453 AC_SUBST([LT_DLLOADERS])
455 AC_LANG_PUSH([C])
457 LIBADD_DLOPEN=
458 AC_SEARCH_LIBS([dlopen], [dl],
459         [AC_DEFINE([HAVE_LIBDL], [1],
460                    [Define if you have the libdl library or equivalent.])
461         if test "$ac_cv_search_dlopen" != "none required" ; then
462           LIBADD_DLOPEN="-ldl"
463         fi
464         libltdl_cv_lib_dl_dlopen="yes"
465         LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
466     [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
467 #  include <dlfcn.h>
468 #endif
469     ]], [[dlopen(0, 0);]])],
470             [AC_DEFINE([HAVE_LIBDL], [1],
471                        [Define if you have the libdl library or equivalent.])
472             libltdl_cv_func_dlopen="yes"
473             LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
474         [AC_CHECK_LIB([svld], [dlopen],
475                 [AC_DEFINE([HAVE_LIBDL], [1],
476                          [Define if you have the libdl library or equivalent.])
477                 LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
478                 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
479 if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
480 then
481   lt_save_LIBS="$LIBS"
482   LIBS="$LIBS $LIBADD_DLOPEN"
483   AC_CHECK_FUNCS([dlerror])
484   LIBS="$lt_save_LIBS"
486 AC_SUBST([LIBADD_DLOPEN])
488 LIBADD_SHL_LOAD=
489 AC_CHECK_FUNC([shl_load],
490         [AC_DEFINE([HAVE_SHL_LOAD], [1],
491                    [Define if you have the shl_load function.])
492         LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
493     [AC_CHECK_LIB([dld], [shl_load],
494             [AC_DEFINE([HAVE_SHL_LOAD], [1],
495                        [Define if you have the shl_load function.])
496             LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
497             LIBADD_SHL_LOAD="-ldld"])])
498 AC_SUBST([LIBADD_SHL_LOAD])
500 case $host_os in
501 darwin[[1567]].*)
502 # We only want this for pre-Mac OS X 10.4.
503   AC_CHECK_FUNC([_dyld_func_lookup],
504         [AC_DEFINE([HAVE_DYLD], [1],
505                    [Define if you have the _dyld_func_lookup function.])
506         LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
507   ;;
508 beos*)
509   LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
510   ;;
511 cygwin* | mingw* | os2* | pw32*)
512   AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
513   LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
514   ;;
515 esac
517 AC_CHECK_LIB([dld], [dld_link],
518         [AC_DEFINE([HAVE_DLD], [1],
519                    [Define if you have the GNU dld library.])
520                 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
521 AC_SUBST([LIBADD_DLD_LINK])
523 m4_pattern_allow([^LT_DLPREOPEN$])
524 LT_DLPREOPEN=
525 if test -n "$LT_DLLOADERS"
526 then
527   for lt_loader in $LT_DLLOADERS; do
528     LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
529   done
530   AC_DEFINE([HAVE_LIBDLLOADER], [1],
531             [Define if libdlloader will be built on this platform])
533 AC_SUBST([LT_DLPREOPEN])
535 dnl This isn't used anymore, but set it for backwards compatibility
536 LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
537 AC_SUBST([LIBADD_DL])
539 AC_LANG_POP
541 m4trace:/usr/share/aclocal/ltdl.m4:738: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
542 m4trace:/usr/share/aclocal/ltdl.m4:738: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
543 You should run autoupdate.])dnl
544 m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
545 m4trace:/usr/share/aclocal/ltdl.m4:746: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
546 AC_CACHE_CHECK([for _ prefix in compiled symbols],
547   [lt_cv_sys_symbol_underscore],
548   [lt_cv_sys_symbol_underscore=no
549   cat > conftest.$ac_ext <<_LT_EOF
550 void nm_test_func(){}
551 int main(){nm_test_func;return 0;}
552 _LT_EOF
553   if AC_TRY_EVAL(ac_compile); then
554     # Now try to grab the symbols.
555     ac_nlist=conftest.nm
556     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
557       # See whether the symbols have a leading underscore.
558       if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
559         lt_cv_sys_symbol_underscore=yes
560       else
561         if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
562           :
563         else
564           echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
565         fi
566       fi
567     else
568       echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
569     fi
570   else
571     echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
572     cat conftest.c >&AS_MESSAGE_LOG_FD
573   fi
574   rm -rf conftest*
575   ])
576   sys_symbol_underscore=$lt_cv_sys_symbol_underscore
577   AC_SUBST([sys_symbol_underscore])
579 m4trace:/usr/share/aclocal/ltdl.m4:783: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
580 m4trace:/usr/share/aclocal/ltdl.m4:783: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
581 You should run autoupdate.])dnl
582 m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
583 m4trace:/usr/share/aclocal/ltdl.m4:790: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
584 if test x"$lt_cv_sys_symbol_underscore" = xyes; then
585   if test x"$libltdl_cv_func_dlopen" = xyes ||
586      test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
587         AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
588           [libltdl_cv_need_uscore],
589           [libltdl_cv_need_uscore=unknown
590           save_LIBS="$LIBS"
591           LIBS="$LIBS $LIBADD_DLOPEN"
592           _LT_TRY_DLOPEN_SELF(
593             [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
594             [],                          [libltdl_cv_need_uscore=cross])
595           LIBS="$save_LIBS"
596         ])
597   fi
600 if test x"$libltdl_cv_need_uscore" = xyes; then
601   AC_DEFINE([NEED_USCORE], [1],
602     [Define if dlsym() requires a leading underscore in symbol names.])
605 m4trace:/usr/share/aclocal/ltdl.m4:815: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
606 m4trace:/usr/share/aclocal/ltdl.m4:815: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
607 You should run autoupdate.])dnl
608 m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
609 m4trace:/usr/share/aclocal-1.11/amversion.m4:17: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
610 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
611 dnl require some minimum version.  Point them to the right macro.
612 m4_if([$1], [1.11.6], [],
613       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
615 m4trace:/usr/share/aclocal-1.11/amversion.m4:36: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.6])dnl
616 m4_ifndef([AC_AUTOCONF_VERSION],
617   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
618 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
619 m4trace:/usr/share/aclocal-1.11/auxdir.m4:49: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
620 AC_PREREQ([2.50])dnl
621 # expand $ac_aux_dir to an absolute path
622 am_aux_dir=`cd $ac_aux_dir && pwd`
624 m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
625  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
626         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
627 AC_SUBST([$1_TRUE])dnl
628 AC_SUBST([$1_FALSE])dnl
629 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
630 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
631 m4_define([_AM_COND_VALUE_$1], [$2])dnl
632 if $2; then
633   $1_TRUE=
634   $1_FALSE='#'
635 else
636   $1_TRUE='#'
637   $1_FALSE=
639 AC_CONFIG_COMMANDS_PRE(
640 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
641   AC_MSG_ERROR([[conditional "$1" was never defined.
642 Usually this means the macro was only invoked conditionally.]])
643 fi])])
644 m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
645 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
646 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
647 AC_REQUIRE([AM_DEP_TRACK])dnl
649 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
650        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
651        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
652        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
653        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
654                    [depcc="$$1"   am_compiler_list=])
656 AC_CACHE_CHECK([dependency style of $depcc],
657                [am_cv_$1_dependencies_compiler_type],
658 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
659   # We make a subdir and do the tests there.  Otherwise we can end up
660   # making bogus files that we don't know about and never remove.  For
661   # instance it was reported that on HP-UX the gcc test will end up
662   # making a dummy file named `D' -- because `-MD' means `put the output
663   # in D'.
664   rm -rf conftest.dir
665   mkdir conftest.dir
666   # Copy depcomp to subdir because otherwise we won't find it if we're
667   # using a relative directory.
668   cp "$am_depcomp" conftest.dir
669   cd conftest.dir
670   # We will build objects and dependencies in a subdirectory because
671   # it helps to detect inapplicable dependency modes.  For instance
672   # both Tru64's cc and ICC support -MD to output dependencies as a
673   # side effect of compilation, but ICC will put the dependencies in
674   # the current directory while Tru64 will put them in the object
675   # directory.
676   mkdir sub
678   am_cv_$1_dependencies_compiler_type=none
679   if test "$am_compiler_list" = ""; then
680      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
681   fi
682   am__universal=false
683   m4_case([$1], [CC],
684     [case " $depcc " in #(
685      *\ -arch\ *\ -arch\ *) am__universal=true ;;
686      esac],
687     [CXX],
688     [case " $depcc " in #(
689      *\ -arch\ *\ -arch\ *) am__universal=true ;;
690      esac])
692   for depmode in $am_compiler_list; do
693     # Setup a source with many dependencies, because some compilers
694     # like to wrap large dependency lists on column 80 (with \), and
695     # we should not choose a depcomp mode which is confused by this.
696     #
697     # We need to recreate these files for each test, as the compiler may
698     # overwrite some of them when testing with obscure command lines.
699     # This happens at least with the AIX C compiler.
700     : > sub/conftest.c
701     for i in 1 2 3 4 5 6; do
702       echo '#include "conftst'$i'.h"' >> sub/conftest.c
703       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
704       # Solaris 8's {/usr,}/bin/sh.
705       touch sub/conftst$i.h
706     done
707     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
709     # We check with `-c' and `-o' for the sake of the "dashmstdout"
710     # mode.  It turns out that the SunPro C++ compiler does not properly
711     # handle `-M -o', and we need to detect this.  Also, some Intel
712     # versions had trouble with output in subdirs
713     am__obj=sub/conftest.${OBJEXT-o}
714     am__minus_obj="-o $am__obj"
715     case $depmode in
716     gcc)
717       # This depmode causes a compiler race in universal mode.
718       test "$am__universal" = false || continue
719       ;;
720     nosideeffect)
721       # after this tag, mechanisms are not by side-effect, so they'll
722       # only be used when explicitly requested
723       if test "x$enable_dependency_tracking" = xyes; then
724         continue
725       else
726         break
727       fi
728       ;;
729     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
730       # This compiler won't grok `-c -o', but also, the minuso test has
731       # not run yet.  These depmodes are late enough in the game, and
732       # so weak that their functioning should not be impacted.
733       am__obj=conftest.${OBJEXT-o}
734       am__minus_obj=
735       ;;
736     none) break ;;
737     esac
738     if depmode=$depmode \
739        source=sub/conftest.c object=$am__obj \
740        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
741        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
742          >/dev/null 2>conftest.err &&
743        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
744        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
745        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
746        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
747       # icc doesn't choke on unknown options, it will just issue warnings
748       # or remarks (even with -Werror).  So we grep stderr for any message
749       # that says an option was ignored or not supported.
750       # When given -MP, icc 7.0 and 7.1 complain thusly:
751       #   icc: Command line warning: ignoring option '-M'; no argument required
752       # The diagnosis changed in icc 8.0:
753       #   icc: Command line remark: option '-MP' not supported
754       if (grep 'ignoring option' conftest.err ||
755           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
756         am_cv_$1_dependencies_compiler_type=$depmode
757         break
758       fi
759     fi
760   done
762   cd ..
763   rm -rf conftest.dir
764 else
765   am_cv_$1_dependencies_compiler_type=none
768 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
769 AM_CONDITIONAL([am__fastdep$1], [
770   test "x$enable_dependency_tracking" != xno \
771   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
773 m4trace:/usr/share/aclocal-1.11/depend.m4:164: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
774 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
776 m4trace:/usr/share/aclocal-1.11/depend.m4:172: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
777 [  --disable-dependency-tracking  speeds up one-time build
778   --enable-dependency-tracking   do not reject slow dependency extractors])
779 if test "x$enable_dependency_tracking" != xno; then
780   am_depcomp="$ac_aux_dir/depcomp"
781   AMDEPBACKSLASH='\'
782   am__nodep='_no'
784 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
785 AC_SUBST([AMDEPBACKSLASH])dnl
786 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
787 AC_SUBST([am__nodep])dnl
788 _AM_SUBST_NOTMAKE([am__nodep])dnl
790 m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
791   # Autoconf 2.62 quotes --file arguments for eval, but not when files
792   # are listed without --file.  Let's play safe and only enable the eval
793   # if we detect the quoting.
794   case $CONFIG_FILES in
795   *\'*) eval set x "$CONFIG_FILES" ;;
796   *)   set x $CONFIG_FILES ;;
797   esac
798   shift
799   for mf
800   do
801     # Strip MF so we end up with the name of the file.
802     mf=`echo "$mf" | sed -e 's/:.*$//'`
803     # Check whether this is an Automake generated Makefile or not.
804     # We used to match only the files named `Makefile.in', but
805     # some people rename them; so instead we look at the file content.
806     # Grep'ing the first line is not enough: some people post-process
807     # each Makefile.in and add a new line on top of each file to say so.
808     # Grep'ing the whole file is not good either: AIX grep has a line
809     # limit of 2048, but all sed's we know have understand at least 4000.
810     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
811       dirpart=`AS_DIRNAME("$mf")`
812     else
813       continue
814     fi
815     # Extract the definition of DEPDIR, am__include, and am__quote
816     # from the Makefile without running `make'.
817     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
818     test -z "$DEPDIR" && continue
819     am__include=`sed -n 's/^am__include = //p' < "$mf"`
820     test -z "am__include" && continue
821     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
822     # When using ansi2knr, U may be empty or an underscore; expand it
823     U=`sed -n 's/^U = //p' < "$mf"`
824     # Find all dependency output files, they are included files with
825     # $(DEPDIR) in their names.  We invoke sed twice because it is the
826     # simplest approach to changing $(DEPDIR) to its actual value in the
827     # expansion.
828     for file in `sed -n "
829       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
830          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
831       # Make sure the directory exists.
832       test -f "$dirpart/$file" && continue
833       fdir=`AS_DIRNAME(["$file"])`
834       AS_MKDIR_P([$dirpart/$fdir])
835       # echo "creating $dirpart/$file"
836       echo '# dummy' > "$dirpart/$file"
837     done
838   done
841 m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
842      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
843      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
845 m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
846 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
847 dnl the ones we care about.
848 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
849 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
850 AC_REQUIRE([AC_PROG_INSTALL])dnl
851 if test "`cd $srcdir && pwd`" != "`pwd`"; then
852   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
853   # is not polluted with repeated "-I."
854   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
855   # test to see if srcdir already configured
856   if test -f $srcdir/config.status; then
857     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
858   fi
861 # test whether we have cygpath
862 if test -z "$CYGPATH_W"; then
863   if (cygpath --version) >/dev/null 2>/dev/null; then
864     CYGPATH_W='cygpath -w'
865   else
866     CYGPATH_W=echo
867   fi
869 AC_SUBST([CYGPATH_W])
871 # Define the identity of the package.
872 dnl Distinguish between old-style and new-style calls.
873 m4_ifval([$2],
874 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
875  AC_SUBST([PACKAGE], [$1])dnl
876  AC_SUBST([VERSION], [$2])],
877 [_AM_SET_OPTIONS([$1])dnl
878 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
879 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
880   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
881  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
882  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
884 _AM_IF_OPTION([no-define],,
885 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
886  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
888 # Some tools Automake needs.
889 AC_REQUIRE([AM_SANITY_CHECK])dnl
890 AC_REQUIRE([AC_ARG_PROGRAM])dnl
891 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
892 AM_MISSING_PROG(AUTOCONF, autoconf)
893 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
894 AM_MISSING_PROG(AUTOHEADER, autoheader)
895 AM_MISSING_PROG(MAKEINFO, makeinfo)
896 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
897 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
898 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
899 # We need awk for the "check" target.  The system "awk" is bad on
900 # some platforms.
901 AC_REQUIRE([AC_PROG_AWK])dnl
902 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
903 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
904 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
905               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
906                              [_AM_PROG_TAR([v7])])])
907 _AM_IF_OPTION([no-dependencies],,
908 [AC_PROVIDE_IFELSE([AC_PROG_CC],
909                   [_AM_DEPENDENCIES(CC)],
910                   [define([AC_PROG_CC],
911                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
912 AC_PROVIDE_IFELSE([AC_PROG_CXX],
913                   [_AM_DEPENDENCIES(CXX)],
914                   [define([AC_PROG_CXX],
915                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
916 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
917                   [_AM_DEPENDENCIES(OBJC)],
918                   [define([AC_PROG_OBJC],
919                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
921 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
922 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
923 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
924 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
925 AC_CONFIG_COMMANDS_PRE(dnl
926 [m4_provide_if([_AM_COMPILER_EXEEXT],
927   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
929 m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
930 _am_arg=$1
931 _am_stamp_count=1
932 for _am_header in $config_headers :; do
933   case $_am_header in
934     $_am_arg | $_am_arg:* )
935       break ;;
936     * )
937       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
938   esac
939 done
940 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
941 m4trace:/usr/share/aclocal-1.11/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
942 if test x"${install_sh}" != xset; then
943   case $am_aux_dir in
944   *\ * | *\     *)
945     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
946   *)
947     install_sh="\${SHELL} $am_aux_dir/install-sh"
948   esac
950 AC_SUBST(install_sh)])
951 m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
952 mkdir .tst 2>/dev/null
953 if test -d .tst; then
954   am__leading_dot=.
955 else
956   am__leading_dot=_
958 rmdir .tst 2>/dev/null
959 AC_SUBST([am__leading_dot])])
960 m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
961 cat > confinc << 'END'
962 am__doit:
963         @echo this is the am__doit target
964 .PHONY: am__doit
966 # If we don't find an include directive, just comment out the code.
967 AC_MSG_CHECKING([for style of include used by $am_make])
968 am__include="#"
969 am__quote=
970 _am_result=none
971 # First try GNU make style include.
972 echo "include confinc" > confmf
973 # Ignore all kinds of additional output from `make'.
974 case `$am_make -s -f confmf 2> /dev/null` in #(
975 *the\ am__doit\ target*)
976   am__include=include
977   am__quote=
978   _am_result=GNU
979   ;;
980 esac
981 # Now try BSD make style include.
982 if test "$am__include" = "#"; then
983    echo '.include "confinc"' > confmf
984    case `$am_make -s -f confmf 2> /dev/null` in #(
985    *the\ am__doit\ target*)
986      am__include=.include
987      am__quote="\""
988      _am_result=BSD
989      ;;
990    esac
992 AC_SUBST([am__include])
993 AC_SUBST([am__quote])
994 AC_MSG_RESULT([$_am_result])
995 rm -f confinc confmf
997 m4trace:/usr/share/aclocal-1.11/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
998 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
999 AC_REQUIRE_AUX_FILE([compile])dnl
1000 # FIXME: we rely on the cache variable name because
1001 # there is no other way.
1002 set dummy $CC
1003 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
1004 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
1005 if test "$am_t" != yes; then
1006    # Losing compiler, so override with the script.
1007    # FIXME: It is wrong to rewrite CC.
1008    # But if we don't then we get into trouble of one sort or another.
1009    # A longer-term fix would be to have automake use am__CC in this case,
1010    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1011    CC="$am_aux_dir/compile $CC"
1013 dnl Make sure AC_PROG_CC is never called again, or it will override our
1014 dnl setting of CC.
1015 m4_define([AC_PROG_CC],
1016           [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
1018 m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1019 $1=${$1-"${am_missing_run}$2"}
1020 AC_SUBST($1)])
1021 m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1022 AC_REQUIRE_AUX_FILE([missing])dnl
1023 if test x"${MISSING+set}" != xset; then
1024   case $am_aux_dir in
1025   *\ * | *\     *)
1026     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1027   *)
1028     MISSING="\${SHELL} $am_aux_dir/missing" ;;
1029   esac
1031 # Use eval to expand $SHELL
1032 if eval "$MISSING --run true"; then
1033   am_missing_run="$MISSING --run "
1034 else
1035   am_missing_run=
1036   AC_MSG_WARN([`missing' script is too old or missing])
1039 m4trace:/usr/share/aclocal-1.11/mkdirp.m4:14: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
1040 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1041 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
1042 dnl while keeping a definition of mkdir_p for backward compatibility.
1043 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1044 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1045 dnl Makefile.ins that do not define MKDIR_P, so we do our own
1046 dnl adjustment using top_builddir (which is defined more often than
1047 dnl MKDIR_P).
1048 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1049 case $mkdir_p in
1050   [[\\/$]]* | ?:[[\\/]]*) ;;
1051   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1052 esac
1054 m4trace:/usr/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1055 m4trace:/usr/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
1056 m4trace:/usr/share/aclocal-1.11/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1057 m4trace:/usr/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1058 m4trace:/usr/share/aclocal-1.11/runlog.m4:14: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1059    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1060    ac_status=$?
1061    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1062    (exit $ac_status); }])
1063 m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
1064 # Just in case
1065 sleep 1
1066 echo timestamp > conftest.file
1067 # Reject unsafe characters in $srcdir or the absolute working directory
1068 # name.  Accept space and tab only in the latter.
1069 am_lf='
1071 case `pwd` in
1072   *[[\\\"\#\$\&\'\`$am_lf]]*)
1073     AC_MSG_ERROR([unsafe absolute working directory name]);;
1074 esac
1075 case $srcdir in
1076   *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
1077     AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1078 esac
1080 # Do `set' in a subshell so we don't clobber the current shell's
1081 # arguments.  Must try -L first in case configure is actually a
1082 # symlink; some systems play weird games with the mod time of symlinks
1083 # (eg FreeBSD returns the mod time of the symlink's containing
1084 # directory).
1085 if (
1086    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1087    if test "$[*]" = "X"; then
1088       # -L didn't work.
1089       set X `ls -t "$srcdir/configure" conftest.file`
1090    fi
1091    rm -f conftest.file
1092    if test "$[*]" != "X $srcdir/configure conftest.file" \
1093       && test "$[*]" != "X conftest.file $srcdir/configure"; then
1095       # If neither matched, then we have a broken ls.  This can happen
1096       # if, for instance, CONFIG_SHELL is bash and it inherits a
1097       # broken ls alias from the environment.  This has actually
1098       # happened.  Such a system could not be considered "sane".
1099       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1100 alias in your environment])
1101    fi
1103    test "$[2]" = conftest.file
1104    )
1105 then
1106    # Ok.
1107    :
1108 else
1109    AC_MSG_ERROR([newly created file is older than distributed files!
1110 Check your system clock])
1112 AC_MSG_RESULT(yes)])
1113 m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
1114 [  --enable-silent-rules          less verbose build output (undo: `make V=1')
1115   --disable-silent-rules         verbose build output (undo: `make V=0')])
1116 case $enable_silent_rules in
1117 yes) AM_DEFAULT_VERBOSITY=0;;
1118 no)  AM_DEFAULT_VERBOSITY=1;;
1119 *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1120 esac
1122 dnl A few `make' implementations (e.g., NonStop OS and NextStep)
1123 dnl do not support nested variable expansions.
1124 dnl See automake bug#9928 and bug#10237.
1125 am_make=${MAKE-make}
1126 AC_CACHE_CHECK([whether $am_make supports nested variables],
1127    [am_cv_make_support_nested_variables],
1128    [if AS_ECHO([['TRUE=$(BAR$(V))
1129 BAR0=false
1130 BAR1=true
1132 am__doit:
1133         @$(TRUE)
1134 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1135   am_cv_make_support_nested_variables=yes
1136 else
1137   am_cv_make_support_nested_variables=no
1138 fi])
1139 if test $am_cv_make_support_nested_variables = yes; then
1140   dnl Using `$V' instead of `$(V)' breaks IRIX make.
1141   AM_V='$(V)'
1142   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1143 else
1144   AM_V=$AM_DEFAULT_VERBOSITY
1145   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1147 AC_SUBST([AM_V])dnl
1148 AM_SUBST_NOTMAKE([AM_V])dnl
1149 AC_SUBST([AM_DEFAULT_V])dnl
1150 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1151 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1152 AM_BACKSLASH='\'
1153 AC_SUBST([AM_BACKSLASH])dnl
1154 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1156 m4trace:/usr/share/aclocal-1.11/strip.m4:19: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1157 # Installed binaries are usually stripped using `strip' when the user
1158 # run `make install-strip'.  However `strip' might not be the right
1159 # tool to use in cross-compilation environments, therefore Automake
1160 # will honor the `STRIP' environment variable to overrule this program.
1161 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1162 if test "$cross_compiling" != no; then
1163   AC_CHECK_TOOL([STRIP], [strip], :)
1165 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1166 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1167 m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1168 m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1169 m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
1170 # in the wild :-(  We should find a proper way to deprecate it ...
1171 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1172 m4_if([$1], [v7],
1173      [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1174      [m4_case([$1], [ustar],, [pax],,
1175               [m4_fatal([Unknown tar format])])
1176 AC_MSG_CHECKING([how to create a $1 tar archive])
1177 # Loop over all known methods to create a tar archive until one works.
1178 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1179 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1180 # Do not fold the above two line into one, because Tru64 sh and
1181 # Solaris sh will not grok spaces in the rhs of `-'.
1182 for _am_tool in $_am_tools
1184   case $_am_tool in
1185   gnutar)
1186     for _am_tar in tar gnutar gtar;
1187     do
1188       AM_RUN_LOG([$_am_tar --version]) && break
1189     done
1190     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1191     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1192     am__untar="$_am_tar -xf -"
1193     ;;
1194   plaintar)
1195     # Must skip GNU tar: if it does not support --format= it doesn't create
1196     # ustar tarball either.
1197     (tar --version) >/dev/null 2>&1 && continue
1198     am__tar='tar chf - "$$tardir"'
1199     am__tar_='tar chf - "$tardir"'
1200     am__untar='tar xf -'
1201     ;;
1202   pax)
1203     am__tar='pax -L -x $1 -w "$$tardir"'
1204     am__tar_='pax -L -x $1 -w "$tardir"'
1205     am__untar='pax -r'
1206     ;;
1207   cpio)
1208     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1209     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1210     am__untar='cpio -i -H $1 -d'
1211     ;;
1212   none)
1213     am__tar=false
1214     am__tar_=false
1215     am__untar=false
1216     ;;
1217   esac
1219   # If the value was cached, stop now.  We just wanted to have am__tar
1220   # and am__untar set.
1221   test -n "${am_cv_prog_tar_$1}" && break
1223   # tar/untar a dummy directory, and stop if the command works
1224   rm -rf conftest.dir
1225   mkdir conftest.dir
1226   echo GrepMe > conftest.dir/file
1227   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1228   rm -rf conftest.dir
1229   if test -s conftest.tar; then
1230     AM_RUN_LOG([$am__untar <conftest.tar])
1231     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1232   fi
1233 done
1234 rm -rf conftest.dir
1236 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1237 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1238 AC_SUBST([am__tar])
1239 AC_SUBST([am__untar])
1241 m4trace:m4/acx_pthread.m4:86: -1- AC_DEFUN([ACX_PTHREAD], [
1242 AC_REQUIRE([AC_CANONICAL_HOST])
1243 AC_LANG_SAVE
1244 AC_LANG_C
1245 acx_pthread_ok=no
1247 # We used to check for pthread.h first, but this fails if pthread.h
1248 # requires special compiler flags (e.g. on True64 or Sequent).
1249 # It gets checked for in the link test anyway.
1251 # First of all, check if the user has set any of the PTHREAD_LIBS,
1252 # etcetera environment variables, and if threads linking works using
1253 # them:
1254 if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then
1255         save_CFLAGS="$CFLAGS"
1256         CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
1257         save_LIBS="$LIBS"
1258         LIBS="$PTHREAD_LIBS $LIBS"
1259         AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS])
1260         AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes)
1261         AC_MSG_RESULT($acx_pthread_ok)
1262         if test x"$acx_pthread_ok" = xno; then
1263                 PTHREAD_LIBS=""
1264                 PTHREAD_CFLAGS=""
1265         fi
1266         LIBS="$save_LIBS"
1267         CFLAGS="$save_CFLAGS"
1270 # We must check for the threads library under a number of different
1271 # names; the ordering is very important because some systems
1272 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
1273 # libraries is broken (non-POSIX).
1275 # Create a list of thread flags to try.  Items starting with a "-" are
1276 # C compiler flags, and other items are library names, except for "none"
1277 # which indicates that we try without any flags at all, and "pthread-config"
1278 # which is a program returning the flags for the Pth emulation library.
1280 acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
1282 # The ordering *is* (sometimes) important.  Some notes on the
1283 # individual items follow:
1285 # pthreads: AIX (must check this before -lpthread)
1286 # none: in case threads are in libc; should be tried before -Kthread and
1287 #       other compiler flags to prevent continual compiler warnings
1288 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
1289 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
1290 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
1291 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
1292 # -pthreads: Solaris/gcc
1293 # -mthreads: Mingw32/gcc, Lynx/gcc
1294 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
1295 #      doesn't hurt to check since this sometimes defines pthreads too;
1296 #      also defines -D_REENTRANT)
1297 #      ... -mt is also the pthreads flag for HP/aCC
1298 # pthread: Linux, etcetera
1299 # --thread-safe: KAI C++
1300 # pthread-config: use pthread-config program (for GNU Pth library)
1302 case "${host_cpu}-${host_os}" in
1303         *solaris*)
1305         # On Solaris (at least, for some versions), libc contains stubbed
1306         # (non-functional) versions of the pthreads routines, so link-based
1307         # tests will erroneously succeed.  (We need to link with -pthreads/-mt/
1308         # -lpthread.)  (The stubs are missing pthread_cleanup_push, or rather
1309         # a function called by this macro, so we could check for that, but
1310         # who knows whether they'll stub that too in a future libc.)  So,
1311         # we'll just look for -pthreads and -lpthread first:
1313         acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
1314         ;;
1315 esac
1317 if test x"$acx_pthread_ok" = xno; then
1318 for flag in $acx_pthread_flags; do
1320         case $flag in
1321                 none)
1322                 AC_MSG_CHECKING([whether pthreads work without any flags])
1323                 ;;
1325                 -*)
1326                 AC_MSG_CHECKING([whether pthreads work with $flag])
1327                 PTHREAD_CFLAGS="$flag"
1328                 ;;
1330                 pthread-config)
1331                 AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no)
1332                 if test x"$acx_pthread_config" = xno; then continue; fi
1333                 PTHREAD_CFLAGS="`pthread-config --cflags`"
1334                 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
1335                 ;;
1337                 *)
1338                 AC_MSG_CHECKING([for the pthreads library -l$flag])
1339                 PTHREAD_LIBS="-l$flag"
1340                 ;;
1341         esac
1343         save_LIBS="$LIBS"
1344         save_CFLAGS="$CFLAGS"
1345         LIBS="$PTHREAD_LIBS $LIBS"
1346         CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
1348         # Check for various functions.  We must include pthread.h,
1349         # since some functions may be macros.  (On the Sequent, we
1350         # need a special flag -Kthread to make this header compile.)
1351         # We check for pthread_join because it is in -lpthread on IRIX
1352         # while pthread_create is in libc.  We check for pthread_attr_init
1353         # due to DEC craziness with -lpthreads.  We check for
1354         # pthread_cleanup_push because it is one of the few pthread
1355         # functions on Solaris that doesn't have a non-functional libc stub.
1356         # We try pthread_create on general principles.
1357         AC_TRY_LINK([#include <pthread.h>],
1358                     [pthread_t th; pthread_join(th, 0);
1359                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
1360                      pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
1361                     [acx_pthread_ok=yes])
1363         LIBS="$save_LIBS"
1364         CFLAGS="$save_CFLAGS"
1366         AC_MSG_RESULT($acx_pthread_ok)
1367         if test "x$acx_pthread_ok" = xyes; then
1368                 break;
1369         fi
1371         PTHREAD_LIBS=""
1372         PTHREAD_CFLAGS=""
1373 done
1376 # Various other checks:
1377 if test "x$acx_pthread_ok" = xyes; then
1378         save_LIBS="$LIBS"
1379         LIBS="$PTHREAD_LIBS $LIBS"
1380         save_CFLAGS="$CFLAGS"
1381         CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
1383         # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
1384         AC_MSG_CHECKING([for joinable pthread attribute])
1385         attr_name=unknown
1386         for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
1387             AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;],
1388                         [attr_name=$attr; break])
1389         done
1390         AC_MSG_RESULT($attr_name)
1391         if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
1392             AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name,
1393                                [Define to necessary symbol if this constant
1394                                 uses a non-standard name on your system.])
1395         fi
1397         AC_MSG_CHECKING([if more special flags are required for pthreads])
1398         flag=no
1399         case "${host_cpu}-${host_os}" in
1400             *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
1401             *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
1402         esac
1403         AC_MSG_RESULT(${flag})
1404         if test "x$flag" != xno; then
1405             PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
1406         fi
1408         LIBS="$save_LIBS"
1409         CFLAGS="$save_CFLAGS"
1411         # More AIX lossage: must compile with xlc_r or cc_r
1412         if test x"$GCC" != xyes; then
1413           AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
1414         else
1415           PTHREAD_CC=$CC
1416         fi
1417 else
1418         PTHREAD_CC="$CC"
1421 AC_SUBST(PTHREAD_LIBS)
1422 AC_SUBST(PTHREAD_CFLAGS)
1423 AC_SUBST(PTHREAD_CC)
1425 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
1426 if test x"$acx_pthread_ok" = xyes; then
1427         ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
1428         :
1429 else
1430         acx_pthread_ok=no
1431         $2
1433 AC_LANG_RESTORE
1435 m4trace:m4/libtool.m4:69: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
1436 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
1437 AC_BEFORE([$0], [LT_LANG])dnl
1438 AC_BEFORE([$0], [LT_OUTPUT])dnl
1439 AC_BEFORE([$0], [LTDL_INIT])dnl
1440 m4_require([_LT_CHECK_BUILDDIR])dnl
1442 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
1443 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
1444 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
1445 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
1446 dnl unless we require an AC_DEFUNed macro:
1447 AC_REQUIRE([LTOPTIONS_VERSION])dnl
1448 AC_REQUIRE([LTSUGAR_VERSION])dnl
1449 AC_REQUIRE([LTVERSION_VERSION])dnl
1450 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
1451 m4_require([_LT_PROG_LTMAIN])dnl
1453 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
1455 dnl Parse OPTIONS
1456 _LT_SET_OPTIONS([$0], [$1])
1458 # This can be used to rebuild libtool when needed
1459 LIBTOOL_DEPS="$ltmain"
1461 # Always use our own libtool.
1462 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1463 AC_SUBST(LIBTOOL)dnl
1465 _LT_SETUP
1467 # Only expand once:
1468 m4_define([LT_INIT])
1470 m4trace:m4/libtool.m4:107: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1471 m4trace:m4/libtool.m4:107: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
1472 You should run autoupdate.])dnl
1473 m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1474 m4trace:m4/libtool.m4:108: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1475 m4trace:m4/libtool.m4:108: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
1476 You should run autoupdate.])dnl
1477 m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1478 m4trace:m4/libtool.m4:609: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
1479 AC_MSG_NOTICE([creating $CONFIG_LT])
1480 _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
1481 [# Run this file to recreate a libtool stub with the current configuration.])
1483 cat >>"$CONFIG_LT" <<\_LTEOF
1484 lt_cl_silent=false
1485 exec AS_MESSAGE_LOG_FD>>config.log
1487   echo
1488   AS_BOX([Running $as_me.])
1489 } >&AS_MESSAGE_LOG_FD
1491 lt_cl_help="\
1492 \`$as_me' creates a local libtool stub from the current configuration,
1493 for use in further configure time tests before the real libtool is
1494 generated.
1496 Usage: $[0] [[OPTIONS]]
1498   -h, --help      print this help, then exit
1499   -V, --version   print version number, then exit
1500   -q, --quiet     do not print progress messages
1501   -d, --debug     don't remove temporary files
1503 Report bugs to <bug-libtool@gnu.org>."
1505 lt_cl_version="\
1506 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
1507 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
1508 configured by $[0], generated by m4_PACKAGE_STRING.
1510 Copyright (C) 2011 Free Software Foundation, Inc.
1511 This config.lt script is free software; the Free Software Foundation
1512 gives unlimited permision to copy, distribute and modify it."
1514 while test $[#] != 0
1516   case $[1] in
1517     --version | --v* | -V )
1518       echo "$lt_cl_version"; exit 0 ;;
1519     --help | --h* | -h )
1520       echo "$lt_cl_help"; exit 0 ;;
1521     --debug | --d* | -d )
1522       debug=: ;;
1523     --quiet | --q* | --silent | --s* | -q )
1524       lt_cl_silent=: ;;
1526     -*) AC_MSG_ERROR([unrecognized option: $[1]
1527 Try \`$[0] --help' for more information.]) ;;
1529     *) AC_MSG_ERROR([unrecognized argument: $[1]
1530 Try \`$[0] --help' for more information.]) ;;
1531   esac
1532   shift
1533 done
1535 if $lt_cl_silent; then
1536   exec AS_MESSAGE_FD>/dev/null
1538 _LTEOF
1540 cat >>"$CONFIG_LT" <<_LTEOF
1541 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
1542 _LTEOF
1544 cat >>"$CONFIG_LT" <<\_LTEOF
1545 AC_MSG_NOTICE([creating $ofile])
1546 _LT_OUTPUT_LIBTOOL_COMMANDS
1547 AS_EXIT(0)
1548 _LTEOF
1549 chmod +x "$CONFIG_LT"
1551 # configure is writing to config.log, but config.lt does its own redirection,
1552 # appending to config.log, which fails on DOS, as config.log is still kept
1553 # open by configure.  Here we exec the FD to /dev/null, effectively closing
1554 # config.log, so it can be properly (re)opened and appended to by config.lt.
1555 lt_cl_success=:
1556 test "$silent" = yes &&
1557   lt_config_lt_args="$lt_config_lt_args --quiet"
1558 exec AS_MESSAGE_LOG_FD>/dev/null
1559 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
1560 exec AS_MESSAGE_LOG_FD>>config.log
1561 $lt_cl_success || AS_EXIT(1)
1563 m4trace:m4/libtool.m4:790: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
1564 m4trace:m4/libtool.m4:801: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
1565 m4_case([$1],
1566   [C],                  [_LT_LANG(C)],
1567   [C++],                [_LT_LANG(CXX)],
1568   [Go],                 [_LT_LANG(GO)],
1569   [Java],               [_LT_LANG(GCJ)],
1570   [Fortran 77],         [_LT_LANG(F77)],
1571   [Fortran],            [_LT_LANG(FC)],
1572   [Windows Resource],   [_LT_LANG(RC)],
1573   [m4_ifdef([_LT_LANG_]$1[_CONFIG],
1574     [_LT_LANG($1)],
1575     [m4_fatal([$0: unsupported language: "$1"])])])dnl
1577 m4trace:m4/libtool.m4:893: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
1578 m4trace:m4/libtool.m4:893: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
1579 You should run autoupdate.])dnl
1580 LT_LANG(C++)])
1581 m4trace:m4/libtool.m4:894: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
1582 m4trace:m4/libtool.m4:894: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
1583 You should run autoupdate.])dnl
1584 LT_LANG(Fortran 77)])
1585 m4trace:m4/libtool.m4:895: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
1586 m4trace:m4/libtool.m4:895: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
1587 You should run autoupdate.])dnl
1588 LT_LANG(Fortran)])
1589 m4trace:m4/libtool.m4:896: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
1590 m4trace:m4/libtool.m4:896: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
1591 You should run autoupdate.])dnl
1592 LT_LANG(Java)])
1593 m4trace:m4/libtool.m4:897: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
1594 m4trace:m4/libtool.m4:897: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
1595 You should run autoupdate.])dnl
1596 LT_LANG(Windows Resource)])
1597 m4trace:m4/libtool.m4:1225: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
1598 AC_ARG_WITH([sysroot],
1599 [  --with-sysroot[=DIR] Search for dependent libraries within DIR
1600                         (or the compiler's sysroot if not specified).],
1601 [], [with_sysroot=no])
1603 dnl lt_sysroot will always be passed unquoted.  We quote it here
1604 dnl in case the user passed a directory name.
1605 lt_sysroot=
1606 case ${with_sysroot} in #(
1607  yes)
1608    if test "$GCC" = yes; then
1609      lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1610    fi
1611    ;; #(
1612  /*)
1613    lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1614    ;; #(
1615  no|'')
1616    ;; #(
1617  *)
1618    AC_MSG_RESULT([${with_sysroot}])
1619    AC_MSG_ERROR([The sysroot must be an absolute path.])
1620    ;;
1621 esac
1623  AC_MSG_RESULT([${lt_sysroot:-no}])
1624 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1625 [dependent libraries, and in which our libraries should be installed.])])
1626 m4trace:m4/libtool.m4:1502: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1627 m4_require([_LT_DECL_SED])dnl
1628 AC_CACHE_CHECK([$1], [$2],
1629   [$2=no
1630    m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1631    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1632    lt_compiler_flag="$3"
1633    # Insert the option either (1) after the last *FLAGS variable, or
1634    # (2) before a word containing "conftest.", or (3) at the end.
1635    # Note that $ac_compile itself does not contain backslashes and begins
1636    # with a dollar sign (not a hyphen), so the echo should work correctly.
1637    # The option is referenced via a variable to avoid confusing sed.
1638    lt_compile=`echo "$ac_compile" | $SED \
1639    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1640    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1641    -e 's:$: $lt_compiler_flag:'`
1642    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1643    (eval "$lt_compile" 2>conftest.err)
1644    ac_status=$?
1645    cat conftest.err >&AS_MESSAGE_LOG_FD
1646    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1647    if (exit $ac_status) && test -s "$ac_outfile"; then
1648      # The compiler can only warn and ignore the option if not recognized
1649      # So say no if there are warnings other than the usual output.
1650      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1651      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1652      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1653        $2=yes
1654      fi
1655    fi
1656    $RM conftest*
1659 if test x"[$]$2" = xyes; then
1660     m4_if([$5], , :, [$5])
1661 else
1662     m4_if([$6], , :, [$6])
1665 m4trace:m4/libtool.m4:1544: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1666 m4trace:m4/libtool.m4:1544: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
1667 You should run autoupdate.])dnl
1668 m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1669 m4trace:m4/libtool.m4:1553: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1670 m4_require([_LT_DECL_SED])dnl
1671 AC_CACHE_CHECK([$1], [$2],
1672   [$2=no
1673    save_LDFLAGS="$LDFLAGS"
1674    LDFLAGS="$LDFLAGS $3"
1675    echo "$lt_simple_link_test_code" > conftest.$ac_ext
1676    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1677      # The linker can only warn and ignore the option if not recognized
1678      # So say no if there are warnings
1679      if test -s conftest.err; then
1680        # Append any errors to the config.log.
1681        cat conftest.err 1>&AS_MESSAGE_LOG_FD
1682        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1683        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1684        if diff conftest.exp conftest.er2 >/dev/null; then
1685          $2=yes
1686        fi
1687      else
1688        $2=yes
1689      fi
1690    fi
1691    $RM -r conftest*
1692    LDFLAGS="$save_LDFLAGS"
1695 if test x"[$]$2" = xyes; then
1696     m4_if([$4], , :, [$4])
1697 else
1698     m4_if([$5], , :, [$5])
1701 m4trace:m4/libtool.m4:1588: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1702 m4trace:m4/libtool.m4:1588: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
1703 You should run autoupdate.])dnl
1704 m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1705 m4trace:m4/libtool.m4:1595: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1706 # find the maximum length of command line arguments
1707 AC_MSG_CHECKING([the maximum length of command line arguments])
1708 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1709   i=0
1710   teststring="ABCD"
1712   case $build_os in
1713   msdosdjgpp*)
1714     # On DJGPP, this test can blow up pretty badly due to problems in libc
1715     # (any single argument exceeding 2000 bytes causes a buffer overrun
1716     # during glob expansion).  Even if it were fixed, the result of this
1717     # check would be larger than it should be.
1718     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
1719     ;;
1721   gnu*)
1722     # Under GNU Hurd, this test is not required because there is
1723     # no limit to the length of command line arguments.
1724     # Libtool will interpret -1 as no limit whatsoever
1725     lt_cv_sys_max_cmd_len=-1;
1726     ;;
1728   cygwin* | mingw* | cegcc*)
1729     # On Win9x/ME, this test blows up -- it succeeds, but takes
1730     # about 5 minutes as the teststring grows exponentially.
1731     # Worse, since 9x/ME are not pre-emptively multitasking,
1732     # you end up with a "frozen" computer, even though with patience
1733     # the test eventually succeeds (with a max line length of 256k).
1734     # Instead, let's just punt: use the minimum linelength reported by
1735     # all of the supported platforms: 8192 (on NT/2K/XP).
1736     lt_cv_sys_max_cmd_len=8192;
1737     ;;
1739   mint*)
1740     # On MiNT this can take a long time and run out of memory.
1741     lt_cv_sys_max_cmd_len=8192;
1742     ;;
1744   amigaos*)
1745     # On AmigaOS with pdksh, this test takes hours, literally.
1746     # So we just punt and use a minimum line length of 8192.
1747     lt_cv_sys_max_cmd_len=8192;
1748     ;;
1750   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
1751     # This has been around since 386BSD, at least.  Likely further.
1752     if test -x /sbin/sysctl; then
1753       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1754     elif test -x /usr/sbin/sysctl; then
1755       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1756     else
1757       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
1758     fi
1759     # And add a safety zone
1760     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1761     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1762     ;;
1764   interix*)
1765     # We know the value 262144 and hardcode it with a safety zone (like BSD)
1766     lt_cv_sys_max_cmd_len=196608
1767     ;;
1769   os2*)
1770     # The test takes a long time on OS/2.
1771     lt_cv_sys_max_cmd_len=8192
1772     ;;
1774   osf*)
1775     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1776     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1777     # nice to cause kernel panics so lets avoid the loop below.
1778     # First set a reasonable default.
1779     lt_cv_sys_max_cmd_len=16384
1780     #
1781     if test -x /sbin/sysconfig; then
1782       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1783         *1*) lt_cv_sys_max_cmd_len=-1 ;;
1784       esac
1785     fi
1786     ;;
1787   sco3.2v5*)
1788     lt_cv_sys_max_cmd_len=102400
1789     ;;
1790   sysv5* | sco5v6* | sysv4.2uw2*)
1791     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1792     if test -n "$kargmax"; then
1793       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[         ]]//'`
1794     else
1795       lt_cv_sys_max_cmd_len=32768
1796     fi
1797     ;;
1798   *)
1799     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1800     if test -n "$lt_cv_sys_max_cmd_len"; then
1801       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1802       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1803     else
1804       # Make teststring a little bigger before we do anything with it.
1805       # a 1K string should be a reasonable start.
1806       for i in 1 2 3 4 5 6 7 8 ; do
1807         teststring=$teststring$teststring
1808       done
1809       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1810       # If test is not a shell built-in, we'll probably end up computing a
1811       # maximum length that is only half of the actual maximum length, but
1812       # we can't tell.
1813       while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1814                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1815               test $i != 17 # 1/2 MB should be enough
1816       do
1817         i=`expr $i + 1`
1818         teststring=$teststring$teststring
1819       done
1820       # Only check the string length outside the loop.
1821       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1822       teststring=
1823       # Add a significant safety factor because C++ compilers can tack on
1824       # massive amounts of additional arguments before passing them to the
1825       # linker.  It appears as though 1/2 is a usable value.
1826       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1827     fi
1828     ;;
1829   esac
1831 if test -n $lt_cv_sys_max_cmd_len ; then
1832   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1833 else
1834   AC_MSG_RESULT(none)
1836 max_cmd_len=$lt_cv_sys_max_cmd_len
1837 _LT_DECL([], [max_cmd_len], [0],
1838     [What is the maximum length of a command?])
1840 m4trace:m4/libtool.m4:1733: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1841 m4trace:m4/libtool.m4:1733: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
1842 You should run autoupdate.])dnl
1843 m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1844 m4trace:m4/libtool.m4:1844: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
1845 if test "x$enable_dlopen" != xyes; then
1846   enable_dlopen=unknown
1847   enable_dlopen_self=unknown
1848   enable_dlopen_self_static=unknown
1849 else
1850   lt_cv_dlopen=no
1851   lt_cv_dlopen_libs=
1853   case $host_os in
1854   beos*)
1855     lt_cv_dlopen="load_add_on"
1856     lt_cv_dlopen_libs=
1857     lt_cv_dlopen_self=yes
1858     ;;
1860   mingw* | pw32* | cegcc*)
1861     lt_cv_dlopen="LoadLibrary"
1862     lt_cv_dlopen_libs=
1863     ;;
1865   cygwin*)
1866     lt_cv_dlopen="dlopen"
1867     lt_cv_dlopen_libs=
1868     ;;
1870   darwin*)
1871   # if libdl is installed we need to link against it
1872     AC_CHECK_LIB([dl], [dlopen],
1873                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1874     lt_cv_dlopen="dyld"
1875     lt_cv_dlopen_libs=
1876     lt_cv_dlopen_self=yes
1877     ])
1878     ;;
1880   *)
1881     AC_CHECK_FUNC([shl_load],
1882           [lt_cv_dlopen="shl_load"],
1883       [AC_CHECK_LIB([dld], [shl_load],
1884             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
1885         [AC_CHECK_FUNC([dlopen],
1886               [lt_cv_dlopen="dlopen"],
1887           [AC_CHECK_LIB([dl], [dlopen],
1888                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1889             [AC_CHECK_LIB([svld], [dlopen],
1890                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1891               [AC_CHECK_LIB([dld], [dld_link],
1892                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
1893               ])
1894             ])
1895           ])
1896         ])
1897       ])
1898     ;;
1899   esac
1901   if test "x$lt_cv_dlopen" != xno; then
1902     enable_dlopen=yes
1903   else
1904     enable_dlopen=no
1905   fi
1907   case $lt_cv_dlopen in
1908   dlopen)
1909     save_CPPFLAGS="$CPPFLAGS"
1910     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1912     save_LDFLAGS="$LDFLAGS"
1913     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1915     save_LIBS="$LIBS"
1916     LIBS="$lt_cv_dlopen_libs $LIBS"
1918     AC_CACHE_CHECK([whether a program can dlopen itself],
1919           lt_cv_dlopen_self, [dnl
1920           _LT_TRY_DLOPEN_SELF(
1921             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1922             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1923     ])
1925     if test "x$lt_cv_dlopen_self" = xyes; then
1926       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1927       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1928           lt_cv_dlopen_self_static, [dnl
1929           _LT_TRY_DLOPEN_SELF(
1930             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1931             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
1932       ])
1933     fi
1935     CPPFLAGS="$save_CPPFLAGS"
1936     LDFLAGS="$save_LDFLAGS"
1937     LIBS="$save_LIBS"
1938     ;;
1939   esac
1941   case $lt_cv_dlopen_self in
1942   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1943   *) enable_dlopen_self=unknown ;;
1944   esac
1946   case $lt_cv_dlopen_self_static in
1947   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1948   *) enable_dlopen_self_static=unknown ;;
1949   esac
1951 _LT_DECL([dlopen_support], [enable_dlopen], [0],
1952          [Whether dlopen is supported])
1953 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
1954          [Whether dlopen of programs is supported])
1955 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
1956          [Whether dlopen of statically linked programs is supported])
1958 m4trace:m4/libtool.m4:1961: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
1959 m4trace:m4/libtool.m4:1961: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
1960 You should run autoupdate.])dnl
1961 m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
1962 m4trace:m4/libtool.m4:2931: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
1963 AC_MSG_CHECKING([for $1])
1964 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1965 [case $MAGIC_CMD in
1966 [[\\/*] |  ?:[\\/]*])
1967   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1968   ;;
1970   lt_save_MAGIC_CMD="$MAGIC_CMD"
1971   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1972 dnl $ac_dummy forces splitting on constant user-supplied paths.
1973 dnl POSIX.2 word splitting is done only on the output of word expansions,
1974 dnl not every word.  This closes a longstanding sh security hole.
1975   ac_dummy="m4_if([$2], , $PATH, [$2])"
1976   for ac_dir in $ac_dummy; do
1977     IFS="$lt_save_ifs"
1978     test -z "$ac_dir" && ac_dir=.
1979     if test -f $ac_dir/$1; then
1980       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1981       if test -n "$file_magic_test_file"; then
1982         case $deplibs_check_method in
1983         "file_magic "*)
1984           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1985           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1986           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1987             $EGREP "$file_magic_regex" > /dev/null; then
1988             :
1989           else
1990             cat <<_LT_EOF 1>&2
1992 *** Warning: the command libtool uses to detect shared libraries,
1993 *** $file_magic_cmd, produces output that libtool cannot recognize.
1994 *** The result is that libtool may fail to recognize shared libraries
1995 *** as such.  This will affect the creation of libtool libraries that
1996 *** depend on shared libraries, but programs linked with such libtool
1997 *** libraries will work regardless of this problem.  Nevertheless, you
1998 *** may want to report the problem to your system manager and/or to
1999 *** bug-libtool@gnu.org
2001 _LT_EOF
2002           fi ;;
2003         esac
2004       fi
2005       break
2006     fi
2007   done
2008   IFS="$lt_save_ifs"
2009   MAGIC_CMD="$lt_save_MAGIC_CMD"
2010   ;;
2011 esac])
2012 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2013 if test -n "$MAGIC_CMD"; then
2014   AC_MSG_RESULT($MAGIC_CMD)
2015 else
2016   AC_MSG_RESULT(no)
2018 _LT_DECL([], [MAGIC_CMD], [0],
2019          [Used to examine libraries when file_magic_cmd begins with "file"])dnl
2021 m4trace:m4/libtool.m4:2993: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2022 m4trace:m4/libtool.m4:2993: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
2023 You should run autoupdate.])dnl
2024 m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2025 m4trace:m4/libtool.m4:3016: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
2026 AC_REQUIRE([AC_CANONICAL_HOST])dnl
2027 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2028 m4_require([_LT_DECL_SED])dnl
2029 m4_require([_LT_DECL_EGREP])dnl
2030 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
2032 AC_ARG_WITH([gnu-ld],
2033     [AS_HELP_STRING([--with-gnu-ld],
2034         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2035     [test "$withval" = no || with_gnu_ld=yes],
2036     [with_gnu_ld=no])dnl
2038 ac_prog=ld
2039 if test "$GCC" = yes; then
2040   # Check if gcc -print-prog-name=ld gives a path.
2041   AC_MSG_CHECKING([for ld used by $CC])
2042   case $host in
2043   *-*-mingw*)
2044     # gcc leaves a trailing carriage return which upsets mingw
2045     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2046   *)
2047     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2048   esac
2049   case $ac_prog in
2050     # Accept absolute paths.
2051     [[\\/]]* | ?:[[\\/]]*)
2052       re_direlt='/[[^/]][[^/]]*/\.\./'
2053       # Canonicalize the pathname of ld
2054       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
2055       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
2056         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2057       done
2058       test -z "$LD" && LD="$ac_prog"
2059       ;;
2060   "")
2061     # If it fails, then pretend we aren't using GCC.
2062     ac_prog=ld
2063     ;;
2064   *)
2065     # If it is relative, then search for the first ld in PATH.
2066     with_gnu_ld=unknown
2067     ;;
2068   esac
2069 elif test "$with_gnu_ld" = yes; then
2070   AC_MSG_CHECKING([for GNU ld])
2071 else
2072   AC_MSG_CHECKING([for non-GNU ld])
2074 AC_CACHE_VAL(lt_cv_path_LD,
2075 [if test -z "$LD"; then
2076   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2077   for ac_dir in $PATH; do
2078     IFS="$lt_save_ifs"
2079     test -z "$ac_dir" && ac_dir=.
2080     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2081       lt_cv_path_LD="$ac_dir/$ac_prog"
2082       # Check to see if the program is GNU ld.  I'd rather use --version,
2083       # but apparently some variants of GNU ld only accept -v.
2084       # Break only if it was the GNU/non-GNU ld that we prefer.
2085       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2086       *GNU* | *'with BFD'*)
2087         test "$with_gnu_ld" != no && break
2088         ;;
2089       *)
2090         test "$with_gnu_ld" != yes && break
2091         ;;
2092       esac
2093     fi
2094   done
2095   IFS="$lt_save_ifs"
2096 else
2097   lt_cv_path_LD="$LD" # Let the user override the test with a path.
2098 fi])
2099 LD="$lt_cv_path_LD"
2100 if test -n "$LD"; then
2101   AC_MSG_RESULT($LD)
2102 else
2103   AC_MSG_RESULT(no)
2105 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2106 _LT_PATH_LD_GNU
2107 AC_SUBST([LD])
2109 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
2111 m4trace:m4/libtool.m4:3105: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2112 m4trace:m4/libtool.m4:3105: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
2113 You should run autoupdate.])dnl
2114 m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2115 m4trace:m4/libtool.m4:3106: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2116 m4trace:m4/libtool.m4:3106: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
2117 You should run autoupdate.])dnl
2118 m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2119 m4trace:m4/libtool.m4:3396: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
2120 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2121 [if test -n "$NM"; then
2122   # Let the user override the test.
2123   lt_cv_path_NM="$NM"
2124 else
2125   lt_nm_to_check="${ac_tool_prefix}nm"
2126   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2127     lt_nm_to_check="$lt_nm_to_check nm"
2128   fi
2129   for lt_tmp_nm in $lt_nm_to_check; do
2130     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2131     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2132       IFS="$lt_save_ifs"
2133       test -z "$ac_dir" && ac_dir=.
2134       tmp_nm="$ac_dir/$lt_tmp_nm"
2135       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2136         # Check to see if the nm accepts a BSD-compat flag.
2137         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2138         #   nm: unknown option "B" ignored
2139         # Tru64's nm complains that /dev/null is an invalid object file
2140         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2141         */dev/null* | *'Invalid file or object type'*)
2142           lt_cv_path_NM="$tmp_nm -B"
2143           break
2144           ;;
2145         *)
2146           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2147           */dev/null*)
2148             lt_cv_path_NM="$tmp_nm -p"
2149             break
2150             ;;
2151           *)
2152             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2153             continue # so that we can try to find one that supports BSD flags
2154             ;;
2155           esac
2156           ;;
2157         esac
2158       fi
2159     done
2160     IFS="$lt_save_ifs"
2161   done
2162   : ${lt_cv_path_NM=no}
2163 fi])
2164 if test "$lt_cv_path_NM" != "no"; then
2165   NM="$lt_cv_path_NM"
2166 else
2167   # Didn't find any BSD compatible name lister, look for dumpbin.
2168   if test -n "$DUMPBIN"; then :
2169     # Let the user override the test.
2170   else
2171     AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
2172     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
2173     *COFF*)
2174       DUMPBIN="$DUMPBIN -symbols"
2175       ;;
2176     *)
2177       DUMPBIN=:
2178       ;;
2179     esac
2180   fi
2181   AC_SUBST([DUMPBIN])
2182   if test "$DUMPBIN" != ":"; then
2183     NM="$DUMPBIN"
2184   fi
2186 test -z "$NM" && NM=nm
2187 AC_SUBST([NM])
2188 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
2190 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
2191   [lt_cv_nm_interface="BSD nm"
2192   echo "int some_variable = 0;" > conftest.$ac_ext
2193   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
2194   (eval "$ac_compile" 2>conftest.err)
2195   cat conftest.err >&AS_MESSAGE_LOG_FD
2196   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
2197   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
2198   cat conftest.err >&AS_MESSAGE_LOG_FD
2199   (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
2200   cat conftest.out >&AS_MESSAGE_LOG_FD
2201   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
2202     lt_cv_nm_interface="MS dumpbin"
2203   fi
2204   rm -f conftest*])
2206 m4trace:m4/libtool.m4:3486: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2207 m4trace:m4/libtool.m4:3486: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
2208 You should run autoupdate.])dnl
2209 m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2210 m4trace:m4/libtool.m4:3487: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2211 m4trace:m4/libtool.m4:3487: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
2212 You should run autoupdate.])dnl
2213 m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2214 m4trace:m4/libtool.m4:3557: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2215 LIBM=
2216 case $host in
2217 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
2218   # These system don't have libm, or don't need it
2219   ;;
2220 *-ncr-sysv4.3*)
2221   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2222   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2223   ;;
2225   AC_CHECK_LIB(m, cos, LIBM="-lm")
2226   ;;
2227 esac
2228 AC_SUBST([LIBM])
2230 m4trace:m4/libtool.m4:3576: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2231 m4trace:m4/libtool.m4:3576: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
2232 You should run autoupdate.])dnl
2233 m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2234 m4trace:m4/libtool.m4:7623: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
2235   [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
2236     [AC_CHECK_TOOL(GCJ, gcj,)
2237       test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
2238       AC_SUBST(GCJFLAGS)])])[]dnl
2240 m4trace:m4/libtool.m4:7632: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2241 m4trace:m4/libtool.m4:7632: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
2242 You should run autoupdate.])dnl
2243 m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2244 m4trace:m4/libtool.m4:7639: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
2246 m4trace:m4/libtool.m4:7646: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
2248 m4trace:m4/libtool.m4:7651: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2249 m4trace:m4/libtool.m4:7651: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
2250 You should run autoupdate.])dnl
2251 m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2252 m4trace:m4/libtool.m4:7771: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2253 m4trace:m4/libtool.m4:7771: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
2254 You should run autoupdate.])dnl
2255 m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2256 m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2257 m4trace:m4/ltoptions.m4:111: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
2258 AC_DIAGNOSE([obsolete],
2259 [$0: Remove this warning and the call to _LT_SET_OPTION when you
2260 put the `dlopen' option into LT_INIT's first parameter.])
2262 m4trace:m4/ltoptions.m4:111: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
2263 You should run autoupdate.])dnl
2264 _LT_SET_OPTION([LT_INIT], [dlopen])
2265 AC_DIAGNOSE([obsolete],
2266 [$0: Remove this warning and the call to _LT_SET_OPTION when you
2267 put the `dlopen' option into LT_INIT's first parameter.])
2269 m4trace:m4/ltoptions.m4:146: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2270 _LT_SET_OPTION([LT_INIT], [win32-dll])
2271 AC_DIAGNOSE([obsolete],
2272 [$0: Remove this warning and the call to _LT_SET_OPTION when you
2273 put the `win32-dll' option into LT_INIT's first parameter.])
2275 m4trace:m4/ltoptions.m4:146: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2276 You should run autoupdate.])dnl
2277 AC_REQUIRE([AC_CANONICAL_HOST])dnl
2278 _LT_SET_OPTION([LT_INIT], [win32-dll])
2279 AC_DIAGNOSE([obsolete],
2280 [$0: Remove this warning and the call to _LT_SET_OPTION when you
2281 put the `win32-dll' option into LT_INIT's first parameter.])
2283 m4trace:m4/ltoptions.m4:195: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
2285 m4trace:m4/ltoptions.m4:199: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
2287 m4trace:m4/ltoptions.m4:203: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
2288 m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
2289 You should run autoupdate.])dnl
2290 AC_ENABLE_SHARED($@)])
2291 m4trace:m4/ltoptions.m4:204: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
2292 m4trace:m4/ltoptions.m4:204: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
2293 You should run autoupdate.])dnl
2294 AC_DISABLE_SHARED($@)])
2295 m4trace:m4/ltoptions.m4:249: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
2297 m4trace:m4/ltoptions.m4:253: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
2299 m4trace:m4/ltoptions.m4:257: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
2300 m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
2301 You should run autoupdate.])dnl
2302 AC_ENABLE_STATIC($@)])
2303 m4trace:m4/ltoptions.m4:258: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
2304 m4trace:m4/ltoptions.m4:258: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
2305 You should run autoupdate.])dnl
2306 AC_DISABLE_STATIC($@)])
2307 m4trace:m4/ltoptions.m4:303: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2308 AC_DIAGNOSE([obsolete],
2309 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2310 the `fast-install' option into LT_INIT's first parameter.])
2312 m4trace:m4/ltoptions.m4:303: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
2313 You should run autoupdate.])dnl
2314 _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2315 AC_DIAGNOSE([obsolete],
2316 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2317 the `fast-install' option into LT_INIT's first parameter.])
2319 m4trace:m4/ltoptions.m4:310: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2320 AC_DIAGNOSE([obsolete],
2321 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2322 the `disable-fast-install' option into LT_INIT's first parameter.])
2324 m4trace:m4/ltoptions.m4:310: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
2325 You should run autoupdate.])dnl
2326 _LT_SET_OPTION([LT_INIT], [disable-fast-install])
2327 AC_DIAGNOSE([obsolete],
2328 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2329 the `disable-fast-install' option into LT_INIT's first parameter.])
2331 m4trace:m4/ltoptions.m4:358: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
2332 AC_DIAGNOSE([obsolete],
2333 [$0: Remove this warning and the call to _LT_SET_OPTION when you
2334 put the `pic-only' option into LT_INIT's first parameter.])
2336 m4trace:m4/ltoptions.m4:358: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
2337 You should run autoupdate.])dnl
2338 _LT_SET_OPTION([LT_INIT], [pic-only])
2339 AC_DIAGNOSE([obsolete],
2340 [$0: Remove this warning and the call to _LT_SET_OPTION when you
2341 put the `pic-only' option into LT_INIT's first parameter.])
2343 m4trace:m4/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
2344 m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2'
2345 macro_revision='1.3337'
2346 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2347 _LT_DECL(, macro_revision, 0)
2349 m4trace:m4/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
2350 m4trace:m4/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
2351 m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
2352 m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
2353 m4trace:m4/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
2354 m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
2355 m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
2356 m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
2357 m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
2358 m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
2359 m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
2360 m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
2361 m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
2362 m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
2363 m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
2364 m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
2365 m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
2366 m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
2367 m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
2368 m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
2369 m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
2370 m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
2371 m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
2372 m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
2373 m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
2374 m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
2375 m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
2376 m4trace:m4/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
2377 m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
2378 m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
2379 m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
2380 m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
2381 m4trace:m4/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
2382 m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
2383 m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
2384 m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
2385 m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
2386 m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
2387 m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
2388 m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
2389 m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
2390 m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
2391 m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
2392 m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
2393 m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
2394 m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
2395 m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
2396 m4trace:m4/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
2397 m4trace:m4/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_F77])
2398 m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_FC])
2399 m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_CXX])
2400 m4trace:configure.ac:13: -1- m4_pattern_forbid([^_?A[CHUM]_])
2401 m4trace:configure.ac:13: -1- m4_pattern_forbid([_AC_])
2402 m4trace:configure.ac:13: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
2403 m4trace:configure.ac:13: -1- m4_pattern_allow([^AS_FLAGS$])
2404 m4trace:configure.ac:13: -1- m4_pattern_forbid([^_?m4_])
2405 m4trace:configure.ac:13: -1- m4_pattern_forbid([^dnl$])
2406 m4trace:configure.ac:13: -1- m4_pattern_forbid([^_?AS_])
2407 m4trace:configure.ac:13: -1- m4_pattern_allow([^SHELL$])
2408 m4trace:configure.ac:13: -1- m4_pattern_allow([^PATH_SEPARATOR$])
2409 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_NAME$])
2410 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2411 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2412 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_STRING$])
2413 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2414 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_URL$])
2415 m4trace:configure.ac:13: -1- m4_pattern_allow([^exec_prefix$])
2416 m4trace:configure.ac:13: -1- m4_pattern_allow([^prefix$])
2417 m4trace:configure.ac:13: -1- m4_pattern_allow([^program_transform_name$])
2418 m4trace:configure.ac:13: -1- m4_pattern_allow([^bindir$])
2419 m4trace:configure.ac:13: -1- m4_pattern_allow([^sbindir$])
2420 m4trace:configure.ac:13: -1- m4_pattern_allow([^libexecdir$])
2421 m4trace:configure.ac:13: -1- m4_pattern_allow([^datarootdir$])
2422 m4trace:configure.ac:13: -1- m4_pattern_allow([^datadir$])
2423 m4trace:configure.ac:13: -1- m4_pattern_allow([^sysconfdir$])
2424 m4trace:configure.ac:13: -1- m4_pattern_allow([^sharedstatedir$])
2425 m4trace:configure.ac:13: -1- m4_pattern_allow([^localstatedir$])
2426 m4trace:configure.ac:13: -1- m4_pattern_allow([^includedir$])
2427 m4trace:configure.ac:13: -1- m4_pattern_allow([^oldincludedir$])
2428 m4trace:configure.ac:13: -1- m4_pattern_allow([^docdir$])
2429 m4trace:configure.ac:13: -1- m4_pattern_allow([^infodir$])
2430 m4trace:configure.ac:13: -1- m4_pattern_allow([^htmldir$])
2431 m4trace:configure.ac:13: -1- m4_pattern_allow([^dvidir$])
2432 m4trace:configure.ac:13: -1- m4_pattern_allow([^pdfdir$])
2433 m4trace:configure.ac:13: -1- m4_pattern_allow([^psdir$])
2434 m4trace:configure.ac:13: -1- m4_pattern_allow([^libdir$])
2435 m4trace:configure.ac:13: -1- m4_pattern_allow([^localedir$])
2436 m4trace:configure.ac:13: -1- m4_pattern_allow([^mandir$])
2437 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_NAME$])
2438 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2439 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2440 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_STRING$])
2441 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2442 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_URL$])
2443 m4trace:configure.ac:13: -1- m4_pattern_allow([^DEFS$])
2444 m4trace:configure.ac:13: -1- m4_pattern_allow([^ECHO_C$])
2445 m4trace:configure.ac:13: -1- m4_pattern_allow([^ECHO_N$])
2446 m4trace:configure.ac:13: -1- m4_pattern_allow([^ECHO_T$])
2447 m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
2448 m4trace:configure.ac:13: -1- m4_pattern_allow([^build_alias$])
2449 m4trace:configure.ac:13: -1- m4_pattern_allow([^host_alias$])
2450 m4trace:configure.ac:13: -1- m4_pattern_allow([^target_alias$])
2451 m4trace:configure.ac:15: -1- AM_INIT_AUTOMAKE
2452 m4trace:configure.ac:15: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2453 m4trace:configure.ac:15: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2454 m4trace:configure.ac:15: -1- AM_AUTOMAKE_VERSION([1.11.6])
2455 m4trace:configure.ac:15: -1- _AM_AUTOCONF_VERSION([2.69])
2456 m4trace:configure.ac:15: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2457 m4trace:configure.ac:15: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
2458 m4trace:configure.ac:15: -1- m4_pattern_allow([^INSTALL_DATA$])
2459 m4trace:configure.ac:15: -1- m4_pattern_allow([^am__isrc$])
2460 m4trace:configure.ac:15: -1- _AM_SUBST_NOTMAKE([am__isrc])
2461 m4trace:configure.ac:15: -1- m4_pattern_allow([^CYGPATH_W$])
2462 m4trace:configure.ac:15: -1- _AM_SET_OPTIONS([])
2463 m4trace:configure.ac:15: -1- m4_pattern_allow([^PACKAGE$])
2464 m4trace:configure.ac:15: -1- m4_pattern_allow([^VERSION$])
2465 m4trace:configure.ac:15: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
2466  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
2467 m4trace:configure.ac:15: -2- _AM_MANGLE_OPTION([no-define])
2468 m4trace:configure.ac:15: -1- m4_pattern_allow([^PACKAGE$])
2469 m4trace:configure.ac:15: -1- m4_pattern_allow([^VERSION$])
2470 m4trace:configure.ac:15: -1- AM_SANITY_CHECK
2471 m4trace:configure.ac:15: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2472 m4trace:configure.ac:15: -1- AM_MISSING_HAS_RUN
2473 m4trace:configure.ac:15: -1- AM_AUX_DIR_EXPAND
2474 m4trace:configure.ac:15: -1- m4_pattern_allow([^ACLOCAL$])
2475 m4trace:configure.ac:15: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
2476 m4trace:configure.ac:15: -1- m4_pattern_allow([^AUTOCONF$])
2477 m4trace:configure.ac:15: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2478 m4trace:configure.ac:15: -1- m4_pattern_allow([^AUTOMAKE$])
2479 m4trace:configure.ac:15: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
2480 m4trace:configure.ac:15: -1- m4_pattern_allow([^AUTOHEADER$])
2481 m4trace:configure.ac:15: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
2482 m4trace:configure.ac:15: -1- m4_pattern_allow([^MAKEINFO$])
2483 m4trace:configure.ac:15: -1- AM_PROG_INSTALL_SH
2484 m4trace:configure.ac:15: -1- m4_pattern_allow([^install_sh$])
2485 m4trace:configure.ac:15: -1- AM_PROG_INSTALL_STRIP
2486 m4trace:configure.ac:15: -1- m4_pattern_allow([^STRIP$])
2487 m4trace:configure.ac:15: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
2488 m4trace:configure.ac:15: -1- AM_PROG_MKDIR_P
2489 m4trace:configure.ac:15: -1- m4_pattern_allow([^MKDIR_P$])
2490 m4trace:configure.ac:15: -1- m4_pattern_allow([^mkdir_p$])
2491 m4trace:configure.ac:15: -1- m4_pattern_allow([^AWK$])
2492 m4trace:configure.ac:15: -1- m4_pattern_allow([^SET_MAKE$])
2493 m4trace:configure.ac:15: -1- AM_SET_LEADING_DOT
2494 m4trace:configure.ac:15: -1- m4_pattern_allow([^am__leading_dot$])
2495 m4trace:configure.ac:15: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2496                              [_AM_PROG_TAR([v7])])])
2497 m4trace:configure.ac:15: -2- _AM_MANGLE_OPTION([tar-ustar])
2498 m4trace:configure.ac:15: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
2499 m4trace:configure.ac:15: -2- _AM_MANGLE_OPTION([tar-pax])
2500 m4trace:configure.ac:15: -1- _AM_PROG_TAR([v7])
2501 m4trace:configure.ac:15: -1- m4_pattern_allow([^AMTAR$])
2502 m4trace:configure.ac:15: -1- m4_pattern_allow([^am__tar$])
2503 m4trace:configure.ac:15: -1- m4_pattern_allow([^am__untar$])
2504 m4trace:configure.ac:15: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
2505                   [_AM_DEPENDENCIES(CC)],
2506                   [define([AC_PROG_CC],
2507                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
2508 AC_PROVIDE_IFELSE([AC_PROG_CXX],
2509                   [_AM_DEPENDENCIES(CXX)],
2510                   [define([AC_PROG_CXX],
2511                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
2512 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
2513                   [_AM_DEPENDENCIES(OBJC)],
2514                   [define([AC_PROG_OBJC],
2515                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
2517 m4trace:configure.ac:15: -2- _AM_MANGLE_OPTION([no-dependencies])
2518 m4trace:configure.ac:15: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
2519 m4trace:configure.ac:15: -2- _AM_MANGLE_OPTION([silent-rules])
2520 m4trace:configure.ac:17: -1- m4_pattern_allow([^NUMERIC_VERSION$])
2521 m4trace:configure.ac:24: -1- m4_pattern_allow([^build$])
2522 m4trace:configure.ac:24: -1- m4_pattern_allow([^build_cpu$])
2523 m4trace:configure.ac:24: -1- m4_pattern_allow([^build_vendor$])
2524 m4trace:configure.ac:24: -1- m4_pattern_allow([^build_os$])
2525 m4trace:configure.ac:25: -1- m4_pattern_allow([^host$])
2526 m4trace:configure.ac:25: -1- m4_pattern_allow([^host_cpu$])
2527 m4trace:configure.ac:25: -1- m4_pattern_allow([^host_vendor$])
2528 m4trace:configure.ac:25: -1- m4_pattern_allow([^host_os$])
2529 m4trace:configure.ac:37: -1- m4_pattern_allow([^CC$])
2530 m4trace:configure.ac:37: -1- m4_pattern_allow([^CFLAGS$])
2531 m4trace:configure.ac:37: -1- m4_pattern_allow([^LDFLAGS$])
2532 m4trace:configure.ac:37: -1- m4_pattern_allow([^LIBS$])
2533 m4trace:configure.ac:37: -1- m4_pattern_allow([^CPPFLAGS$])
2534 m4trace:configure.ac:37: -1- m4_pattern_allow([^CC$])
2535 m4trace:configure.ac:37: -1- m4_pattern_allow([^CC$])
2536 m4trace:configure.ac:37: -1- m4_pattern_allow([^CC$])
2537 m4trace:configure.ac:37: -1- m4_pattern_allow([^CC$])
2538 m4trace:configure.ac:37: -1- m4_pattern_allow([^ac_ct_CC$])
2539 m4trace:configure.ac:37: -1- m4_pattern_allow([^EXEEXT$])
2540 m4trace:configure.ac:37: -1- m4_pattern_allow([^OBJEXT$])
2541 m4trace:configure.ac:37: -1- _AM_DEPENDENCIES([CC])
2542 m4trace:configure.ac:37: -1- AM_SET_DEPDIR
2543 m4trace:configure.ac:37: -1- m4_pattern_allow([^DEPDIR$])
2544 m4trace:configure.ac:37: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
2545 m4trace:configure.ac:37: -1- AM_MAKE_INCLUDE
2546 m4trace:configure.ac:37: -1- m4_pattern_allow([^am__include$])
2547 m4trace:configure.ac:37: -1- m4_pattern_allow([^am__quote$])
2548 m4trace:configure.ac:37: -1- AM_DEP_TRACK
2549 m4trace:configure.ac:37: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2550 m4trace:configure.ac:37: -1- m4_pattern_allow([^AMDEP_TRUE$])
2551 m4trace:configure.ac:37: -1- m4_pattern_allow([^AMDEP_FALSE$])
2552 m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
2553 m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
2554 m4trace:configure.ac:37: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
2555 m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
2556 m4trace:configure.ac:37: -1- m4_pattern_allow([^am__nodep$])
2557 m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([am__nodep])
2558 m4trace:configure.ac:37: -1- m4_pattern_allow([^CCDEPMODE$])
2559 m4trace:configure.ac:37: -1- AM_CONDITIONAL([am__fastdepCC], [
2560   test "x$enable_dependency_tracking" != xno \
2561   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
2562 m4trace:configure.ac:37: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
2563 m4trace:configure.ac:37: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
2564 m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
2565 m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
2566 m4trace:configure.ac:38: -1- AM_PROG_CC_C_O
2567 m4trace:configure.ac:38: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
2568 m4trace:configure.ac:39: -1- m4_pattern_allow([^SED$])
2569 m4trace:configure.ac:41: -1- m4_pattern_allow([^LN_S$])
2570 m4trace:configure.ac:44: -1- m4_pattern_allow([^CPP$])
2571 m4trace:configure.ac:44: -1- m4_pattern_allow([^CPPFLAGS$])
2572 m4trace:configure.ac:44: -1- m4_pattern_allow([^CPP$])
2573 m4trace:configure.ac:44: -1- AC_PROG_EGREP
2574 m4trace:configure.ac:44: -1- m4_pattern_allow([^GREP$])
2575 m4trace:configure.ac:44: -1- m4_pattern_allow([^EGREP$])
2576 m4trace:configure.ac:97: -1- AC_PROG_LIBTOOL
2577 m4trace:configure.ac:97: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
2578 You should run autoupdate.], [m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
2579 configure.ac:97: the top level])
2580 m4trace:configure.ac:97: -1- LT_INIT
2581 m4trace:configure.ac:97: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
2582 m4trace:configure.ac:97: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
2583 m4trace:configure.ac:97: -1- LTOPTIONS_VERSION
2584 m4trace:configure.ac:97: -1- LTSUGAR_VERSION
2585 m4trace:configure.ac:97: -1- LTVERSION_VERSION
2586 m4trace:configure.ac:97: -1- LTOBSOLETE_VERSION
2587 m4trace:configure.ac:97: -1- _LT_PROG_LTMAIN
2588 m4trace:configure.ac:97: -1- m4_pattern_allow([^LIBTOOL$])
2589 m4trace:configure.ac:97: -1- _LT_PREPARE_SED_QUOTE_VARS
2590 m4trace:configure.ac:97: -1- _LT_PROG_ECHO_BACKSLASH
2591 m4trace:configure.ac:97: -1- LT_PATH_LD
2592 m4trace:configure.ac:97: -1- m4_pattern_allow([^SED$])
2593 m4trace:configure.ac:97: -1- m4_pattern_allow([^FGREP$])
2594 m4trace:configure.ac:97: -1- m4_pattern_allow([^GREP$])
2595 m4trace:configure.ac:97: -1- m4_pattern_allow([^LD$])
2596 m4trace:configure.ac:97: -1- LT_PATH_NM
2597 m4trace:configure.ac:97: -1- m4_pattern_allow([^DUMPBIN$])
2598 m4trace:configure.ac:97: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
2599 m4trace:configure.ac:97: -1- m4_pattern_allow([^DUMPBIN$])
2600 m4trace:configure.ac:97: -1- m4_pattern_allow([^NM$])
2601 m4trace:configure.ac:97: -1- LT_CMD_MAX_LEN
2602 m4trace:configure.ac:97: -1- m4_pattern_allow([^OBJDUMP$])
2603 m4trace:configure.ac:97: -1- m4_pattern_allow([^OBJDUMP$])
2604 m4trace:configure.ac:97: -1- m4_pattern_allow([^DLLTOOL$])
2605 m4trace:configure.ac:97: -1- m4_pattern_allow([^DLLTOOL$])
2606 m4trace:configure.ac:97: -1- m4_pattern_allow([^AR$])
2607 m4trace:configure.ac:97: -1- m4_pattern_allow([^ac_ct_AR$])
2608 m4trace:configure.ac:97: -1- m4_pattern_allow([^STRIP$])
2609 m4trace:configure.ac:97: -1- m4_pattern_allow([^RANLIB$])
2610 m4trace:configure.ac:97: -1- _LT_WITH_SYSROOT
2611 m4trace:configure.ac:97: -1- m4_pattern_allow([LT_OBJDIR])
2612 m4trace:configure.ac:97: -1- m4_pattern_allow([^LT_OBJDIR$])
2613 m4trace:configure.ac:97: -1- _LT_CC_BASENAME([$compiler])
2614 m4trace:configure.ac:97: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
2615 m4trace:configure.ac:97: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
2616 m4trace:configure.ac:97: -1- LT_SUPPORTED_TAG([CC])
2617 m4trace:configure.ac:97: -1- _LT_COMPILER_BOILERPLATE
2618 m4trace:configure.ac:97: -1- _LT_LINKER_BOILERPLATE
2619 m4trace:configure.ac:97: -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"])
2620 m4trace:configure.ac:97: -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
2621      "" | " "*) ;;
2622      *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
2623      esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
2624      _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
2625 m4trace:configure.ac:97: -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, )=])
2626 m4trace:configure.ac:97: -1- m4_pattern_allow([^MANIFEST_TOOL$])
2627 m4trace:configure.ac:97: -1- _LT_REQUIRED_DARWIN_CHECKS
2628 m4trace:configure.ac:97: -1- m4_pattern_allow([^DSYMUTIL$])
2629 m4trace:configure.ac:97: -1- m4_pattern_allow([^NMEDIT$])
2630 m4trace:configure.ac:97: -1- m4_pattern_allow([^LIPO$])
2631 m4trace:configure.ac:97: -1- m4_pattern_allow([^OTOOL$])
2632 m4trace:configure.ac:97: -1- m4_pattern_allow([^OTOOL64$])
2633 m4trace:configure.ac:97: -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'])
2634 m4trace:configure.ac:97: -1- LT_SYS_DLOPEN_SELF
2635 m4trace:configure.ac:97: -1- m4_pattern_allow([^STDC_HEADERS$])
2636 m4trace:configure.ac:97: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
2637 m4trace:configure.ac:103: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
2638 m4trace:configure.ac:105: -1- AM_CONDITIONAL([BUILD_REGRESS], [test "$enable_libevent_regress" = "yes"])
2639 m4trace:configure.ac:105: -1- m4_pattern_allow([^BUILD_REGRESS_TRUE$])
2640 m4trace:configure.ac:105: -1- m4_pattern_allow([^BUILD_REGRESS_FALSE$])
2641 m4trace:configure.ac:105: -1- _AM_SUBST_NOTMAKE([BUILD_REGRESS_TRUE])
2642 m4trace:configure.ac:105: -1- _AM_SUBST_NOTMAKE([BUILD_REGRESS_FALSE])
2643 m4trace:configure.ac:117: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
2644 You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2645 configure.ac:117: the top level])
2646 m4trace:configure.ac:130: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
2647 You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2648 configure.ac:130: the top level])
2649 m4trace:configure.ac:140: -1- m4_pattern_allow([^HAVE_ZLIB_H$])
2650 m4trace:configure.ac:149: -1- m4_pattern_allow([^HAVE_LIBZ$])
2651 m4trace:configure.ac:154: -1- m4_pattern_allow([^ZLIB_LIBS$])
2652 m4trace:configure.ac:156: -1- AM_CONDITIONAL([ZLIB_REGRESS], [test "$have_zlib" = "yes"])
2653 m4trace:configure.ac:156: -1- m4_pattern_allow([^ZLIB_REGRESS_TRUE$])
2654 m4trace:configure.ac:156: -1- m4_pattern_allow([^ZLIB_REGRESS_FALSE$])
2655 m4trace:configure.ac:156: -1- _AM_SUBST_NOTMAKE([ZLIB_REGRESS_TRUE])
2656 m4trace:configure.ac:156: -1- _AM_SUBST_NOTMAKE([ZLIB_REGRESS_FALSE])
2657 m4trace:configure.ac:166: -1- m4_pattern_allow([^EV_LIB_WS32$])
2658 m4trace:configure.ac:167: -1- m4_pattern_allow([^EV_LIB_GDI$])
2659 m4trace:configure.ac:168: -1- m4_pattern_allow([^OPENSSL_LIBADD$])
2660 m4trace:configure.ac:170: -1- m4_pattern_allow([^HAVE_OPENSSL_BIO_H$])
2661 m4trace:configure.ac:177: -1- m4_pattern_allow([^HAVE_OPENSSL$])
2662 m4trace:configure.ac:184: -1- m4_pattern_allow([^OPENSSL_LIBS$])
2663 m4trace:configure.ac:188: -1- m4_pattern_allow([^STDC_HEADERS$])
2664 m4trace:configure.ac:190: -1- m4_pattern_allow([^HAVE_SYS_STAT_H$])
2665 m4trace:configure.ac:191: -1- m4_pattern_allow([^HAVE_SYS_SYSCTL_H$])
2666 m4trace:configure.ac:198: -1- m4_pattern_allow([^HAVE_TAILQFOREACH$])
2667 m4trace:configure.ac:213: -1- m4_pattern_allow([^HAVE_TIMERADD$])
2668 m4trace:configure.ac:227: -1- m4_pattern_allow([^HAVE_TIMERCMP$])
2669 m4trace:configure.ac:241: -1- m4_pattern_allow([^HAVE_TIMERCLEAR$])
2670 m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_TIMERISSET$])
2671 m4trace:configure.ac:268: -1- m4_pattern_allow([^HAVE_DECL_CTL_KERN$])
2672 m4trace:configure.ac:268: -1- m4_pattern_allow([^HAVE_DECL_KERN_RANDOM$])
2673 m4trace:configure.ac:268: -1- m4_pattern_allow([^HAVE_DECL_RANDOM_UUID$])
2674 m4trace:configure.ac:268: -1- m4_pattern_allow([^HAVE_DECL_KERN_ARND$])
2675 m4trace:configure.ac:274: -1- AM_CONDITIONAL([BUILD_WIN32], [test x$bwin32 = xtrue])
2676 m4trace:configure.ac:274: -1- m4_pattern_allow([^BUILD_WIN32_TRUE$])
2677 m4trace:configure.ac:274: -1- m4_pattern_allow([^BUILD_WIN32_FALSE$])
2678 m4trace:configure.ac:274: -1- _AM_SUBST_NOTMAKE([BUILD_WIN32_TRUE])
2679 m4trace:configure.ac:274: -1- _AM_SUBST_NOTMAKE([BUILD_WIN32_FALSE])
2680 m4trace:configure.ac:275: -1- AM_CONDITIONAL([BUILD_CYGWIN], [test x$cygwin = xtrue])
2681 m4trace:configure.ac:275: -1- m4_pattern_allow([^BUILD_CYGWIN_TRUE$])
2682 m4trace:configure.ac:275: -1- m4_pattern_allow([^BUILD_CYGWIN_FALSE$])
2683 m4trace:configure.ac:275: -1- _AM_SUBST_NOTMAKE([BUILD_CYGWIN_TRUE])
2684 m4trace:configure.ac:275: -1- _AM_SUBST_NOTMAKE([BUILD_CYGWIN_FALSE])
2685 m4trace:configure.ac:276: -1- AM_CONDITIONAL([BUILD_WITH_NO_UNDEFINED], [test x$bwin32 = xtrue || test x$cygwin = xtrue])
2686 m4trace:configure.ac:276: -1- m4_pattern_allow([^BUILD_WITH_NO_UNDEFINED_TRUE$])
2687 m4trace:configure.ac:276: -1- m4_pattern_allow([^BUILD_WITH_NO_UNDEFINED_FALSE$])
2688 m4trace:configure.ac:276: -1- _AM_SUBST_NOTMAKE([BUILD_WITH_NO_UNDEFINED_TRUE])
2689 m4trace:configure.ac:276: -1- _AM_SUBST_NOTMAKE([BUILD_WITH_NO_UNDEFINED_FALSE])
2690 m4trace:configure.ac:283: -1- m4_pattern_allow([^const$])
2691 m4trace:configure.ac:285: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
2692 m4trace:configure.ac:290: -1- m4_pattern_allow([^HAVE_UMASK$])
2693 m4trace:configure.ac:311: -1- m4_pattern_allow([^HAVE_GETADDRINFO$])
2694 m4trace:configure.ac:314: -1- m4_pattern_allow([^HAVE_GETSERVBYNAME$])
2695 m4trace:configure.ac:321: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME_R$])
2696 m4trace:configure.ac:321: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME_R_6_ARG$])
2697 m4trace:configure.ac:321: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
2698 You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2699 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
2700 ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
2701 ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
2702 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
2703 ../../lib/autoconf/functions.m4:59: AC_CHECK_FUNC is expanded from...
2704 configure.ac:321: the top level])
2705 m4trace:configure.ac:321: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME_R$])
2706 m4trace:configure.ac:321: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME_R_5_ARG$])
2707 m4trace:configure.ac:321: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
2708 You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2709 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
2710 ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
2711 ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
2712 ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2713 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
2714 ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
2715 ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
2716 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
2717 ../../lib/autoconf/functions.m4:59: AC_CHECK_FUNC is expanded from...
2718 configure.ac:321: the top level])
2719 m4trace:configure.ac:321: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME_R$])
2720 m4trace:configure.ac:321: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME_R_3_ARG$])
2721 m4trace:configure.ac:373: -1- m4_pattern_allow([^SIZEOF_LONG$])
2722 m4trace:configure.ac:376: -1- m4_pattern_allow([^HAVE_SETFD$])
2723 m4trace:configure.ac:390: -1- m4_pattern_allow([^HAVE_SELECT$])
2724 m4trace:configure.ac:395: -1- AM_CONDITIONAL([SELECT_BACKEND], [test "x$haveselect" = "xyes"])
2725 m4trace:configure.ac:395: -1- m4_pattern_allow([^SELECT_BACKEND_TRUE$])
2726 m4trace:configure.ac:395: -1- m4_pattern_allow([^SELECT_BACKEND_FALSE$])
2727 m4trace:configure.ac:395: -1- _AM_SUBST_NOTMAKE([SELECT_BACKEND_TRUE])
2728 m4trace:configure.ac:395: -1- _AM_SUBST_NOTMAKE([SELECT_BACKEND_FALSE])
2729 m4trace:configure.ac:398: -1- m4_pattern_allow([^HAVE_POLL$])
2730 m4trace:configure.ac:402: -1- AM_CONDITIONAL([POLL_BACKEND], [test "x$havepoll" = "xyes"])
2731 m4trace:configure.ac:402: -1- m4_pattern_allow([^POLL_BACKEND_TRUE$])
2732 m4trace:configure.ac:402: -1- m4_pattern_allow([^POLL_BACKEND_FALSE$])
2733 m4trace:configure.ac:402: -1- _AM_SUBST_NOTMAKE([POLL_BACKEND_TRUE])
2734 m4trace:configure.ac:402: -1- _AM_SUBST_NOTMAKE([POLL_BACKEND_FALSE])
2735 m4trace:configure.ac:406: -1- m4_pattern_allow([^HAVE_DEVPOLL$])
2736 m4trace:configure.ac:409: -1- AM_CONDITIONAL([DEVPOLL_BACKEND], [test "x$ac_cv_header_sys_devpoll_h" = "xyes"])
2737 m4trace:configure.ac:409: -1- m4_pattern_allow([^DEVPOLL_BACKEND_TRUE$])
2738 m4trace:configure.ac:409: -1- m4_pattern_allow([^DEVPOLL_BACKEND_FALSE$])
2739 m4trace:configure.ac:409: -1- _AM_SUBST_NOTMAKE([DEVPOLL_BACKEND_TRUE])
2740 m4trace:configure.ac:409: -1- _AM_SUBST_NOTMAKE([DEVPOLL_BACKEND_FALSE])
2741 m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_KQUEUE$])
2742 m4trace:configure.ac:416: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
2743 You should run autoupdate.], [../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
2744 configure.ac:416: the top level])
2745 m4trace:configure.ac:416: -1- m4_pattern_allow([^HAVE_WORKING_KQUEUE$])
2746 m4trace:configure.ac:469: -1- AM_CONDITIONAL([KQUEUE_BACKEND], [test "x$havekqueue" = "xyes"])
2747 m4trace:configure.ac:469: -1- m4_pattern_allow([^KQUEUE_BACKEND_TRUE$])
2748 m4trace:configure.ac:469: -1- m4_pattern_allow([^KQUEUE_BACKEND_FALSE$])
2749 m4trace:configure.ac:469: -1- _AM_SUBST_NOTMAKE([KQUEUE_BACKEND_TRUE])
2750 m4trace:configure.ac:469: -1- _AM_SUBST_NOTMAKE([KQUEUE_BACKEND_FALSE])
2751 m4trace:configure.ac:473: -1- m4_pattern_allow([^HAVE_EPOLL_CTL$])
2752 m4trace:configure.ac:475: -1- m4_pattern_allow([^HAVE_EPOLL$])
2753 m4trace:configure.ac:482: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
2754 You should run autoupdate.], [../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
2755 configure.ac:482: the top level])
2756 m4trace:configure.ac:482: -1- m4_pattern_allow([^HAVE_EPOLL$])
2757 m4trace:configure.ac:482: -1- m4_pattern_allow([^LIB@&t@OBJS$])
2758 m4trace:configure.ac:512: -1- AM_CONDITIONAL([EPOLL_BACKEND], [test "x$haveepoll" = "xyes"])
2759 m4trace:configure.ac:512: -1- m4_pattern_allow([^EPOLL_BACKEND_TRUE$])
2760 m4trace:configure.ac:512: -1- m4_pattern_allow([^EPOLL_BACKEND_FALSE$])
2761 m4trace:configure.ac:512: -1- _AM_SUBST_NOTMAKE([EPOLL_BACKEND_TRUE])
2762 m4trace:configure.ac:512: -1- _AM_SUBST_NOTMAKE([EPOLL_BACKEND_FALSE])
2763 m4trace:configure.ac:515: -1- m4_pattern_allow([^HAVE_PORT_CREATE$])
2764 m4trace:configure.ac:517: -1- m4_pattern_allow([^HAVE_EVENT_PORTS$])
2765 m4trace:configure.ac:521: -1- AM_CONDITIONAL([EVPORT_BACKEND], [test "x$haveeventports" = "xyes"])
2766 m4trace:configure.ac:521: -1- m4_pattern_allow([^EVPORT_BACKEND_TRUE$])
2767 m4trace:configure.ac:521: -1- m4_pattern_allow([^EVPORT_BACKEND_FALSE$])
2768 m4trace:configure.ac:521: -1- _AM_SUBST_NOTMAKE([EVPORT_BACKEND_TRUE])
2769 m4trace:configure.ac:521: -1- _AM_SUBST_NOTMAKE([EVPORT_BACKEND_FALSE])
2770 m4trace:configure.ac:527: -1- AM_CONDITIONAL([SIGNAL_SUPPORT], [test "x$needsignal" = "xyes"])
2771 m4trace:configure.ac:527: -1- m4_pattern_allow([^SIGNAL_SUPPORT_TRUE$])
2772 m4trace:configure.ac:527: -1- m4_pattern_allow([^SIGNAL_SUPPORT_FALSE$])
2773 m4trace:configure.ac:527: -1- _AM_SUBST_NOTMAKE([SIGNAL_SUPPORT_TRUE])
2774 m4trace:configure.ac:527: -1- _AM_SUBST_NOTMAKE([SIGNAL_SUPPORT_FALSE])
2775 m4trace:configure.ac:529: -1- m4_pattern_allow([^pid_t$])
2776 m4trace:configure.ac:530: -1- m4_pattern_allow([^size_t$])
2777 m4trace:configure.ac:531: -1- m4_pattern_allow([^ssize_t$])
2778 m4trace:configure.ac:533: -1- m4_pattern_allow([^HAVE_UINT64_T$])
2779 m4trace:configure.ac:533: -1- m4_pattern_allow([^HAVE_UINT32_T$])
2780 m4trace:configure.ac:533: -1- m4_pattern_allow([^HAVE_UINT16_T$])
2781 m4trace:configure.ac:533: -1- m4_pattern_allow([^HAVE_UINT8_T$])
2782 m4trace:configure.ac:533: -1- m4_pattern_allow([^HAVE_UINTPTR_T$])
2783 m4trace:configure.ac:543: -1- m4_pattern_allow([^HAVE_FD_MASK$])
2784 m4trace:configure.ac:551: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
2785 m4trace:configure.ac:552: -1- m4_pattern_allow([^SIZEOF_LONG$])
2786 m4trace:configure.ac:553: -1- m4_pattern_allow([^SIZEOF_INT$])
2787 m4trace:configure.ac:554: -1- m4_pattern_allow([^SIZEOF_SHORT$])
2788 m4trace:configure.ac:555: -1- m4_pattern_allow([^SIZEOF_SIZE_T$])
2789 m4trace:configure.ac:556: -1- m4_pattern_allow([^SIZEOF_VOID_P$])
2790 m4trace:configure.ac:558: -1- m4_pattern_allow([^HAVE_STRUCT_IN6_ADDR$])
2791 m4trace:configure.ac:558: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN6$])
2792 m4trace:configure.ac:558: -1- m4_pattern_allow([^HAVE_SA_FAMILY_T$])
2793 m4trace:configure.ac:558: -1- m4_pattern_allow([^HAVE_STRUCT_ADDRINFO$])
2794 m4trace:configure.ac:558: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE$])
2795 m4trace:configure.ac:585: -1- m4_pattern_allow([^HAVE_STRUCT_IN6_ADDR_S6_ADDR32$])
2796 m4trace:configure.ac:585: -1- m4_pattern_allow([^HAVE_STRUCT_IN6_ADDR_S6_ADDR16$])
2797 m4trace:configure.ac:585: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN_SIN_LEN$])
2798 m4trace:configure.ac:585: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN$])
2799 m4trace:configure.ac:585: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY$])
2800 m4trace:configure.ac:585: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY$])
2801 m4trace:configure.ac:610: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
2802 You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2803 configure.ac:610: the top level])
2804 m4trace:configure.ac:610: -1- m4_pattern_allow([^socklen_t$])
2805 m4trace:configure.ac:629: -3- m4_pattern_allow([^__func__$])
2806 m4trace:configure.ac:632: -3- m4_pattern_allow([^__func__$])
2807 m4trace:configure.ac:626: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
2808 You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2809 configure.ac:626: the top level])
2810 m4trace:configure.ac:621: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
2811 You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
2812 configure.ac:621: the top level])
2813 m4trace:configure.ac:639: -1- ACX_PTHREAD([
2814         AC_DEFINE(HAVE_PTHREADS, 1,
2815                 [Define if we have pthreads on this system])
2816         have_pthreads=yes])
2817 m4trace:configure.ac:639: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
2818 You should run autoupdate.], [../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from...
2819 m4/acx_pthread.m4:86: ACX_PTHREAD is expanded from...
2820 configure.ac:639: the top level])
2821 m4trace:configure.ac:639: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
2822 You should run autoupdate.], [../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
2823 m4/acx_pthread.m4:86: ACX_PTHREAD is expanded from...
2824 configure.ac:639: the top level])
2825 m4trace:configure.ac:639: -1- m4_pattern_allow([^acx_pthread_config$])
2826 m4trace:configure.ac:639: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2827 You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
2828 m4/acx_pthread.m4:86: ACX_PTHREAD is expanded from...
2829 configure.ac:639: the top level])
2830 m4trace:configure.ac:639: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2831 You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
2832 m4/acx_pthread.m4:86: ACX_PTHREAD is expanded from...
2833 configure.ac:639: the top level])
2834 m4trace:configure.ac:639: -1- m4_pattern_allow([^PTHREAD_CREATE_JOINABLE$])
2835 m4trace:configure.ac:639: -1- m4_pattern_allow([^PTHREAD_CC$])
2836 m4trace:configure.ac:639: -1- m4_pattern_allow([^PTHREAD_LIBS$])
2837 m4trace:configure.ac:639: -1- m4_pattern_allow([^PTHREAD_CFLAGS$])
2838 m4trace:configure.ac:639: -1- m4_pattern_allow([^PTHREAD_CC$])
2839 m4trace:configure.ac:639: -2- m4_pattern_allow([^HAVE_PTHREAD$])
2840 m4trace:configure.ac:639: -1- m4_pattern_allow([^HAVE_PTHREADS$])
2841 m4trace:configure.ac:639: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
2842 You should run autoupdate.], [../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
2843 m4/acx_pthread.m4:86: ACX_PTHREAD is expanded from...
2844 configure.ac:639: the top level])
2845 m4trace:configure.ac:644: -1- m4_pattern_allow([^SIZEOF_PTHREAD_T$])
2846 m4trace:configure.ac:649: -1- AM_CONDITIONAL([PTHREADS], [test "$have_pthreads" != "no" && test "$enable_thread_support" != "no"])
2847 m4trace:configure.ac:649: -1- m4_pattern_allow([^PTHREADS_TRUE$])
2848 m4trace:configure.ac:649: -1- m4_pattern_allow([^PTHREADS_FALSE$])
2849 m4trace:configure.ac:649: -1- _AM_SUBST_NOTMAKE([PTHREADS_TRUE])
2850 m4trace:configure.ac:649: -1- _AM_SUBST_NOTMAKE([PTHREADS_FALSE])
2851 m4trace:configure.ac:653: -1- m4_pattern_allow([^DISABLE_THREAD_SUPPORT$])
2852 m4trace:configure.ac:659: -1- m4_pattern_allow([^DISABLE_MM_REPLACEMENT$])
2853 m4trace:configure.ac:665: -1- m4_pattern_allow([^DISABLE_DEBUG_MODE$])
2854 m4trace:configure.ac:670: -1- AM_CONDITIONAL([OPENSSL], [test "$enable_openssl" != "no" && test "$have_openssl" = "yes"])
2855 m4trace:configure.ac:670: -1- m4_pattern_allow([^OPENSSL_TRUE$])
2856 m4trace:configure.ac:670: -1- m4_pattern_allow([^OPENSSL_FALSE$])
2857 m4trace:configure.ac:670: -1- _AM_SUBST_NOTMAKE([OPENSSL_TRUE])
2858 m4trace:configure.ac:670: -1- _AM_SUBST_NOTMAKE([OPENSSL_FALSE])
2859 m4trace:configure.ac:802: -1- m4_pattern_allow([^LIBEVENT_GC_SECTIONS$])
2860 m4trace:configure.ac:804: -1- AM_CONDITIONAL([INSTALL_LIBEVENT], [test "$enable_libevent_install" = "yes"])
2861 m4trace:configure.ac:804: -1- m4_pattern_allow([^INSTALL_LIBEVENT_TRUE$])
2862 m4trace:configure.ac:804: -1- m4_pattern_allow([^INSTALL_LIBEVENT_FALSE$])
2863 m4trace:configure.ac:804: -1- _AM_SUBST_NOTMAKE([INSTALL_LIBEVENT_TRUE])
2864 m4trace:configure.ac:804: -1- _AM_SUBST_NOTMAKE([INSTALL_LIBEVENT_FALSE])
2865 m4trace:configure.ac:807: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
2866 You should run autoupdate.], [])
2867 m4trace:configure.ac:807: -1- m4_pattern_allow([^LIB@&t@OBJS$])
2868 m4trace:configure.ac:807: -1- m4_pattern_allow([^LTLIBOBJS$])
2869 m4trace:configure.ac:807: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
2870 m4trace:configure.ac:807: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
2871 m4trace:configure.ac:807: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
2872 m4trace:configure.ac:807: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
2873 m4trace:configure.ac:807: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
2874 m4trace:configure.ac:807: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
2875 m4trace:configure.ac:807: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
2876 m4trace:configure.ac:807: -1- _LT_PROG_LTMAIN