blob: c3deabd75f280b2963fcd5085bf99b7b6370a148 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001m4trace:/usr/share/aclocal/argz.m4:12: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
2
3AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
4
5AC_CHECK_TYPES([error_t],
6 [],
7 [AC_DEFINE([error_t], [int],
8 [Define to a type to use for `error_t' if it is not otherwise available.])
9 AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
10 does not typedef error_t.])],
11 [#if defined(HAVE_ARGZ_H)
12# include <argz.h>
13#endif])
14
15ARGZ_H=
16AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
17 argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
18
19dnl if have system argz functions, allow forced use of
20dnl libltdl-supplied implementation (and default to do so
21dnl on "known bad" systems). Could use a runtime check, but
22dnl (a) detecting malloc issues is notoriously unreliable
23dnl (b) only known system that declares argz functions,
24dnl provides them, yet they are broken, is cygwin
25dnl releases prior to 16-Mar-2007 (1.5.24 and earlier)
26dnl So, it's more straightforward simply to special case
27dnl this for known bad systems.
28AS_IF([test -z "$ARGZ_H"],
29 [AC_CACHE_CHECK(
30 [if argz actually works],
31 [lt_cv_sys_argz_works],
32 [[case $host_os in #(
33 *cygwin*)
34 lt_cv_sys_argz_works=no
35 if test "$cross_compiling" != no; then
36 lt_cv_sys_argz_works="guessing no"
37 else
38 lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
39 save_IFS=$IFS
40 IFS=-.
41 set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
42 IFS=$save_IFS
43 lt_os_major=${2-0}
44 lt_os_minor=${3-0}
45 lt_os_micro=${4-0}
46 if test "$lt_os_major" -gt 1 \
47 || { test "$lt_os_major" -eq 1 \
48 && { test "$lt_os_minor" -gt 5 \
49 || { test "$lt_os_minor" -eq 5 \
50 && test "$lt_os_micro" -gt 24; }; }; }; then
51 lt_cv_sys_argz_works=yes
52 fi
53 fi
54 ;; #(
55 *) lt_cv_sys_argz_works=yes ;;
56 esac]])
57 AS_IF([test "$lt_cv_sys_argz_works" = yes],
58 [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
59 [This value is set to 1 to indicate that the system argz facility works])],
60 [ARGZ_H=argz.h
61 AC_LIBOBJ([argz])])])
62
63AC_SUBST([ARGZ_H])
64])
65m4trace:/usr/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
66m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
67_$0($*)
68])
69m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
70dnl Although the argument is deprecated and no longer documented,
71dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
72dnl here make sure it is the same as any other declaration of libltdl's
73dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
74dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
75m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
76_$0()
77])
78m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
79_LTDL_CONVENIENCE])
80m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
81You should run autoupdate.])dnl
82_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
83_LTDL_CONVENIENCE])
84m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
85dnl Although the argument is deprecated and no longer documented,
86dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
87dnl here make sure it is the same as any other declaration of libltdl's
88dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
89dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
90m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
91_$0()
92])
93m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
94_LTDL_INSTALLABLE])
95m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
96You should run autoupdate.])dnl
97_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
98_LTDL_INSTALLABLE])
99m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
100 m4_pattern_allow([^_LT_LIBOBJS$])
101 _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
102])
103m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
104_LT_SET_OPTIONS([$0], [$1])
105
106dnl We need to keep our own list of libobjs separate from our parent project,
107dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
108dnl we look for our own LIBOBJs.
109m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
110m4_pushdef([AC_LIBSOURCES])
111
112dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
113m4_if(_LTDL_MODE, [],
114 [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
115 m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
116 [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
117
118AC_ARG_WITH([included_ltdl],
119 [AS_HELP_STRING([--with-included-ltdl],
120 [use the GNU ltdl sources included here])])
121
122if test "x$with_included_ltdl" != xyes; then
123 # We are not being forced to use the included libltdl sources, so
124 # decide whether there is a useful installed version we can use.
125 AC_CHECK_HEADER([ltdl.h],
126 [AC_CHECK_DECL([lt_dlinterface_register],
127 [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
128 [with_included_ltdl=no],
129 [with_included_ltdl=yes])],
130 [with_included_ltdl=yes],
131 [AC_INCLUDES_DEFAULT
132 #include <ltdl.h>])],
133 [with_included_ltdl=yes],
134 [AC_INCLUDES_DEFAULT]
135 )
136fi
137
138dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
139dnl was called yet, then for old times' sake, we assume libltdl is in an
140dnl eponymous directory:
141AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
142
143AC_ARG_WITH([ltdl_include],
144 [AS_HELP_STRING([--with-ltdl-include=DIR],
145 [use the ltdl headers installed in DIR])])
146
147if test -n "$with_ltdl_include"; then
148 if test -f "$with_ltdl_include/ltdl.h"; then :
149 else
150 AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
151 fi
152else
153 with_ltdl_include=no
154fi
155
156AC_ARG_WITH([ltdl_lib],
157 [AS_HELP_STRING([--with-ltdl-lib=DIR],
158 [use the libltdl.la installed in DIR])])
159
160if test -n "$with_ltdl_lib"; then
161 if test -f "$with_ltdl_lib/libltdl.la"; then :
162 else
163 AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
164 fi
165else
166 with_ltdl_lib=no
167fi
168
169case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
170 ,yes,no,no,)
171 m4_case(m4_default(_LTDL_TYPE, [convenience]),
172 [convenience], [_LTDL_CONVENIENCE],
173 [installable], [_LTDL_INSTALLABLE],
174 [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
175 ;;
176 ,no,no,no,)
177 # If the included ltdl is not to be used, then use the
178 # preinstalled libltdl we found.
179 AC_DEFINE([HAVE_LTDL], [1],
180 [Define this if a modern libltdl is already installed])
181 LIBLTDL=-lltdl
182 LTDLDEPS=
183 LTDLINCL=
184 ;;
185 ,no*,no,*)
186 AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
187 ;;
188 *) with_included_ltdl=no
189 LIBLTDL="-L$with_ltdl_lib -lltdl"
190 LTDLDEPS=
191 LTDLINCL="-I$with_ltdl_include"
192 ;;
193esac
194INCLTDL="$LTDLINCL"
195
196# Report our decision...
197AC_MSG_CHECKING([where to find libltdl headers])
198AC_MSG_RESULT([$LTDLINCL])
199AC_MSG_CHECKING([where to find libltdl library])
200AC_MSG_RESULT([$LIBLTDL])
201
202_LTDL_SETUP
203
204dnl restore autoconf definition.
205m4_popdef([AC_LIBOBJ])
206m4_popdef([AC_LIBSOURCES])
207
208AC_CONFIG_COMMANDS_PRE([
209 _ltdl_libobjs=
210 _ltdl_ltlibobjs=
211 if test -n "$_LT_LIBOBJS"; then
212 # Remove the extension.
213 _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
214 for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
215 _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
216 _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
217 done
218 fi
219 AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
220 AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
221])
222
223# Only expand once:
224m4_define([LTDL_INIT])
225])
226m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
227m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
228You should run autoupdate.])dnl
229LTDL_INIT($@)])
230m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
231m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
232You should run autoupdate.])dnl
233LTDL_INIT($@)])
234m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
235m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
236You should run autoupdate.])dnl
237LTDL_INIT($@)])
238m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
239AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
240AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
241AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
242AC_REQUIRE([LT_LIB_DLLOAD])dnl
243AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
244AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
245AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
246AC_REQUIRE([gl_FUNC_ARGZ])dnl
247
248m4_require([_LT_CHECK_OBJDIR])dnl
249m4_require([_LT_HEADER_DLFCN])dnl
250m4_require([_LT_CHECK_DLPREOPEN])dnl
251m4_require([_LT_DECL_SED])dnl
252
253dnl Don't require this, or it will be expanded earlier than the code
254dnl that sets the variables it relies on:
255_LT_ENABLE_INSTALL
256
257dnl _LTDL_MODE specific code must be called at least once:
258_LTDL_MODE_DISPATCH
259
260# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
261# the user used. This is so that ltdl.h can pick up the parent projects
262# config.h file, The first file in AC_CONFIG_HEADERS must contain the
263# definitions required by ltdl.c.
264# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
265AC_CONFIG_COMMANDS_PRE([dnl
266m4_pattern_allow([^LT_CONFIG_H$])dnl
267m4_ifset([AH_HEADER],
268 [LT_CONFIG_H=AH_HEADER],
269 [m4_ifset([AC_LIST_HEADERS],
270 [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`],
271 [])])])
272AC_SUBST([LT_CONFIG_H])
273
274AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
275 [], [], [AC_INCLUDES_DEFAULT])
276
277AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
278AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
279
280m4_pattern_allow([LT_LIBEXT])dnl
281AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
282
283name=
284eval "lt_libprefix=\"$libname_spec\""
285m4_pattern_allow([LT_LIBPREFIX])dnl
286AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
287
288name=ltdl
289eval "LTDLOPEN=\"$libname_spec\""
290AC_SUBST([LTDLOPEN])
291])
292m4trace:/usr/share/aclocal/ltdl.m4:443: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
293AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
294 [lt_cv_sys_dlopen_deplibs],
295 [# PORTME does your system automatically load deplibs for dlopen?
296 # or its logical equivalent (e.g. shl_load for HP-UX < 11)
297 # For now, we just catch OSes we know something about -- in the
298 # future, we'll try test this programmatically.
299 lt_cv_sys_dlopen_deplibs=unknown
300 case $host_os in
301 aix3*|aix4.1.*|aix4.2.*)
302 # Unknown whether this is true for these versions of AIX, but
303 # we want this `case' here to explicitly catch those versions.
304 lt_cv_sys_dlopen_deplibs=unknown
305 ;;
306 aix[[4-9]]*)
307 lt_cv_sys_dlopen_deplibs=yes
308 ;;
309 amigaos*)
310 case $host_cpu in
311 powerpc)
312 lt_cv_sys_dlopen_deplibs=no
313 ;;
314 esac
315 ;;
316 darwin*)
317 # Assuming the user has installed a libdl from somewhere, this is true
318 # If you are looking for one http://www.opendarwin.org/projects/dlcompat
319 lt_cv_sys_dlopen_deplibs=yes
320 ;;
321 freebsd* | dragonfly*)
322 lt_cv_sys_dlopen_deplibs=yes
323 ;;
324 gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
325 # GNU and its variants, using gnu ld.so (Glibc)
326 lt_cv_sys_dlopen_deplibs=yes
327 ;;
328 hpux10*|hpux11*)
329 lt_cv_sys_dlopen_deplibs=yes
330 ;;
331 interix*)
332 lt_cv_sys_dlopen_deplibs=yes
333 ;;
334 irix[[12345]]*|irix6.[[01]]*)
335 # Catch all versions of IRIX before 6.2, and indicate that we don't
336 # know how it worked for any of those versions.
337 lt_cv_sys_dlopen_deplibs=unknown
338 ;;
339 irix*)
340 # The case above catches anything before 6.2, and it's known that
341 # at 6.2 and later dlopen does load deplibs.
342 lt_cv_sys_dlopen_deplibs=yes
343 ;;
344 netbsd*)
345 lt_cv_sys_dlopen_deplibs=yes
346 ;;
347 openbsd*)
348 lt_cv_sys_dlopen_deplibs=yes
349 ;;
350 osf[[1234]]*)
351 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
352 # it did *not* use an RPATH in a shared library to find objects the
353 # library depends on, so we explicitly say `no'.
354 lt_cv_sys_dlopen_deplibs=no
355 ;;
356 osf5.0|osf5.0a|osf5.1)
357 # dlopen *does* load deplibs and with the right loader patch applied
358 # it even uses RPATH in a shared library to search for shared objects
359 # that the library depends on, but there's no easy way to know if that
360 # patch is installed. Since this is the case, all we can really
361 # say is unknown -- it depends on the patch being installed. If
362 # it is, this changes to `yes'. Without it, it would be `no'.
363 lt_cv_sys_dlopen_deplibs=unknown
364 ;;
365 osf*)
366 # the two cases above should catch all versions of osf <= 5.1. Read
367 # the comments above for what we know about them.
368 # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
369 # is used to find them so we can finally say `yes'.
370 lt_cv_sys_dlopen_deplibs=yes
371 ;;
372 qnx*)
373 lt_cv_sys_dlopen_deplibs=yes
374 ;;
375 solaris*)
376 lt_cv_sys_dlopen_deplibs=yes
377 ;;
378 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
379 libltdl_cv_sys_dlopen_deplibs=yes
380 ;;
381 esac
382 ])
383if test "$lt_cv_sys_dlopen_deplibs" != yes; then
384 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
385 [Define if the OS needs help to load dependent libraries for dlopen().])
386fi
387])
388m4trace:/usr/share/aclocal/ltdl.m4:542: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
389m4trace:/usr/share/aclocal/ltdl.m4:542: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
390You should run autoupdate.])dnl
391m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
392m4trace:/usr/share/aclocal/ltdl.m4:549: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
393AC_CACHE_CHECK([which extension is used for runtime loadable modules],
394 [libltdl_cv_shlibext],
395[
396module=yes
397eval libltdl_cv_shlibext=$shrext_cmds
398module=no
399eval libltdl_cv_shrext=$shrext_cmds
400 ])
401if test -n "$libltdl_cv_shlibext"; then
402 m4_pattern_allow([LT_MODULE_EXT])dnl
403 AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
404 [Define to the extension used for runtime loadable modules, say, ".so".])
405fi
406if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
407 m4_pattern_allow([LT_SHARED_EXT])dnl
408 AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
409 [Define to the shared library suffix, say, ".dylib".])
410fi
411])
412m4trace:/usr/share/aclocal/ltdl.m4:572: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
413m4trace:/usr/share/aclocal/ltdl.m4:572: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
414You should run autoupdate.])dnl
415m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
416m4trace:/usr/share/aclocal/ltdl.m4:579: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
417AC_CACHE_CHECK([which variable specifies run-time module search path],
418 [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
419if test -n "$lt_cv_module_path_var"; then
420 m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
421 AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
422 [Define to the name of the environment variable that determines the run-time module search path.])
423fi
424])
425m4trace:/usr/share/aclocal/ltdl.m4:591: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
426m4trace:/usr/share/aclocal/ltdl.m4:591: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
427You should run autoupdate.])dnl
428m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
429m4trace:/usr/share/aclocal/ltdl.m4:598: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
430AC_CACHE_CHECK([for the default library search path],
431 [lt_cv_sys_dlsearch_path],
432 [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
433if test -n "$lt_cv_sys_dlsearch_path"; then
434 sys_dlsearch_path=
435 for dir in $lt_cv_sys_dlsearch_path; do
436 if test -z "$sys_dlsearch_path"; then
437 sys_dlsearch_path="$dir"
438 else
439 sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
440 fi
441 done
442 m4_pattern_allow([LT_DLSEARCH_PATH])dnl
443 AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
444 [Define to the system default library search path.])
445fi
446])
447m4trace:/usr/share/aclocal/ltdl.m4:619: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
448m4trace:/usr/share/aclocal/ltdl.m4:619: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
449You should run autoupdate.])dnl
450m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
451m4trace:/usr/share/aclocal/ltdl.m4:645: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
452LT_DLLOADERS=
453AC_SUBST([LT_DLLOADERS])
454
455AC_LANG_PUSH([C])
456
457LIBADD_DLOPEN=
458AC_SEARCH_LIBS([dlopen], [dl],
459 [AC_DEFINE([HAVE_LIBDL], [1],
460 [Define if you have the libdl library or equivalent.])
461 if test "$ac_cv_search_dlopen" != "none required" ; then
462 LIBADD_DLOPEN="-ldl"
463 fi
464 libltdl_cv_lib_dl_dlopen="yes"
465 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
466 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
467# include <dlfcn.h>
468#endif
469 ]], [[dlopen(0, 0);]])],
470 [AC_DEFINE([HAVE_LIBDL], [1],
471 [Define if you have the libdl library or equivalent.])
472 libltdl_cv_func_dlopen="yes"
473 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
474 [AC_CHECK_LIB([svld], [dlopen],
475 [AC_DEFINE([HAVE_LIBDL], [1],
476 [Define if you have the libdl library or equivalent.])
477 LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
478 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
479if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
480then
481 lt_save_LIBS="$LIBS"
482 LIBS="$LIBS $LIBADD_DLOPEN"
483 AC_CHECK_FUNCS([dlerror])
484 LIBS="$lt_save_LIBS"
485fi
486AC_SUBST([LIBADD_DLOPEN])
487
488LIBADD_SHL_LOAD=
489AC_CHECK_FUNC([shl_load],
490 [AC_DEFINE([HAVE_SHL_LOAD], [1],
491 [Define if you have the shl_load function.])
492 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
493 [AC_CHECK_LIB([dld], [shl_load],
494 [AC_DEFINE([HAVE_SHL_LOAD], [1],
495 [Define if you have the shl_load function.])
496 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
497 LIBADD_SHL_LOAD="-ldld"])])
498AC_SUBST([LIBADD_SHL_LOAD])
499
500case $host_os in
501darwin[[1567]].*)
502# We only want this for pre-Mac OS X 10.4.
503 AC_CHECK_FUNC([_dyld_func_lookup],
504 [AC_DEFINE([HAVE_DYLD], [1],
505 [Define if you have the _dyld_func_lookup function.])
506 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
507 ;;
508beos*)
509 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
510 ;;
511cygwin* | mingw* | os2* | pw32*)
512 AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
513 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
514 ;;
515esac
516
517AC_CHECK_LIB([dld], [dld_link],
518 [AC_DEFINE([HAVE_DLD], [1],
519 [Define if you have the GNU dld library.])
520 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
521AC_SUBST([LIBADD_DLD_LINK])
522
523m4_pattern_allow([^LT_DLPREOPEN$])
524LT_DLPREOPEN=
525if test -n "$LT_DLLOADERS"
526then
527 for lt_loader in $LT_DLLOADERS; do
528 LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
529 done
530 AC_DEFINE([HAVE_LIBDLLOADER], [1],
531 [Define if libdlloader will be built on this platform])
532fi
533AC_SUBST([LT_DLPREOPEN])
534
535dnl This isn't used anymore, but set it for backwards compatibility
536LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
537AC_SUBST([LIBADD_DL])
538
539AC_LANG_POP
540])
541m4trace:/usr/share/aclocal/ltdl.m4:738: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
542m4trace:/usr/share/aclocal/ltdl.m4:738: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
543You should run autoupdate.])dnl
544m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
545m4trace:/usr/share/aclocal/ltdl.m4:746: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
546AC_CACHE_CHECK([for _ prefix in compiled symbols],
547 [lt_cv_sys_symbol_underscore],
548 [lt_cv_sys_symbol_underscore=no
549 cat > conftest.$ac_ext <<_LT_EOF
550void nm_test_func(){}
551int main(){nm_test_func;return 0;}
552_LT_EOF
553 if AC_TRY_EVAL(ac_compile); then
554 # Now try to grab the symbols.
555 ac_nlist=conftest.nm
556 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
557 # See whether the symbols have a leading underscore.
558 if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
559 lt_cv_sys_symbol_underscore=yes
560 else
561 if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
562 :
563 else
564 echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
565 fi
566 fi
567 else
568 echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
569 fi
570 else
571 echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
572 cat conftest.c >&AS_MESSAGE_LOG_FD
573 fi
574 rm -rf conftest*
575 ])
576 sys_symbol_underscore=$lt_cv_sys_symbol_underscore
577 AC_SUBST([sys_symbol_underscore])
578])
579m4trace:/usr/share/aclocal/ltdl.m4:783: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
580m4trace:/usr/share/aclocal/ltdl.m4:783: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
581You should run autoupdate.])dnl
582m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
583m4trace:/usr/share/aclocal/ltdl.m4:790: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
584if test x"$lt_cv_sys_symbol_underscore" = xyes; then
585 if test x"$libltdl_cv_func_dlopen" = xyes ||
586 test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
587 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
588 [libltdl_cv_need_uscore],
589 [libltdl_cv_need_uscore=unknown
590 save_LIBS="$LIBS"
591 LIBS="$LIBS $LIBADD_DLOPEN"
592 _LT_TRY_DLOPEN_SELF(
593 [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
594 [], [libltdl_cv_need_uscore=cross])
595 LIBS="$save_LIBS"
596 ])
597 fi
598fi
599
600if test x"$libltdl_cv_need_uscore" = xyes; then
601 AC_DEFINE([NEED_USCORE], [1],
602 [Define if dlsym() requires a leading underscore in symbol names.])
603fi
604])
605m4trace:/usr/share/aclocal/ltdl.m4:815: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
606m4trace:/usr/share/aclocal/ltdl.m4:815: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
607You should run autoupdate.])dnl
608m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
Emeric Vigier2f625822012-08-06 11:09:52 -0400609m4trace:/usr/share/aclocal/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
610m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
611m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
612AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
613AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
614AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
615
616if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
617 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
618fi
619if test -n "$PKG_CONFIG"; then
620 _pkg_min_version=m4_default([$1], [0.9.0])
621 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
622 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
623 AC_MSG_RESULT([yes])
624 else
625 AC_MSG_RESULT([no])
626 PKG_CONFIG=""
627 fi
628fi[]dnl
629])
630m4trace:/usr/share/aclocal/pkg.m4:60: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
631if test -n "$PKG_CONFIG" && \
632 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
633 m4_default([$2], [:])
634m4_ifvaln([$3], [else
635 $3])dnl
636fi])
637m4trace:/usr/share/aclocal/pkg.m4:86: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
638if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
639 _pkg_short_errors_supported=yes
640else
641 _pkg_short_errors_supported=no
642fi[]dnl
643])
644m4trace:/usr/share/aclocal/pkg.m4:106: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
645AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
646AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
647
648pkg_failed=no
649AC_MSG_CHECKING([for $1])
650
651_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
652_PKG_CONFIG([$1][_LIBS], [libs], [$2])
653
654m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
655and $1[]_LIBS to avoid the need to call pkg-config.
656See the pkg-config man page for more details.])
657
658if test $pkg_failed = yes; then
659 AC_MSG_RESULT([no])
660 _PKG_SHORT_ERRORS_SUPPORTED
661 if test $_pkg_short_errors_supported = yes; then
662 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
663 else
664 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
665 fi
666 # Put the nasty error message in config.log where it belongs
667 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
668
669 m4_default([$4], [AC_MSG_ERROR(
670[Package requirements ($2) were not met:
671
672$$1_PKG_ERRORS
673
674Consider adjusting the PKG_CONFIG_PATH environment variable if you
675installed software in a non-standard prefix.
676
677_PKG_TEXT])[]dnl
678 ])
679elif test $pkg_failed = untried; then
680 AC_MSG_RESULT([no])
681 m4_default([$4], [AC_MSG_FAILURE(
682[The pkg-config script could not be found or is too old. Make sure it
683is in your PATH or set the PKG_CONFIG environment variable to the full
684path to pkg-config.
685
686_PKG_TEXT
687
688To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
689 ])
690else
691 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
692 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
693 AC_MSG_RESULT([yes])
694 $3
695fi[]dnl
696])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500697m4trace:/usr/share/aclocal/pkg.m4:169: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
698m4_pushdef([pkg_description],
699 [pkg-config installation directory @<:@]pkg_default[@:>@])
700AC_ARG_WITH([pkgconfigdir],
701 [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
702 [with_pkgconfigdir=]pkg_default)
703AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
704m4_popdef([pkg_default])
705m4_popdef([pkg_description])
706])
707m4trace:/usr/share/aclocal/pkg.m4:189: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
708m4_pushdef([pkg_description],
709 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
710AC_ARG_WITH([noarch-pkgconfigdir],
711 [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
712 [with_noarch_pkgconfigdir=]pkg_default)
713AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
714m4_popdef([pkg_default])
715m4_popdef([pkg_description])
716])
717m4trace:/usr/share/aclocal/pkg.m4:206: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
718AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
719
720_PKG_CONFIG([$1], [variable="][$3]["], [$2])
721AS_VAR_COPY([$1], [pkg_cv_][$1])
722
723AS_VAR_IF([$1], [""], [$5], [$4])dnl
724])
725m4trace:/usr/share/aclocal-1.13/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13'
Emeric Vigier2f625822012-08-06 11:09:52 -0400726dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
727dnl require some minimum version. Point them to the right macro.
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500728m4_if([$1], [1.13.4], [],
Emeric Vigier2f625822012-08-06 11:09:52 -0400729 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
730])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500731m4trace:/usr/share/aclocal-1.13/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.4])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -0400732m4_ifndef([AC_AUTOCONF_VERSION],
733 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
734_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500735m4trace:/usr/share/aclocal-1.13/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
Emeric Vigier2f625822012-08-06 11:09:52 -0400736AC_PREREQ([2.50])dnl
737# expand $ac_aux_dir to an absolute path
738am_aux_dir=`cd $ac_aux_dir && pwd`
739])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500740m4trace:/usr/share/aclocal-1.13/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
741 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
742 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -0400743AC_SUBST([$1_TRUE])dnl
744AC_SUBST([$1_FALSE])dnl
745_AM_SUBST_NOTMAKE([$1_TRUE])dnl
746_AM_SUBST_NOTMAKE([$1_FALSE])dnl
747m4_define([_AM_COND_VALUE_$1], [$2])dnl
748if $2; then
749 $1_TRUE=
750 $1_FALSE='#'
751else
752 $1_TRUE='#'
753 $1_FALSE=
754fi
755AC_CONFIG_COMMANDS_PRE(
756[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
757 AC_MSG_ERROR([[conditional "$1" was never defined.
758Usually this means the macro was only invoked conditionally.]])
759fi])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500760m4trace:/usr/share/aclocal-1.13/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -0400761AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
762AC_REQUIRE([AM_MAKE_INCLUDE])dnl
763AC_REQUIRE([AM_DEP_TRACK])dnl
764
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500765m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
766 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
767 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
768 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
769 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
770 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
771 [depcc="$$1" am_compiler_list=])
Emeric Vigier2f625822012-08-06 11:09:52 -0400772
773AC_CACHE_CHECK([dependency style of $depcc],
774 [am_cv_$1_dependencies_compiler_type],
775[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
776 # We make a subdir and do the tests there. Otherwise we can end up
777 # making bogus files that we don't know about and never remove. For
778 # instance it was reported that on HP-UX the gcc test will end up
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500779 # making a dummy file named 'D' -- because '-MD' means "put the output
780 # in D".
781 rm -rf conftest.dir
Emeric Vigier2f625822012-08-06 11:09:52 -0400782 mkdir conftest.dir
783 # Copy depcomp to subdir because otherwise we won't find it if we're
784 # using a relative directory.
785 cp "$am_depcomp" conftest.dir
786 cd conftest.dir
787 # We will build objects and dependencies in a subdirectory because
788 # it helps to detect inapplicable dependency modes. For instance
789 # both Tru64's cc and ICC support -MD to output dependencies as a
790 # side effect of compilation, but ICC will put the dependencies in
791 # the current directory while Tru64 will put them in the object
792 # directory.
793 mkdir sub
794
795 am_cv_$1_dependencies_compiler_type=none
796 if test "$am_compiler_list" = ""; then
797 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
798 fi
799 am__universal=false
800 m4_case([$1], [CC],
801 [case " $depcc " in #(
802 *\ -arch\ *\ -arch\ *) am__universal=true ;;
803 esac],
804 [CXX],
805 [case " $depcc " in #(
806 *\ -arch\ *\ -arch\ *) am__universal=true ;;
807 esac])
808
809 for depmode in $am_compiler_list; do
810 # Setup a source with many dependencies, because some compilers
811 # like to wrap large dependency lists on column 80 (with \), and
812 # we should not choose a depcomp mode which is confused by this.
813 #
814 # We need to recreate these files for each test, as the compiler may
815 # overwrite some of them when testing with obscure command lines.
816 # This happens at least with the AIX C compiler.
817 : > sub/conftest.c
818 for i in 1 2 3 4 5 6; do
819 echo '#include "conftst'$i'.h"' >> sub/conftest.c
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500820 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
821 # Solaris 10 /bin/sh.
822 echo '/* dummy */' > sub/conftst$i.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400823 done
824 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
825
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500826 # We check with '-c' and '-o' for the sake of the "dashmstdout"
Emeric Vigier2f625822012-08-06 11:09:52 -0400827 # mode. It turns out that the SunPro C++ compiler does not properly
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500828 # handle '-M -o', and we need to detect this. Also, some Intel
829 # versions had trouble with output in subdirs.
Emeric Vigier2f625822012-08-06 11:09:52 -0400830 am__obj=sub/conftest.${OBJEXT-o}
831 am__minus_obj="-o $am__obj"
832 case $depmode in
833 gcc)
834 # This depmode causes a compiler race in universal mode.
835 test "$am__universal" = false || continue
836 ;;
837 nosideeffect)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500838 # After this tag, mechanisms are not by side-effect, so they'll
839 # only be used when explicitly requested.
Emeric Vigier2f625822012-08-06 11:09:52 -0400840 if test "x$enable_dependency_tracking" = xyes; then
841 continue
842 else
843 break
844 fi
845 ;;
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500846 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
847 # This compiler won't grok '-c -o', but also, the minuso test has
Emeric Vigier2f625822012-08-06 11:09:52 -0400848 # not run yet. These depmodes are late enough in the game, and
849 # so weak that their functioning should not be impacted.
850 am__obj=conftest.${OBJEXT-o}
851 am__minus_obj=
852 ;;
853 none) break ;;
854 esac
855 if depmode=$depmode \
856 source=sub/conftest.c object=$am__obj \
857 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
858 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
859 >/dev/null 2>conftest.err &&
860 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
861 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
862 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
863 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
864 # icc doesn't choke on unknown options, it will just issue warnings
865 # or remarks (even with -Werror). So we grep stderr for any message
866 # that says an option was ignored or not supported.
867 # When given -MP, icc 7.0 and 7.1 complain thusly:
868 # icc: Command line warning: ignoring option '-M'; no argument required
869 # The diagnosis changed in icc 8.0:
870 # icc: Command line remark: option '-MP' not supported
871 if (grep 'ignoring option' conftest.err ||
872 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
873 am_cv_$1_dependencies_compiler_type=$depmode
874 break
875 fi
876 fi
877 done
878
879 cd ..
880 rm -rf conftest.dir
881else
882 am_cv_$1_dependencies_compiler_type=none
883fi
884])
885AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
886AM_CONDITIONAL([am__fastdep$1], [
887 test "x$enable_dependency_tracking" != xno \
888 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
889])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500890m4trace:/usr/share/aclocal-1.13/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -0400891AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
892])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500893m4trace:/usr/share/aclocal-1.13/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
894AS_HELP_STRING(
895 [--enable-dependency-tracking],
896 [do not reject slow dependency extractors])
897AS_HELP_STRING(
898 [--disable-dependency-tracking],
899 [speeds up one-time build])])
Emeric Vigier2f625822012-08-06 11:09:52 -0400900if test "x$enable_dependency_tracking" != xno; then
901 am_depcomp="$ac_aux_dir/depcomp"
902 AMDEPBACKSLASH='\'
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500903 am__nodep='_no'
Emeric Vigier2f625822012-08-06 11:09:52 -0400904fi
905AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
906AC_SUBST([AMDEPBACKSLASH])dnl
907_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500908AC_SUBST([am__nodep])dnl
909_AM_SUBST_NOTMAKE([am__nodep])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -0400910])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500911m4trace:/usr/share/aclocal-1.13/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
912 # Older Autoconf quotes --file arguments for eval, but not when files
Emeric Vigier2f625822012-08-06 11:09:52 -0400913 # are listed without --file. Let's play safe and only enable the eval
914 # if we detect the quoting.
915 case $CONFIG_FILES in
916 *\'*) eval set x "$CONFIG_FILES" ;;
917 *) set x $CONFIG_FILES ;;
918 esac
919 shift
920 for mf
921 do
922 # Strip MF so we end up with the name of the file.
923 mf=`echo "$mf" | sed -e 's/:.*$//'`
924 # Check whether this is an Automake generated Makefile or not.
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500925 # We used to match only the files named 'Makefile.in', but
Emeric Vigier2f625822012-08-06 11:09:52 -0400926 # some people rename them; so instead we look at the file content.
927 # Grep'ing the first line is not enough: some people post-process
928 # each Makefile.in and add a new line on top of each file to say so.
929 # Grep'ing the whole file is not good either: AIX grep has a line
930 # limit of 2048, but all sed's we know have understand at least 4000.
931 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
932 dirpart=`AS_DIRNAME("$mf")`
933 else
934 continue
935 fi
936 # Extract the definition of DEPDIR, am__include, and am__quote
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500937 # from the Makefile without running 'make'.
Emeric Vigier2f625822012-08-06 11:09:52 -0400938 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
939 test -z "$DEPDIR" && continue
940 am__include=`sed -n 's/^am__include = //p' < "$mf"`
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500941 test -z "$am__include" && continue
Emeric Vigier2f625822012-08-06 11:09:52 -0400942 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
Emeric Vigier2f625822012-08-06 11:09:52 -0400943 # Find all dependency output files, they are included files with
944 # $(DEPDIR) in their names. We invoke sed twice because it is the
945 # simplest approach to changing $(DEPDIR) to its actual value in the
946 # expansion.
947 for file in `sed -n "
948 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500949 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
Emeric Vigier2f625822012-08-06 11:09:52 -0400950 # Make sure the directory exists.
951 test -f "$dirpart/$file" && continue
952 fdir=`AS_DIRNAME(["$file"])`
953 AS_MKDIR_P([$dirpart/$fdir])
954 # echo "creating $dirpart/$file"
955 echo '# dummy' > "$dirpart/$file"
956 done
957 done
958}
959])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500960m4trace:/usr/share/aclocal-1.13/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
Emeric Vigier2f625822012-08-06 11:09:52 -0400961 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
962 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
963])
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500964m4trace:/usr/share/aclocal-1.13/init.m4:23: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -0400965dnl Autoconf wants to disallow AM_ names. We explicitly allow
966dnl the ones we care about.
967m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
968AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
969AC_REQUIRE([AC_PROG_INSTALL])dnl
970if test "`cd $srcdir && pwd`" != "`pwd`"; then
971 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
972 # is not polluted with repeated "-I."
973 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
974 # test to see if srcdir already configured
975 if test -f $srcdir/config.status; then
976 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
977 fi
978fi
979
980# test whether we have cygpath
981if test -z "$CYGPATH_W"; then
982 if (cygpath --version) >/dev/null 2>/dev/null; then
983 CYGPATH_W='cygpath -w'
984 else
985 CYGPATH_W=echo
986 fi
987fi
988AC_SUBST([CYGPATH_W])
989
990# Define the identity of the package.
991dnl Distinguish between old-style and new-style calls.
992m4_ifval([$2],
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500993[AC_DIAGNOSE([obsolete],
994 [$0: two- and three-arguments forms are deprecated.])
995m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -0400996 AC_SUBST([PACKAGE], [$1])dnl
997 AC_SUBST([VERSION], [$2])],
998[_AM_SET_OPTIONS([$1])dnl
999dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001000m4_if(
1001 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
1002 [ok:ok],,
Emeric Vigier2f625822012-08-06 11:09:52 -04001003 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1004 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1005 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1006
1007_AM_IF_OPTION([no-define],,
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001008[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1009 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001010
1011# Some tools Automake needs.
1012AC_REQUIRE([AM_SANITY_CHECK])dnl
1013AC_REQUIRE([AC_ARG_PROGRAM])dnl
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001014AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1015AM_MISSING_PROG([AUTOCONF], [autoconf])
1016AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1017AM_MISSING_PROG([AUTOHEADER], [autoheader])
1018AM_MISSING_PROG([MAKEINFO], [makeinfo])
Emeric Vigier2f625822012-08-06 11:09:52 -04001019AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1020AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001021AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1022# For better backward compatibility. To be removed once Automake 1.9.x
1023# dies out for good. For more background, see:
1024# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1025# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1026AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
Emeric Vigier2f625822012-08-06 11:09:52 -04001027# We need awk for the "check" target. The system "awk" is bad on
1028# some platforms.
1029AC_REQUIRE([AC_PROG_AWK])dnl
1030AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1031AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1032_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1033 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1034 [_AM_PROG_TAR([v7])])])
1035_AM_IF_OPTION([no-dependencies],,
1036[AC_PROVIDE_IFELSE([AC_PROG_CC],
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001037 [_AM_DEPENDENCIES([CC])],
1038 [m4_define([AC_PROG_CC],
1039 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001040AC_PROVIDE_IFELSE([AC_PROG_CXX],
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001041 [_AM_DEPENDENCIES([CXX])],
1042 [m4_define([AC_PROG_CXX],
1043 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001044AC_PROVIDE_IFELSE([AC_PROG_OBJC],
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001045 [_AM_DEPENDENCIES([OBJC])],
1046 [m4_define([AC_PROG_OBJC],
1047 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1048AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1049 [_AM_DEPENDENCIES([OBJCXX])],
1050 [m4_define([AC_PROG_OBJCXX],
1051 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001052])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001053AC_REQUIRE([AM_SILENT_RULES])dnl
1054dnl The testsuite driver may need to know about EXEEXT, so add the
1055dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1056dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
Emeric Vigier2f625822012-08-06 11:09:52 -04001057AC_CONFIG_COMMANDS_PRE(dnl
1058[m4_provide_if([_AM_COMPILER_EXEEXT],
1059 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1060])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001061m4trace:/usr/share/aclocal-1.13/init.m4:136: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
Emeric Vigier2f625822012-08-06 11:09:52 -04001062_am_arg=$1
1063_am_stamp_count=1
1064for _am_header in $config_headers :; do
1065 case $_am_header in
1066 $_am_arg | $_am_arg:* )
1067 break ;;
1068 * )
1069 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1070 esac
1071done
1072echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001073m4trace:/usr/share/aclocal-1.13/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001074if test x"${install_sh}" != xset; then
1075 case $am_aux_dir in
1076 *\ * | *\ *)
1077 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1078 *)
1079 install_sh="\${SHELL} $am_aux_dir/install-sh"
1080 esac
1081fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001082AC_SUBST([install_sh])])
1083m4trace:/usr/share/aclocal-1.13/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
Emeric Vigier2f625822012-08-06 11:09:52 -04001084mkdir .tst 2>/dev/null
1085if test -d .tst; then
1086 am__leading_dot=.
1087else
1088 am__leading_dot=_
1089fi
1090rmdir .tst 2>/dev/null
1091AC_SUBST([am__leading_dot])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001092m4trace:/usr/share/aclocal-1.13/maintainer.m4:16: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
Emeric Vigier2f625822012-08-06 11:09:52 -04001093 [enable], [m4_define([am_maintainer_other], [disable])],
1094 [disable], [m4_define([am_maintainer_other], [enable])],
1095 [m4_define([am_maintainer_other], [enable])
1096 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001097AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
Emeric Vigier2f625822012-08-06 11:09:52 -04001098 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
1099 AC_ARG_ENABLE([maintainer-mode],
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001100 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1101 am_maintainer_other[ make rules and dependencies not useful
1102 (and sometimes confusing) to the casual installer])],
1103 [USE_MAINTAINER_MODE=$enableval],
1104 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
Emeric Vigier2f625822012-08-06 11:09:52 -04001105 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1106 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1107 MAINT=$MAINTAINER_MODE_TRUE
1108 AC_SUBST([MAINT])dnl
1109
1110])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001111m4trace:/usr/share/aclocal-1.13/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
Emeric Vigier2f625822012-08-06 11:09:52 -04001112cat > confinc << 'END'
1113am__doit:
1114 @echo this is the am__doit target
1115.PHONY: am__doit
1116END
1117# If we don't find an include directive, just comment out the code.
1118AC_MSG_CHECKING([for style of include used by $am_make])
1119am__include="#"
1120am__quote=
1121_am_result=none
1122# First try GNU make style include.
1123echo "include confinc" > confmf
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001124# Ignore all kinds of additional output from 'make'.
Emeric Vigier2f625822012-08-06 11:09:52 -04001125case `$am_make -s -f confmf 2> /dev/null` in #(
1126*the\ am__doit\ target*)
1127 am__include=include
1128 am__quote=
1129 _am_result=GNU
1130 ;;
1131esac
1132# Now try BSD make style include.
1133if test "$am__include" = "#"; then
1134 echo '.include "confinc"' > confmf
1135 case `$am_make -s -f confmf 2> /dev/null` in #(
1136 *the\ am__doit\ target*)
1137 am__include=.include
1138 am__quote="\""
1139 _am_result=BSD
1140 ;;
1141 esac
1142fi
1143AC_SUBST([am__include])
1144AC_SUBST([am__quote])
1145AC_MSG_RESULT([$_am_result])
1146rm -f confinc confmf
1147])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001148m4trace:/usr/share/aclocal-1.13/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
Emeric Vigier2f625822012-08-06 11:09:52 -04001149$1=${$1-"${am_missing_run}$2"}
1150AC_SUBST($1)])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001151m4trace:/usr/share/aclocal-1.13/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001152AC_REQUIRE_AUX_FILE([missing])dnl
1153if test x"${MISSING+set}" != xset; then
1154 case $am_aux_dir in
1155 *\ * | *\ *)
1156 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1157 *)
1158 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1159 esac
1160fi
1161# Use eval to expand $SHELL
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001162if eval "$MISSING --is-lightweight"; then
1163 am_missing_run="$MISSING "
Emeric Vigier2f625822012-08-06 11:09:52 -04001164else
1165 am_missing_run=
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001166 AC_MSG_WARN(['missing' script is too old or missing])
Emeric Vigier2f625822012-08-06 11:09:52 -04001167fi
1168])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001169m4trace:/usr/share/aclocal-1.13/obsolete.m4:11: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete],
1170['$0': this macro is obsolete.
1171You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
1172AC_CONFIG_HEADERS($@)])
1173m4trace:/usr/share/aclocal-1.13/obsolete.m4:17: -1- AC_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC
1174am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
1175AC_DIAGNOSE([obsolete],
1176['$0': this macro is obsolete.
1177You should simply use the 'AC][_PROG_CC' macro instead.
1178Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
1179but upon 'ac_cv_prog_cc_stdc'.])])
1180m4trace:/usr/share/aclocal-1.13/obsolete.m4:26: -1- AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])])
1181m4trace:/usr/share/aclocal-1.13/obsolete.m4:28: -1- AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
1182m4trace:/usr/share/aclocal-1.13/obsolete.m4:28: -1- AC_DEFUN([fp_C_PROTOTYPES], [AC_DIAGNOSE([obsolete], [The macro `fp_C_PROTOTYPES' is obsolete.
1183You should run autoupdate.])dnl
1184AM_C_PROTOTYPES])
1185m4trace:/usr/share/aclocal-1.13/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1186m4trace:/usr/share/aclocal-1.13/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1187m4trace:/usr/share/aclocal-1.13/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1188m4trace:/usr/share/aclocal-1.13/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1189m4trace:/usr/share/aclocal-1.13/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
Emeric Vigier2f625822012-08-06 11:09:52 -04001190 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1191 ac_status=$?
1192 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1193 (exit $ac_status); }])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001194m4trace:/usr/share/aclocal-1.13/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
Emeric Vigier2f625822012-08-06 11:09:52 -04001195# Reject unsafe characters in $srcdir or the absolute working directory
1196# name. Accept space and tab only in the latter.
1197am_lf='
1198'
1199case `pwd` in
1200 *[[\\\"\#\$\&\'\`$am_lf]]*)
1201 AC_MSG_ERROR([unsafe absolute working directory name]);;
1202esac
1203case $srcdir in
1204 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001205 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
Emeric Vigier2f625822012-08-06 11:09:52 -04001206esac
1207
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001208# Do 'set' in a subshell so we don't clobber the current shell's
Emeric Vigier2f625822012-08-06 11:09:52 -04001209# arguments. Must try -L first in case configure is actually a
1210# symlink; some systems play weird games with the mod time of symlinks
1211# (eg FreeBSD returns the mod time of the symlink's containing
1212# directory).
1213if (
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001214 am_has_slept=no
1215 for am_try in 1 2; do
1216 echo "timestamp, slept: $am_has_slept" > conftest.file
1217 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1218 if test "$[*]" = "X"; then
1219 # -L didn't work.
1220 set X `ls -t "$srcdir/configure" conftest.file`
1221 fi
1222 if test "$[*]" != "X $srcdir/configure conftest.file" \
1223 && test "$[*]" != "X conftest.file $srcdir/configure"; then
Emeric Vigier2f625822012-08-06 11:09:52 -04001224
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001225 # If neither matched, then we have a broken ls. This can happen
1226 # if, for instance, CONFIG_SHELL is bash and it inherits a
1227 # broken ls alias from the environment. This has actually
1228 # happened. Such a system could not be considered "sane".
1229 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1230 alias in your environment])
1231 fi
1232 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1233 break
1234 fi
1235 # Just in case.
1236 sleep 1
1237 am_has_slept=yes
1238 done
Emeric Vigier2f625822012-08-06 11:09:52 -04001239 test "$[2]" = conftest.file
1240 )
1241then
1242 # Ok.
1243 :
1244else
1245 AC_MSG_ERROR([newly created file is older than distributed files!
1246Check your system clock])
1247fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001248AC_MSG_RESULT([yes])
1249# If we didn't sleep, we still need to ensure time stamps of config.status and
1250# generated files are strictly newer.
1251am_sleep_pid=
1252if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1253 ( sleep 1 ) &
1254 am_sleep_pid=$!
1255fi
1256AC_CONFIG_COMMANDS_PRE(
1257 [AC_MSG_CHECKING([that generated files are newer than configure])
1258 if test -n "$am_sleep_pid"; then
1259 # Hide warnings about reused PIDs.
1260 wait $am_sleep_pid 2>/dev/null
1261 fi
1262 AC_MSG_RESULT([done])])
1263rm -f conftest.file
1264])
1265m4trace:/usr/share/aclocal-1.13/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
1266AS_HELP_STRING(
1267 [--enable-silent-rules],
1268 [less verbose build output (undo: "make V=1")])
1269AS_HELP_STRING(
1270 [--disable-silent-rules],
1271 [verbose build output (undo: "make V=0")])dnl
1272])
1273case $enable_silent_rules in @%:@ (((
1274 yes) AM_DEFAULT_VERBOSITY=0;;
1275 no) AM_DEFAULT_VERBOSITY=1;;
1276 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
Emeric Vigier2f625822012-08-06 11:09:52 -04001277esac
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001278dnl
1279dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1280dnl do not support nested variable expansions.
1281dnl See automake bug#9928 and bug#10237.
1282am_make=${MAKE-make}
1283AC_CACHE_CHECK([whether $am_make supports nested variables],
1284 [am_cv_make_support_nested_variables],
1285 [if AS_ECHO([['TRUE=$(BAR$(V))
1286BAR0=false
1287BAR1=true
1288V=1
1289am__doit:
1290 @$(TRUE)
1291.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1292 am_cv_make_support_nested_variables=yes
1293else
1294 am_cv_make_support_nested_variables=no
1295fi])
1296if test $am_cv_make_support_nested_variables = yes; then
1297 dnl Using '$V' instead of '$(V)' breaks IRIX make.
1298 AM_V='$(V)'
1299 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1300else
1301 AM_V=$AM_DEFAULT_VERBOSITY
1302 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1303fi
1304AC_SUBST([AM_V])dnl
1305AM_SUBST_NOTMAKE([AM_V])dnl
1306AC_SUBST([AM_DEFAULT_V])dnl
1307AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001308AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1309AM_BACKSLASH='\'
1310AC_SUBST([AM_BACKSLASH])dnl
1311_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1312])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001313m4trace:/usr/share/aclocal-1.13/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1314# Installed binaries are usually stripped using 'strip' when the user
1315# run "make install-strip". However 'strip' might not be the right
Emeric Vigier2f625822012-08-06 11:09:52 -04001316# tool to use in cross-compilation environments, therefore Automake
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001317# will honor the 'STRIP' environment variable to overrule this program.
1318dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
Emeric Vigier2f625822012-08-06 11:09:52 -04001319if test "$cross_compiling" != no; then
1320 AC_CHECK_TOOL([STRIP], [strip], :)
1321fi
1322INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1323AC_SUBST([INSTALL_STRIP_PROGRAM])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001324m4trace:/usr/share/aclocal-1.13/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1325m4trace:/usr/share/aclocal-1.13/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1326m4trace:/usr/share/aclocal-1.13/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
1327# in the wild :-( We should find a proper way to deprecate it ...
1328AC_SUBST([AMTAR], ['$${TAR-tar}'])
1329
1330# We'll loop over all known methods to create a tar archive until one works.
Emeric Vigier2f625822012-08-06 11:09:52 -04001331_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
Emeric Vigier2f625822012-08-06 11:09:52 -04001332
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001333m4_if([$1], [v7],
1334 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
Emeric Vigier2f625822012-08-06 11:09:52 -04001335
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001336 [m4_case([$1],
1337 [ustar],
1338 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1339 # There is notably a 21 bits limit for the UID and the GID. In fact,
1340 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1341 # and bug#13588).
1342 am_max_uid=2097151 # 2^21 - 1
1343 am_max_gid=$am_max_uid
1344 # The $UID and $GID variables are not portable, so we need to resort
1345 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1346 # below are definitely unexpected, so allow the users to see them
1347 # (that is, avoid stderr redirection).
1348 am_uid=`id -u || echo unknown`
1349 am_gid=`id -g || echo unknown`
1350 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1351 if test $am_uid -le $am_max_uid; then
1352 AC_MSG_RESULT([yes])
1353 else
1354 AC_MSG_RESULT([no])
1355 _am_tools=none
1356 fi
1357 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1358 if test $am_gid -le $am_max_gid; then
1359 AC_MSG_RESULT([yes])
1360 else
1361 AC_MSG_RESULT([no])
1362 _am_tools=none
1363 fi],
1364
1365 [pax],
1366 [],
1367
1368 [m4_fatal([Unknown tar format])])
1369
1370 AC_MSG_CHECKING([how to create a $1 tar archive])
1371
1372 # Go ahead even if we have the value already cached. We do so because we
1373 # need to set the values for the 'am__tar' and 'am__untar' variables.
1374 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1375
1376 for _am_tool in $_am_tools; do
1377 case $_am_tool in
1378 gnutar)
1379 for _am_tar in tar gnutar gtar; do
1380 AM_RUN_LOG([$_am_tar --version]) && break
1381 done
1382 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1383 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1384 am__untar="$_am_tar -xf -"
1385 ;;
1386 plaintar)
1387 # Must skip GNU tar: if it does not support --format= it doesn't create
1388 # ustar tarball either.
1389 (tar --version) >/dev/null 2>&1 && continue
1390 am__tar='tar chf - "$$tardir"'
1391 am__tar_='tar chf - "$tardir"'
1392 am__untar='tar xf -'
1393 ;;
1394 pax)
1395 am__tar='pax -L -x $1 -w "$$tardir"'
1396 am__tar_='pax -L -x $1 -w "$tardir"'
1397 am__untar='pax -r'
1398 ;;
1399 cpio)
1400 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1401 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1402 am__untar='cpio -i -H $1 -d'
1403 ;;
1404 none)
1405 am__tar=false
1406 am__tar_=false
1407 am__untar=false
1408 ;;
1409 esac
1410
1411 # If the value was cached, stop now. We just wanted to have am__tar
1412 # and am__untar set.
1413 test -n "${am_cv_prog_tar_$1}" && break
1414
1415 # tar/untar a dummy directory, and stop if the command works.
1416 rm -rf conftest.dir
1417 mkdir conftest.dir
1418 echo GrepMe > conftest.dir/file
1419 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1420 rm -rf conftest.dir
1421 if test -s conftest.tar; then
1422 AM_RUN_LOG([$am__untar <conftest.tar])
1423 AM_RUN_LOG([cat conftest.dir/file])
1424 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1425 fi
1426 done
Emeric Vigier2f625822012-08-06 11:09:52 -04001427 rm -rf conftest.dir
Emeric Vigier2f625822012-08-06 11:09:52 -04001428
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001429 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1430 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1431
Emeric Vigier2f625822012-08-06 11:09:52 -04001432AC_SUBST([am__tar])
1433AC_SUBST([am__untar])
1434])
1435m4trace:m4/libgcrypt_local.m4:23: -1- AC_DEFUN([AM_PATH_LIBGCRYPT_CCRTP], [ AC_ARG_WITH(libgcrypt-prefix,
1436 AC_HELP_STRING([--with-libgcrypt-prefix=PFX],
1437 [prefix where LIBGCRYPT is installed (optional)]),
1438 libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="")
1439 if test x$libgcrypt_config_prefix != x ; then
1440 if test x${LIBGCRYPT_CONFIG+set} != xset ; then
1441 LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
1442 fi
1443 fi
1444
1445 AC_PATH_PROG(LIBGCRYPT_CONFIG, libgcrypt-config, no)
1446 tmp=ifelse([$1], ,1:1.2.0,$1)
1447 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
1448 req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'`
1449 min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
1450 else
1451 req_libgcrypt_api=0
1452 min_libgcrypt_version="$tmp"
1453 fi
1454
1455 AC_MSG_CHECKING(for LIBGCRYPT - version >= $min_libgcrypt_version)
1456 ok=no
1457 if test "$LIBGCRYPT_CONFIG" != "no" ; then
1458 req_major=`echo $min_libgcrypt_version | \
1459 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
1460 req_minor=`echo $min_libgcrypt_version | \
1461 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
1462 req_micro=`echo $min_libgcrypt_version | \
1463 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
1464 libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
1465 major=`echo $libgcrypt_config_version | \
1466 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
1467 minor=`echo $libgcrypt_config_version | \
1468 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'`
1469 micro=`echo $libgcrypt_config_version | \
1470 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
1471 if test "$major" -gt "$req_major"; then
1472 ok=yes
1473 else
1474 if test "$major" -eq "$req_major"; then
1475 if test "$minor" -gt "$req_minor"; then
1476 ok=yes
1477 else
1478 if test "$minor" -eq "$req_minor"; then
1479 if test "$micro" -ge "$req_micro"; then
1480 ok=yes
1481 fi
1482 fi
1483 fi
1484 fi
1485 fi
1486 fi
1487 if test $ok = yes; then
1488 AC_MSG_RESULT([yes ($libgcrypt_config_version)])
1489 else
1490 AC_MSG_RESULT(no)
1491 fi
1492 if test $ok = yes; then
1493 # If we have a recent libgcrypt, we should also check that the
1494 # API is compatible
1495 if test "$req_libgcrypt_api" -gt 0 ; then
1496 tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
1497 if test "$tmp" -gt 0 ; then
1498 AC_MSG_CHECKING([LIBGCRYPT API version])
1499 if test "$req_libgcrypt_api" -eq "$tmp" ; then
1500 AC_MSG_RESULT([okay])
1501 else
1502 ok=no
1503 AC_MSG_RESULT([does not match. want=$req_libgcrypt_api got=$tmp])
1504 fi
1505 fi
1506 fi
1507 fi
1508 if test $ok = yes; then
1509 LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
1510 LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
1511 ifelse([$2], , :, [$2])
1512 else
1513 LIBGCRYPT_CFLAGS=""
1514 LIBGCRYPT_LIBS=""
1515 ifelse([$3], , :, [$3])
1516 fi
1517 AC_SUBST(LIBGCRYPT_CFLAGS)
1518 AC_SUBST(LIBGCRYPT_LIBS)
1519])
1520m4trace:m4/libtool.m4:69: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
1521AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
1522AC_BEFORE([$0], [LT_LANG])dnl
1523AC_BEFORE([$0], [LT_OUTPUT])dnl
1524AC_BEFORE([$0], [LTDL_INIT])dnl
1525m4_require([_LT_CHECK_BUILDDIR])dnl
1526
1527dnl Autoconf doesn't catch unexpanded LT_ macros by default:
1528m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
1529m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
1530dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
1531dnl unless we require an AC_DEFUNed macro:
1532AC_REQUIRE([LTOPTIONS_VERSION])dnl
1533AC_REQUIRE([LTSUGAR_VERSION])dnl
1534AC_REQUIRE([LTVERSION_VERSION])dnl
1535AC_REQUIRE([LTOBSOLETE_VERSION])dnl
1536m4_require([_LT_PROG_LTMAIN])dnl
1537
1538_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
1539
1540dnl Parse OPTIONS
1541_LT_SET_OPTIONS([$0], [$1])
1542
1543# This can be used to rebuild libtool when needed
1544LIBTOOL_DEPS="$ltmain"
1545
1546# Always use our own libtool.
1547LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1548AC_SUBST(LIBTOOL)dnl
1549
1550_LT_SETUP
1551
1552# Only expand once:
1553m4_define([LT_INIT])
1554])
1555m4trace:m4/libtool.m4:107: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1556m4trace:m4/libtool.m4:107: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
1557You should run autoupdate.])dnl
1558m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1559m4trace:m4/libtool.m4:108: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1560m4trace:m4/libtool.m4:108: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
1561You should run autoupdate.])dnl
1562m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001563m4trace:m4/libtool.m4:609: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
Emeric Vigier2f625822012-08-06 11:09:52 -04001564AC_MSG_NOTICE([creating $CONFIG_LT])
1565_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
1566[# Run this file to recreate a libtool stub with the current configuration.])
1567
1568cat >>"$CONFIG_LT" <<\_LTEOF
1569lt_cl_silent=false
1570exec AS_MESSAGE_LOG_FD>>config.log
1571{
1572 echo
1573 AS_BOX([Running $as_me.])
1574} >&AS_MESSAGE_LOG_FD
1575
1576lt_cl_help="\
1577\`$as_me' creates a local libtool stub from the current configuration,
1578for use in further configure time tests before the real libtool is
1579generated.
1580
1581Usage: $[0] [[OPTIONS]]
1582
1583 -h, --help print this help, then exit
1584 -V, --version print version number, then exit
1585 -q, --quiet do not print progress messages
1586 -d, --debug don't remove temporary files
1587
1588Report bugs to <bug-libtool@gnu.org>."
1589
1590lt_cl_version="\
1591m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
1592m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
1593configured by $[0], generated by m4_PACKAGE_STRING.
1594
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001595Copyright (C) 2011 Free Software Foundation, Inc.
Emeric Vigier2f625822012-08-06 11:09:52 -04001596This config.lt script is free software; the Free Software Foundation
1597gives unlimited permision to copy, distribute and modify it."
1598
1599while test $[#] != 0
1600do
1601 case $[1] in
1602 --version | --v* | -V )
1603 echo "$lt_cl_version"; exit 0 ;;
1604 --help | --h* | -h )
1605 echo "$lt_cl_help"; exit 0 ;;
1606 --debug | --d* | -d )
1607 debug=: ;;
1608 --quiet | --q* | --silent | --s* | -q )
1609 lt_cl_silent=: ;;
1610
1611 -*) AC_MSG_ERROR([unrecognized option: $[1]
1612Try \`$[0] --help' for more information.]) ;;
1613
1614 *) AC_MSG_ERROR([unrecognized argument: $[1]
1615Try \`$[0] --help' for more information.]) ;;
1616 esac
1617 shift
1618done
1619
1620if $lt_cl_silent; then
1621 exec AS_MESSAGE_FD>/dev/null
1622fi
1623_LTEOF
1624
1625cat >>"$CONFIG_LT" <<_LTEOF
1626_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
1627_LTEOF
1628
1629cat >>"$CONFIG_LT" <<\_LTEOF
1630AC_MSG_NOTICE([creating $ofile])
1631_LT_OUTPUT_LIBTOOL_COMMANDS
1632AS_EXIT(0)
1633_LTEOF
1634chmod +x "$CONFIG_LT"
1635
1636# configure is writing to config.log, but config.lt does its own redirection,
1637# appending to config.log, which fails on DOS, as config.log is still kept
1638# open by configure. Here we exec the FD to /dev/null, effectively closing
1639# config.log, so it can be properly (re)opened and appended to by config.lt.
1640lt_cl_success=:
1641test "$silent" = yes &&
1642 lt_config_lt_args="$lt_config_lt_args --quiet"
1643exec AS_MESSAGE_LOG_FD>/dev/null
1644$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
1645exec AS_MESSAGE_LOG_FD>>config.log
1646$lt_cl_success || AS_EXIT(1)
1647])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001648m4trace:m4/libtool.m4:790: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
1649m4trace:m4/libtool.m4:801: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001650m4_case([$1],
1651 [C], [_LT_LANG(C)],
1652 [C++], [_LT_LANG(CXX)],
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001653 [Go], [_LT_LANG(GO)],
Emeric Vigier2f625822012-08-06 11:09:52 -04001654 [Java], [_LT_LANG(GCJ)],
1655 [Fortran 77], [_LT_LANG(F77)],
1656 [Fortran], [_LT_LANG(FC)],
1657 [Windows Resource], [_LT_LANG(RC)],
1658 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
1659 [_LT_LANG($1)],
1660 [m4_fatal([$0: unsupported language: "$1"])])])dnl
1661])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001662m4trace:m4/libtool.m4:893: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
1663m4trace:m4/libtool.m4:893: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001664You should run autoupdate.])dnl
1665LT_LANG(C++)])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001666m4trace:m4/libtool.m4:894: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
1667m4trace:m4/libtool.m4:894: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001668You should run autoupdate.])dnl
1669LT_LANG(Fortran 77)])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001670m4trace:m4/libtool.m4:895: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
1671m4trace:m4/libtool.m4:895: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001672You should run autoupdate.])dnl
1673LT_LANG(Fortran)])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001674m4trace:m4/libtool.m4:896: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
1675m4trace:m4/libtool.m4:896: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001676You should run autoupdate.])dnl
1677LT_LANG(Java)])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001678m4trace:m4/libtool.m4:897: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
1679m4trace:m4/libtool.m4:897: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001680You should run autoupdate.])dnl
1681LT_LANG(Windows Resource)])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001682m4trace:m4/libtool.m4:1225: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
Emeric Vigier2f625822012-08-06 11:09:52 -04001683AC_ARG_WITH([sysroot],
1684[ --with-sysroot[=DIR] Search for dependent libraries within DIR
1685 (or the compiler's sysroot if not specified).],
1686[], [with_sysroot=no])
1687
1688dnl lt_sysroot will always be passed unquoted. We quote it here
1689dnl in case the user passed a directory name.
1690lt_sysroot=
1691case ${with_sysroot} in #(
1692 yes)
1693 if test "$GCC" = yes; then
1694 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1695 fi
1696 ;; #(
1697 /*)
1698 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1699 ;; #(
1700 no|'')
1701 ;; #(
1702 *)
1703 AC_MSG_RESULT([${with_sysroot}])
1704 AC_MSG_ERROR([The sysroot must be an absolute path.])
1705 ;;
1706esac
1707
1708 AC_MSG_RESULT([${lt_sysroot:-no}])
1709_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1710[dependent libraries, and in which our libraries should be installed.])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001711m4trace:m4/libtool.m4:1508: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001712m4_require([_LT_DECL_SED])dnl
1713AC_CACHE_CHECK([$1], [$2],
1714 [$2=no
1715 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1716 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1717 lt_compiler_flag="$3"
1718 # Insert the option either (1) after the last *FLAGS variable, or
1719 # (2) before a word containing "conftest.", or (3) at the end.
1720 # Note that $ac_compile itself does not contain backslashes and begins
1721 # with a dollar sign (not a hyphen), so the echo should work correctly.
1722 # The option is referenced via a variable to avoid confusing sed.
1723 lt_compile=`echo "$ac_compile" | $SED \
1724 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1725 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1726 -e 's:$: $lt_compiler_flag:'`
1727 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1728 (eval "$lt_compile" 2>conftest.err)
1729 ac_status=$?
1730 cat conftest.err >&AS_MESSAGE_LOG_FD
1731 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1732 if (exit $ac_status) && test -s "$ac_outfile"; then
1733 # The compiler can only warn and ignore the option if not recognized
1734 # So say no if there are warnings other than the usual output.
1735 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1736 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1737 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1738 $2=yes
1739 fi
1740 fi
1741 $RM conftest*
1742])
1743
1744if test x"[$]$2" = xyes; then
1745 m4_if([$5], , :, [$5])
1746else
1747 m4_if([$6], , :, [$6])
1748fi
1749])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001750m4trace:m4/libtool.m4:1550: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1751m4trace:m4/libtool.m4:1550: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001752You should run autoupdate.])dnl
1753m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001754m4trace:m4/libtool.m4:1559: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001755m4_require([_LT_DECL_SED])dnl
1756AC_CACHE_CHECK([$1], [$2],
1757 [$2=no
1758 save_LDFLAGS="$LDFLAGS"
1759 LDFLAGS="$LDFLAGS $3"
1760 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1761 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1762 # The linker can only warn and ignore the option if not recognized
1763 # So say no if there are warnings
1764 if test -s conftest.err; then
1765 # Append any errors to the config.log.
1766 cat conftest.err 1>&AS_MESSAGE_LOG_FD
1767 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1768 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1769 if diff conftest.exp conftest.er2 >/dev/null; then
1770 $2=yes
1771 fi
1772 else
1773 $2=yes
1774 fi
1775 fi
1776 $RM -r conftest*
1777 LDFLAGS="$save_LDFLAGS"
1778])
1779
1780if test x"[$]$2" = xyes; then
1781 m4_if([$4], , :, [$4])
1782else
1783 m4_if([$5], , :, [$5])
1784fi
1785])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001786m4trace:m4/libtool.m4:1594: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1787m4trace:m4/libtool.m4:1594: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001788You should run autoupdate.])dnl
1789m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001790m4trace:m4/libtool.m4:1601: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001791# find the maximum length of command line arguments
1792AC_MSG_CHECKING([the maximum length of command line arguments])
1793AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1794 i=0
1795 teststring="ABCD"
1796
1797 case $build_os in
1798 msdosdjgpp*)
1799 # On DJGPP, this test can blow up pretty badly due to problems in libc
1800 # (any single argument exceeding 2000 bytes causes a buffer overrun
1801 # during glob expansion). Even if it were fixed, the result of this
1802 # check would be larger than it should be.
1803 lt_cv_sys_max_cmd_len=12288; # 12K is about right
1804 ;;
1805
1806 gnu*)
1807 # Under GNU Hurd, this test is not required because there is
1808 # no limit to the length of command line arguments.
1809 # Libtool will interpret -1 as no limit whatsoever
1810 lt_cv_sys_max_cmd_len=-1;
1811 ;;
1812
1813 cygwin* | mingw* | cegcc*)
1814 # On Win9x/ME, this test blows up -- it succeeds, but takes
1815 # about 5 minutes as the teststring grows exponentially.
1816 # Worse, since 9x/ME are not pre-emptively multitasking,
1817 # you end up with a "frozen" computer, even though with patience
1818 # the test eventually succeeds (with a max line length of 256k).
1819 # Instead, let's just punt: use the minimum linelength reported by
1820 # all of the supported platforms: 8192 (on NT/2K/XP).
1821 lt_cv_sys_max_cmd_len=8192;
1822 ;;
1823
1824 mint*)
1825 # On MiNT this can take a long time and run out of memory.
1826 lt_cv_sys_max_cmd_len=8192;
1827 ;;
1828
1829 amigaos*)
1830 # On AmigaOS with pdksh, this test takes hours, literally.
1831 # So we just punt and use a minimum line length of 8192.
1832 lt_cv_sys_max_cmd_len=8192;
1833 ;;
1834
1835 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
1836 # This has been around since 386BSD, at least. Likely further.
1837 if test -x /sbin/sysctl; then
1838 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1839 elif test -x /usr/sbin/sysctl; then
1840 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1841 else
1842 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
1843 fi
1844 # And add a safety zone
1845 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1846 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1847 ;;
1848
1849 interix*)
1850 # We know the value 262144 and hardcode it with a safety zone (like BSD)
1851 lt_cv_sys_max_cmd_len=196608
1852 ;;
1853
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001854 os2*)
1855 # The test takes a long time on OS/2.
1856 lt_cv_sys_max_cmd_len=8192
1857 ;;
1858
Emeric Vigier2f625822012-08-06 11:09:52 -04001859 osf*)
1860 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1861 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1862 # nice to cause kernel panics so lets avoid the loop below.
1863 # First set a reasonable default.
1864 lt_cv_sys_max_cmd_len=16384
1865 #
1866 if test -x /sbin/sysconfig; then
1867 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1868 *1*) lt_cv_sys_max_cmd_len=-1 ;;
1869 esac
1870 fi
1871 ;;
1872 sco3.2v5*)
1873 lt_cv_sys_max_cmd_len=102400
1874 ;;
1875 sysv5* | sco5v6* | sysv4.2uw2*)
1876 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1877 if test -n "$kargmax"; then
1878 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
1879 else
1880 lt_cv_sys_max_cmd_len=32768
1881 fi
1882 ;;
1883 *)
1884 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1885 if test -n "$lt_cv_sys_max_cmd_len"; then
1886 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1887 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1888 else
1889 # Make teststring a little bigger before we do anything with it.
1890 # a 1K string should be a reasonable start.
1891 for i in 1 2 3 4 5 6 7 8 ; do
1892 teststring=$teststring$teststring
1893 done
1894 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1895 # If test is not a shell built-in, we'll probably end up computing a
1896 # maximum length that is only half of the actual maximum length, but
1897 # we can't tell.
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001898 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
Emeric Vigier2f625822012-08-06 11:09:52 -04001899 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1900 test $i != 17 # 1/2 MB should be enough
1901 do
1902 i=`expr $i + 1`
1903 teststring=$teststring$teststring
1904 done
1905 # Only check the string length outside the loop.
1906 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1907 teststring=
1908 # Add a significant safety factor because C++ compilers can tack on
1909 # massive amounts of additional arguments before passing them to the
1910 # linker. It appears as though 1/2 is a usable value.
1911 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1912 fi
1913 ;;
1914 esac
1915])
1916if test -n $lt_cv_sys_max_cmd_len ; then
1917 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1918else
1919 AC_MSG_RESULT(none)
1920fi
1921max_cmd_len=$lt_cv_sys_max_cmd_len
1922_LT_DECL([], [max_cmd_len], [0],
1923 [What is the maximum length of a command?])
1924])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001925m4trace:m4/libtool.m4:1739: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1926m4trace:m4/libtool.m4:1739: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04001927You should run autoupdate.])dnl
1928m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001929m4trace:m4/libtool.m4:1850: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04001930if test "x$enable_dlopen" != xyes; then
1931 enable_dlopen=unknown
1932 enable_dlopen_self=unknown
1933 enable_dlopen_self_static=unknown
1934else
1935 lt_cv_dlopen=no
1936 lt_cv_dlopen_libs=
1937
1938 case $host_os in
1939 beos*)
1940 lt_cv_dlopen="load_add_on"
1941 lt_cv_dlopen_libs=
1942 lt_cv_dlopen_self=yes
1943 ;;
1944
1945 mingw* | pw32* | cegcc*)
1946 lt_cv_dlopen="LoadLibrary"
1947 lt_cv_dlopen_libs=
1948 ;;
1949
1950 cygwin*)
1951 lt_cv_dlopen="dlopen"
1952 lt_cv_dlopen_libs=
1953 ;;
1954
1955 darwin*)
1956 # if libdl is installed we need to link against it
1957 AC_CHECK_LIB([dl], [dlopen],
1958 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1959 lt_cv_dlopen="dyld"
1960 lt_cv_dlopen_libs=
1961 lt_cv_dlopen_self=yes
1962 ])
1963 ;;
1964
1965 *)
1966 AC_CHECK_FUNC([shl_load],
1967 [lt_cv_dlopen="shl_load"],
1968 [AC_CHECK_LIB([dld], [shl_load],
1969 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
1970 [AC_CHECK_FUNC([dlopen],
1971 [lt_cv_dlopen="dlopen"],
1972 [AC_CHECK_LIB([dl], [dlopen],
1973 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1974 [AC_CHECK_LIB([svld], [dlopen],
1975 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1976 [AC_CHECK_LIB([dld], [dld_link],
1977 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
1978 ])
1979 ])
1980 ])
1981 ])
1982 ])
1983 ;;
1984 esac
1985
1986 if test "x$lt_cv_dlopen" != xno; then
1987 enable_dlopen=yes
1988 else
1989 enable_dlopen=no
1990 fi
1991
1992 case $lt_cv_dlopen in
1993 dlopen)
1994 save_CPPFLAGS="$CPPFLAGS"
1995 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1996
1997 save_LDFLAGS="$LDFLAGS"
1998 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1999
2000 save_LIBS="$LIBS"
2001 LIBS="$lt_cv_dlopen_libs $LIBS"
2002
2003 AC_CACHE_CHECK([whether a program can dlopen itself],
2004 lt_cv_dlopen_self, [dnl
2005 _LT_TRY_DLOPEN_SELF(
2006 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2007 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2008 ])
2009
2010 if test "x$lt_cv_dlopen_self" = xyes; then
2011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2012 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2013 lt_cv_dlopen_self_static, [dnl
2014 _LT_TRY_DLOPEN_SELF(
2015 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2016 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
2017 ])
2018 fi
2019
2020 CPPFLAGS="$save_CPPFLAGS"
2021 LDFLAGS="$save_LDFLAGS"
2022 LIBS="$save_LIBS"
2023 ;;
2024 esac
2025
2026 case $lt_cv_dlopen_self in
2027 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2028 *) enable_dlopen_self=unknown ;;
2029 esac
2030
2031 case $lt_cv_dlopen_self_static in
2032 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2033 *) enable_dlopen_self_static=unknown ;;
2034 esac
2035fi
2036_LT_DECL([dlopen_support], [enable_dlopen], [0],
2037 [Whether dlopen is supported])
2038_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2039 [Whether dlopen of programs is supported])
2040_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2041 [Whether dlopen of statically linked programs is supported])
2042])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002043m4trace:m4/libtool.m4:1967: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2044m4trace:m4/libtool.m4:1967: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002045You should run autoupdate.])dnl
2046m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002047m4trace:m4/libtool.m4:2940: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04002048AC_MSG_CHECKING([for $1])
2049AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2050[case $MAGIC_CMD in
2051[[\\/*] | ?:[\\/]*])
2052 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2053 ;;
2054*)
2055 lt_save_MAGIC_CMD="$MAGIC_CMD"
2056 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2057dnl $ac_dummy forces splitting on constant user-supplied paths.
2058dnl POSIX.2 word splitting is done only on the output of word expansions,
2059dnl not every word. This closes a longstanding sh security hole.
2060 ac_dummy="m4_if([$2], , $PATH, [$2])"
2061 for ac_dir in $ac_dummy; do
2062 IFS="$lt_save_ifs"
2063 test -z "$ac_dir" && ac_dir=.
2064 if test -f $ac_dir/$1; then
2065 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
2066 if test -n "$file_magic_test_file"; then
2067 case $deplibs_check_method in
2068 "file_magic "*)
2069 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2070 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2071 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2072 $EGREP "$file_magic_regex" > /dev/null; then
2073 :
2074 else
2075 cat <<_LT_EOF 1>&2
2076
2077*** Warning: the command libtool uses to detect shared libraries,
2078*** $file_magic_cmd, produces output that libtool cannot recognize.
2079*** The result is that libtool may fail to recognize shared libraries
2080*** as such. This will affect the creation of libtool libraries that
2081*** depend on shared libraries, but programs linked with such libtool
2082*** libraries will work regardless of this problem. Nevertheless, you
2083*** may want to report the problem to your system manager and/or to
2084*** bug-libtool@gnu.org
2085
2086_LT_EOF
2087 fi ;;
2088 esac
2089 fi
2090 break
2091 fi
2092 done
2093 IFS="$lt_save_ifs"
2094 MAGIC_CMD="$lt_save_MAGIC_CMD"
2095 ;;
2096esac])
2097MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2098if test -n "$MAGIC_CMD"; then
2099 AC_MSG_RESULT($MAGIC_CMD)
2100else
2101 AC_MSG_RESULT(no)
2102fi
2103_LT_DECL([], [MAGIC_CMD], [0],
2104 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
2105])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002106m4trace:m4/libtool.m4:3002: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2107m4trace:m4/libtool.m4:3002: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002108You should run autoupdate.])dnl
2109m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002110m4trace:m4/libtool.m4:3025: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04002111AC_REQUIRE([AC_CANONICAL_HOST])dnl
2112AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2113m4_require([_LT_DECL_SED])dnl
2114m4_require([_LT_DECL_EGREP])dnl
2115m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
2116
2117AC_ARG_WITH([gnu-ld],
2118 [AS_HELP_STRING([--with-gnu-ld],
2119 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2120 [test "$withval" = no || with_gnu_ld=yes],
2121 [with_gnu_ld=no])dnl
2122
2123ac_prog=ld
2124if test "$GCC" = yes; then
2125 # Check if gcc -print-prog-name=ld gives a path.
2126 AC_MSG_CHECKING([for ld used by $CC])
2127 case $host in
2128 *-*-mingw*)
2129 # gcc leaves a trailing carriage return which upsets mingw
2130 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2131 *)
2132 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2133 esac
2134 case $ac_prog in
2135 # Accept absolute paths.
2136 [[\\/]]* | ?:[[\\/]]*)
2137 re_direlt='/[[^/]][[^/]]*/\.\./'
2138 # Canonicalize the pathname of ld
2139 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
2140 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
2141 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2142 done
2143 test -z "$LD" && LD="$ac_prog"
2144 ;;
2145 "")
2146 # If it fails, then pretend we aren't using GCC.
2147 ac_prog=ld
2148 ;;
2149 *)
2150 # If it is relative, then search for the first ld in PATH.
2151 with_gnu_ld=unknown
2152 ;;
2153 esac
2154elif test "$with_gnu_ld" = yes; then
2155 AC_MSG_CHECKING([for GNU ld])
2156else
2157 AC_MSG_CHECKING([for non-GNU ld])
2158fi
2159AC_CACHE_VAL(lt_cv_path_LD,
2160[if test -z "$LD"; then
2161 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2162 for ac_dir in $PATH; do
2163 IFS="$lt_save_ifs"
2164 test -z "$ac_dir" && ac_dir=.
2165 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2166 lt_cv_path_LD="$ac_dir/$ac_prog"
2167 # Check to see if the program is GNU ld. I'd rather use --version,
2168 # but apparently some variants of GNU ld only accept -v.
2169 # Break only if it was the GNU/non-GNU ld that we prefer.
2170 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2171 *GNU* | *'with BFD'*)
2172 test "$with_gnu_ld" != no && break
2173 ;;
2174 *)
2175 test "$with_gnu_ld" != yes && break
2176 ;;
2177 esac
2178 fi
2179 done
2180 IFS="$lt_save_ifs"
2181else
2182 lt_cv_path_LD="$LD" # Let the user override the test with a path.
2183fi])
2184LD="$lt_cv_path_LD"
2185if test -n "$LD"; then
2186 AC_MSG_RESULT($LD)
2187else
2188 AC_MSG_RESULT(no)
2189fi
2190test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2191_LT_PATH_LD_GNU
2192AC_SUBST([LD])
2193
2194_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
2195])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002196m4trace:m4/libtool.m4:3114: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2197m4trace:m4/libtool.m4:3114: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002198You should run autoupdate.])dnl
2199m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002200m4trace:m4/libtool.m4:3115: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2201m4trace:m4/libtool.m4:3115: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002202You should run autoupdate.])dnl
2203m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002204m4trace:m4/libtool.m4:3409: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04002205AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2206[if test -n "$NM"; then
2207 # Let the user override the test.
2208 lt_cv_path_NM="$NM"
2209else
2210 lt_nm_to_check="${ac_tool_prefix}nm"
2211 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2212 lt_nm_to_check="$lt_nm_to_check nm"
2213 fi
2214 for lt_tmp_nm in $lt_nm_to_check; do
2215 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2216 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2217 IFS="$lt_save_ifs"
2218 test -z "$ac_dir" && ac_dir=.
2219 tmp_nm="$ac_dir/$lt_tmp_nm"
2220 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2221 # Check to see if the nm accepts a BSD-compat flag.
2222 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2223 # nm: unknown option "B" ignored
2224 # Tru64's nm complains that /dev/null is an invalid object file
2225 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2226 */dev/null* | *'Invalid file or object type'*)
2227 lt_cv_path_NM="$tmp_nm -B"
2228 break
2229 ;;
2230 *)
2231 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2232 */dev/null*)
2233 lt_cv_path_NM="$tmp_nm -p"
2234 break
2235 ;;
2236 *)
2237 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2238 continue # so that we can try to find one that supports BSD flags
2239 ;;
2240 esac
2241 ;;
2242 esac
2243 fi
2244 done
2245 IFS="$lt_save_ifs"
2246 done
2247 : ${lt_cv_path_NM=no}
2248fi])
2249if test "$lt_cv_path_NM" != "no"; then
2250 NM="$lt_cv_path_NM"
2251else
2252 # Didn't find any BSD compatible name lister, look for dumpbin.
2253 if test -n "$DUMPBIN"; then :
2254 # Let the user override the test.
2255 else
2256 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
2257 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
2258 *COFF*)
2259 DUMPBIN="$DUMPBIN -symbols"
2260 ;;
2261 *)
2262 DUMPBIN=:
2263 ;;
2264 esac
2265 fi
2266 AC_SUBST([DUMPBIN])
2267 if test "$DUMPBIN" != ":"; then
2268 NM="$DUMPBIN"
2269 fi
2270fi
2271test -z "$NM" && NM=nm
2272AC_SUBST([NM])
2273_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
2274
2275AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
2276 [lt_cv_nm_interface="BSD nm"
2277 echo "int some_variable = 0;" > conftest.$ac_ext
2278 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
2279 (eval "$ac_compile" 2>conftest.err)
2280 cat conftest.err >&AS_MESSAGE_LOG_FD
2281 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
2282 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
2283 cat conftest.err >&AS_MESSAGE_LOG_FD
2284 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
2285 cat conftest.out >&AS_MESSAGE_LOG_FD
2286 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
2287 lt_cv_nm_interface="MS dumpbin"
2288 fi
2289 rm -f conftest*])
2290])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002291m4trace:m4/libtool.m4:3499: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2292m4trace:m4/libtool.m4:3499: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002293You should run autoupdate.])dnl
2294m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002295m4trace:m4/libtool.m4:3500: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2296m4trace:m4/libtool.m4:3500: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002297You should run autoupdate.])dnl
2298m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002299m4trace:m4/libtool.m4:3570: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04002300LIBM=
2301case $host in
2302*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
2303 # These system don't have libm, or don't need it
2304 ;;
2305*-ncr-sysv4.3*)
2306 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2307 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2308 ;;
2309*)
2310 AC_CHECK_LIB(m, cos, LIBM="-lm")
2311 ;;
2312esac
2313AC_SUBST([LIBM])
2314])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002315m4trace:m4/libtool.m4:3589: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2316m4trace:m4/libtool.m4:3589: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002317You should run autoupdate.])dnl
2318m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002319m4trace:m4/libtool.m4:7632: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
Emeric Vigier2f625822012-08-06 11:09:52 -04002320 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
2321 [AC_CHECK_TOOL(GCJ, gcj,)
2322 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
2323 AC_SUBST(GCJFLAGS)])])[]dnl
2324])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002325m4trace:m4/libtool.m4:7641: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2326m4trace:m4/libtool.m4:7641: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002327You should run autoupdate.])dnl
2328m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002329m4trace:m4/libtool.m4:7648: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
Emeric Vigier2f625822012-08-06 11:09:52 -04002330])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002331m4trace:m4/libtool.m4:7655: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
2332])
2333m4trace:m4/libtool.m4:7660: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2334m4trace:m4/libtool.m4:7660: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002335You should run autoupdate.])dnl
2336m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002337m4trace:m4/libtool.m4:7780: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2338m4trace:m4/libtool.m4:7780: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002339You should run autoupdate.])dnl
2340m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2341m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2342m4trace:m4/ltoptions.m4:111: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
2343AC_DIAGNOSE([obsolete],
2344[$0: Remove this warning and the call to _LT_SET_OPTION when you
2345put the `dlopen' option into LT_INIT's first parameter.])
2346])
2347m4trace:m4/ltoptions.m4:111: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
2348You should run autoupdate.])dnl
2349_LT_SET_OPTION([LT_INIT], [dlopen])
2350AC_DIAGNOSE([obsolete],
2351[$0: Remove this warning and the call to _LT_SET_OPTION when you
2352put the `dlopen' option into LT_INIT's first parameter.])
2353])
2354m4trace:m4/ltoptions.m4:146: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2355_LT_SET_OPTION([LT_INIT], [win32-dll])
2356AC_DIAGNOSE([obsolete],
2357[$0: Remove this warning and the call to _LT_SET_OPTION when you
2358put the `win32-dll' option into LT_INIT's first parameter.])
2359])
2360m4trace:m4/ltoptions.m4:146: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2361You should run autoupdate.])dnl
2362AC_REQUIRE([AC_CANONICAL_HOST])dnl
2363_LT_SET_OPTION([LT_INIT], [win32-dll])
2364AC_DIAGNOSE([obsolete],
2365[$0: Remove this warning and the call to _LT_SET_OPTION when you
2366put the `win32-dll' option into LT_INIT's first parameter.])
2367])
2368m4trace:m4/ltoptions.m4:195: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
2369])
2370m4trace:m4/ltoptions.m4:199: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
2371])
2372m4trace:m4/ltoptions.m4:203: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
2373m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
2374You should run autoupdate.])dnl
2375AC_ENABLE_SHARED($@)])
2376m4trace:m4/ltoptions.m4:204: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
2377m4trace:m4/ltoptions.m4:204: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
2378You should run autoupdate.])dnl
2379AC_DISABLE_SHARED($@)])
2380m4trace:m4/ltoptions.m4:249: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
2381])
2382m4trace:m4/ltoptions.m4:253: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
2383])
2384m4trace:m4/ltoptions.m4:257: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
2385m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
2386You should run autoupdate.])dnl
2387AC_ENABLE_STATIC($@)])
2388m4trace:m4/ltoptions.m4:258: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
2389m4trace:m4/ltoptions.m4:258: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
2390You should run autoupdate.])dnl
2391AC_DISABLE_STATIC($@)])
2392m4trace:m4/ltoptions.m4:303: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2393AC_DIAGNOSE([obsolete],
2394[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2395the `fast-install' option into LT_INIT's first parameter.])
2396])
2397m4trace:m4/ltoptions.m4:303: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
2398You should run autoupdate.])dnl
2399_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2400AC_DIAGNOSE([obsolete],
2401[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2402the `fast-install' option into LT_INIT's first parameter.])
2403])
2404m4trace:m4/ltoptions.m4:310: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2405AC_DIAGNOSE([obsolete],
2406[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2407the `disable-fast-install' option into LT_INIT's first parameter.])
2408])
2409m4trace:m4/ltoptions.m4:310: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
2410You should run autoupdate.])dnl
2411_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2412AC_DIAGNOSE([obsolete],
2413[$0: Remove this warning and the call to _LT_SET_OPTION when you put
2414the `disable-fast-install' option into LT_INIT's first parameter.])
2415])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002416m4trace:m4/ltoptions.m4:358: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
Emeric Vigier2f625822012-08-06 11:09:52 -04002417AC_DIAGNOSE([obsolete],
2418[$0: Remove this warning and the call to _LT_SET_OPTION when you
2419put the `pic-only' option into LT_INIT's first parameter.])
2420])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002421m4trace:m4/ltoptions.m4:358: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002422You should run autoupdate.])dnl
2423_LT_SET_OPTION([LT_INIT], [pic-only])
2424AC_DIAGNOSE([obsolete],
2425[$0: Remove this warning and the call to _LT_SET_OPTION when you
2426put the `pic-only' option into LT_INIT's first parameter.])
2427])
2428m4trace:m4/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002429m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2'
2430macro_revision='1.3337'
Emeric Vigier2f625822012-08-06 11:09:52 -04002431_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2432_LT_DECL(, macro_revision, 0)
2433])
2434m4trace:m4/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
2435m4trace:m4/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
2436m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
2437m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
2438m4trace:m4/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
2439m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
2440m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
2441m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
2442m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
2443m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
2444m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
2445m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
2446m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
2447m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
2448m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
2449m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
2450m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
2451m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
2452m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
2453m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
2454m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
2455m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
2456m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
2457m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
2458m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
2459m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
2460m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
2461m4trace:m4/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
2462m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
2463m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
2464m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
2465m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
2466m4trace:m4/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
2467m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
2468m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
2469m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
2470m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
2471m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
2472m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
2473m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
2474m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
2475m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
2476m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
2477m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
2478m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
2479m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
2480m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
2481m4trace:m4/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
2482m4trace:m4/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_F77])
2483m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_FC])
2484m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_CXX])
2485m4trace:m4/ost_debug.m4:23: -1- AC_DEFUN([OST_DEBUG], [
2486 AC_MSG_CHECKING(for debugging)
2487 AC_ARG_ENABLE(debug, [ --enable-debug compile for debugging])
2488 if test -z "$enable_debug" ; then
2489 enable_debug="no"
2490 elif test $enable_debug = "yes" ; then
2491 CXXFLAGS="${CXXFLAGS} -g -DDEBUG"
2492# CXXFLAGS=`echo $CFLAGS | sed 's/-O.//'`
2493 fi
2494 AC_MSG_RESULT([$enable_debug])
2495 AC_MSG_CHECKING(for profiling)
2496 AC_ARG_ENABLE(profiling, [ --enable-profiling compile for profiling])
2497 if test -z "$enable_profiling" ; then
2498 enable_profiling="no"
2499 elif test "$enable_profiling" = "yes" ; then
2500 CXXFLAGS="${CXXFLAGS} -p"
2501 fi
2502 AC_MSG_RESULT([$enable_profiling])
2503])
2504m4trace:m4/ost_maint.m4:23: -1- AC_DEFUN([OST_AUTOMAKE_MODE], [
2505 AC_MSG_CHECKING([for genorated automake files])
2506 if test -z "[$1]" ; then
2507 ost_AUTOMAKE_TEST=Makefile.in
2508 else
2509 ost_AUTOMAKE_TEST=[$1]
2510 fi
2511 if test ! -f $ost_AUTOMAKE_TEST ; then
2512 AC_MSG_RESULT(missing)
2513 automake -a
2514 else
2515 AC_MSG_RESULT(found)
2516 fi
2517])
2518m4trace:m4/ost_maint.m4:38: -1- AC_DEFUN([OST_MAINTAINER_MODE], [
2519 AM_MAINTAINER_MODE
2520 if test -z "$MAINT" ; then
2521 AC_MSG_CHECKING([for maintainer ftp distribution directory])
2522 if test -d ~ftp/pub ; then
2523 FTPDIR=~ftp/pub
2524 AC_MSG_RESULT(found)
2525 else
2526 AC_MSG_RESULT(missing)
2527 fi
2528 fi
2529 AC_SUBST(FTPDIR)
2530])
2531m4trace:m4/ost_maint.m4:52: -1- AC_DEFUN([AC_SUBST_DIR], [
2532 ifelse($2,,,$1="[$]$2")
2533 result="***"
2534 prior="A"
2535 while test "$prior" != "$result" ; do
2536 prior=`(echo "[$]$1")`
2537 $1=`(
2538 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
2539 test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
2540 eval echo \""[$]$1"\"
2541 )`
2542 result=`(echo "[$]$1")`
2543 done
2544 AC_SUBST($1)
2545])
2546m4trace:m4/ost_prog.m4:23: -1- AC_DEFUN([OST_PROG_CC_POSIX], [
2547 AC_PROG_CC
2548 AC_PROG_CPP
2549 AC_ISC_POSIX
2550 AC_MINIX
2551])
2552m4trace:m4/ost_prog.m4:30: -1- AC_DEFUN([OST_PROG_COMMON], [
2553 AC_REQUIRE([AC_PROG_INSTALL])
2554 AC_REQUIRE([AC_PROG_MAKE_SET])
2555])
2556m4trace:m4/ost_prog.m4:35: -1- AC_DEFUN([OST_PROJ_LIBRARY], [
2557 AC_REQUIRE([AM_PROG_LIBTOOL])
2558 AC_REQUIRE([AC_PROG_RANLIB])
2559 if test ! -z "[$2]" ; then
2560 if test ! -z "[$3]" ; then
2561 LT_[$1]_VERSION="-version-info [$3] -release [$2]"
2562 else
2563 LT_[$1]_VERSION="-release [$2]"
2564 fi
2565 AC_SUBST(LT_[$1]_VERSION)
2566 fi
2567])
2568m4trace:m4/ost_prog.m4:48: -1- AC_DEFUN([OST_PROG_LIBVER], [
2569 LT_MAJOR="`echo $LT_VERSION | sed s/:.*$//`"
2570 LT_MINOR="`echo $LT_VERSION | sed s/.*://`"
2571 LT_SUBVER="$LT_MAJOR.$LT_MINOR"
2572 AC_SUBST(LT_RELEASE)
2573 AC_SUBST(LT_SUBVER)
2574 AC_SUBST(LT_MAJOR)
2575 AC_SUBST(LT_MINOR)
2576])
2577m4trace:m4/ost_prog.m4:59: -1- AC_DEFUN([OST_PROG_LIBRARY], [
2578 AC_REQUIRE([AM_PROG_LIBTOOL])
2579 AC_REQUIRE([AC_PROG_RANLIB])
2580 if test ! -z "[$2]" ; then
2581 LT_[$1]_VERSION="-version-info [$2]"
2582 AC_SUBST(LT_[$1]_VERSION)
2583 fi
2584])
2585m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?A[CHUM]_])
2586m4trace:configure.ac:12: -1- m4_pattern_forbid([_AC_])
2587m4trace:configure.ac:12: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
2588m4trace:configure.ac:12: -1- m4_pattern_allow([^AS_FLAGS$])
2589m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?m4_])
2590m4trace:configure.ac:12: -1- m4_pattern_forbid([^dnl$])
2591m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?AS_])
2592m4trace:configure.ac:12: -1- m4_pattern_allow([^SHELL$])
2593m4trace:configure.ac:12: -1- m4_pattern_allow([^PATH_SEPARATOR$])
2594m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_NAME$])
2595m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2596m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2597m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_STRING$])
2598m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2599m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_URL$])
2600m4trace:configure.ac:12: -1- m4_pattern_allow([^exec_prefix$])
2601m4trace:configure.ac:12: -1- m4_pattern_allow([^prefix$])
2602m4trace:configure.ac:12: -1- m4_pattern_allow([^program_transform_name$])
2603m4trace:configure.ac:12: -1- m4_pattern_allow([^bindir$])
2604m4trace:configure.ac:12: -1- m4_pattern_allow([^sbindir$])
2605m4trace:configure.ac:12: -1- m4_pattern_allow([^libexecdir$])
2606m4trace:configure.ac:12: -1- m4_pattern_allow([^datarootdir$])
2607m4trace:configure.ac:12: -1- m4_pattern_allow([^datadir$])
2608m4trace:configure.ac:12: -1- m4_pattern_allow([^sysconfdir$])
2609m4trace:configure.ac:12: -1- m4_pattern_allow([^sharedstatedir$])
2610m4trace:configure.ac:12: -1- m4_pattern_allow([^localstatedir$])
2611m4trace:configure.ac:12: -1- m4_pattern_allow([^includedir$])
2612m4trace:configure.ac:12: -1- m4_pattern_allow([^oldincludedir$])
2613m4trace:configure.ac:12: -1- m4_pattern_allow([^docdir$])
2614m4trace:configure.ac:12: -1- m4_pattern_allow([^infodir$])
2615m4trace:configure.ac:12: -1- m4_pattern_allow([^htmldir$])
2616m4trace:configure.ac:12: -1- m4_pattern_allow([^dvidir$])
2617m4trace:configure.ac:12: -1- m4_pattern_allow([^pdfdir$])
2618m4trace:configure.ac:12: -1- m4_pattern_allow([^psdir$])
2619m4trace:configure.ac:12: -1- m4_pattern_allow([^libdir$])
2620m4trace:configure.ac:12: -1- m4_pattern_allow([^localedir$])
2621m4trace:configure.ac:12: -1- m4_pattern_allow([^mandir$])
2622m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_NAME$])
2623m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2624m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2625m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_STRING$])
2626m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2627m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_URL$])
2628m4trace:configure.ac:12: -1- m4_pattern_allow([^DEFS$])
2629m4trace:configure.ac:12: -1- m4_pattern_allow([^ECHO_C$])
2630m4trace:configure.ac:12: -1- m4_pattern_allow([^ECHO_N$])
2631m4trace:configure.ac:12: -1- m4_pattern_allow([^ECHO_T$])
2632m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$])
2633m4trace:configure.ac:12: -1- m4_pattern_allow([^build_alias$])
2634m4trace:configure.ac:12: -1- m4_pattern_allow([^host_alias$])
2635m4trace:configure.ac:12: -1- m4_pattern_allow([^target_alias$])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002636m4trace:configure.ac:39: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
2637You should run autoupdate.], [../../lib/autoconf/general.m4:1857: AC_CANONICAL_SYSTEM is expanded from...
2638configure.ac:39: the top level])
2639m4trace:configure.ac:39: -1- m4_pattern_allow([^build$])
2640m4trace:configure.ac:39: -1- m4_pattern_allow([^build_cpu$])
2641m4trace:configure.ac:39: -1- m4_pattern_allow([^build_vendor$])
2642m4trace:configure.ac:39: -1- m4_pattern_allow([^build_os$])
2643m4trace:configure.ac:39: -1- m4_pattern_allow([^host$])
2644m4trace:configure.ac:39: -1- m4_pattern_allow([^host_cpu$])
2645m4trace:configure.ac:39: -1- m4_pattern_allow([^host_vendor$])
2646m4trace:configure.ac:39: -1- m4_pattern_allow([^host_os$])
2647m4trace:configure.ac:39: -1- m4_pattern_allow([^target$])
2648m4trace:configure.ac:39: -1- m4_pattern_allow([^target_cpu$])
2649m4trace:configure.ac:39: -1- m4_pattern_allow([^target_vendor$])
2650m4trace:configure.ac:39: -1- m4_pattern_allow([^target_os$])
2651m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
2652m4trace:configure.ac:40: -1- m4_pattern_allow([^CFLAGS$])
2653m4trace:configure.ac:40: -1- m4_pattern_allow([^LDFLAGS$])
2654m4trace:configure.ac:40: -1- m4_pattern_allow([^LIBS$])
2655m4trace:configure.ac:40: -1- m4_pattern_allow([^CPPFLAGS$])
2656m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
2657m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
2658m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
2659m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
2660m4trace:configure.ac:40: -1- m4_pattern_allow([^ac_ct_CC$])
2661m4trace:configure.ac:40: -1- m4_pattern_allow([^EXEEXT$])
2662m4trace:configure.ac:40: -1- m4_pattern_allow([^OBJEXT$])
2663m4trace:configure.ac:40: -1- m4_pattern_allow([^CPP$])
2664m4trace:configure.ac:40: -1- m4_pattern_allow([^CPPFLAGS$])
2665m4trace:configure.ac:40: -1- m4_pattern_allow([^CPP$])
2666m4trace:configure.ac:41: -1- m4_pattern_allow([^CXX$])
2667m4trace:configure.ac:41: -1- m4_pattern_allow([^CXXFLAGS$])
Emeric Vigier2f625822012-08-06 11:09:52 -04002668m4trace:configure.ac:41: -1- m4_pattern_allow([^LDFLAGS$])
2669m4trace:configure.ac:41: -1- m4_pattern_allow([^LIBS$])
2670m4trace:configure.ac:41: -1- m4_pattern_allow([^CPPFLAGS$])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002671m4trace:configure.ac:41: -1- m4_pattern_allow([^CXX$])
2672m4trace:configure.ac:41: -1- m4_pattern_allow([^ac_ct_CXX$])
2673m4trace:configure.ac:41: -1- m4_pattern_allow([^CXXCPP$])
Emeric Vigier2f625822012-08-06 11:09:52 -04002674m4trace:configure.ac:41: -1- m4_pattern_allow([^CPPFLAGS$])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002675m4trace:configure.ac:41: -1- m4_pattern_allow([^CXXCPP$])
Emeric Vigier2f625822012-08-06 11:09:52 -04002676m4trace:configure.ac:42: -1- m4_pattern_allow([^CXX$])
2677m4trace:configure.ac:42: -1- m4_pattern_allow([^CXXFLAGS$])
2678m4trace:configure.ac:42: -1- m4_pattern_allow([^LDFLAGS$])
2679m4trace:configure.ac:42: -1- m4_pattern_allow([^LIBS$])
2680m4trace:configure.ac:42: -1- m4_pattern_allow([^CPPFLAGS$])
2681m4trace:configure.ac:42: -1- m4_pattern_allow([^CXX$])
2682m4trace:configure.ac:42: -1- m4_pattern_allow([^ac_ct_CXX$])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002683m4trace:configure.ac:44: -1- AM_PROG_LIBTOOL
2684m4trace:configure.ac:44: -1- _m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
Emeric Vigier2f625822012-08-06 11:09:52 -04002685You should run autoupdate.], [m4/libtool.m4:108: AM_PROG_LIBTOOL is expanded from...
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002686configure.ac:44: the top level])
2687m4trace:configure.ac:44: -1- LT_INIT
2688m4trace:configure.ac:44: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
2689m4trace:configure.ac:44: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
2690m4trace:configure.ac:44: -1- LTOPTIONS_VERSION
2691m4trace:configure.ac:44: -1- LTSUGAR_VERSION
2692m4trace:configure.ac:44: -1- LTVERSION_VERSION
2693m4trace:configure.ac:44: -1- LTOBSOLETE_VERSION
2694m4trace:configure.ac:44: -1- _LT_PROG_LTMAIN
2695m4trace:configure.ac:44: -1- m4_pattern_allow([^LIBTOOL$])
2696m4trace:configure.ac:44: -1- _LT_PREPARE_SED_QUOTE_VARS
2697m4trace:configure.ac:44: -1- _LT_PROG_ECHO_BACKSLASH
2698m4trace:configure.ac:44: -1- LT_PATH_LD
2699m4trace:configure.ac:44: -1- m4_pattern_allow([^SED$])
2700m4trace:configure.ac:44: -1- AC_PROG_EGREP
2701m4trace:configure.ac:44: -1- m4_pattern_allow([^GREP$])
2702m4trace:configure.ac:44: -1- m4_pattern_allow([^EGREP$])
2703m4trace:configure.ac:44: -1- m4_pattern_allow([^FGREP$])
2704m4trace:configure.ac:44: -1- m4_pattern_allow([^GREP$])
2705m4trace:configure.ac:44: -1- m4_pattern_allow([^LD$])
2706m4trace:configure.ac:44: -1- LT_PATH_NM
2707m4trace:configure.ac:44: -1- m4_pattern_allow([^DUMPBIN$])
2708m4trace:configure.ac:44: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
2709m4trace:configure.ac:44: -1- m4_pattern_allow([^DUMPBIN$])
2710m4trace:configure.ac:44: -1- m4_pattern_allow([^NM$])
2711m4trace:configure.ac:44: -1- m4_pattern_allow([^LN_S$])
2712m4trace:configure.ac:44: -1- LT_CMD_MAX_LEN
2713m4trace:configure.ac:44: -1- m4_pattern_allow([^OBJDUMP$])
2714m4trace:configure.ac:44: -1- m4_pattern_allow([^OBJDUMP$])
2715m4trace:configure.ac:44: -1- m4_pattern_allow([^DLLTOOL$])
2716m4trace:configure.ac:44: -1- m4_pattern_allow([^DLLTOOL$])
2717m4trace:configure.ac:44: -1- m4_pattern_allow([^AR$])
2718m4trace:configure.ac:44: -1- m4_pattern_allow([^ac_ct_AR$])
2719m4trace:configure.ac:44: -1- m4_pattern_allow([^STRIP$])
2720m4trace:configure.ac:44: -1- m4_pattern_allow([^RANLIB$])
2721m4trace:configure.ac:44: -1- m4_pattern_allow([^AWK$])
2722m4trace:configure.ac:44: -1- _LT_WITH_SYSROOT
2723m4trace:configure.ac:44: -1- m4_pattern_allow([LT_OBJDIR])
2724m4trace:configure.ac:44: -1- m4_pattern_allow([^LT_OBJDIR$])
2725m4trace:configure.ac:44: -1- _LT_CC_BASENAME([$compiler])
2726m4trace:configure.ac:44: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
2727m4trace:configure.ac:44: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
2728m4trace:configure.ac:44: -1- LT_SUPPORTED_TAG([CC])
2729m4trace:configure.ac:44: -1- _LT_COMPILER_BOILERPLATE
2730m4trace:configure.ac:44: -1- _LT_LINKER_BOILERPLATE
2731m4trace:configure.ac:44: -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"])
2732m4trace:configure.ac:44: -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
Emeric Vigier2f625822012-08-06 11:09:52 -04002733 "" | " "*) ;;
2734 *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
2735 esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
2736 _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002737m4trace:configure.ac:44: -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, )=])
2738m4trace:configure.ac:44: -1- m4_pattern_allow([^MANIFEST_TOOL$])
2739m4trace:configure.ac:44: -1- _LT_REQUIRED_DARWIN_CHECKS
2740m4trace:configure.ac:44: -1- m4_pattern_allow([^DSYMUTIL$])
2741m4trace:configure.ac:44: -1- m4_pattern_allow([^NMEDIT$])
2742m4trace:configure.ac:44: -1- m4_pattern_allow([^LIPO$])
2743m4trace:configure.ac:44: -1- m4_pattern_allow([^OTOOL$])
2744m4trace:configure.ac:44: -1- m4_pattern_allow([^OTOOL64$])
2745m4trace:configure.ac:44: -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'])
2746m4trace:configure.ac:44: -1- LT_SYS_DLOPEN_SELF
2747m4trace:configure.ac:44: -1- m4_pattern_allow([^STDC_HEADERS$])
2748m4trace:configure.ac:44: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
2749m4trace:configure.ac:44: -1- LT_LANG([CXX])
2750m4trace:configure.ac:44: -1- LT_SUPPORTED_TAG([CXX])
2751m4trace:configure.ac:44: -1- m4_pattern_allow([^CXXCPP$])
2752m4trace:configure.ac:44: -1- m4_pattern_allow([^CPPFLAGS$])
2753m4trace:configure.ac:44: -1- m4_pattern_allow([^CXXCPP$])
2754m4trace:configure.ac:44: -1- _LT_COMPILER_BOILERPLATE
2755m4trace:configure.ac:44: -1- _LT_LINKER_BOILERPLATE
2756m4trace:configure.ac:44: -1- _LT_CC_BASENAME([$compiler])
2757m4trace:configure.ac:44: -1- LT_PATH_LD
2758m4trace:configure.ac:44: -1- m4_pattern_allow([^LD$])
2759m4trace:configure.ac:44: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
Emeric Vigier2f625822012-08-06 11:09:52 -04002760 "" | " "*) ;;
2761 *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
2762 esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
2763 _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002764m4trace:configure.ac:44: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
2765m4trace:configure.ac:45: -1- AM_INIT_AUTOMAKE([ccrtp], [$VERSION])
2766m4trace:configure.ac:45: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2767m4trace:configure.ac:45: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2768m4trace:configure.ac:45: -1- AM_AUTOMAKE_VERSION([1.13.4])
2769m4trace:configure.ac:45: -1- _AM_AUTOCONF_VERSION([2.69])
2770m4trace:configure.ac:45: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2771m4trace:configure.ac:45: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
2772m4trace:configure.ac:45: -1- m4_pattern_allow([^INSTALL_DATA$])
2773m4trace:configure.ac:45: -1- m4_pattern_allow([^am__isrc$])
2774m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([am__isrc])
2775m4trace:configure.ac:45: -1- m4_pattern_allow([^CYGPATH_W$])
2776m4trace:configure.ac:45: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [/usr/share/aclocal-1.13/init.m4:23: AM_INIT_AUTOMAKE is expanded from...
2777configure.ac:45: the top level])
2778m4trace:configure.ac:45: -1- m4_pattern_allow([^PACKAGE$])
2779m4trace:configure.ac:45: -1- m4_pattern_allow([^VERSION$])
2780m4trace:configure.ac:45: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
2781 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
2782m4trace:configure.ac:45: -2- _AM_MANGLE_OPTION([no-define])
2783m4trace:configure.ac:45: -1- m4_pattern_allow([^PACKAGE$])
2784m4trace:configure.ac:45: -1- m4_pattern_allow([^VERSION$])
2785m4trace:configure.ac:45: -1- AM_SANITY_CHECK
2786m4trace:configure.ac:45: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2787m4trace:configure.ac:45: -1- AM_MISSING_HAS_RUN
2788m4trace:configure.ac:45: -1- AM_AUX_DIR_EXPAND
2789m4trace:configure.ac:45: -1- m4_pattern_allow([^ACLOCAL$])
2790m4trace:configure.ac:45: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
2791m4trace:configure.ac:45: -1- m4_pattern_allow([^AUTOCONF$])
2792m4trace:configure.ac:45: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2793m4trace:configure.ac:45: -1- m4_pattern_allow([^AUTOMAKE$])
2794m4trace:configure.ac:45: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
2795m4trace:configure.ac:45: -1- m4_pattern_allow([^AUTOHEADER$])
2796m4trace:configure.ac:45: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
2797m4trace:configure.ac:45: -1- m4_pattern_allow([^MAKEINFO$])
2798m4trace:configure.ac:45: -1- AM_PROG_INSTALL_SH
2799m4trace:configure.ac:45: -1- m4_pattern_allow([^install_sh$])
2800m4trace:configure.ac:45: -1- AM_PROG_INSTALL_STRIP
2801m4trace:configure.ac:45: -1- m4_pattern_allow([^STRIP$])
2802m4trace:configure.ac:45: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
2803m4trace:configure.ac:45: -1- m4_pattern_allow([^MKDIR_P$])
2804m4trace:configure.ac:45: -1- m4_pattern_allow([^mkdir_p$])
2805m4trace:configure.ac:45: -1- m4_pattern_allow([^SET_MAKE$])
2806m4trace:configure.ac:45: -1- AM_SET_LEADING_DOT
2807m4trace:configure.ac:45: -1- m4_pattern_allow([^am__leading_dot$])
2808m4trace:configure.ac:45: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
Emeric Vigier2f625822012-08-06 11:09:52 -04002809 [_AM_PROG_TAR([v7])])])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002810m4trace:configure.ac:45: -2- _AM_MANGLE_OPTION([tar-ustar])
2811m4trace:configure.ac:45: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
2812m4trace:configure.ac:45: -2- _AM_MANGLE_OPTION([tar-pax])
2813m4trace:configure.ac:45: -1- _AM_PROG_TAR([v7])
2814m4trace:configure.ac:45: -1- m4_pattern_allow([^AMTAR$])
2815m4trace:configure.ac:45: -1- m4_pattern_allow([^am__tar$])
2816m4trace:configure.ac:45: -1- m4_pattern_allow([^am__untar$])
2817m4trace:configure.ac:45: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
2818 [_AM_DEPENDENCIES([CC])],
2819 [m4_define([AC_PROG_CC],
2820 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04002821AC_PROVIDE_IFELSE([AC_PROG_CXX],
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002822 [_AM_DEPENDENCIES([CXX])],
2823 [m4_define([AC_PROG_CXX],
2824 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04002825AC_PROVIDE_IFELSE([AC_PROG_OBJC],
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002826 [_AM_DEPENDENCIES([OBJC])],
2827 [m4_define([AC_PROG_OBJC],
2828 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
2829AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
2830 [_AM_DEPENDENCIES([OBJCXX])],
2831 [m4_define([AC_PROG_OBJCXX],
2832 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
Emeric Vigier2f625822012-08-06 11:09:52 -04002833])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002834m4trace:configure.ac:45: -2- _AM_MANGLE_OPTION([no-dependencies])
2835m4trace:configure.ac:45: -1- _AM_DEPENDENCIES([CC])
2836m4trace:configure.ac:45: -1- AM_SET_DEPDIR
2837m4trace:configure.ac:45: -1- m4_pattern_allow([^DEPDIR$])
2838m4trace:configure.ac:45: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
2839m4trace:configure.ac:45: -1- AM_MAKE_INCLUDE
2840m4trace:configure.ac:45: -1- m4_pattern_allow([^am__include$])
2841m4trace:configure.ac:45: -1- m4_pattern_allow([^am__quote$])
2842m4trace:configure.ac:45: -1- AM_DEP_TRACK
2843m4trace:configure.ac:45: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2844m4trace:configure.ac:45: -1- m4_pattern_allow([^AMDEP_TRUE$])
2845m4trace:configure.ac:45: -1- m4_pattern_allow([^AMDEP_FALSE$])
2846m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
2847m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
2848m4trace:configure.ac:45: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
2849m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
2850m4trace:configure.ac:45: -1- m4_pattern_allow([^am__nodep$])
2851m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([am__nodep])
2852m4trace:configure.ac:45: -1- m4_pattern_allow([^CCDEPMODE$])
2853m4trace:configure.ac:45: -1- AM_CONDITIONAL([am__fastdepCC], [
Emeric Vigier2f625822012-08-06 11:09:52 -04002854 test "x$enable_dependency_tracking" != xno \
2855 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002856m4trace:configure.ac:45: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
2857m4trace:configure.ac:45: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
2858m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
2859m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
2860m4trace:configure.ac:45: -1- _AM_DEPENDENCIES([CXX])
2861m4trace:configure.ac:45: -1- m4_pattern_allow([^CXXDEPMODE$])
2862m4trace:configure.ac:45: -1- AM_CONDITIONAL([am__fastdepCXX], [
Emeric Vigier2f625822012-08-06 11:09:52 -04002863 test "x$enable_dependency_tracking" != xno \
2864 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002865m4trace:configure.ac:45: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
2866m4trace:configure.ac:45: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
2867m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
2868m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
2869m4trace:configure.ac:45: -1- AM_SILENT_RULES
2870m4trace:configure.ac:45: -1- m4_pattern_allow([^AM_V$])
2871m4trace:configure.ac:45: -1- AM_SUBST_NOTMAKE([AM_V])
2872m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([AM_V])
2873m4trace:configure.ac:45: -1- m4_pattern_allow([^AM_DEFAULT_V$])
2874m4trace:configure.ac:45: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2875m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2876m4trace:configure.ac:45: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2877m4trace:configure.ac:45: -1- m4_pattern_allow([^AM_BACKSLASH$])
2878m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2879m4trace:configure.ac:46: -1- AM_CONFIG_HEADER([ccrtp-config.h])
2880m4trace:configure.ac:46: -1- _m4_warn([obsolete], ['AM_CONFIG_HEADER': this macro is obsolete.
2881You should use the 'AC_CONFIG_HEADERS' macro instead.], [/usr/share/aclocal-1.13/obsolete.m4:11: AM_CONFIG_HEADER is expanded from...
2882configure.ac:46: the top level])
2883m4trace:configure.ac:48: -1- m4_pattern_allow([^restrict$])
2884m4trace:configure.ac:48: -1- m4_pattern_allow([^restrict$])
2885m4trace:configure.ac:49: -1- m4_pattern_allow([^volatile$])
2886m4trace:configure.ac:82: -1- m4_pattern_allow([^SRTP_SUPPORT$])
2887m4trace:configure.ac:90: -1- AM_PATH_LIBGCRYPT_CCRTP([1:1.2.3], [AC_CHECK_HEADERS([gcrypt.h],
Emeric Vigier2f625822012-08-06 11:09:52 -04002888 [], AC_MSG_ERROR([libgcrypt headers not found.]))
2889 LIBS="$LIBGCRYPT_LIBS $LIBS"
2890 gcrypt="true"
2891 ], [AC_CHECK_LIB([crypto],
2892 [EVP_CipherInit_ex],
2893 [AC_CHECK_HEADERS([openssl/bn.h openssl/aes.h openssl/sha.h],
2894 [], AC_MSG_ERROR([OpenSSL headers not found.]))
2895 LIBS="-lcrypto $LIBS"
2896 openssl="true"
2897 ],
2898 [AC_MSG_ERROR([Cannot find libgcrypt or OpenSSL crypto library.])]
2899 )
2900
2901 ])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002902m4trace:configure.ac:90: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
2903You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
Emeric Vigier2f625822012-08-06 11:09:52 -04002904m4/libgcrypt_local.m4:23: AM_PATH_LIBGCRYPT_CCRTP is expanded from...
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002905configure.ac:90: the top level])
2906m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBGCRYPT_CONFIG$])
2907m4trace:configure.ac:90: -1- m4_pattern_allow([^HAVE_GCRYPT_H$])
2908m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBGCRYPT_CFLAGS$])
2909m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBGCRYPT_LIBS$])
2910m4trace:configure.ac:107: -1- AM_CONDITIONAL([SRTP_OPENSSL], [test "$openssl" = "true"])
2911m4trace:configure.ac:107: -1- m4_pattern_allow([^SRTP_OPENSSL_TRUE$])
2912m4trace:configure.ac:107: -1- m4_pattern_allow([^SRTP_OPENSSL_FALSE$])
2913m4trace:configure.ac:107: -1- _AM_SUBST_NOTMAKE([SRTP_OPENSSL_TRUE])
2914m4trace:configure.ac:107: -1- _AM_SUBST_NOTMAKE([SRTP_OPENSSL_FALSE])
2915m4trace:configure.ac:108: -1- AM_CONDITIONAL([SRTP_GCRYPT], [test "$gcrypt" = "true"])
2916m4trace:configure.ac:108: -1- m4_pattern_allow([^SRTP_GCRYPT_TRUE$])
2917m4trace:configure.ac:108: -1- m4_pattern_allow([^SRTP_GCRYPT_FALSE$])
2918m4trace:configure.ac:108: -1- _AM_SUBST_NOTMAKE([SRTP_GCRYPT_TRUE])
2919m4trace:configure.ac:108: -1- _AM_SUBST_NOTMAKE([SRTP_GCRYPT_FALSE])
2920m4trace:configure.ac:112: -1- OST_PROG_COMMON
2921m4trace:configure.ac:113: -1- OST_PROG_LIBVER
2922m4trace:configure.ac:113: -1- m4_pattern_allow([^LT_RELEASE$])
2923m4trace:configure.ac:113: -1- m4_pattern_allow([^LT_SUBVER$])
2924m4trace:configure.ac:113: -1- m4_pattern_allow([^LT_MAJOR$])
2925m4trace:configure.ac:113: -1- m4_pattern_allow([^LT_MINOR$])
2926m4trace:configure.ac:114: -1- OST_PROG_LIBRARY([CCXX], [$LT_VERSION])
2927m4trace:configure.ac:114: -1- m4_pattern_allow([^RANLIB$])
2928m4trace:configure.ac:114: -1- m4_pattern_allow([^LT_CCXX_VERSION$])
2929m4trace:configure.ac:115: -1- OST_AUTOMAKE_MODE
2930m4trace:configure.ac:116: -1- OST_MAINTAINER_MODE
2931m4trace:configure.ac:116: -1- AM_MAINTAINER_MODE
2932m4trace:configure.ac:116: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2933m4trace:configure.ac:116: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
2934m4trace:configure.ac:116: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
2935m4trace:configure.ac:116: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
2936m4trace:configure.ac:116: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
2937m4trace:configure.ac:116: -1- m4_pattern_allow([^MAINT$])
2938m4trace:configure.ac:116: -1- m4_pattern_allow([^FTPDIR$])
2939m4trace:configure.ac:117: -1- PKG_CHECK_MODULES([COMMONCPP], [commoncpp >= $REQUIRES])
2940m4trace:configure.ac:117: -1- PKG_PROG_PKG_CONFIG
2941m4trace:configure.ac:117: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2942m4trace:configure.ac:117: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
2943m4trace:configure.ac:117: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
2944m4trace:configure.ac:117: -1- m4_pattern_allow([^PKG_CONFIG$])
2945m4trace:configure.ac:117: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
2946m4trace:configure.ac:117: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
2947m4trace:configure.ac:117: -1- m4_pattern_allow([^PKG_CONFIG$])
2948m4trace:configure.ac:117: -1- m4_pattern_allow([^COMMONCPP_CFLAGS$])
2949m4trace:configure.ac:117: -1- m4_pattern_allow([^COMMONCPP_LIBS$])
2950m4trace:configure.ac:117: -1- PKG_CHECK_EXISTS([commoncpp >= $REQUIRES], [pkg_cv_[]COMMONCPP_CFLAGS=`$PKG_CONFIG --[]cflags "commoncpp >= $REQUIRES" 2>/dev/null`
Emeric Vigier2f625822012-08-06 11:09:52 -04002951 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002952m4trace:configure.ac:117: -1- PKG_CHECK_EXISTS([commoncpp >= $REQUIRES], [pkg_cv_[]COMMONCPP_LIBS=`$PKG_CONFIG --[]libs "commoncpp >= $REQUIRES" 2>/dev/null`
Emeric Vigier2f625822012-08-06 11:09:52 -04002953 test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002954m4trace:configure.ac:117: -1- _PKG_SHORT_ERRORS_SUPPORTED
2955m4trace:configure.ac:120: -1- m4_pattern_allow([^GNULIBS$])
2956m4trace:configure.ac:128: -1- m4_pattern_allow([^WARN_FLAGS$])
2957m4trace:configure.ac:130: -1- OST_DEBUG
2958m4trace:configure.ac:133: -1- m4_pattern_allow([^HAVE_DL_H$])
2959m4trace:configure.ac:133: -1- m4_pattern_allow([^HAVE_LIBNANA$])
2960m4trace:configure.ac:142: -1- m4_pattern_allow([^KDOC_DIR$])
2961m4trace:configure.ac:143: -1- m4_pattern_allow([^LT_VERSION$])
2962m4trace:configure.ac:145: -1- m4_pattern_allow([^DOXYGEN$])
2963m4trace:configure.ac:146: -1- m4_pattern_allow([^DOXYGEN$])
2964m4trace:configure.ac:147: -1- AM_CONDITIONAL([DOXY], [test "$DOXYGEN" != "no"])
2965m4trace:configure.ac:147: -1- m4_pattern_allow([^DOXY_TRUE$])
2966m4trace:configure.ac:147: -1- m4_pattern_allow([^DOXY_FALSE$])
2967m4trace:configure.ac:147: -1- _AM_SUBST_NOTMAKE([DOXY_TRUE])
2968m4trace:configure.ac:147: -1- _AM_SUBST_NOTMAKE([DOXY_FALSE])
2969m4trace:configure.ac:149: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
Emeric Vigier2f625822012-08-06 11:09:52 -04002970You should run autoupdate.], [])
Alexandre Lisionddd731e2014-01-31 11:50:08 -05002971m4trace:configure.ac:149: -1- m4_pattern_allow([^LIB@&t@OBJS$])
2972m4trace:configure.ac:149: -1- m4_pattern_allow([^LTLIBOBJS$])
2973m4trace:configure.ac:149: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
2974m4trace:configure.ac:149: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
2975m4trace:configure.ac:149: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
2976m4trace:configure.ac:149: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
2977m4trace:configure.ac:149: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
2978m4trace:configure.ac:149: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
2979m4trace:configure.ac:149: -1- _LT_PROG_LTMAIN
2980m4trace:configure.ac:149: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS