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