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