~wiiiky-v/qchat/trunk

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: ~wiiiky-v
  • Date: 2014-03-11 16:18:58 UTC
  • Revision ID: wiiiky@yeah.net-20140311161858-kvyy4bzfdvy1w5lf
使用autotools来管理项目

Show diffs side-by-side

added added

removed removed

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