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