~amiluc-bis/+junk/Ella-Renaissance

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: kevlar
  • Date: 2011-12-16 15:35:05 UTC
  • Revision ID: amiluc_bis@yahoo.fr-20111216153505-7vlgqlf38gz5zupk
added autogen.sh and some config files, thanks to Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
2
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
3
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
4
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
5
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
6
fi
 
7
if test -n "$PKG_CONFIG"; then
 
8
        _pkg_min_version=m4_default([$1], [0.9.0])
 
9
        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
10
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
11
                AC_MSG_RESULT([yes])
 
12
        else
 
13
                AC_MSG_RESULT([no])
 
14
                PKG_CONFIG=""
 
15
        fi
 
16
                
 
17
fi[]dnl
 
18
])
 
19
m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
20
if test -n "$PKG_CONFIG" && \
 
21
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
22
  m4_ifval([$2], [$2], [:])
 
23
m4_ifvaln([$3], [else
 
24
  $3])dnl
 
25
fi])
 
26
m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
27
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28
        _pkg_short_errors_supported=yes
 
29
else
 
30
        _pkg_short_errors_supported=no
 
31
fi[]dnl
 
32
])
 
33
m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
34
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
35
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
36
 
 
37
pkg_failed=no
 
38
AC_MSG_CHECKING([for $1])
 
39
 
 
40
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
41
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
42
 
 
43
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
44
and $1[]_LIBS to avoid the need to call pkg-config.
 
45
See the pkg-config man page for more details.])
 
46
 
 
47
if test $pkg_failed = yes; then
 
48
        _PKG_SHORT_ERRORS_SUPPORTED
 
49
        if test $_pkg_short_errors_supported = yes; then
 
50
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
51
        else 
 
52
                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
53
        fi
 
54
        # Put the nasty error message in config.log where it belongs
 
55
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
56
 
 
57
        ifelse([$4], , [AC_MSG_ERROR(dnl
 
58
[Package requirements ($2) were not met:
 
59
 
 
60
$$1_PKG_ERRORS
 
61
 
 
62
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
63
installed software in a non-standard prefix.
 
64
 
 
65
_PKG_TEXT
 
66
])],
 
67
                [AC_MSG_RESULT([no])
 
68
                $4])
 
69
elif test $pkg_failed = untried; then
 
70
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 
71
[The pkg-config script could not be found or is too old.  Make sure it
 
72
is in your PATH or set the PKG_CONFIG environment variable to the full
 
73
path to pkg-config.
 
74
 
 
75
_PKG_TEXT
 
76
 
 
77
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
78
                [$4])
 
79
else
 
80
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
81
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
82
        AC_MSG_RESULT([yes])
 
83
        ifelse([$3], , :, [$3])
 
84
fi[]dnl
 
85
])
 
86
m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
 
87
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
88
dnl require some minimum version.  Point them to the right macro.
 
89
m4_if([$1], [1.11.1], [],
 
90
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
91
])
 
92
m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
 
93
m4_ifndef([AC_AUTOCONF_VERSION],
 
94
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
95
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
96
m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
 
97
AC_PREREQ([2.50])dnl
 
98
# expand $ac_aux_dir to an absolute path
 
99
am_aux_dir=`cd $ac_aux_dir && pwd`
 
100
])
 
101
m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
102
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
103
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
104
AC_SUBST([$1_TRUE])dnl
 
105
AC_SUBST([$1_FALSE])dnl
 
106
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
107
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
108
m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
109
if $2; then
 
110
  $1_TRUE=
 
111
  $1_FALSE='#'
 
112
else
 
113
  $1_TRUE='#'
 
114
  $1_FALSE=
 
115
fi
 
116
AC_CONFIG_COMMANDS_PRE(
 
117
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
118
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
119
Usually this means the macro was only invoked conditionally.]])
 
120
fi])])
 
121
m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
122
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
123
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
124
AC_REQUIRE([AM_DEP_TRACK])dnl
 
125
 
 
126
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
127
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
128
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
129
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
130
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
131
                   [depcc="$$1"   am_compiler_list=])
 
132
 
 
133
AC_CACHE_CHECK([dependency style of $depcc],
 
134
               [am_cv_$1_dependencies_compiler_type],
 
135
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
136
  # We make a subdir and do the tests there.  Otherwise we can end up
 
137
  # making bogus files that we don't know about and never remove.  For
 
138
  # instance it was reported that on HP-UX the gcc test will end up
 
139
  # making a dummy file named `D' -- because `-MD' means `put the output
 
140
  # in D'.
 
141
  mkdir conftest.dir
 
142
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
143
  # using a relative directory.
 
144
  cp "$am_depcomp" conftest.dir
 
145
  cd conftest.dir
 
146
  # We will build objects and dependencies in a subdirectory because
 
147
  # it helps to detect inapplicable dependency modes.  For instance
 
148
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
149
  # side effect of compilation, but ICC will put the dependencies in
 
150
  # the current directory while Tru64 will put them in the object
 
151
  # directory.
 
152
  mkdir sub
 
153
 
 
154
  am_cv_$1_dependencies_compiler_type=none
 
155
  if test "$am_compiler_list" = ""; then
 
156
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
157
  fi
 
158
  am__universal=false
 
159
  m4_case([$1], [CC],
 
160
    [case " $depcc " in #(
 
161
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
162
     esac],
 
163
    [CXX],
 
164
    [case " $depcc " in #(
 
165
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
166
     esac])
 
167
 
 
168
  for depmode in $am_compiler_list; do
 
169
    # Setup a source with many dependencies, because some compilers
 
170
    # like to wrap large dependency lists on column 80 (with \), and
 
171
    # we should not choose a depcomp mode which is confused by this.
 
172
    #
 
173
    # We need to recreate these files for each test, as the compiler may
 
174
    # overwrite some of them when testing with obscure command lines.
 
175
    # This happens at least with the AIX C compiler.
 
176
    : > sub/conftest.c
 
177
    for i in 1 2 3 4 5 6; do
 
178
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
179
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
180
      # Solaris 8's {/usr,}/bin/sh.
 
181
      touch sub/conftst$i.h
 
182
    done
 
183
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
184
 
 
185
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
186
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
187
    # handle `-M -o', and we need to detect this.  Also, some Intel
 
188
    # versions had trouble with output in subdirs
 
189
    am__obj=sub/conftest.${OBJEXT-o}
 
190
    am__minus_obj="-o $am__obj"
 
191
    case $depmode in
 
192
    gcc)
 
193
      # This depmode causes a compiler race in universal mode.
 
194
      test "$am__universal" = false || continue
 
195
      ;;
 
196
    nosideeffect)
 
197
      # after this tag, mechanisms are not by side-effect, so they'll
 
198
      # only be used when explicitly requested
 
199
      if test "x$enable_dependency_tracking" = xyes; then
 
200
        continue
 
201
      else
 
202
        break
 
203
      fi
 
204
      ;;
 
205
    msvisualcpp | msvcmsys)
 
206
      # This compiler won't grok `-c -o', but also, the minuso test has
 
207
      # not run yet.  These depmodes are late enough in the game, and
 
208
      # so weak that their functioning should not be impacted.
 
209
      am__obj=conftest.${OBJEXT-o}
 
210
      am__minus_obj=
 
211
      ;;
 
212
    none) break ;;
 
213
    esac
 
214
    if depmode=$depmode \
 
215
       source=sub/conftest.c object=$am__obj \
 
216
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
217
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
218
         >/dev/null 2>conftest.err &&
 
219
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
220
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
221
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
222
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
223
      # icc doesn't choke on unknown options, it will just issue warnings
 
224
      # or remarks (even with -Werror).  So we grep stderr for any message
 
225
      # that says an option was ignored or not supported.
 
226
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
227
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
228
      # The diagnosis changed in icc 8.0:
 
229
      #   icc: Command line remark: option '-MP' not supported
 
230
      if (grep 'ignoring option' conftest.err ||
 
231
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
232
        am_cv_$1_dependencies_compiler_type=$depmode
 
233
        break
 
234
      fi
 
235
    fi
 
236
  done
 
237
 
 
238
  cd ..
 
239
  rm -rf conftest.dir
 
240
else
 
241
  am_cv_$1_dependencies_compiler_type=none
 
242
fi
 
243
])
 
244
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
245
AM_CONDITIONAL([am__fastdep$1], [
 
246
  test "x$enable_dependency_tracking" != xno \
 
247
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
248
])
 
249
m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
250
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
251
])
 
252
m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
253
[  --disable-dependency-tracking  speeds up one-time build
 
254
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
255
if test "x$enable_dependency_tracking" != xno; then
 
256
  am_depcomp="$ac_aux_dir/depcomp"
 
257
  AMDEPBACKSLASH='\'
 
258
fi
 
259
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
260
AC_SUBST([AMDEPBACKSLASH])dnl
 
261
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
262
])
 
263
m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
 
264
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
265
  # are listed without --file.  Let's play safe and only enable the eval
 
266
  # if we detect the quoting.
 
267
  case $CONFIG_FILES in
 
268
  *\'*) eval set x "$CONFIG_FILES" ;;
 
269
  *)   set x $CONFIG_FILES ;;
 
270
  esac
 
271
  shift
 
272
  for mf
 
273
  do
 
274
    # Strip MF so we end up with the name of the file.
 
275
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
276
    # Check whether this is an Automake generated Makefile or not.
 
277
    # We used to match only the files named `Makefile.in', but
 
278
    # some people rename them; so instead we look at the file content.
 
279
    # Grep'ing the first line is not enough: some people post-process
 
280
    # each Makefile.in and add a new line on top of each file to say so.
 
281
    # Grep'ing the whole file is not good either: AIX grep has a line
 
282
    # limit of 2048, but all sed's we know have understand at least 4000.
 
283
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
284
      dirpart=`AS_DIRNAME("$mf")`
 
285
    else
 
286
      continue
 
287
    fi
 
288
    # Extract the definition of DEPDIR, am__include, and am__quote
 
289
    # from the Makefile without running `make'.
 
290
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
291
    test -z "$DEPDIR" && continue
 
292
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
293
    test -z "am__include" && continue
 
294
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
295
    # When using ansi2knr, U may be empty or an underscore; expand it
 
296
    U=`sed -n 's/^U = //p' < "$mf"`
 
297
    # Find all dependency output files, they are included files with
 
298
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
299
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
300
    # expansion.
 
301
    for file in `sed -n "
 
302
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
303
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
304
      # Make sure the directory exists.
 
305
      test -f "$dirpart/$file" && continue
 
306
      fdir=`AS_DIRNAME(["$file"])`
 
307
      AS_MKDIR_P([$dirpart/$fdir])
 
308
      # echo "creating $dirpart/$file"
 
309
      echo '# dummy' > "$dirpart/$file"
 
310
    done
 
311
  done
 
312
}
 
313
])
 
314
m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
315
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
316
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
317
])
 
318
m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
 
319
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
320
dnl the ones we care about.
 
321
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
322
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
323
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
324
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
325
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
326
  # is not polluted with repeated "-I."
 
327
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
328
  # test to see if srcdir already configured
 
329
  if test -f $srcdir/config.status; then
 
330
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
331
  fi
 
332
fi
 
333
 
 
334
# test whether we have cygpath
 
335
if test -z "$CYGPATH_W"; then
 
336
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
337
    CYGPATH_W='cygpath -w'
 
338
  else
 
339
    CYGPATH_W=echo
 
340
  fi
 
341
fi
 
342
AC_SUBST([CYGPATH_W])
 
343
 
 
344
# Define the identity of the package.
 
345
dnl Distinguish between old-style and new-style calls.
 
346
m4_ifval([$2],
 
347
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
348
 AC_SUBST([PACKAGE], [$1])dnl
 
349
 AC_SUBST([VERSION], [$2])],
 
350
[_AM_SET_OPTIONS([$1])dnl
 
351
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
352
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
353
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
354
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
355
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
356
 
 
357
_AM_IF_OPTION([no-define],,
 
358
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
359
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
360
 
 
361
# Some tools Automake needs.
 
362
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
363
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
364
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
365
AM_MISSING_PROG(AUTOCONF, autoconf)
 
366
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
367
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
368
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
369
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
370
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
371
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
372
# We need awk for the "check" target.  The system "awk" is bad on
 
373
# some platforms.
 
374
AC_REQUIRE([AC_PROG_AWK])dnl
 
375
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
376
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
377
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
378
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
379
                             [_AM_PROG_TAR([v7])])])
 
380
_AM_IF_OPTION([no-dependencies],,
 
381
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
382
                  [_AM_DEPENDENCIES(CC)],
 
383
                  [define([AC_PROG_CC],
 
384
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
385
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
386
                  [_AM_DEPENDENCIES(CXX)],
 
387
                  [define([AC_PROG_CXX],
 
388
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
389
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
390
                  [_AM_DEPENDENCIES(OBJC)],
 
391
                  [define([AC_PROG_OBJC],
 
392
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
393
])
 
394
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
395
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
396
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
397
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
398
AC_CONFIG_COMMANDS_PRE(dnl
 
399
[m4_provide_if([_AM_COMPILER_EXEEXT],
 
400
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
401
])
 
402
m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
403
_am_arg=$1
 
404
_am_stamp_count=1
 
405
for _am_header in $config_headers :; do
 
406
  case $_am_header in
 
407
    $_am_arg | $_am_arg:* )
 
408
      break ;;
 
409
    * )
 
410
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
411
  esac
 
412
done
 
413
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
414
m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
415
if test x"${install_sh}" != xset; then
 
416
  case $am_aux_dir in
 
417
  *\ * | *\     *)
 
418
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
419
  *)
 
420
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
421
  esac
 
422
fi
 
423
AC_SUBST(install_sh)])
 
424
m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
425
mkdir .tst 2>/dev/null
 
426
if test -d .tst; then
 
427
  am__leading_dot=.
 
428
else
 
429
  am__leading_dot=_
 
430
fi
 
431
rmdir .tst 2>/dev/null
 
432
AC_SUBST([am__leading_dot])])
 
433
m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
434
cat > confinc << 'END'
 
435
am__doit:
 
436
        @echo this is the am__doit target
 
437
.PHONY: am__doit
 
438
END
 
439
# If we don't find an include directive, just comment out the code.
 
440
AC_MSG_CHECKING([for style of include used by $am_make])
 
441
am__include="#"
 
442
am__quote=
 
443
_am_result=none
 
444
# First try GNU make style include.
 
445
echo "include confinc" > confmf
 
446
# Ignore all kinds of additional output from `make'.
 
447
case `$am_make -s -f confmf 2> /dev/null` in #(
 
448
*the\ am__doit\ target*)
 
449
  am__include=include
 
450
  am__quote=
 
451
  _am_result=GNU
 
452
  ;;
 
453
esac
 
454
# Now try BSD make style include.
 
455
if test "$am__include" = "#"; then
 
456
   echo '.include "confinc"' > confmf
 
457
   case `$am_make -s -f confmf 2> /dev/null` in #(
 
458
   *the\ am__doit\ target*)
 
459
     am__include=.include
 
460
     am__quote="\""
 
461
     _am_result=BSD
 
462
     ;;
 
463
   esac
 
464
fi
 
465
AC_SUBST([am__include])
 
466
AC_SUBST([am__quote])
 
467
AC_MSG_RESULT([$_am_result])
 
468
rm -f confinc confmf
 
469
])
 
470
m4trace:/usr/share/aclocal-1.11/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
 
471
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
472
AC_REQUIRE_AUX_FILE([compile])dnl
 
473
# FIXME: we rely on the cache variable name because
 
474
# there is no other way.
 
475
set dummy $CC
 
476
am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
 
477
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
 
478
if test "$am_t" != yes; then
 
479
   # Losing compiler, so override with the script.
 
480
   # FIXME: It is wrong to rewrite CC.
 
481
   # But if we don't then we get into trouble of one sort or another.
 
482
   # A longer-term fix would be to have automake use am__CC in this case,
 
483
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
484
   CC="$am_aux_dir/compile $CC"
 
485
fi
 
486
dnl Make sure AC_PROG_CC is never called again, or it will override our
 
487
dnl setting of CC.
 
488
m4_define([AC_PROG_CC],
 
489
          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
 
490
])
 
491
m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
492
$1=${$1-"${am_missing_run}$2"}
 
493
AC_SUBST($1)])
 
494
m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
495
AC_REQUIRE_AUX_FILE([missing])dnl
 
496
if test x"${MISSING+set}" != xset; then
 
497
  case $am_aux_dir in
 
498
  *\ * | *\     *)
 
499
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
500
  *)
 
501
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
502
  esac
 
503
fi
 
504
# Use eval to expand $SHELL
 
505
if eval "$MISSING --run true"; then
 
506
  am_missing_run="$MISSING --run "
 
507
else
 
508
  am_missing_run=
 
509
  AC_MSG_WARN([`missing' script is too old or missing])
 
510
fi
 
511
])
 
512
m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
 
513
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
514
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
515
dnl while keeping a definition of mkdir_p for backward compatibility.
 
516
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
517
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
518
dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
519
dnl adjustment using top_builddir (which is defined more often than
 
520
dnl MKDIR_P).
 
521
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
522
case $mkdir_p in
 
523
  [[\\/$]]* | ?:[[\\/]]*) ;;
 
524
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
525
esac
 
526
])
 
527
m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
528
m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
529
m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
530
m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
531
m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
532
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
533
   ac_status=$?
 
534
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
535
   (exit $ac_status); }])
 
536
m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
537
# Just in case
 
538
sleep 1
 
539
echo timestamp > conftest.file
 
540
# Reject unsafe characters in $srcdir or the absolute working directory
 
541
# name.  Accept space and tab only in the latter.
 
542
am_lf='
 
543
'
 
544
case `pwd` in
 
545
  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
546
    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
547
esac
 
548
case $srcdir in
 
549
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
 
550
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
551
esac
 
552
 
 
553
# Do `set' in a subshell so we don't clobber the current shell's
 
554
# arguments.  Must try -L first in case configure is actually a
 
555
# symlink; some systems play weird games with the mod time of symlinks
 
556
# (eg FreeBSD returns the mod time of the symlink's containing
 
557
# directory).
 
558
if (
 
559
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
560
   if test "$[*]" = "X"; then
 
561
      # -L didn't work.
 
562
      set X `ls -t "$srcdir/configure" conftest.file`
 
563
   fi
 
564
   rm -f conftest.file
 
565
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
566
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
567
 
 
568
      # If neither matched, then we have a broken ls.  This can happen
 
569
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
570
      # broken ls alias from the environment.  This has actually
 
571
      # happened.  Such a system could not be considered "sane".
 
572
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
573
alias in your environment])
 
574
   fi
 
575
 
 
576
   test "$[2]" = conftest.file
 
577
   )
 
578
then
 
579
   # Ok.
 
580
   :
 
581
else
 
582
   AC_MSG_ERROR([newly created file is older than distributed files!
 
583
Check your system clock])
 
584
fi
 
585
AC_MSG_RESULT(yes)])
 
586
m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
 
587
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
588
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
589
case $enable_silent_rules in
 
590
yes) AM_DEFAULT_VERBOSITY=0;;
 
591
no)  AM_DEFAULT_VERBOSITY=1;;
 
592
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
593
esac
 
594
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
595
AM_BACKSLASH='\'
 
596
AC_SUBST([AM_BACKSLASH])dnl
 
597
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
598
])
 
599
m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
600
# Installed binaries are usually stripped using `strip' when the user
 
601
# run `make install-strip'.  However `strip' might not be the right
 
602
# tool to use in cross-compilation environments, therefore Automake
 
603
# will honor the `STRIP' environment variable to overrule this program.
 
604
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
605
if test "$cross_compiling" != no; then
 
606
  AC_CHECK_TOOL([STRIP], [strip], :)
 
607
fi
 
608
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
609
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
610
m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
 
611
m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
612
m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 
613
AM_MISSING_PROG([AMTAR], [tar])
 
614
m4_if([$1], [v7],
 
615
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
616
     [m4_case([$1], [ustar],, [pax],,
 
617
              [m4_fatal([Unknown tar format])])
 
618
AC_MSG_CHECKING([how to create a $1 tar archive])
 
619
# Loop over all known methods to create a tar archive until one works.
 
620
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
621
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
622
# Do not fold the above two line into one, because Tru64 sh and
 
623
# Solaris sh will not grok spaces in the rhs of `-'.
 
624
for _am_tool in $_am_tools
 
625
do
 
626
  case $_am_tool in
 
627
  gnutar)
 
628
    for _am_tar in tar gnutar gtar;
 
629
    do
 
630
      AM_RUN_LOG([$_am_tar --version]) && break
 
631
    done
 
632
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
633
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
634
    am__untar="$_am_tar -xf -"
 
635
    ;;
 
636
  plaintar)
 
637
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
638
    # ustar tarball either.
 
639
    (tar --version) >/dev/null 2>&1 && continue
 
640
    am__tar='tar chf - "$$tardir"'
 
641
    am__tar_='tar chf - "$tardir"'
 
642
    am__untar='tar xf -'
 
643
    ;;
 
644
  pax)
 
645
    am__tar='pax -L -x $1 -w "$$tardir"'
 
646
    am__tar_='pax -L -x $1 -w "$tardir"'
 
647
    am__untar='pax -r'
 
648
    ;;
 
649
  cpio)
 
650
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
651
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
652
    am__untar='cpio -i -H $1 -d'
 
653
    ;;
 
654
  none)
 
655
    am__tar=false
 
656
    am__tar_=false
 
657
    am__untar=false
 
658
    ;;
 
659
  esac
 
660
 
 
661
  # If the value was cached, stop now.  We just wanted to have am__tar
 
662
  # and am__untar set.
 
663
  test -n "${am_cv_prog_tar_$1}" && break
 
664
 
 
665
  # tar/untar a dummy directory, and stop if the command works
 
666
  rm -rf conftest.dir
 
667
  mkdir conftest.dir
 
668
  echo GrepMe > conftest.dir/file
 
669
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
670
  rm -rf conftest.dir
 
671
  if test -s conftest.tar; then
 
672
    AM_RUN_LOG([$am__untar <conftest.tar])
 
673
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
674
  fi
 
675
done
 
676
rm -rf conftest.dir
 
677
 
 
678
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
679
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
680
AC_SUBST([am__tar])
 
681
AC_SUBST([am__untar])
 
682
])
 
683
m4trace:configure.in:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
 
684
m4trace:configure.in:1: -1- m4_pattern_forbid([_AC_])
 
685
m4trace:configure.in:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
 
686
m4trace:configure.in:1: -1- m4_pattern_allow([^AS_FLAGS$])
 
687
m4trace:configure.in:1: -1- m4_pattern_forbid([^_?m4_])
 
688
m4trace:configure.in:1: -1- m4_pattern_forbid([^dnl$])
 
689
m4trace:configure.in:1: -1- m4_pattern_forbid([^_?AS_])
 
690
m4trace:configure.in:1: -1- m4_pattern_allow([^SHELL$])
 
691
m4trace:configure.in:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
 
692
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
693
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
694
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
695
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
696
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
697
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_URL$])
 
698
m4trace:configure.in:1: -1- m4_pattern_allow([^exec_prefix$])
 
699
m4trace:configure.in:1: -1- m4_pattern_allow([^prefix$])
 
700
m4trace:configure.in:1: -1- m4_pattern_allow([^program_transform_name$])
 
701
m4trace:configure.in:1: -1- m4_pattern_allow([^bindir$])
 
702
m4trace:configure.in:1: -1- m4_pattern_allow([^sbindir$])
 
703
m4trace:configure.in:1: -1- m4_pattern_allow([^libexecdir$])
 
704
m4trace:configure.in:1: -1- m4_pattern_allow([^datarootdir$])
 
705
m4trace:configure.in:1: -1- m4_pattern_allow([^datadir$])
 
706
m4trace:configure.in:1: -1- m4_pattern_allow([^sysconfdir$])
 
707
m4trace:configure.in:1: -1- m4_pattern_allow([^sharedstatedir$])
 
708
m4trace:configure.in:1: -1- m4_pattern_allow([^localstatedir$])
 
709
m4trace:configure.in:1: -1- m4_pattern_allow([^includedir$])
 
710
m4trace:configure.in:1: -1- m4_pattern_allow([^oldincludedir$])
 
711
m4trace:configure.in:1: -1- m4_pattern_allow([^docdir$])
 
712
m4trace:configure.in:1: -1- m4_pattern_allow([^infodir$])
 
713
m4trace:configure.in:1: -1- m4_pattern_allow([^htmldir$])
 
714
m4trace:configure.in:1: -1- m4_pattern_allow([^dvidir$])
 
715
m4trace:configure.in:1: -1- m4_pattern_allow([^pdfdir$])
 
716
m4trace:configure.in:1: -1- m4_pattern_allow([^psdir$])
 
717
m4trace:configure.in:1: -1- m4_pattern_allow([^libdir$])
 
718
m4trace:configure.in:1: -1- m4_pattern_allow([^localedir$])
 
719
m4trace:configure.in:1: -1- m4_pattern_allow([^mandir$])
 
720
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
721
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
722
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
723
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
724
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
725
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_URL$])
 
726
m4trace:configure.in:1: -1- m4_pattern_allow([^DEFS$])
 
727
m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_C$])
 
728
m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_N$])
 
729
m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_T$])
 
730
m4trace:configure.in:1: -1- m4_pattern_allow([^LIBS$])
 
731
m4trace:configure.in:1: -1- m4_pattern_allow([^build_alias$])
 
732
m4trace:configure.in:1: -1- m4_pattern_allow([^host_alias$])
 
733
m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
 
734
m4trace:configure.in:2: -1- AM_INIT_AUTOMAKE([exemple], [1.0])
 
735
m4trace:configure.in:2: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
736
m4trace:configure.in:2: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
737
m4trace:configure.in:2: -1- AM_AUTOMAKE_VERSION([1.11.1])
 
738
m4trace:configure.in:2: -1- _AM_AUTOCONF_VERSION([2.65])
 
739
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
740
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
741
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_DATA$])
 
742
m4trace:configure.in:2: -1- m4_pattern_allow([^am__isrc$])
 
743
m4trace:configure.in:2: -1- _AM_SUBST_NOTMAKE([am__isrc])
 
744
m4trace:configure.in:2: -1- m4_pattern_allow([^CYGPATH_W$])
 
745
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE$])
 
746
m4trace:configure.in:2: -1- m4_pattern_allow([^VERSION$])
 
747
m4trace:configure.in:2: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
748
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
749
m4trace:configure.in:2: -2- _AM_MANGLE_OPTION([no-define])
 
750
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE$])
 
751
m4trace:configure.in:2: -1- m4_pattern_allow([^VERSION$])
 
752
m4trace:configure.in:2: -1- AM_SANITY_CHECK
 
753
m4trace:configure.in:2: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
754
m4trace:configure.in:2: -1- AM_MISSING_HAS_RUN
 
755
m4trace:configure.in:2: -1- AM_AUX_DIR_EXPAND
 
756
m4trace:configure.in:2: -1- m4_pattern_allow([^ACLOCAL$])
 
757
m4trace:configure.in:2: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
758
m4trace:configure.in:2: -1- m4_pattern_allow([^AUTOCONF$])
 
759
m4trace:configure.in:2: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
760
m4trace:configure.in:2: -1- m4_pattern_allow([^AUTOMAKE$])
 
761
m4trace:configure.in:2: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
762
m4trace:configure.in:2: -1- m4_pattern_allow([^AUTOHEADER$])
 
763
m4trace:configure.in:2: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
764
m4trace:configure.in:2: -1- m4_pattern_allow([^MAKEINFO$])
 
765
m4trace:configure.in:2: -1- AM_PROG_INSTALL_SH
 
766
m4trace:configure.in:2: -1- m4_pattern_allow([^install_sh$])
 
767
m4trace:configure.in:2: -1- AM_PROG_INSTALL_STRIP
 
768
m4trace:configure.in:2: -1- m4_pattern_allow([^STRIP$])
 
769
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
 
770
m4trace:configure.in:2: -1- AM_PROG_MKDIR_P
 
771
m4trace:configure.in:2: -1- m4_pattern_allow([^MKDIR_P$])
 
772
m4trace:configure.in:2: -1- m4_pattern_allow([^mkdir_p$])
 
773
m4trace:configure.in:2: -1- m4_pattern_allow([^AWK$])
 
774
m4trace:configure.in:2: -1- m4_pattern_allow([^SET_MAKE$])
 
775
m4trace:configure.in:2: -1- AM_SET_LEADING_DOT
 
776
m4trace:configure.in:2: -1- m4_pattern_allow([^am__leading_dot$])
 
777
m4trace:configure.in:2: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
778
                             [_AM_PROG_TAR([v7])])])
 
779
m4trace:configure.in:2: -2- _AM_MANGLE_OPTION([tar-ustar])
 
780
m4trace:configure.in:2: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
781
m4trace:configure.in:2: -2- _AM_MANGLE_OPTION([tar-pax])
 
782
m4trace:configure.in:2: -1- _AM_PROG_TAR([v7])
 
783
m4trace:configure.in:2: -1- AM_MISSING_PROG([AMTAR], [tar])
 
784
m4trace:configure.in:2: -1- m4_pattern_allow([^AMTAR$])
 
785
m4trace:configure.in:2: -1- m4_pattern_allow([^am__tar$])
 
786
m4trace:configure.in:2: -1- m4_pattern_allow([^am__untar$])
 
787
m4trace:configure.in:2: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
788
                  [_AM_DEPENDENCIES(CC)],
 
789
                  [define([AC_PROG_CC],
 
790
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
791
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
792
                  [_AM_DEPENDENCIES(CXX)],
 
793
                  [define([AC_PROG_CXX],
 
794
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
795
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
796
                  [_AM_DEPENDENCIES(OBJC)],
 
797
                  [define([AC_PROG_OBJC],
 
798
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
799
])
 
800
m4trace:configure.in:2: -2- _AM_MANGLE_OPTION([no-dependencies])
 
801
m4trace:configure.in:2: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
 
802
m4trace:configure.in:2: -2- _AM_MANGLE_OPTION([silent-rules])
 
803
m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
 
804
m4trace:configure.in:5: -1- m4_pattern_allow([^CFLAGS$])
 
805
m4trace:configure.in:5: -1- m4_pattern_allow([^LDFLAGS$])
 
806
m4trace:configure.in:5: -1- m4_pattern_allow([^LIBS$])
 
807
m4trace:configure.in:5: -1- m4_pattern_allow([^CPPFLAGS$])
 
808
m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
 
809
m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
 
810
m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
 
811
m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
 
812
m4trace:configure.in:5: -1- m4_pattern_allow([^ac_ct_CC$])
 
813
m4trace:configure.in:5: -1- m4_pattern_allow([^EXEEXT$])
 
814
m4trace:configure.in:5: -1- m4_pattern_allow([^OBJEXT$])
 
815
m4trace:configure.in:5: -1- _AM_DEPENDENCIES([CC])
 
816
m4trace:configure.in:5: -1- AM_SET_DEPDIR
 
817
m4trace:configure.in:5: -1- m4_pattern_allow([^DEPDIR$])
 
818
m4trace:configure.in:5: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
819
m4trace:configure.in:5: -1- AM_MAKE_INCLUDE
 
820
m4trace:configure.in:5: -1- m4_pattern_allow([^am__include$])
 
821
m4trace:configure.in:5: -1- m4_pattern_allow([^am__quote$])
 
822
m4trace:configure.in:5: -1- AM_DEP_TRACK
 
823
m4trace:configure.in:5: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
824
m4trace:configure.in:5: -1- m4_pattern_allow([^AMDEP_TRUE$])
 
825
m4trace:configure.in:5: -1- m4_pattern_allow([^AMDEP_FALSE$])
 
826
m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
 
827
m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
 
828
m4trace:configure.in:5: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
 
829
m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
 
830
m4trace:configure.in:5: -1- m4_pattern_allow([^CCDEPMODE$])
 
831
m4trace:configure.in:5: -1- AM_CONDITIONAL([am__fastdepCC], [
 
832
  test "x$enable_dependency_tracking" != xno \
 
833
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
834
m4trace:configure.in:5: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
835
m4trace:configure.in:5: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
836
m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
837
m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
838
m4trace:configure.in:6: -1- m4_pattern_allow([^SET_MAKE$])
 
839
m4trace:configure.in:7: -1- AM_PROG_CC_C_O
 
840
m4trace:configure.in:7: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
 
841
m4trace:configure.in:8: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >=  2.10.0])
 
842
m4trace:configure.in:8: -1- PKG_PROG_PKG_CONFIG
 
843
m4trace:configure.in:8: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
844
m4trace:configure.in:8: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
845
m4trace:configure.in:8: -1- m4_pattern_allow([^PKG_CONFIG$])
 
846
m4trace:configure.in:8: -1- m4_pattern_allow([^PKG_CONFIG$])
 
847
m4trace:configure.in:8: -1- m4_pattern_allow([^GTK_CFLAGS$])
 
848
m4trace:configure.in:8: -1- m4_pattern_allow([^GTK_LIBS$])
 
849
m4trace:configure.in:8: -1- PKG_CHECK_EXISTS([gtk+-2.0 >=  2.10.0], [pkg_cv_[]GTK_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >=  2.10.0" 2>/dev/null`], [pkg_failed=yes])
 
850
m4trace:configure.in:8: -1- PKG_CHECK_EXISTS([gtk+-2.0 >=  2.10.0], [pkg_cv_[]GTK_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >=  2.10.0" 2>/dev/null`], [pkg_failed=yes])
 
851
m4trace:configure.in:8: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
852
m4trace:configure.in:9: -1- PKG_CHECK_MODULES([GOOCANVAS], [goocanvas >= 0.1])
 
853
m4trace:configure.in:9: -1- m4_pattern_allow([^GOOCANVAS_CFLAGS$])
 
854
m4trace:configure.in:9: -1- m4_pattern_allow([^GOOCANVAS_LIBS$])
 
855
m4trace:configure.in:9: -1- PKG_CHECK_EXISTS([goocanvas >= 0.1], [pkg_cv_[]GOOCANVAS_CFLAGS=`$PKG_CONFIG --[]cflags "goocanvas >= 0.1" 2>/dev/null`], [pkg_failed=yes])
 
856
m4trace:configure.in:9: -1- PKG_CHECK_EXISTS([goocanvas >= 0.1], [pkg_cv_[]GOOCANVAS_LIBS=`$PKG_CONFIG --[]libs "goocanvas >= 0.1" 2>/dev/null`], [pkg_failed=yes])
 
857
m4trace:configure.in:9: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
858
m4trace:configure.in:10: -1- PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.1])
 
859
m4trace:configure.in:10: -1- m4_pattern_allow([^LIBZIP_CFLAGS$])
 
860
m4trace:configure.in:10: -1- m4_pattern_allow([^LIBZIP_LIBS$])
 
861
m4trace:configure.in:10: -1- PKG_CHECK_EXISTS([libzip >= 0.1], [pkg_cv_[]LIBZIP_CFLAGS=`$PKG_CONFIG --[]cflags "libzip >= 0.1" 2>/dev/null`], [pkg_failed=yes])
 
862
m4trace:configure.in:10: -1- PKG_CHECK_EXISTS([libzip >= 0.1], [pkg_cv_[]LIBZIP_LIBS=`$PKG_CONFIG --[]libs "libzip >= 0.1" 2>/dev/null`], [pkg_failed=yes])
 
863
m4trace:configure.in:10: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
864
m4trace:configure.in:11: -1- PKG_CHECK_MODULES([SWFDECGTK], [swfdec-gtk-0.9 >= 0.9], [have_swfdec="yes"], [have_swfdec="no"])
 
865
m4trace:configure.in:11: -1- m4_pattern_allow([^SWFDECGTK_CFLAGS$])
 
866
m4trace:configure.in:11: -1- m4_pattern_allow([^SWFDECGTK_LIBS$])
 
867
m4trace:configure.in:11: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.9 >= 0.9], [pkg_cv_[]SWFDECGTK_CFLAGS=`$PKG_CONFIG --[]cflags "swfdec-gtk-0.9 >= 0.9" 2>/dev/null`], [pkg_failed=yes])
 
868
m4trace:configure.in:11: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.9 >= 0.9], [pkg_cv_[]SWFDECGTK_LIBS=`$PKG_CONFIG --[]libs "swfdec-gtk-0.9 >= 0.9" 2>/dev/null`], [pkg_failed=yes])
 
869
m4trace:configure.in:11: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
870
m4trace:configure.in:14: -1- PKG_CHECK_MODULES([SWFDECGTK], [swfdec-gtk-0.8 >= 0.8], [have_swfdec="yes"], [have_swfdec="no"])
 
871
m4trace:configure.in:14: -1- m4_pattern_allow([^SWFDECGTK_CFLAGS$])
 
872
m4trace:configure.in:14: -1- m4_pattern_allow([^SWFDECGTK_LIBS$])
 
873
m4trace:configure.in:14: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.8 >= 0.8], [pkg_cv_[]SWFDECGTK_CFLAGS=`$PKG_CONFIG --[]cflags "swfdec-gtk-0.8 >= 0.8" 2>/dev/null`], [pkg_failed=yes])
 
874
m4trace:configure.in:14: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.8 >= 0.8], [pkg_cv_[]SWFDECGTK_LIBS=`$PKG_CONFIG --[]libs "swfdec-gtk-0.8 >= 0.8" 2>/dev/null`], [pkg_failed=yes])
 
875
m4trace:configure.in:14: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
876
m4trace:configure.in:18: -1- PKG_CHECK_MODULES([SWFDECGTK], [swfdec-gtk-0.7 >= 0.7], [have_swfdec="yes"], [have_swfdec="no"])
 
877
m4trace:configure.in:18: -1- m4_pattern_allow([^SWFDECGTK_CFLAGS$])
 
878
m4trace:configure.in:18: -1- m4_pattern_allow([^SWFDECGTK_LIBS$])
 
879
m4trace:configure.in:18: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.7 >= 0.7], [pkg_cv_[]SWFDECGTK_CFLAGS=`$PKG_CONFIG --[]cflags "swfdec-gtk-0.7 >= 0.7" 2>/dev/null`], [pkg_failed=yes])
 
880
m4trace:configure.in:18: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.7 >= 0.7], [pkg_cv_[]SWFDECGTK_LIBS=`$PKG_CONFIG --[]libs "swfdec-gtk-0.7 >= 0.7" 2>/dev/null`], [pkg_failed=yes])
 
881
m4trace:configure.in:18: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
882
m4trace:configure.in:22: -1- PKG_CHECK_MODULES([SWFDECGTK], [swfdec-gtk-0.6 >= 0.6], [have_swfdec="yes"], [have_swfdec="no"])
 
883
m4trace:configure.in:22: -1- m4_pattern_allow([^SWFDECGTK_CFLAGS$])
 
884
m4trace:configure.in:22: -1- m4_pattern_allow([^SWFDECGTK_LIBS$])
 
885
m4trace:configure.in:22: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.6 >= 0.6], [pkg_cv_[]SWFDECGTK_CFLAGS=`$PKG_CONFIG --[]cflags "swfdec-gtk-0.6 >= 0.6" 2>/dev/null`], [pkg_failed=yes])
 
886
m4trace:configure.in:22: -1- PKG_CHECK_EXISTS([swfdec-gtk-0.6 >= 0.6], [pkg_cv_[]SWFDECGTK_LIBS=`$PKG_CONFIG --[]libs "swfdec-gtk-0.6 >= 0.6" 2>/dev/null`], [pkg_failed=yes])
 
887
m4trace:configure.in:22: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
888
m4trace:configure.in:26: -1- m4_pattern_allow([^GTK_CFLAGS$])
 
889
m4trace:configure.in:27: -1- m4_pattern_allow([^GTK_LIBS$])
 
890
m4trace:configure.in:28: -1- m4_pattern_allow([^zip_LIBS$])
 
891
m4trace:configure.in:29: -1- m4_pattern_allow([^goo_LIBS$])
 
892
m4trace:configure.in:37: -1- m4_pattern_allow([^BZRVERSION$])
 
893
m4trace:configure.in:42: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
 
894
You should run autoupdate.], [])
 
895
m4trace:configure.in:42: -1- m4_pattern_allow([^LIB@&t@OBJS$])
 
896
m4trace:configure.in:42: -1- m4_pattern_allow([^LTLIBOBJS$])
 
897
m4trace:configure.in:42: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
 
898
m4trace:configure.in:42: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
 
899
m4trace:configure.in:42: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
 
900
m4trace:configure.in:42: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
 
901
m4trace:configure.in:42: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
 
902
m4trace:configure.in:42: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS