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