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