dec_number 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +20 -0
- data/dec_number.gemspec +13 -0
- data/ext/dec_number/Gemfile +4 -0
- data/ext/dec_number/NOTES +10 -0
- data/ext/dec_number/decNumber/ICU-license.html +45 -0
- data/ext/dec_number/decNumber/Makefile.am +3 -0
- data/ext/dec_number/decNumber/Makefile.in +680 -0
- data/ext/dec_number/decNumber/aclocal.m4 +8988 -0
- data/ext/dec_number/decNumber/autom4te.cache/output.0 +5107 -0
- data/ext/dec_number/decNumber/autom4te.cache/output.1 +6026 -0
- data/ext/dec_number/decNumber/autom4te.cache/output.2 +13468 -0
- data/ext/dec_number/decNumber/autom4te.cache/output.3 +13472 -0
- data/ext/dec_number/decNumber/autom4te.cache/requests +407 -0
- data/ext/dec_number/decNumber/autom4te.cache/traces.0 +352 -0
- data/ext/dec_number/decNumber/autom4te.cache/traces.1 +772 -0
- data/ext/dec_number/decNumber/autom4te.cache/traces.2 +591 -0
- data/ext/dec_number/decNumber/autom4te.cache/traces.3 +2362 -0
- data/ext/dec_number/decNumber/config.guess +1501 -0
- data/ext/dec_number/decNumber/config.h.in +142 -0
- data/ext/dec_number/decNumber/config.sub +1705 -0
- data/ext/dec_number/decNumber/configure +13468 -0
- data/ext/dec_number/decNumber/configure.ac +36 -0
- data/ext/dec_number/decNumber/decBasic.c +3908 -0
- data/ext/dec_number/decNumber/decCommon.c +1835 -0
- data/ext/dec_number/decNumber/decContext.c +437 -0
- data/ext/dec_number/decNumber/decContext.h +254 -0
- data/ext/dec_number/decNumber/decDPD.h +1185 -0
- data/ext/dec_number/decNumber/decDouble.c +140 -0
- data/ext/dec_number/decNumber/decDouble.h +155 -0
- data/ext/dec_number/decNumber/decNumber.c +8141 -0
- data/ext/dec_number/decNumber/decNumber.h +182 -0
- data/ext/dec_number/decNumber/decNumberLocal.h +757 -0
- data/ext/dec_number/decNumber/decPacked.c +220 -0
- data/ext/dec_number/decNumber/decPacked.h +52 -0
- data/ext/dec_number/decNumber/decQuad.c +135 -0
- data/ext/dec_number/decNumber/decQuad.h +177 -0
- data/ext/dec_number/decNumber/decSingle.c +71 -0
- data/ext/dec_number/decNumber/decSingle.h +86 -0
- data/ext/dec_number/decNumber/decimal128.c +553 -0
- data/ext/dec_number/decNumber/decimal128.h +81 -0
- data/ext/dec_number/decNumber/decimal32.c +476 -0
- data/ext/dec_number/decNumber/decimal32.h +81 -0
- data/ext/dec_number/decNumber/decimal64.c +839 -0
- data/ext/dec_number/decNumber/decimal64.h +83 -0
- data/ext/dec_number/decNumber/decnumber.pdf +0 -0
- data/ext/dec_number/decNumber/depcomp +630 -0
- data/ext/dec_number/decNumber/example1.c +38 -0
- data/ext/dec_number/decNumber/example2.c +52 -0
- data/ext/dec_number/decNumber/example3.c +64 -0
- data/ext/dec_number/decNumber/example4.c +61 -0
- data/ext/dec_number/decNumber/example5.c +36 -0
- data/ext/dec_number/decNumber/example6.c +61 -0
- data/ext/dec_number/decNumber/example7.c +35 -0
- data/ext/dec_number/decNumber/example8.c +39 -0
- data/ext/dec_number/decNumber/install-sh +520 -0
- data/ext/dec_number/decNumber/libdecNumber.a +0 -0
- data/ext/dec_number/decNumber/ltmain.sh +8745 -0
- data/ext/dec_number/decNumber/missing +376 -0
- data/ext/dec_number/decNumber/readme.txt +81 -0
- data/ext/dec_number/dec_number.c +464 -0
- data/ext/dec_number/extconf.rb +52 -0
- data/ext/dec_number/extconf2.rb +50 -0
- data/ext/dec_number/recompile.sh +3 -0
- data/ext/dec_number/test_dec_number.rb +236 -0
- data/ext/dec_number/test_numeric.rb +235 -0
- metadata +111 -0
@@ -0,0 +1,772 @@
|
|
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/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
|
234
|
+
dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
235
|
+
dnl the ones we care about.
|
236
|
+
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
237
|
+
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
|
238
|
+
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
239
|
+
if test "`cd $srcdir && pwd`" != "`pwd`"; then
|
240
|
+
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
|
241
|
+
# is not polluted with repeated "-I."
|
242
|
+
AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
|
243
|
+
# test to see if srcdir already configured
|
244
|
+
if test -f $srcdir/config.status; then
|
245
|
+
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
246
|
+
fi
|
247
|
+
fi
|
248
|
+
|
249
|
+
# test whether we have cygpath
|
250
|
+
if test -z "$CYGPATH_W"; then
|
251
|
+
if (cygpath --version) >/dev/null 2>/dev/null; then
|
252
|
+
CYGPATH_W='cygpath -w'
|
253
|
+
else
|
254
|
+
CYGPATH_W=echo
|
255
|
+
fi
|
256
|
+
fi
|
257
|
+
AC_SUBST([CYGPATH_W])
|
258
|
+
|
259
|
+
# Define the identity of the package.
|
260
|
+
dnl Distinguish between old-style and new-style calls.
|
261
|
+
m4_ifval([$2],
|
262
|
+
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
|
263
|
+
AC_SUBST([PACKAGE], [$1])dnl
|
264
|
+
AC_SUBST([VERSION], [$2])],
|
265
|
+
[_AM_SET_OPTIONS([$1])dnl
|
266
|
+
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
267
|
+
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
|
268
|
+
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl
|
269
|
+
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
|
270
|
+
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
|
271
|
+
|
272
|
+
_AM_IF_OPTION([no-define],,
|
273
|
+
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
274
|
+
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
|
275
|
+
|
276
|
+
# Some tools Automake needs.
|
277
|
+
AC_REQUIRE([AM_SANITY_CHECK])dnl
|
278
|
+
AC_REQUIRE([AC_ARG_PROGRAM])dnl
|
279
|
+
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
|
280
|
+
AM_MISSING_PROG(AUTOCONF, autoconf)
|
281
|
+
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
|
282
|
+
AM_MISSING_PROG(AUTOHEADER, autoheader)
|
283
|
+
AM_MISSING_PROG(MAKEINFO, makeinfo)
|
284
|
+
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
285
|
+
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
|
286
|
+
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
|
287
|
+
# We need awk for the "check" target. The system "awk" is bad on
|
288
|
+
# some platforms.
|
289
|
+
AC_REQUIRE([AC_PROG_AWK])dnl
|
290
|
+
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
291
|
+
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
292
|
+
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
|
293
|
+
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
294
|
+
[_AM_PROG_TAR([v7])])])
|
295
|
+
_AM_IF_OPTION([no-dependencies],,
|
296
|
+
[AC_PROVIDE_IFELSE([AC_PROG_CC],
|
297
|
+
[_AM_DEPENDENCIES(CC)],
|
298
|
+
[define([AC_PROG_CC],
|
299
|
+
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
|
300
|
+
AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
301
|
+
[_AM_DEPENDENCIES(CXX)],
|
302
|
+
[define([AC_PROG_CXX],
|
303
|
+
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
304
|
+
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
|
305
|
+
[_AM_DEPENDENCIES(OBJC)],
|
306
|
+
[define([AC_PROG_OBJC],
|
307
|
+
defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
308
|
+
])
|
309
|
+
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
|
310
|
+
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
|
311
|
+
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
|
312
|
+
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
|
313
|
+
AC_CONFIG_COMMANDS_PRE(dnl
|
314
|
+
[m4_provide_if([_AM_COMPILER_EXEEXT],
|
315
|
+
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
|
316
|
+
])
|
317
|
+
m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
|
318
|
+
_am_arg=$1
|
319
|
+
_am_stamp_count=1
|
320
|
+
for _am_header in $config_headers :; do
|
321
|
+
case $_am_header in
|
322
|
+
$_am_arg | $_am_arg:* )
|
323
|
+
break ;;
|
324
|
+
* )
|
325
|
+
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
|
326
|
+
esac
|
327
|
+
done
|
328
|
+
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
329
|
+
m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
330
|
+
if test x"${install_sh}" != xset; then
|
331
|
+
case $am_aux_dir in
|
332
|
+
*\ * | *\ *)
|
333
|
+
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
334
|
+
*)
|
335
|
+
install_sh="\${SHELL} $am_aux_dir/install-sh"
|
336
|
+
esac
|
337
|
+
fi
|
338
|
+
AC_SUBST(install_sh)])
|
339
|
+
m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
|
340
|
+
mkdir .tst 2>/dev/null
|
341
|
+
if test -d .tst; then
|
342
|
+
am__leading_dot=.
|
343
|
+
else
|
344
|
+
am__leading_dot=_
|
345
|
+
fi
|
346
|
+
rmdir .tst 2>/dev/null
|
347
|
+
AC_SUBST([am__leading_dot])])
|
348
|
+
m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
|
349
|
+
cat > confinc << 'END'
|
350
|
+
am__doit:
|
351
|
+
@echo this is the am__doit target
|
352
|
+
.PHONY: am__doit
|
353
|
+
END
|
354
|
+
# If we don't find an include directive, just comment out the code.
|
355
|
+
AC_MSG_CHECKING([for style of include used by $am_make])
|
356
|
+
am__include="#"
|
357
|
+
am__quote=
|
358
|
+
_am_result=none
|
359
|
+
# First try GNU make style include.
|
360
|
+
echo "include confinc" > confmf
|
361
|
+
# Ignore all kinds of additional output from `make'.
|
362
|
+
case `$am_make -s -f confmf 2> /dev/null` in #(
|
363
|
+
*the\ am__doit\ target*)
|
364
|
+
am__include=include
|
365
|
+
am__quote=
|
366
|
+
_am_result=GNU
|
367
|
+
;;
|
368
|
+
esac
|
369
|
+
# Now try BSD make style include.
|
370
|
+
if test "$am__include" = "#"; then
|
371
|
+
echo '.include "confinc"' > confmf
|
372
|
+
case `$am_make -s -f confmf 2> /dev/null` in #(
|
373
|
+
*the\ am__doit\ target*)
|
374
|
+
am__include=.include
|
375
|
+
am__quote="\""
|
376
|
+
_am_result=BSD
|
377
|
+
;;
|
378
|
+
esac
|
379
|
+
fi
|
380
|
+
AC_SUBST([am__include])
|
381
|
+
AC_SUBST([am__quote])
|
382
|
+
AC_MSG_RESULT([$_am_result])
|
383
|
+
rm -f confinc confmf
|
384
|
+
])
|
385
|
+
m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
|
386
|
+
$1=${$1-"${am_missing_run}$2"}
|
387
|
+
AC_SUBST($1)])
|
388
|
+
m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
389
|
+
AC_REQUIRE_AUX_FILE([missing])dnl
|
390
|
+
if test x"${MISSING+set}" != xset; then
|
391
|
+
case $am_aux_dir in
|
392
|
+
*\ * | *\ *)
|
393
|
+
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
|
394
|
+
*)
|
395
|
+
MISSING="\${SHELL} $am_aux_dir/missing" ;;
|
396
|
+
esac
|
397
|
+
fi
|
398
|
+
# Use eval to expand $SHELL
|
399
|
+
if eval "$MISSING --run true"; then
|
400
|
+
am_missing_run="$MISSING --run "
|
401
|
+
else
|
402
|
+
am_missing_run=
|
403
|
+
AC_MSG_WARN([`missing' script is too old or missing])
|
404
|
+
fi
|
405
|
+
])
|
406
|
+
m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
|
407
|
+
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
|
408
|
+
dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
|
409
|
+
dnl while keeping a definition of mkdir_p for backward compatibility.
|
410
|
+
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
|
411
|
+
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
|
412
|
+
dnl Makefile.ins that do not define MKDIR_P, so we do our own
|
413
|
+
dnl adjustment using top_builddir (which is defined more often than
|
414
|
+
dnl MKDIR_P).
|
415
|
+
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
|
416
|
+
case $mkdir_p in
|
417
|
+
[[\\/$]]* | ?:[[\\/]]*) ;;
|
418
|
+
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
419
|
+
esac
|
420
|
+
])
|
421
|
+
m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
422
|
+
m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
|
423
|
+
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)])])
|
424
|
+
m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
425
|
+
m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
|
426
|
+
($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
|
427
|
+
ac_status=$?
|
428
|
+
echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
429
|
+
(exit $ac_status); }])
|
430
|
+
m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
|
431
|
+
# Just in case
|
432
|
+
sleep 1
|
433
|
+
echo timestamp > conftest.file
|
434
|
+
# Reject unsafe characters in $srcdir or the absolute working directory
|
435
|
+
# name. Accept space and tab only in the latter.
|
436
|
+
am_lf='
|
437
|
+
'
|
438
|
+
case `pwd` in
|
439
|
+
*[[\\\"\#\$\&\'\`$am_lf]]*)
|
440
|
+
AC_MSG_ERROR([unsafe absolute working directory name]);;
|
441
|
+
esac
|
442
|
+
case $srcdir in
|
443
|
+
*[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
|
444
|
+
AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
|
445
|
+
esac
|
446
|
+
|
447
|
+
# Do `set' in a subshell so we don't clobber the current shell's
|
448
|
+
# arguments. Must try -L first in case configure is actually a
|
449
|
+
# symlink; some systems play weird games with the mod time of symlinks
|
450
|
+
# (eg FreeBSD returns the mod time of the symlink's containing
|
451
|
+
# directory).
|
452
|
+
if (
|
453
|
+
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
|
454
|
+
if test "$[*]" = "X"; then
|
455
|
+
# -L didn't work.
|
456
|
+
set X `ls -t "$srcdir/configure" conftest.file`
|
457
|
+
fi
|
458
|
+
rm -f conftest.file
|
459
|
+
if test "$[*]" != "X $srcdir/configure conftest.file" \
|
460
|
+
&& test "$[*]" != "X conftest.file $srcdir/configure"; then
|
461
|
+
|
462
|
+
# If neither matched, then we have a broken ls. This can happen
|
463
|
+
# if, for instance, CONFIG_SHELL is bash and it inherits a
|
464
|
+
# broken ls alias from the environment. This has actually
|
465
|
+
# happened. Such a system could not be considered "sane".
|
466
|
+
AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
|
467
|
+
alias in your environment])
|
468
|
+
fi
|
469
|
+
|
470
|
+
test "$[2]" = conftest.file
|
471
|
+
)
|
472
|
+
then
|
473
|
+
# Ok.
|
474
|
+
:
|
475
|
+
else
|
476
|
+
AC_MSG_ERROR([newly created file is older than distributed files!
|
477
|
+
Check your system clock])
|
478
|
+
fi
|
479
|
+
AC_MSG_RESULT(yes)])
|
480
|
+
m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
|
481
|
+
[ --enable-silent-rules less verbose build output (undo: `make V=1')
|
482
|
+
--disable-silent-rules verbose build output (undo: `make V=0')])
|
483
|
+
case $enable_silent_rules in
|
484
|
+
yes) AM_DEFAULT_VERBOSITY=0;;
|
485
|
+
no) AM_DEFAULT_VERBOSITY=1;;
|
486
|
+
*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
|
487
|
+
esac
|
488
|
+
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
|
489
|
+
AM_BACKSLASH='\'
|
490
|
+
AC_SUBST([AM_BACKSLASH])dnl
|
491
|
+
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
492
|
+
])
|
493
|
+
m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
494
|
+
# Installed binaries are usually stripped using `strip' when the user
|
495
|
+
# run `make install-strip'. However `strip' might not be the right
|
496
|
+
# tool to use in cross-compilation environments, therefore Automake
|
497
|
+
# will honor the `STRIP' environment variable to overrule this program.
|
498
|
+
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
|
499
|
+
if test "$cross_compiling" != no; then
|
500
|
+
AC_CHECK_TOOL([STRIP], [strip], :)
|
501
|
+
fi
|
502
|
+
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
503
|
+
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
504
|
+
m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
|
505
|
+
m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
506
|
+
m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
|
507
|
+
AM_MISSING_PROG([AMTAR], [tar])
|
508
|
+
m4_if([$1], [v7],
|
509
|
+
[am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
|
510
|
+
[m4_case([$1], [ustar],, [pax],,
|
511
|
+
[m4_fatal([Unknown tar format])])
|
512
|
+
AC_MSG_CHECKING([how to create a $1 tar archive])
|
513
|
+
# Loop over all known methods to create a tar archive until one works.
|
514
|
+
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
|
515
|
+
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
516
|
+
# Do not fold the above two line into one, because Tru64 sh and
|
517
|
+
# Solaris sh will not grok spaces in the rhs of `-'.
|
518
|
+
for _am_tool in $_am_tools
|
519
|
+
do
|
520
|
+
case $_am_tool in
|
521
|
+
gnutar)
|
522
|
+
for _am_tar in tar gnutar gtar;
|
523
|
+
do
|
524
|
+
AM_RUN_LOG([$_am_tar --version]) && break
|
525
|
+
done
|
526
|
+
am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
|
527
|
+
am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
|
528
|
+
am__untar="$_am_tar -xf -"
|
529
|
+
;;
|
530
|
+
plaintar)
|
531
|
+
# Must skip GNU tar: if it does not support --format= it doesn't create
|
532
|
+
# ustar tarball either.
|
533
|
+
(tar --version) >/dev/null 2>&1 && continue
|
534
|
+
am__tar='tar chf - "$$tardir"'
|
535
|
+
am__tar_='tar chf - "$tardir"'
|
536
|
+
am__untar='tar xf -'
|
537
|
+
;;
|
538
|
+
pax)
|
539
|
+
am__tar='pax -L -x $1 -w "$$tardir"'
|
540
|
+
am__tar_='pax -L -x $1 -w "$tardir"'
|
541
|
+
am__untar='pax -r'
|
542
|
+
;;
|
543
|
+
cpio)
|
544
|
+
am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
|
545
|
+
am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
|
546
|
+
am__untar='cpio -i -H $1 -d'
|
547
|
+
;;
|
548
|
+
none)
|
549
|
+
am__tar=false
|
550
|
+
am__tar_=false
|
551
|
+
am__untar=false
|
552
|
+
;;
|
553
|
+
esac
|
554
|
+
|
555
|
+
# If the value was cached, stop now. We just wanted to have am__tar
|
556
|
+
# and am__untar set.
|
557
|
+
test -n "${am_cv_prog_tar_$1}" && break
|
558
|
+
|
559
|
+
# tar/untar a dummy directory, and stop if the command works
|
560
|
+
rm -rf conftest.dir
|
561
|
+
mkdir conftest.dir
|
562
|
+
echo GrepMe > conftest.dir/file
|
563
|
+
AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
|
564
|
+
rm -rf conftest.dir
|
565
|
+
if test -s conftest.tar; then
|
566
|
+
AM_RUN_LOG([$am__untar <conftest.tar])
|
567
|
+
grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
|
568
|
+
fi
|
569
|
+
done
|
570
|
+
rm -rf conftest.dir
|
571
|
+
|
572
|
+
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
|
573
|
+
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
|
574
|
+
AC_SUBST([am__tar])
|
575
|
+
AC_SUBST([am__untar])
|
576
|
+
])
|
577
|
+
m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
578
|
+
m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
|
579
|
+
m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
|
580
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
|
581
|
+
m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
|
582
|
+
m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
|
583
|
+
m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
|
584
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
|
585
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
|
586
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
587
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
588
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
589
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
590
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
591
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
|
592
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
|
593
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
|
594
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
|
595
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
|
596
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
|
597
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
|
598
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
|
599
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
|
600
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
|
601
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
|
602
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
|
603
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
|
604
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
|
605
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
|
606
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
|
607
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
|
608
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
|
609
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
|
610
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
|
611
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
|
612
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
|
613
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
|
614
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
615
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
616
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
617
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
618
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
619
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
|
620
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
|
621
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
|
622
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
|
623
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
|
624
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
|
625
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
|
626
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
|
627
|
+
m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
|
628
|
+
m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
629
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
630
|
+
m4trace:configure.ac:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
|
631
|
+
m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.11.1])
|
632
|
+
m4trace:configure.ac:6: -1- _AM_AUTOCONF_VERSION([2.66])
|
633
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
634
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
635
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
|
636
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
|
637
|
+
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
|
638
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
|
639
|
+
m4trace:configure.ac:6: -1- _AM_SET_OPTIONS([-Wall -Werror foreign])
|
640
|
+
m4trace:configure.ac:6: -1- _AM_SET_OPTION([-Wall])
|
641
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([-Wall])
|
642
|
+
m4trace:configure.ac:6: -1- _AM_SET_OPTION([-Werror])
|
643
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([-Werror])
|
644
|
+
m4trace:configure.ac:6: -1- _AM_SET_OPTION([foreign])
|
645
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([foreign])
|
646
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
|
647
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
|
648
|
+
m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
649
|
+
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
|
650
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-define])
|
651
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
|
652
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
|
653
|
+
m4trace:configure.ac:6: -1- AM_SANITY_CHECK
|
654
|
+
m4trace:configure.ac:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
|
655
|
+
m4trace:configure.ac:6: -1- AM_MISSING_HAS_RUN
|
656
|
+
m4trace:configure.ac:6: -1- AM_AUX_DIR_EXPAND
|
657
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
|
658
|
+
m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
|
659
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
|
660
|
+
m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
|
661
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
|
662
|
+
m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
|
663
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
|
664
|
+
m4trace:configure.ac:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
|
665
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
|
666
|
+
m4trace:configure.ac:6: -1- AM_PROG_INSTALL_SH
|
667
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
|
668
|
+
m4trace:configure.ac:6: -1- AM_PROG_INSTALL_STRIP
|
669
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
|
670
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
|
671
|
+
m4trace:configure.ac:6: -1- AM_PROG_MKDIR_P
|
672
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
|
673
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
|
674
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
|
675
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
|
676
|
+
m4trace:configure.ac:6: -1- AM_SET_LEADING_DOT
|
677
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
|
678
|
+
m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
679
|
+
[_AM_PROG_TAR([v7])])])
|
680
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-ustar])
|
681
|
+
m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
|
682
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-pax])
|
683
|
+
m4trace:configure.ac:6: -1- _AM_PROG_TAR([v7])
|
684
|
+
m4trace:configure.ac:6: -1- AM_MISSING_PROG([AMTAR], [tar])
|
685
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
|
686
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
|
687
|
+
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
|
688
|
+
m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
|
689
|
+
[_AM_DEPENDENCIES(CC)],
|
690
|
+
[define([AC_PROG_CC],
|
691
|
+
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
|
692
|
+
AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
693
|
+
[_AM_DEPENDENCIES(CXX)],
|
694
|
+
[define([AC_PROG_CXX],
|
695
|
+
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
696
|
+
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
|
697
|
+
[_AM_DEPENDENCIES(OBJC)],
|
698
|
+
[define([AC_PROG_OBJC],
|
699
|
+
defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
700
|
+
])
|
701
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-dependencies])
|
702
|
+
m4trace:configure.ac:6: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
|
703
|
+
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([silent-rules])
|
704
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$])
|
705
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CFLAGS$])
|
706
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$])
|
707
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$])
|
708
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$])
|
709
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$])
|
710
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$])
|
711
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$])
|
712
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$])
|
713
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CC$])
|
714
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^EXEEXT$])
|
715
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJEXT$])
|
716
|
+
m4trace:configure.ac:12: -1- _AM_DEPENDENCIES([CC])
|
717
|
+
m4trace:configure.ac:12: -1- AM_SET_DEPDIR
|
718
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^DEPDIR$])
|
719
|
+
m4trace:configure.ac:12: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
|
720
|
+
m4trace:configure.ac:12: -1- AM_MAKE_INCLUDE
|
721
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^am__include$])
|
722
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^am__quote$])
|
723
|
+
m4trace:configure.ac:12: -1- AM_DEP_TRACK
|
724
|
+
m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
725
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_TRUE$])
|
726
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_FALSE$])
|
727
|
+
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
|
728
|
+
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
|
729
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
|
730
|
+
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
|
731
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^CCDEPMODE$])
|
732
|
+
m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCC], [
|
733
|
+
test "x$enable_dependency_tracking" != xno \
|
734
|
+
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
|
735
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
|
736
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
|
737
|
+
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
|
738
|
+
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
|
739
|
+
m4trace:configure.ac:17: -1- m4_pattern_allow([^CPP$])
|
740
|
+
m4trace:configure.ac:17: -1- m4_pattern_allow([^CPPFLAGS$])
|
741
|
+
m4trace:configure.ac:17: -1- m4_pattern_allow([^CPP$])
|
742
|
+
m4trace:configure.ac:17: -1- m4_pattern_allow([^GREP$])
|
743
|
+
m4trace:configure.ac:17: -1- m4_pattern_allow([^EGREP$])
|
744
|
+
m4trace:configure.ac:17: -1- m4_pattern_allow([^STDC_HEADERS$])
|
745
|
+
m4trace:configure.ac:20: -1- m4_pattern_allow([^HAVE__BOOL$])
|
746
|
+
m4trace:configure.ac:20: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
|
747
|
+
m4trace:configure.ac:22: -1- m4_pattern_allow([^int32_t$])
|
748
|
+
m4trace:configure.ac:23: -1- m4_pattern_allow([^restrict$])
|
749
|
+
m4trace:configure.ac:23: -1- m4_pattern_allow([^restrict$])
|
750
|
+
m4trace:configure.ac:24: -1- m4_pattern_allow([^size_t$])
|
751
|
+
m4trace:configure.ac:25: -1- m4_pattern_allow([^uint16_t$])
|
752
|
+
m4trace:configure.ac:26: -1- m4_pattern_allow([^_UINT32_T$])
|
753
|
+
m4trace:configure.ac:26: -1- m4_pattern_allow([^uint32_t$])
|
754
|
+
m4trace:configure.ac:27: -1- m4_pattern_allow([^_UINT64_T$])
|
755
|
+
m4trace:configure.ac:27: -1- m4_pattern_allow([^uint64_t$])
|
756
|
+
m4trace:configure.ac:28: -1- m4_pattern_allow([^_UINT8_T$])
|
757
|
+
m4trace:configure.ac:28: -1- m4_pattern_allow([^uint8_t$])
|
758
|
+
m4trace:configure.ac:31: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
759
|
+
m4trace:configure.ac:32: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
|
760
|
+
m4trace:configure.ac:32: -1- m4_pattern_allow([^HAVE_MALLOC$])
|
761
|
+
m4trace:configure.ac:32: -1- m4_pattern_allow([^HAVE_MALLOC$])
|
762
|
+
m4trace:configure.ac:32: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
763
|
+
m4trace:configure.ac:32: -1- m4_pattern_allow([^malloc$])
|
764
|
+
m4trace:configure.ac:35: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
765
|
+
m4trace:configure.ac:35: -1- m4_pattern_allow([^LTLIBOBJS$])
|
766
|
+
m4trace:configure.ac:35: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
|
767
|
+
m4trace:configure.ac:35: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
|
768
|
+
m4trace:configure.ac:35: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
|
769
|
+
m4trace:configure.ac:35: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
|
770
|
+
m4trace:configure.ac:35: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
|
771
|
+
m4trace:configure.ac:35: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
|
772
|
+
m4trace:configure.ac:35: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
|