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