~wattazoum/python-schedule/devel

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Oumar Aziz OUATTARA (alias wattazoum)
  • Date: 2007-10-21 15:18:15 UTC
  • Revision ID: wattazoum@gmail.com-20071021151815-0iljc1v07d4p6d2g
moved the source code in one directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
m4trace:/usr/share/aclocal/glib-gettext.m4:413: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
2
 
m4trace:/usr/share/aclocal/glib-gettext.m4:413: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
3
 
m4trace:/usr/share/aclocal/glib-gettext.m4:423: -1- AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF
4
 
$2
5
 
_ACEOF
6
 
if AC_RUN_LOG([$1 conftest.foo]); then
7
 
  m4_ifval([$3], [$3], [:])
8
 
m4_ifvaln([$4], [else $4])dnl
9
 
echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
10
 
sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
11
 
fi])
12
 
m4trace:/usr/share/aclocal/gnome-doc-utils.m4:3: -1- AC_DEFUN([GNOME_DOC_DEFINES], [
13
 
AC_ARG_WITH([help-dir],
14
 
  AC_HELP_STRING([--with-help-dir=DIR], [path to help docs]),,
15
 
  [with_help_dir='${datadir}/gnome/help'])
16
 
HELP_DIR="$with_help_dir"
17
 
AC_SUBST(HELP_DIR)
18
 
 
19
 
AC_ARG_WITH([omf-dir],
20
 
  AC_HELP_STRING([--with-omf-dir=DIR], [path to OMF files]),,
21
 
  [with_omf_dir='${datadir}/omf'])
22
 
OMF_DIR="$with_omf_dir"
23
 
AC_SUBST(OMF_DIR)
24
 
 
25
 
AC_ARG_WITH([help-formats],
26
 
  AC_HELP_STRING([--with-help-formats=FORMATS], [list of formats]),,
27
 
  [with_help_formats=''])
28
 
DOC_USER_FORMATS="$with_help_formats"
29
 
AC_SUBST(DOC_USER_FORMATS)
30
 
 
31
 
AC_ARG_ENABLE([scrollkeeper],
32
 
        [AC_HELP_STRING([--disable-scrollkeeper],
33
 
                        [do not make updates to the scrollkeeper database])],,
34
 
        enable_scrollkeeper=yes)
35
 
AM_CONDITIONAL([ENABLE_SK],[test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"])
36
 
 
37
 
AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS],[test "$gdu_cv_have_gdu" = "yes"])
38
 
])
39
 
m4trace:/usr/share/aclocal/gnome-doc-utils.m4:34: -1- AC_DEFUN([GNOME_DOC_INIT], [
40
 
ifelse([$1],,[gdu_cv_version_required=0.3.2],[gdu_cv_version_required=$1])
41
 
 
42
 
PKG_CHECK_EXISTS([gnome-doc-utils >= $gdu_cv_version_required],
43
 
        [gdu_cv_have_gdu=yes],[gdu_cv_have_gdu=no])
44
 
 
45
 
if test "$gdu_cv_have_gdu" = "yes"; then
46
 
        ifelse([$2],,[:],[$2])
47
 
else
48
 
        ifelse([$3],,[AC_MSG_ERROR([gnome-doc-utils >= $gdu_cv_version_required not found])],[$3])
49
 
fi
50
 
 
51
 
GNOME_DOC_DEFINES
52
 
])
53
 
m4trace:/usr/share/aclocal/intltool.m4:27: -1- AC_DEFUN([IT_PROG_INTLTOOL], [AC_PREREQ([2.50])dnl
54
 
 
55
 
case "$am__api_version" in
56
 
    1.[01234])
57
 
        AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
58
 
    ;;
59
 
    *)
60
 
    ;;
61
 
esac
62
 
 
63
 
if test -n "$1"; then
64
 
    AC_MSG_CHECKING([for intltool >= $1])
65
 
 
66
 
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
67
 
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
68
 
    [INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
69
 
    ]
70
 
    AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
71
 
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
72
 
        AC_MSG_ERROR([Your intltool is too old.  You need intltool $1 or later.])
73
 
fi
74
 
 
75
 
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
76
 
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
77
 
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
78
 
     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
79
 
      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@'
80
 
     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
81
 
   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
82
 
    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
83
 
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
84
 
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
85
 
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
86
 
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' 
87
 
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
88
 
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
89
 
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
90
 
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
91
 
    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
92
 
    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
93
 
   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
94
 
 
95
 
AC_SUBST(INTLTOOL_DESKTOP_RULE)
96
 
AC_SUBST(INTLTOOL_DIRECTORY_RULE)
97
 
AC_SUBST(INTLTOOL_KEYS_RULE)
98
 
AC_SUBST(INTLTOOL_PROP_RULE)
99
 
AC_SUBST(INTLTOOL_OAF_RULE)
100
 
AC_SUBST(INTLTOOL_PONG_RULE)
101
 
AC_SUBST(INTLTOOL_SERVER_RULE)
102
 
AC_SUBST(INTLTOOL_SHEET_RULE)
103
 
AC_SUBST(INTLTOOL_SOUNDLIST_RULE)
104
 
AC_SUBST(INTLTOOL_UI_RULE)
105
 
AC_SUBST(INTLTOOL_XAM_RULE)
106
 
AC_SUBST(INTLTOOL_KBD_RULE)
107
 
AC_SUBST(INTLTOOL_XML_RULE)
108
 
AC_SUBST(INTLTOOL_XML_NOMERGE_RULE)
109
 
AC_SUBST(INTLTOOL_CAVES_RULE)
110
 
AC_SUBST(INTLTOOL_SCHEMAS_RULE)
111
 
AC_SUBST(INTLTOOL_THEME_RULE)
112
 
AC_SUBST(INTLTOOL_SERVICE_RULE)
113
 
AC_SUBST(INTLTOOL_POLICY_RULE)
114
 
 
115
 
# Use the tools built into the package, not the ones that are installed.
116
 
AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')
117
 
AC_SUBST(INTLTOOL_MERGE, '$(top_builddir)/intltool-merge')
118
 
AC_SUBST(INTLTOOL_UPDATE, '$(top_builddir)/intltool-update')
119
 
 
120
 
AC_PATH_PROG(INTLTOOL_PERL, perl)
121
 
if test -z "$INTLTOOL_PERL"; then
122
 
   AC_MSG_ERROR([perl not found; required for intltool])
123
 
fi
124
 
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
125
 
   AC_MSG_ERROR([perl 5.x required for intltool])
126
 
fi
127
 
if test "x$2" != "xno-xml"; then
128
 
   AC_MSG_CHECKING([for XML::Parser])
129
 
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
130
 
       AC_MSG_RESULT([ok])
131
 
   else
132
 
       AC_MSG_ERROR([XML::Parser perl module is required for intltool])
133
 
   fi
134
 
fi
135
 
 
136
 
# Substitute ALL_LINGUAS so we can use it in po/Makefile
137
 
AC_SUBST(ALL_LINGUAS)
138
 
 
139
 
# Set DATADIRNAME correctly if it is not set yet
140
 
# (copied from glib-gettext.m4)
141
 
if test -z "$DATADIRNAME"; then
142
 
  AC_LINK_IFELSE(
143
 
    [AC_LANG_PROGRAM([[]],
144
 
                     [[extern int _nl_msg_cat_cntr;
145
 
                       return _nl_msg_cat_cntr]])],
146
 
    [DATADIRNAME=share],
147
 
    [case $host in
148
 
    *-*-solaris*)
149
 
    dnl On Solaris, if bind_textdomain_codeset is in libc,
150
 
    dnl GNU format message catalog is always supported,
151
 
    dnl since both are added to the libc all together.
152
 
    dnl Hence, we'd like to go with DATADIRNAME=share
153
 
    dnl in this case.
154
 
    AC_CHECK_FUNC(bind_textdomain_codeset,
155
 
      [DATADIRNAME=share], [DATADIRNAME=lib])
156
 
    ;;
157
 
    *)
158
 
    [DATADIRNAME=lib]
159
 
    ;;
160
 
    esac])
161
 
fi
162
 
AC_SUBST(DATADIRNAME)
163
 
 
164
 
IT_PO_SUBDIR([po])
165
 
 
166
 
dnl The following is very similar to
167
 
dnl
168
 
dnl     AC_CONFIG_FILES([intltool-extract intltool-merge intltool-update])
169
 
dnl
170
 
dnl with the following slight differences:
171
 
dnl  - the *.in files are in ac_aux_dir,
172
 
dnl  - if the file haven't changed upon reconfigure, it's not touched,
173
 
dnl  - the evaluation of the third parameter enables a hack which computes
174
 
dnl    the actual value of $libdir,
175
 
dnl  - the user sees "executing intltool commands", instead of
176
 
dnl    "creating intltool-extract" and such.
177
 
dnl
178
 
dnl Nothing crucial here, and we could use AC_CONFIG_FILES, if there were
179
 
dnl a reason for it.
180
 
 
181
 
AC_CONFIG_COMMANDS([intltool], [
182
 
 
183
 
for file in intltool-extract intltool-merge intltool-update; do
184
 
  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
185
 
      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
186
 
      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
187
 
        < ${ac_aux_dir}/${file}.in > ${file}.out
188
 
  if cmp -s ${file} ${file}.out 2>/dev/null; then
189
 
    rm -f ${file}.out
190
 
  else
191
 
    mv -f ${file}.out ${file}
192
 
  fi
193
 
  chmod ugo+x ${file}
194
 
  chmod u+w ${file}
195
 
done
196
 
 
197
 
],
198
 
[INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
199
 
prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" 
200
 
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'])
201
 
 
202
 
])
203
 
m4trace:/usr/share/aclocal/intltool.m4:185: -1- AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
204
 
dnl
205
 
dnl The following CONFIG_COMMANDS should be exetuted at the very end
206
 
dnl of config.status.
207
 
AC_CONFIG_COMMANDS_PRE([
208
 
  AC_CONFIG_COMMANDS([$1/stamp-it], [
209
 
    rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
210
 
    >"$1/stamp-it.tmp"
211
 
    [sed '/^#/d
212
 
         s/^[[].*] *//
213
 
         /^[    ]*$/d
214
 
        '"s|^|  $ac_top_srcdir/|" \
215
 
      "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
216
 
    ]
217
 
    if test ! -f "$1/Makefile"; then
218
 
      AC_MSG_ERROR([$1/Makefile is not ready.])
219
 
    fi
220
 
    mv "$1/Makefile" "$1/Makefile.tmp"
221
 
    [sed '/^POTFILES =/,/[^\\]$/ {
222
 
                /^POTFILES =/!d
223
 
                r $1/POTFILES
224
 
          }
225
 
         ' "$1/Makefile.tmp" >"$1/Makefile"]
226
 
    rm -f "$1/Makefile.tmp"
227
 
    mv "$1/stamp-it.tmp" "$1/stamp-it"
228
 
  ])
229
 
])dnl
230
 
])
231
 
m4trace:/usr/share/aclocal/intltool.m4:217: -1- AU_DEFUN([AC_PROG_INTLTOOL], [m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])])
232
 
m4trace:/usr/share/aclocal/intltool.m4:217: -1- AC_DEFUN([AC_PROG_INTLTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_INTLTOOL' is obsolete.
233
 
You should run autoupdate.])dnl
234
 
m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])])
235
 
m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
236
 
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
237
 
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
238
 
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
239
 
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
240
 
fi
241
 
if test -n "$PKG_CONFIG"; then
242
 
        _pkg_min_version=m4_default([$1], [0.9.0])
243
 
        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
244
 
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
245
 
                AC_MSG_RESULT([yes])
246
 
        else
247
 
                AC_MSG_RESULT([no])
248
 
                PKG_CONFIG=""
249
 
        fi
250
 
                
251
 
fi[]dnl
252
 
])
253
 
m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
254
 
if test -n "$PKG_CONFIG" && \
255
 
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
256
 
  m4_ifval([$2], [$2], [:])
257
 
m4_ifvaln([$3], [else
258
 
  $3])dnl
259
 
fi])
260
 
m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
261
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
262
 
        _pkg_short_errors_supported=yes
263
 
else
264
 
        _pkg_short_errors_supported=no
265
 
fi[]dnl
266
 
])
267
 
m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
268
 
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
269
 
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
270
 
 
271
 
pkg_failed=no
272
 
AC_MSG_CHECKING([for $1])
273
 
 
274
 
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
275
 
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
276
 
 
277
 
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
278
 
and $1[]_LIBS to avoid the need to call pkg-config.
279
 
See the pkg-config man page for more details.])
280
 
 
281
 
if test $pkg_failed = yes; then
282
 
        _PKG_SHORT_ERRORS_SUPPORTED
283
 
        if test $_pkg_short_errors_supported = yes; then
284
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
285
 
        else 
286
 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
287
 
        fi
288
 
        # Put the nasty error message in config.log where it belongs
289
 
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
290
 
 
291
 
        ifelse([$4], , [AC_MSG_ERROR(dnl
292
 
[Package requirements ($2) were not met:
293
 
 
294
 
$$1_PKG_ERRORS
295
 
 
296
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
297
 
installed software in a non-standard prefix.
298
 
 
299
 
_PKG_TEXT
300
 
])],
301
 
                [AC_MSG_RESULT([no])
302
 
                $4])
303
 
elif test $pkg_failed = untried; then
304
 
        ifelse([$4], , [AC_MSG_FAILURE(dnl
305
 
[The pkg-config script could not be found or is too old.  Make sure it
306
 
is in your PATH or set the PKG_CONFIG environment variable to the full
307
 
path to pkg-config.
308
 
 
309
 
_PKG_TEXT
310
 
 
311
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
312
 
                [$4])
313
 
else
314
 
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
315
 
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
316
 
        AC_MSG_RESULT([yes])
317
 
        ifelse([$3], , :, [$3])
318
 
fi[]dnl
319
 
])
320
 
m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
321
 
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
322
 
dnl require some minimum version.  Point them to the right macro.
323
 
m4_if([$1], [1.10], [],
324
 
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
325
 
])
326
 
m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
327
 
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
328
 
m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
329
 
AC_PREREQ([2.50])dnl
330
 
# expand $ac_aux_dir to an absolute path
331
 
am_aux_dir=`cd $ac_aux_dir && pwd`
332
 
])
333
 
m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
334
 
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
335
 
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
336
 
AC_SUBST([$1_TRUE])dnl
337
 
AC_SUBST([$1_FALSE])dnl
338
 
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
339
 
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
340
 
if $2; then
341
 
  $1_TRUE=
342
 
  $1_FALSE='#'
343
 
else
344
 
  $1_TRUE='#'
345
 
  $1_FALSE=
346
 
fi
347
 
AC_CONFIG_COMMANDS_PRE(
348
 
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
349
 
  AC_MSG_ERROR([[conditional "$1" was never defined.
350
 
Usually this means the macro was only invoked conditionally.]])
351
 
fi])])
352
 
m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
353
 
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
354
 
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
355
 
AC_REQUIRE([AM_DEP_TRACK])dnl
356
 
 
357
 
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
358
 
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
359
 
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
360
 
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
361
 
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
362
 
                   [depcc="$$1"   am_compiler_list=])
363
 
 
364
 
AC_CACHE_CHECK([dependency style of $depcc],
365
 
               [am_cv_$1_dependencies_compiler_type],
366
 
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
367
 
  # We make a subdir and do the tests there.  Otherwise we can end up
368
 
  # making bogus files that we don't know about and never remove.  For
369
 
  # instance it was reported that on HP-UX the gcc test will end up
370
 
  # making a dummy file named `D' -- because `-MD' means `put the output
371
 
  # in D'.
372
 
  mkdir conftest.dir
373
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
374
 
  # using a relative directory.
375
 
  cp "$am_depcomp" conftest.dir
376
 
  cd conftest.dir
377
 
  # We will build objects and dependencies in a subdirectory because
378
 
  # it helps to detect inapplicable dependency modes.  For instance
379
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
380
 
  # side effect of compilation, but ICC will put the dependencies in
381
 
  # the current directory while Tru64 will put them in the object
382
 
  # directory.
383
 
  mkdir sub
384
 
 
385
 
  am_cv_$1_dependencies_compiler_type=none
386
 
  if test "$am_compiler_list" = ""; then
387
 
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
388
 
  fi
389
 
  for depmode in $am_compiler_list; do
390
 
    # Setup a source with many dependencies, because some compilers
391
 
    # like to wrap large dependency lists on column 80 (with \), and
392
 
    # we should not choose a depcomp mode which is confused by this.
393
 
    #
394
 
    # We need to recreate these files for each test, as the compiler may
395
 
    # overwrite some of them when testing with obscure command lines.
396
 
    # This happens at least with the AIX C compiler.
397
 
    : > sub/conftest.c
398
 
    for i in 1 2 3 4 5 6; do
399
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
400
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
401
 
      # Solaris 8's {/usr,}/bin/sh.
402
 
      touch sub/conftst$i.h
403
 
    done
404
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
405
 
 
406
 
    case $depmode in
407
 
    nosideeffect)
408
 
      # after this tag, mechanisms are not by side-effect, so they'll
409
 
      # only be used when explicitly requested
410
 
      if test "x$enable_dependency_tracking" = xyes; then
411
 
        continue
412
 
      else
413
 
        break
414
 
      fi
415
 
      ;;
416
 
    none) break ;;
417
 
    esac
418
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
419
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
420
 
    # handle `-M -o', and we need to detect this.
421
 
    if depmode=$depmode \
422
 
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
423
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
424
 
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
425
 
         >/dev/null 2>conftest.err &&
426
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
427
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
428
 
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
429
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
430
 
      # icc doesn't choke on unknown options, it will just issue warnings
431
 
      # or remarks (even with -Werror).  So we grep stderr for any message
432
 
      # that says an option was ignored or not supported.
433
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
434
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
435
 
      # The diagnosis changed in icc 8.0:
436
 
      #   icc: Command line remark: option '-MP' not supported
437
 
      if (grep 'ignoring option' conftest.err ||
438
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
439
 
        am_cv_$1_dependencies_compiler_type=$depmode
440
 
        break
441
 
      fi
442
 
    fi
443
 
  done
444
 
 
445
 
  cd ..
446
 
  rm -rf conftest.dir
447
 
else
448
 
  am_cv_$1_dependencies_compiler_type=none
449
 
fi
450
 
])
451
 
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
452
 
AM_CONDITIONAL([am__fastdep$1], [
453
 
  test "x$enable_dependency_tracking" != xno \
454
 
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
455
 
])
456
 
m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
457
 
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
458
 
])
459
 
m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
460
 
[  --disable-dependency-tracking  speeds up one-time build
461
 
  --enable-dependency-tracking   do not reject slow dependency extractors])
462
 
if test "x$enable_dependency_tracking" != xno; then
463
 
  am_depcomp="$ac_aux_dir/depcomp"
464
 
  AMDEPBACKSLASH='\'
465
 
fi
466
 
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
467
 
AC_SUBST([AMDEPBACKSLASH])dnl
468
 
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
469
 
])
470
 
m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
471
 
  # Strip MF so we end up with the name of the file.
472
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
473
 
  # Check whether this is an Automake generated Makefile or not.
474
 
  # We used to match only the files named `Makefile.in', but
475
 
  # some people rename them; so instead we look at the file content.
476
 
  # Grep'ing the first line is not enough: some people post-process
477
 
  # each Makefile.in and add a new line on top of each file to say so.
478
 
  # Grep'ing the whole file is not good either: AIX grep has a line
479
 
  # limit of 2048, but all sed's we know have understand at least 4000.
480
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
481
 
    dirpart=`AS_DIRNAME("$mf")`
482
 
  else
483
 
    continue
484
 
  fi
485
 
  # Extract the definition of DEPDIR, am__include, and am__quote
486
 
  # from the Makefile without running `make'.
487
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
488
 
  test -z "$DEPDIR" && continue
489
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
490
 
  test -z "am__include" && continue
491
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
492
 
  # When using ansi2knr, U may be empty or an underscore; expand it
493
 
  U=`sed -n 's/^U = //p' < "$mf"`
494
 
  # Find all dependency output files, they are included files with
495
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
496
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
497
 
  # expansion.
498
 
  for file in `sed -n "
499
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
500
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
501
 
    # Make sure the directory exists.
502
 
    test -f "$dirpart/$file" && continue
503
 
    fdir=`AS_DIRNAME(["$file"])`
504
 
    AS_MKDIR_P([$dirpart/$fdir])
505
 
    # echo "creating $dirpart/$file"
506
 
    echo '# dummy' > "$dirpart/$file"
507
 
  done
508
 
done
509
 
])
510
 
m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
511
 
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
512
 
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
513
 
])
514
 
m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
515
 
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
516
 
dnl the ones we care about.
517
 
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
518
 
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
519
 
AC_REQUIRE([AC_PROG_INSTALL])dnl
520
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
521
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
522
 
  # is not polluted with repeated "-I."
523
 
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
524
 
  # test to see if srcdir already configured
525
 
  if test -f $srcdir/config.status; then
526
 
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
527
 
  fi
528
 
fi
529
 
 
530
 
# test whether we have cygpath
531
 
if test -z "$CYGPATH_W"; then
532
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
533
 
    CYGPATH_W='cygpath -w'
534
 
  else
535
 
    CYGPATH_W=echo
536
 
  fi
537
 
fi
538
 
AC_SUBST([CYGPATH_W])
539
 
 
540
 
# Define the identity of the package.
541
 
dnl Distinguish between old-style and new-style calls.
542
 
m4_ifval([$2],
543
 
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
544
 
 AC_SUBST([PACKAGE], [$1])dnl
545
 
 AC_SUBST([VERSION], [$2])],
546
 
[_AM_SET_OPTIONS([$1])dnl
547
 
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
548
 
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
549
 
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
550
 
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
551
 
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
552
 
 
553
 
_AM_IF_OPTION([no-define],,
554
 
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
555
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
556
 
 
557
 
# Some tools Automake needs.
558
 
AC_REQUIRE([AM_SANITY_CHECK])dnl
559
 
AC_REQUIRE([AC_ARG_PROGRAM])dnl
560
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
561
 
AM_MISSING_PROG(AUTOCONF, autoconf)
562
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
563
 
AM_MISSING_PROG(AUTOHEADER, autoheader)
564
 
AM_MISSING_PROG(MAKEINFO, makeinfo)
565
 
AM_PROG_INSTALL_SH
566
 
AM_PROG_INSTALL_STRIP
567
 
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
568
 
# We need awk for the "check" target.  The system "awk" is bad on
569
 
# some platforms.
570
 
AC_REQUIRE([AC_PROG_AWK])dnl
571
 
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
572
 
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
573
 
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
574
 
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
575
 
                             [_AM_PROG_TAR([v7])])])
576
 
_AM_IF_OPTION([no-dependencies],,
577
 
[AC_PROVIDE_IFELSE([AC_PROG_CC],
578
 
                  [_AM_DEPENDENCIES(CC)],
579
 
                  [define([AC_PROG_CC],
580
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
581
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
582
 
                  [_AM_DEPENDENCIES(CXX)],
583
 
                  [define([AC_PROG_CXX],
584
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
585
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
586
 
                  [_AM_DEPENDENCIES(OBJC)],
587
 
                  [define([AC_PROG_OBJC],
588
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
589
 
])
590
 
])
591
 
m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
592
 
_am_stamp_count=1
593
 
for _am_header in $config_headers :; do
594
 
  case $_am_header in
595
 
    $1 | $1:* )
596
 
      break ;;
597
 
    * )
598
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
599
 
  esac
600
 
done
601
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
602
 
m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
603
 
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
604
 
AC_SUBST(install_sh)])
605
 
m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
606
 
mkdir .tst 2>/dev/null
607
 
if test -d .tst; then
608
 
  am__leading_dot=.
609
 
else
610
 
  am__leading_dot=_
611
 
fi
612
 
rmdir .tst 2>/dev/null
613
 
AC_SUBST([am__leading_dot])])
614
 
m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
615
 
cat > confinc << 'END'
616
 
am__doit:
617
 
        @echo done
618
 
.PHONY: am__doit
619
 
END
620
 
# If we don't find an include directive, just comment out the code.
621
 
AC_MSG_CHECKING([for style of include used by $am_make])
622
 
am__include="#"
623
 
am__quote=
624
 
_am_result=none
625
 
# First try GNU make style include.
626
 
echo "include confinc" > confmf
627
 
# We grep out `Entering directory' and `Leaving directory'
628
 
# messages which can occur if `w' ends up in MAKEFLAGS.
629
 
# In particular we don't look at `^make:' because GNU make might
630
 
# be invoked under some other name (usually "gmake"), in which
631
 
# case it prints its new name instead of `make'.
632
 
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
633
 
   am__include=include
634
 
   am__quote=
635
 
   _am_result=GNU
636
 
fi
637
 
# Now try BSD make style include.
638
 
if test "$am__include" = "#"; then
639
 
   echo '.include "confinc"' > confmf
640
 
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
641
 
      am__include=.include
642
 
      am__quote="\""
643
 
      _am_result=BSD
644
 
   fi
645
 
fi
646
 
AC_SUBST([am__include])
647
 
AC_SUBST([am__quote])
648
 
AC_MSG_RESULT([$_am_result])
649
 
rm -f confinc confmf
650
 
])
651
 
m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
652
 
$1=${$1-"${am_missing_run}$2"}
653
 
AC_SUBST($1)])
654
 
m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
655
 
AC_REQUIRE_AUX_FILE([missing])dnl
656
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
657
 
# Use eval to expand $SHELL
658
 
if eval "$MISSING --run true"; then
659
 
  am_missing_run="$MISSING --run "
660
 
else
661
 
  am_missing_run=
662
 
  AC_MSG_WARN([`missing' script is too old or missing])
663
 
fi
664
 
])
665
 
m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
666
 
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
667
 
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
668
 
dnl while keeping a definition of mkdir_p for backward compatibility.
669
 
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
670
 
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
671
 
dnl Makefile.ins that do not define MKDIR_P, so we do our own
672
 
dnl adjustment using top_builddir (which is defined more often than
673
 
dnl MKDIR_P).
674
 
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
675
 
case $mkdir_p in
676
 
  [[\\/$]]* | ?:[[\\/]]*) ;;
677
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
678
 
esac
679
 
])
680
 
m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
681
 
m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
682
 
m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
683
 
m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
684
 
m4trace:/usr/share/aclocal-1.10/python.m4:35: -1- AC_DEFUN([AM_PATH_PYTHON], [
685
 
  dnl Find a Python interpreter.  Python versions prior to 1.5 are not
686
 
  dnl supported because the default installation locations changed from
687
 
  dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages
688
 
  dnl in 1.5.
689
 
  m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
690
 
                    [python python2 python2.5 python2.4 python2.3 python2.2 dnl
691
 
python2.1 python2.0 python1.6 python1.5])
692
 
 
693
 
  m4_if([$1],[],[
694
 
    dnl No version check is needed.
695
 
    # Find any Python interpreter.
696
 
    if test -z "$PYTHON"; then
697
 
      AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
698
 
    fi
699
 
    am_display_PYTHON=python
700
 
  ], [
701
 
    dnl A version check is needed.
702
 
    if test -n "$PYTHON"; then
703
 
      # If the user set $PYTHON, use it and don't search something else.
704
 
      AC_MSG_CHECKING([whether $PYTHON version >= $1])
705
 
      AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
706
 
                              [AC_MSG_RESULT(yes)],
707
 
                              [AC_MSG_ERROR(too old)])
708
 
      am_display_PYTHON=$PYTHON
709
 
    else
710
 
      # Otherwise, try each interpreter until we find one that satisfies
711
 
      # VERSION.
712
 
      AC_CACHE_CHECK([for a Python interpreter with version >= $1],
713
 
        [am_cv_pathless_PYTHON],[
714
 
        for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
715
 
          test "$am_cv_pathless_PYTHON" = none && break
716
 
          AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
717
 
        done])
718
 
      # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
719
 
      if test "$am_cv_pathless_PYTHON" = none; then
720
 
        PYTHON=:
721
 
      else
722
 
        AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
723
 
      fi
724
 
      am_display_PYTHON=$am_cv_pathless_PYTHON
725
 
    fi
726
 
  ])
727
 
 
728
 
  if test "$PYTHON" = :; then
729
 
  dnl Run any user-specified action, or abort.
730
 
    m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
731
 
  else
732
 
 
733
 
  dnl Query Python for its version number.  Getting [:3] seems to be
734
 
  dnl the best way to do this; it's what "site.py" does in the standard
735
 
  dnl library.
736
 
 
737
 
  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
738
 
    [am_cv_python_version=`$PYTHON -c "import sys; print sys.version[[:3]]"`])
739
 
  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
740
 
 
741
 
  dnl Use the values of $prefix and $exec_prefix for the corresponding
742
 
  dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX.  These are made
743
 
  dnl distinct variables so they can be overridden if need be.  However,
744
 
  dnl general consensus is that you shouldn't need this ability.
745
 
 
746
 
  AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
747
 
  AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
748
 
 
749
 
  dnl At times (like when building shared libraries) you may want
750
 
  dnl to know which OS platform Python thinks this is.
751
 
 
752
 
  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
753
 
    [am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`])
754
 
  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
755
 
 
756
 
 
757
 
  dnl Set up 4 directories:
758
 
 
759
 
  dnl pythondir -- where to install python scripts.  This is the
760
 
  dnl   site-packages directory, not the python standard library
761
 
  dnl   directory like in previous automake betas.  This behavior
762
 
  dnl   is more consistent with lispdir.m4 for example.
763
 
  dnl Query distutils for this directory.  distutils does not exist in
764
 
  dnl Python 1.5, so we fall back to the hardcoded directory if it
765
 
  dnl doesn't work.
766
 
  AC_CACHE_CHECK([for $am_display_PYTHON script directory],
767
 
    [am_cv_python_pythondir],
768
 
    [am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
769
 
     echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`])
770
 
  AC_SUBST([pythondir], [$am_cv_python_pythondir])
771
 
 
772
 
  dnl pkgpythondir -- $PACKAGE directory under pythondir.  Was
773
 
  dnl   PYTHON_SITE_PACKAGE in previous betas, but this naming is
774
 
  dnl   more consistent with the rest of automake.
775
 
 
776
 
  AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
777
 
 
778
 
  dnl pyexecdir -- directory for installing python extension modules
779
 
  dnl   (shared libraries)
780
 
  dnl Query distutils for this directory.  distutils does not exist in
781
 
  dnl Python 1.5, so we fall back to the hardcoded directory if it
782
 
  dnl doesn't work.
783
 
  AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],
784
 
    [am_cv_python_pyexecdir],
785
 
    [am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
786
 
     echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`])
787
 
  AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
788
 
 
789
 
  dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE)
790
 
 
791
 
  AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
792
 
 
793
 
  dnl Run any user-specified action.
794
 
  $2
795
 
  fi
796
 
 
797
 
])
798
 
m4trace:/usr/share/aclocal-1.10/python.m4:160: -1- AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys, string
799
 
# split strings by '.' and convert to numeric.  Append some zeros
800
 
# because we need at least 4 digits for the hex conversion.
801
 
minver = map(int, string.split('$2', '.')) + [[0, 0, 0]]
802
 
minverhex = 0
803
 
for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[[i]]
804
 
sys.exit(sys.hexversion < minverhex)"
805
 
  AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
806
 
m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
807
 
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
808
 
   ac_status=$?
809
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
810
 
   (exit $ac_status); }])
811
 
m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
812
 
# Just in case
813
 
sleep 1
814
 
echo timestamp > conftest.file
815
 
# Do `set' in a subshell so we don't clobber the current shell's
816
 
# arguments.  Must try -L first in case configure is actually a
817
 
# symlink; some systems play weird games with the mod time of symlinks
818
 
# (eg FreeBSD returns the mod time of the symlink's containing
819
 
# directory).
820
 
if (
821
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
822
 
   if test "$[*]" = "X"; then
823
 
      # -L didn't work.
824
 
      set X `ls -t $srcdir/configure conftest.file`
825
 
   fi
826
 
   rm -f conftest.file
827
 
   if test "$[*]" != "X $srcdir/configure conftest.file" \
828
 
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
829
 
 
830
 
      # If neither matched, then we have a broken ls.  This can happen
831
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
832
 
      # broken ls alias from the environment.  This has actually
833
 
      # happened.  Such a system could not be considered "sane".
834
 
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
835
 
alias in your environment])
836
 
   fi
837
 
 
838
 
   test "$[2]" = conftest.file
839
 
   )
840
 
then
841
 
   # Ok.
842
 
   :
843
 
else
844
 
   AC_MSG_ERROR([newly created file is older than distributed files!
845
 
Check your system clock])
846
 
fi
847
 
AC_MSG_RESULT(yes)])
848
 
m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
849
 
# Installed binaries are usually stripped using `strip' when the user
850
 
# run `make install-strip'.  However `strip' might not be the right
851
 
# tool to use in cross-compilation environments, therefore Automake
852
 
# will honor the `STRIP' environment variable to overrule this program.
853
 
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
854
 
if test "$cross_compiling" != no; then
855
 
  AC_CHECK_TOOL([STRIP], [strip], :)
856
 
fi
857
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
858
 
AC_SUBST([INSTALL_STRIP_PROGRAM])])
859
 
m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
860
 
m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
861
 
AM_MISSING_PROG([AMTAR], [tar])
862
 
m4_if([$1], [v7],
863
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
864
 
     [m4_case([$1], [ustar],, [pax],,
865
 
              [m4_fatal([Unknown tar format])])
866
 
AC_MSG_CHECKING([how to create a $1 tar archive])
867
 
# Loop over all known methods to create a tar archive until one works.
868
 
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
869
 
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
870
 
# Do not fold the above two line into one, because Tru64 sh and
871
 
# Solaris sh will not grok spaces in the rhs of `-'.
872
 
for _am_tool in $_am_tools
873
 
do
874
 
  case $_am_tool in
875
 
  gnutar)
876
 
    for _am_tar in tar gnutar gtar;
877
 
    do
878
 
      AM_RUN_LOG([$_am_tar --version]) && break
879
 
    done
880
 
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
881
 
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
882
 
    am__untar="$_am_tar -xf -"
883
 
    ;;
884
 
  plaintar)
885
 
    # Must skip GNU tar: if it does not support --format= it doesn't create
886
 
    # ustar tarball either.
887
 
    (tar --version) >/dev/null 2>&1 && continue
888
 
    am__tar='tar chf - "$$tardir"'
889
 
    am__tar_='tar chf - "$tardir"'
890
 
    am__untar='tar xf -'
891
 
    ;;
892
 
  pax)
893
 
    am__tar='pax -L -x $1 -w "$$tardir"'
894
 
    am__tar_='pax -L -x $1 -w "$tardir"'
895
 
    am__untar='pax -r'
896
 
    ;;
897
 
  cpio)
898
 
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
899
 
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
900
 
    am__untar='cpio -i -H $1 -d'
901
 
    ;;
902
 
  none)
903
 
    am__tar=false
904
 
    am__tar_=false
905
 
    am__untar=false
906
 
    ;;
907
 
  esac
908
 
 
909
 
  # If the value was cached, stop now.  We just wanted to have am__tar
910
 
  # and am__untar set.
911
 
  test -n "${am_cv_prog_tar_$1}" && break
912
 
 
913
 
  # tar/untar a dummy directory, and stop if the command works
914
 
  rm -rf conftest.dir
915
 
  mkdir conftest.dir
916
 
  echo GrepMe > conftest.dir/file
917
 
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
918
 
  rm -rf conftest.dir
919
 
  if test -s conftest.tar; then
920
 
    AM_RUN_LOG([$am__untar <conftest.tar])
921
 
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
922
 
  fi
923
 
done
924
 
rm -rf conftest.dir
925
 
 
926
 
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
927
 
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
928
 
AC_SUBST([am__tar])
929
 
AC_SUBST([am__untar])
930
 
])
931
 
m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
932
 
m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
933
 
m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
934
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
935
 
m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
936
 
m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
937
 
m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
938
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
939
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
940
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
941
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
942
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
943
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
944
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
945
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
946
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
947
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
948
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
949
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
950
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
951
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
952
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
953
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
954
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
955
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
956
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
957
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
958
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
959
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
960
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
961
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
962
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
963
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
964
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
965
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
966
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
967
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
968
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
969
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
970
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
971
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
972
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
973
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
974
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
975
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
976
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
977
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
978
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
979
 
m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
980
 
m4trace:configure.ac:2: -1- AM_INIT_AUTOMAKE([-Wall -Werror gnu])
981
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
982
 
m4trace:configure.ac:2: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
983
 
m4trace:configure.ac:2: -1- AM_AUTOMAKE_VERSION([1.10])
984
 
m4trace:configure.ac:2: -1- _AM_AUTOCONF_VERSION([2.61])
985
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
986
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
987
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_DATA$])
988
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^am__isrc$])
989
 
m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([am__isrc])
990
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^CYGPATH_W$])
991
 
m4trace:configure.ac:2: -1- _AM_SET_OPTIONS([-Wall -Werror gnu])
992
 
m4trace:configure.ac:2: -1- _AM_SET_OPTION([-Wall])
993
 
m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([-Wall])
994
 
m4trace:configure.ac:2: -1- _AM_SET_OPTION([-Werror])
995
 
m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([-Werror])
996
 
m4trace:configure.ac:2: -1- _AM_SET_OPTION([gnu])
997
 
m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([gnu])
998
 
m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
999
 
You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
1000
 
/usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
1001
 
/usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
1002
 
configure.ac:2: the top level])
1003
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$])
1004
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$])
1005
 
m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1006
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
1007
 
m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-define])
1008
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$])
1009
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$])
1010
 
m4trace:configure.ac:2: -1- AM_SANITY_CHECK
1011
 
m4trace:configure.ac:2: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1012
 
m4trace:configure.ac:2: -1- AM_MISSING_HAS_RUN
1013
 
m4trace:configure.ac:2: -1- AM_AUX_DIR_EXPAND
1014
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^ACLOCAL$])
1015
 
m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
1016
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOCONF$])
1017
 
m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1018
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOMAKE$])
1019
 
m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
1020
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOHEADER$])
1021
 
m4trace:configure.ac:2: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1022
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^MAKEINFO$])
1023
 
m4trace:configure.ac:2: -1- AM_PROG_INSTALL_SH
1024
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^install_sh$])
1025
 
m4trace:configure.ac:2: -1- AM_PROG_INSTALL_STRIP
1026
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^STRIP$])
1027
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
1028
 
m4trace:configure.ac:2: -1- AM_PROG_MKDIR_P
1029
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^mkdir_p$])
1030
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^AWK$])
1031
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^SET_MAKE$])
1032
 
m4trace:configure.ac:2: -1- AM_SET_LEADING_DOT
1033
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^am__leading_dot$])
1034
 
m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1035
 
                             [_AM_PROG_TAR([v7])])])
1036
 
m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-ustar])
1037
 
m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
1038
 
m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-pax])
1039
 
m4trace:configure.ac:2: -1- _AM_PROG_TAR([v7])
1040
 
m4trace:configure.ac:2: -1- AM_MISSING_PROG([AMTAR], [tar])
1041
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^AMTAR$])
1042
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^am__tar$])
1043
 
m4trace:configure.ac:2: -1- m4_pattern_allow([^am__untar$])
1044
 
m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
1045
 
                  [_AM_DEPENDENCIES(CC)],
1046
 
                  [define([AC_PROG_CC],
1047
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1048
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
1049
 
                  [_AM_DEPENDENCIES(CXX)],
1050
 
                  [define([AC_PROG_CXX],
1051
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1052
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1053
 
                  [_AM_DEPENDENCIES(OBJC)],
1054
 
                  [define([AC_PROG_OBJC],
1055
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1056
 
])
1057
 
m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-dependencies])
1058
 
m4trace:configure.ac:6: -1- AM_PATH_PYTHON
1059
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^PYTHON$])
1060
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^PYTHON_VERSION$])
1061
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^PYTHON_PREFIX$])
1062
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^PYTHON_EXEC_PREFIX$])
1063
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^PYTHON_PLATFORM$])
1064
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^pythondir$])
1065
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^pkgpythondir$])
1066
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^pyexecdir$])
1067
 
m4trace:configure.ac:6: -1- m4_pattern_allow([^pkgpyexecdir$])
1068
 
m4trace:configure.ac:9: -1- m4_pattern_allow([^PKGCONFIG$])
1069
 
m4trace:configure.ac:11: -1- m4_pattern_allow([^PYTHONPATH$])
1070
 
m4trace:configure.ac:15: -1- m4_pattern_allow([^CRONTAB_CONFIG$])
1071
 
m4trace:configure.ac:20: -1- m4_pattern_allow([^AT_CONFIG$])
1072
 
m4trace:configure.ac:25: -1- m4_pattern_allow([^ATQ_CONFIG$])
1073
 
m4trace:configure.ac:30: -1- m4_pattern_allow([^ATRM_CONFIG$])
1074
 
m4trace:configure.ac:35: -1- m4_pattern_allow([^BATCH_CONFIG$])
1075
 
m4trace:configure.ac:41: -1- m4_pattern_allow([^PYTHON_CONFIG$])
1076
 
m4trace:configure.ac:46: -1- m4_pattern_allow([^SU_CONFIG$])
1077
 
m4trace:configure.ac:56: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
1078
 
m4trace:configure.ac:57: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
1079
 
m4trace:configure.ac:59: -1- GNOME_DOC_INIT
1080
 
m4trace:configure.ac:59: -1- PKG_CHECK_EXISTS([gnome-doc-utils >= $gdu_cv_version_required], [gdu_cv_have_gdu=yes], [gdu_cv_have_gdu=no])
1081
 
m4trace:configure.ac:59: -1- PKG_PROG_PKG_CONFIG
1082
 
m4trace:configure.ac:59: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1083
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
1084
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^PKG_CONFIG$])
1085
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^PKG_CONFIG$])
1086
 
m4trace:configure.ac:59: -1- GNOME_DOC_DEFINES
1087
 
m4trace:configure.ac:59: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1088
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1089
 
/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
1090
 
/usr/share/aclocal/gnome-doc-utils.m4:34: GNOME_DOC_INIT is expanded from...
1091
 
configure.ac:59: the top level])
1092
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^HELP_DIR$])
1093
 
m4trace:configure.ac:59: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1094
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1095
 
/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
1096
 
/usr/share/aclocal/gnome-doc-utils.m4:34: GNOME_DOC_INIT is expanded from...
1097
 
configure.ac:59: the top level])
1098
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^OMF_DIR$])
1099
 
m4trace:configure.ac:59: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1100
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1101
 
/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
1102
 
/usr/share/aclocal/gnome-doc-utils.m4:34: GNOME_DOC_INIT is expanded from...
1103
 
configure.ac:59: the top level])
1104
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^DOC_USER_FORMATS$])
1105
 
m4trace:configure.ac:59: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1106
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1107
 
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
1108
 
/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
1109
 
/usr/share/aclocal/gnome-doc-utils.m4:34: GNOME_DOC_INIT is expanded from...
1110
 
configure.ac:59: the top level])
1111
 
m4trace:configure.ac:59: -1- AM_CONDITIONAL([ENABLE_SK], [test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"])
1112
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^ENABLE_SK_TRUE$])
1113
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^ENABLE_SK_FALSE$])
1114
 
m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([ENABLE_SK_TRUE])
1115
 
m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([ENABLE_SK_FALSE])
1116
 
m4trace:configure.ac:59: -1- AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS], [test "$gdu_cv_have_gdu" = "yes"])
1117
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^HAVE_GNOME_DOC_UTILS_TRUE$])
1118
 
m4trace:configure.ac:59: -1- m4_pattern_allow([^HAVE_GNOME_DOC_UTILS_FALSE$])
1119
 
m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([HAVE_GNOME_DOC_UTILS_TRUE])
1120
 
m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([HAVE_GNOME_DOC_UTILS_FALSE])
1121
 
m4trace:configure.ac:64: -1- AM_GLIB_GNU_GETTEXT
1122
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1123
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CFLAGS$])
1124
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^LDFLAGS$])
1125
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^LIBS$])
1126
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CPPFLAGS$])
1127
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1128
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1129
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1130
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1131
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^ac_ct_CC$])
1132
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^EXEEXT$])
1133
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^OBJEXT$])
1134
 
m4trace:configure.ac:64: -1- _AM_DEPENDENCIES([CC])
1135
 
m4trace:configure.ac:64: -1- AM_SET_DEPDIR
1136
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^DEPDIR$])
1137
 
m4trace:configure.ac:64: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1138
 
m4trace:configure.ac:64: -1- AM_MAKE_INCLUDE
1139
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^am__include$])
1140
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^am__quote$])
1141
 
m4trace:configure.ac:64: -1- AM_DEP_TRACK
1142
 
m4trace:configure.ac:64: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1143
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^AMDEP_TRUE$])
1144
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^AMDEP_FALSE$])
1145
 
m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1146
 
m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1147
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1148
 
m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1149
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CCDEPMODE$])
1150
 
m4trace:configure.ac:64: -1- AM_CONDITIONAL([am__fastdepCC], [
1151
 
  test "x$enable_dependency_tracking" != xno \
1152
 
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1153
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1154
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1155
 
m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1156
 
m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1157
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CPP$])
1158
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CPPFLAGS$])
1159
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CPP$])
1160
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^GREP$])
1161
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^GREP$])
1162
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^EGREP$])
1163
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^EGREP$])
1164
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^STDC_HEADERS$])
1165
 
m4trace:configure.ac:64: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1166
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
1167
 
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
1168
 
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
1169
 
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
1170
 
/usr/share/aclocal/glib-gettext.m4:48: GLIB_LC_MESSAGES is expanded from...
1171
 
/usr/share/aclocal/glib-gettext.m4:313: GLIB_GNU_GETTEXT is expanded from...
1172
 
/usr/share/aclocal/glib-gettext.m4:413: AM_GLIB_GNU_GETTEXT is expanded from...
1173
 
configure.ac:64: the top level])
1174
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
1175
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^build$])
1176
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^build_cpu$])
1177
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^build_vendor$])
1178
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^build_os$])
1179
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^host$])
1180
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^host_cpu$])
1181
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^host_vendor$])
1182
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^host_os$])
1183
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^USE_NLS$])
1184
 
m4trace:configure.ac:64: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1185
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
1186
 
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
1187
 
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
1188
 
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
1189
 
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
1190
 
../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from...
1191
 
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
1192
 
/usr/share/aclocal/glib-gettext.m4:313: GLIB_GNU_GETTEXT is expanded from...
1193
 
/usr/share/aclocal/glib-gettext.m4:413: AM_GLIB_GNU_GETTEXT is expanded from...
1194
 
configure.ac:64: the top level])
1195
 
m4trace:configure.ac:64: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1196
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
1197
 
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
1198
 
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
1199
 
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
1200
 
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
1201
 
../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from...
1202
 
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
1203
 
/usr/share/aclocal/glib-gettext.m4:313: GLIB_GNU_GETTEXT is expanded from...
1204
 
/usr/share/aclocal/glib-gettext.m4:413: AM_GLIB_GNU_GETTEXT is expanded from...
1205
 
configure.ac:64: the top level])
1206
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^HAVE_GETTEXT$])
1207
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^MSGFMT$])
1208
 
m4trace:configure.ac:64: -1- GLIB_RUN_PROG([$MSGFMT -c -o /dev/null], [
1209
 
msgid ""
1210
 
msgstr ""
1211
 
"Content-Type: text/plain; charset=UTF-8\n"
1212
 
"Project-Id-Version: test 1.0\n"
1213
 
"PO-Revision-Date: 2007-02-15 12:01+0100\n"
1214
 
"Last-Translator: test <foo@bar.xx>\n"
1215
 
"Language-Team: C <LL@li.org>\n"
1216
 
"MIME-Version: 1.0\n"
1217
 
"Content-Transfer-Encoding: 8bit\n"
1218
 
], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
1219
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^MSGFMT_OPTS$])
1220
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^GMSGFMT$])
1221
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^XGETTEXT$])
1222
 
m4trace:configure.ac:64: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1223
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
1224
 
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
1225
 
../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from...
1226
 
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
1227
 
/usr/share/aclocal/glib-gettext.m4:313: GLIB_GNU_GETTEXT is expanded from...
1228
 
/usr/share/aclocal/glib-gettext.m4:413: AM_GLIB_GNU_GETTEXT is expanded from...
1229
 
configure.ac:64: the top level])
1230
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^ENABLE_NLS$])
1231
 
m4trace:configure.ac:64: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
1232
 
You should run autoupdate.], [../../lib/autoconf/status.m4:848: AC_OUTPUT_COMMANDS is expanded from...
1233
 
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
1234
 
/usr/share/aclocal/glib-gettext.m4:313: GLIB_GNU_GETTEXT is expanded from...
1235
 
/usr/share/aclocal/glib-gettext.m4:413: AM_GLIB_GNU_GETTEXT is expanded from...
1236
 
configure.ac:64: the top level])
1237
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CATALOGS$])
1238
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^CATOBJEXT$])
1239
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^DATADIRNAME$])
1240
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^GMOFILES$])
1241
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^INSTOBJEXT$])
1242
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^INTLLIBS$])
1243
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^PO_IN_DATADIR_TRUE$])
1244
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^PO_IN_DATADIR_FALSE$])
1245
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^POFILES$])
1246
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^POSUB$])
1247
 
m4trace:configure.ac:64: -1- m4_pattern_allow([^MKINSTALLDIRS$])
1248
 
m4trace:configure.ac:65: -1- AC_PROG_INTLTOOL
1249
 
m4trace:configure.ac:65: -1- _m4_warn([obsolete], [The macro `AC_PROG_INTLTOOL' is obsolete.
1250
 
You should run autoupdate.], [/usr/share/aclocal/intltool.m4:217: AC_PROG_INTLTOOL is expanded from...
1251
 
configure.ac:65: the top level])
1252
 
m4trace:configure.ac:65: -1- IT_PROG_INTLTOOL
1253
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_DESKTOP_RULE$])
1254
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_DIRECTORY_RULE$])
1255
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_KEYS_RULE$])
1256
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_PROP_RULE$])
1257
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_OAF_RULE$])
1258
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_PONG_RULE$])
1259
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_SERVER_RULE$])
1260
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_SHEET_RULE$])
1261
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_SOUNDLIST_RULE$])
1262
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_UI_RULE$])
1263
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_XAM_RULE$])
1264
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_KBD_RULE$])
1265
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_XML_RULE$])
1266
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_XML_NOMERGE_RULE$])
1267
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_CAVES_RULE$])
1268
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_SCHEMAS_RULE$])
1269
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_THEME_RULE$])
1270
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_SERVICE_RULE$])
1271
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_POLICY_RULE$])
1272
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_EXTRACT$])
1273
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_MERGE$])
1274
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_UPDATE$])
1275
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^INTLTOOL_PERL$])
1276
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^ALL_LINGUAS$])
1277
 
m4trace:configure.ac:65: -1- m4_pattern_allow([^DATADIRNAME$])
1278
 
m4trace:configure.ac:65: -1- IT_PO_SUBDIR([po])
1279
 
m4trace:configure.ac:67: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
1280
 
You should run autoupdate.], [])
1281
 
m4trace:configure.ac:67: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1282
 
m4trace:configure.ac:67: -1- m4_pattern_allow([^LTLIBOBJS$])
1283
 
m4trace:configure.ac:67: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS