resetting manifest requested domain to floor
[platform/upstream/libbullet.git] / autom4te.cache / traces.0
1 m4trace:/usr/local/share/aclocal/argz.m4:76: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
2
3 AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
4
5 AC_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
15 ARGZ_H=
16 AC_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
19 dnl if have system argz functions, allow forced use of
20 dnl libltdl-supplied implementation (and default to do so
21 dnl on "known bad" systems). Could use a runtime check, but
22 dnl (a) detecting malloc issues is notoriously unreliable
23 dnl (b) only known system that declares argz functions,
24 dnl     provides them, yet they are broken, is cygwin
25 dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
26 dnl So, it's more straightforward simply to special case
27 dnl this for known bad systems.
28 AS_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
63 AC_SUBST([ARGZ_H])
64 ])
65 m4trace:/usr/local/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
66 m4trace:/usr/local/share/aclocal/libtool.m4:104: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
67 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
68 AC_BEFORE([$0], [LT_LANG])dnl
69 AC_BEFORE([$0], [LT_OUTPUT])dnl
70 AC_BEFORE([$0], [LTDL_INIT])dnl
71 m4_require([_LT_CHECK_BUILDDIR])dnl
72
73 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
74 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
75 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
76 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
77 dnl unless we require an AC_DEFUNed macro:
78 AC_REQUIRE([LTOPTIONS_VERSION])dnl
79 AC_REQUIRE([LTSUGAR_VERSION])dnl
80 AC_REQUIRE([LTVERSION_VERSION])dnl
81 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
82 m4_require([_LT_PROG_LTMAIN])dnl
83
84 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
85
86 dnl Parse OPTIONS
87 _LT_SET_OPTIONS([$0], [$1])
88
89 # This can be used to rebuild libtool when needed
90 LIBTOOL_DEPS="$ltmain"
91
92 # Always use our own libtool.
93 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
94 AC_SUBST(LIBTOOL)dnl
95
96 _LT_SETUP
97
98 # Only expand once:
99 m4_define([LT_INIT])
100 ])
101 m4trace:/usr/local/share/aclocal/libtool.m4:107: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
102 m4trace:/usr/local/share/aclocal/libtool.m4:107: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
103 You should run autoupdate.])dnl
104 m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
105 m4trace:/usr/local/share/aclocal/libtool.m4:108: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
106 m4trace:/usr/local/share/aclocal/libtool.m4:108: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
107 You should run autoupdate.])dnl
108 m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
109 m4trace:/usr/local/share/aclocal/libtool.m4:692: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
110 AC_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
114 cat >>"$CONFIG_LT" <<\_LTEOF
115 lt_cl_silent=false
116 exec AS_MESSAGE_LOG_FD>>config.log
117 {
118   echo
119   AS_BOX([Running $as_me.])
120 } >&AS_MESSAGE_LOG_FD
121
122 lt_cl_help="\
123 \`$as_me' creates a local libtool stub from the current configuration,
124 for use in further configure time tests before the real libtool is
125 generated.
126
127 Usage: $[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
134 Report bugs to <bug-libtool@gnu.org>."
135
136 lt_cl_version="\
137 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
138 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
139 configured by $[0], generated by m4_PACKAGE_STRING.
140
141 Copyright (C) 2010 Free Software Foundation, Inc.
142 This config.lt script is free software; the Free Software Foundation
143 gives unlimited permision to copy, distribute and modify it."
144
145 while test $[#] != 0
146 do
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]
158 Try \`$[0] --help' for more information.]) ;;
159
160     *) AC_MSG_ERROR([unrecognized argument: $[1]
161 Try \`$[0] --help' for more information.]) ;;
162   esac
163   shift
164 done
165
166 if $lt_cl_silent; then
167   exec AS_MESSAGE_FD>/dev/null
168 fi
169 _LTEOF
170
171 cat >>"$CONFIG_LT" <<_LTEOF
172 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
173 _LTEOF
174
175 cat >>"$CONFIG_LT" <<\_LTEOF
176 AC_MSG_NOTICE([creating $ofile])
177 _LT_OUTPUT_LIBTOOL_COMMANDS
178 AS_EXIT(0)
179 _LTEOF
180 chmod +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.
186 lt_cl_success=:
187 test "$silent" = yes &&
188   lt_config_lt_args="$lt_config_lt_args --quiet"
189 exec AS_MESSAGE_LOG_FD>/dev/null
190 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
191 exec AS_MESSAGE_LOG_FD>>config.log
192 $lt_cl_success || AS_EXIT(1)
193 ])
194 m4trace:/usr/local/share/aclocal/libtool.m4:788: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
195 m4trace:/usr/local/share/aclocal/libtool.m4:811: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
196 m4_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 ])
207 m4trace:/usr/local/share/aclocal/libtool.m4:861: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
208 m4trace:/usr/local/share/aclocal/libtool.m4:861: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
209 You should run autoupdate.])dnl
210 LT_LANG(C++)])
211 m4trace:/usr/local/share/aclocal/libtool.m4:862: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
212 m4trace:/usr/local/share/aclocal/libtool.m4:862: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
213 You should run autoupdate.])dnl
214 LT_LANG(Fortran 77)])
215 m4trace:/usr/local/share/aclocal/libtool.m4:863: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
216 m4trace:/usr/local/share/aclocal/libtool.m4:863: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
217 You should run autoupdate.])dnl
218 LT_LANG(Fortran)])
219 m4trace:/usr/local/share/aclocal/libtool.m4:864: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
220 m4trace:/usr/local/share/aclocal/libtool.m4:864: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
221 You should run autoupdate.])dnl
222 LT_LANG(Java)])
223 m4trace:/usr/local/share/aclocal/libtool.m4:865: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
224 m4trace:/usr/local/share/aclocal/libtool.m4:865: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
225 You should run autoupdate.])dnl
226 LT_LANG(Windows Resource)])
227 m4trace:/usr/local/share/aclocal/libtool.m4:1210: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
228 AC_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
233 dnl lt_sysroot will always be passed unquoted.  We quote it here
234 dnl in case the user passed a directory name.
235 lt_sysroot=
236 case ${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    ;;
251 esac
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.])])
256 m4trace:/usr/local/share/aclocal/libtool.m4:1484: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
257 m4_require([_LT_DECL_SED])dnl
258 AC_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
289 if test x"[$]$2" = xyes; then
290     m4_if([$5], , :, [$5])
291 else
292     m4_if([$6], , :, [$6])
293 fi
294 ])
295 m4trace:/usr/local/share/aclocal/libtool.m4:1487: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
296 m4trace:/usr/local/share/aclocal/libtool.m4:1487: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
297 You should run autoupdate.])dnl
298 m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
299 m4trace:/usr/local/share/aclocal/libtool.m4:1528: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
300 m4_require([_LT_DECL_SED])dnl
301 AC_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
325 if test x"[$]$2" = xyes; then
326     m4_if([$4], , :, [$4])
327 else
328     m4_if([$5], , :, [$5])
329 fi
330 ])
331 m4trace:/usr/local/share/aclocal/libtool.m4:1531: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
332 m4trace:/usr/local/share/aclocal/libtool.m4:1531: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
333 You should run autoupdate.])dnl
334 m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
335 m4trace:/usr/local/share/aclocal/libtool.m4:1668: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
336 # find the maximum length of command line arguments
337 AC_MSG_CHECKING([the maximum length of command line arguments])
338 AC_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 ])
456 if test -n $lt_cv_sys_max_cmd_len ; then
457   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
458 else
459   AC_MSG_RESULT(none)
460 fi
461 max_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 ])
465 m4trace:/usr/local/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($@)])])
466 m4trace:/usr/local/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.
467 You should run autoupdate.])dnl
468 m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
469 m4trace:/usr/local/share/aclocal/libtool.m4:1896: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
470 if test "x$enable_dlopen" != xyes; then
471   enable_dlopen=unknown
472   enable_dlopen_self=unknown
473   enable_dlopen_self_static=unknown
474 else
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
575 fi
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 ])
583 m4trace:/usr/local/share/aclocal/libtool.m4:1899: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
584 m4trace:/usr/local/share/aclocal/libtool.m4:1899: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
585 You should run autoupdate.])dnl
586 m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
587 m4trace:/usr/local/share/aclocal/libtool.m4:2930: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
588 AC_MSG_CHECKING([for $1])
589 AC_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
597 dnl $ac_dummy forces splitting on constant user-supplied paths.
598 dnl POSIX.2 word splitting is done only on the output of word expansions,
599 dnl 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   ;;
636 esac])
637 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
638 if test -n "$MAGIC_CMD"; then
639   AC_MSG_RESULT($MAGIC_CMD)
640 else
641   AC_MSG_RESULT(no)
642 fi
643 _LT_DECL([], [MAGIC_CMD], [0],
644          [Used to examine libraries when file_magic_cmd begins with "file"])dnl
645 ])
646 m4trace:/usr/local/share/aclocal/libtool.m4:2933: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
647 m4trace:/usr/local/share/aclocal/libtool.m4:2933: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
648 You should run autoupdate.])dnl
649 m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
650 m4trace:/usr/local/share/aclocal/libtool.m4:3042: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
651 AC_REQUIRE([AC_CANONICAL_HOST])dnl
652 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
653 m4_require([_LT_DECL_SED])dnl
654 m4_require([_LT_DECL_EGREP])dnl
655 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
656
657 AC_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
663 ac_prog=ld
664 if 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
694 elif test "$with_gnu_ld" = yes; then
695   AC_MSG_CHECKING([for GNU ld])
696 else
697   AC_MSG_CHECKING([for non-GNU ld])
698 fi
699 AC_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"
721 else
722   lt_cv_path_LD="$LD" # Let the user override the test with a path.
723 fi])
724 LD="$lt_cv_path_LD"
725 if test -n "$LD"; then
726   AC_MSG_RESULT($LD)
727 else
728   AC_MSG_RESULT(no)
729 fi
730 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
731 _LT_PATH_LD_GNU
732 AC_SUBST([LD])
733
734 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
735 ])
736 m4trace:/usr/local/share/aclocal/libtool.m4:3045: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
737 m4trace:/usr/local/share/aclocal/libtool.m4:3045: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
738 You should run autoupdate.])dnl
739 m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
740 m4trace:/usr/local/share/aclocal/libtool.m4:3046: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
741 m4trace:/usr/local/share/aclocal/libtool.m4:3046: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
742 You should run autoupdate.])dnl
743 m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
744 m4trace:/usr/local/share/aclocal/libtool.m4:3427: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
745 AC_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"
749 else
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}
788 fi])
789 if test "$lt_cv_path_NM" != "no"; then
790   NM="$lt_cv_path_NM"
791 else
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
810 fi
811 test -z "$NM" && NM=nm
812 AC_SUBST([NM])
813 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
814
815 AC_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 ])
831 m4trace:/usr/local/share/aclocal/libtool.m4:3430: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
832 m4trace:/usr/local/share/aclocal/libtool.m4:3430: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
833 You should run autoupdate.])dnl
834 m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
835 m4trace:/usr/local/share/aclocal/libtool.m4:3431: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
836 m4trace:/usr/local/share/aclocal/libtool.m4:3431: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
837 You should run autoupdate.])dnl
838 m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
839 m4trace:/usr/local/share/aclocal/libtool.m4:3517: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
840 LIBM=
841 case $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   ;;
852 esac
853 AC_SUBST([LIBM])
854 ])
855 m4trace:/usr/local/share/aclocal/libtool.m4:3520: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
856 m4trace:/usr/local/share/aclocal/libtool.m4:3520: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
857 You should run autoupdate.])dnl
858 m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
859 m4trace:/usr/local/share/aclocal/libtool.m4:7484: -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 ])
865 m4trace:/usr/local/share/aclocal/libtool.m4:7487: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
866 m4trace:/usr/local/share/aclocal/libtool.m4:7487: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
867 You should run autoupdate.])dnl
868 m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
869 m4trace:/usr/local/share/aclocal/libtool.m4:7496: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
870 ])
871 m4trace:/usr/local/share/aclocal/libtool.m4:7499: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
872 m4trace:/usr/local/share/aclocal/libtool.m4:7499: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
873 You should run autoupdate.])dnl
874 m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
875 m4trace:/usr/local/share/aclocal/libtool.m4:7619: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
876 m4trace:/usr/local/share/aclocal/libtool.m4:7619: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
877 You should run autoupdate.])dnl
878 m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
879 m4trace:/usr/local/share/aclocal/ltdl.m4:19: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
880 _$0($*)
881 ])
882 m4trace:/usr/local/share/aclocal/ltdl.m4:77: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
883 dnl Although the argument is deprecated and no longer documented,
884 dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
885 dnl here make sure it is the same as any other declaration of libltdl's
886 dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
887 dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
888 m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
889 _$0()
890 ])
891 m4trace:/usr/local/share/aclocal/ltdl.m4:83: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
892 _LTDL_CONVENIENCE])
893 m4trace:/usr/local/share/aclocal/ltdl.m4:83: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
894 You should run autoupdate.])dnl
895 _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
896 _LTDL_CONVENIENCE])
897 m4trace:/usr/local/share/aclocal/ltdl.m4:133: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
898 dnl Although the argument is deprecated and no longer documented,
899 dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
900 dnl here make sure it is the same as any other declaration of libltdl's
901 dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
902 dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
903 m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
904 _$0()
905 ])
906 m4trace:/usr/local/share/aclocal/ltdl.m4:139: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
907 _LTDL_INSTALLABLE])
908 m4trace:/usr/local/share/aclocal/ltdl.m4:139: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
909 You should run autoupdate.])dnl
910 _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
911 _LTDL_INSTALLABLE])
912 m4trace:/usr/local/share/aclocal/ltdl.m4:216: -1- AC_DEFUN([_LT_LIBOBJ], [
913   m4_pattern_allow([^_LT_LIBOBJS$])
914   _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
915 ])
916 m4trace:/usr/local/share/aclocal/ltdl.m4:349: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
917 _LT_SET_OPTIONS([$0], [$1])
918
919 dnl We need to keep our own list of libobjs separate from our parent project,
920 dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
921 dnl we look for our own LIBOBJs.
922 m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
923 m4_pushdef([AC_LIBSOURCES])
924
925 dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
926 m4_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
931 AC_ARG_WITH([included_ltdl],
932     [AS_HELP_STRING([--with-included-ltdl],
933                     [use the GNU ltdl sources included here])])
934
935 if 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   )
949 fi
950
951 dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
952 dnl was called yet, then for old times' sake, we assume libltdl is in an
953 dnl eponymous directory:
954 AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
955
956 AC_ARG_WITH([ltdl_include],
957     [AS_HELP_STRING([--with-ltdl-include=DIR],
958                     [use the ltdl headers installed in DIR])])
959
960 if 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
965 else
966   with_ltdl_include=no
967 fi
968
969 AC_ARG_WITH([ltdl_lib],
970     [AS_HELP_STRING([--with-ltdl-lib=DIR],
971                     [use the libltdl.la installed in DIR])])
972
973 if 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
978 else
979   with_ltdl_lib=no
980 fi
981
982 case ,$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         ;;
1006 esac
1007 INCLTDL="$LTDLINCL"
1008
1009 # Report our decision...
1010 AC_MSG_CHECKING([where to find libltdl headers])
1011 AC_MSG_RESULT([$LTDLINCL])
1012 AC_MSG_CHECKING([where to find libltdl library])
1013 AC_MSG_RESULT([$LIBLTDL])
1014
1015 _LTDL_SETUP
1016
1017 dnl restore autoconf definition.
1018 m4_popdef([AC_LIBOBJ])
1019 m4_popdef([AC_LIBSOURCES])
1020
1021 AC_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:
1037 m4_define([LTDL_INIT])
1038 ])
1039 m4trace:/usr/local/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
1040 m4trace:/usr/local/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
1041 You should run autoupdate.])dnl
1042 LTDL_INIT($@)])
1043 m4trace:/usr/local/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
1044 m4trace:/usr/local/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
1045 You should run autoupdate.])dnl
1046 LTDL_INIT($@)])
1047 m4trace:/usr/local/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
1048 m4trace:/usr/local/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
1049 You should run autoupdate.])dnl
1050 LTDL_INIT($@)])
1051 m4trace:/usr/local/share/aclocal/ltdl.m4:421: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
1052 AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
1053 AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
1054 AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
1055 AC_REQUIRE([LT_LIB_DLLOAD])dnl
1056 AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
1057 AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
1058 AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
1059 AC_REQUIRE([gl_FUNC_ARGZ])dnl
1060
1061 m4_require([_LT_CHECK_OBJDIR])dnl
1062 m4_require([_LT_HEADER_DLFCN])dnl
1063 m4_require([_LT_CHECK_DLPREOPEN])dnl
1064 m4_require([_LT_DECL_SED])dnl
1065
1066 dnl Don't require this, or it will be expanded earlier than the code
1067 dnl that sets the variables it relies on:
1068 _LT_ENABLE_INSTALL
1069
1070 dnl _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).
1078 AC_CONFIG_COMMANDS_PRE([dnl
1079 m4_pattern_allow([^LT_CONFIG_H$])dnl
1080 m4_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         [])])])
1085 AC_SUBST([LT_CONFIG_H])
1086
1087 AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
1088         [], [], [AC_INCLUDES_DEFAULT])
1089
1090 AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
1091 AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
1092
1093 m4_pattern_allow([LT_LIBEXT])dnl
1094 AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
1095
1096 name=
1097 eval "lt_libprefix=\"$libname_spec\""
1098 m4_pattern_allow([LT_LIBPREFIX])dnl
1099 AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
1100
1101 name=ltdl
1102 eval "LTDLOPEN=\"$libname_spec\""
1103 AC_SUBST([LTDLOPEN])
1104 ])
1105 m4trace:/usr/local/share/aclocal/ltdl.m4:539: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1106 AC_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   ])
1196 if 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().])
1199 fi
1200 ])
1201 m4trace:/usr/local/share/aclocal/ltdl.m4:542: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
1202 m4trace:/usr/local/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.
1203 You should run autoupdate.])dnl
1204 m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
1205 m4trace:/usr/local/share/aclocal/ltdl.m4:562: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1206 AC_CACHE_CHECK([which extension is used for runtime loadable modules],
1207   [libltdl_cv_shlibext],
1208 [
1209 module=yes
1210 eval libltdl_cv_shlibext=$shrext_cmds
1211   ])
1212 if 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".])
1216 fi
1217 ])
1218 m4trace:/usr/local/share/aclocal/ltdl.m4:565: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
1219 m4trace:/usr/local/share/aclocal/ltdl.m4:565: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
1220 You should run autoupdate.])dnl
1221 m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
1222 m4trace:/usr/local/share/aclocal/ltdl.m4:581: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1223 AC_CACHE_CHECK([which variable specifies run-time module search path],
1224   [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
1225 if 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.])
1229 fi
1230 ])
1231 m4trace:/usr/local/share/aclocal/ltdl.m4:584: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
1232 m4trace:/usr/local/share/aclocal/ltdl.m4:584: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
1233 You should run autoupdate.])dnl
1234 m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
1235 m4trace:/usr/local/share/aclocal/ltdl.m4:609: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1236 AC_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"])
1239 if 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.])
1251 fi
1252 ])
1253 m4trace:/usr/local/share/aclocal/ltdl.m4:612: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
1254 m4trace:/usr/local/share/aclocal/ltdl.m4:612: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
1255 You should run autoupdate.])dnl
1256 m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
1257 m4trace:/usr/local/share/aclocal/ltdl.m4:728: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
1258 LT_DLLOADERS=
1259 AC_SUBST([LT_DLLOADERS])
1260
1261 AC_LANG_PUSH([C])
1262
1263 LIBADD_DLOPEN=
1264 AC_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"])])])
1285 if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
1286 then
1287   lt_save_LIBS="$LIBS"
1288   LIBS="$LIBS $LIBADD_DLOPEN"
1289   AC_CHECK_FUNCS([dlerror])
1290   LIBS="$lt_save_LIBS"
1291 fi
1292 AC_SUBST([LIBADD_DLOPEN])
1293
1294 LIBADD_SHL_LOAD=
1295 AC_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"])])
1304 AC_SUBST([LIBADD_SHL_LOAD])
1305
1306 case $host_os in
1307 darwin[[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   ;;
1314 beos*)
1315   LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
1316   ;;
1317 cygwin* | 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   ;;
1321 esac
1322
1323 AC_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"])
1327 AC_SUBST([LIBADD_DLD_LINK])
1328
1329 m4_pattern_allow([^LT_DLPREOPEN$])
1330 LT_DLPREOPEN=
1331 if test -n "$LT_DLLOADERS"
1332 then
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])
1338 fi
1339 AC_SUBST([LT_DLPREOPEN])
1340
1341 dnl This isn't used anymore, but set it for backwards compatibility
1342 LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
1343 AC_SUBST([LIBADD_DL])
1344
1345 AC_LANG_POP
1346 ])
1347 m4trace:/usr/local/share/aclocal/ltdl.m4:731: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
1348 m4trace:/usr/local/share/aclocal/ltdl.m4:731: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
1349 You should run autoupdate.])dnl
1350 m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
1351 m4trace:/usr/local/share/aclocal/ltdl.m4:773: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
1352 AC_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
1356 void nm_test_func(){}
1357 int 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 ])
1385 m4trace:/usr/local/share/aclocal/ltdl.m4:776: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
1386 m4trace:/usr/local/share/aclocal/ltdl.m4:776: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
1387 You should run autoupdate.])dnl
1388 m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
1389 m4trace:/usr/local/share/aclocal/ltdl.m4:805: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
1390 if 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
1404 fi
1405
1406 if 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.])
1409 fi
1410 ])
1411 m4trace:/usr/local/share/aclocal/ltdl.m4:808: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
1412 m4trace:/usr/local/share/aclocal/ltdl.m4:808: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
1413 You should run autoupdate.])dnl
1414 m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
1415 m4trace:/usr/local/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
1416 m4trace:/usr/local/share/aclocal/ltoptions.m4:116: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
1417 AC_DIAGNOSE([obsolete],
1418 [$0: Remove this warning and the call to _LT_SET_OPTION when you
1419 put the `dlopen' option into LT_INIT's first parameter.])
1420 ])
1421 m4trace:/usr/local/share/aclocal/ltoptions.m4:116: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
1422 You should run autoupdate.])dnl
1423 _LT_SET_OPTION([LT_INIT], [dlopen])
1424 AC_DIAGNOSE([obsolete],
1425 [$0: Remove this warning and the call to _LT_SET_OPTION when you
1426 put the `dlopen' option into LT_INIT's first parameter.])
1427 ])
1428 m4trace:/usr/local/share/aclocal/ltoptions.m4:152: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1429 _LT_SET_OPTION([LT_INIT], [win32-dll])
1430 AC_DIAGNOSE([obsolete],
1431 [$0: Remove this warning and the call to _LT_SET_OPTION when you
1432 put the `win32-dll' option into LT_INIT's first parameter.])
1433 ])
1434 m4trace:/usr/local/share/aclocal/ltoptions.m4:152: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
1435 You should run autoupdate.])dnl
1436 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1437 _LT_SET_OPTION([LT_INIT], [win32-dll])
1438 AC_DIAGNOSE([obsolete],
1439 [$0: Remove this warning and the call to _LT_SET_OPTION when you
1440 put the `win32-dll' option into LT_INIT's first parameter.])
1441 ])
1442 m4trace:/usr/local/share/aclocal/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
1443 ])
1444 m4trace:/usr/local/share/aclocal/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
1445 ])
1446 m4trace:/usr/local/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1447 m4trace:/usr/local/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
1448 You should run autoupdate.])dnl
1449 AC_ENABLE_SHARED($@)])
1450 m4trace:/usr/local/share/aclocal/ltoptions.m4:204: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1451 m4trace:/usr/local/share/aclocal/ltoptions.m4:204: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
1452 You should run autoupdate.])dnl
1453 AC_DISABLE_SHARED($@)])
1454 m4trace:/usr/local/share/aclocal/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
1455 ])
1456 m4trace:/usr/local/share/aclocal/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
1457 ])
1458 m4trace:/usr/local/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1459 m4trace:/usr/local/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
1460 You should run autoupdate.])dnl
1461 AC_ENABLE_STATIC($@)])
1462 m4trace:/usr/local/share/aclocal/ltoptions.m4:258: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1463 m4trace:/usr/local/share/aclocal/ltoptions.m4:258: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
1464 You should run autoupdate.])dnl
1465 AC_DISABLE_STATIC($@)])
1466 m4trace:/usr/local/share/aclocal/ltoptions.m4:308: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1467 AC_DIAGNOSE([obsolete],
1468 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1469 the `fast-install' option into LT_INIT's first parameter.])
1470 ])
1471 m4trace:/usr/local/share/aclocal/ltoptions.m4:308: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
1472 You should run autoupdate.])dnl
1473 _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1474 AC_DIAGNOSE([obsolete],
1475 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1476 the `fast-install' option into LT_INIT's first parameter.])
1477 ])
1478 m4trace:/usr/local/share/aclocal/ltoptions.m4:315: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
1479 AC_DIAGNOSE([obsolete],
1480 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1481 the `disable-fast-install' option into LT_INIT's first parameter.])
1482 ])
1483 m4trace:/usr/local/share/aclocal/ltoptions.m4:315: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
1484 You should run autoupdate.])dnl
1485 _LT_SET_OPTION([LT_INIT], [disable-fast-install])
1486 AC_DIAGNOSE([obsolete],
1487 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1488 the `disable-fast-install' option into LT_INIT's first parameter.])
1489 ])
1490 m4trace:/usr/local/share/aclocal/ltoptions.m4:348: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
1491 AC_DIAGNOSE([obsolete],
1492 [$0: Remove this warning and the call to _LT_SET_OPTION when you
1493 put the `pic-only' option into LT_INIT's first parameter.])
1494 ])
1495 m4trace:/usr/local/share/aclocal/ltoptions.m4:348: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
1496 You should run autoupdate.])dnl
1497 _LT_SET_OPTION([LT_INIT], [pic-only])
1498 AC_DIAGNOSE([obsolete],
1499 [$0: Remove this warning and the call to _LT_SET_OPTION when you
1500 put the `pic-only' option into LT_INIT's first parameter.])
1501 ])
1502 m4trace:/usr/local/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
1503 m4trace:/usr/local/share/aclocal/ltversion.m4:23: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4'
1504 macro_revision='1.3293'
1505 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
1506 _LT_DECL(, macro_revision, 0)
1507 ])
1508 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
1509 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
1510 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
1511 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
1512 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
1513 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
1514 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
1515 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
1516 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
1517 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
1518 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
1519 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
1520 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
1521 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
1522 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
1523 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
1524 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
1525 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
1526 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
1527 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
1528 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
1529 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
1530 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
1531 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
1532 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
1533 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
1534 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
1535 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
1536 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
1537 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
1538 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
1539 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
1540 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
1541 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
1542 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
1543 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
1544 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
1545 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
1546 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
1547 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
1548 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
1549 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
1550 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
1551 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
1552 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
1553 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
1554 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
1555 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
1556 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_F77])
1557 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_FC])
1558 m4trace:/usr/local/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_CXX])
1559 m4trace:/usr/local/share/aclocal-1.11/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
1560 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
1561 dnl require some minimum version.  Point them to the right macro.
1562 m4_if([$1], [1.11], [],
1563       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
1564 ])
1565 m4trace:/usr/local/share/aclocal-1.11/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11])dnl
1566 m4_ifndef([AC_AUTOCONF_VERSION],
1567   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1568 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1569 m4trace:/usr/local/share/aclocal-1.11/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
1570 AC_PREREQ([2.50])dnl
1571 # expand $ac_aux_dir to an absolute path
1572 am_aux_dir=`cd $ac_aux_dir && pwd`
1573 ])
1574 m4trace:/usr/local/share/aclocal-1.11/cond.m4:35: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
1575  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
1576         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1577 AC_SUBST([$1_TRUE])dnl
1578 AC_SUBST([$1_FALSE])dnl
1579 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
1580 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
1581 m4_define([_AM_COND_VALUE_$1], [$2])dnl
1582 if $2; then
1583   $1_TRUE=
1584   $1_FALSE='#'
1585 else
1586   $1_TRUE='#'
1587   $1_FALSE=
1588 fi
1589 AC_CONFIG_COMMANDS_PRE(
1590 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
1591   AC_MSG_ERROR([[conditional "$1" was never defined.
1592 Usually this means the macro was only invoked conditionally.]])
1593 fi])])
1594 m4trace:/usr/local/share/aclocal-1.11/depend.m4:156: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
1595 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
1596 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
1597 AC_REQUIRE([AM_DEP_TRACK])dnl
1598
1599 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
1600        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
1601        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
1602        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
1603        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
1604                    [depcc="$$1"   am_compiler_list=])
1605
1606 AC_CACHE_CHECK([dependency style of $depcc],
1607                [am_cv_$1_dependencies_compiler_type],
1608 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1609   # We make a subdir and do the tests there.  Otherwise we can end up
1610   # making bogus files that we don't know about and never remove.  For
1611   # instance it was reported that on HP-UX the gcc test will end up
1612   # making a dummy file named `D' -- because `-MD' means `put the output
1613   # in D'.
1614   mkdir conftest.dir
1615   # Copy depcomp to subdir because otherwise we won't find it if we're
1616   # using a relative directory.
1617   cp "$am_depcomp" conftest.dir
1618   cd conftest.dir
1619   # We will build objects and dependencies in a subdirectory because
1620   # it helps to detect inapplicable dependency modes.  For instance
1621   # both Tru64's cc and ICC support -MD to output dependencies as a
1622   # side effect of compilation, but ICC will put the dependencies in
1623   # the current directory while Tru64 will put them in the object
1624   # directory.
1625   mkdir sub
1626
1627   am_cv_$1_dependencies_compiler_type=none
1628   if test "$am_compiler_list" = ""; then
1629      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
1630   fi
1631   am__universal=false
1632   m4_case([$1], [CC],
1633     [case " $depcc " in #(
1634      *\ -arch\ *\ -arch\ *) am__universal=true ;;
1635      esac],
1636     [CXX],
1637     [case " $depcc " in #(
1638      *\ -arch\ *\ -arch\ *) am__universal=true ;;
1639      esac])
1640
1641   for depmode in $am_compiler_list; do
1642     # Setup a source with many dependencies, because some compilers
1643     # like to wrap large dependency lists on column 80 (with \), and
1644     # we should not choose a depcomp mode which is confused by this.
1645     #
1646     # We need to recreate these files for each test, as the compiler may
1647     # overwrite some of them when testing with obscure command lines.
1648     # This happens at least with the AIX C compiler.
1649     : > sub/conftest.c
1650     for i in 1 2 3 4 5 6; do
1651       echo '#include "conftst'$i'.h"' >> sub/conftest.c
1652       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
1653       # Solaris 8's {/usr,}/bin/sh.
1654       touch sub/conftst$i.h
1655     done
1656     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1657
1658     # We check with `-c' and `-o' for the sake of the "dashmstdout"
1659     # mode.  It turns out that the SunPro C++ compiler does not properly
1660     # handle `-M -o', and we need to detect this.  Also, some Intel
1661     # versions had trouble with output in subdirs
1662     am__obj=sub/conftest.${OBJEXT-o}
1663     am__minus_obj="-o $am__obj"
1664     case $depmode in
1665     gcc)
1666       # This depmode causes a compiler race in universal mode.
1667       test "$am__universal" = false || continue
1668       ;;
1669     nosideeffect)
1670       # after this tag, mechanisms are not by side-effect, so they'll
1671       # only be used when explicitly requested
1672       if test "x$enable_dependency_tracking" = xyes; then
1673         continue
1674       else
1675         break
1676       fi
1677       ;;
1678     msvisualcpp | msvcmsys)
1679       # This compiler won't grok `-c -o', but also, the minuso test has
1680       # not run yet.  These depmodes are late enough in the game, and
1681       # so weak that their functioning should not be impacted.
1682       am__obj=conftest.${OBJEXT-o}
1683       am__minus_obj=
1684       ;;
1685     none) break ;;
1686     esac
1687     if depmode=$depmode \
1688        source=sub/conftest.c object=$am__obj \
1689        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
1690        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
1691          >/dev/null 2>conftest.err &&
1692        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
1693        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
1694        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
1695        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
1696       # icc doesn't choke on unknown options, it will just issue warnings
1697       # or remarks (even with -Werror).  So we grep stderr for any message
1698       # that says an option was ignored or not supported.
1699       # When given -MP, icc 7.0 and 7.1 complain thusly:
1700       #   icc: Command line warning: ignoring option '-M'; no argument required
1701       # The diagnosis changed in icc 8.0:
1702       #   icc: Command line remark: option '-MP' not supported
1703       if (grep 'ignoring option' conftest.err ||
1704           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
1705         am_cv_$1_dependencies_compiler_type=$depmode
1706         break
1707       fi
1708     fi
1709   done
1710
1711   cd ..
1712   rm -rf conftest.dir
1713 else
1714   am_cv_$1_dependencies_compiler_type=none
1715 fi
1716 ])
1717 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
1718 AM_CONDITIONAL([am__fastdep$1], [
1719   test "x$enable_dependency_tracking" != xno \
1720   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
1721 ])
1722 m4trace:/usr/local/share/aclocal-1.11/depend.m4:166: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1723 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
1724 ])
1725 m4trace:/usr/local/share/aclocal-1.11/depend.m4:182: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
1726 [  --disable-dependency-tracking  speeds up one-time build
1727   --enable-dependency-tracking   do not reject slow dependency extractors])
1728 if test "x$enable_dependency_tracking" != xno; then
1729   am_depcomp="$ac_aux_dir/depcomp"
1730   AMDEPBACKSLASH='\'
1731 fi
1732 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1733 AC_SUBST([AMDEPBACKSLASH])dnl
1734 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1735 ])
1736 m4trace:/usr/local/share/aclocal-1.11/depout.m4:65: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
1737   # Autoconf 2.62 quotes --file arguments for eval, but not when files
1738   # are listed without --file.  Let's play safe and only enable the eval
1739   # if we detect the quoting.
1740   case $CONFIG_FILES in
1741   *\'*) eval set x "$CONFIG_FILES" ;;
1742   *)   set x $CONFIG_FILES ;;
1743   esac
1744   shift
1745   for mf
1746   do
1747     # Strip MF so we end up with the name of the file.
1748     mf=`echo "$mf" | sed -e 's/:.*$//'`
1749     # Check whether this is an Automake generated Makefile or not.
1750     # We used to match only the files named `Makefile.in', but
1751     # some people rename them; so instead we look at the file content.
1752     # Grep'ing the first line is not enough: some people post-process
1753     # each Makefile.in and add a new line on top of each file to say so.
1754     # Grep'ing the whole file is not good either: AIX grep has a line
1755     # limit of 2048, but all sed's we know have understand at least 4000.
1756     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1757       dirpart=`AS_DIRNAME("$mf")`
1758     else
1759       continue
1760     fi
1761     # Extract the definition of DEPDIR, am__include, and am__quote
1762     # from the Makefile without running `make'.
1763     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1764     test -z "$DEPDIR" && continue
1765     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1766     test -z "am__include" && continue
1767     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1768     # When using ansi2knr, U may be empty or an underscore; expand it
1769     U=`sed -n 's/^U = //p' < "$mf"`
1770     # Find all dependency output files, they are included files with
1771     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1772     # simplest approach to changing $(DEPDIR) to its actual value in the
1773     # expansion.
1774     for file in `sed -n "
1775       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1776          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1777       # Make sure the directory exists.
1778       test -f "$dirpart/$file" && continue
1779       fdir=`AS_DIRNAME(["$file"])`
1780       AS_MKDIR_P([$dirpart/$fdir])
1781       # echo "creating $dirpart/$file"
1782       echo '# dummy' > "$dirpart/$file"
1783     done
1784   done
1785 }
1786 ])
1787 m4trace:/usr/local/share/aclocal-1.11/depout.m4:79: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
1788      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1789      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1790 ])
1791 m4trace:/usr/local/share/aclocal-1.11/init.m4:110: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
1792 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
1793 dnl the ones we care about.
1794 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1795 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1796 AC_REQUIRE([AC_PROG_INSTALL])dnl
1797 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1798   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1799   # is not polluted with repeated "-I."
1800   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
1801   # test to see if srcdir already configured
1802   if test -f $srcdir/config.status; then
1803     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
1804   fi
1805 fi
1806
1807 # test whether we have cygpath
1808 if test -z "$CYGPATH_W"; then
1809   if (cygpath --version) >/dev/null 2>/dev/null; then
1810     CYGPATH_W='cygpath -w'
1811   else
1812     CYGPATH_W=echo
1813   fi
1814 fi
1815 AC_SUBST([CYGPATH_W])
1816
1817 # Define the identity of the package.
1818 dnl Distinguish between old-style and new-style calls.
1819 m4_ifval([$2],
1820 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1821  AC_SUBST([PACKAGE], [$1])dnl
1822  AC_SUBST([VERSION], [$2])],
1823 [_AM_SET_OPTIONS([$1])dnl
1824 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1825 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
1826   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1827  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1828  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1829
1830 _AM_IF_OPTION([no-define],,
1831 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1832  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
1833
1834 # Some tools Automake needs.
1835 AC_REQUIRE([AM_SANITY_CHECK])dnl
1836 AC_REQUIRE([AC_ARG_PROGRAM])dnl
1837 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
1838 AM_MISSING_PROG(AUTOCONF, autoconf)
1839 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
1840 AM_MISSING_PROG(AUTOHEADER, autoheader)
1841 AM_MISSING_PROG(MAKEINFO, makeinfo)
1842 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1843 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1844 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
1845 # We need awk for the "check" target.  The system "awk" is bad on
1846 # some platforms.
1847 AC_REQUIRE([AC_PROG_AWK])dnl
1848 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1849 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1850 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1851               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1852                              [_AM_PROG_TAR([v7])])])
1853 _AM_IF_OPTION([no-dependencies],,
1854 [AC_PROVIDE_IFELSE([AC_PROG_CC],
1855                   [_AM_DEPENDENCIES(CC)],
1856                   [define([AC_PROG_CC],
1857                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1858 AC_PROVIDE_IFELSE([AC_PROG_CXX],
1859                   [_AM_DEPENDENCIES(CXX)],
1860                   [define([AC_PROG_CXX],
1861                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1862 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1863                   [_AM_DEPENDENCIES(OBJC)],
1864                   [define([AC_PROG_OBJC],
1865                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1866 ])
1867 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
1868 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
1869 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
1870 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
1871 AC_CONFIG_COMMANDS_PRE(dnl
1872 [m4_provide_if([_AM_COMPILER_EXEEXT],
1873   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1874 ])
1875 m4trace:/usr/local/share/aclocal-1.11/init.m4:138: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
1876 _am_arg=$1
1877 _am_stamp_count=1
1878 for _am_header in $config_headers :; do
1879   case $_am_header in
1880     $_am_arg | $_am_arg:* )
1881       break ;;
1882     * )
1883       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1884   esac
1885 done
1886 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1887 m4trace:/usr/local/share/aclocal-1.11/install-sh.m4:21: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1888 if test x"${install_sh}" != xset; then
1889   case $am_aux_dir in
1890   *\ * | *\     *)
1891     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1892   *)
1893     install_sh="\${SHELL} $am_aux_dir/install-sh"
1894   esac
1895 fi
1896 AC_SUBST(install_sh)])
1897 m4trace:/usr/local/share/aclocal-1.11/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
1898 mkdir .tst 2>/dev/null
1899 if test -d .tst; then
1900   am__leading_dot=.
1901 else
1902   am__leading_dot=_
1903 fi
1904 rmdir .tst 2>/dev/null
1905 AC_SUBST([am__leading_dot])])
1906 m4trace:/usr/local/share/aclocal-1.11/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
1907 cat > confinc << 'END'
1908 am__doit:
1909         @echo this is the am__doit target
1910 .PHONY: am__doit
1911 END
1912 # If we don't find an include directive, just comment out the code.
1913 AC_MSG_CHECKING([for style of include used by $am_make])
1914 am__include="#"
1915 am__quote=
1916 _am_result=none
1917 # First try GNU make style include.
1918 echo "include confinc" > confmf
1919 # Ignore all kinds of additional output from `make'.
1920 case `$am_make -s -f confmf 2> /dev/null` in #(
1921 *the\ am__doit\ target*)
1922   am__include=include
1923   am__quote=
1924   _am_result=GNU
1925   ;;
1926 esac
1927 # Now try BSD make style include.
1928 if test "$am__include" = "#"; then
1929    echo '.include "confinc"' > confmf
1930    case `$am_make -s -f confmf 2> /dev/null` in #(
1931    *the\ am__doit\ target*)
1932      am__include=.include
1933      am__quote="\""
1934      _am_result=BSD
1935      ;;
1936    esac
1937 fi
1938 AC_SUBST([am__include])
1939 AC_SUBST([am__quote])
1940 AC_MSG_RESULT([$_am_result])
1941 rm -f confinc confmf
1942 ])
1943 m4trace:/usr/local/share/aclocal-1.11/minuso.m4:35: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
1944 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1945 AC_REQUIRE_AUX_FILE([compile])dnl
1946 # FIXME: we rely on the cache variable name because
1947 # there is no other way.
1948 set dummy $CC
1949 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
1950 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
1951 if test "$am_t" != yes; then
1952    # Losing compiler, so override with the script.
1953    # FIXME: It is wrong to rewrite CC.
1954    # But if we don't then we get into trouble of one sort or another.
1955    # A longer-term fix would be to have automake use am__CC in this case,
1956    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1957    CC="$am_aux_dir/compile $CC"
1958 fi
1959 dnl Make sure AC_PROG_CC is never called again, or it will override our
1960 dnl setting of CC.
1961 m4_define([AC_PROG_CC],
1962           [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
1963 ])
1964 m4trace:/usr/local/share/aclocal-1.11/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1965 $1=${$1-"${am_missing_run}$2"}
1966 AC_SUBST($1)])
1967 m4trace:/usr/local/share/aclocal-1.11/missing.m4:42: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1968 AC_REQUIRE_AUX_FILE([missing])dnl
1969 if test x"${MISSING+set}" != xset; then
1970   case $am_aux_dir in
1971   *\ * | *\     *)
1972     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1973   *)
1974     MISSING="\${SHELL} $am_aux_dir/missing" ;;
1975   esac
1976 fi
1977 # Use eval to expand $SHELL
1978 if eval "$MISSING --run true"; then
1979   am_missing_run="$MISSING --run "
1980 else
1981   am_missing_run=
1982   AC_MSG_WARN([`missing' script is too old or missing])
1983 fi
1984 ])
1985 m4trace:/usr/local/share/aclocal-1.11/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
1986 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1987 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
1988 dnl while keeping a definition of mkdir_p for backward compatibility.
1989 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1990 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1991 dnl Makefile.ins that do not define MKDIR_P, so we do our own
1992 dnl adjustment using top_builddir (which is defined more often than
1993 dnl MKDIR_P).
1994 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1995 case $mkdir_p in
1996   [[\\/$]]* | ?:[[\\/]]*) ;;
1997   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1998 esac
1999 ])
2000 m4trace:/usr/local/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
2001 m4trace:/usr/local/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
2002 m4trace:/usr/local/share/aclocal-1.11/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
2003 m4trace:/usr/local/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
2004 m4trace:/usr/local/share/aclocal-1.11/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
2005    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
2006    ac_status=$?
2007    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
2008    (exit $ac_status); }])
2009 m4trace:/usr/local/share/aclocal-1.11/sanity.m4:64: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
2010 # Just in case
2011 sleep 1
2012 echo timestamp > conftest.file
2013 # Reject unsafe characters in $srcdir or the absolute working directory
2014 # name.  Accept space and tab only in the latter.
2015 am_lf='
2016 '
2017 case `pwd` in
2018   *[[\\\"\#\$\&\'\`$am_lf]]*)
2019     AC_MSG_ERROR([unsafe absolute working directory name]);;
2020 esac
2021 case $srcdir in
2022   *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
2023     AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
2024 esac
2025
2026 # Do `set' in a subshell so we don't clobber the current shell's
2027 # arguments.  Must try -L first in case configure is actually a
2028 # symlink; some systems play weird games with the mod time of symlinks
2029 # (eg FreeBSD returns the mod time of the symlink's containing
2030 # directory).
2031 if (
2032    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2033    if test "$[*]" = "X"; then
2034       # -L didn't work.
2035       set X `ls -t "$srcdir/configure" conftest.file`
2036    fi
2037    rm -f conftest.file
2038    if test "$[*]" != "X $srcdir/configure conftest.file" \
2039       && test "$[*]" != "X conftest.file $srcdir/configure"; then
2040
2041       # If neither matched, then we have a broken ls.  This can happen
2042       # if, for instance, CONFIG_SHELL is bash and it inherits a
2043       # broken ls alias from the environment.  This has actually
2044       # happened.  Such a system could not be considered "sane".
2045       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
2046 alias in your environment])
2047    fi
2048
2049    test "$[2]" = conftest.file
2050    )
2051 then
2052    # Ok.
2053    :
2054 else
2055    AC_MSG_ERROR([newly created file is older than distributed files!
2056 Check your system clock])
2057 fi
2058 AC_MSG_RESULT(yes)])
2059 m4trace:/usr/local/share/aclocal-1.11/silent.m4:27: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
2060 [  --enable-silent-rules          less verbose build output (undo: `make V=1')
2061   --disable-silent-rules         verbose build output (undo: `make V=0')])
2062 case $enable_silent_rules in
2063 yes) AM_DEFAULT_VERBOSITY=0;;
2064 no)  AM_DEFAULT_VERBOSITY=1;;
2065 *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
2066 esac
2067 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
2068 AM_BACKSLASH='\'
2069 AC_SUBST([AM_BACKSLASH])dnl
2070 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
2071 ])
2072 m4trace:/usr/local/share/aclocal-1.11/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
2073 # Installed binaries are usually stripped using `strip' when the user
2074 # run `make install-strip'.  However `strip' might not be the right
2075 # tool to use in cross-compilation environments, therefore Automake
2076 # will honor the `STRIP' environment variable to overrule this program.
2077 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
2078 if test "$cross_compiling" != no; then
2079   AC_CHECK_TOOL([STRIP], [strip], :)
2080 fi
2081 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2082 AC_SUBST([INSTALL_STRIP_PROGRAM])])
2083 m4trace:/usr/local/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
2084 m4trace:/usr/local/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
2085 m4trace:/usr/local/share/aclocal-1.11/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
2086 AM_MISSING_PROG([AMTAR], [tar])
2087 m4_if([$1], [v7],
2088      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
2089      [m4_case([$1], [ustar],, [pax],,
2090               [m4_fatal([Unknown tar format])])
2091 AC_MSG_CHECKING([how to create a $1 tar archive])
2092 # Loop over all known methods to create a tar archive until one works.
2093 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
2094 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
2095 # Do not fold the above two line into one, because Tru64 sh and
2096 # Solaris sh will not grok spaces in the rhs of `-'.
2097 for _am_tool in $_am_tools
2098 do
2099   case $_am_tool in
2100   gnutar)
2101     for _am_tar in tar gnutar gtar;
2102     do
2103       AM_RUN_LOG([$_am_tar --version]) && break
2104     done
2105     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
2106     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
2107     am__untar="$_am_tar -xf -"
2108     ;;
2109   plaintar)
2110     # Must skip GNU tar: if it does not support --format= it doesn't create
2111     # ustar tarball either.
2112     (tar --version) >/dev/null 2>&1 && continue
2113     am__tar='tar chf - "$$tardir"'
2114     am__tar_='tar chf - "$tardir"'
2115     am__untar='tar xf -'
2116     ;;
2117   pax)
2118     am__tar='pax -L -x $1 -w "$$tardir"'
2119     am__tar_='pax -L -x $1 -w "$tardir"'
2120     am__untar='pax -r'
2121     ;;
2122   cpio)
2123     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
2124     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
2125     am__untar='cpio -i -H $1 -d'
2126     ;;
2127   none)
2128     am__tar=false
2129     am__tar_=false
2130     am__untar=false
2131     ;;
2132   esac
2133
2134   # If the value was cached, stop now.  We just wanted to have am__tar
2135   # and am__untar set.
2136   test -n "${am_cv_prog_tar_$1}" && break
2137
2138   # tar/untar a dummy directory, and stop if the command works
2139   rm -rf conftest.dir
2140   mkdir conftest.dir
2141   echo GrepMe > conftest.dir/file
2142   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2143   rm -rf conftest.dir
2144   if test -s conftest.tar; then
2145     AM_RUN_LOG([$am__untar <conftest.tar])
2146     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2147   fi
2148 done
2149 rm -rf conftest.dir
2150
2151 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
2152 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
2153 AC_SUBST([am__tar])
2154 AC_SUBST([am__untar])
2155 ])
2156 m4trace:acinclude.m4:33: -1- AC_DEFUN([CS_SPLIT_TUPLE], [CS_SPLIT([$1], [cs_dummy,$2], [@])
2157     m4_map([_CS_SPLIT_TUPLE], [$2])])
2158 m4trace:acinclude.m4:37: -1- AC_DEFUN([_CS_SPLIT_TUPLE], [$1=`echo $$1 | sed 'y%@%:@% %'`
2159     ])
2160 m4trace:acinclude.m4:51: -1- AC_DEFUN([CS_CREATE_TUPLE], [`echo @$1@$2@$3 | sed 'y% %@%:@%'`])
2161 m4trace:acinclude.m4:69: -1- AC_DEFUN([CS_LANG_CFLAGS], [AC_LANG_CASE([C], [CFLAGS], [C++], [CXXFLAGS])])
2162 m4trace:acinclude.m4:157: -1- AC_DEFUN([CS_BUILD_IFELSE], [AC_LANG_PUSH(m4_default([$3],[C]))
2163     cs_cflags_save="$CS_LANG_CFLAGS"
2164     cs_lflags_save="$LDFLAGS"
2165     cs_libs_save="$LIBS"
2166     cs_build_ok=no
2167     m4_ifval([$10], [m4_pushdef([AC_TRY_EVAL], [_AC_EVAL_STDERR]($$[1]))])
2168
2169     for cs_build_item in m4_default([$2],[CS_CREATE_TUPLE()])
2170     do
2171         CS_SPLIT_TUPLE(
2172             [$cs_build_item],[cs_cflags_test,cs_lflags_test,cs_libs_test])
2173         CS_LANG_CFLAGS="$cs_cflags_test $6 $cs_cflags_save"
2174         LDFLAGS="$cs_lflags_test $7 $cs_lflags_save"
2175         LIBS="$cs_libs_test $8 $cs_libs_save"
2176         AC_LINK_IFELSE(m4_default([$1], [AC_LANG_PROGRAM([],[])]),
2177             [m4_ifval([$10],
2178                 [AS_IF([AC_TRY_COMMAND(
2179                     [grep "AS_ESCAPE([$10])" conftest.err >/dev/null 2>&1])],
2180                     [cs_build_ok=no], [cs_build_ok=yes])],
2181                 [cs_build_ok=yes])])
2182         AS_IF([test $cs_build_ok = yes], [break])
2183     done
2184
2185     m4_ifval([$10], [m4_popdef([AC_TRY_EVAL]) rm -f conftest.err])
2186     CS_LANG_CFLAGS=$cs_cflags_save
2187     LDFLAGS=$cs_lflags_save
2188     LIBS=$cs_libs_save
2189     AC_LANG_POP(m4_default([$3],[C]))
2190
2191     AS_IF([test $cs_build_ok = yes],
2192         [cs_build_cflags=CS_TRIM([$cs_cflags_test[]m4_ifval([$9],[],[ $6])])
2193         cs_build_lflags=CS_TRIM([$cs_lflags_test[]m4_ifval([$9],[],[ $7])])
2194         cs_build_libs=CS_TRIM([$cs_libs_test[]m4_ifval([$9],[],[ $8])])
2195         $4],
2196         [$5])])
2197 m4trace:acinclude.m4:195: -1- AC_DEFUN([CS_CHECK_BUILD], [AS_IF([test "$8" != yes],
2198         [AC_CACHE_CHECK([$1], [$2],
2199             [CS_BUILD_IFELSE([$3], [$4], [$5],
2200                 [$2=yes
2201                 $2_cflags=$cs_build_cflags
2202                 $2_lflags=$cs_build_lflags
2203                 $2_libs=$cs_build_libs],
2204                 [$2=no], [$9], [$10], [$11], [$12], [$13])])],
2205         [AC_MSG_CHECKING([$1])
2206             CS_BUILD_IFELSE([$3], [$4], [$5],
2207                 [$2=yes
2208                 $2_cflags=$cs_build_cflags
2209                 $2_lflags=$cs_build_lflags
2210                 $2_libs=$cs_build_libs],
2211                 [$2=no], [$9], [$10], [$11], [$12], [$13])
2212             AC_MSG_RESULT([$$2])])
2213     AS_IF([test $$2 = yes], [$6],
2214         [$2_cflags=''
2215         $2_lflags=''
2216         $2_libs=''
2217         $7])])
2218 m4trace:acinclude.m4:230: -1- AC_DEFUN([CS_CHECK_BUILD_FLAGS], [AC_CACHE_CHECK([$1], [$2_ok],
2219         [CS_BUILD_IFELSE([], [$3], [$4],
2220             [$2=CS_TRIM([$cs_build_cflags $cs_build_lflags $cs_build_libs])
2221             $2_ok="$$2"],
2222             [$2=''
2223             $2_ok=no], [$7], [$8], [$9], [Y], [$10])])
2224     AS_IF([test "$$2_ok" != no], [$5], [$6])])
2225 m4trace:acinclude.m4:281: -1- AC_DEFUN([CS_CHECK_COMMON_TOOLS_LINK], [
2226     # The default RANLIB in Jambase is wrong on some platforms, and is also
2227     # unsuitable during cross-compilation, so we set the value unconditionally
2228     # (sixth argument of CS_EMIT_BUILD_PROPERTY).
2229     AC_PROG_RANLIB
2230     CS_EMIT_BUILD_PROPERTY([RANLIB], [$RANLIB], [], [], [], [Y])
2231     
2232     CS_CHECK_TOOLS([DLLTOOL], [dlltool])
2233     CS_EMIT_BUILD_PROPERTY([CMD.DLLTOOL], [$DLLTOOL])
2234     
2235     CS_CHECK_TOOLS([DLLWRAP], [dllwrap])
2236     CS_EMIT_BUILD_PROPERTY([CMD.DLLWRAP], [$DLLWRAP])
2237     
2238     CS_CHECK_TOOLS([WINDRES], [windres])
2239     CS_EMIT_BUILD_PROPERTY([CMD.WINDRES], [$WINDRES])
2240     
2241     CS_CHECK_TOOLS([STRINGS], [strings])
2242     CS_EMIT_BUILD_PROPERTY([CMD.STRINGS], [$STRINGS])
2243
2244     CS_CHECK_TOOLS([OBJCOPY], [objcopy])
2245     CS_EMIT_BUILD_PROPERTY([CMD.OBJCOPY], [$OBJCOPY])
2246     
2247     CS_CHECK_LIBTOOL
2248     CS_EMIT_BUILD_PROPERTY([LIBTOOL], [$LIBTOOL])
2249     CS_EMIT_BUILD_PROPERTY([APPLE_LIBTOOL], [$APPLE_LIBTOOL])
2250     ])
2251 m4trace:acinclude.m4:294: -1- AC_DEFUN([CS_CHECK_COMMON_TOOLS_BASIC], [CS_CHECK_MKDIR
2252     CS_EMIT_BUILD_PROPERTY([CMD.MKDIR], [$MKDIR])
2253     CS_EMIT_BUILD_PROPERTY([CMD.MKDIRS], [$MKDIRS])
2254
2255     CS_CHECK_PROGS([INSTALL], [install])
2256     CS_EMIT_BUILD_PROPERTY([INSTALL], [$INSTALL])])
2257 m4trace:acinclude.m4:315: -1- AC_DEFUN([CS_CHECK_COMMON_TOOLS_DOC_TEXINFO], [CS_CHECK_PROGS([TEXI2DVI], [texi2dvi])
2258     CS_EMIT_BUILD_PROPERTY([CMD.TEXI2DVI], [$TEXI2DVI])
2259
2260     CS_CHECK_PROGS([TEXI2PDF], [texi2pdf])
2261     CS_EMIT_BUILD_PROPERTY([CMD.TEXI2PDF], [$TEXI2PDF])
2262
2263     CS_CHECK_PROGS([DVIPS], [dvips])
2264     CS_EMIT_BUILD_PROPERTY([CMD.DVIPS], [$DVIPS])
2265
2266     CS_CHECK_PROGS([DVIPDF], [dvipdf])
2267     CS_EMIT_BUILD_PROPERTY([CMD.DVIPDF], [$DVIPDF])
2268
2269     CS_CHECK_PROGS([MAKEINFO], [makeinfo])
2270     CS_EMIT_BUILD_PROPERTY([CMD.MAKEINFO], [$MAKEINFO])])
2271 m4trace:acinclude.m4:327: -1- AC_DEFUN([CS_CHECK_COMMON_TOOLS_DOC_DOXYGEN], [CS_CHECK_PROGS([DOXYGEN], [doxygen])
2272     CS_EMIT_BUILD_PROPERTY([CMD.DOXYGEN], [$DOXYGEN])
2273
2274     CS_CHECK_TOOLS([DOT], [dot])
2275     CS_EMIT_BUILD_PROPERTY([CMD.DOT], [$DOT])])
2276 m4trace:acinclude.m4:341: -1- AC_DEFUN([CS_CHECK_COMMON_LIBS], [AC_LANG_PUSH([C])
2277     AC_CHECK_LIB([m], [pow], [cs_cv_libm_libs=-lm], [cs_cv_libm_libs=])
2278     AC_CHECK_LIB([m], [cosf], [cs_cv_libm_libs=-lm])
2279     AC_CHECK_LIB([mx], [cosf])
2280     AC_CHECK_LIB([dl], [dlopen], [cs_cv_libdl_libs=-ldl], [cs_cv_libdl_libs=])
2281     AC_CHECK_LIB([nsl], [gethostbyname])
2282     AC_LANG_POP([C])])
2283 m4trace:acinclude.m4:392: -1- AC_DEFUN([CS_CHECK_CPPUNIT], [CS_CHECK_LIB_WITH([cppunit],
2284         [AC_LANG_PROGRAM([[#include <cppunit/ui/text/TestRunner.h>]],
2285             [CppUnit::TextUi::TestRunner r; r.run();])],
2286         [], [C++])
2287         
2288     AS_IF([test $cs_cv_libcppunit = yes],
2289         [CS_CHECK_BUILD([if cppunit is sufficiently recent],
2290             [cs_cv_libcppunit_recent],
2291             [AC_LANG_PROGRAM(
2292                 [[#include <cppunit/BriefTestProgressListener.h>]], 
2293                 [CppUnit::BriefTestProgressListener b; b.startTest(0);])],
2294             [], [C++],
2295             [CS_EMIT_BUILD_RESULT([cs_cv_libcppunit], [CPPUNIT],
2296                 CS_EMITTER_OPTIONAL([$1]))], [], [],
2297             [$cs_cv_libcppunit_cflags],
2298             [$cs_cv_libcppunit_lflags],
2299             [$cs_cv_libcppunit_libs])])])
2300 m4trace:acinclude.m4:550: -1- AC_DEFUN([CS_CHECK_LIB_WITH], [AC_ARG_WITH([$1], [AC_HELP_STRING([--with-$1=dir],
2301         [specify location of lib$1 if not detected automatically; searches
2302         dir/include, dir/lib, and dir])])
2303
2304     # Backward compatibility: Recognize --with-lib$1 as alias for --with-$1.
2305     AS_IF([test -n "$with_lib$1" && test -z "$with_$1"],
2306         [with_$1="$with_lib$1"])
2307
2308     AS_IF([test -z "$with_$1"], [with_$1=yes])
2309     AS_IF([test "$with_$1" != no],
2310         [# If --with-$1 value is same as cached value, then assume other
2311          # cached values are also valid; otherwise, ignore all cached values.
2312         AS_IF([test "$with_$1" != "$cs_cv_with_$1"],
2313             [cs_ignore_cache=yes], [cs_ignore_cache=no])
2314
2315         cs_check_lib_flags=''
2316         AS_IF([test $with_$1 = yes],
2317             [m4_foreach([cs_check_lib_alias], [$1, $10],
2318                 [_CS_CHECK_LIB_PKG_CONFIG_FLAGS([cs_check_lib_flags],
2319                     cs_check_lib_alias)
2320                 _CS_CHECK_LIB_CONFIG_FLAGS([cs_check_lib_flags],
2321                     cs_check_lib_alias)
2322                 ])])
2323
2324         AS_IF([test $with_$1 != yes],
2325             [cs_check_lib_paths=$with_$1],
2326             [cs_check_lib_paths="| cs_lib_paths_default $3"])
2327         m4_foreach([cs_check_lib_alias], [$1, $10],
2328             [_CS_CHECK_LIB_CREATE_FLAGS([cs_check_lib_flags],
2329                 cs_check_lib_alias, [$cs_check_lib_paths])
2330             ])
2331
2332         CS_CHECK_BUILD([for lib$1], [cs_cv_lib$1], [$2], [$cs_check_lib_flags],
2333             [$4], [], [], [$cs_ignore_cache], [$7], [$8], [$9])],
2334         [cs_cv_lib$1=no])
2335
2336     cs_cv_with_$1="$with_$1"
2337     AS_IF([test "$cs_cv_lib$1" = yes], [$5], [$6])])
2338 m4trace:acinclude.m4:574: -1- AC_DEFUN([CS_CHECK_PKG_CONFIG], [AS_IF([test "$cs_prog_pkg_config_checked" != yes],
2339         [CS_CHECK_TOOLS([PKG_CONFIG], [pkg-config])
2340         _CS_CHECK_PKG_CONFIG_PREPARE_PATH
2341         cs_prog_pkg_config_checked=yes])
2342     AS_IF([test -z "$cs_cv_prog_pkg_config_ok"],
2343         [AS_IF([test -n "$PKG_CONFIG"],
2344             [AS_IF([$PKG_CONFIG --atleast-pkgconfig-version=CS_PKG_CONFIG_MIN],
2345                 [cs_cv_prog_pkg_config_ok=yes],
2346                 [cs_cv_prog_pkg_config_ok=no])],
2347             [cs_cv_prog_pkg_config_ok=no])])])
2348 m4trace:acinclude.m4:579: -1- AC_DEFUN([_CS_CHECK_PKG_CONFIG_PREPARE_PATH], [PKG_CONFIG_PATH="m4_foreach([cs_pkg_path], [cs_pkg_paths_default],
2349         [cs_pkg_path$PATH_SEPARATOR])$PKG_CONFIG_PATH"
2350     export PKG_CONFIG_PATH])
2351 m4trace:acinclude.m4:598: -1- AC_DEFUN([_CS_CHECK_LIB_PKG_CONFIG_FLAGS], [CS_CHECK_PKG_CONFIG
2352     AS_IF([test $cs_cv_prog_pkg_config_ok = yes],
2353         [AC_CACHE_CHECK([if $PKG_CONFIG recognizes $2], [_CS_CLPCF_CVAR([$2])],
2354             [AS_IF([$PKG_CONFIG --exists $2],
2355                 [_CS_CLPCF_CVAR([$2])=yes], [_CS_CLPCF_CVAR([$2])=no])])
2356         AS_IF([test $_CS_CLPCF_CVAR([$2]) = yes],
2357             [_CS_CHECK_LIB_CONFIG_PROG_FLAGS([$1], [pkg_config_$2],
2358                 [$PKG_CONFIG], [$2])])])])
2359 m4trace:acinclude.m4:600: -1- AC_DEFUN([_CS_CLPCF_CVAR], [AS_TR_SH([cs_cv_prog_pkg_config_$1])])
2360 m4trace:acinclude.m4:619: -1- AC_DEFUN([_CS_CHECK_LIB_CONFIG_FLAGS], [CS_CHECK_TOOLS(_CS_CLCF_SHVAR([$2]), [$2-config])
2361     AS_IF([test -n "$_CS_CLCF_SHVAR([$2])"],
2362         [AS_IF([test -z "$_CS_CLCF_CVAR([$2])"],
2363             [AS_IF([$_CS_CLCF_SHVAR([$2]) --cflags --libs >/dev/null 2>&1],
2364                 [_CS_CLCF_CVAR([$2])=yes], [_CS_CLCF_CVAR([$2])=no])])
2365         AS_IF([test $_CS_CLCF_CVAR([$2]) = yes],
2366             [_CS_CHECK_LIB_CONFIG_PROG_FLAGS([$1], [config_$2],
2367                 [$_CS_CLCF_SHVAR([$2])])])])])
2368 m4trace:acinclude.m4:621: -1- AC_DEFUN([_CS_CLCF_CVAR], [AS_TR_SH([cs_cv_prog_config_$1_ok])])
2369 m4trace:acinclude.m4:622: -1- AC_DEFUN([_CS_CLCF_SHVAR], [m4_toupper(AS_TR_SH([CONFIG_$1]))])
2370 m4trace:acinclude.m4:648: -1- AC_DEFUN([_CS_CHECK_LIB_CONFIG_PROG_FLAGS], [AS_IF([test -z "$_CS_CLCPF_CVAR([$2])"],
2371         [cs_check_lib_cflag=CS_RUN_PATH_NORMALIZE([$3 --cflags $4])
2372         cs_check_lib_lflag=''
2373         cs_check_lib_libs=CS_RUN_PATH_NORMALIZE([$3 --libs $4])
2374         _CS_CLCPF_CVAR([$2])=CS_CREATE_TUPLE(
2375             [$cs_check_lib_cflag],
2376             [$cs_check_lib_lflag],
2377             [$cs_check_lib_libs])])
2378     $1="$$1 $_CS_CLCPF_CVAR([$2])"])
2379 m4trace:acinclude.m4:650: -1- AC_DEFUN([_CS_CLCPF_CVAR], [AS_TR_SH([cs_cv_prog_$1_flags])])
2380 m4trace:acinclude.m4:676: -1- AC_DEFUN([_CS_CHECK_LIB_CREATE_FLAGS], [for cs_lib_item in $3
2381     do
2382         case $cs_lib_item in
2383             *\|*) CS_SPLIT(
2384                     [$cs_lib_item], [cs_check_incdir,cs_check_libdir], [|])
2385                 _CS_CHECK_LIB_CREATE_FLAG([$1],
2386                     [$cs_check_incdir], [$cs_check_libdir], [$2])
2387                 ;;
2388             *)  _CS_CHECK_LIB_CREATE_FLAG([$1],
2389                     [$cs_lib_item/include], [$cs_lib_item/lib], [$2])
2390                 _CS_CHECK_LIB_CREATE_FLAG(
2391                     [$1], [$cs_lib_item], [$cs_lib_item], [$2])
2392                 ;;
2393         esac
2394     done])
2395 m4trace:acinclude.m4:704: -1- AC_DEFUN([_CS_CHECK_LIB_CREATE_FLAG], [AS_IF([test -n "$2"], [cs_check_lib_cflag="-I$2"], [cs_check_lib_cflag=''])
2396     AS_IF([test -n "$3"], [cs_check_lib_lflag="-L$3"], [cs_check_lib_lflag=''])
2397     AS_IF([test -n "$4"],
2398         [cs_check_lib_libs="-l$4"
2399         cs_check_lib_framework="-framework $4"],
2400         [cs_check_lib_libs=''
2401         cs_check_lib_framework=''])
2402     $1="$$1
2403         CS_CREATE_TUPLE(
2404             [$cs_check_lib_cflag],
2405             [$cs_check_lib_lflag],
2406             [$cs_check_lib_framework])
2407         CS_CREATE_TUPLE(
2408             [$cs_check_lib_cflag],
2409             [$cs_check_lib_lflag],
2410             [$cs_check_lib_libs])"])
2411 m4trace:acinclude.m4:760: -1- AC_DEFUN([CS_CHECK_LIBTOOL], [# GNU: Search for libtool before glibtool since Fink version is likely newer.
2412 m4_define([cs_lt_path_gnu],
2413     [/sw/bin$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR$PATH])
2414 AS_IF([test -z "$LIBTOOL"],
2415     [CS_CHECK_TOOLS([LIBTOOL_TEST], [libtool glibtool gnulibtool], [],
2416         [cs_lt_path_gnu])
2417     AS_IF([test -n "$LIBTOOL_TEST"],
2418         [CS_PATH_PROG([LIBTOOL_PATH], [$LIBTOOL_TEST], [], [cs_lt_path_gnu])
2419         CS_LIBTOOL_CLASSIFY([$LIBTOOL_PATH],
2420             [LIBTOOL="$LIBTOOL_PATH"],
2421             [AS_IF([test -z "$APPLE_LIBTOOL"], [APPLE_LIBTOOL="$LIBTOOL_PATH"])
2422             CS_CHECK_TOOLS([LIBTOOL], [glibtool gnulibtool])])])])
2423 AC_SUBST([LIBTOOL])
2424
2425 # Apple: Ensure that Apple libtool will be found before GNU libtool from Fink.
2426 m4_define([cs_lt_path_apple],[/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH])
2427 AS_IF([test -z "$APPLE_LIBTOOL"],
2428     [CS_PATH_PROG([CS_LT_APPLE], [libtool], [], [cs_lt_path_apple])
2429     CS_LIBTOOL_CLASSIFY([$CS_LT_APPLE], [],
2430         [APPLE_LIBTOOL="$CS_LT_APPLE"])])
2431 AC_SUBST([APPLE_LIBTOOL])])
2432 m4trace:acinclude.m4:769: -1- AC_DEFUN([CS_LIBTOOL_CLASSIFY], [AS_IF([test -n "$1"],
2433         [AC_MSG_CHECKING([classification of $1])
2434         CS_LIBTOOL_GNU_IFELSE([$1],
2435             [AC_MSG_RESULT([gnu])
2436             $2],
2437             [AC_MSG_RESULT([apple])
2438             $3])])])
2439 m4trace:acinclude.m4:772: -1- AC_DEFUN([CS_LIBTOOL_GNU_IFELSE], [AS_IF([AC_RUN_LOG([$1 --version 1>&2])], [$2], [$3])])
2440 m4trace:acinclude.m4:846: -1- AC_DEFUN([CS_GL_INCLUDE], [[#if HAVE_WINDOWS_H
2441     #if !HAVE_TYPE_INT32
2442     typedef long int32;
2443     #endif
2444     #include <windows.h>
2445     #endif
2446     #ifndef CS_HEADER_GLOBAL
2447     #define CS_HEADER_GLOBAL(X,Y) CS_HEADER_GLOBAL_COMPOSE(X,Y)
2448     #define CS_HEADER_GLOBAL_COMPOSE(X,Y) <X/Y>
2449     #endif
2450     #ifdef $1
2451     #include CS_HEADER_GLOBAL($1,$3)
2452     #else
2453     #include <$2/$3>
2454     #endif]])
2455 m4trace:acinclude.m4:903: -1- AC_DEFUN([CS_CHECK_OPENGL], [AC_REQUIRE([CS_CHECK_HOST])
2456     AC_REQUIRE([CS_CHECK_COMMON_LIBS])
2457     AC_REQUIRE([CS_CHECK_PTHREAD])
2458     AC_REQUIRE([AC_PATH_X])
2459     AC_REQUIRE([AC_PATH_XTRA])
2460     AC_CHECK_TYPE([int32], [AC_DEFINE([HAVE_TYPE_INT32], [], 
2461         [Whether the int32 type is available])], [])
2462     AC_CHECK_HEADERS([windows.h], [], [], [cs_define_int32])
2463     
2464     # Apply plaform-specific flags if necessary.
2465     cs_gl_plat_cflags=''
2466     cs_gl_plat_lflags=''
2467     cs_gl_plat_libs=''
2468     AS_IF([test -n "$cs_cv_libm_cflags$cs_cv_libm_lflags$cs_cv_libm_libs"],
2469         [cs_gl_plat_cflags="$cs_cv_libm_cflags $cs_gl_plat_cflags"
2470         cs_gl_plat_lflags="$cs_cv_libm_lflags $cs_gl_plat_lflags"
2471         cs_gl_plat_libs="$cs_cv_libm_libs $cs_gl_plat_libs"])
2472     AS_IF([test $cs_cv_sys_pthread = yes],
2473         [cs_gl_plat_cflags="$cs_cv_sys_pthread_cflags $cs_gl_plat_cflags"
2474         cs_gl_plat_lflags="$cs_cv_sys_pthread_lflags $cs_gl_plat_lflags"
2475         cs_gl_plat_libs="$cs_cv_sys_pthread_libs $cs_gl_plat_libs"])
2476     AS_IF([test "$no_x" != yes],
2477         [cs_gl_plat_cflags="$X_CFLAGS $cs_gl_plat_cflags"
2478         cs_gl_plat_lflags="$cs_gl_plat_lflags"
2479         cs_gl_plat_libs="
2480             $X_PRE_LIBS $X_LIBS -lX11 -lXext $X_EXTRA_LIBS $cs_gl_plat_libs"])
2481
2482     # Mesa requested?
2483     AC_ARG_WITH([mesa], [AC_HELP_STRING([--with-mesa],
2484             [use Mesa OpenGL library if available (default YES)])],
2485             [], [with_mesa=yes])
2486     
2487     AS_IF([test $with_mesa != no],
2488         [cs_mesa_gl=CS_CREATE_TUPLE([],[],[-lMesaGL])])
2489     
2490     # MacOS/X or Darwin?
2491     AS_IF([test "x$cs_host_macosx" = "xyes"],
2492         [cs_osx_gl=CS_CREATE_TUPLE([-DCS_OPENGL_PATH=OpenGL],[],[-framework OpenGL])])
2493     AS_IF([test "x$cs_host_macosx" = "xyes"],
2494           [cs_gl_plat_lflags="$cs_plat_lflags -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"])
2495
2496     # Windows?
2497     AS_IF([test $cs_host_family = windows],
2498         [cs_win32_gl=CS_CREATE_TUPLE([],[],[-lopengl32])])
2499     
2500     # Check for OpenGL.
2501     CS_CHECK_BUILD([for OpenGL], [cs_cv_libgl],
2502         [AC_LANG_PROGRAM([CS_GL_INCLUDE([CS_OPENGL_PATH],[GL],[gl.h])],[glEnd()])],
2503         [$cs_win32_gl \
2504         $cs_osx_gl \
2505         CS_CREATE_TUPLE([],[],[-lGL]) \
2506         CS_CREATE_TUPLE([],[],[-lgl]) \
2507         $cs_mesa_gl], [],
2508         [CS_EMIT_BUILD_RESULT([cs_cv_libgl], [GL])], [], [],
2509         [$cs_gl_plat_cflags], [$cs_gl_plat_lflags], [$cs_gl_plat_libs])])
2510 m4trace:acinclude.m4:935: -1- AC_DEFUN([CS_CHECK_GLU], [AC_REQUIRE([CS_CHECK_OPENGL])
2511     AS_IF([test $cs_cv_libgl = yes],
2512         [AS_IF([test $with_mesa != no],
2513             [cs_mesa_glu=CS_CREATE_TUPLE([],[],[-lMesaGLU])])
2514         
2515         # MacOS/X or Darwin?
2516         AS_IF([test "x$cs_host_macosx" = "xyes"],
2517             [cs_osx_glu=CS_CREATE_TUPLE([-DCS_GLU_PATH=OpenGL],[],[-framework OpenGL])])
2518         
2519         # Windows?
2520         AS_IF([test $cs_host_family = windows],
2521             [cs_win32_glu=CS_CREATE_TUPLE([],[],[-lglu32])])
2522     
2523         # Check for GLU.
2524         CS_CHECK_BUILD([for GLU], [cs_cv_libglu],
2525             [AC_LANG_PROGRAM(
2526                 [CS_GL_INCLUDE([CS_GLU_PATH],[GL],[glu.h])], [gluNewQuadric()])],
2527             [$cs_osx_glu \
2528             CS_CREATE_TUPLE() \
2529             $cs_win32_glu \
2530             CS_CREATE_TUPLE([],[],[-lGLU]) \
2531             CS_CREATE_TUPLE([],[],[-lglu]) \
2532             $cs_mesa_glu], [],
2533             [CS_EMIT_BUILD_RESULT([cs_cv_libglu], [GLU])], [], [],
2534             [$cs_cv_libgl_cflags], [$cs_cv_libgl_lflags], [$cs_cv_libgl_libs])])])
2535 m4trace:acinclude.m4:957: -1- AC_DEFUN([CS_CHECK_GLX], [AC_REQUIRE([CS_CHECK_OPENGL])
2536     AS_IF([test $cs_cv_libgl = yes],
2537         [AS_IF([test $with_mesa != no],
2538             [cs_mesa_glx=CS_CREATE_TUPLE([],[],[-lMesaGLX])])
2539         
2540         # Check for GLX.
2541         AS_IF([test "$no_x" != yes],
2542             [CS_CHECK_BUILD([for GLX], [cs_cv_libglx],
2543                 [AC_LANG_PROGRAM([[#include <GL/glx.h>]], [glXWaitGL()])],
2544                 [CS_CREATE_TUPLE() \
2545                 CS_CREATE_TUPLE([],[],[-lGLX]) \
2546                 CS_CREATE_TUPLE([],[],[-lglx]) \
2547                 $cs_mesa_glx], [],
2548                 [CS_EMIT_BUILD_RESULT([cs_cv_libglx], [GLX])], [], [],
2549                 [$cs_cv_libgl_cflags], [$cs_cv_libgl_lflags], [$cs_cv_libgl_libs])])])])
2550 m4trace:acinclude.m4:977: -1- AC_DEFUN([CS_CHECK_GLXEXT], [AC_REQUIRE([CS_CHECK_GLX])
2551     AS_IF([test x$cs_cv_libglx = "xyes"],
2552         [# Check for GLX extensions.
2553         CS_CHECK_BUILD([for GLX extensions], [cs_cv_libglx_extensions],
2554             [AC_LANG_PROGRAM(
2555                 [[#define GLX_GLXEXT_PROTOTYPES
2556                 #include <GL/glx.h>]],
2557                 [glXGetProcAddressARB(0)])],
2558             [CS_CREATE_TUPLE(
2559                 [$cs_cv_libglx_cflags],
2560                 [$cs_cv_libglx_lflags],
2561                 [$cs_cv_libglx_libs])],
2562             [], [$1], [$2])])])
2563 m4trace:acinclude.m4:1008: -1- AC_DEFUN([CS_CHECK_GLUT], [AC_REQUIRE([CS_CHECK_GLU])
2564     AS_IF([test x$cs_cv_libglu = "xyes"],
2565         [# MacOS/X or Darwin?
2566         AS_IF([test "x$cs_host_macosx" = "xyes"],
2567             [cs_osx_glut=CS_CREATE_TUPLE([-DCS_GLUT_PATH=GLUT],[],[-framework GLUT])])
2568         
2569         # Windows?
2570         AS_IF([test $cs_host_family = windows],
2571             [cs_win32_glut=CS_CREATE_TUPLE([],[],[-lglut32])])
2572     
2573         # Check for GLUT.
2574         CS_CHECK_BUILD([for GLUT], [cs_cv_libglut],
2575             [AC_LANG_PROGRAM(
2576                 [CS_GL_INCLUDE([CS_GLUT_PATH],[GL],[glut.h])], [glutSwapBuffers()])],
2577             [$cs_osx_glut \
2578             CS_CREATE_TUPLE() \
2579             $cs_win32_glut \
2580             CS_CREATE_TUPLE([],[],[-lGLUT]) \
2581             CS_CREATE_TUPLE([],[],[-lglut])], [],
2582             [CS_EMIT_BUILD_RESULT([cs_cv_libglut], [GLUT])], [], [],
2583             [$cs_cv_libgl_cflags $cs_cv_libglu_cflags], 
2584             [$cs_cv_libgl_lflags $cs_cv_libglu_lflags], 
2585             [$cs_cv_libgl_libs   $cs_cv_libglu_libs])])])
2586 m4trace:acinclude.m4:1065: -1- AC_DEFUN([CS_COMPILER_PIC], [CS_COMPILER_ERRORS([$1],
2587         [m4_default([$2_werror],[cs_cv_prog_compiler_pic_werror])])
2588     CS_CHECK_BUILD_FLAGS(
2589         [how to enable m4_default([$1],[C]) PIC generation],
2590         [m4_default([$2],[cs_cv_prog_compiler_pic])],
2591         [CS_CREATE_TUPLE([-fPIC])], [$1], [$3], [$4],
2592         [m4_default([$$2_werror],[$cs_cv_prog_compiler_pic_werror])], [], [],
2593         [fPIC])])
2594 m4trace:acinclude.m4:1068: -1- AC_DEFUN([CS_CHECK_COMPILER_PIC], [CS_COMPILER_PIC([$1],[$2],[$3],[$4])])
2595 m4trace:acinclude.m4:1113: -1- AC_DEFUN([CS_CHECK_PROG], [_CS_PROG_PATH_PREPARE
2596     AC_CHECK_PROG([$1], [$2], [$3], [$4],
2597         m4_ifval([$5], [_CS_PROG_CLIENT_PATH([$5])]), [$6])])
2598 m4trace:acinclude.m4:1124: -1- AC_DEFUN([CS_CHECK_PROGS], [_CS_PROG_PATH_PREPARE
2599     AC_CHECK_PROGS([$1], [$2], [$3],
2600         m4_ifval([$4], [_CS_PROG_CLIENT_PATH([$4])]))])
2601 m4trace:acinclude.m4:1135: -1- AC_DEFUN([CS_CHECK_TOOL], [_CS_PROG_PATH_PREPARE
2602     AC_CHECK_TOOL([$1], [$2], [$3],
2603         m4_ifval([$4], [_CS_PROG_CLIENT_PATH([$4])]))])
2604 m4trace:acinclude.m4:1146: -1- AC_DEFUN([CS_CHECK_TOOLS], [_CS_PROG_PATH_PREPARE
2605     AC_CHECK_TOOLS([$1], [$2], [$3],
2606         m4_ifval([$4], [_CS_PROG_CLIENT_PATH([$4])]))])
2607 m4trace:acinclude.m4:1157: -1- AC_DEFUN([CS_PATH_PROG], [_CS_PROG_PATH_PREPARE
2608     AC_PATH_PROG([$1], [$2], [$3],
2609         m4_ifval([$4], [_CS_PROG_CLIENT_PATH([$4])]))])
2610 m4trace:acinclude.m4:1168: -1- AC_DEFUN([CS_PATH_PROGS], [_CS_PROG_PATH_PREPARE
2611     AC_PATH_PROGS([$1], [$2], [$3],
2612         m4_ifval([$4], [_CS_PROG_CLIENT_PATH([$4])]))])
2613 m4trace:acinclude.m4:1179: -1- AC_DEFUN([CS_PATH_TOOL], [_CS_PROG_PATH_PREPARE
2614     AC_PATH_TOOL([$1], [$2], [$3],
2615         m4_ifval([$4], [_CS_PROG_CLIENT_PATH([$4])]))])
2616 m4trace:acinclude.m4:1195: -1- AC_DEFUN([_CS_PROG_PATH_PREPARE], [AS_REQUIRE([_AS_PATH_SEPARATOR_PREPARE])
2617     AS_IF([test "$cs_prog_path_prepared" != yes],
2618         [cs_prog_path_prepared=yes
2619         PATH="$PATH[]m4_foreach([cs_bin_path], [cs_bin_paths_default],
2620         [$PATH_SEPARATOR[]cs_bin_path])"
2621         export PATH])])
2622 m4trace:acinclude.m4:1206: -1- AC_DEFUN([_CS_PROG_CLIENT_PATH], [AS_REQUIRE([_AS_PATH_SEPARATOR_PREPARE])dnl
2623     $1[]m4_foreach([cs_bin_path], [cs_bin_paths_default],
2624         [$PATH_SEPARATOR[]cs_bin_path])])
2625 m4trace:acinclude.m4:1281: -1- AC_DEFUN([CS_CHECK_PTHREAD], [AC_REQUIRE([AC_CANONICAL_HOST])
2626     case $host_os in
2627         m4_ifval([$1],
2628         [$1)
2629             cs_cv_sys_pthread=no
2630             ;;
2631         ])
2632         *)
2633             CS_CHECK_BUILD([for pthread], [cs_cv_sys_pthread],
2634                 [AC_LANG_PROGRAM(
2635                     [[#include <pthread.h>
2636                     #include <semaphore.h>
2637                     void* worker(void* p) { (void)p; return p; }]],
2638                     [pthread_t tid;
2639                     sem_t sem;
2640                     pthread_create(&tid, 0, worker, 0);
2641                     sem_init(&sem, 0, 0);
2642                     sem_destroy(&sem);])],
2643                 [cs_pthread_flags])
2644             ;;
2645     esac
2646     _CS_CHECK_MUTEX_FEATURE([PTHREAD_MUTEX_RECURSIVE],
2647         [cs_cv_sys_pthread_mutex_recursive], [for pthread recursive mutexes])])
2648 m4trace:acinclude.m4:1300: -1- AC_DEFUN([_CS_CHECK_MUTEX_FEATURE], [AS_IF([test $cs_cv_sys_pthread = yes],
2649         [AC_CACHE_CHECK([$3], [$2],
2650             [CS_BUILD_IFELSE(
2651                 [AC_LANG_PROGRAM(
2652                     [[#include <pthread.h>]],
2653                     [pthread_mutexattr_t attr;
2654                     pthread_mutexattr_settype(&attr, CS_MUTEX_FEATURE);])],
2655                 [CS_CREATE_TUPLE([-DCS_MUTEX_FEATURE=$1]) \
2656                 CS_CREATE_TUPLE([-DCS_MUTEX_FEATURE=$1_NP])],
2657                 [],
2658                 [$2=`echo $cs_build_cflags | sed 's/.*\($1_*N*P*\).*/\1/'`],
2659                 [$2=no],
2660                 [$cs_cv_sys_pthread_cflags -D_GNU_SOURCE],
2661                 [$cs_cv_sys_pthread_lflags],
2662                 [$cs_cv_sys_pthread_libs])])],
2663         [$2=no])])
2664 m4trace:acinclude.m4:1319: -1- AC_DEFUN([CS_CHECK_PTHREAD_ATFORK], [AS_IF([test $cs_cv_sys_pthread = yes],
2665         [AC_CACHE_CHECK([for pthread_atfork support], [$1],
2666             [CS_BUILD_IFELSE(
2667                 [AC_LANG_PROGRAM(
2668                     [[#include <pthread.h>]],
2669                     [pthread_atfork (0, 0, 0);])],
2670                 [], [],
2671                 [$1=yes], [$1=no],
2672                 [$cs_cv_sys_pthread_cflags -D_GNU_SOURCE],
2673                 [$cs_cv_sys_pthread_lflags],
2674                 [$cs_cv_sys_pthread_libs])])],
2675         [$1=no])])
2676 m4trace:acinclude.m4:1372: -1- AC_DEFUN([CS_CHECK_TEMPLATE_TOOLKIT2], [CS_CHECK_PROGS([PERL], [perl5 perl])
2677     AS_IF([test -n "$PERL"],
2678         [AC_CACHE_CHECK([for TemplateToolkit], [cs_cv_perl_tt2],
2679             [AS_IF([AC_RUN_LOG(
2680                 [$PERL -M'Template 2.11' -MTemplate::Plugin -e 0 1>&2])],
2681                 [cs_cv_perl_tt2=yes],
2682                 [cs_cv_perl_tt2=no])])
2683         CS_PATH_PROGS([TTREE], [ttree])
2684         AS_IF([test $cs_cv_perl_tt2 = yes && test -n "$TTREE"],
2685             [CS_EMIT_BUILD_PROPERTY([TTREE], [$TTREE], [], [],
2686                 CS_EMITTER_OPTIONAL([$1]))])])])
2687 m4trace:acinclude.m4:1427: -1- AC_DEFUN([CS_PROG_CC], [
2688     CFLAGS="$CFLAGS" # Filter undesired flags
2689     AS_IF([test -n "$CC"],[
2690         CS_EMIT_BUILD_PROPERTY([CMD.CC], [$CC])
2691         CS_EMIT_BUILD_PROPERTY([COMPILER.CFLAGS], [$CPPFLAGS $CFLAGS], [+])
2692         
2693         # Check if compiler recognizes -pipe directive.
2694         CS_EMIT_BUILD_FLAGS([if $CC accepts -pipe], [cs_cv_prog_cc_pipe],
2695           [CS_CREATE_TUPLE([-pipe])], [C], [COMPILER.CFLAGS], [+])
2696     ])
2697 ])
2698 m4trace:acinclude.m4:1443: -1- AC_DEFUN([CS_PROG_CXX], [
2699     CXXFLAGS="$CXXFLAGS" # Filter undesired flags
2700     AS_IF([test -n "$CXX"],[
2701         CS_EMIT_BUILD_PROPERTY([CMD.C++], [$CXX])
2702
2703         CS_EMIT_BUILD_PROPERTY([COMPILER.C++FLAGS], [$CPPFLAGS $CXXFLAGS], [+])
2704
2705         # Check if compiler can be instructed to produce position-independent-code
2706         # (PIC).  This feature is required by some platforms when building plugin
2707         # modules and shared libraries.
2708         CS_COMPILER_PIC([C++], [cs_cv_prog_cxx_pic],
2709             [CS_EMIT_BUILD_PROPERTY([COMPILER.C++FLAGS.PIC],
2710                 [$cs_cv_prog_cxx_pic])])
2711     ])
2712 ])
2713 m4trace:acinclude.m4:1470: -1- AC_DEFUN([CS_PROG_LINK], [
2714     AC_REQUIRE([CS_PROG_CXX])
2715     AS_IF([test -n "$CXX"],
2716         [CS_EMIT_BUILD_PROPERTY([CMD.LINK], [AS_ESCAPE([$(CMD.C++)])])],
2717         [CS_EMIT_BUILD_PROPERTY([CMD.LINK], [AS_ESCAPE([$(CMD.CC)])])])
2718
2719     CS_EMIT_BUILD_PROPERTY([COMPILER.LFLAGS], [$LDFLAGS], [+])
2720
2721     # Check if compiler/linker recognizes -shared directive which is needed for
2722     # linking plugin modules.  Unfortunately, the Apple compiler (and possibly
2723     # others) requires extra effort.  Even though the compiler does not recognize
2724     # the -shared option, it nevertheless returns a "success" result after emitting
2725     # the warning "unrecognized option `-shared'".  Worse, even -Werror fails to
2726     # promote the warning to an error, so we must instead scan the compiler's
2727     # output for an appropriate diagnostic.
2728     CS_CHECK_BUILD_FLAGS([if -shared is accepted], [cs_cv_prog_link_shared],
2729         [CS_CREATE_TUPLE([-shared $cs_cv_prog_cxx_pic])], [C++],
2730         [CS_EMIT_BUILD_PROPERTY([PLUGIN.LFLAGS], [-shared], [+])], [],
2731         [], [], [], [shared])
2732
2733     # Check if linker recognizes -soname which is used to assign a name internally
2734     # to plugin modules.
2735     CS_CHECK_BUILD([if -soname is accepted], [cs_cv_prog_link_soname], [],
2736         [CS_CREATE_TUPLE([-Wl,-soname,foobar])], [C++],
2737         [CS_EMIT_BUILD_PROPERTY([PLUGIN.LFLAGS.USE_SONAME], [yes])])
2738 ])
2739 m4trace:acinclude.m4:1511: -1- AC_DEFUN([CS_CHECK_HOST_CPU], [AC_REQUIRE([AC_CANONICAL_HOST])
2740     case $host_cpu in
2741         [[Ii][3-9]86*|[Xx]86*]) cs_host_cpu=x86 ;;
2742         *) cs_host_cpu=$host_cpu ;;
2743     esac
2744     cs_host_cpu_normalized="AS_TR_CPP([$cs_host_cpu])"
2745     CS_JAMCONFIG_PROPERTY([TARGET.PROCESSOR], [$cs_host_cpu_normalized])
2746     ])
2747 m4trace:acinclude.m4:1558: -1- AC_DEFUN([CS_CHECK_HOST], [AC_REQUIRE([AC_CANONICAL_HOST])
2748     CS_CHECK_HOST_CPU
2749     cs_host_os_normalized=''
2750     case $host_os in
2751         mingw*|cygwin*)
2752             cs_host_target=win32gcc
2753             cs_host_family=windows
2754             ;;
2755         darwin*)
2756             _CS_CHECK_HOST_DARWIN
2757             ;;
2758         *)
2759             # Everything else is assumed to be Unix or Unix-like.
2760             cs_host_target=unix
2761             cs_host_family=unix
2762             ;;
2763     esac
2764
2765     case $cs_host_family in
2766         windows)
2767             AC_DEFINE([CS_PLATFORM_WIN32], [],
2768                 [Define when compiling for Win32])
2769             AS_IF([test -z "$cs_host_os_normalized"],
2770                 [cs_host_os_normalized='Win32'])
2771             ;;
2772         unix)
2773             AC_DEFINE([CS_PLATFORM_UNIX], [],
2774                 [Define when compiling for Unix and Unix-like (i.e. MacOS/X)])
2775             AS_IF([test -z "$cs_host_os_normalized"],
2776                 [cs_host_os_normalized='Unix'])
2777             ;;
2778     esac
2779
2780     cs_host_os_normalized_uc="AS_TR_CPP([$cs_host_os_normalized])"
2781     CS_JAMCONFIG_PROPERTY([TARGET.OS], [$cs_host_os_normalized_uc])
2782     CS_JAMCONFIG_PROPERTY([TARGET.OS.NORMALIZED], [$cs_host_os_normalized])
2783 ])
2784 m4trace:acinclude.m4:1614: -1- AC_DEFUN([_CS_CHECK_HOST_DARWIN], [AC_REQUIRE([CS_PROG_CC])
2785     AC_REQUIRE([CS_PROG_CXX])
2786
2787     # Both MacOS/X and Darwin are identified via $host_os as "darwin".  We need
2788     # a way to distinguish between the two.  If Carbon.h is present, then
2789     # assume MacOX/S; if not, assume Darwin.  If --with-x=yes was invoked, and
2790     # Carbon.h is present, then assume that user wants to cross-build for
2791     # Darwin even though build host is MacOS/X.
2792     # IMPLEMENTATION NOTE *1*
2793     # The QuickTime 7.0 installer removes <CarbonSound/CarbonSound.h>, which
2794     # causes #include <Carbon/Carbon.h> to fail unconditionally. Re-installing
2795     # the QuickTime SDK should restore the header, however not all developers
2796     # know to do this, so we work around the problem of the missing
2797     # CarbonSound.h by #defining __CARBONSOUND__ in the test in order to
2798     # prevent Carbon.h from attempting to #include the missing header.
2799     # IMPLEMENTATION NOTE *2*
2800     # At least one MacOS/X user switches between gcc 2.95 and gcc 3.3 with a
2801     # script which toggles the values of CC, CXX, and CPP.  Unfortunately, CPP
2802     # was being set to run the preprocessor directly ("cpp", for instance)
2803     # rather than running it via the compiler ("gcc -E", for instance).  The
2804     # problem with running the preprocessor directly is that __APPLE__ and
2805     # __GNUC__ are not defined, which causes the Carbon.h check to fail.  We
2806     # avoid this problem by supplying a non-empty fourth argument to
2807     # AC_CHECK_HEADER(), which causes it to test compile the header only (which
2808     # is a more robust test), rather than also testing it via the preprocessor.
2809
2810     AC_DEFINE([__CARBONSOUND__], [],
2811         [Avoid problem caused by missing <Carbon/CarbonSound.h>])
2812     AC_CHECK_HEADER([Carbon/Carbon.h],
2813         [cs_host_macosx=yes], [cs_host_macosx=no], [/* force compile */])
2814
2815     AS_IF([test $cs_host_macosx = yes],
2816         [AC_MSG_CHECKING([for --with-x])
2817         AS_IF([test "${with_x+set}" = set && test "$with_x" = "yes"],
2818             [AC_MSG_RESULT([yes (assume Darwin)])
2819             cs_host_macosx=no],
2820             [AC_MSG_RESULT([no])])])
2821
2822     AS_IF([test $cs_host_macosx = yes],
2823         [cs_host_target=macosx
2824         cs_host_family=unix
2825         cs_host_os_normalized='MacOS/X'
2826         AC_DEFINE([CS_PLATFORM_MACOSX], [],
2827             [Define when compiling for MacOS/X])
2828
2829         AC_CACHE_CHECK([for Objective-C compiler], [cs_cv_prog_objc],
2830             [cs_cv_prog_objc="$CC"])
2831         CS_JAMCONFIG_PROPERTY([CMD.OBJC], [$cs_cv_prog_objc])
2832         AC_CACHE_CHECK([for Objective-C++ compiler], [cs_cv_prog_objcxx],
2833             [cs_cv_prog_objcxx="$CXX"])
2834         CS_JAMCONFIG_PROPERTY([CMD.OBJC++], [$cs_cv_prog_objcxx])],
2835
2836         [cs_host_target=unix
2837         cs_host_family=unix])])
2838 m4trace:acinclude.m4:1645: -1- AC_DEFUN([CS_MSG_ERROR], [AC_CACHE_SAVE
2839     AC_MSG_ERROR([$1], [$2])])
2840 m4trace:acinclude.m4:1735: -1- AC_DEFUN([CS_META_INFO_EMBED], [AC_REQUIRE([AC_CANONICAL_HOST])
2841     _CS_META_INFO_EMBED_ENABLE([$1], [$2])
2842     AS_IF([test $enable_meta_info_embedding = yes],
2843         [_CS_META_INFO_EMBED_TOOLS([$1])
2844         AS_IF([test $cs_header_elf_h = yes],
2845             [CS_EMIT_BUILD_PROPERTY([ELF.AVAILABLE], [yes], [], [],
2846                 CS_EMITTER_OPTIONAL([$1]))],
2847             [case $host_os in
2848                 mingw*|cygwin*) ;;
2849                 *)
2850                     CS_CHECK_LIBBFD([$1],
2851                         [CS_EMIT_BUILD_PROPERTY([EMBED_META.CFLAGS],
2852                             [$cs_cv_libbfd_ok_cflags], [+], [],
2853                             CS_EMITTER_OPTIONAL([$1]))
2854                         CS_EMIT_BUILD_PROPERTY([EMBED_META.LFLAGS],
2855                             [$cs_cv_libbfd_ok_lflags $cs_cv_libbfd_ok_libs],
2856                             [+], [], CS_EMITTER_OPTIONAL([$1]))])
2857                     ;;
2858             esac])])])
2859 m4trace:acinclude.m4:1777: -1- AC_DEFUN([_CS_META_INFO_EMBED_ENABLE], [AC_REQUIRE([CS_CHECK_HOST])
2860     AC_CHECK_HEADERS([elf.h], [cs_header_elf_h=yes], [cs_header_elf_h=no])
2861     AC_MSG_CHECKING([whether to embed plugin meta-information])
2862     case $cs_host_target in
2863         unix) AS_IF([test $cs_header_elf_h = yes],
2864               [cs_embed_meta_info_default=yes],
2865               [cs_embed_meta_info_default=m4_ifval([$2],[$2],[no])]) ;;
2866         *) cs_embed_meta_info_default=yes ;;
2867     esac
2868     AC_ARG_ENABLE([meta-info-embedding],
2869         [AC_HELP_STRING([--enable-meta-info-embedding],
2870             [store plugin meta-information directly inside plugin modules if
2871             supported by platform; if disabled, meta-information is stored in
2872             stand-alone .csplugin files; this option is enabled by default for
2873             non-Unix platforms and on Unix platforms with ELF-format object
2874             files; it is disabled by default on Unix platforms if ELF is not
2875             available and the project uses a non-GPL-compatible license (such
2876             as LGPL) since the non-ELF Unix embedding technology requires the
2877             GPL-licensed libbfd library; if ELF is not available, enable this
2878             option on Unix only if you are certain you want a GPL-licensed
2879             library infecting your project])],
2880         [], [enable_meta_info_embedding=$cs_embed_meta_info_default])
2881     AC_MSG_RESULT([$enable_meta_info_embedding])
2882     CS_EMIT_BUILD_PROPERTY([EMBED_META], [$enable_meta_info_embedding],
2883         [], [], CS_EMITTER_OPTIONAL([$1]))])
2884 m4trace:acinclude.m4:1796: -1- AC_DEFUN([_CS_META_INFO_EMBED_TOOLS], [CS_CHECK_TOOLS([WINDRES], [windres])
2885     CS_EMIT_BUILD_PROPERTY([CMD.WINDRES], [$WINDRES], [], [],
2886         CS_EMITTER_OPTIONAL([$1]))
2887
2888     CS_CHECK_TOOLS([OBJCOPY], [objcopy])
2889     AS_IF([test -n "$OBJCOPY"],
2890         [CS_EMIT_BUILD_PROPERTY([OBJCOPY.AVAILABLE], [yes], [], [],
2891             CS_EMITTER_OPTIONAL([$1]))
2892         CS_EMIT_BUILD_PROPERTY([CMD.OBJCOPY], [$OBJCOPY], [], [],
2893             CS_EMITTER_OPTIONAL([$1]))])])
2894 m4trace:acinclude.m4:1867: -1- AC_DEFUN([CS_CHECK_LIBBFD], [CS_CHECK_LIB_WITH([bfd],
2895         [AC_LANG_PROGRAM([[#include <bfd.h>]], [bfd_init();])],
2896         [], [], [], [], [], [], [-liberty])
2897
2898     AS_IF([test $cs_cv_libbfd = yes],
2899         [CS_CHECK_BUILD([if libbfd is usable], [cs_cv_libbfd_ok],
2900             [AC_LANG_PROGRAM([[#include <bfd.h>]],
2901                 [bfd* p;
2902                 asection* s;
2903                 bfd_init();
2904                 p = bfd_openr(0,0);
2905                 bfd_check_format(p,bfd_object);
2906                 bfd_get_section_by_name(p,0);
2907                 bfd_section_size(p,s);
2908                 bfd_get_section_contents(p,s,0,0,0);
2909                 bfd_close(p);])],
2910             [CS_CREATE_TUPLE() CS_CREATE_TUPLE([],[-L/usr/lib],[])],
2911             [], [], [], [],
2912             [$cs_cv_libbfd_cflags],
2913             [$cs_cv_libbfd_lflags],
2914             [$cs_cv_libbfd_libs])],
2915         [cs_cv_libbfd_ok=no])
2916
2917     AS_IF([test $cs_cv_libbfd_ok = yes],
2918         [CS_EMIT_BUILD_RESULT([cs_cv_libbfd_ok], [LIBBFD],
2919             CS_EMITTER_OPTIONAL([$1]))
2920         $2],
2921         [$3])])
2922 m4trace:acinclude.m4:1916: -1- AC_DEFUN([CS_EMIT_BUILD_PROPERTY], [cs_build_prop_val="$2"
2923     cs_build_prop_val=CS_TRIM([$cs_build_prop_val])
2924     m4_ifval([$4],
2925         [CS_JAMCONFIG_PROPERTY([$1], [$cs_build_prop_val], [$3])],
2926         AS_IF([test -n "$cs_build_prop_val"],
2927             [m4_default([$5],[CS_JAMCONFIG_PROPERTY])(
2928                 [$1], [$cs_build_prop_val], [$3], [$6])]))])
2929 m4trace:acinclude.m4:1939: -1- AC_DEFUN([CS_EMIT_BUILD_RESULT], [AS_IF([test "$$1" = yes],
2930         [CS_EMIT_BUILD_PROPERTY([$2.AVAILABLE], [yes], [], [], [$3])
2931         CS_EMIT_BUILD_PROPERTY([$2.CFLAGS], [$$1_cflags], [], [], [$3])
2932         CS_EMIT_BUILD_PROPERTY([$2.LFLAGS], [$$1_lflags $$1_libs],
2933             [], [], [$3])])])
2934 m4trace:acinclude.m4:1972: -1- AC_DEFUN([CS_EMIT_BUILD_FLAGS], [CS_CHECK_BUILD_FLAGS([$1], [$2], [$3], [$4],
2935         [CS_EMIT_BUILD_PROPERTY([$5], [$$2], [$6], [], [$9])
2936             $7],
2937         [$8])])
2938 m4trace:acinclude.m4:2000: -1- AC_DEFUN([CS_EMITTER_OPTIONAL], [m4_case([$1],
2939         [], [[CS_NULL_EMITTER]],
2940         [emit], [],
2941         [yes], [],
2942         [[$1]])])
2943 m4trace:acinclude.m4:2010: -1- AC_DEFUN([CS_NULL_EMITTER], [:
2944 ])
2945 m4trace:acinclude.m4:2025: -1- AC_DEFUN([CS_SUBST_EMITTER], [AC_SUBST(AS_TR_SH([$1]),[$2])])
2946 m4trace:acinclude.m4:2039: -1- AC_DEFUN([CS_DEFINE_EMITTER], [AC_DEFINE_UNQUOTED(AS_TR_CPP([$1]),[$2],
2947         [Define when feature is available])])
2948 m4trace:acinclude.m4:2082: -1- AC_DEFUN([CS_HEADER_APPEND], [CS_TEXT_CACHE_APPEND([cs_header_text], [$1])])
2949 m4trace:acinclude.m4:2083: -1- AC_DEFUN([CS_HEADER_PREPEND], [CS_TEXT_CACHE_PREPEND([cs_header_text], [$1])])
2950 m4trace:acinclude.m4:2086: -1- AC_DEFUN([CS_HEADER_PROPERTY], [CS_HEADER_APPEND([@%:@define $1[]m4_ifval([$2], [ $2], [])
2951 ])])
2952 m4trace:acinclude.m4:2087: -1- AC_DEFUN([CS_HEADER_OUTPUT], [CS_TEXT_CACHE_OUTPUT([cs_header_text], [$1])])
2953 m4trace:acinclude.m4:2172: -1- AC_DEFUN([CS_OUTPUT_INSTALLDIRS], [
2954 # Handle the case when no prefix is given, and the special case when a path
2955 # contains more than 2 slashes, these paths seem to be correct but Jam fails
2956 # on them.
2957 AS_IF([test $prefix = NONE],
2958     [cs_install_prefix="$ac_default_prefix"],
2959     [cs_install_prefix=`echo "$prefix" | sed -e 's:///*:/:g'`])
2960 AS_IF([test $exec_prefix = NONE],
2961     [cs_install_exec_prefix="AS_ESCAPE([$(prefix)])"],
2962     [cs_install_exec_prefix=`echo "$exec_prefix" | sed -e 's:///*:/:g'`])
2963
2964 _CS_OUTPUT_INSTALL_DIRS([$1], [prefix],
2965     [CS_PREPARE_INSTALLPATH([$cs_install_prefix], [$2])])
2966 _CS_OUTPUT_INSTALL_DIRS([$1], [exec_prefix],
2967     [CS_PREPARE_INSTALLPATH([$cs_install_exec_prefix], [$2])])
2968 _CS_OUTPUT_INSTALL_DIRS([$1], [bindir],
2969     [CS_PREPARE_INSTALLPATH([$bindir], [$2])])
2970 _CS_OUTPUT_INSTALL_DIRS([$1], [sbindir],
2971     [CS_PREPARE_INSTALLPATH([$sbindir], [$2])])
2972 _CS_OUTPUT_INSTALL_DIRS([$1], [libexecdir],
2973     [CS_PREPARE_INSTALLPATH([$libexecdir], [$2])])
2974 _CS_OUTPUT_INSTALL_DIRS([$1], [datadir],
2975     [CS_PREPARE_INSTALLPATH([$datadir], [$2])])
2976 _CS_OUTPUT_INSTALL_DIRS([$1], [sysconfdir], 
2977     [CS_PREPARE_INSTALLPATH([$sysconfdir], [$2])])
2978 _CS_OUTPUT_INSTALL_DIRS([$1], [sharedstatedir], 
2979     [CS_PREPARE_INSTALLPATH([$sharedstatedir], [$2])])
2980 _CS_OUTPUT_INSTALL_DIRS([$1], [localstatedir], 
2981     [CS_PREPARE_INSTALLPATH([$localstatedir], [$2])])
2982 _CS_OUTPUT_INSTALL_DIRS([$1], [libdir],
2983     [CS_PREPARE_INSTALLPATH([$libdir], [$2])])
2984 _CS_OUTPUT_INSTALL_DIRS([$1], [includedir], 
2985     [CS_PREPARE_INSTALLPATH([$includedir], [$2])])
2986 _CS_OUTPUT_INSTALL_DIRS([$1], [oldincludedir], 
2987     [CS_PREPARE_INSTALLPATH([$oldincludedir], [$2])])
2988 _CS_OUTPUT_INSTALL_DIRS([$1], [infodir],
2989     [CS_PREPARE_INSTALLPATH([$infodir], [$2])])
2990 _CS_OUTPUT_INSTALL_DIRS([$1], [mandir],
2991     [CS_PREPARE_INSTALLPATH([$mandir], [$2])])
2992 ])
2993 m4trace:acinclude.m4:2175: -1- AC_DEFUN([_CS_OUTPUT_INSTALL_DIRS], [m4_default([$1], [CS_JAMCONFIG_PROPERTY])([$2], [$3])])
2994 m4trace:acinclude.m4:2187: -1- AC_DEFUN([CS_PREPARE_INSTALLPATH], [`echo "$1" | sed 's/\${\([[a-zA-Z_][a-zA-Z_]]*\)}/$(\1)/g;m4_ifval([$2],
2995     [s/\\/\\\\/g], [s/\\\\/\\\\\\\\/g])'`])
2996 m4trace:acinclude.m4:2237: -1- AC_DEFUN([CS_JAMCONFIG_APPEND], [CS_TEXT_CACHE_APPEND([cs_jamconfig_text], [$1])])
2997 m4trace:acinclude.m4:2239: -1- AC_DEFUN([CS_JAMCONFIG_PREPEND], [CS_TEXT_CACHE_PREPEND([cs_jamconfig_text], [$1])])
2998 m4trace:acinclude.m4:2243: -1- AC_DEFUN([CS_JAMCONFIG_PROPERTY], [CS_JAMCONFIG_APPEND(
2999         [$1 m4_ifval([$3], [+=], m4_ifval([$4], [=], [?=])) \"$2\" ;
3000 ])])
3001 m4trace:acinclude.m4:2245: -1- AC_DEFUN([CS_JAMCONFIG_OUTPUT], [CS_TEXT_CACHE_OUTPUT([cs_jamconfig_text], [$1])])
3002 m4trace:acinclude.m4:2292: -1- AC_DEFUN([CS_MAKEFILE_APPEND], [CS_TEXT_CACHE_APPEND([cs_makefile_text], [$1])])
3003 m4trace:acinclude.m4:2294: -1- AC_DEFUN([CS_MAKEFILE_PREPEND], [CS_TEXT_CACHE_PREPEND([cs_makefile_text], [$1])])
3004 m4trace:acinclude.m4:2297: -1- AC_DEFUN([CS_MAKEFILE_PROPERTY], [CS_MAKEFILE_APPEND([$1 m4_ifval([$3], [+=], [=]) $2
3005 ])])
3006 m4trace:acinclude.m4:2298: -1- AC_DEFUN([CS_MAKEFILE_OUTPUT], [CS_TEXT_CACHE_OUTPUT([cs_makefile_text], [$1])])
3007 m4trace:acinclude.m4:2349: -1- AC_DEFUN([CS_CHECK_MKDIR], [AC_CACHE_CHECK([how to create a directory], [cs_cv_shell_mkdir],
3008         [cs_cv_shell_mkdir='mkdir'])
3009     AC_SUBST([MKDIR], [$cs_cv_shell_mkdir])
3010
3011     AC_CACHE_CHECK([how to create a directory tree], [cs_cv_shell_mkdir_p],
3012         [if $cs_cv_shell_mkdir -p . 2>/dev/null; then
3013             cs_cv_shell_mkdir_p='mkdir -p'
3014         elif mkdirs . 2>/dev/null; then
3015             cs_cv_shell_mkdir_p='mkdirs'
3016         fi
3017         test -d ./-p && rmdir ./-p])
3018     AS_VAR_SET_IF([cs_cv_shell_mkdir_p],
3019         [AC_SUBST([MKDIRS], [$cs_cv_shell_mkdir_p])],
3020         [CS_MSG_ERROR([do not know how to create a directory tree])])])
3021 m4trace:acinclude.m4:2427: -1- AC_DEFUN([CS_PACKAGEINFO], [PACKAGE_LONGNAME="[$1]"
3022     PACKAGE_COPYRIGHT="[$2]"
3023     PACKAGE_HOMEPAGE="[$3]"
3024 ])
3025 m4trace:acinclude.m4:2452: -1- AC_DEFUN([CS_EMIT_PACKAGEINFO], [_CS_EMIT_PACKAGEINFO([$1], [PACKAGE_NAME], [$PACKAGE_NAME])
3026     _CS_EMIT_PACKAGEINFO([$1], [PACKAGE_VERSION], [$PACKAGE_VERSION])
3027     _CS_EMIT_PACKAGEINFO([$1], [PACKAGE_STRING], [$PACKAGE_STRING])
3028     _CS_EMIT_PACKAGEINFO([$1], [PACKAGE_BUGREPORT], [$PACKAGE_BUGREPORT])
3029     _CS_EMIT_PACKAGEINFO([$1], [PACKAGE_LONGNAME], [$PACKAGE_LONGNAME])
3030     _CS_EMIT_PACKAGEINFO([$1], [PACKAGE_HOMEPAGE], [$PACKAGE_HOMEPAGE])
3031     _CS_EMIT_PACKAGEINFO([$1], [PACKAGE_COPYRIGHT], [$PACKAGE_COPYRIGHT])
3032     for cs_veritem in m4_translit(AC_PACKAGE_VERSION, [.], [ ]); do
3033         _CS_EMIT_PACKAGEINFO([$1], [PACKAGE_VERSION_LIST], [$cs_veritem], [+])
3034     done
3035     ])
3036 m4trace:acinclude.m4:2459: -1- AC_DEFUN([_CS_EMIT_PACKAGEINFO], [m4_case([$1],
3037         [make], [CS_MAKEFILE_PROPERTY([$2], [$3], [$4])],
3038         [jam], [CS_JAMCONFIG_PROPERTY([$2], [$3], [$4])],
3039         [], [CS_JAMCONFIG_PROPERTY([$2], [$3], [$4])],
3040         [$1([$2], [$3], [$4])])])
3041 m4trace:acinclude.m4:2487: -1- AC_DEFUN([CS_PATH_NORMALIZE], [`echo "x$1" | tr '\\\\' '/' | sed 's/^x//;s/   */ /g;s/^ //;s/ $//'`])
3042 m4trace:acinclude.m4:2496: -1- AC_DEFUN([CS_RUN_PATH_NORMALIZE], [`AC_RUN_LOG([$1]) | tr '\\\\' '/' | sed 's/^x//;s/   */ /g;s/^ //;s/ $//'`])
3043 m4trace:acinclude.m4:2703: -1- AC_DEFUN([CS_CHECK_PROG_VERSION], [AC_CACHE_CHECK([if $1 version m4_default([$7],[>=]) $3],
3044     [AS_TR_SH([cs_cv_prog_$1_version_ok_annotated])],
3045     [CS_VCHK_EXTRACTVERSION([$2], [$3], [$4], AS_TR_SH([$1]),
3046         m4_default([$7],[>=]))])
3047 AS_IF([test "$AS_TR_SH([cs_cv_prog_$1_version_ok])" = yes], [$5], [$6])])
3048 m4trace:acinclude.m4:2749: -1- AC_DEFUN([CS_SYMBOL_QUALIFIER], [AC_CACHE_CHECK([$1], [$2],
3049         [$2='no'
3050         m4_foreach([cs_symbol_qualifier], [$3],
3051             [AS_IF([test "$$2" = no],
3052                 [CS_BUILD_IFELSE(
3053                     [AC_LANG_PROGRAM(
3054                         [cs_symbol_qualifier m4_default([$4],[void f()]);],
3055                         [])],
3056                     [], [$5], [$2='cs_symbol_qualifier'], [$2='no'])])])])
3057     AS_IF([test $$2 != no], [$6], [$7])])
3058 m4trace:acinclude.m4:2793: -1- AC_DEFUN([CS_SPLIT], [m4_define([cs_split_filler], m4_default([$4],[filler]))
3059     set cs_split_filler `echo "$1" | awk 'BEGIN { FS="m4_default([$3],[ ])" }
3060         { for (i=1; i <= NF; ++i)
3061             { if ($i == "") print "cs_split_filler"; else print $i } }'`
3062     shift
3063     m4_map([_CS_SPLIT], [$2])])
3064 m4trace:acinclude.m4:2798: -1- AC_DEFUN([_CS_SPLIT], [AS_IF([test $[@%:@] -eq 0], [$1=''],
3065         [AS_IF([test "$[1]" = cs_split_filler], [$1=''], [$1=$[1]])
3066         shift])])
3067 m4trace:acinclude.m4:2864: -1- AC_DEFUN([CS_TEXT_CACHE_APPEND], [$1="${$1}$2"])
3068 m4trace:acinclude.m4:2865: -1- AC_DEFUN([CS_TEXT_CACHE_PREPEND], [$1="$2${$1}"])
3069 m4trace:acinclude.m4:2876: -1- AC_DEFUN([CS_TEXT_CACHE_OUTPUT], [AC_CONFIG_COMMANDS([$2],
3070         [echo $ECHO_N "$$1$ECHO_C" > $tmp/tcache
3071         AS_IF([diff $2 $tmp/tcache >/dev/null 2>&1],
3072             [AC_MSG_NOTICE([$2 is unchanged])],
3073             [rm -f $2
3074             cp $tmp/tcache $2])
3075         rm -f $tmp/tcache],
3076         [$1='$$1'
3077         cs_dir=`AS_DIRNAME([$2])`
3078         AS_ESCAPE(AS_MKDIR_P([$cs_dir]), [$`\])])])
3079 m4trace:acinclude.m4:2903: -1- AC_DEFUN([CS_TRIM], [`echo x$1 | sed 's/^x//;s/   */ /g;s/^ //;s/ $//'`])
3080 m4trace:acinclude.m4:2947: -1- AC_DEFUN([CS_COMPILER_WARNINGS], [CS_CHECK_BUILD_FLAGS(
3081         [how to enable m4_default([$1],[C]) compilation warnings],
3082         [m4_default([$2],[cs_cv_prog_compiler_enable_warnings])],
3083         [CS_CREATE_TUPLE([-Wmost]) CS_CREATE_TUPLE([-Wall])],
3084         [$1], [$3], [$4])])
3085 m4trace:acinclude.m4:2966: -1- AC_DEFUN([CS_COMPILER_ERRORS], [CS_CHECK_BUILD_FLAGS(
3086         [how to treat m4_default([$1],[C]) warnings as errors],
3087         [m4_default([$2],[cs_cv_prog_compiler_enable_errors])],
3088         [CS_CREATE_TUPLE([-Werror])], [$1], [$3], [$4])])
3089 m4trace:acinclude.m4:2988: -1- AC_DEFUN([CS_COMPILER_IGNORE_UNUSED], [CS_CHECK_BUILD_FLAGS(
3090         [how to suppress m4_default([$1],[C]) unused variable warnings],
3091         [m4_default([$2],[cs_cv_prog_compiler_ignore_unused])],
3092         [CS_CREATE_TUPLE([-Wno-unused])], [$1], [$3], [$4])])
3093 m4trace:acinclude.m4:3011: -1- AC_DEFUN([CS_COMPILER_IGNORE_UNINITIALIZED], [CS_CHECK_BUILD_FLAGS(
3094         [how to suppress m4_default([$1],[C]) uninitialized warnings],
3095         [m4_default([$2],
3096             [cs_cv_prog_compiler_ignore_uninitialized_variables])],
3097         [CS_CREATE_TUPLE([-Wno-uninitialized])], [$1], [$3], [$4])])
3098 m4trace:acinclude.m4:3032: -1- AC_DEFUN([CS_COMPILER_IGNORE_PRAGMAS], [CS_CHECK_BUILD_FLAGS(
3099         [how to suppress m4_default([$1],[C]) unknown [#pragma] warnings],
3100         [m4_default([$2],[cs_cv_prog_compiler_ignore_unknown_pragmas])],
3101         [CS_CREATE_TUPLE([-Wno-unknown-pragmas])], [$1], [$3], [$4])])
3102 m4trace:acinclude.m4:3054: -1- AC_DEFUN([CS_COMPILER_IGNORE_LONG_DOUBLE], [CS_CHECK_BUILD_FLAGS(
3103         [how to suppress m4_default([$1],[C]) `long double' warnings],
3104         [m4_default([$2],[cs_cv_prog_compiler_ignore_long_double])],
3105         [CS_CREATE_TUPLE([-Wno-long-double])], [$1], [$3], [$4])])
3106 m4trace:configure.ac:13: -1- m4_pattern_forbid([^_?A[CHUM]_])
3107 m4trace:configure.ac:13: -1- m4_pattern_forbid([_AC_])
3108 m4trace:configure.ac:13: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
3109 m4trace:configure.ac:13: -1- m4_pattern_allow([^AS_FLAGS$])
3110 m4trace:configure.ac:13: -1- m4_pattern_forbid([^_?m4_])
3111 m4trace:configure.ac:13: -1- m4_pattern_forbid([^dnl$])
3112 m4trace:configure.ac:13: -1- m4_pattern_forbid([^_?AS_])
3113 m4trace:configure.ac:13: -1- m4_pattern_allow([^SHELL$])
3114 m4trace:configure.ac:13: -1- m4_pattern_allow([^PATH_SEPARATOR$])
3115 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_NAME$])
3116 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
3117 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_VERSION$])
3118 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_STRING$])
3119 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
3120 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_URL$])
3121 m4trace:configure.ac:13: -1- m4_pattern_allow([^exec_prefix$])
3122 m4trace:configure.ac:13: -1- m4_pattern_allow([^prefix$])
3123 m4trace:configure.ac:13: -1- m4_pattern_allow([^program_transform_name$])
3124 m4trace:configure.ac:13: -1- m4_pattern_allow([^bindir$])
3125 m4trace:configure.ac:13: -1- m4_pattern_allow([^sbindir$])
3126 m4trace:configure.ac:13: -1- m4_pattern_allow([^libexecdir$])
3127 m4trace:configure.ac:13: -1- m4_pattern_allow([^datarootdir$])
3128 m4trace:configure.ac:13: -1- m4_pattern_allow([^datadir$])
3129 m4trace:configure.ac:13: -1- m4_pattern_allow([^sysconfdir$])
3130 m4trace:configure.ac:13: -1- m4_pattern_allow([^sharedstatedir$])
3131 m4trace:configure.ac:13: -1- m4_pattern_allow([^localstatedir$])
3132 m4trace:configure.ac:13: -1- m4_pattern_allow([^includedir$])
3133 m4trace:configure.ac:13: -1- m4_pattern_allow([^oldincludedir$])
3134 m4trace:configure.ac:13: -1- m4_pattern_allow([^docdir$])
3135 m4trace:configure.ac:13: -1- m4_pattern_allow([^infodir$])
3136 m4trace:configure.ac:13: -1- m4_pattern_allow([^htmldir$])
3137 m4trace:configure.ac:13: -1- m4_pattern_allow([^dvidir$])
3138 m4trace:configure.ac:13: -1- m4_pattern_allow([^pdfdir$])
3139 m4trace:configure.ac:13: -1- m4_pattern_allow([^psdir$])
3140 m4trace:configure.ac:13: -1- m4_pattern_allow([^libdir$])
3141 m4trace:configure.ac:13: -1- m4_pattern_allow([^localedir$])
3142 m4trace:configure.ac:13: -1- m4_pattern_allow([^mandir$])
3143 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_NAME$])
3144 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
3145 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_VERSION$])
3146 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_STRING$])
3147 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
3148 m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE_URL$])
3149 m4trace:configure.ac:13: -1- m4_pattern_allow([^DEFS$])
3150 m4trace:configure.ac:13: -1- m4_pattern_allow([^ECHO_C$])
3151 m4trace:configure.ac:13: -1- m4_pattern_allow([^ECHO_N$])
3152 m4trace:configure.ac:13: -1- m4_pattern_allow([^ECHO_T$])
3153 m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
3154 m4trace:configure.ac:13: -1- m4_pattern_allow([^build_alias$])
3155 m4trace:configure.ac:13: -1- m4_pattern_allow([^host_alias$])
3156 m4trace:configure.ac:13: -1- m4_pattern_allow([^target_alias$])
3157 m4trace:configure.ac:14: -1- m4_pattern_allow([^build$])
3158 m4trace:configure.ac:14: -1- m4_pattern_allow([^build_cpu$])
3159 m4trace:configure.ac:14: -1- m4_pattern_allow([^build_vendor$])
3160 m4trace:configure.ac:14: -1- m4_pattern_allow([^build_os$])
3161 m4trace:configure.ac:14: -1- m4_pattern_allow([^host$])
3162 m4trace:configure.ac:14: -1- m4_pattern_allow([^host_cpu$])
3163 m4trace:configure.ac:14: -1- m4_pattern_allow([^host_vendor$])
3164 m4trace:configure.ac:14: -1- m4_pattern_allow([^host_os$])
3165 m4trace:configure.ac:16: -1- AM_INIT_AUTOMAKE
3166 m4trace:configure.ac:16: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
3167 m4trace:configure.ac:16: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
3168 m4trace:configure.ac:16: -1- AM_AUTOMAKE_VERSION([1.11])
3169 m4trace:configure.ac:16: -1- _AM_AUTOCONF_VERSION([2.68])
3170 m4trace:configure.ac:16: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
3171 m4trace:configure.ac:16: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
3172 m4trace:configure.ac:16: -1- m4_pattern_allow([^INSTALL_DATA$])
3173 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__isrc$])
3174 m4trace:configure.ac:16: -1- _AM_SUBST_NOTMAKE([am__isrc])
3175 m4trace:configure.ac:16: -1- m4_pattern_allow([^CYGPATH_W$])
3176 m4trace:configure.ac:16: -1- _AM_SET_OPTIONS([])
3177 m4trace:configure.ac:16: -1- m4_pattern_allow([^PACKAGE$])
3178 m4trace:configure.ac:16: -1- m4_pattern_allow([^VERSION$])
3179 m4trace:configure.ac:16: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
3180  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
3181 m4trace:configure.ac:16: -2- _AM_MANGLE_OPTION([no-define])
3182 m4trace:configure.ac:16: -1- m4_pattern_allow([^PACKAGE$])
3183 m4trace:configure.ac:16: -1- m4_pattern_allow([^VERSION$])
3184 m4trace:configure.ac:16: -1- AM_SANITY_CHECK
3185 m4trace:configure.ac:16: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
3186 m4trace:configure.ac:16: -1- AM_MISSING_HAS_RUN
3187 m4trace:configure.ac:16: -1- AM_AUX_DIR_EXPAND
3188 m4trace:configure.ac:16: -1- m4_pattern_allow([^ACLOCAL$])
3189 m4trace:configure.ac:16: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
3190 m4trace:configure.ac:16: -1- m4_pattern_allow([^AUTOCONF$])
3191 m4trace:configure.ac:16: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
3192 m4trace:configure.ac:16: -1- m4_pattern_allow([^AUTOMAKE$])
3193 m4trace:configure.ac:16: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
3194 m4trace:configure.ac:16: -1- m4_pattern_allow([^AUTOHEADER$])
3195 m4trace:configure.ac:16: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
3196 m4trace:configure.ac:16: -1- m4_pattern_allow([^MAKEINFO$])
3197 m4trace:configure.ac:16: -1- AM_PROG_INSTALL_SH
3198 m4trace:configure.ac:16: -1- m4_pattern_allow([^install_sh$])
3199 m4trace:configure.ac:16: -1- AM_PROG_INSTALL_STRIP
3200 m4trace:configure.ac:16: -1- m4_pattern_allow([^STRIP$])
3201 m4trace:configure.ac:16: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
3202 m4trace:configure.ac:16: -1- AM_PROG_MKDIR_P
3203 m4trace:configure.ac:16: -1- m4_pattern_allow([^MKDIR_P$])
3204 m4trace:configure.ac:16: -1- m4_pattern_allow([^mkdir_p$])
3205 m4trace:configure.ac:16: -1- m4_pattern_allow([^AWK$])
3206 m4trace:configure.ac:16: -1- m4_pattern_allow([^SET_MAKE$])
3207 m4trace:configure.ac:16: -1- AM_SET_LEADING_DOT
3208 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__leading_dot$])
3209 m4trace:configure.ac:16: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
3210                              [_AM_PROG_TAR([v7])])])
3211 m4trace:configure.ac:16: -2- _AM_MANGLE_OPTION([tar-ustar])
3212 m4trace:configure.ac:16: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
3213 m4trace:configure.ac:16: -2- _AM_MANGLE_OPTION([tar-pax])
3214 m4trace:configure.ac:16: -1- _AM_PROG_TAR([v7])
3215 m4trace:configure.ac:16: -1- AM_MISSING_PROG([AMTAR], [tar])
3216 m4trace:configure.ac:16: -1- m4_pattern_allow([^AMTAR$])
3217 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__tar$])
3218 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__untar$])
3219 m4trace:configure.ac:16: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
3220                   [_AM_DEPENDENCIES(CC)],
3221                   [define([AC_PROG_CC],
3222                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
3223 AC_PROVIDE_IFELSE([AC_PROG_CXX],
3224                   [_AM_DEPENDENCIES(CXX)],
3225                   [define([AC_PROG_CXX],
3226                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
3227 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
3228                   [_AM_DEPENDENCIES(OBJC)],
3229                   [define([AC_PROG_OBJC],
3230                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
3231 ])
3232 m4trace:configure.ac:16: -2- _AM_MANGLE_OPTION([no-dependencies])
3233 m4trace:configure.ac:16: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
3234 m4trace:configure.ac:16: -2- _AM_MANGLE_OPTION([silent-rules])
3235 m4trace:configure.ac:17: -1- AM_PROG_CC_C_O
3236 m4trace:configure.ac:17: -1- m4_pattern_allow([^CC$])
3237 m4trace:configure.ac:17: -1- m4_pattern_allow([^CFLAGS$])
3238 m4trace:configure.ac:17: -1- m4_pattern_allow([^LDFLAGS$])
3239 m4trace:configure.ac:17: -1- m4_pattern_allow([^LIBS$])
3240 m4trace:configure.ac:17: -1- m4_pattern_allow([^CPPFLAGS$])
3241 m4trace:configure.ac:17: -1- m4_pattern_allow([^CC$])
3242 m4trace:configure.ac:17: -1- m4_pattern_allow([^CC$])
3243 m4trace:configure.ac:17: -1- m4_pattern_allow([^CC$])
3244 m4trace:configure.ac:17: -1- m4_pattern_allow([^CC$])
3245 m4trace:configure.ac:17: -1- m4_pattern_allow([^ac_ct_CC$])
3246 m4trace:configure.ac:17: -1- m4_pattern_allow([^EXEEXT$])
3247 m4trace:configure.ac:17: -1- m4_pattern_allow([^OBJEXT$])
3248 m4trace:configure.ac:17: -1- _AM_DEPENDENCIES([CC])
3249 m4trace:configure.ac:17: -1- AM_SET_DEPDIR
3250 m4trace:configure.ac:17: -1- m4_pattern_allow([^DEPDIR$])
3251 m4trace:configure.ac:17: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
3252 m4trace:configure.ac:17: -1- AM_MAKE_INCLUDE
3253 m4trace:configure.ac:17: -1- m4_pattern_allow([^am__include$])
3254 m4trace:configure.ac:17: -1- m4_pattern_allow([^am__quote$])
3255 m4trace:configure.ac:17: -1- AM_DEP_TRACK
3256 m4trace:configure.ac:17: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
3257 m4trace:configure.ac:17: -1- m4_pattern_allow([^AMDEP_TRUE$])
3258 m4trace:configure.ac:17: -1- m4_pattern_allow([^AMDEP_FALSE$])
3259 m4trace:configure.ac:17: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
3260 m4trace:configure.ac:17: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
3261 m4trace:configure.ac:17: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
3262 m4trace:configure.ac:17: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
3263 m4trace:configure.ac:17: -1- m4_pattern_allow([^CCDEPMODE$])
3264 m4trace:configure.ac:17: -1- AM_CONDITIONAL([am__fastdepCC], [
3265   test "x$enable_dependency_tracking" != xno \
3266   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
3267 m4trace:configure.ac:17: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
3268 m4trace:configure.ac:17: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
3269 m4trace:configure.ac:17: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
3270 m4trace:configure.ac:17: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
3271 m4trace:configure.ac:17: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
3272 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
3273 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXFLAGS$])
3274 m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
3275 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
3276 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
3277 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
3278 m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CXX$])
3279 m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CXX])
3280 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXDEPMODE$])
3281 m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCXX], [
3282   test "x$enable_dependency_tracking" != xno \
3283   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
3284 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
3285 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
3286 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
3287 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
3288 m4trace:configure.ac:19: -1- AC_PROG_LIBTOOL
3289 m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
3290 You should run autoupdate.], [/usr/local/share/aclocal/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
3291 configure.ac:19: the top level])
3292 m4trace:configure.ac:19: -1- LT_INIT
3293 m4trace:configure.ac:19: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
3294 m4trace:configure.ac:19: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
3295 m4trace:configure.ac:19: -1- LTOPTIONS_VERSION
3296 m4trace:configure.ac:19: -1- LTSUGAR_VERSION
3297 m4trace:configure.ac:19: -1- LTVERSION_VERSION
3298 m4trace:configure.ac:19: -1- LTOBSOLETE_VERSION
3299 m4trace:configure.ac:19: -1- _LT_PROG_LTMAIN
3300 m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBTOOL$])
3301 m4trace:configure.ac:19: -1- _LT_PREPARE_SED_QUOTE_VARS
3302 m4trace:configure.ac:19: -1- _LT_PROG_ECHO_BACKSLASH
3303 m4trace:configure.ac:19: -1- LT_PATH_LD
3304 m4trace:configure.ac:19: -1- m4_pattern_allow([^SED$])
3305 m4trace:configure.ac:19: -1- AC_PROG_EGREP
3306 m4trace:configure.ac:19: -1- m4_pattern_allow([^GREP$])
3307 m4trace:configure.ac:19: -1- m4_pattern_allow([^EGREP$])
3308 m4trace:configure.ac:19: -1- m4_pattern_allow([^FGREP$])
3309 m4trace:configure.ac:19: -1- m4_pattern_allow([^GREP$])
3310 m4trace:configure.ac:19: -1- m4_pattern_allow([^LD$])
3311 m4trace:configure.ac:19: -1- LT_PATH_NM
3312 m4trace:configure.ac:19: -1- m4_pattern_allow([^DUMPBIN$])
3313 m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
3314 m4trace:configure.ac:19: -1- m4_pattern_allow([^DUMPBIN$])
3315 m4trace:configure.ac:19: -1- m4_pattern_allow([^NM$])
3316 m4trace:configure.ac:19: -1- m4_pattern_allow([^LN_S$])
3317 m4trace:configure.ac:19: -1- LT_CMD_MAX_LEN
3318 m4trace:configure.ac:19: -1- m4_pattern_allow([^OBJDUMP$])
3319 m4trace:configure.ac:19: -1- m4_pattern_allow([^OBJDUMP$])
3320 m4trace:configure.ac:19: -1- m4_pattern_allow([^DLLTOOL$])
3321 m4trace:configure.ac:19: -1- m4_pattern_allow([^DLLTOOL$])
3322 m4trace:configure.ac:19: -1- m4_pattern_allow([^AR$])
3323 m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_AR$])
3324 m4trace:configure.ac:19: -1- m4_pattern_allow([^STRIP$])
3325 m4trace:configure.ac:19: -1- m4_pattern_allow([^RANLIB$])
3326 m4trace:configure.ac:19: -1- _LT_WITH_SYSROOT
3327 m4trace:configure.ac:19: -1- m4_pattern_allow([LT_OBJDIR])
3328 m4trace:configure.ac:19: -1- m4_pattern_allow([^LT_OBJDIR$])
3329 m4trace:configure.ac:19: -1- _LT_CC_BASENAME([$compiler])
3330 m4trace:configure.ac:19: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
3331 m4trace:configure.ac:19: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
3332 m4trace:configure.ac:19: -1- LT_SUPPORTED_TAG([CC])
3333 m4trace:configure.ac:19: -1- _LT_COMPILER_BOILERPLATE
3334 m4trace:configure.ac:19: -1- _LT_LINKER_BOILERPLATE
3335 m4trace:configure.ac:19: -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"])
3336 m4trace:configure.ac:19: -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
3337      "" | " "*) ;;
3338      *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
3339      esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
3340      _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
3341 m4trace:configure.ac:19: -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, )=])
3342 m4trace:configure.ac:19: -1- m4_pattern_allow([^MANIFEST_TOOL$])
3343 m4trace:configure.ac:19: -1- _LT_REQUIRED_DARWIN_CHECKS
3344 m4trace:configure.ac:19: -1- m4_pattern_allow([^DSYMUTIL$])
3345 m4trace:configure.ac:19: -1- m4_pattern_allow([^NMEDIT$])
3346 m4trace:configure.ac:19: -1- m4_pattern_allow([^LIPO$])
3347 m4trace:configure.ac:19: -1- m4_pattern_allow([^OTOOL$])
3348 m4trace:configure.ac:19: -1- m4_pattern_allow([^OTOOL64$])
3349 m4trace:configure.ac:19: -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'])
3350 m4trace:configure.ac:19: -1- LT_SYS_DLOPEN_SELF
3351 m4trace:configure.ac:19: -1- m4_pattern_allow([^CPP$])
3352 m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
3353 m4trace:configure.ac:19: -1- m4_pattern_allow([^CPP$])
3354 m4trace:configure.ac:19: -1- m4_pattern_allow([^STDC_HEADERS$])
3355 m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
3356 m4trace:configure.ac:19: -1- LT_LANG([CXX])
3357 m4trace:configure.ac:19: -1- LT_SUPPORTED_TAG([CXX])
3358 m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXCPP$])
3359 m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
3360 m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXCPP$])
3361 m4trace:configure.ac:19: -1- _LT_COMPILER_BOILERPLATE
3362 m4trace:configure.ac:19: -1- _LT_LINKER_BOILERPLATE
3363 m4trace:configure.ac:19: -1- _LT_CC_BASENAME([$compiler])
3364 m4trace:configure.ac:19: -1- LT_PATH_LD
3365 m4trace:configure.ac:19: -1- m4_pattern_allow([^LD$])
3366 m4trace:configure.ac:19: -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
3367      "" | " "*) ;;
3368      *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
3369      esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
3370      _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
3371 m4trace:configure.ac:19: -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)=])
3372 m4trace:configure.ac:23: -1- m4_pattern_allow([^PLATFORM_WIN32$])
3373 m4trace:configure.ac:28: -1- m4_pattern_allow([^PLATFORM_LINUX$])
3374 m4trace:configure.ac:34: -1- m4_pattern_allow([^PLATFORM_APPLE$])
3375 m4trace:configure.ac:42: -1- m4_pattern_allow([^opengl_LIBS$])
3376 m4trace:configure.ac:46: -1- m4_pattern_allow([^ARCH_X86$])
3377 m4trace:configure.ac:51: -1- m4_pattern_allow([^ARCH_X86_64$])
3378 m4trace:configure.ac:57: -1- m4_pattern_allow([^ARCH_PPC$])
3379 m4trace:configure.ac:65: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
3380 m4trace:configure.ac:65: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$])
3381 m4trace:configure.ac:78: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3382 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
3383 ../../lib/autoconf/general.m4:1473: AC_ARG_ENABLE is expanded from...
3384 configure.ac:78: the top level])
3385 m4trace:configure.ac:82: -1- AM_CONDITIONAL([CONDITIONAL_BUILD_MULTITHREADED], [test "$build_multithreaded" = yes])
3386 m4trace:configure.ac:82: -1- m4_pattern_allow([^CONDITIONAL_BUILD_MULTITHREADED_TRUE$])
3387 m4trace:configure.ac:82: -1- m4_pattern_allow([^CONDITIONAL_BUILD_MULTITHREADED_FALSE$])
3388 m4trace:configure.ac:82: -1- _AM_SUBST_NOTMAKE([CONDITIONAL_BUILD_MULTITHREADED_TRUE])
3389 m4trace:configure.ac:82: -1- _AM_SUBST_NOTMAKE([CONDITIONAL_BUILD_MULTITHREADED_FALSE])
3390 m4trace:configure.ac:89: -1- AM_CONDITIONAL([CONDITIONAL_BUILD_DEMOS], [false])
3391 m4trace:configure.ac:89: -1- m4_pattern_allow([^CONDITIONAL_BUILD_DEMOS_TRUE$])
3392 m4trace:configure.ac:89: -1- m4_pattern_allow([^CONDITIONAL_BUILD_DEMOS_FALSE$])
3393 m4trace:configure.ac:89: -1- _AM_SUBST_NOTMAKE([CONDITIONAL_BUILD_DEMOS_TRUE])
3394 m4trace:configure.ac:89: -1- _AM_SUBST_NOTMAKE([CONDITIONAL_BUILD_DEMOS_FALSE])
3395 m4trace:configure.ac:97: -1- m4_pattern_allow([^HAVE_APPLE_OPENGL_FRAMEWORK$])
3396 m4trace:configure.ac:140: -1- m4_pattern_allow([^GL_LIBS$])
3397 m4trace:configure.ac:145: -1- AM_CONDITIONAL([CONDITIONAL_BUILD_DEMOS], [true])
3398 m4trace:configure.ac:145: -1- m4_pattern_allow([^CONDITIONAL_BUILD_DEMOS_TRUE$])
3399 m4trace:configure.ac:145: -1- m4_pattern_allow([^CONDITIONAL_BUILD_DEMOS_FALSE$])
3400 m4trace:configure.ac:145: -1- _AM_SUBST_NOTMAKE([CONDITIONAL_BUILD_DEMOS_TRUE])
3401 m4trace:configure.ac:145: -1- _AM_SUBST_NOTMAKE([CONDITIONAL_BUILD_DEMOS_FALSE])
3402 m4trace:configure.ac:153: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3403 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
3404 ../../lib/autoconf/general.m4:1473: AC_ARG_ENABLE is expanded from...
3405 configure.ac:153: the top level])
3406 m4trace:configure.ac:167: -1- m4_pattern_allow([^LIB@&t@OBJS$])
3407 m4trace:configure.ac:167: -1- m4_pattern_allow([^LTLIBOBJS$])
3408 m4trace:configure.ac:167: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
3409 m4trace:configure.ac:167: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
3410 m4trace:configure.ac:167: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
3411 m4trace:configure.ac:167: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
3412 m4trace:configure.ac:167: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
3413 m4trace:configure.ac:167: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
3414 m4trace:configure.ac:167: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
3415 m4trace:configure.ac:167: -1- _LT_PROG_LTMAIN