~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Package Import Robot
  • Author(s): Dmitry E. Oboukhov, Dmitry E. Oboukhov, Paul Tagliamonte
  • Date: 2010-09-08 14:53:41 UTC
  • mfrom: (0.2.1) (1.1.11)
  • Revision ID: package-import@ubuntu.com-20100908145341-mz35wshnad21ldzx
Tags: 1.1.1+git20100908.df2f51b-1
[ Dmitry E. Oboukhov ]
  * Renew old repo structure.
    Paul! To merge with upstream use 'git pull' command :)
  * Merge with upstream git-repo.
  * Renew my old Debian theme.
[ Paul Tagliamonte ]
  * Adding in a patch to fix problems with the default
    key settings. (Closes: 592904)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
2
 
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3
 
dnl require some minimum version.  Point them to the right macro.
4
 
m4_if([$1], [1.11.1], [],
5
 
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6
 
])
7
 
m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
8
 
m4_ifndef([AC_AUTOCONF_VERSION],
9
 
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
10
 
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
11
 
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.
12
 
AC_PREREQ([2.50])dnl
13
 
# expand $ac_aux_dir to an absolute path
14
 
am_aux_dir=`cd $ac_aux_dir && pwd`
15
 
])
16
 
m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
17
 
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
18
 
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
19
 
AC_SUBST([$1_TRUE])dnl
20
 
AC_SUBST([$1_FALSE])dnl
21
 
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
22
 
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
23
 
m4_define([_AM_COND_VALUE_$1], [$2])dnl
24
 
if $2; then
25
 
  $1_TRUE=
26
 
  $1_FALSE='#'
27
 
else
28
 
  $1_TRUE='#'
29
 
  $1_FALSE=
30
 
fi
31
 
AC_CONFIG_COMMANDS_PRE(
32
 
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
33
 
  AC_MSG_ERROR([[conditional "$1" was never defined.
34
 
Usually this means the macro was only invoked conditionally.]])
35
 
fi])])
36
 
m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
37
 
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
38
 
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
39
 
AC_REQUIRE([AM_DEP_TRACK])dnl
40
 
 
41
 
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
42
 
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
43
 
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
44
 
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
45
 
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
46
 
                   [depcc="$$1"   am_compiler_list=])
47
 
 
48
 
AC_CACHE_CHECK([dependency style of $depcc],
49
 
               [am_cv_$1_dependencies_compiler_type],
50
 
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
51
 
  # We make a subdir and do the tests there.  Otherwise we can end up
52
 
  # making bogus files that we don't know about and never remove.  For
53
 
  # instance it was reported that on HP-UX the gcc test will end up
54
 
  # making a dummy file named `D' -- because `-MD' means `put the output
55
 
  # in D'.
56
 
  mkdir conftest.dir
57
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
58
 
  # using a relative directory.
59
 
  cp "$am_depcomp" conftest.dir
60
 
  cd conftest.dir
61
 
  # We will build objects and dependencies in a subdirectory because
62
 
  # it helps to detect inapplicable dependency modes.  For instance
63
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
64
 
  # side effect of compilation, but ICC will put the dependencies in
65
 
  # the current directory while Tru64 will put them in the object
66
 
  # directory.
67
 
  mkdir sub
68
 
 
69
 
  am_cv_$1_dependencies_compiler_type=none
70
 
  if test "$am_compiler_list" = ""; then
71
 
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
72
 
  fi
73
 
  am__universal=false
74
 
  m4_case([$1], [CC],
75
 
    [case " $depcc " in #(
76
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
77
 
     esac],
78
 
    [CXX],
79
 
    [case " $depcc " in #(
80
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
81
 
     esac])
82
 
 
83
 
  for depmode in $am_compiler_list; do
84
 
    # Setup a source with many dependencies, because some compilers
85
 
    # like to wrap large dependency lists on column 80 (with \), and
86
 
    # we should not choose a depcomp mode which is confused by this.
87
 
    #
88
 
    # We need to recreate these files for each test, as the compiler may
89
 
    # overwrite some of them when testing with obscure command lines.
90
 
    # This happens at least with the AIX C compiler.
91
 
    : > sub/conftest.c
92
 
    for i in 1 2 3 4 5 6; do
93
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
94
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
95
 
      # Solaris 8's {/usr,}/bin/sh.
96
 
      touch sub/conftst$i.h
97
 
    done
98
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
99
 
 
100
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
101
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
102
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
103
 
    # versions had trouble with output in subdirs
104
 
    am__obj=sub/conftest.${OBJEXT-o}
105
 
    am__minus_obj="-o $am__obj"
106
 
    case $depmode in
107
 
    gcc)
108
 
      # This depmode causes a compiler race in universal mode.
109
 
      test "$am__universal" = false || continue
110
 
      ;;
111
 
    nosideeffect)
112
 
      # after this tag, mechanisms are not by side-effect, so they'll
113
 
      # only be used when explicitly requested
114
 
      if test "x$enable_dependency_tracking" = xyes; then
115
 
        continue
116
 
      else
117
 
        break
118
 
      fi
119
 
      ;;
120
 
    msvisualcpp | msvcmsys)
121
 
      # This compiler won't grok `-c -o', but also, the minuso test has
122
 
      # not run yet.  These depmodes are late enough in the game, and
123
 
      # so weak that their functioning should not be impacted.
124
 
      am__obj=conftest.${OBJEXT-o}
125
 
      am__minus_obj=
126
 
      ;;
127
 
    none) break ;;
128
 
    esac
129
 
    if depmode=$depmode \
130
 
       source=sub/conftest.c object=$am__obj \
131
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
132
 
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
133
 
         >/dev/null 2>conftest.err &&
134
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
135
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
136
 
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
137
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
138
 
      # icc doesn't choke on unknown options, it will just issue warnings
139
 
      # or remarks (even with -Werror).  So we grep stderr for any message
140
 
      # that says an option was ignored or not supported.
141
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
142
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
143
 
      # The diagnosis changed in icc 8.0:
144
 
      #   icc: Command line remark: option '-MP' not supported
145
 
      if (grep 'ignoring option' conftest.err ||
146
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
147
 
        am_cv_$1_dependencies_compiler_type=$depmode
148
 
        break
149
 
      fi
150
 
    fi
151
 
  done
152
 
 
153
 
  cd ..
154
 
  rm -rf conftest.dir
155
 
else
156
 
  am_cv_$1_dependencies_compiler_type=none
157
 
fi
158
 
])
159
 
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
160
 
AM_CONDITIONAL([am__fastdep$1], [
161
 
  test "x$enable_dependency_tracking" != xno \
162
 
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
163
 
])
164
 
m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
165
 
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
166
 
])
167
 
m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
168
 
[  --disable-dependency-tracking  speeds up one-time build
169
 
  --enable-dependency-tracking   do not reject slow dependency extractors])
170
 
if test "x$enable_dependency_tracking" != xno; then
171
 
  am_depcomp="$ac_aux_dir/depcomp"
172
 
  AMDEPBACKSLASH='\'
173
 
fi
174
 
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
175
 
AC_SUBST([AMDEPBACKSLASH])dnl
176
 
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
177
 
])
178
 
m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
179
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
180
 
  # are listed without --file.  Let's play safe and only enable the eval
181
 
  # if we detect the quoting.
182
 
  case $CONFIG_FILES in
183
 
  *\'*) eval set x "$CONFIG_FILES" ;;
184
 
  *)   set x $CONFIG_FILES ;;
185
 
  esac
186
 
  shift
187
 
  for mf
188
 
  do
189
 
    # Strip MF so we end up with the name of the file.
190
 
    mf=`echo "$mf" | sed -e 's/:.*$//'`
191
 
    # Check whether this is an Automake generated Makefile or not.
192
 
    # We used to match only the files named `Makefile.in', but
193
 
    # some people rename them; so instead we look at the file content.
194
 
    # Grep'ing the first line is not enough: some people post-process
195
 
    # each Makefile.in and add a new line on top of each file to say so.
196
 
    # Grep'ing the whole file is not good either: AIX grep has a line
197
 
    # limit of 2048, but all sed's we know have understand at least 4000.
198
 
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
199
 
      dirpart=`AS_DIRNAME("$mf")`
200
 
    else
201
 
      continue
202
 
    fi
203
 
    # Extract the definition of DEPDIR, am__include, and am__quote
204
 
    # from the Makefile without running `make'.
205
 
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
206
 
    test -z "$DEPDIR" && continue
207
 
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
208
 
    test -z "am__include" && continue
209
 
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
210
 
    # When using ansi2knr, U may be empty or an underscore; expand it
211
 
    U=`sed -n 's/^U = //p' < "$mf"`
212
 
    # Find all dependency output files, they are included files with
213
 
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
214
 
    # simplest approach to changing $(DEPDIR) to its actual value in the
215
 
    # expansion.
216
 
    for file in `sed -n "
217
 
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
218
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
219
 
      # Make sure the directory exists.
220
 
      test -f "$dirpart/$file" && continue
221
 
      fdir=`AS_DIRNAME(["$file"])`
222
 
      AS_MKDIR_P([$dirpart/$fdir])
223
 
      # echo "creating $dirpart/$file"
224
 
      echo '# dummy' > "$dirpart/$file"
225
 
    done
226
 
  done
227
 
}
228
 
])
229
 
m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
230
 
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
231
 
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
232
 
])
233
 
m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
234
 
m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
235
 
You should run autoupdate.])dnl
236
 
AC_CONFIG_HEADERS($@)])
237
 
m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
238
 
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
239
 
dnl the ones we care about.
240
 
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
241
 
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
242
 
AC_REQUIRE([AC_PROG_INSTALL])dnl
243
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
244
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
245
 
  # is not polluted with repeated "-I."
246
 
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
247
 
  # test to see if srcdir already configured
248
 
  if test -f $srcdir/config.status; then
249
 
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
250
 
  fi
251
 
fi
252
 
 
253
 
# test whether we have cygpath
254
 
if test -z "$CYGPATH_W"; then
255
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
256
 
    CYGPATH_W='cygpath -w'
257
 
  else
258
 
    CYGPATH_W=echo
259
 
  fi
260
 
fi
261
 
AC_SUBST([CYGPATH_W])
262
 
 
263
 
# Define the identity of the package.
264
 
dnl Distinguish between old-style and new-style calls.
265
 
m4_ifval([$2],
266
 
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
267
 
 AC_SUBST([PACKAGE], [$1])dnl
268
 
 AC_SUBST([VERSION], [$2])],
269
 
[_AM_SET_OPTIONS([$1])dnl
270
 
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
271
 
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
272
 
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
273
 
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
274
 
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
275
 
 
276
 
_AM_IF_OPTION([no-define],,
277
 
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
278
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
279
 
 
280
 
# Some tools Automake needs.
281
 
AC_REQUIRE([AM_SANITY_CHECK])dnl
282
 
AC_REQUIRE([AC_ARG_PROGRAM])dnl
283
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
284
 
AM_MISSING_PROG(AUTOCONF, autoconf)
285
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
286
 
AM_MISSING_PROG(AUTOHEADER, autoheader)
287
 
AM_MISSING_PROG(MAKEINFO, makeinfo)
288
 
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
289
 
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
290
 
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
291
 
# We need awk for the "check" target.  The system "awk" is bad on
292
 
# some platforms.
293
 
AC_REQUIRE([AC_PROG_AWK])dnl
294
 
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
295
 
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
296
 
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
297
 
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
298
 
                             [_AM_PROG_TAR([v7])])])
299
 
_AM_IF_OPTION([no-dependencies],,
300
 
[AC_PROVIDE_IFELSE([AC_PROG_CC],
301
 
                  [_AM_DEPENDENCIES(CC)],
302
 
                  [define([AC_PROG_CC],
303
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
304
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
305
 
                  [_AM_DEPENDENCIES(CXX)],
306
 
                  [define([AC_PROG_CXX],
307
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
308
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
309
 
                  [_AM_DEPENDENCIES(OBJC)],
310
 
                  [define([AC_PROG_OBJC],
311
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
312
 
])
313
 
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
314
 
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
315
 
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
316
 
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
317
 
AC_CONFIG_COMMANDS_PRE(dnl
318
 
[m4_provide_if([_AM_COMPILER_EXEEXT],
319
 
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
320
 
])
321
 
m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
322
 
_am_arg=$1
323
 
_am_stamp_count=1
324
 
for _am_header in $config_headers :; do
325
 
  case $_am_header in
326
 
    $_am_arg | $_am_arg:* )
327
 
      break ;;
328
 
    * )
329
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
330
 
  esac
331
 
done
332
 
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
333
 
m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
334
 
if test x"${install_sh}" != xset; then
335
 
  case $am_aux_dir in
336
 
  *\ * | *\     *)
337
 
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
338
 
  *)
339
 
    install_sh="\${SHELL} $am_aux_dir/install-sh"
340
 
  esac
341
 
fi
342
 
AC_SUBST(install_sh)])
343
 
m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
344
 
mkdir .tst 2>/dev/null
345
 
if test -d .tst; then
346
 
  am__leading_dot=.
347
 
else
348
 
  am__leading_dot=_
349
 
fi
350
 
rmdir .tst 2>/dev/null
351
 
AC_SUBST([am__leading_dot])])
352
 
m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
353
 
cat > confinc << 'END'
354
 
am__doit:
355
 
        @echo this is the am__doit target
356
 
.PHONY: am__doit
357
 
END
358
 
# If we don't find an include directive, just comment out the code.
359
 
AC_MSG_CHECKING([for style of include used by $am_make])
360
 
am__include="#"
361
 
am__quote=
362
 
_am_result=none
363
 
# First try GNU make style include.
364
 
echo "include confinc" > confmf
365
 
# Ignore all kinds of additional output from `make'.
366
 
case `$am_make -s -f confmf 2> /dev/null` in #(
367
 
*the\ am__doit\ target*)
368
 
  am__include=include
369
 
  am__quote=
370
 
  _am_result=GNU
371
 
  ;;
372
 
esac
373
 
# Now try BSD make style include.
374
 
if test "$am__include" = "#"; then
375
 
   echo '.include "confinc"' > confmf
376
 
   case `$am_make -s -f confmf 2> /dev/null` in #(
377
 
   *the\ am__doit\ target*)
378
 
     am__include=.include
379
 
     am__quote="\""
380
 
     _am_result=BSD
381
 
     ;;
382
 
   esac
383
 
fi
384
 
AC_SUBST([am__include])
385
 
AC_SUBST([am__quote])
386
 
AC_MSG_RESULT([$_am_result])
387
 
rm -f confinc confmf
388
 
])
389
 
m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
390
 
$1=${$1-"${am_missing_run}$2"}
391
 
AC_SUBST($1)])
392
 
m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
393
 
AC_REQUIRE_AUX_FILE([missing])dnl
394
 
if test x"${MISSING+set}" != xset; then
395
 
  case $am_aux_dir in
396
 
  *\ * | *\     *)
397
 
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
398
 
  *)
399
 
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
400
 
  esac
401
 
fi
402
 
# Use eval to expand $SHELL
403
 
if eval "$MISSING --run true"; then
404
 
  am_missing_run="$MISSING --run "
405
 
else
406
 
  am_missing_run=
407
 
  AC_MSG_WARN([`missing' script is too old or missing])
408
 
fi
409
 
])
410
 
m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
411
 
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
412
 
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
413
 
dnl while keeping a definition of mkdir_p for backward compatibility.
414
 
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
415
 
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
416
 
dnl Makefile.ins that do not define MKDIR_P, so we do our own
417
 
dnl adjustment using top_builddir (which is defined more often than
418
 
dnl MKDIR_P).
419
 
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
420
 
case $mkdir_p in
421
 
  [[\\/$]]* | ?:[[\\/]]*) ;;
422
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
423
 
esac
424
 
])
425
 
m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
426
 
m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
427
 
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)])])
428
 
m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
429
 
m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
430
 
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
431
 
   ac_status=$?
432
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
433
 
   (exit $ac_status); }])
434
 
m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
435
 
# Just in case
436
 
sleep 1
437
 
echo timestamp > conftest.file
438
 
# Reject unsafe characters in $srcdir or the absolute working directory
439
 
# name.  Accept space and tab only in the latter.
440
 
am_lf='
441
 
'
442
 
case `pwd` in
443
 
  *[[\\\"\#\$\&\'\`$am_lf]]*)
444
 
    AC_MSG_ERROR([unsafe absolute working directory name]);;
445
 
esac
446
 
case $srcdir in
447
 
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
448
 
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
449
 
esac
450
 
 
451
 
# Do `set' in a subshell so we don't clobber the current shell's
452
 
# arguments.  Must try -L first in case configure is actually a
453
 
# symlink; some systems play weird games with the mod time of symlinks
454
 
# (eg FreeBSD returns the mod time of the symlink's containing
455
 
# directory).
456
 
if (
457
 
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
458
 
   if test "$[*]" = "X"; then
459
 
      # -L didn't work.
460
 
      set X `ls -t "$srcdir/configure" conftest.file`
461
 
   fi
462
 
   rm -f conftest.file
463
 
   if test "$[*]" != "X $srcdir/configure conftest.file" \
464
 
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
465
 
 
466
 
      # If neither matched, then we have a broken ls.  This can happen
467
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
468
 
      # broken ls alias from the environment.  This has actually
469
 
      # happened.  Such a system could not be considered "sane".
470
 
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
471
 
alias in your environment])
472
 
   fi
473
 
 
474
 
   test "$[2]" = conftest.file
475
 
   )
476
 
then
477
 
   # Ok.
478
 
   :
479
 
else
480
 
   AC_MSG_ERROR([newly created file is older than distributed files!
481
 
Check your system clock])
482
 
fi
483
 
AC_MSG_RESULT(yes)])
484
 
m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
485
 
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
486
 
  --disable-silent-rules         verbose build output (undo: `make V=0')])
487
 
case $enable_silent_rules in
488
 
yes) AM_DEFAULT_VERBOSITY=0;;
489
 
no)  AM_DEFAULT_VERBOSITY=1;;
490
 
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
491
 
esac
492
 
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
493
 
AM_BACKSLASH='\'
494
 
AC_SUBST([AM_BACKSLASH])dnl
495
 
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
496
 
])
497
 
m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
498
 
# Installed binaries are usually stripped using `strip' when the user
499
 
# run `make install-strip'.  However `strip' might not be the right
500
 
# tool to use in cross-compilation environments, therefore Automake
501
 
# will honor the `STRIP' environment variable to overrule this program.
502
 
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
503
 
if test "$cross_compiling" != no; then
504
 
  AC_CHECK_TOOL([STRIP], [strip], :)
505
 
fi
506
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
507
 
AC_SUBST([INSTALL_STRIP_PROGRAM])])
508
 
m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
509
 
m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
510
 
m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
511
 
AM_MISSING_PROG([AMTAR], [tar])
512
 
m4_if([$1], [v7],
513
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
514
 
     [m4_case([$1], [ustar],, [pax],,
515
 
              [m4_fatal([Unknown tar format])])
516
 
AC_MSG_CHECKING([how to create a $1 tar archive])
517
 
# Loop over all known methods to create a tar archive until one works.
518
 
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
519
 
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
520
 
# Do not fold the above two line into one, because Tru64 sh and
521
 
# Solaris sh will not grok spaces in the rhs of `-'.
522
 
for _am_tool in $_am_tools
523
 
do
524
 
  case $_am_tool in
525
 
  gnutar)
526
 
    for _am_tar in tar gnutar gtar;
527
 
    do
528
 
      AM_RUN_LOG([$_am_tar --version]) && break
529
 
    done
530
 
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
531
 
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
532
 
    am__untar="$_am_tar -xf -"
533
 
    ;;
534
 
  plaintar)
535
 
    # Must skip GNU tar: if it does not support --format= it doesn't create
536
 
    # ustar tarball either.
537
 
    (tar --version) >/dev/null 2>&1 && continue
538
 
    am__tar='tar chf - "$$tardir"'
539
 
    am__tar_='tar chf - "$tardir"'
540
 
    am__untar='tar xf -'
541
 
    ;;
542
 
  pax)
543
 
    am__tar='pax -L -x $1 -w "$$tardir"'
544
 
    am__tar_='pax -L -x $1 -w "$tardir"'
545
 
    am__untar='pax -r'
546
 
    ;;
547
 
  cpio)
548
 
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
549
 
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
550
 
    am__untar='cpio -i -H $1 -d'
551
 
    ;;
552
 
  none)
553
 
    am__tar=false
554
 
    am__tar_=false
555
 
    am__untar=false
556
 
    ;;
557
 
  esac
558
 
 
559
 
  # If the value was cached, stop now.  We just wanted to have am__tar
560
 
  # and am__untar set.
561
 
  test -n "${am_cv_prog_tar_$1}" && break
562
 
 
563
 
  # tar/untar a dummy directory, and stop if the command works
564
 
  rm -rf conftest.dir
565
 
  mkdir conftest.dir
566
 
  echo GrepMe > conftest.dir/file
567
 
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
568
 
  rm -rf conftest.dir
569
 
  if test -s conftest.tar; then
570
 
    AM_RUN_LOG([$am__untar <conftest.tar])
571
 
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
572
 
  fi
573
 
done
574
 
rm -rf conftest.dir
575
 
 
576
 
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
577
 
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
578
 
AC_SUBST([am__tar])
579
 
AC_SUBST([am__untar])
580
 
])
581
 
m4trace:acinclude.m4:29: -1- AC_DEFUN([AC_PATH_GENERIC], [dnl
582
 
dnl we're going to need uppercase, lowercase and user-friendly versions of the
583
 
dnl string `LIBRARY'
584
 
pushdef([UP], translit([$1], [a-z], [A-Z]))dnl
585
 
pushdef([DOWN], translit([$1], [A-Z], [a-z]))dnl
586
 
 
587
 
dnl
588
 
dnl Get the cflags and libraries from the LIBRARY-config script
589
 
dnl
590
 
AC_ARG_WITH(DOWN-prefix,[  --with-]DOWN[-prefix=PFX       Prefix where $1 is installed (optional)],
591
 
        DOWN[]_config_prefix="$withval", DOWN[]_config_prefix="")
592
 
AC_ARG_WITH(DOWN-exec-prefix,[  --with-]DOWN[-exec-prefix=PFX Exec prefix where $1 is installed (optional)],
593
 
        DOWN[]_config_exec_prefix="$withval", DOWN[]_config_exec_prefix="")
594
 
 
595
 
  if test x$DOWN[]_config_exec_prefix != x ; then
596
 
     DOWN[]_config_args="$DOWN[]_config_args --exec-prefix=$DOWN[]_config_exec_prefix"
597
 
     if test x${UP[]_CONFIG+set} != xset ; then
598
 
       UP[]_CONFIG=$DOWN[]_config_exec_prefix/bin/DOWN-config
599
 
     fi
600
 
  fi
601
 
  if test x$DOWN[]_config_prefix != x ; then
602
 
     DOWN[]_config_args="$DOWN[]_config_args --prefix=$DOWN[]_config_prefix"
603
 
     if test x${UP[]_CONFIG+set} != xset ; then
604
 
       UP[]_CONFIG=$DOWN[]_config_prefix/bin/DOWN-config
605
 
     fi
606
 
  fi
607
 
 
608
 
  AC_PATH_PROG(UP[]_CONFIG, DOWN-config, no)
609
 
  ifelse([$2], ,
610
 
     AC_MSG_CHECKING(for $1),
611
 
     AC_MSG_CHECKING(for $1 - version >= $2)
612
 
  )
613
 
  no_[]DOWN=""
614
 
  if test "$UP[]_CONFIG" = "no" ; then
615
 
     no_[]DOWN=yes
616
 
  else
617
 
     UP[]_CFLAGS="`$UP[]_CONFIG $DOWN[]_config_args --cflags`"
618
 
     UP[]_LIBS="`$UP[]_CONFIG $DOWN[]_config_args --libs`"
619
 
     ifelse([$2], , ,[
620
 
        DOWN[]_config_major_version=`$UP[]_CONFIG $DOWN[]_config_args \
621
 
         --version | sed 's/[[^0-9]]*\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
622
 
        DOWN[]_config_minor_version=`$UP[]_CONFIG $DOWN[]_config_args \
623
 
         --version | sed 's/[[^0-9]]*\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
624
 
        DOWN[]_config_micro_version=`$UP[]_CONFIG $DOWN[]_config_args \
625
 
         --version | sed 's/[[^0-9]]*\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
626
 
        DOWN[]_wanted_major_version="regexp($2, [\<\([0-9]*\)], [\1])"
627
 
        DOWN[]_wanted_minor_version="regexp($2, [\<\([0-9]*\)\.\([0-9]*\)], [\2])"
628
 
        DOWN[]_wanted_micro_version="regexp($2, [\<\([0-9]*\).\([0-9]*\).\([0-9]*\)], [\3])"
629
 
 
630
 
        # Compare wanted version to what config script returned.
631
 
        # If I knew what library was being run, i'd probably also compile
632
 
        # a test program at this point (which also extracted and tested
633
 
        # the version in some library-specific way)
634
 
        if test "$DOWN[]_config_major_version" -lt \
635
 
                        "$DOWN[]_wanted_major_version" \
636
 
          -o \( "$DOWN[]_config_major_version" -eq \
637
 
                        "$DOWN[]_wanted_major_version" \
638
 
            -a "$DOWN[]_config_minor_version" -lt \
639
 
                        "$DOWN[]_wanted_minor_version" \) \
640
 
          -o \( "$DOWN[]_config_major_version" -eq \
641
 
                        "$DOWN[]_wanted_major_version" \
642
 
            -a "$DOWN[]_config_minor_version" -eq \
643
 
                        "$DOWN[]_wanted_minor_version" \
644
 
            -a "$DOWN[]_config_micro_version" -lt \
645
 
                        "$DOWN[]_wanted_micro_version" \) ; then
646
 
          # older version found
647
 
          no_[]DOWN=yes
648
 
          echo -n "*** An old version of $1 "
649
 
          echo -n "($DOWN[]_config_major_version"
650
 
          echo -n ".$DOWN[]_config_minor_version"
651
 
          echo    ".$DOWN[]_config_micro_version) was found."
652
 
          echo -n "*** You need a version of $1 newer than "
653
 
          echo -n "$DOWN[]_wanted_major_version"
654
 
          echo -n ".$DOWN[]_wanted_minor_version"
655
 
          echo    ".$DOWN[]_wanted_micro_version."
656
 
          echo "***"
657
 
          echo "*** If you have already installed a sufficiently new version, this error"
658
 
          echo "*** probably means that the wrong copy of the DOWN-config shell script is"
659
 
          echo "*** being found. The easiest way to fix this is to remove the old version"
660
 
          echo "*** of $1, but you can also set the UP[]_CONFIG environment to point to the"
661
 
          echo "*** correct copy of DOWN-config. (In this case, you will have to"
662
 
          echo "*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf"
663
 
          echo "*** so that the correct libraries are found at run-time)"
664
 
        fi
665
 
     ])
666
 
  fi
667
 
  if test "x$no_[]DOWN" = x ; then
668
 
     AC_MSG_RESULT(yes)
669
 
     ifelse([$3], , :, [$3])
670
 
  else
671
 
     AC_MSG_RESULT(no)
672
 
     if test "$UP[]_CONFIG" = "no" ; then
673
 
       echo "*** The DOWN-config script installed by $1 could not be found"
674
 
       echo "*** If $1 was installed in PREFIX, make sure PREFIX/bin is in"
675
 
       echo "*** your path, or set the UP[]_CONFIG environment variable to the"
676
 
       echo "*** full path to DOWN-config."
677
 
     fi
678
 
     UP[]_CFLAGS=""
679
 
     UP[]_LIBS=""
680
 
     ifelse([$4], , :, [$4])
681
 
  fi
682
 
  AC_SUBST(UP[]_CFLAGS)
683
 
  AC_SUBST(UP[]_LIBS)
684
 
 
685
 
  popdef([UP])
686
 
  popdef([DOWN])
687
 
])
688
 
m4trace:acinclude.m4:159: -1- AC_DEFUN([AM_PATH_XFT1], [
689
 
        AC_CHECK_LIB(Xft, XftFontOpen,
690
 
                XFT_LIBS="-lXft"
691
 
                [$1],
692
 
                [$2]
693
 
        )
694
 
])
695
 
m4trace:acinclude.m4:169: -1- AC_DEFUN([AM_PATH_XFT2], [
696
 
        if test x$pkg_exec_prefix != x ; then
697
 
           xft_args="$xft_args --exec-prefix=$pkg_exec_prefix"
698
 
           if test x${PKG_CONFIG+set} != xset ; then
699
 
               PKG_CONFIG=$pkg_exec_prefix/bin/pkg-config
700
 
    fi
701
 
fi
702
 
 
703
 
if test x$xft_prefix != x ; then
704
 
   xft_args="$xft_args --prefix=$xft_prefix"
705
 
   if test x${PKG_CONFIG+set} != xset ; then
706
 
      PKG_CONFIG=$xft_prefix/bin/pkg-config       
707
 
   fi
708
 
fi
709
 
 
710
 
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
711
 
if test "x$PKG_CONFIG" = "xno" ; then
712
 
        ifelse([$2], , :, [$2])
713
 
else 
714
 
        XFT_CFLAGS=`$PKG_CONFIG $xftconf_args --cflags xft`
715
 
        XFT_LIBS=`$PKG_CONFIG $xftconf_args --libs xft`
716
 
        ifelse([$1], , :, [$1])
717
 
fi
718
 
 
719
 
])
720
 
m4trace:acinclude.m4:198: -1- AC_DEFUN([AM_PATH_XFT], [
721
 
 AC_ARG_WITH(xft-prefix,[  --with-xft-prefix=path  Prefix where Xft is installed (optional)],
722
 
            xft_prefix="$withval", xft_prefix="")
723
 
 AC_ARG_WITH(pkg-exec-prefix,[  --with-pkg-exec-prefix=path Exec prefix where pkg-config is installed (optional)],
724
 
            pkg_exec_prefix="$withval", pkg_exec_prefix="")
725
 
 AC_ARG_ENABLE(xft, [  --enable-xft            Xft (antialias) support (default=$1)],
726
 
        if test "x$enableval" = "xyes"; then
727
 
                TRY_XFT=yes
728
 
        else
729
 
                TRY_XFT=no
730
 
        fi
731
 
        ,
732
 
        TRY_XFT=$1
733
 
 )
734
 
 
735
 
if test "x$TRY_XFT" = "xyes"; then
736
 
        AC_MSG_RESULT(yes)
737
 
        AM_PATH_XFT2(
738
 
                [$2],
739
 
                # xft2 failed: try xft1
740
 
                AM_PATH_XFT1(
741
 
                [$2],
742
 
                [$3]
743
 
                AC_MSG_RESULT([Cant find Xft libraries! Disabling Xft]))
744
 
        )
745
 
else
746
 
        AC_MSG_RESULT(no)
747
 
        [$3]
748
 
fi
749
 
 
750
 
CFLAGS="$CFLAGS $XFT_CFLAGS"
751
 
CXXFLAGS="$CXXFLAGS $XFT_CFLAGS"
752
 
LIBS="$LIBS $XFT_LIBS"
753
 
 
754
 
])
755
 
m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
756
 
m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
757
 
m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
758
 
m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$])
759
 
m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_])
760
 
m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$])
761
 
m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_])
762
 
m4trace:configure.in:2: -1- m4_pattern_allow([^SHELL$])
763
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
764
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
765
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
766
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
767
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
768
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
769
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_URL$])
770
 
m4trace:configure.in:2: -1- m4_pattern_allow([^exec_prefix$])
771
 
m4trace:configure.in:2: -1- m4_pattern_allow([^prefix$])
772
 
m4trace:configure.in:2: -1- m4_pattern_allow([^program_transform_name$])
773
 
m4trace:configure.in:2: -1- m4_pattern_allow([^bindir$])
774
 
m4trace:configure.in:2: -1- m4_pattern_allow([^sbindir$])
775
 
m4trace:configure.in:2: -1- m4_pattern_allow([^libexecdir$])
776
 
m4trace:configure.in:2: -1- m4_pattern_allow([^datarootdir$])
777
 
m4trace:configure.in:2: -1- m4_pattern_allow([^datadir$])
778
 
m4trace:configure.in:2: -1- m4_pattern_allow([^sysconfdir$])
779
 
m4trace:configure.in:2: -1- m4_pattern_allow([^sharedstatedir$])
780
 
m4trace:configure.in:2: -1- m4_pattern_allow([^localstatedir$])
781
 
m4trace:configure.in:2: -1- m4_pattern_allow([^includedir$])
782
 
m4trace:configure.in:2: -1- m4_pattern_allow([^oldincludedir$])
783
 
m4trace:configure.in:2: -1- m4_pattern_allow([^docdir$])
784
 
m4trace:configure.in:2: -1- m4_pattern_allow([^infodir$])
785
 
m4trace:configure.in:2: -1- m4_pattern_allow([^htmldir$])
786
 
m4trace:configure.in:2: -1- m4_pattern_allow([^dvidir$])
787
 
m4trace:configure.in:2: -1- m4_pattern_allow([^pdfdir$])
788
 
m4trace:configure.in:2: -1- m4_pattern_allow([^psdir$])
789
 
m4trace:configure.in:2: -1- m4_pattern_allow([^libdir$])
790
 
m4trace:configure.in:2: -1- m4_pattern_allow([^localedir$])
791
 
m4trace:configure.in:2: -1- m4_pattern_allow([^mandir$])
792
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
793
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
794
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
795
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
796
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
797
 
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_URL$])
798
 
m4trace:configure.in:2: -1- m4_pattern_allow([^DEFS$])
799
 
m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_C$])
800
 
m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_N$])
801
 
m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_T$])
802
 
m4trace:configure.in:2: -1- m4_pattern_allow([^LIBS$])
803
 
m4trace:configure.in:2: -1- m4_pattern_allow([^build_alias$])
804
 
m4trace:configure.in:2: -1- m4_pattern_allow([^host_alias$])
805
 
m4trace:configure.in:2: -1- m4_pattern_allow([^target_alias$])
806
 
m4trace:configure.in:4: -1- AM_INIT_AUTOMAKE([fluxbox], [git], [no-define])
807
 
m4trace:configure.in:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
808
 
m4trace:configure.in:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
809
 
m4trace:configure.in:4: -1- AM_AUTOMAKE_VERSION([1.11.1])
810
 
m4trace:configure.in:4: -1- _AM_AUTOCONF_VERSION([2.65])
811
 
m4trace:configure.in:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
812
 
m4trace:configure.in:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
813
 
m4trace:configure.in:4: -1- m4_pattern_allow([^INSTALL_DATA$])
814
 
m4trace:configure.in:4: -1- m4_pattern_allow([^am__isrc$])
815
 
m4trace:configure.in:4: -1- _AM_SUBST_NOTMAKE([am__isrc])
816
 
m4trace:configure.in:4: -1- m4_pattern_allow([^CYGPATH_W$])
817
 
m4trace:configure.in:4: -1- _AM_SET_OPTION([no-define])
818
 
m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-define])
819
 
m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE$])
820
 
m4trace:configure.in:4: -1- m4_pattern_allow([^VERSION$])
821
 
m4trace:configure.in:4: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
822
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
823
 
m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-define])
824
 
m4trace:configure.in:4: -1- AM_SANITY_CHECK
825
 
m4trace:configure.in:4: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
826
 
m4trace:configure.in:4: -1- AM_MISSING_HAS_RUN
827
 
m4trace:configure.in:4: -1- AM_AUX_DIR_EXPAND
828
 
m4trace:configure.in:4: -1- m4_pattern_allow([^ACLOCAL$])
829
 
m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
830
 
m4trace:configure.in:4: -1- m4_pattern_allow([^AUTOCONF$])
831
 
m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
832
 
m4trace:configure.in:4: -1- m4_pattern_allow([^AUTOMAKE$])
833
 
m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
834
 
m4trace:configure.in:4: -1- m4_pattern_allow([^AUTOHEADER$])
835
 
m4trace:configure.in:4: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
836
 
m4trace:configure.in:4: -1- m4_pattern_allow([^MAKEINFO$])
837
 
m4trace:configure.in:4: -1- AM_PROG_INSTALL_SH
838
 
m4trace:configure.in:4: -1- m4_pattern_allow([^install_sh$])
839
 
m4trace:configure.in:4: -1- AM_PROG_INSTALL_STRIP
840
 
m4trace:configure.in:4: -1- m4_pattern_allow([^STRIP$])
841
 
m4trace:configure.in:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
842
 
m4trace:configure.in:4: -1- AM_PROG_MKDIR_P
843
 
m4trace:configure.in:4: -1- m4_pattern_allow([^MKDIR_P$])
844
 
m4trace:configure.in:4: -1- m4_pattern_allow([^mkdir_p$])
845
 
m4trace:configure.in:4: -1- m4_pattern_allow([^AWK$])
846
 
m4trace:configure.in:4: -1- m4_pattern_allow([^SET_MAKE$])
847
 
m4trace:configure.in:4: -1- AM_SET_LEADING_DOT
848
 
m4trace:configure.in:4: -1- m4_pattern_allow([^am__leading_dot$])
849
 
m4trace:configure.in:4: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
850
 
                             [_AM_PROG_TAR([v7])])])
851
 
m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([tar-ustar])
852
 
m4trace:configure.in:4: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
853
 
m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([tar-pax])
854
 
m4trace:configure.in:4: -1- _AM_PROG_TAR([v7])
855
 
m4trace:configure.in:4: -1- AM_MISSING_PROG([AMTAR], [tar])
856
 
m4trace:configure.in:4: -1- m4_pattern_allow([^AMTAR$])
857
 
m4trace:configure.in:4: -1- m4_pattern_allow([^am__tar$])
858
 
m4trace:configure.in:4: -1- m4_pattern_allow([^am__untar$])
859
 
m4trace:configure.in:4: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
860
 
                  [_AM_DEPENDENCIES(CC)],
861
 
                  [define([AC_PROG_CC],
862
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
863
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
864
 
                  [_AM_DEPENDENCIES(CXX)],
865
 
                  [define([AC_PROG_CXX],
866
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
867
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
868
 
                  [_AM_DEPENDENCIES(OBJC)],
869
 
                  [define([AC_PROG_OBJC],
870
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
871
 
])
872
 
m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-dependencies])
873
 
m4trace:configure.in:4: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
874
 
m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([silent-rules])
875
 
m4trace:configure.in:13: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
876
 
You should run autoupdate.], [../../lib/autoconf/c.m4:252: AC_LANG_CPLUSPLUS is expanded from...
877
 
configure.in:13: the top level])
878
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CC$])
879
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CFLAGS$])
880
 
m4trace:configure.in:16: -1- m4_pattern_allow([^LDFLAGS$])
881
 
m4trace:configure.in:16: -1- m4_pattern_allow([^LIBS$])
882
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CPPFLAGS$])
883
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CC$])
884
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CC$])
885
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CC$])
886
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CC$])
887
 
m4trace:configure.in:16: -1- m4_pattern_allow([^ac_ct_CC$])
888
 
m4trace:configure.in:16: -1- m4_pattern_allow([^EXEEXT$])
889
 
m4trace:configure.in:16: -1- m4_pattern_allow([^OBJEXT$])
890
 
m4trace:configure.in:16: -1- _AM_DEPENDENCIES([CC])
891
 
m4trace:configure.in:16: -1- AM_SET_DEPDIR
892
 
m4trace:configure.in:16: -1- m4_pattern_allow([^DEPDIR$])
893
 
m4trace:configure.in:16: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
894
 
m4trace:configure.in:16: -1- AM_MAKE_INCLUDE
895
 
m4trace:configure.in:16: -1- m4_pattern_allow([^am__include$])
896
 
m4trace:configure.in:16: -1- m4_pattern_allow([^am__quote$])
897
 
m4trace:configure.in:16: -1- AM_DEP_TRACK
898
 
m4trace:configure.in:16: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
899
 
m4trace:configure.in:16: -1- m4_pattern_allow([^AMDEP_TRUE$])
900
 
m4trace:configure.in:16: -1- m4_pattern_allow([^AMDEP_FALSE$])
901
 
m4trace:configure.in:16: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
902
 
m4trace:configure.in:16: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
903
 
m4trace:configure.in:16: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
904
 
m4trace:configure.in:16: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
905
 
m4trace:configure.in:16: -1- m4_pattern_allow([^CCDEPMODE$])
906
 
m4trace:configure.in:16: -1- AM_CONDITIONAL([am__fastdepCC], [
907
 
  test "x$enable_dependency_tracking" != xno \
908
 
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
909
 
m4trace:configure.in:16: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
910
 
m4trace:configure.in:16: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
911
 
m4trace:configure.in:16: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
912
 
m4trace:configure.in:16: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
913
 
m4trace:configure.in:17: -1- m4_pattern_allow([^CXX$])
914
 
m4trace:configure.in:17: -1- m4_pattern_allow([^CXXFLAGS$])
915
 
m4trace:configure.in:17: -1- m4_pattern_allow([^LDFLAGS$])
916
 
m4trace:configure.in:17: -1- m4_pattern_allow([^LIBS$])
917
 
m4trace:configure.in:17: -1- m4_pattern_allow([^CPPFLAGS$])
918
 
m4trace:configure.in:17: -1- m4_pattern_allow([^CXX$])
919
 
m4trace:configure.in:17: -1- m4_pattern_allow([^ac_ct_CXX$])
920
 
m4trace:configure.in:17: -1- _AM_DEPENDENCIES([CXX])
921
 
m4trace:configure.in:17: -1- m4_pattern_allow([^CXXDEPMODE$])
922
 
m4trace:configure.in:17: -1- AM_CONDITIONAL([am__fastdepCXX], [
923
 
  test "x$enable_dependency_tracking" != xno \
924
 
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
925
 
m4trace:configure.in:17: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
926
 
m4trace:configure.in:17: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
927
 
m4trace:configure.in:17: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
928
 
m4trace:configure.in:17: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
929
 
m4trace:configure.in:19: -1- m4_pattern_allow([^RANLIB$])
930
 
m4trace:configure.in:21: -1- m4_pattern_allow([^const$])
931
 
m4trace:configure.in:24: -1- m4_pattern_allow([^CXXCPP$])
932
 
m4trace:configure.in:24: -1- m4_pattern_allow([^CPPFLAGS$])
933
 
m4trace:configure.in:24: -1- m4_pattern_allow([^CXXCPP$])
934
 
m4trace:configure.in:24: -1- m4_pattern_allow([^GREP$])
935
 
m4trace:configure.in:24: -1- m4_pattern_allow([^EGREP$])
936
 
m4trace:configure.in:24: -1- m4_pattern_allow([^STDC_HEADERS$])
937
 
m4trace:configure.in:24: -1- m4_pattern_allow([^pid_t$])
938
 
m4trace:configure.in:25: -1- m4_pattern_allow([^size_t$])
939
 
m4trace:configure.in:28: -1- m4_pattern_allow([^regex_cmd$])
940
 
m4trace:configure.in:34: -1- m4_pattern_allow([^STDC_HEADERS$])
941
 
m4trace:configure.in:35: -1- m4_pattern_allow([^HAVE__BOOL$])
942
 
m4trace:configure.in:35: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
943
 
m4trace:configure.in:45: -1- m4_pattern_allow([^HAVE_SSTREAM$])
944
 
m4trace:configure.in:45: -1- m4_pattern_allow([^HAVE_STRSTREAM$])
945
 
m4trace:configure.in:55: -1- m4_pattern_allow([^CLOSEDIR_VOID$])
946
 
m4trace:configure.in:56: -1- m4_pattern_allow([^LIB@&t@OBJS$])
947
 
m4trace:configure.in:57: -1- m4_pattern_allow([^HAVE_VFORK_H$])
948
 
m4trace:configure.in:57: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$])
949
 
m4trace:configure.in:57: -1- m4_pattern_allow([^vfork$])
950
 
m4trace:configure.in:57: -1- m4_pattern_allow([^HAVE_WORKING_FORK$])
951
 
m4trace:configure.in:58: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
952
 
m4trace:configure.in:58: -1- m4_pattern_allow([^HAVE_MALLOC$])
953
 
m4trace:configure.in:58: -1- m4_pattern_allow([^HAVE_MALLOC$])
954
 
m4trace:configure.in:58: -1- m4_pattern_allow([^LIB@&t@OBJS$])
955
 
m4trace:configure.in:58: -1- m4_pattern_allow([^malloc$])
956
 
m4trace:configure.in:59: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
957
 
m4trace:configure.in:59: -1- m4_pattern_allow([^HAVE_REALLOC$])
958
 
m4trace:configure.in:59: -1- m4_pattern_allow([^HAVE_REALLOC$])
959
 
m4trace:configure.in:59: -1- m4_pattern_allow([^LIB@&t@OBJS$])
960
 
m4trace:configure.in:59: -1- m4_pattern_allow([^realloc$])
961
 
m4trace:configure.in:60: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$])
962
 
m4trace:configure.in:60: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$])
963
 
m4trace:configure.in:60: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$])
964
 
m4trace:configure.in:61: -1- m4_pattern_allow([^LSTAT_FOLLOWS_SLASHED_SYMLINK$])
965
 
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB@&t@OBJS$])
966
 
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB@&t@OBJS$])
967
 
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STAT_EMPTY_STRING_BUG$])
968
 
m4trace:configure.in:63: -1- m4_pattern_allow([^HAVE_BASENAME$])
969
 
m4trace:configure.in:77: -1- m4_pattern_allow([^HAVE_STRFTIME$])
970
 
m4trace:configure.in:92: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
971
 
m4trace:configure.in:129: -1- m4_pattern_allow([^HAVE_ICONV$])
972
 
m4trace:configure.in:161: -1- m4_pattern_allow([^HAVE_CONST_ICONV$])
973
 
m4trace:configure.in:172: -1- m4_pattern_allow([^XMKMF$])
974
 
m4trace:configure.in:173: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
975
 
m4trace:configure.in:173: -1- m4_pattern_allow([^X_CFLAGS$])
976
 
m4trace:configure.in:173: -1- m4_pattern_allow([^X_PRE_LIBS$])
977
 
m4trace:configure.in:173: -1- m4_pattern_allow([^X_LIBS$])
978
 
m4trace:configure.in:173: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
979
 
m4trace:configure.in:195: -1- m4_pattern_allow([^gencat_cmd$])
980
 
m4trace:configure.in:209: -2- m4_pattern_allow([^SLIT$])
981
 
m4trace:configure.in:214: -2- m4_pattern_allow([^SLIT$])
982
 
m4trace:configure.in:223: -2- m4_pattern_allow([^REMEMBER$])
983
 
m4trace:configure.in:230: -2- m4_pattern_allow([^REMEMBER$])
984
 
m4trace:configure.in:233: -1- AM_CONDITIONAL([REMEMBER_SRC], [test x$REMEMBER_SRC = xtrue])
985
 
m4trace:configure.in:233: -1- m4_pattern_allow([^REMEMBER_SRC_TRUE$])
986
 
m4trace:configure.in:233: -1- m4_pattern_allow([^REMEMBER_SRC_FALSE$])
987
 
m4trace:configure.in:233: -1- _AM_SUBST_NOTMAKE([REMEMBER_SRC_TRUE])
988
 
m4trace:configure.in:233: -1- _AM_SUBST_NOTMAKE([REMEMBER_SRC_FALSE])
989
 
m4trace:configure.in:241: -2- m4_pattern_allow([^USE_TOOLBAR$])
990
 
m4trace:configure.in:248: -2- m4_pattern_allow([^USE_TOOLBAR$])
991
 
m4trace:configure.in:251: -1- AM_CONDITIONAL([TOOLBAR_SRC], [test x$TOOLBAR_SRC = xtrue])
992
 
m4trace:configure.in:251: -1- m4_pattern_allow([^TOOLBAR_SRC_TRUE$])
993
 
m4trace:configure.in:251: -1- m4_pattern_allow([^TOOLBAR_SRC_FALSE$])
994
 
m4trace:configure.in:251: -1- _AM_SUBST_NOTMAKE([TOOLBAR_SRC_TRUE])
995
 
m4trace:configure.in:251: -1- _AM_SUBST_NOTMAKE([TOOLBAR_SRC_FALSE])
996
 
m4trace:configure.in:259: -3- m4_pattern_allow([^USE_REGEXP$])
997
 
m4trace:configure.in:270: -3- m4_pattern_allow([^USE_REGEXP$])
998
 
m4trace:configure.in:277: -1- AM_CONDITIONAL([REGEXP_SRC], [test x$REGEXP_SRC = xtrue])
999
 
m4trace:configure.in:277: -1- m4_pattern_allow([^REGEXP_SRC_TRUE$])
1000
 
m4trace:configure.in:277: -1- m4_pattern_allow([^REGEXP_SRC_FALSE$])
1001
 
m4trace:configure.in:277: -1- _AM_SUBST_NOTMAKE([REGEXP_SRC_TRUE])
1002
 
m4trace:configure.in:277: -1- _AM_SUBST_NOTMAKE([REGEXP_SRC_FALSE])
1003
 
m4trace:configure.in:286: -2- m4_pattern_allow([^USE_NEWWMSPEC$])
1004
 
m4trace:configure.in:292: -2- m4_pattern_allow([^USE_NEWWMSPEC$])
1005
 
m4trace:configure.in:295: -1- AM_CONDITIONAL([NEWWMSPEC], [test x$NEWWMSPEC = xtrue])
1006
 
m4trace:configure.in:295: -1- m4_pattern_allow([^NEWWMSPEC_TRUE$])
1007
 
m4trace:configure.in:295: -1- m4_pattern_allow([^NEWWMSPEC_FALSE$])
1008
 
m4trace:configure.in:295: -1- _AM_SUBST_NOTMAKE([NEWWMSPEC_TRUE])
1009
 
m4trace:configure.in:295: -1- _AM_SUBST_NOTMAKE([NEWWMSPEC_FALSE])
1010
 
m4trace:configure.in:310: -1- m4_pattern_allow([^DEBUG$])
1011
 
m4trace:configure.in:319: -2- m4_pattern_allow([^NLS$])
1012
 
m4trace:configure.in:326: -1- m4_pattern_allow([^NLS$])
1013
 
m4trace:configure.in:340: -2- m4_pattern_allow([^TIMEDCACHE$])
1014
 
m4trace:configure.in:345: -2- m4_pattern_allow([^TIMEDCACHE$])
1015
 
m4trace:configure.in:356: -2- m4_pattern_allow([^USE_GNOME$])
1016
 
m4trace:configure.in:363: -2- m4_pattern_allow([^USE_GNOME$])
1017
 
m4trace:configure.in:366: -1- AM_CONDITIONAL([GNOME], [test x$GNOME = xtrue])
1018
 
m4trace:configure.in:366: -1- m4_pattern_allow([^GNOME_TRUE$])
1019
 
m4trace:configure.in:366: -1- m4_pattern_allow([^GNOME_FALSE$])
1020
 
m4trace:configure.in:366: -1- _AM_SUBST_NOTMAKE([GNOME_TRUE])
1021
 
m4trace:configure.in:366: -1- _AM_SUBST_NOTMAKE([GNOME_FALSE])
1022
 
m4trace:configure.in:369: -1- AM_PATH_XFT([yes], [XFT=true], [XFT=false
1023
 
])
1024
 
m4trace:configure.in:369: -2- AM_PATH_XFT1([XFT=true], [XFT=false
1025
 
 
1026
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: Cant find Xft libraries! Disabling Xft" >&5
1027
 
$as_echo "Cant find Xft libraries! Disabling Xft" >&6; }])
1028
 
m4trace:configure.in:369: -1- AM_PATH_XFT2([XFT=true], [# xft2 failed: try xft1
1029
 
                
1030
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
1031
 
$as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
1032
 
if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
1033
 
  $as_echo_n "(cached) " >&6
1034
 
else
1035
 
  ac_check_lib_save_LIBS=$LIBS
1036
 
LIBS="-lXft  $LIBS"
1037
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1038
 
/* end confdefs.h.  */
1039
 
 
1040
 
/* Override any GCC internal prototype to avoid an error.
1041
 
   Use char because int might match the return type of a GCC
1042
 
   builtin and then its argument prototype would still apply.  */
1043
 
#ifdef __cplusplus
1044
 
extern "C"
1045
 
#endif
1046
 
char XftFontOpen ();
1047
 
int
1048
 
main ()
1049
 
{
1050
 
return XftFontOpen ();
1051
 
  ;
1052
 
  return 0;
1053
 
}
1054
 
_ACEOF
1055
 
if ac_fn_cxx_try_link "$LINENO"; then :
1056
 
  ac_cv_lib_Xft_XftFontOpen=yes
1057
 
else
1058
 
  ac_cv_lib_Xft_XftFontOpen=no
1059
 
fi
1060
 
rm -f core conftest.err conftest.$ac_objext \
1061
 
    conftest$ac_exeext conftest.$ac_ext
1062
 
LIBS=$ac_check_lib_save_LIBS
1063
 
fi
1064
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
1065
 
$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
1066
 
if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
1067
 
  XFT_LIBS="-lXft"
1068
 
                XFT=true
1069
 
else
1070
 
  XFT=false
1071
 
 
1072
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: Cant find Xft libraries! Disabling Xft" >&5
1073
 
$as_echo "Cant find Xft libraries! Disabling Xft" >&6; }
1074
 
        
1075
 
fi
1076
 
 
1077
 
 
1078
 
        ])
1079
 
m4trace:configure.in:369: -1- m4_pattern_allow([^PKG_CONFIG$])
1080
 
m4trace:configure.in:375: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1081
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
1082
 
configure.in:375: the top level])
1083
 
m4trace:configure.in:375: -1- m4_pattern_allow([^USE_XFT$])
1084
 
m4trace:configure.in:375: -2- m4_pattern_allow([^HAVE_XFT_UTF8_STRING$])
1085
 
m4trace:configure.in:375: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1086
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
1087
 
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from...
1088
 
../../lib/autoconf/general.m4:2628: _AC_LINK_IFELSE is expanded from...
1089
 
../../lib/autoconf/general.m4:2645: AC_LINK_IFELSE is expanded from...
1090
 
../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
1091
 
configure.in:375: the top level])
1092
 
m4trace:configure.in:395: -1- AM_CONDITIONAL([XFT], [test x$XFT = xtrue])
1093
 
m4trace:configure.in:395: -1- m4_pattern_allow([^XFT_TRUE$])
1094
 
m4trace:configure.in:395: -1- m4_pattern_allow([^XFT_FALSE$])
1095
 
m4trace:configure.in:395: -1- _AM_SUBST_NOTMAKE([XFT_TRUE])
1096
 
m4trace:configure.in:395: -1- _AM_SUBST_NOTMAKE([XFT_FALSE])
1097
 
m4trace:configure.in:404: -3- m4_pattern_allow([^HAVE_XRENDER$])
1098
 
m4trace:configure.in:411: -3- m4_pattern_allow([^HAVE_XRENDER$])
1099
 
m4trace:configure.in:423: -3- m4_pattern_allow([^HAVE_XPM$])
1100
 
m4trace:configure.in:431: -3- m4_pattern_allow([^HAVE_XPM$])
1101
 
m4trace:configure.in:436: -1- AM_CONDITIONAL([XPM], [test x$XPM = xtrue])
1102
 
m4trace:configure.in:436: -1- m4_pattern_allow([^XPM_TRUE$])
1103
 
m4trace:configure.in:436: -1- m4_pattern_allow([^XPM_FALSE$])
1104
 
m4trace:configure.in:436: -1- _AM_SUBST_NOTMAKE([XPM_TRUE])
1105
 
m4trace:configure.in:436: -1- _AM_SUBST_NOTMAKE([XPM_FALSE])
1106
 
m4trace:configure.in:442: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1107
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1108
 
configure.in:442: the top level])
1109
 
m4trace:configure.in:447: -1- AC_PATH_GENERIC([imlib2], [1.0.0], [
1110
 
         IMLIB2=true
1111
 
         AC_DEFINE(HAVE_IMLIB2, [], [Imlib2 support])
1112
 
         IMLIB2_LIBS=`imlib2-config --libs`
1113
 
         IMLIB2_CFLAGS=`imlib2-config --cflags`
1114
 
         LIBS="$LIBS $IMLIB2_LIBS"
1115
 
         CXXFLAGS="$CXXFLAGS $IMLIB2_CFLAGS"
1116
 
       ], [ AC_MSG_RESULT(no)
1117
 
    ])
1118
 
m4trace:configure.in:447: -1- m4_pattern_allow([^IMLIB2_CONFIG$])
1119
 
m4trace:configure.in:447: -1- m4_pattern_allow([^HAVE_IMLIB2$])
1120
 
m4trace:configure.in:447: -1- m4_pattern_allow([^IMLIB2_CFLAGS$])
1121
 
m4trace:configure.in:447: -1- m4_pattern_allow([^IMLIB2_LIBS$])
1122
 
m4trace:configure.in:461: -1- AM_CONDITIONAL([IMLIB2], [test x$IMLIB2 = xtrue])
1123
 
m4trace:configure.in:461: -1- m4_pattern_allow([^IMLIB2_TRUE$])
1124
 
m4trace:configure.in:461: -1- m4_pattern_allow([^IMLIB2_FALSE$])
1125
 
m4trace:configure.in:461: -1- _AM_SUBST_NOTMAKE([IMLIB2_TRUE])
1126
 
m4trace:configure.in:461: -1- _AM_SUBST_NOTMAKE([IMLIB2_FALSE])
1127
 
m4trace:configure.in:471: -2- m4_pattern_allow([^USE_XMB$])
1128
 
m4trace:configure.in:478: -2- m4_pattern_allow([^USE_XMB$])
1129
 
m4trace:configure.in:481: -1- AM_CONDITIONAL([MULTIBYTE], [test x$MULTIBYTE = xtrue])
1130
 
m4trace:configure.in:481: -1- m4_pattern_allow([^MULTIBYTE_TRUE$])
1131
 
m4trace:configure.in:481: -1- m4_pattern_allow([^MULTIBYTE_FALSE$])
1132
 
m4trace:configure.in:481: -1- _AM_SUBST_NOTMAKE([MULTIBYTE_TRUE])
1133
 
m4trace:configure.in:481: -1- _AM_SUBST_NOTMAKE([MULTIBYTE_FALSE])
1134
 
m4trace:configure.in:488: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1135
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1136
 
configure.in:488: the top level])
1137
 
m4trace:configure.in:501: -3- m4_pattern_allow([^XINERAMA$])
1138
 
m4trace:configure.in:495: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1139
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from...
1140
 
configure.in:495: the top level])
1141
 
m4trace:configure.in:513: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1142
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1143
 
configure.in:513: the top level])
1144
 
m4trace:configure.in:526: -3- m4_pattern_allow([^SHAPE$])
1145
 
m4trace:configure.in:520: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1146
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from...
1147
 
configure.in:520: the top level])
1148
 
m4trace:configure.in:541: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1149
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1150
 
configure.in:541: the top level])
1151
 
m4trace:configure.in:554: -3- m4_pattern_allow([^HAVE_RANDR$])
1152
 
m4trace:configure.in:548: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1153
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from...
1154
 
configure.in:548: the top level])
1155
 
m4trace:configure.in:565: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1156
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1157
 
configure.in:565: the top level])
1158
 
m4trace:configure.in:578: -3- m4_pattern_allow([^HAVE_RANDR1_2$])
1159
 
m4trace:configure.in:572: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1160
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from...
1161
 
configure.in:572: the top level])
1162
 
m4trace:configure.in:613: -1- m4_pattern_allow([^DEFAULT_MENU$])
1163
 
m4trace:configure.in:621: -1- m4_pattern_allow([^DEFAULT_WINDOWMENU$])
1164
 
m4trace:configure.in:629: -1- m4_pattern_allow([^DEFAULT_STYLE$])
1165
 
m4trace:configure.in:637: -1- m4_pattern_allow([^DEFAULT_KEYS$])
1166
 
m4trace:configure.in:645: -1- m4_pattern_allow([^DEFAULT_APPS$])
1167
 
m4trace:configure.in:653: -1- m4_pattern_allow([^DEFAULT_OVERLAY$])
1168
 
m4trace:configure.in:661: -1- m4_pattern_allow([^DEFAULT_INIT$])
1169
 
m4trace:configure.in:668: -2- m4_pattern_allow([^LOCALEPATH$])
1170
 
m4trace:configure.in:671: -2- m4_pattern_allow([^LOCALEPATH$])
1171
 
m4trace:configure.in:673: -1- m4_pattern_allow([^LOCALE_PATH$])
1172
 
m4trace:configure.in:675: -1- m4_pattern_allow([^program_prefix$])
1173
 
m4trace:configure.in:676: -1- m4_pattern_allow([^program_suffix$])
1174
 
m4trace:configure.in:679: -1- _m4_warn([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
1175
 
You should run autoupdate.], [../../lib/autoconf/types.m4:738: AC_TYPE_SIGNAL is expanded from...
1176
 
configure.in:679: the top level])
1177
 
m4trace:configure.in:679: -1- m4_pattern_allow([^RETSIGTYPE$])
1178
 
m4trace:configure.in:685: -1- AM_CONFIG_HEADER([config.h])
1179
 
m4trace:configure.in:685: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
1180
 
You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
1181
 
configure.in:685: the top level])
1182
 
m4trace:configure.in:687: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
1183
 
You should run autoupdate.], [])
1184
 
m4trace:configure.in:687: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1185
 
m4trace:configure.in:687: -1- m4_pattern_allow([^LTLIBOBJS$])
1186
 
m4trace:configure.in:687: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1187
 
m4trace:configure.in:687: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1188
 
m4trace:configure.in:687: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1189
 
m4trace:configure.in:687: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1190
 
m4trace:configure.in:687: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1191
 
m4trace:configure.in:687: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
1192
 
m4trace:configure.in:687: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS