1m4trace:/usr/local/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/local/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
65_$0($*)
66])
67m4trace:/usr/local/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/local/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
77_LTDL_CONVENIENCE])
78m4trace:/usr/local/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([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/local/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/local/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
92_LTDL_INSTALLABLE])
93m4trace:/usr/local/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([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/local/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/local/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/local/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
225m4trace:/usr/local/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
226You should run autoupdate.])dnl
227LTDL_INIT($@)])
228m4trace:/usr/local/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
229m4trace:/usr/local/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
230You should run autoupdate.])dnl
231LTDL_INIT($@)])
232m4trace:/usr/local/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
233m4trace:/usr/local/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
234You should run autoupdate.])dnl
235LTDL_INIT($@)])
236m4trace:/usr/local/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/local/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*)
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/local/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/local/share/aclocal/ltdl.m4:545: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([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/local/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/local/share/aclocal/ltdl.m4:580: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
419m4trace:/usr/local/share/aclocal/ltdl.m4:580: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([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/local/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/local/share/aclocal/ltdl.m4:599: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
432m4trace:/usr/local/share/aclocal/ltdl.m4:599: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([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/local/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/local/share/aclocal/ltdl.m4:627: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
454m4trace:/usr/local/share/aclocal/ltdl.m4:627: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([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/local/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/local/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
550m4trace:/usr/local/share/aclocal/ltdl.m4:748: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
551You should run autoupdate.])dnl
552m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
553m4trace:/usr/local/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/local/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/local/share/aclocal/ltdl.m4:793: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([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/local/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/local/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/local/share/aclocal/ltdl.m4:907: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([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/local/share/aclocal/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
700m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
701m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
702AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
703AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
704AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
705
706if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
707	AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
708fi
709if test -n "$PKG_CONFIG"; then
710	_pkg_min_version=m4_default([$1], [0.9.0])
711	AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
712	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
713		AC_MSG_RESULT([yes])
714	else
715		AC_MSG_RESULT([no])
716		PKG_CONFIG=""
717	fi
718fi[]dnl
719])
720m4trace:/usr/local/share/aclocal/pkg.m4:60: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
721if test -n "$PKG_CONFIG" && \
722    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
723  m4_default([$2], [:])
724m4_ifvaln([$3], [else
725  $3])dnl
726fi])
727m4trace:/usr/local/share/aclocal/pkg.m4:86: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
728if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
729        _pkg_short_errors_supported=yes
730else
731        _pkg_short_errors_supported=no
732fi[]dnl
733])
734m4trace:/usr/local/share/aclocal/pkg.m4:106: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
735AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
736AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
737
738pkg_failed=no
739AC_MSG_CHECKING([for $1])
740
741_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
742_PKG_CONFIG([$1][_LIBS], [libs], [$2])
743
744m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
745and $1[]_LIBS to avoid the need to call pkg-config.
746See the pkg-config man page for more details.])
747
748if test $pkg_failed = yes; then
749   	AC_MSG_RESULT([no])
750        _PKG_SHORT_ERRORS_SUPPORTED
751        if test $_pkg_short_errors_supported = yes; then
752	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
753        else
754	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
755        fi
756	# Put the nasty error message in config.log where it belongs
757	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
758
759	m4_default([$4], [AC_MSG_ERROR(
760[Package requirements ($2) were not met:
761
762$$1_PKG_ERRORS
763
764Consider adjusting the PKG_CONFIG_PATH environment variable if you
765installed software in a non-standard prefix.
766
767_PKG_TEXT])[]dnl
768        ])
769elif test $pkg_failed = untried; then
770     	AC_MSG_RESULT([no])
771	m4_default([$4], [AC_MSG_FAILURE(
772[The pkg-config script could not be found or is too old.  Make sure it
773is in your PATH or set the PKG_CONFIG environment variable to the full
774path to pkg-config.
775
776_PKG_TEXT
777
778To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
779        ])
780else
781	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
782	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
783        AC_MSG_RESULT([yes])
784	$3
785fi[]dnl
786])
787m4trace:/usr/local/share/aclocal/pkg.m4:168: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
788m4_pushdef([pkg_description],
789    [pkg-config installation directory @<:@]pkg_default[@:>@])
790AC_ARG_WITH([pkgconfigdir],
791    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
792    [with_pkgconfigdir=]pkg_default)
793AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
794m4_popdef([pkg_default])
795m4_popdef([pkg_description])
796])
797m4trace:/usr/local/share/aclocal/pkg.m4:188: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
798m4_pushdef([pkg_description],
799    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
800AC_ARG_WITH([noarch-pkgconfigdir],
801    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
802    [with_noarch_pkgconfigdir=]pkg_default)
803AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
804m4_popdef([pkg_default])
805m4_popdef([pkg_description])
806])
807m4trace:/usr/local/share/aclocal/pkg.m4:205: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
808AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
809
810_PKG_CONFIG([$1], [variable="][$3]["], [$2])
811AS_VAR_COPY([$1], [pkg_cv_][$1])
812
813AS_VAR_IF([$1], [""], [$5], [$4])dnl
814])
815m4trace:/usr/local/share/aclocal/pkg.m4:224: -1- AC_DEFUN([PKG_WITH_MODULES], [
816m4_pushdef([with_arg], m4_tolower([$1]))
817
818m4_pushdef([description],
819           [m4_default([$5], [build with ]with_arg[ support])])
820
821m4_pushdef([def_arg], [m4_default([$6], [auto])])
822m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes])
823m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no])
824
825m4_case(def_arg,
826            [yes],[m4_pushdef([with_without], [--without-]with_arg)],
827            [m4_pushdef([with_without],[--with-]with_arg)])
828
829AC_ARG_WITH(with_arg,
830     AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),,
831    [AS_TR_SH([with_]with_arg)=def_arg])
832
833AS_CASE([$AS_TR_SH([with_]with_arg)],
834            [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)],
835            [auto],[PKG_CHECK_MODULES([$1],[$2],
836                                        [m4_n([def_action_if_found]) $3],
837                                        [m4_n([def_action_if_not_found]) $4])])
838
839m4_popdef([with_arg])
840m4_popdef([description])
841m4_popdef([def_arg])
842
843])
844m4trace:/usr/local/share/aclocal/pkg.m4:264: -1- AC_DEFUN([PKG_HAVE_WITH_MODULES], [
845PKG_WITH_MODULES([$1],[$2],,,[$3],[$4])
846
847AM_CONDITIONAL([HAVE_][$1],
848               [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
849])
850m4trace:/usr/local/share/aclocal/pkg.m4:281: -1- AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], [
851PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4])
852
853AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
854        [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
855])
856m4trace:/usr/local/share/aclocal-1.15/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
857dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
858dnl require some minimum version.  Point them to the right macro.
859m4_if([$1], [1.15], [],
860      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
861])
862m4trace:/usr/local/share/aclocal-1.15/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl
863m4_ifndef([AC_AUTOCONF_VERSION],
864  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
865_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
866m4trace:/usr/local/share/aclocal-1.15/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
867# Expand $ac_aux_dir to an absolute path.
868am_aux_dir=`cd "$ac_aux_dir" && pwd`
869])
870m4trace:/usr/local/share/aclocal-1.15/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
871 m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
872       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
873AC_SUBST([$1_TRUE])dnl
874AC_SUBST([$1_FALSE])dnl
875_AM_SUBST_NOTMAKE([$1_TRUE])dnl
876_AM_SUBST_NOTMAKE([$1_FALSE])dnl
877m4_define([_AM_COND_VALUE_$1], [$2])dnl
878if $2; then
879  $1_TRUE=
880  $1_FALSE='#'
881else
882  $1_TRUE='#'
883  $1_FALSE=
884fi
885AC_CONFIG_COMMANDS_PRE(
886[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
887  AC_MSG_ERROR([[conditional "$1" was never defined.
888Usually this means the macro was only invoked conditionally.]])
889fi])])
890m4trace:/usr/local/share/aclocal-1.15/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
891AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
892AC_REQUIRE([AM_MAKE_INCLUDE])dnl
893AC_REQUIRE([AM_DEP_TRACK])dnl
894
895m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
896      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
897      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
898      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
899      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
900      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
901                    [depcc="$$1"   am_compiler_list=])
902
903AC_CACHE_CHECK([dependency style of $depcc],
904               [am_cv_$1_dependencies_compiler_type],
905[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
906  # We make a subdir and do the tests there.  Otherwise we can end up
907  # making bogus files that we don't know about and never remove.  For
908  # instance it was reported that on HP-UX the gcc test will end up
909  # making a dummy file named 'D' -- because '-MD' means "put the output
910  # in D".
911  rm -rf conftest.dir
912  mkdir conftest.dir
913  # Copy depcomp to subdir because otherwise we won't find it if we're
914  # using a relative directory.
915  cp "$am_depcomp" conftest.dir
916  cd conftest.dir
917  # We will build objects and dependencies in a subdirectory because
918  # it helps to detect inapplicable dependency modes.  For instance
919  # both Tru64's cc and ICC support -MD to output dependencies as a
920  # side effect of compilation, but ICC will put the dependencies in
921  # the current directory while Tru64 will put them in the object
922  # directory.
923  mkdir sub
924
925  am_cv_$1_dependencies_compiler_type=none
926  if test "$am_compiler_list" = ""; then
927     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
928  fi
929  am__universal=false
930  m4_case([$1], [CC],
931    [case " $depcc " in #(
932     *\ -arch\ *\ -arch\ *) am__universal=true ;;
933     esac],
934    [CXX],
935    [case " $depcc " in #(
936     *\ -arch\ *\ -arch\ *) am__universal=true ;;
937     esac])
938
939  for depmode in $am_compiler_list; do
940    # Setup a source with many dependencies, because some compilers
941    # like to wrap large dependency lists on column 80 (with \), and
942    # we should not choose a depcomp mode which is confused by this.
943    #
944    # We need to recreate these files for each test, as the compiler may
945    # overwrite some of them when testing with obscure command lines.
946    # This happens at least with the AIX C compiler.
947    : > sub/conftest.c
948    for i in 1 2 3 4 5 6; do
949      echo '#include "conftst'$i'.h"' >> sub/conftest.c
950      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
951      # Solaris 10 /bin/sh.
952      echo '/* dummy */' > sub/conftst$i.h
953    done
954    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
955
956    # We check with '-c' and '-o' for the sake of the "dashmstdout"
957    # mode.  It turns out that the SunPro C++ compiler does not properly
958    # handle '-M -o', and we need to detect this.  Also, some Intel
959    # versions had trouble with output in subdirs.
960    am__obj=sub/conftest.${OBJEXT-o}
961    am__minus_obj="-o $am__obj"
962    case $depmode in
963    gcc)
964      # This depmode causes a compiler race in universal mode.
965      test "$am__universal" = false || continue
966      ;;
967    nosideeffect)
968      # After this tag, mechanisms are not by side-effect, so they'll
969      # only be used when explicitly requested.
970      if test "x$enable_dependency_tracking" = xyes; then
971	continue
972      else
973	break
974      fi
975      ;;
976    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
977      # This compiler won't grok '-c -o', but also, the minuso test has
978      # not run yet.  These depmodes are late enough in the game, and
979      # so weak that their functioning should not be impacted.
980      am__obj=conftest.${OBJEXT-o}
981      am__minus_obj=
982      ;;
983    none) break ;;
984    esac
985    if depmode=$depmode \
986       source=sub/conftest.c object=$am__obj \
987       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
988       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
989         >/dev/null 2>conftest.err &&
990       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
991       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
992       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
993       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
994      # icc doesn't choke on unknown options, it will just issue warnings
995      # or remarks (even with -Werror).  So we grep stderr for any message
996      # that says an option was ignored or not supported.
997      # When given -MP, icc 7.0 and 7.1 complain thusly:
998      #   icc: Command line warning: ignoring option '-M'; no argument required
999      # The diagnosis changed in icc 8.0:
1000      #   icc: Command line remark: option '-MP' not supported
1001      if (grep 'ignoring option' conftest.err ||
1002          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
1003        am_cv_$1_dependencies_compiler_type=$depmode
1004        break
1005      fi
1006    fi
1007  done
1008
1009  cd ..
1010  rm -rf conftest.dir
1011else
1012  am_cv_$1_dependencies_compiler_type=none
1013fi
1014])
1015AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
1016AM_CONDITIONAL([am__fastdep$1], [
1017  test "x$enable_dependency_tracking" != xno \
1018  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
1019])
1020m4trace:/usr/local/share/aclocal-1.15/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1021AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
1022])
1023m4trace:/usr/local/share/aclocal-1.15/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
1024AS_HELP_STRING(
1025  [--enable-dependency-tracking],
1026  [do not reject slow dependency extractors])
1027AS_HELP_STRING(
1028  [--disable-dependency-tracking],
1029  [speeds up one-time build])])
1030if test "x$enable_dependency_tracking" != xno; then
1031  am_depcomp="$ac_aux_dir/depcomp"
1032  AMDEPBACKSLASH='\'
1033  am__nodep='_no'
1034fi
1035AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1036AC_SUBST([AMDEPBACKSLASH])dnl
1037_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1038AC_SUBST([am__nodep])dnl
1039_AM_SUBST_NOTMAKE([am__nodep])dnl
1040])
1041m4trace:/usr/local/share/aclocal-1.15/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
1042  # Older Autoconf quotes --file arguments for eval, but not when files
1043  # are listed without --file.  Let's play safe and only enable the eval
1044  # if we detect the quoting.
1045  case $CONFIG_FILES in
1046  *\'*) eval set x "$CONFIG_FILES" ;;
1047  *)   set x $CONFIG_FILES ;;
1048  esac
1049  shift
1050  for mf
1051  do
1052    # Strip MF so we end up with the name of the file.
1053    mf=`echo "$mf" | sed -e 's/:.*$//'`
1054    # Check whether this is an Automake generated Makefile or not.
1055    # We used to match only the files named 'Makefile.in', but
1056    # some people rename them; so instead we look at the file content.
1057    # Grep'ing the first line is not enough: some people post-process
1058    # each Makefile.in and add a new line on top of each file to say so.
1059    # Grep'ing the whole file is not good either: AIX grep has a line
1060    # limit of 2048, but all sed's we know have understand at least 4000.
1061    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1062      dirpart=`AS_DIRNAME("$mf")`
1063    else
1064      continue
1065    fi
1066    # Extract the definition of DEPDIR, am__include, and am__quote
1067    # from the Makefile without running 'make'.
1068    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1069    test -z "$DEPDIR" && continue
1070    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1071    test -z "$am__include" && continue
1072    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1073    # Find all dependency output files, they are included files with
1074    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1075    # simplest approach to changing $(DEPDIR) to its actual value in the
1076    # expansion.
1077    for file in `sed -n "
1078      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1079	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1080      # Make sure the directory exists.
1081      test -f "$dirpart/$file" && continue
1082      fdir=`AS_DIRNAME(["$file"])`
1083      AS_MKDIR_P([$dirpart/$fdir])
1084      # echo "creating $dirpart/$file"
1085      echo '# dummy' > "$dirpart/$file"
1086    done
1087  done
1088}
1089])
1090m4trace:/usr/local/share/aclocal-1.15/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
1091     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1092     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1093])
1094m4trace:/usr/local/share/aclocal-1.15/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
1095dnl Autoconf wants to disallow AM_ names.  We explicitly allow
1096dnl the ones we care about.
1097m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1098AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1099AC_REQUIRE([AC_PROG_INSTALL])dnl
1100if test "`cd $srcdir && pwd`" != "`pwd`"; then
1101  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1102  # is not polluted with repeated "-I."
1103  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
1104  # test to see if srcdir already configured
1105  if test -f $srcdir/config.status; then
1106    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
1107  fi
1108fi
1109
1110# test whether we have cygpath
1111if test -z "$CYGPATH_W"; then
1112  if (cygpath --version) >/dev/null 2>/dev/null; then
1113    CYGPATH_W='cygpath -w'
1114  else
1115    CYGPATH_W=echo
1116  fi
1117fi
1118AC_SUBST([CYGPATH_W])
1119
1120# Define the identity of the package.
1121dnl Distinguish between old-style and new-style calls.
1122m4_ifval([$2],
1123[AC_DIAGNOSE([obsolete],
1124             [$0: two- and three-arguments forms are deprecated.])
1125m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1126 AC_SUBST([PACKAGE], [$1])dnl
1127 AC_SUBST([VERSION], [$2])],
1128[_AM_SET_OPTIONS([$1])dnl
1129dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1130m4_if(
1131  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
1132  [ok:ok],,
1133  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1134 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1135 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1136
1137_AM_IF_OPTION([no-define],,
1138[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1139 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
1140
1141# Some tools Automake needs.
1142AC_REQUIRE([AM_SANITY_CHECK])dnl
1143AC_REQUIRE([AC_ARG_PROGRAM])dnl
1144AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1145AM_MISSING_PROG([AUTOCONF], [autoconf])
1146AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1147AM_MISSING_PROG([AUTOHEADER], [autoheader])
1148AM_MISSING_PROG([MAKEINFO], [makeinfo])
1149AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1150AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1151AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1152# For better backward compatibility.  To be removed once Automake 1.9.x
1153# dies out for good.  For more background, see:
1154# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1155# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1156AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1157# We need awk for the "check" target (and possibly the TAP driver).  The
1158# system "awk" is bad on some platforms.
1159AC_REQUIRE([AC_PROG_AWK])dnl
1160AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1161AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1162_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1163	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1164			     [_AM_PROG_TAR([v7])])])
1165_AM_IF_OPTION([no-dependencies],,
1166[AC_PROVIDE_IFELSE([AC_PROG_CC],
1167		  [_AM_DEPENDENCIES([CC])],
1168		  [m4_define([AC_PROG_CC],
1169			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1170AC_PROVIDE_IFELSE([AC_PROG_CXX],
1171		  [_AM_DEPENDENCIES([CXX])],
1172		  [m4_define([AC_PROG_CXX],
1173			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1174AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1175		  [_AM_DEPENDENCIES([OBJC])],
1176		  [m4_define([AC_PROG_OBJC],
1177			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1178AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1179		  [_AM_DEPENDENCIES([OBJCXX])],
1180		  [m4_define([AC_PROG_OBJCXX],
1181			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1182])
1183AC_REQUIRE([AM_SILENT_RULES])dnl
1184dnl The testsuite driver may need to know about EXEEXT, so add the
1185dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
1186dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1187AC_CONFIG_COMMANDS_PRE(dnl
1188[m4_provide_if([_AM_COMPILER_EXEEXT],
1189  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1190
1191# POSIX will say in a future version that running "rm -f" with no argument
1192# is OK; and we want to be able to make that assumption in our Makefile
1193# recipes.  So use an aggressive probe to check that the usage we want is
1194# actually supported "in the wild" to an acceptable degree.
1195# See automake bug#10828.
1196# To make any issue more visible, cause the running configure to be aborted
1197# by default if the 'rm' program in use doesn't match our expectations; the
1198# user can still override this though.
1199if rm -f && rm -fr && rm -rf; then : OK; else
1200  cat >&2 <<'END'
1201Oops!
1202
1203Your 'rm' program seems unable to run without file operands specified
1204on the command line, even when the '-f' option is present.  This is contrary
1205to the behaviour of most rm programs out there, and not conforming with
1206the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1207
1208Please tell bug-automake@gnu.org about your system, including the value
1209of your $PATH and any error possibly output before this message.  This
1210can help us improve future automake versions.
1211
1212END
1213  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1214    echo 'Configuration will proceed anyway, since you have set the' >&2
1215    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1216    echo >&2
1217  else
1218    cat >&2 <<'END'
1219Aborting the configuration process, to ensure you take notice of the issue.
1220
1221You can download and install GNU coreutils to get an 'rm' implementation
1222that behaves properly: <http://www.gnu.org/software/coreutils/>.
1223
1224If you want to complete the configuration process using your problematic
1225'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1226to "yes", and re-run configure.
1227
1228END
1229    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1230  fi
1231fi
1232dnl The trailing newline in this macro's definition is deliberate, for
1233dnl backward compatibility and to allow trailing 'dnl'-style comments
1234dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
1235])
1236m4trace:/usr/local/share/aclocal-1.15/init.m4:186: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
1237_am_arg=$1
1238_am_stamp_count=1
1239for _am_header in $config_headers :; do
1240  case $_am_header in
1241    $_am_arg | $_am_arg:* )
1242      break ;;
1243    * )
1244      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1245  esac
1246done
1247echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1248m4trace:/usr/local/share/aclocal-1.15/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1249if test x"${install_sh+set}" != xset; then
1250  case $am_aux_dir in
1251  *\ * | *\	*)
1252    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1253  *)
1254    install_sh="\${SHELL} $am_aux_dir/install-sh"
1255  esac
1256fi
1257AC_SUBST([install_sh])])
1258m4trace:/usr/local/share/aclocal-1.15/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
1259mkdir .tst 2>/dev/null
1260if test -d .tst; then
1261  am__leading_dot=.
1262else
1263  am__leading_dot=_
1264fi
1265rmdir .tst 2>/dev/null
1266AC_SUBST([am__leading_dot])])
1267m4trace:/usr/local/share/aclocal-1.15/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
1268cat > confinc << 'END'
1269am__doit:
1270	@echo this is the am__doit target
1271.PHONY: am__doit
1272END
1273# If we don't find an include directive, just comment out the code.
1274AC_MSG_CHECKING([for style of include used by $am_make])
1275am__include="#"
1276am__quote=
1277_am_result=none
1278# First try GNU make style include.
1279echo "include confinc" > confmf
1280# Ignore all kinds of additional output from 'make'.
1281case `$am_make -s -f confmf 2> /dev/null` in #(
1282*the\ am__doit\ target*)
1283  am__include=include
1284  am__quote=
1285  _am_result=GNU
1286  ;;
1287esac
1288# Now try BSD make style include.
1289if test "$am__include" = "#"; then
1290   echo '.include "confinc"' > confmf
1291   case `$am_make -s -f confmf 2> /dev/null` in #(
1292   *the\ am__doit\ target*)
1293     am__include=.include
1294     am__quote="\""
1295     _am_result=BSD
1296     ;;
1297   esac
1298fi
1299AC_SUBST([am__include])
1300AC_SUBST([am__quote])
1301AC_MSG_RESULT([$_am_result])
1302rm -f confinc confmf
1303])
1304m4trace:/usr/local/share/aclocal-1.15/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1305$1=${$1-"${am_missing_run}$2"}
1306AC_SUBST($1)])
1307m4trace:/usr/local/share/aclocal-1.15/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1308AC_REQUIRE_AUX_FILE([missing])dnl
1309if test x"${MISSING+set}" != xset; then
1310  case $am_aux_dir in
1311  *\ * | *\	*)
1312    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1313  *)
1314    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1315  esac
1316fi
1317# Use eval to expand $SHELL
1318if eval "$MISSING --is-lightweight"; then
1319  am_missing_run="$MISSING "
1320else
1321  am_missing_run=
1322  AC_MSG_WARN(['missing' script is too old or missing])
1323fi
1324])
1325m4trace:/usr/local/share/aclocal-1.15/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1326m4trace:/usr/local/share/aclocal-1.15/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1327m4trace:/usr/local/share/aclocal-1.15/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1328m4trace:/usr/local/share/aclocal-1.15/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1329m4trace:/usr/local/share/aclocal-1.15/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1330AC_REQUIRE_AUX_FILE([compile])dnl
1331AC_LANG_PUSH([C])dnl
1332AC_CACHE_CHECK(
1333  [whether $CC understands -c and -o together],
1334  [am_cv_prog_cc_c_o],
1335  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1336  # Make sure it works both with $CC and with simple cc.
1337  # Following AC_PROG_CC_C_O, we do the test twice because some
1338  # compilers refuse to overwrite an existing .o file with -o,
1339  # though they will create one.
1340  am_cv_prog_cc_c_o=yes
1341  for am_i in 1 2; do
1342    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1343         && test -f conftest2.$ac_objext; then
1344      : OK
1345    else
1346      am_cv_prog_cc_c_o=no
1347      break
1348    fi
1349  done
1350  rm -f core conftest*
1351  unset am_i])
1352if test "$am_cv_prog_cc_c_o" != yes; then
1353   # Losing compiler, so override with the script.
1354   # FIXME: It is wrong to rewrite CC.
1355   # But if we don't then we get into trouble of one sort or another.
1356   # A longer-term fix would be to have automake use am__CC in this case,
1357   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1358   CC="$am_aux_dir/compile $CC"
1359fi
1360AC_LANG_POP([C])])
1361m4trace:/usr/local/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1362m4trace:/usr/local/share/aclocal-1.15/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1363   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1364   ac_status=$?
1365   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1366   (exit $ac_status); }])
1367m4trace:/usr/local/share/aclocal-1.15/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
1368# Reject unsafe characters in $srcdir or the absolute working directory
1369# name.  Accept space and tab only in the latter.
1370am_lf='
1371'
1372case `pwd` in
1373  *[[\\\"\#\$\&\'\`$am_lf]]*)
1374    AC_MSG_ERROR([unsafe absolute working directory name]);;
1375esac
1376case $srcdir in
1377  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
1378    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1379esac
1380
1381# Do 'set' in a subshell so we don't clobber the current shell's
1382# arguments.  Must try -L first in case configure is actually a
1383# symlink; some systems play weird games with the mod time of symlinks
1384# (eg FreeBSD returns the mod time of the symlink's containing
1385# directory).
1386if (
1387   am_has_slept=no
1388   for am_try in 1 2; do
1389     echo "timestamp, slept: $am_has_slept" > conftest.file
1390     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1391     if test "$[*]" = "X"; then
1392	# -L didn't work.
1393	set X `ls -t "$srcdir/configure" conftest.file`
1394     fi
1395     if test "$[*]" != "X $srcdir/configure conftest.file" \
1396	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
1397
1398	# If neither matched, then we have a broken ls.  This can happen
1399	# if, for instance, CONFIG_SHELL is bash and it inherits a
1400	# broken ls alias from the environment.  This has actually
1401	# happened.  Such a system could not be considered "sane".
1402	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1403  alias in your environment])
1404     fi
1405     if test "$[2]" = conftest.file || test $am_try -eq 2; then
1406       break
1407     fi
1408     # Just in case.
1409     sleep 1
1410     am_has_slept=yes
1411   done
1412   test "$[2]" = conftest.file
1413   )
1414then
1415   # Ok.
1416   :
1417else
1418   AC_MSG_ERROR([newly created file is older than distributed files!
1419Check your system clock])
1420fi
1421AC_MSG_RESULT([yes])
1422# If we didn't sleep, we still need to ensure time stamps of config.status and
1423# generated files are strictly newer.
1424am_sleep_pid=
1425if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1426  ( sleep 1 ) &
1427  am_sleep_pid=$!
1428fi
1429AC_CONFIG_COMMANDS_PRE(
1430  [AC_MSG_CHECKING([that generated files are newer than configure])
1431   if test -n "$am_sleep_pid"; then
1432     # Hide warnings about reused PIDs.
1433     wait $am_sleep_pid 2>/dev/null
1434   fi
1435   AC_MSG_RESULT([done])])
1436rm -f conftest.file
1437])
1438m4trace:/usr/local/share/aclocal-1.15/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
1439AS_HELP_STRING(
1440  [--enable-silent-rules],
1441  [less verbose build output (undo: "make V=1")])
1442AS_HELP_STRING(
1443  [--disable-silent-rules],
1444  [verbose build output (undo: "make V=0")])dnl
1445])
1446case $enable_silent_rules in @%:@ (((
1447  yes) AM_DEFAULT_VERBOSITY=0;;
1448   no) AM_DEFAULT_VERBOSITY=1;;
1449    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1450esac
1451dnl
1452dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1453dnl do not support nested variable expansions.
1454dnl See automake bug#9928 and bug#10237.
1455am_make=${MAKE-make}
1456AC_CACHE_CHECK([whether $am_make supports nested variables],
1457   [am_cv_make_support_nested_variables],
1458   [if AS_ECHO([['TRUE=$(BAR$(V))
1459BAR0=false
1460BAR1=true
1461V=1
1462am__doit:
1463	@$(TRUE)
1464.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1465  am_cv_make_support_nested_variables=yes
1466else
1467  am_cv_make_support_nested_variables=no
1468fi])
1469if test $am_cv_make_support_nested_variables = yes; then
1470  dnl Using '$V' instead of '$(V)' breaks IRIX make.
1471  AM_V='$(V)'
1472  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1473else
1474  AM_V=$AM_DEFAULT_VERBOSITY
1475  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1476fi
1477AC_SUBST([AM_V])dnl
1478AM_SUBST_NOTMAKE([AM_V])dnl
1479AC_SUBST([AM_DEFAULT_V])dnl
1480AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1481AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1482AM_BACKSLASH='\'
1483AC_SUBST([AM_BACKSLASH])dnl
1484_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1485])
1486m4trace:/usr/local/share/aclocal-1.15/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1487# Installed binaries are usually stripped using 'strip' when the user
1488# run "make install-strip".  However 'strip' might not be the right
1489# tool to use in cross-compilation environments, therefore Automake
1490# will honor the 'STRIP' environment variable to overrule this program.
1491dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1492if test "$cross_compiling" != no; then
1493  AC_CHECK_TOOL([STRIP], [strip], :)
1494fi
1495INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1496AC_SUBST([INSTALL_STRIP_PROGRAM])])
1497m4trace:/usr/local/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1498m4trace:/usr/local/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1499m4trace:/usr/local/share/aclocal-1.15/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
1500# in the wild :-(  We should find a proper way to deprecate it ...
1501AC_SUBST([AMTAR], ['$${TAR-tar}'])
1502
1503# We'll loop over all known methods to create a tar archive until one works.
1504_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1505
1506m4_if([$1], [v7],
1507  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1508
1509  [m4_case([$1],
1510    [ustar],
1511     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1512      # There is notably a 21 bits limit for the UID and the GID.  In fact,
1513      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1514      # and bug#13588).
1515      am_max_uid=2097151 # 2^21 - 1
1516      am_max_gid=$am_max_uid
1517      # The $UID and $GID variables are not portable, so we need to resort
1518      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1519      # below are definitely unexpected, so allow the users to see them
1520      # (that is, avoid stderr redirection).
1521      am_uid=`id -u || echo unknown`
1522      am_gid=`id -g || echo unknown`
1523      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1524      if test $am_uid -le $am_max_uid; then
1525         AC_MSG_RESULT([yes])
1526      else
1527         AC_MSG_RESULT([no])
1528         _am_tools=none
1529      fi
1530      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1531      if test $am_gid -le $am_max_gid; then
1532         AC_MSG_RESULT([yes])
1533      else
1534        AC_MSG_RESULT([no])
1535        _am_tools=none
1536      fi],
1537
1538  [pax],
1539    [],
1540
1541  [m4_fatal([Unknown tar format])])
1542
1543  AC_MSG_CHECKING([how to create a $1 tar archive])
1544
1545  # Go ahead even if we have the value already cached.  We do so because we
1546  # need to set the values for the 'am__tar' and 'am__untar' variables.
1547  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1548
1549  for _am_tool in $_am_tools; do
1550    case $_am_tool in
1551    gnutar)
1552      for _am_tar in tar gnutar gtar; do
1553        AM_RUN_LOG([$_am_tar --version]) && break
1554      done
1555      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1556      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1557      am__untar="$_am_tar -xf -"
1558      ;;
1559    plaintar)
1560      # Must skip GNU tar: if it does not support --format= it doesn't create
1561      # ustar tarball either.
1562      (tar --version) >/dev/null 2>&1 && continue
1563      am__tar='tar chf - "$$tardir"'
1564      am__tar_='tar chf - "$tardir"'
1565      am__untar='tar xf -'
1566      ;;
1567    pax)
1568      am__tar='pax -L -x $1 -w "$$tardir"'
1569      am__tar_='pax -L -x $1 -w "$tardir"'
1570      am__untar='pax -r'
1571      ;;
1572    cpio)
1573      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1574      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1575      am__untar='cpio -i -H $1 -d'
1576      ;;
1577    none)
1578      am__tar=false
1579      am__tar_=false
1580      am__untar=false
1581      ;;
1582    esac
1583
1584    # If the value was cached, stop now.  We just wanted to have am__tar
1585    # and am__untar set.
1586    test -n "${am_cv_prog_tar_$1}" && break
1587
1588    # tar/untar a dummy directory, and stop if the command works.
1589    rm -rf conftest.dir
1590    mkdir conftest.dir
1591    echo GrepMe > conftest.dir/file
1592    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1593    rm -rf conftest.dir
1594    if test -s conftest.tar; then
1595      AM_RUN_LOG([$am__untar <conftest.tar])
1596      AM_RUN_LOG([cat conftest.dir/file])
1597      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1598    fi
1599  done
1600  rm -rf conftest.dir
1601
1602  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1603  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1604
1605AC_SUBST([am__tar])
1606AC_SUBST([am__untar])
1607])
1608m4trace:m4/ax_openmp.m4:70: -1- AC_DEFUN([AX_OPENMP], [
1609AC_PREREQ(2.59) dnl for _AC_LANG_PREFIX
1610
1611AC_CACHE_CHECK([for OpenMP flag of _AC_LANG compiler], ax_cv_[]_AC_LANG_ABBREV[]_openmp, [save[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
1612ax_cv_[]_AC_LANG_ABBREV[]_openmp=unknown
1613# Flags to try:  -fopenmp (gcc), -openmp (icc), -mp (SGI & PGI),
1614#                -xopenmp (Sun), -omp (Tru64), -qsmp=omp (AIX), none
1615ax_openmp_flags="-fopenmp -openmp -mp -xopenmp -omp -qsmp=omp none"
1616if test "x$OPENMP_[]_AC_LANG_PREFIX[]FLAGS" != x; then
1617  ax_openmp_flags="$OPENMP_[]_AC_LANG_PREFIX[]FLAGS $ax_openmp_flags"
1618fi
1619for ax_openmp_flag in $ax_openmp_flags; do
1620  case $ax_openmp_flag in
1621    none) []_AC_LANG_PREFIX[]FLAGS=$save[]_AC_LANG_PREFIX[] ;;
1622    *) []_AC_LANG_PREFIX[]FLAGS="$save[]_AC_LANG_PREFIX[]FLAGS $ax_openmp_flag" ;;
1623  esac
1624  AC_TRY_LINK_FUNC(omp_set_num_threads,
1625	[ax_cv_[]_AC_LANG_ABBREV[]_openmp=$ax_openmp_flag; break])
1626done
1627[]_AC_LANG_PREFIX[]FLAGS=$save[]_AC_LANG_PREFIX[]FLAGS
1628])
1629if test "x$ax_cv_[]_AC_LANG_ABBREV[]_openmp" = "xunknown"; then
1630  m4_default([$2],:)
1631else
1632  if test "x$ax_cv_[]_AC_LANG_ABBREV[]_openmp" != "xnone"; then
1633    OPENMP_[]_AC_LANG_PREFIX[]FLAGS=$ax_cv_[]_AC_LANG_ABBREV[]_openmp
1634  fi
1635  m4_default([$1], [AC_DEFINE(HAVE_OPENMP,1,[Define if OpenMP is enabled])])
1636fi
1637])
1638m4trace:m4/libtool.m4:61: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
1639AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
1640AC_BEFORE([$0], [LT_LANG])dnl
1641AC_BEFORE([$0], [LT_OUTPUT])dnl
1642AC_BEFORE([$0], [LTDL_INIT])dnl
1643m4_require([_LT_CHECK_BUILDDIR])dnl
1644
1645dnl Autoconf doesn't catch unexpanded LT_ macros by default:
1646m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
1647m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
1648dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
1649dnl unless we require an AC_DEFUNed macro:
1650AC_REQUIRE([LTOPTIONS_VERSION])dnl
1651AC_REQUIRE([LTSUGAR_VERSION])dnl
1652AC_REQUIRE([LTVERSION_VERSION])dnl
1653AC_REQUIRE([LTOBSOLETE_VERSION])dnl
1654m4_require([_LT_PROG_LTMAIN])dnl
1655
1656_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
1657
1658dnl Parse OPTIONS
1659_LT_SET_OPTIONS([$0], [$1])
1660
1661# This can be used to rebuild libtool when needed
1662LIBTOOL_DEPS=$ltmain
1663
1664# Always use our own libtool.
1665LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1666AC_SUBST(LIBTOOL)dnl
1667
1668_LT_SETUP
1669
1670# Only expand once:
1671m4_define([LT_INIT])
1672])
1673m4trace:m4/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1674m4trace:m4/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
1675You should run autoupdate.])dnl
1676m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1677m4trace:m4/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1678m4trace:m4/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
1679You should run autoupdate.])dnl
1680m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1681m4trace:m4/libtool.m4:619: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
1682AC_MSG_NOTICE([creating $CONFIG_LT])
1683_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
1684[# Run this file to recreate a libtool stub with the current configuration.])
1685
1686cat >>"$CONFIG_LT" <<\_LTEOF
1687lt_cl_silent=false
1688exec AS_MESSAGE_LOG_FD>>config.log
1689{
1690  echo
1691  AS_BOX([Running $as_me.])
1692} >&AS_MESSAGE_LOG_FD
1693
1694lt_cl_help="\
1695'$as_me' creates a local libtool stub from the current configuration,
1696for use in further configure time tests before the real libtool is
1697generated.
1698
1699Usage: $[0] [[OPTIONS]]
1700
1701  -h, --help      print this help, then exit
1702  -V, --version   print version number, then exit
1703  -q, --quiet     do not print progress messages
1704  -d, --debug     don't remove temporary files
1705
1706Report bugs to <bug-libtool@gnu.org>."
1707
1708lt_cl_version="\
1709m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
1710m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
1711configured by $[0], generated by m4_PACKAGE_STRING.
1712
1713Copyright (C) 2011 Free Software Foundation, Inc.
1714This config.lt script is free software; the Free Software Foundation
1715gives unlimited permision to copy, distribute and modify it."
1716
1717while test 0 != $[#]
1718do
1719  case $[1] in
1720    --version | --v* | -V )
1721      echo "$lt_cl_version"; exit 0 ;;
1722    --help | --h* | -h )
1723      echo "$lt_cl_help"; exit 0 ;;
1724    --debug | --d* | -d )
1725      debug=: ;;
1726    --quiet | --q* | --silent | --s* | -q )
1727      lt_cl_silent=: ;;
1728
1729    -*) AC_MSG_ERROR([unrecognized option: $[1]
1730Try '$[0] --help' for more information.]) ;;
1731
1732    *) AC_MSG_ERROR([unrecognized argument: $[1]
1733Try '$[0] --help' for more information.]) ;;
1734  esac
1735  shift
1736done
1737
1738if $lt_cl_silent; then
1739  exec AS_MESSAGE_FD>/dev/null
1740fi
1741_LTEOF
1742
1743cat >>"$CONFIG_LT" <<_LTEOF
1744_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
1745_LTEOF
1746
1747cat >>"$CONFIG_LT" <<\_LTEOF
1748AC_MSG_NOTICE([creating $ofile])
1749_LT_OUTPUT_LIBTOOL_COMMANDS
1750AS_EXIT(0)
1751_LTEOF
1752chmod +x "$CONFIG_LT"
1753
1754# configure is writing to config.log, but config.lt does its own redirection,
1755# appending to config.log, which fails on DOS, as config.log is still kept
1756# open by configure.  Here we exec the FD to /dev/null, effectively closing
1757# config.log, so it can be properly (re)opened and appended to by config.lt.
1758lt_cl_success=:
1759test yes = "$silent" &&
1760  lt_config_lt_args="$lt_config_lt_args --quiet"
1761exec AS_MESSAGE_LOG_FD>/dev/null
1762$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
1763exec AS_MESSAGE_LOG_FD>>config.log
1764$lt_cl_success || AS_EXIT(1)
1765])
1766m4trace:m4/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
1767m4trace:m4/libtool.m4:823: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
1768m4_case([$1],
1769  [C],			[_LT_LANG(C)],
1770  [C++],		[_LT_LANG(CXX)],
1771  [Go],			[_LT_LANG(GO)],
1772  [Java],		[_LT_LANG(GCJ)],
1773  [Fortran 77],		[_LT_LANG(F77)],
1774  [Fortran],		[_LT_LANG(FC)],
1775  [Windows Resource],	[_LT_LANG(RC)],
1776  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
1777    [_LT_LANG($1)],
1778    [m4_fatal([$0: unsupported language: "$1"])])])dnl
1779])
1780m4trace:m4/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
1781m4trace:m4/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
1782You should run autoupdate.])dnl
1783LT_LANG(C++)])
1784m4trace:m4/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
1785m4trace:m4/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
1786You should run autoupdate.])dnl
1787LT_LANG(Fortran 77)])
1788m4trace:m4/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
1789m4trace:m4/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
1790You should run autoupdate.])dnl
1791LT_LANG(Fortran)])
1792m4trace:m4/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
1793m4trace:m4/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
1794You should run autoupdate.])dnl
1795LT_LANG(Java)])
1796m4trace:m4/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
1797m4trace:m4/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
1798You should run autoupdate.])dnl
1799LT_LANG(Windows Resource)])
1800m4trace:m4/libtool.m4:1247: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
1801AC_ARG_WITH([sysroot],
1802[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1803  [Search for dependent libraries within DIR (or the compiler's sysroot
1804   if not specified).])],
1805[], [with_sysroot=no])
1806
1807dnl lt_sysroot will always be passed unquoted.  We quote it here
1808dnl in case the user passed a directory name.
1809lt_sysroot=
1810case $with_sysroot in #(
1811 yes)
1812   if test yes = "$GCC"; then
1813     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1814   fi
1815   ;; #(
1816 /*)
1817   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1818   ;; #(
1819 no|'')
1820   ;; #(
1821 *)
1822   AC_MSG_RESULT([$with_sysroot])
1823   AC_MSG_ERROR([The sysroot must be an absolute path.])
1824   ;;
1825esac
1826
1827 AC_MSG_RESULT([${lt_sysroot:-no}])
1828_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1829[dependent libraries, and where our libraries should be installed.])])
1830m4trace:m4/libtool.m4:1578: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1831m4_require([_LT_DECL_SED])dnl
1832AC_CACHE_CHECK([$1], [$2],
1833  [$2=no
1834   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1835   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1836   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
1837   # Insert the option either (1) after the last *FLAGS variable, or
1838   # (2) before a word containing "conftest.", or (3) at the end.
1839   # Note that $ac_compile itself does not contain backslashes and begins
1840   # with a dollar sign (not a hyphen), so the echo should work correctly.
1841   # The option is referenced via a variable to avoid confusing sed.
1842   lt_compile=`echo "$ac_compile" | $SED \
1843   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1844   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1845   -e 's:$: $lt_compiler_flag:'`
1846   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1847   (eval "$lt_compile" 2>conftest.err)
1848   ac_status=$?
1849   cat conftest.err >&AS_MESSAGE_LOG_FD
1850   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1851   if (exit $ac_status) && test -s "$ac_outfile"; then
1852     # The compiler can only warn and ignore the option if not recognized
1853     # So say no if there are warnings other than the usual output.
1854     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1855     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1856     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1857       $2=yes
1858     fi
1859   fi
1860   $RM conftest*
1861])
1862
1863if test yes = "[$]$2"; then
1864    m4_if([$5], , :, [$5])
1865else
1866    m4_if([$6], , :, [$6])
1867fi
1868])
1869m4trace:m4/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1870m4trace:m4/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
1871You should run autoupdate.])dnl
1872m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1873m4trace:m4/libtool.m4:1629: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1874m4_require([_LT_DECL_SED])dnl
1875AC_CACHE_CHECK([$1], [$2],
1876  [$2=no
1877   save_LDFLAGS=$LDFLAGS
1878   LDFLAGS="$LDFLAGS $3"
1879   echo "$lt_simple_link_test_code" > conftest.$ac_ext
1880   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1881     # The linker can only warn and ignore the option if not recognized
1882     # So say no if there are warnings
1883     if test -s conftest.err; then
1884       # Append any errors to the config.log.
1885       cat conftest.err 1>&AS_MESSAGE_LOG_FD
1886       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1887       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1888       if diff conftest.exp conftest.er2 >/dev/null; then
1889         $2=yes
1890       fi
1891     else
1892       $2=yes
1893     fi
1894   fi
1895   $RM -r conftest*
1896   LDFLAGS=$save_LDFLAGS
1897])
1898
1899if test yes = "[$]$2"; then
1900    m4_if([$4], , :, [$4])
1901else
1902    m4_if([$5], , :, [$5])
1903fi
1904])
1905m4trace:m4/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1906m4trace:m4/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
1907You should run autoupdate.])dnl
1908m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1909m4trace:m4/libtool.m4:1671: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1910# find the maximum length of command line arguments
1911AC_MSG_CHECKING([the maximum length of command line arguments])
1912AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1913  i=0
1914  teststring=ABCD
1915
1916  case $build_os in
1917  msdosdjgpp*)
1918    # On DJGPP, this test can blow up pretty badly due to problems in libc
1919    # (any single argument exceeding 2000 bytes causes a buffer overrun
1920    # during glob expansion).  Even if it were fixed, the result of this
1921    # check would be larger than it should be.
1922    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
1923    ;;
1924
1925  gnu*)
1926    # Under GNU Hurd, this test is not required because there is
1927    # no limit to the length of command line arguments.
1928    # Libtool will interpret -1 as no limit whatsoever
1929    lt_cv_sys_max_cmd_len=-1;
1930    ;;
1931
1932  cygwin* | mingw* | cegcc*)
1933    # On Win9x/ME, this test blows up -- it succeeds, but takes
1934    # about 5 minutes as the teststring grows exponentially.
1935    # Worse, since 9x/ME are not pre-emptively multitasking,
1936    # you end up with a "frozen" computer, even though with patience
1937    # the test eventually succeeds (with a max line length of 256k).
1938    # Instead, let's just punt: use the minimum linelength reported by
1939    # all of the supported platforms: 8192 (on NT/2K/XP).
1940    lt_cv_sys_max_cmd_len=8192;
1941    ;;
1942
1943  mint*)
1944    # On MiNT this can take a long time and run out of memory.
1945    lt_cv_sys_max_cmd_len=8192;
1946    ;;
1947
1948  amigaos*)
1949    # On AmigaOS with pdksh, this test takes hours, literally.
1950    # So we just punt and use a minimum line length of 8192.
1951    lt_cv_sys_max_cmd_len=8192;
1952    ;;
1953
1954  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
1955    # This has been around since 386BSD, at least.  Likely further.
1956    if test -x /sbin/sysctl; then
1957      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1958    elif test -x /usr/sbin/sysctl; then
1959      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1960    else
1961      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
1962    fi
1963    # And add a safety zone
1964    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1965    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1966    ;;
1967
1968  interix*)
1969    # We know the value 262144 and hardcode it with a safety zone (like BSD)
1970    lt_cv_sys_max_cmd_len=196608
1971    ;;
1972
1973  os2*)
1974    # The test takes a long time on OS/2.
1975    lt_cv_sys_max_cmd_len=8192
1976    ;;
1977
1978  osf*)
1979    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1980    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1981    # nice to cause kernel panics so lets avoid the loop below.
1982    # First set a reasonable default.
1983    lt_cv_sys_max_cmd_len=16384
1984    #
1985    if test -x /sbin/sysconfig; then
1986      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1987        *1*) lt_cv_sys_max_cmd_len=-1 ;;
1988      esac
1989    fi
1990    ;;
1991  sco3.2v5*)
1992    lt_cv_sys_max_cmd_len=102400
1993    ;;
1994  sysv5* | sco5v6* | sysv4.2uw2*)
1995    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1996    if test -n "$kargmax"; then
1997      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
1998    else
1999      lt_cv_sys_max_cmd_len=32768
2000    fi
2001    ;;
2002  *)
2003    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
2004    if test -n "$lt_cv_sys_max_cmd_len" && \
2005       test undefined != "$lt_cv_sys_max_cmd_len"; then
2006      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
2007      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
2008    else
2009      # Make teststring a little bigger before we do anything with it.
2010      # a 1K string should be a reasonable start.
2011      for i in 1 2 3 4 5 6 7 8; do
2012        teststring=$teststring$teststring
2013      done
2014      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
2015      # If test is not a shell built-in, we'll probably end up computing a
2016      # maximum length that is only half of the actual maximum length, but
2017      # we can't tell.
2018      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
2019	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
2020	      test 17 != "$i" # 1/2 MB should be enough
2021      do
2022        i=`expr $i + 1`
2023        teststring=$teststring$teststring
2024      done
2025      # Only check the string length outside the loop.
2026      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
2027      teststring=
2028      # Add a significant safety factor because C++ compilers can tack on
2029      # massive amounts of additional arguments before passing them to the
2030      # linker.  It appears as though 1/2 is a usable value.
2031      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
2032    fi
2033    ;;
2034  esac
2035])
2036if test -n "$lt_cv_sys_max_cmd_len"; then
2037  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
2038else
2039  AC_MSG_RESULT(none)
2040fi
2041max_cmd_len=$lt_cv_sys_max_cmd_len
2042_LT_DECL([], [max_cmd_len], [0],
2043    [What is the maximum length of a command?])
2044])
2045m4trace:m4/libtool.m4:1810: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
2046m4trace:m4/libtool.m4:1810: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
2047You should run autoupdate.])dnl
2048m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
2049m4trace:m4/libtool.m4:1921: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
2050if test yes != "$enable_dlopen"; then
2051  enable_dlopen=unknown
2052  enable_dlopen_self=unknown
2053  enable_dlopen_self_static=unknown
2054else
2055  lt_cv_dlopen=no
2056  lt_cv_dlopen_libs=
2057
2058  case $host_os in
2059  beos*)
2060    lt_cv_dlopen=load_add_on
2061    lt_cv_dlopen_libs=
2062    lt_cv_dlopen_self=yes
2063    ;;
2064
2065  mingw* | pw32* | cegcc*)
2066    lt_cv_dlopen=LoadLibrary
2067    lt_cv_dlopen_libs=
2068    ;;
2069
2070  cygwin*)
2071    lt_cv_dlopen=dlopen
2072    lt_cv_dlopen_libs=
2073    ;;
2074
2075  darwin*)
2076    # if libdl is installed we need to link against it
2077    AC_CHECK_LIB([dl], [dlopen],
2078		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
2079    lt_cv_dlopen=dyld
2080    lt_cv_dlopen_libs=
2081    lt_cv_dlopen_self=yes
2082    ])
2083    ;;
2084
2085  tpf*)
2086    # Don't try to run any link tests for TPF.  We know it's impossible
2087    # because TPF is a cross-compiler, and we know how we open DSOs.
2088    lt_cv_dlopen=dlopen
2089    lt_cv_dlopen_libs=
2090    lt_cv_dlopen_self=no
2091    ;;
2092
2093  *)
2094    AC_CHECK_FUNC([shl_load],
2095	  [lt_cv_dlopen=shl_load],
2096      [AC_CHECK_LIB([dld], [shl_load],
2097	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
2098	[AC_CHECK_FUNC([dlopen],
2099	      [lt_cv_dlopen=dlopen],
2100	  [AC_CHECK_LIB([dl], [dlopen],
2101		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
2102	    [AC_CHECK_LIB([svld], [dlopen],
2103		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
2104	      [AC_CHECK_LIB([dld], [dld_link],
2105		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
2106	      ])
2107	    ])
2108	  ])
2109	])
2110      ])
2111    ;;
2112  esac
2113
2114  if test no = "$lt_cv_dlopen"; then
2115    enable_dlopen=no
2116  else
2117    enable_dlopen=yes
2118  fi
2119
2120  case $lt_cv_dlopen in
2121  dlopen)
2122    save_CPPFLAGS=$CPPFLAGS
2123    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2124
2125    save_LDFLAGS=$LDFLAGS
2126    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2127
2128    save_LIBS=$LIBS
2129    LIBS="$lt_cv_dlopen_libs $LIBS"
2130
2131    AC_CACHE_CHECK([whether a program can dlopen itself],
2132	  lt_cv_dlopen_self, [dnl
2133	  _LT_TRY_DLOPEN_SELF(
2134	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2135	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2136    ])
2137
2138    if test yes = "$lt_cv_dlopen_self"; then
2139      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2140      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2141	  lt_cv_dlopen_self_static, [dnl
2142	  _LT_TRY_DLOPEN_SELF(
2143	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2144	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
2145      ])
2146    fi
2147
2148    CPPFLAGS=$save_CPPFLAGS
2149    LDFLAGS=$save_LDFLAGS
2150    LIBS=$save_LIBS
2151    ;;
2152  esac
2153
2154  case $lt_cv_dlopen_self in
2155  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2156  *) enable_dlopen_self=unknown ;;
2157  esac
2158
2159  case $lt_cv_dlopen_self_static in
2160  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2161  *) enable_dlopen_self_static=unknown ;;
2162  esac
2163fi
2164_LT_DECL([dlopen_support], [enable_dlopen], [0],
2165	 [Whether dlopen is supported])
2166_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2167	 [Whether dlopen of programs is supported])
2168_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2169	 [Whether dlopen of statically linked programs is supported])
2170])
2171m4trace:m4/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2172m4trace:m4/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
2173You should run autoupdate.])dnl
2174m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2175m4trace:m4/libtool.m4:3155: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
2176AC_MSG_CHECKING([for $1])
2177AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2178[case $MAGIC_CMD in
2179[[\\/*] |  ?:[\\/]*])
2180  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
2181  ;;
2182*)
2183  lt_save_MAGIC_CMD=$MAGIC_CMD
2184  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2185dnl $ac_dummy forces splitting on constant user-supplied paths.
2186dnl POSIX.2 word splitting is done only on the output of word expansions,
2187dnl not every word.  This closes a longstanding sh security hole.
2188  ac_dummy="m4_if([$2], , $PATH, [$2])"
2189  for ac_dir in $ac_dummy; do
2190    IFS=$lt_save_ifs
2191    test -z "$ac_dir" && ac_dir=.
2192    if test -f "$ac_dir/$1"; then
2193      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
2194      if test -n "$file_magic_test_file"; then
2195	case $deplibs_check_method in
2196	"file_magic "*)
2197	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2198	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
2199	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2200	    $EGREP "$file_magic_regex" > /dev/null; then
2201	    :
2202	  else
2203	    cat <<_LT_EOF 1>&2
2204
2205*** Warning: the command libtool uses to detect shared libraries,
2206*** $file_magic_cmd, produces output that libtool cannot recognize.
2207*** The result is that libtool may fail to recognize shared libraries
2208*** as such.  This will affect the creation of libtool libraries that
2209*** depend on shared libraries, but programs linked with such libtool
2210*** libraries will work regardless of this problem.  Nevertheless, you
2211*** may want to report the problem to your system manager and/or to
2212*** bug-libtool@gnu.org
2213
2214_LT_EOF
2215	  fi ;;
2216	esac
2217      fi
2218      break
2219    fi
2220  done
2221  IFS=$lt_save_ifs
2222  MAGIC_CMD=$lt_save_MAGIC_CMD
2223  ;;
2224esac])
2225MAGIC_CMD=$lt_cv_path_MAGIC_CMD
2226if test -n "$MAGIC_CMD"; then
2227  AC_MSG_RESULT($MAGIC_CMD)
2228else
2229  AC_MSG_RESULT(no)
2230fi
2231_LT_DECL([], [MAGIC_CMD], [0],
2232	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
2233])
2234m4trace:m4/libtool.m4:3217: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2235m4trace:m4/libtool.m4:3217: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
2236You should run autoupdate.])dnl
2237m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2238m4trace:m4/libtool.m4:3240: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
2239AC_REQUIRE([AC_CANONICAL_HOST])dnl
2240AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2241m4_require([_LT_DECL_SED])dnl
2242m4_require([_LT_DECL_EGREP])dnl
2243m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
2244
2245AC_ARG_WITH([gnu-ld],
2246    [AS_HELP_STRING([--with-gnu-ld],
2247	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
2248    [test no = "$withval" || with_gnu_ld=yes],
2249    [with_gnu_ld=no])dnl
2250
2251ac_prog=ld
2252if test yes = "$GCC"; then
2253  # Check if gcc -print-prog-name=ld gives a path.
2254  AC_MSG_CHECKING([for ld used by $CC])
2255  case $host in
2256  *-*-mingw*)
2257    # gcc leaves a trailing carriage return, which upsets mingw
2258    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2259  *)
2260    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2261  esac
2262  case $ac_prog in
2263    # Accept absolute paths.
2264    [[\\/]]* | ?:[[\\/]]*)
2265      re_direlt='/[[^/]][[^/]]*/\.\./'
2266      # Canonicalize the pathname of ld
2267      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
2268      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
2269	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2270      done
2271      test -z "$LD" && LD=$ac_prog
2272      ;;
2273  "")
2274    # If it fails, then pretend we aren't using GCC.
2275    ac_prog=ld
2276    ;;
2277  *)
2278    # If it is relative, then search for the first ld in PATH.
2279    with_gnu_ld=unknown
2280    ;;
2281  esac
2282elif test yes = "$with_gnu_ld"; then
2283  AC_MSG_CHECKING([for GNU ld])
2284else
2285  AC_MSG_CHECKING([for non-GNU ld])
2286fi
2287AC_CACHE_VAL(lt_cv_path_LD,
2288[if test -z "$LD"; then
2289  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2290  for ac_dir in $PATH; do
2291    IFS=$lt_save_ifs
2292    test -z "$ac_dir" && ac_dir=.
2293    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2294      lt_cv_path_LD=$ac_dir/$ac_prog
2295      # Check to see if the program is GNU ld.  I'd rather use --version,
2296      # but apparently some variants of GNU ld only accept -v.
2297      # Break only if it was the GNU/non-GNU ld that we prefer.
2298      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2299      *GNU* | *'with BFD'*)
2300	test no != "$with_gnu_ld" && break
2301	;;
2302      *)
2303	test yes != "$with_gnu_ld" && break
2304	;;
2305      esac
2306    fi
2307  done
2308  IFS=$lt_save_ifs
2309else
2310  lt_cv_path_LD=$LD # Let the user override the test with a path.
2311fi])
2312LD=$lt_cv_path_LD
2313if test -n "$LD"; then
2314  AC_MSG_RESULT($LD)
2315else
2316  AC_MSG_RESULT(no)
2317fi
2318test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2319_LT_PATH_LD_GNU
2320AC_SUBST([LD])
2321
2322_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
2323])
2324m4trace:m4/libtool.m4:3329: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2325m4trace:m4/libtool.m4:3329: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
2326You should run autoupdate.])dnl
2327m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2328m4trace:m4/libtool.m4:3330: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2329m4trace:m4/libtool.m4:3330: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
2330You should run autoupdate.])dnl
2331m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2332m4trace:m4/libtool.m4:3659: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
2333AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2334[if test -n "$NM"; then
2335  # Let the user override the test.
2336  lt_cv_path_NM=$NM
2337else
2338  lt_nm_to_check=${ac_tool_prefix}nm
2339  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2340    lt_nm_to_check="$lt_nm_to_check nm"
2341  fi
2342  for lt_tmp_nm in $lt_nm_to_check; do
2343    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2344    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2345      IFS=$lt_save_ifs
2346      test -z "$ac_dir" && ac_dir=.
2347      tmp_nm=$ac_dir/$lt_tmp_nm
2348      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
2349	# Check to see if the nm accepts a BSD-compat flag.
2350	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
2351	#   nm: unknown option "B" ignored
2352	# Tru64's nm complains that /dev/null is an invalid object file
2353	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
2354	case $build_os in
2355	mingw*) lt_bad_file=conftest.nm/nofile ;;
2356	*) lt_bad_file=/dev/null ;;
2357	esac
2358	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
2359	*$lt_bad_file* | *'Invalid file or object type'*)
2360	  lt_cv_path_NM="$tmp_nm -B"
2361	  break 2
2362	  ;;
2363	*)
2364	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2365	  */dev/null*)
2366	    lt_cv_path_NM="$tmp_nm -p"
2367	    break 2
2368	    ;;
2369	  *)
2370	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2371	    continue # so that we can try to find one that supports BSD flags
2372	    ;;
2373	  esac
2374	  ;;
2375	esac
2376      fi
2377    done
2378    IFS=$lt_save_ifs
2379  done
2380  : ${lt_cv_path_NM=no}
2381fi])
2382if test no != "$lt_cv_path_NM"; then
2383  NM=$lt_cv_path_NM
2384else
2385  # Didn't find any BSD compatible name lister, look for dumpbin.
2386  if test -n "$DUMPBIN"; then :
2387    # Let the user override the test.
2388  else
2389    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
2390    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
2391    *COFF*)
2392      DUMPBIN="$DUMPBIN -symbols -headers"
2393      ;;
2394    *)
2395      DUMPBIN=:
2396      ;;
2397    esac
2398  fi
2399  AC_SUBST([DUMPBIN])
2400  if test : != "$DUMPBIN"; then
2401    NM=$DUMPBIN
2402  fi
2403fi
2404test -z "$NM" && NM=nm
2405AC_SUBST([NM])
2406_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
2407
2408AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
2409  [lt_cv_nm_interface="BSD nm"
2410  echo "int some_variable = 0;" > conftest.$ac_ext
2411  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
2412  (eval "$ac_compile" 2>conftest.err)
2413  cat conftest.err >&AS_MESSAGE_LOG_FD
2414  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
2415  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
2416  cat conftest.err >&AS_MESSAGE_LOG_FD
2417  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
2418  cat conftest.out >&AS_MESSAGE_LOG_FD
2419  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
2420    lt_cv_nm_interface="MS dumpbin"
2421  fi
2422  rm -f conftest*])
2423])
2424m4trace:m4/libtool.m4:3754: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2425m4trace:m4/libtool.m4:3754: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
2426You should run autoupdate.])dnl
2427m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2428m4trace:m4/libtool.m4:3755: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2429m4trace:m4/libtool.m4:3755: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
2430You should run autoupdate.])dnl
2431m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2432m4trace:m4/libtool.m4:3826: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
2433  test DEF = "`$SED -n dnl
2434    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
2435    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
2436    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
2437    -e q dnl                          Only consider the first "real" line
2438    $1`" dnl
2439])
2440m4trace:m4/libtool.m4:3840: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2441LIBM=
2442case $host in
2443*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
2444  # These system don't have libm, or don't need it
2445  ;;
2446*-ncr-sysv4.3*)
2447  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
2448  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2449  ;;
2450*)
2451  AC_CHECK_LIB(m, cos, LIBM=-lm)
2452  ;;
2453esac
2454AC_SUBST([LIBM])
2455])
2456m4trace:m4/libtool.m4:3859: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2457m4trace:m4/libtool.m4:3859: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
2458You should run autoupdate.])dnl
2459m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2460m4trace:m4/libtool.m4:8122: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
2461  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
2462    [AC_CHECK_TOOL(GCJ, gcj,)
2463      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
2464      AC_SUBST(GCJFLAGS)])])[]dnl
2465])
2466m4trace:m4/libtool.m4:8131: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2467m4trace:m4/libtool.m4:8131: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
2468You should run autoupdate.])dnl
2469m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2470m4trace:m4/libtool.m4:8138: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
2471])
2472m4trace:m4/libtool.m4:8145: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
2473])
2474m4trace:m4/libtool.m4:8150: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2475m4trace:m4/libtool.m4:8150: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
2476You should run autoupdate.])dnl
2477m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2478m4trace:m4/libtool.m4:8270: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2479m4trace:m4/libtool.m4:8270: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
2480You should run autoupdate.])dnl
2481m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2482m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2483m4trace:m4/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
2484AC_DIAGNOSE([obsolete],
2485[$0: Remove this warning and the call to _LT_SET_OPTION when you
2486put the 'dlopen' option into LT_INIT's first parameter.])
2487])
2488m4trace:m4/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
2489You should run autoupdate.])dnl
2490_LT_SET_OPTION([LT_INIT], [dlopen])
2491AC_DIAGNOSE([obsolete],
2492[$0: Remove this warning and the call to _LT_SET_OPTION when you
2493put the 'dlopen' option into LT_INIT's first parameter.])
2494])
2495m4trace:m4/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2496_LT_SET_OPTION([LT_INIT], [win32-dll])
2497AC_DIAGNOSE([obsolete],
2498[$0: Remove this warning and the call to _LT_SET_OPTION when you
2499put the 'win32-dll' option into LT_INIT's first parameter.])
2500])
2501m4trace:m4/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2502You should run autoupdate.])dnl
2503AC_REQUIRE([AC_CANONICAL_HOST])dnl
2504_LT_SET_OPTION([LT_INIT], [win32-dll])
2505AC_DIAGNOSE([obsolete],
2506[$0: Remove this warning and the call to _LT_SET_OPTION when you
2507put the 'win32-dll' option into LT_INIT's first parameter.])
2508])
2509m4trace:m4/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
2510])
2511m4trace:m4/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
2512])
2513m4trace:m4/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
2514m4trace:m4/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
2515You should run autoupdate.])dnl
2516AC_ENABLE_SHARED($@)])
2517m4trace:m4/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
2518m4trace:m4/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
2519You should run autoupdate.])dnl
2520AC_DISABLE_SHARED($@)])
2521m4trace:m4/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
2522])
2523m4trace:m4/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
2524])
2525m4trace:m4/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
2526m4trace:m4/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
2527You should run autoupdate.])dnl
2528AC_ENABLE_STATIC($@)])
2529m4trace:m4/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
2530m4trace:m4/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
2531You should run autoupdate.])dnl
2532AC_DISABLE_STATIC($@)])
2533m4trace:m4/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2534AC_DIAGNOSE([obsolete],
2535[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2536the 'fast-install' option into LT_INIT's first parameter.])
2537])
2538m4trace:m4/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
2539You should run autoupdate.])dnl
2540_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2541AC_DIAGNOSE([obsolete],
2542[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2543the 'fast-install' option into LT_INIT's first parameter.])
2544])
2545m4trace:m4/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2546AC_DIAGNOSE([obsolete],
2547[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2548the 'disable-fast-install' option into LT_INIT's first parameter.])
2549])
2550m4trace:m4/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
2551You should run autoupdate.])dnl
2552_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2553AC_DIAGNOSE([obsolete],
2554[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2555the 'disable-fast-install' option into LT_INIT's first parameter.])
2556])
2557m4trace:m4/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
2558AC_DIAGNOSE([obsolete],
2559[$0: Remove this warning and the call to _LT_SET_OPTION when you
2560put the 'pic-only' option into LT_INIT's first parameter.])
2561])
2562m4trace:m4/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
2563You should run autoupdate.])dnl
2564_LT_SET_OPTION([LT_INIT], [pic-only])
2565AC_DIAGNOSE([obsolete],
2566[$0: Remove this warning and the call to _LT_SET_OPTION when you
2567put the 'pic-only' option into LT_INIT's first parameter.])
2568])
2569m4trace:m4/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
2570m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6'
2571macro_revision='2.4.6'
2572_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2573_LT_DECL(, macro_revision, 0)
2574])
2575m4trace:m4/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
2576m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
2577m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
2578m4trace:m4/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
2579m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
2580m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
2581m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
2582m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
2583m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
2584m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
2585m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
2586m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
2587m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
2588m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
2589m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
2590m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
2591m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
2592m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
2593m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
2594m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
2595m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
2596m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
2597m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
2598m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
2599m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
2600m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
2601m4trace:m4/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
2602m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
2603m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
2604m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
2605m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
2606m4trace:m4/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
2607m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
2608m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
2609m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
2610m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
2611m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
2612m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
2613m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
2614m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
2615m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
2616m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
2617m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
2618m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
2619m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
2620m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
2621m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
2622m4trace:m4/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
2623m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
2624m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
2625m4trace:m4/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
2626m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
2627m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
2628m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
2629m4trace:configure.ac:2: -1- m4_pattern_allow([^AS_FLAGS$])
2630m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?m4_])
2631m4trace:configure.ac:2: -1- m4_pattern_forbid([^dnl$])
2632m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?AS_])
2633m4trace:configure.ac:2: -1- m4_pattern_allow([^SHELL$])
2634m4trace:configure.ac:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
2635m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
2636m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2637m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2638m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
2639m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2640m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
2641m4trace:configure.ac:2: -1- m4_pattern_allow([^exec_prefix$])
2642m4trace:configure.ac:2: -1- m4_pattern_allow([^prefix$])
2643m4trace:configure.ac:2: -1- m4_pattern_allow([^program_transform_name$])
2644m4trace:configure.ac:2: -1- m4_pattern_allow([^bindir$])
2645m4trace:configure.ac:2: -1- m4_pattern_allow([^sbindir$])
2646m4trace:configure.ac:2: -1- m4_pattern_allow([^libexecdir$])
2647m4trace:configure.ac:2: -1- m4_pattern_allow([^datarootdir$])
2648m4trace:configure.ac:2: -1- m4_pattern_allow([^datadir$])
2649m4trace:configure.ac:2: -1- m4_pattern_allow([^sysconfdir$])
2650m4trace:configure.ac:2: -1- m4_pattern_allow([^sharedstatedir$])
2651m4trace:configure.ac:2: -1- m4_pattern_allow([^localstatedir$])
2652m4trace:configure.ac:2: -1- m4_pattern_allow([^includedir$])
2653m4trace:configure.ac:2: -1- m4_pattern_allow([^oldincludedir$])
2654m4trace:configure.ac:2: -1- m4_pattern_allow([^docdir$])
2655m4trace:configure.ac:2: -1- m4_pattern_allow([^infodir$])
2656m4trace:configure.ac:2: -1- m4_pattern_allow([^htmldir$])
2657m4trace:configure.ac:2: -1- m4_pattern_allow([^dvidir$])
2658m4trace:configure.ac:2: -1- m4_pattern_allow([^pdfdir$])
2659m4trace:configure.ac:2: -1- m4_pattern_allow([^psdir$])
2660m4trace:configure.ac:2: -1- m4_pattern_allow([^libdir$])
2661m4trace:configure.ac:2: -1- m4_pattern_allow([^localedir$])
2662m4trace:configure.ac:2: -1- m4_pattern_allow([^mandir$])
2663m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
2664m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2665m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2666m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
2667m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2668m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
2669m4trace:configure.ac:2: -1- m4_pattern_allow([^DEFS$])
2670m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_C$])
2671m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_N$])
2672m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_T$])
2673m4trace:configure.ac:2: -1- m4_pattern_allow([^LIBS$])
2674m4trace:configure.ac:2: -1- m4_pattern_allow([^build_alias$])
2675m4trace:configure.ac:2: -1- m4_pattern_allow([^host_alias$])
2676m4trace:configure.ac:2: -1- m4_pattern_allow([^target_alias$])
2677m4trace:configure.ac:3: -1- AM_INIT_AUTOMAKE([foreign no-define])
2678m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2679m4trace:configure.ac:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2680m4trace:configure.ac:3: -1- AM_AUTOMAKE_VERSION([1.15])
2681m4trace:configure.ac:3: -1- _AM_AUTOCONF_VERSION([2.69])
2682m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2683m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
2684m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_DATA$])
2685m4trace:configure.ac:3: -1- m4_pattern_allow([^am__isrc$])
2686m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
2687m4trace:configure.ac:3: -1- m4_pattern_allow([^CYGPATH_W$])
2688m4trace:configure.ac:3: -1- _AM_SET_OPTIONS([foreign no-define])
2689m4trace:configure.ac:3: -1- _AM_SET_OPTION([foreign])
2690m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([foreign])
2691m4trace:configure.ac:3: -1- _AM_SET_OPTION([no-define])
2692m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-define])
2693m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
2694m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
2695m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
2696 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
2697m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-define])
2698m4trace:configure.ac:3: -1- AM_SANITY_CHECK
2699m4trace:configure.ac:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2700m4trace:configure.ac:3: -1- AM_MISSING_HAS_RUN
2701m4trace:configure.ac:3: -1- AM_AUX_DIR_EXPAND
2702m4trace:configure.ac:3: -1- m4_pattern_allow([^ACLOCAL$])
2703m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
2704m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOCONF$])
2705m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2706m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOMAKE$])
2707m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
2708m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOHEADER$])
2709m4trace:configure.ac:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
2710m4trace:configure.ac:3: -1- m4_pattern_allow([^MAKEINFO$])
2711m4trace:configure.ac:3: -1- AM_PROG_INSTALL_SH
2712m4trace:configure.ac:3: -1- m4_pattern_allow([^install_sh$])
2713m4trace:configure.ac:3: -1- AM_PROG_INSTALL_STRIP
2714m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$])
2715m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
2716m4trace:configure.ac:3: -1- m4_pattern_allow([^MKDIR_P$])
2717m4trace:configure.ac:3: -1- m4_pattern_allow([^mkdir_p$])
2718m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$])
2719m4trace:configure.ac:3: -1- m4_pattern_allow([^SET_MAKE$])
2720m4trace:configure.ac:3: -1- AM_SET_LEADING_DOT
2721m4trace:configure.ac:3: -1- m4_pattern_allow([^am__leading_dot$])
2722m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2723			     [_AM_PROG_TAR([v7])])])
2724m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-ustar])
2725m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
2726m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-pax])
2727m4trace:configure.ac:3: -1- _AM_PROG_TAR([v7])
2728m4trace:configure.ac:3: -1- m4_pattern_allow([^AMTAR$])
2729m4trace:configure.ac:3: -1- m4_pattern_allow([^am__tar$])
2730m4trace:configure.ac:3: -1- m4_pattern_allow([^am__untar$])
2731m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
2732		  [_AM_DEPENDENCIES([CC])],
2733		  [m4_define([AC_PROG_CC],
2734			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
2735AC_PROVIDE_IFELSE([AC_PROG_CXX],
2736		  [_AM_DEPENDENCIES([CXX])],
2737		  [m4_define([AC_PROG_CXX],
2738			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
2739AC_PROVIDE_IFELSE([AC_PROG_OBJC],
2740		  [_AM_DEPENDENCIES([OBJC])],
2741		  [m4_define([AC_PROG_OBJC],
2742			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
2743AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
2744		  [_AM_DEPENDENCIES([OBJCXX])],
2745		  [m4_define([AC_PROG_OBJCXX],
2746			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
2747])
2748m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-dependencies])
2749m4trace:configure.ac:3: -1- AM_SILENT_RULES
2750m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_V$])
2751m4trace:configure.ac:3: -1- AM_SUBST_NOTMAKE([AM_V])
2752m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([AM_V])
2753m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_DEFAULT_V$])
2754m4trace:configure.ac:3: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2755m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2756m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2757m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_BACKSLASH$])
2758m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2759m4trace:configure.ac:5: -1- AC_CONFIG_MACRO_DIR([m4])
2760m4trace:configure.ac:6: -1- m4_pattern_allow([^build$])
2761m4trace:configure.ac:6: -1- m4_pattern_allow([^build_cpu$])
2762m4trace:configure.ac:6: -1- m4_pattern_allow([^build_vendor$])
2763m4trace:configure.ac:6: -1- m4_pattern_allow([^build_os$])
2764m4trace:configure.ac:6: -1- m4_pattern_allow([^host$])
2765m4trace:configure.ac:6: -1- m4_pattern_allow([^host_cpu$])
2766m4trace:configure.ac:6: -1- m4_pattern_allow([^host_vendor$])
2767m4trace:configure.ac:6: -1- m4_pattern_allow([^host_os$])
2768m4trace:configure.ac:9: -1- m4_pattern_allow([^CXX$])
2769m4trace:configure.ac:9: -1- m4_pattern_allow([^CXXFLAGS$])
2770m4trace:configure.ac:9: -1- m4_pattern_allow([^LDFLAGS$])
2771m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
2772m4trace:configure.ac:9: -1- m4_pattern_allow([^CPPFLAGS$])
2773m4trace:configure.ac:9: -1- m4_pattern_allow([^CXX$])
2774m4trace:configure.ac:9: -1- m4_pattern_allow([^ac_ct_CXX$])
2775m4trace:configure.ac:9: -1- m4_pattern_allow([^EXEEXT$])
2776m4trace:configure.ac:9: -1- m4_pattern_allow([^OBJEXT$])
2777m4trace:configure.ac:9: -1- _AM_DEPENDENCIES([CXX])
2778m4trace:configure.ac:9: -1- AM_SET_DEPDIR
2779m4trace:configure.ac:9: -1- m4_pattern_allow([^DEPDIR$])
2780m4trace:configure.ac:9: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
2781m4trace:configure.ac:9: -1- AM_MAKE_INCLUDE
2782m4trace:configure.ac:9: -1- m4_pattern_allow([^am__include$])
2783m4trace:configure.ac:9: -1- m4_pattern_allow([^am__quote$])
2784m4trace:configure.ac:9: -1- AM_DEP_TRACK
2785m4trace:configure.ac:9: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2786m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEP_TRUE$])
2787m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEP_FALSE$])
2788m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
2789m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
2790m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
2791m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
2792m4trace:configure.ac:9: -1- m4_pattern_allow([^am__nodep$])
2793m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__nodep])
2794m4trace:configure.ac:9: -1- m4_pattern_allow([^CXXDEPMODE$])
2795m4trace:configure.ac:9: -1- AM_CONDITIONAL([am__fastdepCXX], [
2796  test "x$enable_dependency_tracking" != xno \
2797  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
2798m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
2799m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
2800m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
2801m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
2802m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2803m4trace:configure.ac:10: -1- m4_pattern_allow([^CFLAGS$])
2804m4trace:configure.ac:10: -1- m4_pattern_allow([^LDFLAGS$])
2805m4trace:configure.ac:10: -1- m4_pattern_allow([^LIBS$])
2806m4trace:configure.ac:10: -1- m4_pattern_allow([^CPPFLAGS$])
2807m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2808m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2809m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2810m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2811m4trace:configure.ac:10: -1- m4_pattern_allow([^ac_ct_CC$])
2812m4trace:configure.ac:10: -1- _AM_PROG_CC_C_O
2813m4trace:configure.ac:10: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
2814m4trace:configure.ac:10: -1- _AM_DEPENDENCIES([CC])
2815m4trace:configure.ac:10: -1- m4_pattern_allow([^CCDEPMODE$])
2816m4trace:configure.ac:10: -1- AM_CONDITIONAL([am__fastdepCC], [
2817  test "x$enable_dependency_tracking" != xno \
2818  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
2819m4trace:configure.ac:10: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
2820m4trace:configure.ac:10: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
2821m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
2822m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
2823m4trace:configure.ac:11: -1- AC_PROG_LIBTOOL
2824m4trace:configure.ac:11: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
2825You should run autoupdate.], [m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
2826configure.ac:11: the top level])
2827m4trace:configure.ac:11: -1- LT_INIT
2828m4trace:configure.ac:11: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
2829m4trace:configure.ac:11: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
2830m4trace:configure.ac:11: -1- LTOPTIONS_VERSION
2831m4trace:configure.ac:11: -1- LTSUGAR_VERSION
2832m4trace:configure.ac:11: -1- LTVERSION_VERSION
2833m4trace:configure.ac:11: -1- LTOBSOLETE_VERSION
2834m4trace:configure.ac:11: -1- _LT_PROG_LTMAIN
2835m4trace:configure.ac:11: -1- m4_pattern_allow([^LIBTOOL$])
2836m4trace:configure.ac:11: -1- _LT_PREPARE_SED_QUOTE_VARS
2837m4trace:configure.ac:11: -1- _LT_PROG_ECHO_BACKSLASH
2838m4trace:configure.ac:11: -1- LT_PATH_LD
2839m4trace:configure.ac:11: -1- m4_pattern_allow([^SED$])
2840m4trace:configure.ac:11: -1- AC_PROG_EGREP
2841m4trace:configure.ac:11: -1- m4_pattern_allow([^GREP$])
2842m4trace:configure.ac:11: -1- m4_pattern_allow([^EGREP$])
2843m4trace:configure.ac:11: -1- m4_pattern_allow([^FGREP$])
2844m4trace:configure.ac:11: -1- m4_pattern_allow([^GREP$])
2845m4trace:configure.ac:11: -1- m4_pattern_allow([^LD$])
2846m4trace:configure.ac:11: -1- LT_PATH_NM
2847m4trace:configure.ac:11: -1- m4_pattern_allow([^DUMPBIN$])
2848m4trace:configure.ac:11: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
2849m4trace:configure.ac:11: -1- m4_pattern_allow([^DUMPBIN$])
2850m4trace:configure.ac:11: -1- m4_pattern_allow([^NM$])
2851m4trace:configure.ac:11: -1- m4_pattern_allow([^LN_S$])
2852m4trace:configure.ac:11: -1- LT_CMD_MAX_LEN
2853m4trace:configure.ac:11: -1- m4_pattern_allow([^OBJDUMP$])
2854m4trace:configure.ac:11: -1- m4_pattern_allow([^OBJDUMP$])
2855m4trace:configure.ac:11: -1- m4_pattern_allow([^DLLTOOL$])
2856m4trace:configure.ac:11: -1- m4_pattern_allow([^DLLTOOL$])
2857m4trace:configure.ac:11: -1- m4_pattern_allow([^AR$])
2858m4trace:configure.ac:11: -1- m4_pattern_allow([^ac_ct_AR$])
2859m4trace:configure.ac:11: -1- m4_pattern_allow([^STRIP$])
2860m4trace:configure.ac:11: -1- m4_pattern_allow([^RANLIB$])
2861m4trace:configure.ac:11: -1- _LT_WITH_SYSROOT
2862m4trace:configure.ac:11: -1- m4_pattern_allow([LT_OBJDIR])
2863m4trace:configure.ac:11: -1- m4_pattern_allow([^LT_OBJDIR$])
2864m4trace:configure.ac:11: -1- _LT_CC_BASENAME([$compiler])
2865m4trace:configure.ac:11: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
2866m4trace:configure.ac:11: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
2867m4trace:configure.ac:11: -1- LT_SUPPORTED_TAG([CC])
2868m4trace:configure.ac:11: -1- _LT_COMPILER_BOILERPLATE
2869m4trace:configure.ac:11: -1- _LT_LINKER_BOILERPLATE
2870m4trace:configure.ac:11: -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"])
2871m4trace:configure.ac:11: -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
2872     "" | " "*) ;;
2873     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
2874     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
2875     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
2876m4trace:configure.ac:11: -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, )=])
2877m4trace:configure.ac:11: -1- m4_pattern_allow([^MANIFEST_TOOL$])
2878m4trace:configure.ac:11: -1- _LT_DLL_DEF_P([$export_symbols])
2879m4trace:configure.ac:11: -1- _LT_DLL_DEF_P([$export_symbols])
2880m4trace:configure.ac:11: -1- _LT_REQUIRED_DARWIN_CHECKS
2881m4trace:configure.ac:11: -1- m4_pattern_allow([^DSYMUTIL$])
2882m4trace:configure.ac:11: -1- m4_pattern_allow([^NMEDIT$])
2883m4trace:configure.ac:11: -1- m4_pattern_allow([^LIPO$])
2884m4trace:configure.ac:11: -1- m4_pattern_allow([^OTOOL$])
2885m4trace:configure.ac:11: -1- m4_pattern_allow([^OTOOL64$])
2886m4trace:configure.ac:11: -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'])
2887m4trace:configure.ac:11: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
2888m4trace:configure.ac:11: -1- LT_SYS_DLOPEN_SELF
2889m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
2890m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
2891m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
2892m4trace:configure.ac:11: -1- m4_pattern_allow([^STDC_HEADERS$])
2893m4trace:configure.ac:11: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
2894m4trace:configure.ac:11: -1- LT_LANG([CXX])
2895m4trace:configure.ac:11: -1- LT_SUPPORTED_TAG([CXX])
2896m4trace:configure.ac:11: -1- m4_pattern_allow([^CXXCPP$])
2897m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
2898m4trace:configure.ac:11: -1- m4_pattern_allow([^CXXCPP$])
2899m4trace:configure.ac:11: -1- _LT_COMPILER_BOILERPLATE
2900m4trace:configure.ac:11: -1- _LT_LINKER_BOILERPLATE
2901m4trace:configure.ac:11: -1- _LT_CC_BASENAME([$compiler])
2902m4trace:configure.ac:11: -1- LT_PATH_LD
2903m4trace:configure.ac:11: -1- m4_pattern_allow([^LD$])
2904m4trace:configure.ac:11: -1- _LT_DLL_DEF_P([$export_symbols])
2905m4trace:configure.ac:11: -1- _LT_DLL_DEF_P([$export_symbols])
2906m4trace:configure.ac:11: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
2907     "" | " "*) ;;
2908     *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
2909     esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
2910     _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
2911m4trace:configure.ac:11: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
2912m4trace:configure.ac:11: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
2913m4trace:configure.ac:12: -1- AC_ENABLE_SHARED
2914m4trace:configure.ac:13: -1- AC_ENABLE_STATIC
2915m4trace:configure.ac:14: -1- AC_LIBTOOL_WIN32_DLL
2916m4trace:configure.ac:14: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2917You should run autoupdate.], [m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
2918configure.ac:14: the top level])
2919m4trace:configure.ac:14: -1- m4_pattern_allow([^AS$])
2920m4trace:configure.ac:14: -1- m4_pattern_allow([^DLLTOOL$])
2921m4trace:configure.ac:14: -1- m4_pattern_allow([^OBJDUMP$])
2922m4trace:configure.ac:14: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
2923put the 'win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
2924configure.ac:14: the top level])
2925m4trace:configure.ac:15: -1- AC_LIBTOOL_SETUP
2926m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
2927m4trace:configure.ac:36: -1- AX_OPENMP([
2928		CXXFLAGS="$CXXFLAGS $OPENMP_CFLAGS"
2929		CFLAGS="$CFLAGS $OPENMP_CFLAGS"
2930		AC_SUBST([PC_OPENMP],[" $OPENMP_CFLAGS"])
2931	], [
2932		AC_MSG_WARN([OpenMP support cannot be enabled because your system doesn't support it.])
2933	])
2934m4trace:configure.ac:36: -1- m4_pattern_allow([^PC_OPENMP$])
2935m4trace:configure.ac:55: -1- m4_pattern_allow([^HAVE_JPEGLIB_H$])
2936m4trace:configure.ac:76: -1- m4_pattern_allow([^HAVE_JASPER_JASPER_H$])
2937m4trace:configure.ac:97: -1- PKG_CHECK_MODULES([ZLIB], [zlib], [
2938		CPPFLAGS="$CPPFLAGS $ZLIB_CFLAGS -DUSE_ZLIB"
2939		LIBS="$LIBS $ZLIB_LIBS"
2940		AC_SUBST([PACKAGE_REQUIRES],[zlib])
2941	], [{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib support cannot be enabled" >&5
2942$as_echo "$as_me: WARNING: zlib support cannot be enabled" >&2;}
2943	])
2944m4trace:configure.ac:97: -1- PKG_PROG_PKG_CONFIG
2945m4trace:configure.ac:97: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2946m4trace:configure.ac:97: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
2947m4trace:configure.ac:97: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
2948m4trace:configure.ac:97: -1- m4_pattern_allow([^PKG_CONFIG$])
2949m4trace:configure.ac:97: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
2950m4trace:configure.ac:97: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
2951m4trace:configure.ac:97: -1- m4_pattern_allow([^PKG_CONFIG$])
2952m4trace:configure.ac:97: -1- m4_pattern_allow([^ZLIB_CFLAGS$])
2953m4trace:configure.ac:97: -1- m4_pattern_allow([^ZLIB_LIBS$])
2954m4trace:configure.ac:97: -1- PKG_CHECK_EXISTS([zlib], [pkg_cv_[]ZLIB_CFLAGS=`$PKG_CONFIG --[]cflags "zlib" 2>/dev/null`
2955		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2956m4trace:configure.ac:97: -1- PKG_CHECK_EXISTS([zlib], [pkg_cv_[]ZLIB_LIBS=`$PKG_CONFIG --[]libs "zlib" 2>/dev/null`
2957		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2958m4trace:configure.ac:97: -1- _PKG_SHORT_ERRORS_SUPPORTED
2959m4trace:configure.ac:97: -1- m4_pattern_allow([^PACKAGE_REQUIRES$])
2960m4trace:configure.ac:116: -1- PKG_CHECK_MODULES([LCMS2], [lcms2], [
2961		CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS -DUSE_LCMS2"
2962		LIBS="$LIBS $LCMS2_LIBS"
2963	        AC_SUBST([PACKAGE_REQUIRES],[lcms2])
2964	], [
2965	PKG_CHECK_MODULES([LCMS],[lcms],[
2966		CPPFLAGS="$CPPFLAGS $LCMS_CFLAGS -DUSE_LCMS"
2967		LIBS="$LIBS $LCMS_LIBS"
2968	        AC_SUBST([PACKAGE_REQUIRES],[lcms])
2969	],[
2970		AC_MSG_WARN([LCMS support cannot be enabled])
2971	])
2972	])
2973m4trace:configure.ac:116: -1- m4_pattern_allow([^LCMS2_CFLAGS$])
2974m4trace:configure.ac:116: -1- m4_pattern_allow([^LCMS2_LIBS$])
2975m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([lcms2], [pkg_cv_[]LCMS2_CFLAGS=`$PKG_CONFIG --[]cflags "lcms2" 2>/dev/null`
2976		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2977m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([lcms2], [pkg_cv_[]LCMS2_LIBS=`$PKG_CONFIG --[]libs "lcms2" 2>/dev/null`
2978		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2979m4trace:configure.ac:116: -1- _PKG_SHORT_ERRORS_SUPPORTED
2980m4trace:configure.ac:116: -1- PKG_CHECK_MODULES([LCMS], [lcms], [
2981		CPPFLAGS="$CPPFLAGS $LCMS_CFLAGS -DUSE_LCMS"
2982		LIBS="$LIBS $LCMS_LIBS"
2983	        AC_SUBST([PACKAGE_REQUIRES],[lcms])
2984	], [
2985		AC_MSG_WARN([LCMS support cannot be enabled])
2986	])
2987m4trace:configure.ac:116: -1- m4_pattern_allow([^LCMS_CFLAGS$])
2988m4trace:configure.ac:116: -1- m4_pattern_allow([^LCMS_LIBS$])
2989m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([lcms], [pkg_cv_[]LCMS_CFLAGS=`$PKG_CONFIG --[]cflags "lcms" 2>/dev/null`
2990		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2991m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([lcms], [pkg_cv_[]LCMS_LIBS=`$PKG_CONFIG --[]libs "lcms" 2>/dev/null`
2992		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
2993m4trace:configure.ac:116: -1- _PKG_SHORT_ERRORS_SUPPORTED
2994m4trace:configure.ac:116: -1- m4_pattern_allow([^PACKAGE_REQUIRES$])
2995m4trace:configure.ac:116: -1- PKG_CHECK_MODULES([LCMS], [lcms], [
2996		CPPFLAGS="$CPPFLAGS $LCMS_CFLAGS -DUSE_LCMS"
2997		LIBS="$LIBS $LCMS_LIBS"
2998	        AC_SUBST([PACKAGE_REQUIRES],[lcms])
2999	], [
3000		AC_MSG_WARN([LCMS support cannot be enabled])
3001	])
3002m4trace:configure.ac:116: -1- m4_pattern_allow([^LCMS_CFLAGS$])
3003m4trace:configure.ac:116: -1- m4_pattern_allow([^LCMS_LIBS$])
3004m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([lcms], [pkg_cv_[]LCMS_CFLAGS=`$PKG_CONFIG --[]cflags "lcms" 2>/dev/null`
3005		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
3006m4trace:configure.ac:116: -1- PKG_CHECK_EXISTS([lcms], [pkg_cv_[]LCMS_LIBS=`$PKG_CONFIG --[]libs "lcms" 2>/dev/null`
3007		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
3008m4trace:configure.ac:116: -1- _PKG_SHORT_ERRORS_SUPPORTED
3009m4trace:configure.ac:116: -1- m4_pattern_allow([^PACKAGE_REQUIRES$])
3010m4trace:configure.ac:116: -1- m4_pattern_allow([^PACKAGE_REQUIRES$])
3011m4trace:configure.ac:139: -1- AM_CONDITIONAL([EXAMPLES], [test x$examples = xtrue])
3012m4trace:configure.ac:139: -1- m4_pattern_allow([^EXAMPLES_TRUE$])
3013m4trace:configure.ac:139: -1- m4_pattern_allow([^EXAMPLES_FALSE$])
3014m4trace:configure.ac:139: -1- _AM_SUBST_NOTMAKE([EXAMPLES_TRUE])
3015m4trace:configure.ac:139: -1- _AM_SUBST_NOTMAKE([EXAMPLES_FALSE])
3016m4trace:configure.ac:147: -1- m4_pattern_allow([^LIBRAW_SHLIB_VERSION$])
3017m4trace:configure.ac:148: -1- m4_pattern_allow([^LIBRAW_RELEASE_VERSION$])
3018m4trace:configure.ac:150: -1- m4_pattern_allow([^LIB@&t@OBJS$])
3019m4trace:configure.ac:150: -1- m4_pattern_allow([^LTLIBOBJS$])
3020m4trace:configure.ac:150: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
3021m4trace:configure.ac:150: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
3022m4trace:configure.ac:150: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
3023m4trace:configure.ac:150: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
3024m4trace:configure.ac:150: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
3025m4trace:configure.ac:150: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
3026m4trace:configure.ac:150: -1- _LT_PROG_LTMAIN
3027