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*)
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.13/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13'
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.13.4], [],
613      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
614])
615m4trace:/usr/share/aclocal-1.13/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.4])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.13/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
620# Expand $ac_aux_dir to an absolute path.
621am_aux_dir=`cd "$ac_aux_dir" && pwd`
622])
623m4trace:/usr/share/aclocal-1.13/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
624 m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
625       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
626AC_SUBST([$1_TRUE])dnl
627AC_SUBST([$1_FALSE])dnl
628_AM_SUBST_NOTMAKE([$1_TRUE])dnl
629_AM_SUBST_NOTMAKE([$1_FALSE])dnl
630m4_define([_AM_COND_VALUE_$1], [$2])dnl
631if $2; then
632  $1_TRUE=
633  $1_FALSE='#'
634else
635  $1_TRUE='#'
636  $1_FALSE=
637fi
638AC_CONFIG_COMMANDS_PRE(
639[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
640  AC_MSG_ERROR([[conditional "$1" was never defined.
641Usually this means the macro was only invoked conditionally.]])
642fi])])
643m4trace:/usr/share/aclocal-1.13/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
644AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
645AC_REQUIRE([AM_MAKE_INCLUDE])dnl
646AC_REQUIRE([AM_DEP_TRACK])dnl
647
648m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
649      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
650      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
651      [$1], [OBJCXX], [depcc="$OBJCXX" 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 10 /bin/sh.
705      echo '/* dummy */' > 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.13/depend.m4:163: -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.13/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
777AS_HELP_STRING(
778  [--enable-dependency-tracking],
779  [do not reject slow dependency extractors])
780AS_HELP_STRING(
781  [--disable-dependency-tracking],
782  [speeds up one-time build])])
783if test "x$enable_dependency_tracking" != xno; then
784  am_depcomp="$ac_aux_dir/depcomp"
785  AMDEPBACKSLASH='\'
786  am__nodep='_no'
787fi
788AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
789AC_SUBST([AMDEPBACKSLASH])dnl
790_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
791AC_SUBST([am__nodep])dnl
792_AM_SUBST_NOTMAKE([am__nodep])dnl
793])
794m4trace:/usr/share/aclocal-1.13/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
795  # Older Autoconf quotes --file arguments for eval, but not when files
796  # are listed without --file.  Let's play safe and only enable the eval
797  # if we detect the quoting.
798  case $CONFIG_FILES in
799  *\'*) eval set x "$CONFIG_FILES" ;;
800  *)   set x $CONFIG_FILES ;;
801  esac
802  shift
803  for mf
804  do
805    # Strip MF so we end up with the name of the file.
806    mf=`echo "$mf" | sed -e 's/:.*$//'`
807    # Check whether this is an Automake generated Makefile or not.
808    # We used to match only the files named 'Makefile.in', but
809    # some people rename them; so instead we look at the file content.
810    # Grep'ing the first line is not enough: some people post-process
811    # each Makefile.in and add a new line on top of each file to say so.
812    # Grep'ing the whole file is not good either: AIX grep has a line
813    # limit of 2048, but all sed's we know have understand at least 4000.
814    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
815      dirpart=`AS_DIRNAME("$mf")`
816    else
817      continue
818    fi
819    # Extract the definition of DEPDIR, am__include, and am__quote
820    # from the Makefile without running 'make'.
821    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
822    test -z "$DEPDIR" && continue
823    am__include=`sed -n 's/^am__include = //p' < "$mf"`
824    test -z "$am__include" && continue
825    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
826    # Find all dependency output files, they are included files with
827    # $(DEPDIR) in their names.  We invoke sed twice because it is the
828    # simplest approach to changing $(DEPDIR) to its actual value in the
829    # expansion.
830    for file in `sed -n "
831      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
832	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
833      # Make sure the directory exists.
834      test -f "$dirpart/$file" && continue
835      fdir=`AS_DIRNAME(["$file"])`
836      AS_MKDIR_P([$dirpart/$fdir])
837      # echo "creating $dirpart/$file"
838      echo '# dummy' > "$dirpart/$file"
839    done
840  done
841}
842])
843m4trace:/usr/share/aclocal-1.13/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
844     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
845     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
846])
847m4trace:/usr/share/aclocal-1.13/init.m4:23: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
848dnl Autoconf wants to disallow AM_ names.  We explicitly allow
849dnl the ones we care about.
850m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
851AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
852AC_REQUIRE([AC_PROG_INSTALL])dnl
853if test "`cd $srcdir && pwd`" != "`pwd`"; then
854  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
855  # is not polluted with repeated "-I."
856  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
857  # test to see if srcdir already configured
858  if test -f $srcdir/config.status; then
859    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
860  fi
861fi
862
863# test whether we have cygpath
864if test -z "$CYGPATH_W"; then
865  if (cygpath --version) >/dev/null 2>/dev/null; then
866    CYGPATH_W='cygpath -w'
867  else
868    CYGPATH_W=echo
869  fi
870fi
871AC_SUBST([CYGPATH_W])
872
873# Define the identity of the package.
874dnl Distinguish between old-style and new-style calls.
875m4_ifval([$2],
876[AC_DIAGNOSE([obsolete],
877             [$0: two- and three-arguments forms are deprecated.])
878m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
879 AC_SUBST([PACKAGE], [$1])dnl
880 AC_SUBST([VERSION], [$2])],
881[_AM_SET_OPTIONS([$1])dnl
882dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
883m4_if(
884  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
885  [ok:ok],,
886  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
887 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
888 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
889
890_AM_IF_OPTION([no-define],,
891[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
892 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
893
894# Some tools Automake needs.
895AC_REQUIRE([AM_SANITY_CHECK])dnl
896AC_REQUIRE([AC_ARG_PROGRAM])dnl
897AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
898AM_MISSING_PROG([AUTOCONF], [autoconf])
899AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
900AM_MISSING_PROG([AUTOHEADER], [autoheader])
901AM_MISSING_PROG([MAKEINFO], [makeinfo])
902AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
903AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
904AC_REQUIRE([AC_PROG_MKDIR_P])dnl
905# For better backward compatibility.  To be removed once Automake 1.9.x
906# dies out for good.  For more background, see:
907# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
908# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
909AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
910# We need awk for the "check" target.  The system "awk" is bad on
911# some platforms.
912AC_REQUIRE([AC_PROG_AWK])dnl
913AC_REQUIRE([AC_PROG_MAKE_SET])dnl
914AC_REQUIRE([AM_SET_LEADING_DOT])dnl
915_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
916	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
917			     [_AM_PROG_TAR([v7])])])
918_AM_IF_OPTION([no-dependencies],,
919[AC_PROVIDE_IFELSE([AC_PROG_CC],
920		  [_AM_DEPENDENCIES([CC])],
921		  [m4_define([AC_PROG_CC],
922			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
923AC_PROVIDE_IFELSE([AC_PROG_CXX],
924		  [_AM_DEPENDENCIES([CXX])],
925		  [m4_define([AC_PROG_CXX],
926			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
927AC_PROVIDE_IFELSE([AC_PROG_OBJC],
928		  [_AM_DEPENDENCIES([OBJC])],
929		  [m4_define([AC_PROG_OBJC],
930			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
931AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
932		  [_AM_DEPENDENCIES([OBJCXX])],
933		  [m4_define([AC_PROG_OBJCXX],
934			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
935])
936AC_REQUIRE([AM_SILENT_RULES])dnl
937dnl The testsuite driver may need to know about EXEEXT, so add the
938dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
939dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
940AC_CONFIG_COMMANDS_PRE(dnl
941[m4_provide_if([_AM_COMPILER_EXEEXT],
942  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
943])
944m4trace:/usr/share/aclocal-1.13/init.m4:136: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
945_am_arg=$1
946_am_stamp_count=1
947for _am_header in $config_headers :; do
948  case $_am_header in
949    $_am_arg | $_am_arg:* )
950      break ;;
951    * )
952      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
953  esac
954done
955echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
956m4trace:/usr/share/aclocal-1.13/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
957if test x"${install_sh}" != xset; then
958  case $am_aux_dir in
959  *\ * | *\	*)
960    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
961  *)
962    install_sh="\${SHELL} $am_aux_dir/install-sh"
963  esac
964fi
965AC_SUBST([install_sh])])
966m4trace:/usr/share/aclocal-1.13/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
967mkdir .tst 2>/dev/null
968if test -d .tst; then
969  am__leading_dot=.
970else
971  am__leading_dot=_
972fi
973rmdir .tst 2>/dev/null
974AC_SUBST([am__leading_dot])])
975m4trace:/usr/share/aclocal-1.13/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
976cat > confinc << 'END'
977am__doit:
978	@echo this is the am__doit target
979.PHONY: am__doit
980END
981# If we don't find an include directive, just comment out the code.
982AC_MSG_CHECKING([for style of include used by $am_make])
983am__include="#"
984am__quote=
985_am_result=none
986# First try GNU make style include.
987echo "include confinc" > confmf
988# Ignore all kinds of additional output from 'make'.
989case `$am_make -s -f confmf 2> /dev/null` in #(
990*the\ am__doit\ target*)
991  am__include=include
992  am__quote=
993  _am_result=GNU
994  ;;
995esac
996# Now try BSD make style include.
997if test "$am__include" = "#"; then
998   echo '.include "confinc"' > confmf
999   case `$am_make -s -f confmf 2> /dev/null` in #(
1000   *the\ am__doit\ target*)
1001     am__include=.include
1002     am__quote="\""
1003     _am_result=BSD
1004     ;;
1005   esac
1006fi
1007AC_SUBST([am__include])
1008AC_SUBST([am__quote])
1009AC_MSG_RESULT([$_am_result])
1010rm -f confinc confmf
1011])
1012m4trace:/usr/share/aclocal-1.13/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1013$1=${$1-"${am_missing_run}$2"}
1014AC_SUBST($1)])
1015m4trace:/usr/share/aclocal-1.13/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1016AC_REQUIRE_AUX_FILE([missing])dnl
1017if test x"${MISSING+set}" != xset; then
1018  case $am_aux_dir in
1019  *\ * | *\	*)
1020    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1021  *)
1022    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1023  esac
1024fi
1025# Use eval to expand $SHELL
1026if eval "$MISSING --is-lightweight"; then
1027  am_missing_run="$MISSING "
1028else
1029  am_missing_run=
1030  AC_MSG_WARN(['missing' script is too old or missing])
1031fi
1032])
1033m4trace:/usr/share/aclocal-1.13/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1034m4trace:/usr/share/aclocal-1.13/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1035m4trace:/usr/share/aclocal-1.13/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1036m4trace:/usr/share/aclocal-1.13/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1037m4trace:/usr/share/aclocal-1.13/python.m4:35: -1- AC_DEFUN([AM_PATH_PYTHON], [
1038  dnl Find a Python interpreter.  Python versions prior to 2.0 are not
1039  dnl supported. (2.0 was released on October 16, 2000).
1040  m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
1041[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
1042 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
1043
1044  AC_ARG_VAR([PYTHON], [the Python interpreter])
1045
1046  m4_if([$1],[],[
1047    dnl No version check is needed.
1048    # Find any Python interpreter.
1049    if test -z "$PYTHON"; then
1050      AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
1051    fi
1052    am_display_PYTHON=python
1053  ], [
1054    dnl A version check is needed.
1055    if test -n "$PYTHON"; then
1056      # If the user set $PYTHON, use it and don't search something else.
1057      AC_MSG_CHECKING([whether $PYTHON version is >= $1])
1058      AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
1059			      [AC_MSG_RESULT([yes])],
1060			      [AC_MSG_RESULT([no])
1061			       AC_MSG_ERROR([Python interpreter is too old])])
1062      am_display_PYTHON=$PYTHON
1063    else
1064      # Otherwise, try each interpreter until we find one that satisfies
1065      # VERSION.
1066      AC_CACHE_CHECK([for a Python interpreter with version >= $1],
1067	[am_cv_pathless_PYTHON],[
1068	for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
1069	  test "$am_cv_pathless_PYTHON" = none && break
1070	  AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
1071	done])
1072      # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
1073      if test "$am_cv_pathless_PYTHON" = none; then
1074	PYTHON=:
1075      else
1076        AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
1077      fi
1078      am_display_PYTHON=$am_cv_pathless_PYTHON
1079    fi
1080  ])
1081
1082  if test "$PYTHON" = :; then
1083  dnl Run any user-specified action, or abort.
1084    m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
1085  else
1086
1087  dnl Query Python for its version number.  Getting [:3] seems to be
1088  dnl the best way to do this; it's what "site.py" does in the standard
1089  dnl library.
1090
1091  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
1092    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
1093  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
1094
1095  dnl Use the values of $prefix and $exec_prefix for the corresponding
1096  dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX.  These are made
1097  dnl distinct variables so they can be overridden if need be.  However,
1098  dnl general consensus is that you shouldn't need this ability.
1099
1100  AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
1101  AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
1102
1103  dnl At times (like when building shared libraries) you may want
1104  dnl to know which OS platform Python thinks this is.
1105
1106  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
1107    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
1108  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
1109
1110  # Just factor out some code duplication.
1111  am_python_setup_sysconfig="\
1112import sys
1113# Prefer sysconfig over distutils.sysconfig, for better compatibility
1114# with python 3.x.  See automake bug#10227.
1115try:
1116    import sysconfig
1117except ImportError:
1118    can_use_sysconfig = 0
1119else:
1120    can_use_sysconfig = 1
1121# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
1122# <https://github.com/pypa/virtualenv/issues/118>
1123try:
1124    from platform import python_implementation
1125    if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7':
1126        can_use_sysconfig = 0
1127except ImportError:
1128    pass"
1129
1130  dnl Set up 4 directories:
1131
1132  dnl pythondir -- where to install python scripts.  This is the
1133  dnl   site-packages directory, not the python standard library
1134  dnl   directory like in previous automake betas.  This behavior
1135  dnl   is more consistent with lispdir.m4 for example.
1136  dnl Query distutils for this directory.
1137  AC_CACHE_CHECK([for $am_display_PYTHON script directory],
1138    [am_cv_python_pythondir],
1139    [if test "x$prefix" = xNONE
1140     then
1141       am_py_prefix=$ac_default_prefix
1142     else
1143       am_py_prefix=$prefix
1144     fi
1145     am_cv_python_pythondir=`$PYTHON -c "
1146$am_python_setup_sysconfig
1147if can_use_sysconfig:
1148    sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
1149else:
1150    from distutils import sysconfig
1151    sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
1152sys.stdout.write(sitedir)"`
1153     case $am_cv_python_pythondir in
1154     $am_py_prefix*)
1155       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
1156       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
1157       ;;
1158     *)
1159       case $am_py_prefix in
1160         /usr|/System*) ;;
1161         *)
1162	  am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
1163	  ;;
1164       esac
1165       ;;
1166     esac
1167    ])
1168  AC_SUBST([pythondir], [$am_cv_python_pythondir])
1169
1170  dnl pkgpythondir -- $PACKAGE directory under pythondir.  Was
1171  dnl   PYTHON_SITE_PACKAGE in previous betas, but this naming is
1172  dnl   more consistent with the rest of automake.
1173
1174  AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
1175
1176  dnl pyexecdir -- directory for installing python extension modules
1177  dnl   (shared libraries)
1178  dnl Query distutils for this directory.
1179  AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],
1180    [am_cv_python_pyexecdir],
1181    [if test "x$exec_prefix" = xNONE
1182     then
1183       am_py_exec_prefix=$am_py_prefix
1184     else
1185       am_py_exec_prefix=$exec_prefix
1186     fi
1187     am_cv_python_pyexecdir=`$PYTHON -c "
1188$am_python_setup_sysconfig
1189if can_use_sysconfig:
1190    sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'})
1191else:
1192    from distutils import sysconfig
1193    sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_prefix')
1194sys.stdout.write(sitedir)"`
1195     case $am_cv_python_pyexecdir in
1196     $am_py_exec_prefix*)
1197       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
1198       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
1199       ;;
1200     *)
1201       case $am_py_exec_prefix in
1202         /usr|/System*) ;;
1203         *)
1204	   am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
1205	   ;;
1206       esac
1207       ;;
1208     esac
1209    ])
1210  AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
1211
1212  dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE)
1213
1214  AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
1215
1216  dnl Run any user-specified action.
1217  $2
1218  fi
1219
1220])
1221m4trace:/usr/share/aclocal-1.13/python.m4:229: -1- AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys
1222# split strings by '.' and convert to numeric.  Append some zeros
1223# because we need at least 4 digits for the hex conversion.
1224# map returns an iterator in Python 3.0 and a list in 2.x
1225minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]
1226minverhex = 0
1227# xrange is not present in Python 3.0 and range returns an iterator
1228for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
1229sys.exit(sys.hexversion < minverhex)"
1230  AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
1231m4trace:/usr/share/aclocal-1.13/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1232   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1233   ac_status=$?
1234   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1235   (exit $ac_status); }])
1236m4trace:/usr/share/aclocal-1.13/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
1237# Reject unsafe characters in $srcdir or the absolute working directory
1238# name.  Accept space and tab only in the latter.
1239am_lf='
1240'
1241case `pwd` in
1242  *[[\\\"\#\$\&\'\`$am_lf]]*)
1243    AC_MSG_ERROR([unsafe absolute working directory name]);;
1244esac
1245case $srcdir in
1246  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
1247    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1248esac
1249
1250# Do 'set' in a subshell so we don't clobber the current shell's
1251# arguments.  Must try -L first in case configure is actually a
1252# symlink; some systems play weird games with the mod time of symlinks
1253# (eg FreeBSD returns the mod time of the symlink's containing
1254# directory).
1255if (
1256   am_has_slept=no
1257   for am_try in 1 2; do
1258     echo "timestamp, slept: $am_has_slept" > conftest.file
1259     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1260     if test "$[*]" = "X"; then
1261	# -L didn't work.
1262	set X `ls -t "$srcdir/configure" conftest.file`
1263     fi
1264     if test "$[*]" != "X $srcdir/configure conftest.file" \
1265	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
1266
1267	# If neither matched, then we have a broken ls.  This can happen
1268	# if, for instance, CONFIG_SHELL is bash and it inherits a
1269	# broken ls alias from the environment.  This has actually
1270	# happened.  Such a system could not be considered "sane".
1271	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1272  alias in your environment])
1273     fi
1274     if test "$[2]" = conftest.file || test $am_try -eq 2; then
1275       break
1276     fi
1277     # Just in case.
1278     sleep 1
1279     am_has_slept=yes
1280   done
1281   test "$[2]" = conftest.file
1282   )
1283then
1284   # Ok.
1285   :
1286else
1287   AC_MSG_ERROR([newly created file is older than distributed files!
1288Check your system clock])
1289fi
1290AC_MSG_RESULT([yes])
1291# If we didn't sleep, we still need to ensure time stamps of config.status and
1292# generated files are strictly newer.
1293am_sleep_pid=
1294if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1295  ( sleep 1 ) &
1296  am_sleep_pid=$!
1297fi
1298AC_CONFIG_COMMANDS_PRE(
1299  [AC_MSG_CHECKING([that generated files are newer than configure])
1300   if test -n "$am_sleep_pid"; then
1301     # Hide warnings about reused PIDs.
1302     wait $am_sleep_pid 2>/dev/null
1303   fi
1304   AC_MSG_RESULT([done])])
1305rm -f conftest.file
1306])
1307m4trace:/usr/share/aclocal-1.13/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
1308AS_HELP_STRING(
1309  [--enable-silent-rules],
1310  [less verbose build output (undo: "make V=1")])
1311AS_HELP_STRING(
1312  [--disable-silent-rules],
1313  [verbose build output (undo: "make V=0")])dnl
1314])
1315case $enable_silent_rules in @%:@ (((
1316  yes) AM_DEFAULT_VERBOSITY=0;;
1317   no) AM_DEFAULT_VERBOSITY=1;;
1318    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1319esac
1320dnl
1321dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1322dnl do not support nested variable expansions.
1323dnl See automake bug#9928 and bug#10237.
1324am_make=${MAKE-make}
1325AC_CACHE_CHECK([whether $am_make supports nested variables],
1326   [am_cv_make_support_nested_variables],
1327   [if AS_ECHO([['TRUE=$(BAR$(V))
1328BAR0=false
1329BAR1=true
1330V=1
1331am__doit:
1332	@$(TRUE)
1333.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1334  am_cv_make_support_nested_variables=yes
1335else
1336  am_cv_make_support_nested_variables=no
1337fi])
1338if test $am_cv_make_support_nested_variables = yes; then
1339  dnl Using '$V' instead of '$(V)' breaks IRIX make.
1340  AM_V='$(V)'
1341  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1342else
1343  AM_V=$AM_DEFAULT_VERBOSITY
1344  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1345fi
1346AC_SUBST([AM_V])dnl
1347AM_SUBST_NOTMAKE([AM_V])dnl
1348AC_SUBST([AM_DEFAULT_V])dnl
1349AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1350AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1351AM_BACKSLASH='\'
1352AC_SUBST([AM_BACKSLASH])dnl
1353_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1354])
1355m4trace:/usr/share/aclocal-1.13/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1356# Installed binaries are usually stripped using 'strip' when the user
1357# run "make install-strip".  However 'strip' might not be the right
1358# tool to use in cross-compilation environments, therefore Automake
1359# will honor the 'STRIP' environment variable to overrule this program.
1360dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1361if test "$cross_compiling" != no; then
1362  AC_CHECK_TOOL([STRIP], [strip], :)
1363fi
1364INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1365AC_SUBST([INSTALL_STRIP_PROGRAM])])
1366m4trace:/usr/share/aclocal-1.13/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1367m4trace:/usr/share/aclocal-1.13/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1368m4trace:/usr/share/aclocal-1.13/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
1369# in the wild :-(  We should find a proper way to deprecate it ...
1370AC_SUBST([AMTAR], ['$${TAR-tar}'])
1371
1372# We'll loop over all known methods to create a tar archive until one works.
1373_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1374
1375m4_if([$1], [v7],
1376  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1377
1378  [m4_case([$1],
1379    [ustar],
1380     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1381      # There is notably a 21 bits limit for the UID and the GID.  In fact,
1382      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1383      # and bug#13588).
1384      am_max_uid=2097151 # 2^21 - 1
1385      am_max_gid=$am_max_uid
1386      # The $UID and $GID variables are not portable, so we need to resort
1387      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1388      # below are definitely unexpected, so allow the users to see them
1389      # (that is, avoid stderr redirection).
1390      am_uid=`id -u || echo unknown`
1391      am_gid=`id -g || echo unknown`
1392      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1393      if test $am_uid -le $am_max_uid; then
1394         AC_MSG_RESULT([yes])
1395      else
1396         AC_MSG_RESULT([no])
1397         _am_tools=none
1398      fi
1399      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1400      if test $am_gid -le $am_max_gid; then
1401         AC_MSG_RESULT([yes])
1402      else
1403        AC_MSG_RESULT([no])
1404        _am_tools=none
1405      fi],
1406
1407  [pax],
1408    [],
1409
1410  [m4_fatal([Unknown tar format])])
1411
1412  AC_MSG_CHECKING([how to create a $1 tar archive])
1413
1414  # Go ahead even if we have the value already cached.  We do so because we
1415  # need to set the values for the 'am__tar' and 'am__untar' variables.
1416  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1417
1418  for _am_tool in $_am_tools; do
1419    case $_am_tool in
1420    gnutar)
1421      for _am_tar in tar gnutar gtar; do
1422        AM_RUN_LOG([$_am_tar --version]) && break
1423      done
1424      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1425      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1426      am__untar="$_am_tar -xf -"
1427      ;;
1428    plaintar)
1429      # Must skip GNU tar: if it does not support --format= it doesn't create
1430      # ustar tarball either.
1431      (tar --version) >/dev/null 2>&1 && continue
1432      am__tar='tar chf - "$$tardir"'
1433      am__tar_='tar chf - "$tardir"'
1434      am__untar='tar xf -'
1435      ;;
1436    pax)
1437      am__tar='pax -L -x $1 -w "$$tardir"'
1438      am__tar_='pax -L -x $1 -w "$tardir"'
1439      am__untar='pax -r'
1440      ;;
1441    cpio)
1442      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1443      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1444      am__untar='cpio -i -H $1 -d'
1445      ;;
1446    none)
1447      am__tar=false
1448      am__tar_=false
1449      am__untar=false
1450      ;;
1451    esac
1452
1453    # If the value was cached, stop now.  We just wanted to have am__tar
1454    # and am__untar set.
1455    test -n "${am_cv_prog_tar_$1}" && break
1456
1457    # tar/untar a dummy directory, and stop if the command works.
1458    rm -rf conftest.dir
1459    mkdir conftest.dir
1460    echo GrepMe > conftest.dir/file
1461    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1462    rm -rf conftest.dir
1463    if test -s conftest.tar; then
1464      AM_RUN_LOG([$am__untar <conftest.tar])
1465      AM_RUN_LOG([cat conftest.dir/file])
1466      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1467    fi
1468  done
1469  rm -rf conftest.dir
1470
1471  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1472  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1473
1474AC_SUBST([am__tar])
1475AC_SUBST([am__untar])
1476])
1477m4trace:m4/ax_linux_distribution.m4:23: -1- AC_DEFUN([AX_LINUX_DISTRIBUTION], [dnl
1478AC_REQUIRE([AC_CANONICAL_HOST])
1479HOST_CPU=${host_cpu}
1480HOST_VENDOR=${host_vendor}
1481HOST_OS=${host_os}
1482
1483if test x$HOST_OS = "xlinux-gnu"
1484then
1485	AC_MSG_CHECKING(for Linux distribution )
1486
1487	# This works for Fedora, RedHat and Slackware
1488	for f in /etc/fedora-release /etc/redhat-release /etc/slackware-release
1489	do
1490		if test -f $f; then
1491			distro=`cat $f`
1492			break
1493		fi
1494	done
1495
1496	# This works in Ubuntu (11 at least)
1497	if test -f /etc/lsb-release; then
1498		distro=`cat /etc/lsb-release | grep DISTRIB_ID | awk -F= '{print $2}' `
1499		distro_version=`cat /etc/lsb-release | grep DISTRIB_RELEASE | awk -F= '{print $2}' `
1500	fi
1501
1502	# For SuSE
1503	if test -f /etc/SuSE-release; then
1504		distro=`cat /etc/SuSE-release | head -1`
1505		#distro_version=`cat /etc/SuSE-release | tail -1 | awk -F= '{print $2}' `
1506	fi
1507
1508	# At least Debian has this
1509	if test -f /etc/issue.net -a "x$distro" = x; then
1510		distro=`cat /etc/issue.net | head -1`
1511	fi
1512
1513	# Everything else
1514	if test "x$distro" = x; then
1515		distro="Unknown Linux"
1516	fi
1517
1518	LINUX_DISTRIBUTION_NAME=$distro
1519	LINUX_DISTRIBUTION_VERSION=$distro_version
1520    AC_MSG_RESULT($LINUX_DISTRIBUTION_NAME $LINUX_DISTRIBUTION_VERSION)
1521
1522else
1523	LINUX_DISTRIBUTION_NAME=$HOST_OS
1524	LINUX_DISTRIBUTION_VERSION=""
1525	AC_MSG_NOTICE(OS is non-Linux UNIX $HOST_OS.)
1526fi
1527
1528AC_SUBST(LINUX_DISTRIBUTION_NAME)
1529AC_SUBST(LINUX_DISTRIBUTION_VERSION)
1530])
1531m4trace:m4/libtool.m4:69: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
1532AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
1533AC_BEFORE([$0], [LT_LANG])dnl
1534AC_BEFORE([$0], [LT_OUTPUT])dnl
1535AC_BEFORE([$0], [LTDL_INIT])dnl
1536m4_require([_LT_CHECK_BUILDDIR])dnl
1537
1538dnl Autoconf doesn't catch unexpanded LT_ macros by default:
1539m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
1540m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
1541dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
1542dnl unless we require an AC_DEFUNed macro:
1543AC_REQUIRE([LTOPTIONS_VERSION])dnl
1544AC_REQUIRE([LTSUGAR_VERSION])dnl
1545AC_REQUIRE([LTVERSION_VERSION])dnl
1546AC_REQUIRE([LTOBSOLETE_VERSION])dnl
1547m4_require([_LT_PROG_LTMAIN])dnl
1548
1549_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
1550
1551dnl Parse OPTIONS
1552_LT_SET_OPTIONS([$0], [$1])
1553
1554# This can be used to rebuild libtool when needed
1555LIBTOOL_DEPS="$ltmain"
1556
1557# Always use our own libtool.
1558LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1559AC_SUBST(LIBTOOL)dnl
1560
1561_LT_SETUP
1562
1563# Only expand once:
1564m4_define([LT_INIT])
1565])
1566m4trace:m4/libtool.m4:107: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1567m4trace:m4/libtool.m4:107: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
1568You should run autoupdate.])dnl
1569m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1570m4trace:m4/libtool.m4:108: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1571m4trace:m4/libtool.m4:108: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
1572You should run autoupdate.])dnl
1573m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1574m4trace:m4/libtool.m4:609: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
1575AC_MSG_NOTICE([creating $CONFIG_LT])
1576_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
1577[# Run this file to recreate a libtool stub with the current configuration.])
1578
1579cat >>"$CONFIG_LT" <<\_LTEOF
1580lt_cl_silent=false
1581exec AS_MESSAGE_LOG_FD>>config.log
1582{
1583  echo
1584  AS_BOX([Running $as_me.])
1585} >&AS_MESSAGE_LOG_FD
1586
1587lt_cl_help="\
1588\`$as_me' creates a local libtool stub from the current configuration,
1589for use in further configure time tests before the real libtool is
1590generated.
1591
1592Usage: $[0] [[OPTIONS]]
1593
1594  -h, --help      print this help, then exit
1595  -V, --version   print version number, then exit
1596  -q, --quiet     do not print progress messages
1597  -d, --debug     don't remove temporary files
1598
1599Report bugs to <bug-libtool@gnu.org>."
1600
1601lt_cl_version="\
1602m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
1603m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
1604configured by $[0], generated by m4_PACKAGE_STRING.
1605
1606Copyright (C) 2011 Free Software Foundation, Inc.
1607This config.lt script is free software; the Free Software Foundation
1608gives unlimited permision to copy, distribute and modify it."
1609
1610while test $[#] != 0
1611do
1612  case $[1] in
1613    --version | --v* | -V )
1614      echo "$lt_cl_version"; exit 0 ;;
1615    --help | --h* | -h )
1616      echo "$lt_cl_help"; exit 0 ;;
1617    --debug | --d* | -d )
1618      debug=: ;;
1619    --quiet | --q* | --silent | --s* | -q )
1620      lt_cl_silent=: ;;
1621
1622    -*) AC_MSG_ERROR([unrecognized option: $[1]
1623Try \`$[0] --help' for more information.]) ;;
1624
1625    *) AC_MSG_ERROR([unrecognized argument: $[1]
1626Try \`$[0] --help' for more information.]) ;;
1627  esac
1628  shift
1629done
1630
1631if $lt_cl_silent; then
1632  exec AS_MESSAGE_FD>/dev/null
1633fi
1634_LTEOF
1635
1636cat >>"$CONFIG_LT" <<_LTEOF
1637_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
1638_LTEOF
1639
1640cat >>"$CONFIG_LT" <<\_LTEOF
1641AC_MSG_NOTICE([creating $ofile])
1642_LT_OUTPUT_LIBTOOL_COMMANDS
1643AS_EXIT(0)
1644_LTEOF
1645chmod +x "$CONFIG_LT"
1646
1647# configure is writing to config.log, but config.lt does its own redirection,
1648# appending to config.log, which fails on DOS, as config.log is still kept
1649# open by configure.  Here we exec the FD to /dev/null, effectively closing
1650# config.log, so it can be properly (re)opened and appended to by config.lt.
1651lt_cl_success=:
1652test "$silent" = yes &&
1653  lt_config_lt_args="$lt_config_lt_args --quiet"
1654exec AS_MESSAGE_LOG_FD>/dev/null
1655$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
1656exec AS_MESSAGE_LOG_FD>>config.log
1657$lt_cl_success || AS_EXIT(1)
1658])
1659m4trace:m4/libtool.m4:790: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
1660m4trace:m4/libtool.m4:801: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
1661m4_case([$1],
1662  [C],			[_LT_LANG(C)],
1663  [C++],		[_LT_LANG(CXX)],
1664  [Go],			[_LT_LANG(GO)],
1665  [Java],		[_LT_LANG(GCJ)],
1666  [Fortran 77],		[_LT_LANG(F77)],
1667  [Fortran],		[_LT_LANG(FC)],
1668  [Windows Resource],	[_LT_LANG(RC)],
1669  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
1670    [_LT_LANG($1)],
1671    [m4_fatal([$0: unsupported language: "$1"])])])dnl
1672])
1673m4trace:m4/libtool.m4:893: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
1674m4trace:m4/libtool.m4:893: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
1675You should run autoupdate.])dnl
1676LT_LANG(C++)])
1677m4trace:m4/libtool.m4:894: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
1678m4trace:m4/libtool.m4:894: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
1679You should run autoupdate.])dnl
1680LT_LANG(Fortran 77)])
1681m4trace:m4/libtool.m4:895: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
1682m4trace:m4/libtool.m4:895: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
1683You should run autoupdate.])dnl
1684LT_LANG(Fortran)])
1685m4trace:m4/libtool.m4:896: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
1686m4trace:m4/libtool.m4:896: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
1687You should run autoupdate.])dnl
1688LT_LANG(Java)])
1689m4trace:m4/libtool.m4:897: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
1690m4trace:m4/libtool.m4:897: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
1691You should run autoupdate.])dnl
1692LT_LANG(Windows Resource)])
1693m4trace:m4/libtool.m4:1225: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
1694AC_ARG_WITH([sysroot],
1695[  --with-sysroot[=DIR] Search for dependent libraries within DIR
1696                        (or the compiler's sysroot if not specified).],
1697[], [with_sysroot=no])
1698
1699dnl lt_sysroot will always be passed unquoted.  We quote it here
1700dnl in case the user passed a directory name.
1701lt_sysroot=
1702case ${with_sysroot} in #(
1703 yes)
1704   if test "$GCC" = yes; then
1705     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1706   fi
1707   ;; #(
1708 /*)
1709   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1710   ;; #(
1711 no|'')
1712   ;; #(
1713 *)
1714   AC_MSG_RESULT([${with_sysroot}])
1715   AC_MSG_ERROR([The sysroot must be an absolute path.])
1716   ;;
1717esac
1718
1719 AC_MSG_RESULT([${lt_sysroot:-no}])
1720_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1721[dependent libraries, and in which our libraries should be installed.])])
1722m4trace:m4/libtool.m4:1508: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1723m4_require([_LT_DECL_SED])dnl
1724AC_CACHE_CHECK([$1], [$2],
1725  [$2=no
1726   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1727   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1728   lt_compiler_flag="$3"
1729   # Insert the option either (1) after the last *FLAGS variable, or
1730   # (2) before a word containing "conftest.", or (3) at the end.
1731   # Note that $ac_compile itself does not contain backslashes and begins
1732   # with a dollar sign (not a hyphen), so the echo should work correctly.
1733   # The option is referenced via a variable to avoid confusing sed.
1734   lt_compile=`echo "$ac_compile" | $SED \
1735   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1736   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1737   -e 's:$: $lt_compiler_flag:'`
1738   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1739   (eval "$lt_compile" 2>conftest.err)
1740   ac_status=$?
1741   cat conftest.err >&AS_MESSAGE_LOG_FD
1742   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1743   if (exit $ac_status) && test -s "$ac_outfile"; then
1744     # The compiler can only warn and ignore the option if not recognized
1745     # So say no if there are warnings other than the usual output.
1746     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1747     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1748     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1749       $2=yes
1750     fi
1751   fi
1752   $RM conftest*
1753])
1754
1755if test x"[$]$2" = xyes; then
1756    m4_if([$5], , :, [$5])
1757else
1758    m4_if([$6], , :, [$6])
1759fi
1760])
1761m4trace:m4/libtool.m4:1550: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1762m4trace:m4/libtool.m4:1550: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
1763You should run autoupdate.])dnl
1764m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1765m4trace:m4/libtool.m4:1559: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1766m4_require([_LT_DECL_SED])dnl
1767AC_CACHE_CHECK([$1], [$2],
1768  [$2=no
1769   save_LDFLAGS="$LDFLAGS"
1770   LDFLAGS="$LDFLAGS $3"
1771   echo "$lt_simple_link_test_code" > conftest.$ac_ext
1772   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1773     # The linker can only warn and ignore the option if not recognized
1774     # So say no if there are warnings
1775     if test -s conftest.err; then
1776       # Append any errors to the config.log.
1777       cat conftest.err 1>&AS_MESSAGE_LOG_FD
1778       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1779       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1780       if diff conftest.exp conftest.er2 >/dev/null; then
1781         $2=yes
1782       fi
1783     else
1784       $2=yes
1785     fi
1786   fi
1787   $RM -r conftest*
1788   LDFLAGS="$save_LDFLAGS"
1789])
1790
1791if test x"[$]$2" = xyes; then
1792    m4_if([$4], , :, [$4])
1793else
1794    m4_if([$5], , :, [$5])
1795fi
1796])
1797m4trace:m4/libtool.m4:1594: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1798m4trace:m4/libtool.m4:1594: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
1799You should run autoupdate.])dnl
1800m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1801m4trace:m4/libtool.m4:1601: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1802# find the maximum length of command line arguments
1803AC_MSG_CHECKING([the maximum length of command line arguments])
1804AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1805  i=0
1806  teststring="ABCD"
1807
1808  case $build_os in
1809  msdosdjgpp*)
1810    # On DJGPP, this test can blow up pretty badly due to problems in libc
1811    # (any single argument exceeding 2000 bytes causes a buffer overrun
1812    # during glob expansion).  Even if it were fixed, the result of this
1813    # check would be larger than it should be.
1814    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
1815    ;;
1816
1817  gnu*)
1818    # Under GNU Hurd, this test is not required because there is
1819    # no limit to the length of command line arguments.
1820    # Libtool will interpret -1 as no limit whatsoever
1821    lt_cv_sys_max_cmd_len=-1;
1822    ;;
1823
1824  cygwin* | mingw* | cegcc*)
1825    # On Win9x/ME, this test blows up -- it succeeds, but takes
1826    # about 5 minutes as the teststring grows exponentially.
1827    # Worse, since 9x/ME are not pre-emptively multitasking,
1828    # you end up with a "frozen" computer, even though with patience
1829    # the test eventually succeeds (with a max line length of 256k).
1830    # Instead, let's just punt: use the minimum linelength reported by
1831    # all of the supported platforms: 8192 (on NT/2K/XP).
1832    lt_cv_sys_max_cmd_len=8192;
1833    ;;
1834
1835  mint*)
1836    # On MiNT this can take a long time and run out of memory.
1837    lt_cv_sys_max_cmd_len=8192;
1838    ;;
1839
1840  amigaos*)
1841    # On AmigaOS with pdksh, this test takes hours, literally.
1842    # So we just punt and use a minimum line length of 8192.
1843    lt_cv_sys_max_cmd_len=8192;
1844    ;;
1845
1846  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
1847    # This has been around since 386BSD, at least.  Likely further.
1848    if test -x /sbin/sysctl; then
1849      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1850    elif test -x /usr/sbin/sysctl; then
1851      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1852    else
1853      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
1854    fi
1855    # And add a safety zone
1856    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1857    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1858    ;;
1859
1860  interix*)
1861    # We know the value 262144 and hardcode it with a safety zone (like BSD)
1862    lt_cv_sys_max_cmd_len=196608
1863    ;;
1864
1865  os2*)
1866    # The test takes a long time on OS/2.
1867    lt_cv_sys_max_cmd_len=8192
1868    ;;
1869
1870  osf*)
1871    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1872    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1873    # nice to cause kernel panics so lets avoid the loop below.
1874    # First set a reasonable default.
1875    lt_cv_sys_max_cmd_len=16384
1876    #
1877    if test -x /sbin/sysconfig; then
1878      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1879        *1*) lt_cv_sys_max_cmd_len=-1 ;;
1880      esac
1881    fi
1882    ;;
1883  sco3.2v5*)
1884    lt_cv_sys_max_cmd_len=102400
1885    ;;
1886  sysv5* | sco5v6* | sysv4.2uw2*)
1887    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1888    if test -n "$kargmax"; then
1889      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
1890    else
1891      lt_cv_sys_max_cmd_len=32768
1892    fi
1893    ;;
1894  *)
1895    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1896    if test -n "$lt_cv_sys_max_cmd_len"; then
1897      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1898      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1899    else
1900      # Make teststring a little bigger before we do anything with it.
1901      # a 1K string should be a reasonable start.
1902      for i in 1 2 3 4 5 6 7 8 ; do
1903        teststring=$teststring$teststring
1904      done
1905      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1906      # If test is not a shell built-in, we'll probably end up computing a
1907      # maximum length that is only half of the actual maximum length, but
1908      # we can't tell.
1909      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1910	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1911	      test $i != 17 # 1/2 MB should be enough
1912      do
1913        i=`expr $i + 1`
1914        teststring=$teststring$teststring
1915      done
1916      # Only check the string length outside the loop.
1917      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1918      teststring=
1919      # Add a significant safety factor because C++ compilers can tack on
1920      # massive amounts of additional arguments before passing them to the
1921      # linker.  It appears as though 1/2 is a usable value.
1922      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1923    fi
1924    ;;
1925  esac
1926])
1927if test -n $lt_cv_sys_max_cmd_len ; then
1928  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1929else
1930  AC_MSG_RESULT(none)
1931fi
1932max_cmd_len=$lt_cv_sys_max_cmd_len
1933_LT_DECL([], [max_cmd_len], [0],
1934    [What is the maximum length of a command?])
1935])
1936m4trace:m4/libtool.m4:1739: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1937m4trace:m4/libtool.m4:1739: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
1938You should run autoupdate.])dnl
1939m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1940m4trace:m4/libtool.m4:1850: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
1941if test "x$enable_dlopen" != xyes; then
1942  enable_dlopen=unknown
1943  enable_dlopen_self=unknown
1944  enable_dlopen_self_static=unknown
1945else
1946  lt_cv_dlopen=no
1947  lt_cv_dlopen_libs=
1948
1949  case $host_os in
1950  beos*)
1951    lt_cv_dlopen="load_add_on"
1952    lt_cv_dlopen_libs=
1953    lt_cv_dlopen_self=yes
1954    ;;
1955
1956  mingw* | pw32* | cegcc*)
1957    lt_cv_dlopen="LoadLibrary"
1958    lt_cv_dlopen_libs=
1959    ;;
1960
1961  cygwin*)
1962    lt_cv_dlopen="dlopen"
1963    lt_cv_dlopen_libs=
1964    ;;
1965
1966  darwin*)
1967  # if libdl is installed we need to link against it
1968    AC_CHECK_LIB([dl], [dlopen],
1969		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1970    lt_cv_dlopen="dyld"
1971    lt_cv_dlopen_libs=
1972    lt_cv_dlopen_self=yes
1973    ])
1974    ;;
1975
1976  *)
1977    AC_CHECK_FUNC([shl_load],
1978	  [lt_cv_dlopen="shl_load"],
1979      [AC_CHECK_LIB([dld], [shl_load],
1980	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
1981	[AC_CHECK_FUNC([dlopen],
1982	      [lt_cv_dlopen="dlopen"],
1983	  [AC_CHECK_LIB([dl], [dlopen],
1984		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1985	    [AC_CHECK_LIB([svld], [dlopen],
1986		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1987	      [AC_CHECK_LIB([dld], [dld_link],
1988		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
1989	      ])
1990	    ])
1991	  ])
1992	])
1993      ])
1994    ;;
1995  esac
1996
1997  if test "x$lt_cv_dlopen" != xno; then
1998    enable_dlopen=yes
1999  else
2000    enable_dlopen=no
2001  fi
2002
2003  case $lt_cv_dlopen in
2004  dlopen)
2005    save_CPPFLAGS="$CPPFLAGS"
2006    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2007
2008    save_LDFLAGS="$LDFLAGS"
2009    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2010
2011    save_LIBS="$LIBS"
2012    LIBS="$lt_cv_dlopen_libs $LIBS"
2013
2014    AC_CACHE_CHECK([whether a program can dlopen itself],
2015	  lt_cv_dlopen_self, [dnl
2016	  _LT_TRY_DLOPEN_SELF(
2017	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2018	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2019    ])
2020
2021    if test "x$lt_cv_dlopen_self" = xyes; then
2022      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2023      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2024	  lt_cv_dlopen_self_static, [dnl
2025	  _LT_TRY_DLOPEN_SELF(
2026	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2027	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
2028      ])
2029    fi
2030
2031    CPPFLAGS="$save_CPPFLAGS"
2032    LDFLAGS="$save_LDFLAGS"
2033    LIBS="$save_LIBS"
2034    ;;
2035  esac
2036
2037  case $lt_cv_dlopen_self in
2038  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2039  *) enable_dlopen_self=unknown ;;
2040  esac
2041
2042  case $lt_cv_dlopen_self_static in
2043  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2044  *) enable_dlopen_self_static=unknown ;;
2045  esac
2046fi
2047_LT_DECL([dlopen_support], [enable_dlopen], [0],
2048	 [Whether dlopen is supported])
2049_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2050	 [Whether dlopen of programs is supported])
2051_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2052	 [Whether dlopen of statically linked programs is supported])
2053])
2054m4trace:m4/libtool.m4:1967: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2055m4trace:m4/libtool.m4:1967: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
2056You should run autoupdate.])dnl
2057m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2058m4trace:m4/libtool.m4:2936: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
2059AC_MSG_CHECKING([for $1])
2060AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2061[case $MAGIC_CMD in
2062[[\\/*] |  ?:[\\/]*])
2063  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2064  ;;
2065*)
2066  lt_save_MAGIC_CMD="$MAGIC_CMD"
2067  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2068dnl $ac_dummy forces splitting on constant user-supplied paths.
2069dnl POSIX.2 word splitting is done only on the output of word expansions,
2070dnl not every word.  This closes a longstanding sh security hole.
2071  ac_dummy="m4_if([$2], , $PATH, [$2])"
2072  for ac_dir in $ac_dummy; do
2073    IFS="$lt_save_ifs"
2074    test -z "$ac_dir" && ac_dir=.
2075    if test -f $ac_dir/$1; then
2076      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
2077      if test -n "$file_magic_test_file"; then
2078	case $deplibs_check_method in
2079	"file_magic "*)
2080	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2081	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2082	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2083	    $EGREP "$file_magic_regex" > /dev/null; then
2084	    :
2085	  else
2086	    cat <<_LT_EOF 1>&2
2087
2088*** Warning: the command libtool uses to detect shared libraries,
2089*** $file_magic_cmd, produces output that libtool cannot recognize.
2090*** The result is that libtool may fail to recognize shared libraries
2091*** as such.  This will affect the creation of libtool libraries that
2092*** depend on shared libraries, but programs linked with such libtool
2093*** libraries will work regardless of this problem.  Nevertheless, you
2094*** may want to report the problem to your system manager and/or to
2095*** bug-libtool@gnu.org
2096
2097_LT_EOF
2098	  fi ;;
2099	esac
2100      fi
2101      break
2102    fi
2103  done
2104  IFS="$lt_save_ifs"
2105  MAGIC_CMD="$lt_save_MAGIC_CMD"
2106  ;;
2107esac])
2108MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2109if test -n "$MAGIC_CMD"; then
2110  AC_MSG_RESULT($MAGIC_CMD)
2111else
2112  AC_MSG_RESULT(no)
2113fi
2114_LT_DECL([], [MAGIC_CMD], [0],
2115	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
2116])
2117m4trace:m4/libtool.m4:2998: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2118m4trace:m4/libtool.m4:2998: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
2119You should run autoupdate.])dnl
2120m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2121m4trace:m4/libtool.m4:3021: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
2122AC_REQUIRE([AC_CANONICAL_HOST])dnl
2123AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2124m4_require([_LT_DECL_SED])dnl
2125m4_require([_LT_DECL_EGREP])dnl
2126m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
2127
2128AC_ARG_WITH([gnu-ld],
2129    [AS_HELP_STRING([--with-gnu-ld],
2130	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
2131    [test "$withval" = no || with_gnu_ld=yes],
2132    [with_gnu_ld=no])dnl
2133
2134ac_prog=ld
2135if test "$GCC" = yes; then
2136  # Check if gcc -print-prog-name=ld gives a path.
2137  AC_MSG_CHECKING([for ld used by $CC])
2138  case $host in
2139  *-*-mingw*)
2140    # gcc leaves a trailing carriage return which upsets mingw
2141    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2142  *)
2143    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2144  esac
2145  case $ac_prog in
2146    # Accept absolute paths.
2147    [[\\/]]* | ?:[[\\/]]*)
2148      re_direlt='/[[^/]][[^/]]*/\.\./'
2149      # Canonicalize the pathname of ld
2150      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
2151      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
2152	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2153      done
2154      test -z "$LD" && LD="$ac_prog"
2155      ;;
2156  "")
2157    # If it fails, then pretend we aren't using GCC.
2158    ac_prog=ld
2159    ;;
2160  *)
2161    # If it is relative, then search for the first ld in PATH.
2162    with_gnu_ld=unknown
2163    ;;
2164  esac
2165elif test "$with_gnu_ld" = yes; then
2166  AC_MSG_CHECKING([for GNU ld])
2167else
2168  AC_MSG_CHECKING([for non-GNU ld])
2169fi
2170AC_CACHE_VAL(lt_cv_path_LD,
2171[if test -z "$LD"; then
2172  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2173  for ac_dir in $PATH; do
2174    IFS="$lt_save_ifs"
2175    test -z "$ac_dir" && ac_dir=.
2176    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2177      lt_cv_path_LD="$ac_dir/$ac_prog"
2178      # Check to see if the program is GNU ld.  I'd rather use --version,
2179      # but apparently some variants of GNU ld only accept -v.
2180      # Break only if it was the GNU/non-GNU ld that we prefer.
2181      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2182      *GNU* | *'with BFD'*)
2183	test "$with_gnu_ld" != no && break
2184	;;
2185      *)
2186	test "$with_gnu_ld" != yes && break
2187	;;
2188      esac
2189    fi
2190  done
2191  IFS="$lt_save_ifs"
2192else
2193  lt_cv_path_LD="$LD" # Let the user override the test with a path.
2194fi])
2195LD="$lt_cv_path_LD"
2196if test -n "$LD"; then
2197  AC_MSG_RESULT($LD)
2198else
2199  AC_MSG_RESULT(no)
2200fi
2201test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2202_LT_PATH_LD_GNU
2203AC_SUBST([LD])
2204
2205_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
2206])
2207m4trace:m4/libtool.m4:3110: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2208m4trace:m4/libtool.m4:3110: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
2209You should run autoupdate.])dnl
2210m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2211m4trace:m4/libtool.m4:3111: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2212m4trace:m4/libtool.m4:3111: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
2213You should run autoupdate.])dnl
2214m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2215m4trace:m4/libtool.m4:3405: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
2216AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2217[if test -n "$NM"; then
2218  # Let the user override the test.
2219  lt_cv_path_NM="$NM"
2220else
2221  lt_nm_to_check="${ac_tool_prefix}nm"
2222  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2223    lt_nm_to_check="$lt_nm_to_check nm"
2224  fi
2225  for lt_tmp_nm in $lt_nm_to_check; do
2226    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2227    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2228      IFS="$lt_save_ifs"
2229      test -z "$ac_dir" && ac_dir=.
2230      tmp_nm="$ac_dir/$lt_tmp_nm"
2231      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2232	# Check to see if the nm accepts a BSD-compat flag.
2233	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
2234	#   nm: unknown option "B" ignored
2235	# Tru64's nm complains that /dev/null is an invalid object file
2236	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2237	*/dev/null* | *'Invalid file or object type'*)
2238	  lt_cv_path_NM="$tmp_nm -B"
2239	  break
2240	  ;;
2241	*)
2242	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2243	  */dev/null*)
2244	    lt_cv_path_NM="$tmp_nm -p"
2245	    break
2246	    ;;
2247	  *)
2248	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2249	    continue # so that we can try to find one that supports BSD flags
2250	    ;;
2251	  esac
2252	  ;;
2253	esac
2254      fi
2255    done
2256    IFS="$lt_save_ifs"
2257  done
2258  : ${lt_cv_path_NM=no}
2259fi])
2260if test "$lt_cv_path_NM" != "no"; then
2261  NM="$lt_cv_path_NM"
2262else
2263  # Didn't find any BSD compatible name lister, look for dumpbin.
2264  if test -n "$DUMPBIN"; then :
2265    # Let the user override the test.
2266  else
2267    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
2268    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
2269    *COFF*)
2270      DUMPBIN="$DUMPBIN -symbols"
2271      ;;
2272    *)
2273      DUMPBIN=:
2274      ;;
2275    esac
2276  fi
2277  AC_SUBST([DUMPBIN])
2278  if test "$DUMPBIN" != ":"; then
2279    NM="$DUMPBIN"
2280  fi
2281fi
2282test -z "$NM" && NM=nm
2283AC_SUBST([NM])
2284_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
2285
2286AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
2287  [lt_cv_nm_interface="BSD nm"
2288  echo "int some_variable = 0;" > conftest.$ac_ext
2289  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
2290  (eval "$ac_compile" 2>conftest.err)
2291  cat conftest.err >&AS_MESSAGE_LOG_FD
2292  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
2293  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
2294  cat conftest.err >&AS_MESSAGE_LOG_FD
2295  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
2296  cat conftest.out >&AS_MESSAGE_LOG_FD
2297  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
2298    lt_cv_nm_interface="MS dumpbin"
2299  fi
2300  rm -f conftest*])
2301])
2302m4trace:m4/libtool.m4:3495: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2303m4trace:m4/libtool.m4:3495: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
2304You should run autoupdate.])dnl
2305m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2306m4trace:m4/libtool.m4:3496: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2307m4trace:m4/libtool.m4:3496: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
2308You should run autoupdate.])dnl
2309m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2310m4trace:m4/libtool.m4:3566: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2311LIBM=
2312case $host in
2313*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
2314  # These system don't have libm, or don't need it
2315  ;;
2316*-ncr-sysv4.3*)
2317  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2318  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2319  ;;
2320*)
2321  AC_CHECK_LIB(m, cos, LIBM="-lm")
2322  ;;
2323esac
2324AC_SUBST([LIBM])
2325])
2326m4trace:m4/libtool.m4:3585: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2327m4trace:m4/libtool.m4:3585: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
2328You should run autoupdate.])dnl
2329m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2330m4trace:m4/libtool.m4:7628: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
2331  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
2332    [AC_CHECK_TOOL(GCJ, gcj,)
2333      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
2334      AC_SUBST(GCJFLAGS)])])[]dnl
2335])
2336m4trace:m4/libtool.m4:7637: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2337m4trace:m4/libtool.m4:7637: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
2338You should run autoupdate.])dnl
2339m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2340m4trace:m4/libtool.m4:7644: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
2341])
2342m4trace:m4/libtool.m4:7651: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
2343])
2344m4trace:m4/libtool.m4:7656: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2345m4trace:m4/libtool.m4:7656: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
2346You should run autoupdate.])dnl
2347m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2348m4trace:m4/libtool.m4:7776: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2349m4trace:m4/libtool.m4:7776: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
2350You should run autoupdate.])dnl
2351m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2352m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2353m4trace:m4/ltoptions.m4:111: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
2354AC_DIAGNOSE([obsolete],
2355[$0: Remove this warning and the call to _LT_SET_OPTION when you
2356put the `dlopen' option into LT_INIT's first parameter.])
2357])
2358m4trace:m4/ltoptions.m4:111: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
2359You should run autoupdate.])dnl
2360_LT_SET_OPTION([LT_INIT], [dlopen])
2361AC_DIAGNOSE([obsolete],
2362[$0: Remove this warning and the call to _LT_SET_OPTION when you
2363put the `dlopen' option into LT_INIT's first parameter.])
2364])
2365m4trace:m4/ltoptions.m4:146: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2366_LT_SET_OPTION([LT_INIT], [win32-dll])
2367AC_DIAGNOSE([obsolete],
2368[$0: Remove this warning and the call to _LT_SET_OPTION when you
2369put the `win32-dll' option into LT_INIT's first parameter.])
2370])
2371m4trace:m4/ltoptions.m4:146: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2372You should run autoupdate.])dnl
2373AC_REQUIRE([AC_CANONICAL_HOST])dnl
2374_LT_SET_OPTION([LT_INIT], [win32-dll])
2375AC_DIAGNOSE([obsolete],
2376[$0: Remove this warning and the call to _LT_SET_OPTION when you
2377put the `win32-dll' option into LT_INIT's first parameter.])
2378])
2379m4trace:m4/ltoptions.m4:195: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
2380])
2381m4trace:m4/ltoptions.m4:199: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
2382])
2383m4trace:m4/ltoptions.m4:203: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
2384m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
2385You should run autoupdate.])dnl
2386AC_ENABLE_SHARED($@)])
2387m4trace:m4/ltoptions.m4:204: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
2388m4trace:m4/ltoptions.m4:204: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
2389You should run autoupdate.])dnl
2390AC_DISABLE_SHARED($@)])
2391m4trace:m4/ltoptions.m4:249: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
2392])
2393m4trace:m4/ltoptions.m4:253: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
2394])
2395m4trace:m4/ltoptions.m4:257: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
2396m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
2397You should run autoupdate.])dnl
2398AC_ENABLE_STATIC($@)])
2399m4trace:m4/ltoptions.m4:258: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
2400m4trace:m4/ltoptions.m4:258: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
2401You should run autoupdate.])dnl
2402AC_DISABLE_STATIC($@)])
2403m4trace:m4/ltoptions.m4:303: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2404AC_DIAGNOSE([obsolete],
2405[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2406the `fast-install' option into LT_INIT's first parameter.])
2407])
2408m4trace:m4/ltoptions.m4:303: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
2409You should run autoupdate.])dnl
2410_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2411AC_DIAGNOSE([obsolete],
2412[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2413the `fast-install' option into LT_INIT's first parameter.])
2414])
2415m4trace:m4/ltoptions.m4:310: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2416AC_DIAGNOSE([obsolete],
2417[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2418the `disable-fast-install' option into LT_INIT's first parameter.])
2419])
2420m4trace:m4/ltoptions.m4:310: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
2421You should run autoupdate.])dnl
2422_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2423AC_DIAGNOSE([obsolete],
2424[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2425the `disable-fast-install' option into LT_INIT's first parameter.])
2426])
2427m4trace:m4/ltoptions.m4:358: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
2428AC_DIAGNOSE([obsolete],
2429[$0: Remove this warning and the call to _LT_SET_OPTION when you
2430put the `pic-only' option into LT_INIT's first parameter.])
2431])
2432m4trace:m4/ltoptions.m4:358: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
2433You should run autoupdate.])dnl
2434_LT_SET_OPTION([LT_INIT], [pic-only])
2435AC_DIAGNOSE([obsolete],
2436[$0: Remove this warning and the call to _LT_SET_OPTION when you
2437put the `pic-only' option into LT_INIT's first parameter.])
2438])
2439m4trace:m4/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
2440m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2'
2441macro_revision='1.3337'
2442_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2443_LT_DECL(, macro_revision, 0)
2444])
2445m4trace:m4/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
2446m4trace:m4/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
2447m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
2448m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
2449m4trace:m4/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
2450m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
2451m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
2452m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
2453m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
2454m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
2455m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
2456m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
2457m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
2458m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
2459m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
2460m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
2461m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
2462m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
2463m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
2464m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
2465m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
2466m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
2467m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
2468m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
2469m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
2470m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
2471m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
2472m4trace:m4/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
2473m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
2474m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
2475m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
2476m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
2477m4trace:m4/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
2478m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
2479m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
2480m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
2481m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
2482m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
2483m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
2484m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
2485m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
2486m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
2487m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
2488m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
2489m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
2490m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
2491m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
2492m4trace:m4/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
2493m4trace:m4/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_F77])
2494m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_FC])
2495m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_CXX])
2496m4trace:acinclude.m4:3: -1- AC_DEFUN([AC_IEEE_BE], [
2497  AC_MSG_CHECKING([if double and float are ieee big endian])
2498  AC_LANG(C)
2499  AC_RUN_IFELSE(
2500  [
2501    AC_LANG_SOURCE([
2502     int compare(unsigned char* a,unsigned char* b) {
2503       while(*a != 0) if (*(b++)!=*(a++)) return 1;
2504       return 0;
2505     }
2506     int main(int argc,char** argv) {
2507       unsigned char dc[[]]={0x30,0x61,0xDE,0x80,0x93,0x67,0xCC,0xD9,0};
2508       double da=1.23456789e-75;
2509       unsigned char* ca;
2510
2511       unsigned char fc[[]]={0x05,0x83,0x48,0x22,0};
2512       float fa=1.23456789e-35;
2513
2514       if (sizeof(double)!=8) return 1;
2515
2516       ca=(unsigned char*)&da;
2517       if (compare(dc,ca)) return 1;
2518
2519       if (sizeof(float)!=4) return 1;
2520
2521       ca=(unsigned char*)&fa;
2522       if (compare(fc,ca)) return 1;
2523
2524       return 0;
2525     }
2526    ])
2527  ],
2528  [AS_VAR_SET(IS_IEEE_BE, 1)],
2529  [AS_VAR_SET(IS_IEEE_BE, 0)],
2530  [])
2531  if test $IS_IEEE_BE = 0
2532  then
2533    AC_MSG_RESULT(no)
2534  else
2535    AC_MSG_RESULT(yes)
2536  fi
2537
2538])
2539m4trace:acinclude.m4:50: -1- AC_DEFUN([AC_IEEE_LE], [
2540  AC_MSG_CHECKING([if double and float are ieee little endian])
2541  AC_LANG(C)
2542  AC_RUN_IFELSE(
2543  [
2544    AC_LANG_SOURCE([
2545     int compare(unsigned char* a,unsigned char* b) {
2546       while(*a != 0) if (*(b++)!=*(a++)) return 1;
2547       return 0;
2548     }
2549     int main(int argc,char** argv) {
2550       unsigned char dc[[]]={0xD9,0xCC,0x67,0x93,0x80,0xDE,0x61,0x30,0};
2551       double da=1.23456789e-75;
2552       unsigned char* ca;
2553
2554       unsigned char fc[[]]={0x22,0x48,0x83,0x05,0};
2555       float fa=1.23456789e-35;
2556
2557       if (sizeof(double)!=8) return 1;
2558
2559       ca=(unsigned char*)&da;
2560       if (compare(dc,ca)) return 1;
2561
2562       if (sizeof(float)!=4) return 1;
2563
2564       ca=(unsigned char*)&fa;
2565       if (compare(fc,ca)) return 1;
2566
2567       return 0;
2568     }
2569    ])
2570  ],
2571  [AS_VAR_SET(IS_IEEE_LE, 1)],
2572  [AS_VAR_SET(IS_IEEE_LE, 0)],
2573  [])
2574  if test $IS_IEEE_LE = 0
2575  then
2576    AC_MSG_RESULT(no)
2577  else
2578    AC_MSG_RESULT(yes)
2579  fi
2580
2581])
2582m4trace:acinclude.m4:97: -1- AC_DEFUN([AC_GRIB_PTHREADS], [
2583  AC_MSG_CHECKING([if pthreads available])
2584  AC_LANG(C)
2585  OLDLIBS=$LIBS
2586  LIBS="$LIBS -lpthread"
2587  AC_RUN_IFELSE(
2588  [
2589    AC_LANG_SOURCE([
2590       #include <pthread.h>
2591       #include <stdio.h>
2592
2593       #define NUMTHRDS 4
2594       static int count;
2595
2596       static pthread_once_t once  = PTHREAD_ONCE_INIT;
2597       static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
2598       static pthread_t callThd[[NUMTHRDS]];
2599
2600       static void init() {
2601         pthread_mutexattr_t attr;
2602
2603         pthread_mutexattr_init(&attr);
2604         pthread_mutexattr_settype(&attr,PTHREAD_MUTEX_RECURSIVE);
2605         pthread_mutex_init(&mutex,&attr);
2606         pthread_mutexattr_destroy(&attr);
2607       }
2608
2609       void* increment(void* arg);
2610
2611       int main(int argc,char** argv){
2612         long i;
2613         void* status=0;
2614         pthread_attr_t attr;
2615         pthread_attr_init(&attr);
2616         count=0;
2617         pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
2618         for (i=0;i<NUMTHRDS;i++) {
2619           pthread_create( &callThd[[i]], &attr, increment, (void *)i);
2620         }
2621         pthread_attr_destroy(&attr);
2622         for(i=0; i<NUMTHRDS; i++)
2623             pthread_join( callThd[[i]], &status);
2624         return 0;
2625       }
2626
2627       void* increment(void* arg) {
2628         int i=(long)arg;
2629         pthread_once(&once,&init);
2630         pthread_mutex_lock(&mutex);
2631         count+=i;
2632         pthread_mutex_unlock(&mutex);
2633		 pthread_exit((void*) 0);
2634       }
2635    ])
2636  ],
2637  [AS_VAR_SET(GRIB_PTHREADS, 1)],
2638  [AS_VAR_SET(GRIB_PTHREADS, 0)],
2639  [])
2640  if test $GRIB_PTHREADS = 0
2641  then
2642    AC_MSG_RESULT(no)
2643	LIBS=$OLDLIBS
2644  else
2645    AC_MSG_RESULT(yes)
2646  fi
2647
2648])
2649m4trace:acinclude.m4:168: -1- AC_DEFUN([AC_GRIB_LINUX_PTHREADS], [
2650  AC_MSG_CHECKING([if Linux pthreads available])
2651  AC_LANG(C)
2652  OLDLIBS=$LIBS
2653  LIBS="$LIBS -lpthread"
2654  AC_RUN_IFELSE(
2655  [
2656    AC_LANG_SOURCE([
2657       #include <pthread.h>
2658       #include <stdio.h>
2659
2660       #define NUMTHRDS 4
2661       static int count;
2662	   #define PTHREAD_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
2663	   extern int pthread_mutexattr_settype(pthread_mutexattr_t* attr,int type);
2664
2665       static pthread_once_t once  = PTHREAD_ONCE_INIT;
2666       static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
2667       static pthread_t callThd[[NUMTHRDS]];
2668
2669       static void init() {
2670         pthread_mutexattr_t attr;
2671		 pthread_mutexattr_init(&attr);
2672		 pthread_mutexattr_settype(&attr,PTHREAD_MUTEX_RECURSIVE);
2673         pthread_mutex_init(&mutex,&attr);
2674         pthread_mutexattr_destroy(&attr);
2675       }
2676
2677       void* increment(void* arg);
2678
2679       int main(int argc,char** argv){
2680         long i;
2681         void* status=0;
2682         pthread_attr_t attr;
2683         pthread_attr_init(&attr);
2684         count=0;
2685         pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
2686         for (i=0;i<NUMTHRDS;i++) {
2687           pthread_create( &callThd[[i]], &attr, increment, (void *)i);
2688         }
2689         pthread_attr_destroy(&attr);
2690         for(i=0; i<NUMTHRDS; i++)
2691             pthread_join( callThd[[i]], &status);
2692         return 0;
2693       }
2694
2695       void* increment(void* arg) {
2696         int i=(long)arg;
2697         pthread_once(&once,&init);
2698         pthread_mutex_lock(&mutex);
2699         count+=i;
2700         pthread_mutex_unlock(&mutex);
2701		 pthread_exit((void*) 0);
2702       }
2703    ])
2704  ],
2705  [AS_VAR_SET(GRIB_LINUX_PTHREADS, 1)
2706   AS_VAR_SET(GRIB_PTHREADS, 1)],
2707  [AS_VAR_SET(GRIB_LINUX_PTHREADS, 0)],
2708  [])
2709  if test $GRIB_LINUX_PTHREADS = 0
2710  then
2711    AC_MSG_RESULT(no)
2712	LIBS=$OLDLIBS
2713  else
2714    AC_MSG_RESULT(yes)
2715  fi
2716
2717])
2718m4trace:acinclude.m4:241: -1- AC_DEFUN([AC_BIG_ENDIAN], [
2719  AC_MSG_CHECKING([if Big Endian])
2720  AC_LANG(C)
2721  AC_RUN_IFELSE(
2722  [
2723    AC_LANG_SOURCE([
2724      int main(int argc,char** argv){
2725        long one= 1;
2726        return !(*((char *)(&one)));
2727      }
2728    ])
2729  ],
2730  [AS_VAR_SET(IS_BIG_ENDIAN, 0)],
2731  [AS_VAR_SET(IS_BIG_ENDIAN, 1)],
2732  [])
2733  if test $IS_BIG_ENDIAN = 0
2734  then
2735    AC_MSG_RESULT(no)
2736  else
2737    AC_MSG_RESULT(yes)
2738  fi
2739
2740])
2741m4trace:acinclude.m4:268: -1- AC_DEFUN([AC_INLINE], [
2742  AC_MSG_CHECKING([if inline in C])
2743  AC_LANG(C)
2744  AC_COMPILE_IFELSE(
2745  [
2746    AC_LANG_SOURCE([
2747	  inline int x(int a) {return a;}
2748      int main(int argc,char** argv){
2749	    int a=1;
2750        return x(a);
2751      }
2752    ])
2753  ],
2754  [AS_VAR_SET(HAS_INLINE, inline)],
2755  [AS_VAR_SET(HAS_INLINE, )],
2756  [])
2757  if test x$HAS_INLINE = "x"
2758  then
2759    AC_MSG_RESULT(no)
2760  else
2761    AC_MSG_RESULT(yes)
2762  fi
2763
2764])
2765m4trace:acinclude.m4:297: -1- AC_DEFUN([AC_ALIGN], [
2766  AC_MSG_CHECKING([if bus error on unaligned pointers])
2767  AC_LANG(C)
2768  AC_RUN_IFELSE(
2769  [
2770    AC_LANG_SOURCE([
2771	  void foo(char* p) {long x=*((long*)p)+1;}
2772	  int main(int argc,char** argv) {char* p="xxxxxxxxx";foo(++p);return 0;}
2773    ])
2774  ],
2775  [AS_VAR_SET(MEM_ALIGN,0)],
2776  [AS_VAR_SET(MEM_ALIGN,1)],
2777  [])
2778  if test $MEM_ALIGN = "0"
2779  then
2780    AC_MSG_RESULT(no)
2781  else
2782    AC_MSG_RESULT(yes)
2783  fi
2784
2785])
2786m4trace:acinclude.m4:325: -1- AC_DEFUN([grib_api_PROG_CC_WARNING_PEDANTIC], [AC_REQUIRE([AC_PROG_CC])dnl
2787AC_SUBST([WARN_PEDANTIC])dnl
2788AS_VAR_PUSHDEF([grib_api_Pedantic], [grib_api_cv_prog_cc_pedantic_$1])dnl
2789WARN_PEDANTIC=
2790AC_CACHE_CHECK([whether $CC supports -pedantic $1], grib_api_Pedantic,
2791[save_CFLAGS="$CFLAGS"
2792CFLAGS="-pedantic $1"
2793AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],
2794   [AS_VAR_SET(grib_api_Pedantic, yes)],
2795   [AS_VAR_SET(grib_api_Pedantic, no)])
2796CFLAGS="$save_CFLAGS"])
2797AS_IF([test AS_VAR_GET(grib_api_Pedantic) = yes],
2798      [WARN_PEDANTIC="-pedantic $1"])
2799AS_VAR_POPDEF([grib_api_Pedantic])dnl
2800])
2801m4trace:acinclude.m4:344: -1- AC_DEFUN([grib_api_ENABLE_WARNINGS_ARE_ERRORS], [AC_REQUIRE([AC_PROG_CC])dnl
2802AC_SUBST([WERROR])dnl
2803WERROR=
2804AC_ARG_ENABLE(werror-always,
2805    AS_HELP_STRING([--enable-werror-always],
2806		   [enable -Werror despite compiler version]),
2807[], [enable_werror_always=no])
2808AS_IF([test $enable_werror_always = yes],
2809      [WERROR=-Werror])
2810])
2811m4trace:acinclude.m4:358: -1- AC_DEFUN([AC_PROG_FC_UPPERCASE_MOD], [
2812AC_LANG_PUSH(Fortran)
2813AC_MSG_CHECKING([if Fortran 90 compiler capitalizes .mod filenames])
2814cat <<EOF >conftest.f90
2815    module conftest
2816    end module conftest
2817EOF
2818
2819ac_try='$FC $FCFLAGS -c conftest.f90 >&AS_MESSAGE_LOG_FD'
2820if AC_TRY_EVAL(ac_try) && test -f CONFTEST.mod ; then
2821   ac_cv_prog_f90_uppercase_mod=yes
2822   rm -f CONFTEST.mod
2823else
2824   ac_cv_prog_f90_uppercase_mod=no
2825fi
2826AC_MSG_RESULT($ac_cv_prog_f90_uppercase_mod)
2827#rm -f conftest*
2828AC_LANG_POP(Fortran)
2829])
2830m4trace:acinclude.m4:407: -1- AC_DEFUN([AX_F90_MODULE_FLAG], [
2831AC_CACHE_CHECK([fortran 90 modules inclusion flag],
2832ax_cv_f90_modflag,
2833[AC_LANG_PUSH(Fortran)
2834i=0
2835while test \( -f tmpdir_$i \) -o \( -d tmpdir_$i \) ; do
2836  i=`expr $i + 1`
2837done
2838mkdir tmpdir_$i
2839cd tmpdir_$i
2840AC_COMPILE_IFELSE([
2841!234567
2842      module conftest_module
2843      contains
2844      subroutine conftest_routine
2845      write(*,'(a)') 'gotcha!'
2846      end subroutine conftest_routine
2847      end module conftest_module
2848  ],[],[])
2849cd ..
2850ax_cv_f90_modflag="not found"
2851for ax_flag in "-I" "-M" "-p"; do
2852  if test "$ax_cv_f90_modflag" = "not found" ; then
2853    ax_save_FCFLAGS="$FCFLAGS"
2854    FCFLAGS="$ax_save_FCFLAGS ${ax_flag}tmpdir_$i"
2855    AC_COMPILE_IFELSE([
2856!234567
2857      program conftest_program
2858      use conftest_module
2859      call conftest_routine
2860      end program conftest_program
2861      ],[ax_cv_f90_modflag="$ax_flag"],[])
2862    FCFLAGS="$ax_save_FCFLAGS"
2863  fi
2864done
2865rm -fr tmpdir_$i
2866#if test "$ax_cv_f90_modflag" = "not found" ; then
2867#  AC_MSG_ERROR([unable to find compiler flag for modules inclusion])
2868#fi
2869AC_LANG_POP(Fortran)
2870])])
2871m4trace:acinclude.m4:452: -1- AC_DEFUN([AC_PROG_FC_DEBUG_IN_MODULE], [
2872AC_LANG_PUSH(Fortran)
2873AC_MSG_CHECKING([if Fortran 90 can resolve debug symbols in modules])
2874cat <<EOF >conftest-module.f90
2875    module conftest
2876    end module conftest
2877EOF
2878cat <<EOF >conftest.f90
2879	program f90usemodule
2880	use CONFTEST
2881	end program f90usemodule
2882EOF
2883
2884ac_compile_module='$FC -g -c conftest-module.f90 >&AS_MESSAGE_LOG_FD'
2885ac_link_program='$FC -g -o conftest -I. conftest.f90 >&AS_MESSAGE_LOG_FD'
2886
2887if AC_TRY_EVAL(ac_compile_module) && AC_TRY_EVAL(ac_link_program) && test -f conftest ; then
2888   ac_cv_prog_f90_debug_in_module=yes
2889   rm -f conftest
2890else
2891   ac_cv_prog_f90_debug_in_module=no
2892fi
2893AC_MSG_RESULT($ac_cv_prog_f90_debug_in_module)
2894#rm -f conftest*
2895AC_LANG_POP(Fortran)
2896])
2897m4trace:configure.ac:3: -1- AC_DEFUN([_AM_AUTOCONF_VERSION], [])
2898m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_])
2899m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_])
2900m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
2901m4trace:configure.ac:6: -1- m4_pattern_allow([^AS_FLAGS$])
2902m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?m4_])
2903m4trace:configure.ac:6: -1- m4_pattern_forbid([^dnl$])
2904m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?AS_])
2905m4trace:configure.ac:6: -1- m4_pattern_allow([^SHELL$])
2906m4trace:configure.ac:6: -1- m4_pattern_allow([^PATH_SEPARATOR$])
2907m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$])
2908m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2909m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2910m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$])
2911m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2912m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$])
2913m4trace:configure.ac:6: -1- m4_pattern_allow([^exec_prefix$])
2914m4trace:configure.ac:6: -1- m4_pattern_allow([^prefix$])
2915m4trace:configure.ac:6: -1- m4_pattern_allow([^program_transform_name$])
2916m4trace:configure.ac:6: -1- m4_pattern_allow([^bindir$])
2917m4trace:configure.ac:6: -1- m4_pattern_allow([^sbindir$])
2918m4trace:configure.ac:6: -1- m4_pattern_allow([^libexecdir$])
2919m4trace:configure.ac:6: -1- m4_pattern_allow([^datarootdir$])
2920m4trace:configure.ac:6: -1- m4_pattern_allow([^datadir$])
2921m4trace:configure.ac:6: -1- m4_pattern_allow([^sysconfdir$])
2922m4trace:configure.ac:6: -1- m4_pattern_allow([^sharedstatedir$])
2923m4trace:configure.ac:6: -1- m4_pattern_allow([^localstatedir$])
2924m4trace:configure.ac:6: -1- m4_pattern_allow([^includedir$])
2925m4trace:configure.ac:6: -1- m4_pattern_allow([^oldincludedir$])
2926m4trace:configure.ac:6: -1- m4_pattern_allow([^docdir$])
2927m4trace:configure.ac:6: -1- m4_pattern_allow([^infodir$])
2928m4trace:configure.ac:6: -1- m4_pattern_allow([^htmldir$])
2929m4trace:configure.ac:6: -1- m4_pattern_allow([^dvidir$])
2930m4trace:configure.ac:6: -1- m4_pattern_allow([^pdfdir$])
2931m4trace:configure.ac:6: -1- m4_pattern_allow([^psdir$])
2932m4trace:configure.ac:6: -1- m4_pattern_allow([^libdir$])
2933m4trace:configure.ac:6: -1- m4_pattern_allow([^localedir$])
2934m4trace:configure.ac:6: -1- m4_pattern_allow([^mandir$])
2935m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$])
2936m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2937m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2938m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$])
2939m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2940m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$])
2941m4trace:configure.ac:6: -1- m4_pattern_allow([^DEFS$])
2942m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_C$])
2943m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_N$])
2944m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_T$])
2945m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
2946m4trace:configure.ac:6: -1- m4_pattern_allow([^build_alias$])
2947m4trace:configure.ac:6: -1- m4_pattern_allow([^host_alias$])
2948m4trace:configure.ac:6: -1- m4_pattern_allow([^target_alias$])
2949m4trace:configure.ac:10: -1- LT_INIT([shared])
2950m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
2951m4trace:configure.ac:10: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
2952m4trace:configure.ac:10: -1- LTOPTIONS_VERSION
2953m4trace:configure.ac:10: -1- LTSUGAR_VERSION
2954m4trace:configure.ac:10: -1- LTVERSION_VERSION
2955m4trace:configure.ac:10: -1- LTOBSOLETE_VERSION
2956m4trace:configure.ac:10: -1- _LT_PROG_LTMAIN
2957m4trace:configure.ac:10: -1- m4_pattern_allow([^LIBTOOL$])
2958m4trace:configure.ac:10: -1- m4_pattern_allow([^build$])
2959m4trace:configure.ac:10: -1- m4_pattern_allow([^build_cpu$])
2960m4trace:configure.ac:10: -1- m4_pattern_allow([^build_vendor$])
2961m4trace:configure.ac:10: -1- m4_pattern_allow([^build_os$])
2962m4trace:configure.ac:10: -1- m4_pattern_allow([^host$])
2963m4trace:configure.ac:10: -1- m4_pattern_allow([^host_cpu$])
2964m4trace:configure.ac:10: -1- m4_pattern_allow([^host_vendor$])
2965m4trace:configure.ac:10: -1- m4_pattern_allow([^host_os$])
2966m4trace:configure.ac:10: -1- _LT_PREPARE_SED_QUOTE_VARS
2967m4trace:configure.ac:10: -1- _LT_PROG_ECHO_BACKSLASH
2968m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2969m4trace:configure.ac:10: -1- m4_pattern_allow([^CFLAGS$])
2970m4trace:configure.ac:10: -1- m4_pattern_allow([^LDFLAGS$])
2971m4trace:configure.ac:10: -1- m4_pattern_allow([^LIBS$])
2972m4trace:configure.ac:10: -1- m4_pattern_allow([^CPPFLAGS$])
2973m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2974m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2975m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2976m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
2977m4trace:configure.ac:10: -1- m4_pattern_allow([^ac_ct_CC$])
2978m4trace:configure.ac:10: -1- m4_pattern_allow([^EXEEXT$])
2979m4trace:configure.ac:10: -1- m4_pattern_allow([^OBJEXT$])
2980m4trace:configure.ac:10: -1- LT_PATH_LD
2981m4trace:configure.ac:10: -1- m4_pattern_allow([^SED$])
2982m4trace:configure.ac:10: -1- AC_PROG_EGREP
2983m4trace:configure.ac:10: -1- m4_pattern_allow([^GREP$])
2984m4trace:configure.ac:10: -1- m4_pattern_allow([^EGREP$])
2985m4trace:configure.ac:10: -1- m4_pattern_allow([^FGREP$])
2986m4trace:configure.ac:10: -1- m4_pattern_allow([^GREP$])
2987m4trace:configure.ac:10: -1- m4_pattern_allow([^LD$])
2988m4trace:configure.ac:10: -1- LT_PATH_NM
2989m4trace:configure.ac:10: -1- m4_pattern_allow([^DUMPBIN$])
2990m4trace:configure.ac:10: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
2991m4trace:configure.ac:10: -1- m4_pattern_allow([^DUMPBIN$])
2992m4trace:configure.ac:10: -1- m4_pattern_allow([^NM$])
2993m4trace:configure.ac:10: -1- m4_pattern_allow([^LN_S$])
2994m4trace:configure.ac:10: -1- LT_CMD_MAX_LEN
2995m4trace:configure.ac:10: -1- m4_pattern_allow([^OBJDUMP$])
2996m4trace:configure.ac:10: -1- m4_pattern_allow([^OBJDUMP$])
2997m4trace:configure.ac:10: -1- m4_pattern_allow([^DLLTOOL$])
2998m4trace:configure.ac:10: -1- m4_pattern_allow([^DLLTOOL$])
2999m4trace:configure.ac:10: -1- m4_pattern_allow([^AR$])
3000m4trace:configure.ac:10: -1- m4_pattern_allow([^ac_ct_AR$])
3001m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
3002m4trace:configure.ac:10: -1- m4_pattern_allow([^RANLIB$])
3003m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
3004m4trace:configure.ac:10: -1- _LT_WITH_SYSROOT
3005m4trace:configure.ac:10: -1- m4_pattern_allow([LT_OBJDIR])
3006m4trace:configure.ac:10: -1- m4_pattern_allow([^LT_OBJDIR$])
3007m4trace:configure.ac:10: -1- _LT_CC_BASENAME([$compiler])
3008m4trace:configure.ac:10: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
3009m4trace:configure.ac:10: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
3010m4trace:configure.ac:10: -1- LT_SUPPORTED_TAG([CC])
3011m4trace:configure.ac:10: -1- _LT_COMPILER_BOILERPLATE
3012m4trace:configure.ac:10: -1- _LT_LINKER_BOILERPLATE
3013m4trace:configure.ac:10: -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"])
3014m4trace:configure.ac:10: -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
3015     "" | " "*) ;;
3016     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
3017     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
3018     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
3019m4trace:configure.ac:10: -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, )=])
3020m4trace:configure.ac:10: -1- m4_pattern_allow([^MANIFEST_TOOL$])
3021m4trace:configure.ac:10: -1- _LT_REQUIRED_DARWIN_CHECKS
3022m4trace:configure.ac:10: -1- m4_pattern_allow([^DSYMUTIL$])
3023m4trace:configure.ac:10: -1- m4_pattern_allow([^NMEDIT$])
3024m4trace:configure.ac:10: -1- m4_pattern_allow([^LIPO$])
3025m4trace:configure.ac:10: -1- m4_pattern_allow([^OTOOL$])
3026m4trace:configure.ac:10: -1- m4_pattern_allow([^OTOOL64$])
3027m4trace:configure.ac:10: -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'])
3028m4trace:configure.ac:10: -1- LT_SYS_DLOPEN_SELF
3029m4trace:configure.ac:10: -1- m4_pattern_allow([^CPP$])
3030m4trace:configure.ac:10: -1- m4_pattern_allow([^CPPFLAGS$])
3031m4trace:configure.ac:10: -1- m4_pattern_allow([^CPP$])
3032m4trace:configure.ac:10: -1- m4_pattern_allow([^STDC_HEADERS$])
3033m4trace:configure.ac:10: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
3034m4trace:configure.ac:11: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
3035m4trace:configure.ac:12: -1- AC_CONFIG_MACRO_DIR([m4])
3036m4trace:configure.ac:24: -1- m4_pattern_allow([^GRIB_API_MAIN_VERSION$])
3037m4trace:configure.ac:25: -1- m4_pattern_allow([^GRIB_API_VERSION_STR$])
3038m4trace:configure.ac:26: -1- m4_pattern_allow([^GRIB_API_MAJOR_VERSION$])
3039m4trace:configure.ac:27: -1- m4_pattern_allow([^GRIB_API_MINOR_VERSION$])
3040m4trace:configure.ac:28: -1- m4_pattern_allow([^GRIB_API_PATCH_VERSION$])
3041m4trace:configure.ac:30: -1- m4_pattern_allow([^GRIB_ABI_CURRENT$])
3042m4trace:configure.ac:31: -1- m4_pattern_allow([^GRIB_ABI_REVISION$])
3043m4trace:configure.ac:32: -1- m4_pattern_allow([^GRIB_ABI_AGE$])
3044m4trace:configure.ac:37: -1- AM_SANITY_CHECK
3045m4trace:configure.ac:43: -1- AM_INIT_AUTOMAKE([$PACKAGE_NAME], [${PACKAGE_VERSION}], [http://www.ecmwf.int])
3046m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
3047m4trace:configure.ac:43: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
3048m4trace:configure.ac:43: -1- AM_AUTOMAKE_VERSION([1.13.4])
3049m4trace:configure.ac:43: -1- _AM_AUTOCONF_VERSION([2.69])
3050m4trace:configure.ac:43: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
3051m4trace:configure.ac:43: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
3052m4trace:configure.ac:43: -1- m4_pattern_allow([^INSTALL_DATA$])
3053m4trace:configure.ac:43: -1- m4_pattern_allow([^am__isrc$])
3054m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__isrc])
3055m4trace:configure.ac:43: -1- m4_pattern_allow([^CYGPATH_W$])
3056m4trace:configure.ac:43: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [/usr/share/aclocal-1.13/init.m4:23: AM_INIT_AUTOMAKE is expanded from...
3057configure.ac:43: the top level])
3058m4trace:configure.ac:43: -1- _AM_SET_OPTION([no-define])
3059m4trace:configure.ac:43: -2- _AM_MANGLE_OPTION([no-define])
3060m4trace:configure.ac:43: -1- m4_pattern_allow([^PACKAGE$])
3061m4trace:configure.ac:43: -1- m4_pattern_allow([^VERSION$])
3062m4trace:configure.ac:43: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
3063 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
3064m4trace:configure.ac:43: -2- _AM_MANGLE_OPTION([no-define])
3065m4trace:configure.ac:43: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
3066m4trace:configure.ac:43: -1- AM_MISSING_HAS_RUN
3067m4trace:configure.ac:43: -1- AM_AUX_DIR_EXPAND
3068m4trace:configure.ac:43: -1- m4_pattern_allow([^ACLOCAL$])
3069m4trace:configure.ac:43: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
3070m4trace:configure.ac:43: -1- m4_pattern_allow([^AUTOCONF$])
3071m4trace:configure.ac:43: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
3072m4trace:configure.ac:43: -1- m4_pattern_allow([^AUTOMAKE$])
3073m4trace:configure.ac:43: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
3074m4trace:configure.ac:43: -1- m4_pattern_allow([^AUTOHEADER$])
3075m4trace:configure.ac:43: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
3076m4trace:configure.ac:43: -1- m4_pattern_allow([^MAKEINFO$])
3077m4trace:configure.ac:43: -1- AM_PROG_INSTALL_SH
3078m4trace:configure.ac:43: -1- m4_pattern_allow([^install_sh$])
3079m4trace:configure.ac:43: -1- AM_PROG_INSTALL_STRIP
3080m4trace:configure.ac:43: -1- m4_pattern_allow([^STRIP$])
3081m4trace:configure.ac:43: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
3082m4trace:configure.ac:43: -1- m4_pattern_allow([^MKDIR_P$])
3083m4trace:configure.ac:43: -1- m4_pattern_allow([^mkdir_p$])
3084m4trace:configure.ac:43: -1- m4_pattern_allow([^SET_MAKE$])
3085m4trace:configure.ac:43: -1- AM_SET_LEADING_DOT
3086m4trace:configure.ac:43: -1- m4_pattern_allow([^am__leading_dot$])
3087m4trace:configure.ac:43: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
3088			     [_AM_PROG_TAR([v7])])])
3089m4trace:configure.ac:43: -2- _AM_MANGLE_OPTION([tar-ustar])
3090m4trace:configure.ac:43: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
3091m4trace:configure.ac:43: -2- _AM_MANGLE_OPTION([tar-pax])
3092m4trace:configure.ac:43: -1- _AM_PROG_TAR([v7])
3093m4trace:configure.ac:43: -1- m4_pattern_allow([^AMTAR$])
3094m4trace:configure.ac:43: -1- m4_pattern_allow([^am__tar$])
3095m4trace:configure.ac:43: -1- m4_pattern_allow([^am__untar$])
3096m4trace:configure.ac:43: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
3097		  [_AM_DEPENDENCIES([CC])],
3098		  [m4_define([AC_PROG_CC],
3099			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
3100AC_PROVIDE_IFELSE([AC_PROG_CXX],
3101		  [_AM_DEPENDENCIES([CXX])],
3102		  [m4_define([AC_PROG_CXX],
3103			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
3104AC_PROVIDE_IFELSE([AC_PROG_OBJC],
3105		  [_AM_DEPENDENCIES([OBJC])],
3106		  [m4_define([AC_PROG_OBJC],
3107			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
3108AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
3109		  [_AM_DEPENDENCIES([OBJCXX])],
3110		  [m4_define([AC_PROG_OBJCXX],
3111			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
3112])
3113m4trace:configure.ac:43: -2- _AM_MANGLE_OPTION([no-dependencies])
3114m4trace:configure.ac:43: -1- _AM_DEPENDENCIES([CC])
3115m4trace:configure.ac:43: -1- AM_SET_DEPDIR
3116m4trace:configure.ac:43: -1- m4_pattern_allow([^DEPDIR$])
3117m4trace:configure.ac:43: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
3118m4trace:configure.ac:43: -1- AM_MAKE_INCLUDE
3119m4trace:configure.ac:43: -1- m4_pattern_allow([^am__include$])
3120m4trace:configure.ac:43: -1- m4_pattern_allow([^am__quote$])
3121m4trace:configure.ac:43: -1- AM_DEP_TRACK
3122m4trace:configure.ac:43: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
3123m4trace:configure.ac:43: -1- m4_pattern_allow([^AMDEP_TRUE$])
3124m4trace:configure.ac:43: -1- m4_pattern_allow([^AMDEP_FALSE$])
3125m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
3126m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
3127m4trace:configure.ac:43: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
3128m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
3129m4trace:configure.ac:43: -1- m4_pattern_allow([^am__nodep$])
3130m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__nodep])
3131m4trace:configure.ac:43: -1- m4_pattern_allow([^CCDEPMODE$])
3132m4trace:configure.ac:43: -1- AM_CONDITIONAL([am__fastdepCC], [
3133  test "x$enable_dependency_tracking" != xno \
3134  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
3135m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
3136m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
3137m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
3138m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
3139m4trace:configure.ac:43: -1- AM_SILENT_RULES
3140m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_V$])
3141m4trace:configure.ac:43: -1- AM_SUBST_NOTMAKE([AM_V])
3142m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AM_V])
3143m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_DEFAULT_V$])
3144m4trace:configure.ac:43: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
3145m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
3146m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
3147m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_BACKSLASH$])
3148m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
3149m4trace:configure.ac:50: -1- m4_pattern_allow([^GRIB_API_MAIN_VERSION$])
3150m4trace:configure.ac:51: -1- m4_pattern_allow([^GRIB_API_MAJOR_VERSION$])
3151m4trace:configure.ac:52: -1- m4_pattern_allow([^GRIB_API_MINOR_VERSION$])
3152m4trace:configure.ac:53: -1- m4_pattern_allow([^GRIB_API_REVISION_VERSION$])
3153m4trace:configure.ac:55: -1- m4_pattern_allow([^GRIB_ABI_CURRENT$])
3154m4trace:configure.ac:56: -1- m4_pattern_allow([^GRIB_ABI_REVISION$])
3155m4trace:configure.ac:57: -1- m4_pattern_allow([^GRIB_ABI_AGE$])
3156m4trace:configure.ac:64: -1- m4_pattern_allow([^PERLDIR$])
3157m4trace:configure.ac:68: -1- m4_pattern_allow([^CC$])
3158m4trace:configure.ac:68: -1- m4_pattern_allow([^CFLAGS$])
3159m4trace:configure.ac:68: -1- m4_pattern_allow([^LDFLAGS$])
3160m4trace:configure.ac:68: -1- m4_pattern_allow([^LIBS$])
3161m4trace:configure.ac:68: -1- m4_pattern_allow([^CPPFLAGS$])
3162m4trace:configure.ac:68: -1- m4_pattern_allow([^CC$])
3163m4trace:configure.ac:68: -1- m4_pattern_allow([^ac_ct_CC$])
3164m4trace:configure.ac:69: -1- m4_pattern_allow([^CPP$])
3165m4trace:configure.ac:69: -1- m4_pattern_allow([^CPPFLAGS$])
3166m4trace:configure.ac:69: -1- m4_pattern_allow([^CPP$])
3167m4trace:configure.ac:71: -1- m4_pattern_allow([^LN_S$])
3168m4trace:configure.ac:72: -1- m4_pattern_allow([^SET_MAKE$])
3169m4trace:configure.ac:73: -1- m4_pattern_allow([^YACC$])
3170m4trace:configure.ac:73: -1- m4_pattern_allow([^YACC$])
3171m4trace:configure.ac:73: -1- m4_pattern_allow([^YFLAGS$])
3172m4trace:configure.ac:74: -1- m4_pattern_allow([^LEX$])
3173m4trace:configure.ac:74: -1- m4_pattern_allow([^LEX_OUTPUT_ROOT$])
3174m4trace:configure.ac:74: -1- m4_pattern_allow([^LEXLIB$])
3175m4trace:configure.ac:74: -1- m4_pattern_allow([^YYTEXT_POINTER$])
3176m4trace:configure.ac:75: -1- m4_pattern_allow([^F77$])
3177m4trace:configure.ac:75: -1- m4_pattern_allow([^FFLAGS$])
3178m4trace:configure.ac:75: -1- m4_pattern_allow([^LDFLAGS$])
3179m4trace:configure.ac:75: -1- m4_pattern_allow([^LIBS$])
3180m4trace:configure.ac:75: -1- m4_pattern_allow([^F77$])
3181m4trace:configure.ac:75: -1- m4_pattern_allow([^ac_ct_F77$])
3182m4trace:configure.ac:75: -1- LT_LANG([F77])
3183m4trace:configure.ac:75: -1- LT_SUPPORTED_TAG([F77])
3184m4trace:configure.ac:75: -1- _LT_COMPILER_BOILERPLATE
3185m4trace:configure.ac:75: -1- _LT_LINKER_BOILERPLATE
3186m4trace:configure.ac:75: -1- _LT_CC_BASENAME([$compiler])
3187m4trace:configure.ac:75: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, F77) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, F77)], [$_LT_TAGVAR(lt_prog_compiler_pic, F77)@&t@m4_if([F77],[],[ -DPIC],[m4_if([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, F77) in
3188     "" | " "*) ;;
3189     *) _LT_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_TAGVAR(lt_prog_compiler_pic, F77)" ;;
3190     esac], [_LT_TAGVAR(lt_prog_compiler_pic, F77)=
3191     _LT_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
3192m4trace:configure.ac:75: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, F77)=])
3193m4trace:configure.ac:76: -1- m4_pattern_allow([^FC$])
3194m4trace:configure.ac:76: -1- m4_pattern_allow([^FCFLAGS$])
3195m4trace:configure.ac:76: -1- m4_pattern_allow([^LDFLAGS$])
3196m4trace:configure.ac:76: -1- m4_pattern_allow([^LIBS$])
3197m4trace:configure.ac:76: -1- m4_pattern_allow([^FC$])
3198m4trace:configure.ac:76: -1- m4_pattern_allow([^ac_ct_FC$])
3199m4trace:configure.ac:76: -1- LT_LANG([FC])
3200m4trace:configure.ac:76: -1- LT_SUPPORTED_TAG([FC])
3201m4trace:configure.ac:76: -1- _LT_COMPILER_BOILERPLATE
3202m4trace:configure.ac:76: -1- _LT_LINKER_BOILERPLATE
3203m4trace:configure.ac:76: -1- _LT_CC_BASENAME([$compiler])
3204m4trace:configure.ac:76: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, FC) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, FC)], [$_LT_TAGVAR(lt_prog_compiler_pic, FC)@&t@m4_if([FC],[],[ -DPIC],[m4_if([FC],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, FC) in
3205     "" | " "*) ;;
3206     *) _LT_TAGVAR(lt_prog_compiler_pic, FC)=" $_LT_TAGVAR(lt_prog_compiler_pic, FC)" ;;
3207     esac], [_LT_TAGVAR(lt_prog_compiler_pic, FC)=
3208     _LT_TAGVAR(lt_prog_compiler_can_build_shared, FC)=no])
3209m4trace:configure.ac:76: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_FC], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, FC)=])
3210m4trace:configure.ac:91: -1- AC_GRIB_PTHREADS
3211m4trace:configure.ac:91: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
3212acinclude.m4:97: AC_GRIB_PTHREADS is expanded from...
3213configure.ac:91: the top level])
3214m4trace:configure.ac:92: -1- AC_GRIB_LINUX_PTHREADS
3215m4trace:configure.ac:92: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
3216acinclude.m4:168: AC_GRIB_LINUX_PTHREADS is expanded from...
3217configure.ac:92: the top level])
3218m4trace:configure.ac:97: -1- m4_pattern_allow([^GRIB_PTHREADS$])
3219m4trace:configure.ac:98: -1- m4_pattern_allow([^GRIB_LINUX_PTHREADS$])
3220m4trace:configure.ac:110: -1- m4_pattern_allow([^GRIB_IBMPOWER67_OPT$])
3221m4trace:configure.ac:116: -1- AC_PROG_FC_UPPERCASE_MOD
3222m4trace:configure.ac:117: -1- AM_CONDITIONAL([UPPER_CASE_MOD], [test "x$ac_cv_prog_f90_uppercase_mod" = xyes])
3223m4trace:configure.ac:117: -1- m4_pattern_allow([^UPPER_CASE_MOD_TRUE$])
3224m4trace:configure.ac:117: -1- m4_pattern_allow([^UPPER_CASE_MOD_FALSE$])
3225m4trace:configure.ac:117: -1- _AM_SUBST_NOTMAKE([UPPER_CASE_MOD_TRUE])
3226m4trace:configure.ac:117: -1- _AM_SUBST_NOTMAKE([UPPER_CASE_MOD_FALSE])
3227m4trace:configure.ac:119: -1- AC_IEEE_BE
3228m4trace:configure.ac:119: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
3229acinclude.m4:3: AC_IEEE_BE is expanded from...
3230configure.ac:119: the top level])
3231m4trace:configure.ac:120: -1- m4_pattern_allow([^IEEE_BE$])
3232m4trace:configure.ac:122: -1- AC_IEEE_LE
3233m4trace:configure.ac:122: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
3234acinclude.m4:50: AC_IEEE_LE is expanded from...
3235configure.ac:122: the top level])
3236m4trace:configure.ac:123: -1- m4_pattern_allow([^IEEE_LE$])
3237m4trace:configure.ac:132: -1- m4_pattern_allow([^IEEE_LE$])
3238m4trace:configure.ac:133: -1- m4_pattern_allow([^IEEE_BE$])
3239m4trace:configure.ac:136: -1- AC_BIG_ENDIAN
3240m4trace:configure.ac:136: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
3241acinclude.m4:241: AC_BIG_ENDIAN is expanded from...
3242configure.ac:136: the top level])
3243m4trace:configure.ac:137: -1- m4_pattern_allow([^IS_BIG_ENDIAN$])
3244m4trace:configure.ac:139: -1- AC_INLINE
3245m4trace:configure.ac:140: -1- m4_pattern_allow([^GRIB_INLINE$])
3246m4trace:configure.ac:142: -1- AC_ALIGN
3247m4trace:configure.ac:142: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
3248acinclude.m4:297: AC_ALIGN is expanded from...
3249configure.ac:142: the top level])
3250m4trace:configure.ac:143: -1- m4_pattern_allow([^GRIB_MEM_ALIGN$])
3251m4trace:configure.ac:145: -1- m4_pattern_allow([^POSIX_MEMALIGN$])
3252m4trace:configure.ac:150: -2- m4_pattern_allow([^GRIB_MEM_ALIGN$])
3253m4trace:configure.ac:163: -1- m4_pattern_allow([^VECTOR$])
3254m4trace:configure.ac:168: -2- m4_pattern_allow([^MANAGE_MEM$])
3255m4trace:configure.ac:169: -2- m4_pattern_allow([^MANAGE_MEM$])
3256m4trace:configure.ac:186: -1- m4_pattern_allow([^DEVEL_RULES$])
3257m4trace:configure.ac:187: -1- m4_pattern_allow([^GRIB_DEVEL$])
3258m4trace:configure.ac:189: -1- AM_CONDITIONAL([WITH_MARS_TESTS], [test $GRIB_DEVEL -eq 1])
3259m4trace:configure.ac:189: -1- m4_pattern_allow([^WITH_MARS_TESTS_TRUE$])
3260m4trace:configure.ac:189: -1- m4_pattern_allow([^WITH_MARS_TESTS_FALSE$])
3261m4trace:configure.ac:189: -1- _AM_SUBST_NOTMAKE([WITH_MARS_TESTS_TRUE])
3262m4trace:configure.ac:189: -1- _AM_SUBST_NOTMAKE([WITH_MARS_TESTS_FALSE])
3263m4trace:configure.ac:192: -1- m4_pattern_allow([^_LARGEFILE_SOURCE$])
3264m4trace:configure.ac:192: -1- m4_pattern_allow([^HAVE_FSEEKO$])
3265m4trace:configure.ac:200: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$])
3266m4trace:configure.ac:200: -1- m4_pattern_allow([^_LARGE_FILES$])
3267m4trace:configure.ac:210: -1- m4_pattern_allow([^RPM_HOST_CPU$])
3268m4trace:configure.ac:211: -1- m4_pattern_allow([^RPM_HOST_VENDOR$])
3269m4trace:configure.ac:212: -1- m4_pattern_allow([^RPM_HOST_OS$])
3270m4trace:configure.ac:213: -1- m4_pattern_allow([^RPM_CONFIGURE_ARGS$])
3271m4trace:configure.ac:216: -1- m4_pattern_allow([^RPM_RELEASE$])
3272m4trace:configure.ac:223: -1- m4_pattern_allow([^GRIB_TEMPLATES_PATH$])
3273m4trace:configure.ac:224: -1- m4_pattern_allow([^GRIB_SAMPLES_PATH$])
3274m4trace:configure.ac:225: -1- m4_pattern_allow([^GRIB_DEFINITION_PATH$])
3275m4trace:configure.ac:246: -1- AC_PROG_FC_UPPERCASE_MOD
3276m4trace:configure.ac:247: -1- AM_CONDITIONAL([UPPER_CASE_MOD], [test "x$ac_cv_prog_f90_uppercase_mod" = xyes])
3277m4trace:configure.ac:247: -1- m4_pattern_allow([^UPPER_CASE_MOD_TRUE$])
3278m4trace:configure.ac:247: -1- m4_pattern_allow([^UPPER_CASE_MOD_FALSE$])
3279m4trace:configure.ac:247: -1- _AM_SUBST_NOTMAKE([UPPER_CASE_MOD_TRUE])
3280m4trace:configure.ac:247: -1- _AM_SUBST_NOTMAKE([UPPER_CASE_MOD_FALSE])
3281m4trace:configure.ac:251: -1- AC_PROG_FC_DEBUG_IN_MODULE
3282m4trace:configure.ac:252: -1- AM_CONDITIONAL([DEBUG_IN_MOD], [test "x$ac_cv_prog_f90_debug_in_module" = xyes])
3283m4trace:configure.ac:252: -1- m4_pattern_allow([^DEBUG_IN_MOD_TRUE$])
3284m4trace:configure.ac:252: -1- m4_pattern_allow([^DEBUG_IN_MOD_FALSE$])
3285m4trace:configure.ac:252: -1- _AM_SUBST_NOTMAKE([DEBUG_IN_MOD_TRUE])
3286m4trace:configure.ac:252: -1- _AM_SUBST_NOTMAKE([DEBUG_IN_MOD_FALSE])
3287m4trace:configure.ac:258: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING:
3288
3289  Your Fortran compiler ($FC) does not support linking to dynamic library modules when debug is enabled. This is a known
3290problem with Portland compilers versions 7 and 8, for example. Possible workarounds are:
3291
3292  - Use a Portland compiler version 10 or higher or a different compiler.
3293  - Disable shared libraries (e.g. configure --disable-shared)
3294  - Disable debug (e.g. configure FCFLAGS=\"\")
3295
3296  Compilation of the Fortran module has been disabled
3297
3298], [])
3299m4trace:configure.ac:258: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: WARNING:
3300
3301  Your Fortran compiler ($FC) does not support linking to dynamic library modules when debug is enabled. This is a known
3302problem with Portland compilers versions 7 and 8, for example. Possible workarounds are:
3303
3304  - Use a Portland compiler version 10 or higher or a different compiler.
3305  - Disable shared libraries (e.g. configure --disable-shared)
3306  - Disable debug (e.g. configure FCFLAGS=\"\")
3307
3308  Compilation of the Fortran module has been disabled
3309
3310], [])
3311m4trace:configure.ac:276: -1- m4_pattern_allow([^FORTRAN_MOD$])
3312m4trace:configure.ac:278: -1- m4_pattern_allow([^F90_CHECK$])
3313m4trace:configure.ac:281: -1- AX_F90_MODULE_FLAG
3314m4trace:configure.ac:286: -1- m4_pattern_allow([^F90_MODULE_FLAG$])
3315m4trace:configure.ac:301: -1- m4_pattern_allow([^IFS_SAMPLES_DIR$])
3316m4trace:configure.ac:313: -1- m4_pattern_allow([^HAVE_LIBEMOS$])
3317m4trace:configure.ac:331: -1- m4_pattern_allow([^EMOS_LIB$])
3318m4trace:configure.ac:338: -1- m4_pattern_allow([^GRIB_TIMER$])
3319m4trace:configure.ac:340: -1- m4_pattern_allow([^GRIB_TIMER$])
3320m4trace:configure.ac:349: -1- m4_pattern_allow([^OMP_PACKING$])
3321m4trace:configure.ac:351: -1- m4_pattern_allow([^OMP_PACKING$])
3322m4trace:configure.ac:379: -1- m4_pattern_allow([^NETCDF_LDFLAGS$])
3323m4trace:configure.ac:380: -1- m4_pattern_allow([^HAVE_NETCDF$])
3324m4trace:configure.ac:393: -1- m4_pattern_allow([^JASPER_DIR$])
3325m4trace:configure.ac:406: -1- m4_pattern_allow([^OPENJPEG_DIR$])
3326m4trace:configure.ac:416: -1- m4_pattern_allow([^HAVE_JPEG$])
3327m4trace:configure.ac:428: -1- m4_pattern_allow([^HAVE_LIBOPENJPEG$])
3328m4trace:configure.ac:429: -1- m4_pattern_allow([^LIB_OPENJPEG$])
3329m4trace:configure.ac:435: -1- m4_pattern_allow([^HAVE_LIBJASPER$])
3330m4trace:configure.ac:436: -1- m4_pattern_allow([^LIB_JASPER$])
3331m4trace:configure.ac:463: -1- m4_pattern_allow([^JPEG_TEST$])
3332m4trace:configure.ac:478: -1- m4_pattern_allow([^HAVE_LIBAEC$])
3333m4trace:configure.ac:482: -1- m4_pattern_allow([^LIB_AEC$])
3334m4trace:configure.ac:484: -1- m4_pattern_allow([^AEC_DIR$])
3335m4trace:configure.ac:487: -1- m4_pattern_allow([^CCSDS_TEST$])
3336m4trace:configure.ac:506: -1- m4_pattern_allow([^HAVE_LIBPNG$])
3337m4trace:configure.ac:507: -1- m4_pattern_allow([^LIB_PNG$])
3338m4trace:configure.ac:528: -1- m4_pattern_allow([^PERL_INSTALL_OPTIONS$])
3339m4trace:configure.ac:542: -1- m4_pattern_allow([^PERL$])
3340m4trace:configure.ac:544: -1- m4_pattern_allow([^PERL$])
3341m4trace:configure.ac:558: -1- m4_pattern_allow([^PERL_MAKE_OPTIONS$])
3342m4trace:configure.ac:559: -1- m4_pattern_allow([^GRIB_API_LIB$])
3343m4trace:configure.ac:560: -1- m4_pattern_allow([^GRIB_API_INC$])
3344m4trace:configure.ac:562: -1- AM_CONDITIONAL([WITH_PERL], [test $with_perl != no])
3345m4trace:configure.ac:562: -1- m4_pattern_allow([^WITH_PERL_TRUE$])
3346m4trace:configure.ac:562: -1- m4_pattern_allow([^WITH_PERL_FALSE$])
3347m4trace:configure.ac:562: -1- _AM_SUBST_NOTMAKE([WITH_PERL_TRUE])
3348m4trace:configure.ac:562: -1- _AM_SUBST_NOTMAKE([WITH_PERL_FALSE])
3349m4trace:configure.ac:577: -1- AM_PATH_PYTHON([2.5])
3350m4trace:configure.ac:577: -1- m4_pattern_allow([^PYTHON$])
3351m4trace:configure.ac:577: -1- AM_PYTHON_CHECK_VERSION([$PYTHON], [2.5], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])
3352			       AC_MSG_ERROR([Python interpreter is too old])])
3353m4trace:configure.ac:577: -1- AM_RUN_LOG([$PYTHON -c "$prog"])
3354m4trace:configure.ac:577: -1- AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [2.5], [break])
3355m4trace:configure.ac:577: -1- AM_RUN_LOG([$am_cv_pathless_PYTHON -c "$prog"])
3356m4trace:configure.ac:577: -1- m4_pattern_allow([^PYTHON$])
3357m4trace:configure.ac:577: -1- m4_pattern_allow([^PYTHON_VERSION$])
3358m4trace:configure.ac:577: -1- m4_pattern_allow([^PYTHON_PREFIX$])
3359m4trace:configure.ac:577: -1- m4_pattern_allow([^PYTHON_EXEC_PREFIX$])
3360m4trace:configure.ac:577: -1- m4_pattern_allow([^PYTHON_PLATFORM$])
3361m4trace:configure.ac:577: -1- m4_pattern_allow([^pythondir$])
3362m4trace:configure.ac:577: -1- m4_pattern_allow([^pkgpythondir$])
3363m4trace:configure.ac:577: -1- m4_pattern_allow([^pyexecdir$])
3364m4trace:configure.ac:577: -1- m4_pattern_allow([^pkgpyexecdir$])
3365m4trace:configure.ac:579: -1- m4_pattern_allow([^PYTHON_INCLUDES$])
3366m4trace:configure.ac:580: -1- m4_pattern_allow([^PYTHON_LDFLAGS$])
3367m4trace:configure.ac:581: -1- m4_pattern_allow([^PYTHON_CFLAGS$])
3368m4trace:configure.ac:582: -1- m4_pattern_allow([^PYTHON_LIBS$])
3369m4trace:configure.ac:583: -1- m4_pattern_allow([^PYTHON_CONFIG$])
3370m4trace:configure.ac:585: -1- m4_pattern_allow([^PYTHON_CONFIG$])
3371m4trace:configure.ac:613: -1- m4_pattern_allow([^PYTHON_CHECK$])
3372m4trace:configure.ac:628: -1- m4_pattern_allow([^NUMPY_INCLUDE$])
3373m4trace:configure.ac:635: -1- m4_pattern_allow([^PYTHON_DATA_HANDLER$])
3374m4trace:configure.ac:638: -1- AM_CONDITIONAL([WITH_PYTHON], [test x$PYTHON != x])
3375m4trace:configure.ac:638: -1- m4_pattern_allow([^WITH_PYTHON_TRUE$])
3376m4trace:configure.ac:638: -1- m4_pattern_allow([^WITH_PYTHON_FALSE$])
3377m4trace:configure.ac:638: -1- _AM_SUBST_NOTMAKE([WITH_PYTHON_TRUE])
3378m4trace:configure.ac:638: -1- _AM_SUBST_NOTMAKE([WITH_PYTHON_FALSE])
3379m4trace:configure.ac:639: -1- AM_CONDITIONAL([WITH_FORTRAN], [test x$FORTRAN_MOD != x])
3380m4trace:configure.ac:639: -1- m4_pattern_allow([^WITH_FORTRAN_TRUE$])
3381m4trace:configure.ac:639: -1- m4_pattern_allow([^WITH_FORTRAN_FALSE$])
3382m4trace:configure.ac:639: -1- _AM_SUBST_NOTMAKE([WITH_FORTRAN_TRUE])
3383m4trace:configure.ac:639: -1- _AM_SUBST_NOTMAKE([WITH_FORTRAN_FALSE])
3384m4trace:configure.ac:640: -1- AM_CONDITIONAL([CREATING_SHARED_LIBS], [test "x$enable_shared" = xyes])
3385m4trace:configure.ac:640: -1- m4_pattern_allow([^CREATING_SHARED_LIBS_TRUE$])
3386m4trace:configure.ac:640: -1- m4_pattern_allow([^CREATING_SHARED_LIBS_FALSE$])
3387m4trace:configure.ac:640: -1- _AM_SUBST_NOTMAKE([CREATING_SHARED_LIBS_TRUE])
3388m4trace:configure.ac:640: -1- _AM_SUBST_NOTMAKE([CREATING_SHARED_LIBS_FALSE])
3389m4trace:configure.ac:647: -1- m4_pattern_allow([^RM$])
3390m4trace:configure.ac:648: -1- m4_pattern_allow([^AR$])
3391m4trace:configure.ac:651: -1- grib_api_PROG_CC_WARNING_PEDANTIC([-Wall])
3392m4trace:configure.ac:651: -1- m4_pattern_allow([^WARN_PEDANTIC$])
3393m4trace:configure.ac:654: -1- grib_api_ENABLE_WARNINGS_ARE_ERRORS
3394m4trace:configure.ac:654: -1- m4_pattern_allow([^WERROR$])
3395m4trace:configure.ac:657: -1- m4_pattern_allow([^HAVE_LIBM$])
3396m4trace:configure.ac:661: -1- m4_pattern_allow([^STDC_HEADERS$])
3397m4trace:configure.ac:665: -1- m4_pattern_allow([^size_t$])
3398m4trace:configure.ac:666: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
3399m4trace:configure.ac:669: -1- m4_pattern_allow([^CLOSEDIR_VOID$])
3400m4trace:configure.ac:670: -1- _m4_warn([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
3401You should run autoupdate.], [../../lib/autoconf/types.m4:746: AC_TYPE_SIGNAL is expanded from...
3402configure.ac:670: the top level])
3403m4trace:configure.ac:670: -1- m4_pattern_allow([^RETSIGTYPE$])
3404m4trace:configure.ac:671: -1- m4_pattern_allow([^HAVE_VPRINTF$])
3405m4trace:configure.ac:671: -1- m4_pattern_allow([^HAVE_DOPRNT$])
3406m4trace:configure.ac:674: -1- AX_LINUX_DISTRIBUTION
3407m4trace:configure.ac:674: -1- m4_pattern_allow([^LINUX_DISTRIBUTION_NAME$])
3408m4trace:configure.ac:674: -1- m4_pattern_allow([^LINUX_DISTRIBUTION_VERSION$])
3409m4trace:configure.ac:676: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
3410You should run autoupdate.], [])
3411m4trace:configure.ac:676: -1- m4_pattern_allow([^LIB@&t@OBJS$])
3412m4trace:configure.ac:676: -1- m4_pattern_allow([^LTLIBOBJS$])
3413m4trace:configure.ac:676: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
3414m4trace:configure.ac:676: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
3415m4trace:configure.ac:676: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
3416m4trace:configure.ac:676: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
3417m4trace:configure.ac:676: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
3418m4trace:configure.ac:676: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
3419m4trace:configure.ac:676: -1- _LT_PROG_LTMAIN
3420m4trace:configure.ac:676: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
3421