nutcracker 0.4.1.22 → 0.4.1.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/nutcracker/Makefile.in +9 -6
- data/ext/nutcracker/aclocal.m4 +86 -103
- data/ext/nutcracker/autom4te.cache/output.0 +96 -95
- data/ext/nutcracker/autom4te.cache/output.1 +96 -95
- data/ext/nutcracker/autom4te.cache/requests +221 -221
- data/ext/nutcracker/autom4te.cache/traces.0 +92 -106
- data/ext/nutcracker/autom4te.cache/traces.1 +9 -9
- data/ext/nutcracker/config/compile +4 -4
- data/ext/nutcracker/config/config.guess +281 -278
- data/ext/nutcracker/config/config.sub +107 -142
- data/ext/nutcracker/config/depcomp +4 -4
- data/ext/nutcracker/config/install-sh +31 -14
- data/ext/nutcracker/config/missing +7 -7
- data/ext/nutcracker/configure +96 -95
- data/ext/nutcracker/contrib/Makefile.in +9 -6
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +9 -6
- data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +86 -103
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.0 +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +390 -390
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +92 -106
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +9 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +92 -106
- data/ext/nutcracker/contrib/yaml-0.1.4/config/compile +4 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +281 -278
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +107 -142
- data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +4 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +31 -14
- data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +7 -7
- data/ext/nutcracker/contrib/yaml-0.1.4/config/test-driver +4 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/configure +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +53 -26
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +58 -22
- data/ext/nutcracker/src/Makefile.in +93 -41
- data/ext/nutcracker/src/event/Makefile.in +36 -21
- data/ext/nutcracker/src/hashkit/Makefile.in +64 -29
- data/ext/nutcracker/src/proto/Makefile.in +33 -20
- data/lib/nutcracker.rb +6 -4
- data/lib/nutcracker/version.rb +1 -1
- metadata +5 -4
@@ -690,7 +690,6 @@ am__nodep
|
|
690
690
|
AMDEPBACKSLASH
|
691
691
|
AMDEP_FALSE
|
692
692
|
AMDEP_TRUE
|
693
|
-
am__quote
|
694
693
|
am__include
|
695
694
|
DEPDIR
|
696
695
|
OBJEXT
|
@@ -764,7 +763,8 @@ PACKAGE_VERSION
|
|
764
763
|
PACKAGE_TARNAME
|
765
764
|
PACKAGE_NAME
|
766
765
|
PATH_SEPARATOR
|
767
|
-
SHELL
|
766
|
+
SHELL
|
767
|
+
am__quote'
|
768
768
|
ac_subst_files=''
|
769
769
|
ac_user_opts='
|
770
770
|
enable_option_checking
|
@@ -2580,7 +2580,7 @@ ac_config_headers="$ac_config_headers config.h:config.h.in"
|
|
2580
2580
|
|
2581
2581
|
|
2582
2582
|
# Initialize automake
|
2583
|
-
am__api_version='1.
|
2583
|
+
am__api_version='1.16'
|
2584
2584
|
|
2585
2585
|
# Find a good install program. We prefer a C program (faster),
|
2586
2586
|
# so one script is as good as another. But avoid the broken or
|
@@ -3096,8 +3096,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
|
3096
3096
|
|
3097
3097
|
# For better backward compatibility. To be removed once Automake 1.9.x
|
3098
3098
|
# dies out for good. For more background, see:
|
3099
|
-
# <
|
3100
|
-
# <
|
3099
|
+
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
3100
|
+
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
3101
3101
|
mkdir_p='$(MKDIR_P)'
|
3102
3102
|
|
3103
3103
|
# We need awk for the "check" target (and possibly the TAP driver). The
|
@@ -3148,7 +3148,7 @@ END
|
|
3148
3148
|
Aborting the configuration process, to ensure you take notice of the issue.
|
3149
3149
|
|
3150
3150
|
You can download and install GNU coreutils to get an 'rm' implementation
|
3151
|
-
that behaves properly: <
|
3151
|
+
that behaves properly: <https://www.gnu.org/software/coreutils/>.
|
3152
3152
|
|
3153
3153
|
If you want to complete the configuration process using your problematic
|
3154
3154
|
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
|
@@ -4076,45 +4076,45 @@ DEPDIR="${am__leading_dot}deps"
|
|
4076
4076
|
|
4077
4077
|
ac_config_commands="$ac_config_commands depfiles"
|
4078
4078
|
|
4079
|
-
|
4080
|
-
|
4081
|
-
cat > confinc << 'END'
|
4079
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
|
4080
|
+
$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
|
4081
|
+
cat > confinc.mk << 'END'
|
4082
4082
|
am__doit:
|
4083
|
-
@echo this is the am__doit target
|
4083
|
+
@echo this is the am__doit target >confinc.out
|
4084
4084
|
.PHONY: am__doit
|
4085
4085
|
END
|
4086
|
-
# If we don't find an include directive, just comment out the code.
|
4087
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
|
4088
|
-
$as_echo_n "checking for style of include used by $am_make... " >&6; }
|
4089
4086
|
am__include="#"
|
4090
4087
|
am__quote=
|
4091
|
-
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4095
|
-
|
4096
|
-
|
4097
|
-
|
4098
|
-
|
4099
|
-
|
4100
|
-
|
4101
|
-
|
4102
|
-
|
4103
|
-
|
4104
|
-
|
4105
|
-
|
4106
|
-
|
4107
|
-
|
4108
|
-
|
4109
|
-
|
4088
|
+
# BSD make does it like this.
|
4089
|
+
echo '.include "confinc.mk" # ignored' > confmf.BSD
|
4090
|
+
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
|
4091
|
+
echo 'include confinc.mk # ignored' > confmf.GNU
|
4092
|
+
_am_result=no
|
4093
|
+
for s in GNU BSD; do
|
4094
|
+
{ echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
|
4095
|
+
(${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
|
4096
|
+
ac_status=$?
|
4097
|
+
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
4098
|
+
(exit $ac_status); }
|
4099
|
+
case $?:`cat confinc.out 2>/dev/null` in @%:@(
|
4100
|
+
'0:this is the am__doit target') :
|
4101
|
+
case $s in @%:@(
|
4102
|
+
BSD) :
|
4103
|
+
am__include='.include' am__quote='"' ;; @%:@(
|
4104
|
+
*) :
|
4105
|
+
am__include='include' am__quote='' ;;
|
4106
|
+
esac ;; @%:@(
|
4107
|
+
*) :
|
4110
4108
|
;;
|
4111
|
-
|
4112
|
-
|
4113
|
-
|
4114
|
-
|
4115
|
-
|
4116
|
-
|
4117
|
-
rm -f confinc confmf
|
4109
|
+
esac
|
4110
|
+
if test "$am__include" != "#"; then
|
4111
|
+
_am_result="yes ($s style)"
|
4112
|
+
break
|
4113
|
+
fi
|
4114
|
+
done
|
4115
|
+
rm -f confinc.* confmf.*
|
4116
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
|
4117
|
+
$as_echo "${_am_result}" >&6; }
|
4118
4118
|
|
4119
4119
|
@%:@ Check whether --enable-dependency-tracking was given.
|
4120
4120
|
if test "${enable_dependency_tracking+set}" = set; then :
|
@@ -18469,7 +18469,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
18469
18469
|
#
|
18470
18470
|
# INIT-COMMANDS
|
18471
18471
|
#
|
18472
|
-
AMDEP_TRUE="$AMDEP_TRUE"
|
18472
|
+
AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
|
18473
18473
|
|
18474
18474
|
|
18475
18475
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
@@ -19468,29 +19468,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
|
|
19468
19468
|
# Older Autoconf quotes --file arguments for eval, but not when files
|
19469
19469
|
# are listed without --file. Let's play safe and only enable the eval
|
19470
19470
|
# if we detect the quoting.
|
19471
|
-
|
19472
|
-
|
19473
|
-
|
19474
|
-
|
19471
|
+
# TODO: see whether this extra hack can be removed once we start
|
19472
|
+
# requiring Autoconf 2.70 or later.
|
19473
|
+
case $CONFIG_FILES in @%:@(
|
19474
|
+
*\'*) :
|
19475
|
+
eval set x "$CONFIG_FILES" ;; @%:@(
|
19476
|
+
*) :
|
19477
|
+
set x $CONFIG_FILES ;; @%:@(
|
19478
|
+
*) :
|
19479
|
+
;;
|
19480
|
+
esac
|
19475
19481
|
shift
|
19476
|
-
|
19482
|
+
# Used to flag and report bootstrapping failures.
|
19483
|
+
am_rc=0
|
19484
|
+
for am_mf
|
19477
19485
|
do
|
19478
19486
|
# Strip MF so we end up with the name of the file.
|
19479
|
-
|
19480
|
-
# Check whether this is an Automake generated Makefile
|
19481
|
-
#
|
19482
|
-
#
|
19483
|
-
# Grep'ing the first line is not enough: some people post-process
|
19484
|
-
# each Makefile.in and add a new line on top of each file to say so.
|
19485
|
-
# Grep'ing the whole file is not good either: AIX grep has a line
|
19487
|
+
am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
|
19488
|
+
# Check whether this is an Automake generated Makefile which includes
|
19489
|
+
# dependency-tracking related rules and includes.
|
19490
|
+
# Grep'ing the whole file directly is not great: AIX grep has a line
|
19486
19491
|
# limit of 2048, but all sed's we know have understand at least 4000.
|
19487
|
-
|
19488
|
-
|
19489
|
-
|
19490
|
-
|
19491
|
-
X"$
|
19492
|
-
X"$
|
19493
|
-
|
19492
|
+
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
|
19493
|
+
|| continue
|
19494
|
+
am_dirpart=`$as_dirname -- "$am_mf" ||
|
19495
|
+
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
19496
|
+
X"$am_mf" : 'X\(//\)[^/]' \| \
|
19497
|
+
X"$am_mf" : 'X\(//\)$' \| \
|
19498
|
+
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
|
19499
|
+
$as_echo X"$am_mf" |
|
19494
19500
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
19495
19501
|
s//\1/
|
19496
19502
|
q
|
@@ -19508,53 +19514,48 @@ $as_echo X"$mf" |
|
|
19508
19514
|
q
|
19509
19515
|
}
|
19510
19516
|
s/.*/./; q'`
|
19511
|
-
|
19512
|
-
|
19513
|
-
|
19514
|
-
|
19515
|
-
|
19516
|
-
|
19517
|
-
test -z "$DEPDIR" && continue
|
19518
|
-
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
19519
|
-
test -z "$am__include" && continue
|
19520
|
-
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
19521
|
-
# Find all dependency output files, they are included files with
|
19522
|
-
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
19523
|
-
# simplest approach to changing $(DEPDIR) to its actual value in the
|
19524
|
-
# expansion.
|
19525
|
-
for file in `sed -n "
|
19526
|
-
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
19527
|
-
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
|
19528
|
-
# Make sure the directory exists.
|
19529
|
-
test -f "$dirpart/$file" && continue
|
19530
|
-
fdir=`$as_dirname -- "$file" ||
|
19531
|
-
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
19532
|
-
X"$file" : 'X\(//\)[^/]' \| \
|
19533
|
-
X"$file" : 'X\(//\)$' \| \
|
19534
|
-
X"$file" : 'X\(/\)' \| . 2>/dev/null ||
|
19535
|
-
$as_echo X"$file" |
|
19536
|
-
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
19537
|
-
s//\1/
|
19538
|
-
q
|
19539
|
-
}
|
19540
|
-
/^X\(\/\/\)[^/].*/{
|
19517
|
+
am_filepart=`$as_basename -- "$am_mf" ||
|
19518
|
+
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
|
19519
|
+
X"$am_mf" : 'X\(//\)$' \| \
|
19520
|
+
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
|
19521
|
+
$as_echo X/"$am_mf" |
|
19522
|
+
sed '/^.*\/\([^/][^/]*\)\/*$/{
|
19541
19523
|
s//\1/
|
19542
19524
|
q
|
19543
19525
|
}
|
19544
|
-
/^X
|
19526
|
+
/^X\/\(\/\/\)$/{
|
19545
19527
|
s//\1/
|
19546
19528
|
q
|
19547
19529
|
}
|
19548
|
-
/^X
|
19530
|
+
/^X\/\(\/\).*/{
|
19549
19531
|
s//\1/
|
19550
19532
|
q
|
19551
19533
|
}
|
19552
19534
|
s/.*/./; q'`
|
19553
|
-
|
19554
|
-
|
19555
|
-
|
19556
|
-
|
19535
|
+
{ echo "$as_me:$LINENO: cd "$am_dirpart" \
|
19536
|
+
&& sed -e '/# am--include-marker/d' "$am_filepart" \
|
19537
|
+
| $MAKE -f - am--depfiles" >&5
|
19538
|
+
(cd "$am_dirpart" \
|
19539
|
+
&& sed -e '/# am--include-marker/d' "$am_filepart" \
|
19540
|
+
| $MAKE -f - am--depfiles) >&5 2>&5
|
19541
|
+
ac_status=$?
|
19542
|
+
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
19543
|
+
(exit $ac_status); } || am_rc=$?
|
19557
19544
|
done
|
19545
|
+
if test $am_rc -ne 0; then
|
19546
|
+
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
19547
|
+
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
19548
|
+
as_fn_error $? "Something went wrong bootstrapping makefile fragments
|
19549
|
+
for automatic dependency tracking. Try re-running configure with the
|
19550
|
+
'--disable-dependency-tracking' option to at least be able to build
|
19551
|
+
the package (albeit without support for automatic dependency tracking).
|
19552
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
19553
|
+
fi
|
19554
|
+
{ am_dirpart=; unset am_dirpart;}
|
19555
|
+
{ am_filepart=; unset am_filepart;}
|
19556
|
+
{ am_mf=; unset am_mf;}
|
19557
|
+
{ am_rc=; unset am_rc;}
|
19558
|
+
rm -f conftest-deps.mk
|
19558
19559
|
}
|
19559
19560
|
;;
|
19560
19561
|
"libtool":C)
|
@@ -12,27 +12,27 @@
|
|
12
12
|
[
|
13
13
|
'/usr/local/Cellar/autoconf/2.69/share/autoconf/autoconf/autoconf.m4f',
|
14
14
|
'-',
|
15
|
-
'/usr/local/Cellar/automake/1.
|
15
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/internal/ac-config-macro-dirs.m4',
|
16
16
|
'/usr/local/share/aclocal/ltargz.m4',
|
17
17
|
'/usr/local/share/aclocal/ltdl.m4',
|
18
|
-
'/usr/local/Cellar/automake/1.
|
19
|
-
'/usr/local/Cellar/automake/1.
|
20
|
-
'/usr/local/Cellar/automake/1.
|
21
|
-
'/usr/local/Cellar/automake/1.
|
22
|
-
'/usr/local/Cellar/automake/1.
|
23
|
-
'/usr/local/Cellar/automake/1.
|
24
|
-
'/usr/local/Cellar/automake/1.
|
25
|
-
'/usr/local/Cellar/automake/1.
|
26
|
-
'/usr/local/Cellar/automake/1.
|
27
|
-
'/usr/local/Cellar/automake/1.
|
28
|
-
'/usr/local/Cellar/automake/1.
|
29
|
-
'/usr/local/Cellar/automake/1.
|
30
|
-
'/usr/local/Cellar/automake/1.
|
31
|
-
'/usr/local/Cellar/automake/1.
|
32
|
-
'/usr/local/Cellar/automake/1.
|
33
|
-
'/usr/local/Cellar/automake/1.
|
34
|
-
'/usr/local/Cellar/automake/1.
|
35
|
-
'/usr/local/Cellar/automake/1.
|
18
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/amversion.m4',
|
19
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/auxdir.m4',
|
20
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/cond.m4',
|
21
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/depend.m4',
|
22
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/depout.m4',
|
23
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/init.m4',
|
24
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/install-sh.m4',
|
25
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/lead-dot.m4',
|
26
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/make.m4',
|
27
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/missing.m4',
|
28
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/options.m4',
|
29
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/prog-cc-c-o.m4',
|
30
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/runlog.m4',
|
31
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/sanity.m4',
|
32
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/silent.m4',
|
33
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/strip.m4',
|
34
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/substnot.m4',
|
35
|
+
'/usr/local/Cellar/automake/1.16.1/share/aclocal-1.16/tar.m4',
|
36
36
|
'm4/libtool.m4',
|
37
37
|
'm4/ltoptions.m4',
|
38
38
|
'm4/ltsugar.m4',
|
@@ -41,185 +41,185 @@
|
|
41
41
|
'configure.ac'
|
42
42
|
],
|
43
43
|
{
|
44
|
-
'
|
45
|
-
'
|
46
|
-
'
|
47
|
-
'
|
48
|
-
'
|
49
|
-
'
|
50
|
-
'
|
44
|
+
'AM_MISSING_PROG' => 1,
|
45
|
+
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
46
|
+
'LT_AC_PROG_SED' => 1,
|
47
|
+
'AC_LIBTOOL_OBJDIR' => 1,
|
48
|
+
'LT_FUNC_DLSYM_USCORE' => 1,
|
49
|
+
'AM_PROG_INSTALL_STRIP' => 1,
|
50
|
+
'AC_LIB_LTDL' => 1,
|
51
|
+
'AM_DEP_TRACK' => 1,
|
52
|
+
'_LT_AC_PROG_CXXCPP' => 1,
|
53
|
+
'LT_CONFIG_LTDL_DIR' => 1,
|
54
|
+
'_LT_AC_LANG_CXX_CONFIG' => 1,
|
55
|
+
'm4_include' => 1,
|
56
|
+
'_AM_CONFIG_MACRO_DIRS' => 1,
|
57
|
+
'LT_AC_PROG_EGREP' => 1,
|
58
|
+
'AC_DEFUN_ONCE' => 1,
|
59
|
+
'AM_PROG_LD' => 1,
|
60
|
+
'_LT_PROG_LTMAIN' => 1,
|
61
|
+
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
51
62
|
'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
|
52
|
-
'
|
53
|
-
'_LT_COMPILER_OPTION' => 1,
|
54
|
-
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
55
|
-
'_LT_PREPARE_SED_QUOTE_VARS' => 1,
|
56
|
-
'AC_LIBTOOL_DLOPEN' => 1,
|
57
|
-
'LT_CMD_MAX_LEN' => 1,
|
58
|
-
'LT_SYS_DLSEARCH_PATH' => 1,
|
59
|
-
'AC_LTDL_SHLIBEXT' => 1,
|
60
|
-
'AC_LIBLTDL_INSTALLABLE' => 1,
|
61
|
-
'_LT_PROG_F77' => 1,
|
62
|
-
'AC_LIBTOOL_F77' => 1,
|
63
|
+
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
63
64
|
'AM_RUN_LOG' => 1,
|
64
|
-
'
|
65
|
-
'include' => 1,
|
66
|
-
'AM_MISSING_PROG' => 1,
|
65
|
+
'AM_SILENT_RULES' => 1,
|
67
66
|
'_LT_AC_TAGCONFIG' => 1,
|
68
|
-
'
|
69
|
-
'
|
67
|
+
'_LT_AC_SHELL_INIT' => 1,
|
68
|
+
'AC_LIBTOOL_RC' => 1,
|
69
|
+
'LT_PROG_RC' => 1,
|
70
|
+
'LT_LIB_DLLOAD' => 1,
|
71
|
+
'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
|
72
|
+
'LTOPTIONS_VERSION' => 1,
|
70
73
|
'_LT_AC_SYS_COMPILER' => 1,
|
71
|
-
'
|
72
|
-
'
|
73
|
-
'
|
74
|
-
'
|
75
|
-
'
|
76
|
-
'_LT_AC_LANG_F77_CONFIG' => 1,
|
77
|
-
'_m4_warn' => 1,
|
78
|
-
'AM_AUX_DIR_EXPAND' => 1,
|
74
|
+
'AC_LIBTOOL_WIN32_DLL' => 1,
|
75
|
+
'_LT_PROG_CXX' => 1,
|
76
|
+
'AC_LIBTOOL_F77' => 1,
|
77
|
+
'AC_CONFIG_MACRO_DIR_TRACE' => 1,
|
78
|
+
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
|
79
79
|
'AM_DISABLE_STATIC' => 1,
|
80
|
-
'
|
81
|
-
'
|
82
|
-
'
|
83
|
-
'
|
84
|
-
'
|
80
|
+
'_LT_LINKER_BOILERPLATE' => 1,
|
81
|
+
'_LT_WITH_SYSROOT' => 1,
|
82
|
+
'AC_LTDL_SYSSEARCHPATH' => 1,
|
83
|
+
'AC_DEPLIBS_CHECK_METHOD' => 1,
|
84
|
+
'AM_CONDITIONAL' => 1,
|
85
|
+
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
86
|
+
'_LT_AC_CHECK_DLFCN' => 1,
|
87
|
+
'LT_PROG_GCJ' => 1,
|
88
|
+
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
|
85
89
|
'_AM_MANGLE_OPTION' => 1,
|
86
|
-
'
|
87
|
-
'
|
88
|
-
'
|
89
|
-
'
|
90
|
+
'_AM_PROG_CC_C_O' => 1,
|
91
|
+
'AM_PROG_NM' => 1,
|
92
|
+
'AC_LTDL_ENABLE_INSTALL' => 1,
|
93
|
+
'LT_SUPPORTED_TAG' => 1,
|
90
94
|
'_AM_SET_OPTIONS' => 1,
|
91
|
-
'
|
92
|
-
'
|
93
|
-
'
|
94
|
-
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
95
|
-
'LT_LIB_M' => 1,
|
96
|
-
'AC_ENABLE_SHARED' => 1,
|
97
|
-
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
95
|
+
'_AM_SUBST_NOTMAKE' => 1,
|
96
|
+
'_AC_AM_CONFIG_HEADER_HOOK' => 1,
|
97
|
+
'AC_DEFUN' => 1,
|
98
98
|
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
99
|
-
'AC_PROG_LIBTOOL' => 1,
|
100
|
-
'AC_LTDL_SYSSEARCHPATH' => 1,
|
101
|
-
'AM_DEP_TRACK' => 1,
|
102
|
-
'LT_PATH_NM' => 1,
|
103
|
-
'LT_LANG' => 1,
|
104
|
-
'_LT_PROG_FC' => 1,
|
105
|
-
'_LT_AC_SHELL_INIT' => 1,
|
106
|
-
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
107
|
-
'LT_PROG_GO' => 1,
|
108
|
-
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
109
|
-
'AM_PROG_INSTALL_SH' => 1,
|
110
|
-
'_LT_LINKER_BOILERPLATE' => 1,
|
111
|
-
'LT_AC_PROG_RC' => 1,
|
112
|
-
'LT_CONFIG_LTDL_DIR' => 1,
|
113
|
-
'AC_PROG_LD_GNU' => 1,
|
114
|
-
'_LT_AC_LANG_GCJ' => 1,
|
115
|
-
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
|
116
|
-
'_LT_DLL_DEF_P' => 1,
|
117
|
-
'LTVERSION_VERSION' => 1,
|
118
99
|
'_AM_PROG_TAR' => 1,
|
119
|
-
'
|
120
|
-
'
|
121
|
-
'
|
122
|
-
'
|
123
|
-
'
|
124
|
-
'
|
100
|
+
'AC_DISABLE_FAST_INSTALL' => 1,
|
101
|
+
'_LT_AC_FILE_LTDLL_C' => 1,
|
102
|
+
'AC_LTDL_DLLIB' => 1,
|
103
|
+
'AC_CONFIG_MACRO_DIR' => 1,
|
104
|
+
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
105
|
+
'AC_LIBTOOL_PICMODE' => 1,
|
106
|
+
'AC_LIBLTDL_CONVENIENCE' => 1,
|
107
|
+
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
|
108
|
+
'AC_LTDL_SHLIBPATH' => 1,
|
109
|
+
'AC_PROG_LD_GNU' => 1,
|
110
|
+
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
111
|
+
'LT_CMD_MAX_LEN' => 1,
|
112
|
+
'AC_WITH_LTDL' => 1,
|
113
|
+
'LTOBSOLETE_VERSION' => 1,
|
125
114
|
'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
|
126
|
-
'
|
127
|
-
'
|
128
|
-
'
|
129
|
-
'
|
130
|
-
'
|
131
|
-
'
|
132
|
-
'
|
133
|
-
'
|
134
|
-
'
|
135
|
-
'
|
136
|
-
'
|
115
|
+
'AM_ENABLE_SHARED' => 1,
|
116
|
+
'LT_PROG_GO' => 1,
|
117
|
+
'LTDL_INIT' => 1,
|
118
|
+
'AC_LTDL_DLSYM_USCORE' => 1,
|
119
|
+
'_LT_AC_LANG_CXX' => 1,
|
120
|
+
'AM_SANITY_CHECK' => 1,
|
121
|
+
'AM_MAKE_INCLUDE' => 1,
|
122
|
+
'AC_PROG_EGREP' => 1,
|
123
|
+
'AC_LIBTOOL_DLOPEN' => 1,
|
124
|
+
'_AM_IF_OPTION' => 1,
|
125
|
+
'AC_PROG_LD_RELOAD_FLAG' => 1,
|
126
|
+
'LT_OUTPUT' => 1,
|
127
|
+
'AC_ENABLE_FAST_INSTALL' => 1,
|
128
|
+
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
129
|
+
'm4_pattern_allow' => 1,
|
130
|
+
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
131
|
+
'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
|
132
|
+
'_AM_SET_OPTION' => 1,
|
133
|
+
'LT_SYS_DLOPEN_SELF' => 1,
|
134
|
+
'_LT_COMPILER_BOILERPLATE' => 1,
|
137
135
|
'AC_PROG_NM' => 1,
|
138
|
-
'AM_ENABLE_STATIC' => 1,
|
139
|
-
'AC_LIB_LTDL' => 1,
|
140
136
|
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
|
141
|
-
'
|
142
|
-
'
|
143
|
-
'
|
144
|
-
'
|
145
|
-
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
146
|
-
'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
|
147
|
-
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
|
148
|
-
'_LT_AC_CHECK_DLFCN' => 1,
|
149
|
-
'AM_CONDITIONAL' => 1,
|
150
|
-
'm4_include' => 1,
|
137
|
+
'LT_WITH_LTDL' => 1,
|
138
|
+
'LT_SYS_DLOPEN_DEPLIBS' => 1,
|
139
|
+
'_LT_CC_BASENAME' => 1,
|
140
|
+
'_LT_AC_LANG_RC_CONFIG' => 1,
|
151
141
|
'LT_SYS_MODULE_PATH' => 1,
|
152
|
-
'
|
142
|
+
'_LT_AC_LOCK' => 1,
|
143
|
+
'AC_LTDL_SYMBOL_USCORE' => 1,
|
144
|
+
'LT_PATH_NM' => 1,
|
153
145
|
'AC_LIBTOOL_LINKER_OPTION' => 1,
|
154
|
-
'
|
155
|
-
'
|
156
|
-
'
|
157
|
-
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
158
|
-
'LT_SYS_DLOPEN_DEPLIBS' => 1,
|
159
|
-
'LT_PROG_GCJ' => 1,
|
160
|
-
'AC_LTDL_SHLIBPATH' => 1,
|
161
|
-
'AM_DISABLE_SHARED' => 1,
|
162
|
-
'AC_LIBTOOL_OBJDIR' => 1,
|
146
|
+
'_LT_PROG_ECHO_BACKSLASH' => 1,
|
147
|
+
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
148
|
+
'LT_AC_PROG_GCJ' => 1,
|
163
149
|
'AC_LIBTOOL_FC' => 1,
|
164
|
-
'
|
150
|
+
'AC_LTDL_PREOPEN' => 1,
|
151
|
+
'_LTDL_SETUP' => 1,
|
152
|
+
'AC_LIBLTDL_INSTALLABLE' => 1,
|
153
|
+
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
154
|
+
'LT_LIB_M' => 1,
|
155
|
+
'LT_INIT' => 1,
|
156
|
+
'LTVERSION_VERSION' => 1,
|
157
|
+
'AM_SET_LEADING_DOT' => 1,
|
158
|
+
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
159
|
+
'LT_LANG' => 1,
|
160
|
+
'_AM_DEPENDENCIES' => 1,
|
161
|
+
'LT_AC_PROG_RC' => 1,
|
162
|
+
'_LT_DLL_DEF_P' => 1,
|
163
|
+
'_LT_AC_LANG_GCJ' => 1,
|
164
|
+
'AC_ENABLE_SHARED' => 1,
|
165
|
+
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
165
166
|
'AC_PATH_MAGIC' => 1,
|
166
|
-
'
|
167
|
-
'
|
168
|
-
'
|
169
|
-
'
|
170
|
-
'
|
171
|
-
'
|
172
|
-
'
|
173
|
-
'_AM_SUBST_NOTMAKE' => 1,
|
174
|
-
'AC_LIBLTDL_CONVENIENCE' => 1,
|
175
|
-
'AC_LIBTOOL_SETUP' => 1,
|
176
|
-
'AC_DEFUN' => 1,
|
177
|
-
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
178
|
-
'AC_CONFIG_MACRO_DIR_TRACE' => 1,
|
179
|
-
'LTOBSOLETE_VERSION' => 1,
|
167
|
+
'LT_SYS_MODULE_EXT' => 1,
|
168
|
+
'AM_PROG_CC_C_O' => 1,
|
169
|
+
'_AC_PROG_LIBTOOL' => 1,
|
170
|
+
'AC_DISABLE_STATIC' => 1,
|
171
|
+
'LTDL_CONVENIENCE' => 1,
|
172
|
+
'include' => 1,
|
173
|
+
'AM_INIT_AUTOMAKE' => 1,
|
180
174
|
'AC_LIBTOOL_COMPILER_OPTION' => 1,
|
181
|
-
'
|
182
|
-
'_LT_LIBOBJ' => 1,
|
183
|
-
'AM_MAKE_INCLUDE' => 1,
|
175
|
+
'AC_LIBTOOL_SETUP' => 1,
|
184
176
|
'AC_LIBTOOL_CONFIG' => 1,
|
185
|
-
'
|
186
|
-
'
|
177
|
+
'_LT_AC_LANG_C_CONFIG' => 1,
|
178
|
+
'_LT_PREPARE_SED_QUOTE_VARS' => 1,
|
179
|
+
'AU_DEFUN' => 1,
|
180
|
+
'AM_DISABLE_SHARED' => 1,
|
187
181
|
'AM_AUTOMAKE_VERSION' => 1,
|
188
|
-
'
|
189
|
-
'AM_PROG_LIBTOOL' => 1,
|
190
|
-
'AM_ENABLE_SHARED' => 1,
|
191
|
-
'LT_PROG_RC' => 1,
|
192
|
-
'AM_SILENT_RULES' => 1,
|
193
|
-
'AC_DISABLE_STATIC' => 1,
|
194
|
-
'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
|
195
|
-
'LT_FUNC_ARGZ' => 1,
|
196
|
-
'AC_WITH_LTDL' => 1,
|
197
|
-
'LTDL_INIT' => 1,
|
198
|
-
'_AM_DEPENDENCIES' => 1,
|
199
|
-
'_AC_PROG_LIBTOOL' => 1,
|
200
|
-
'AC_DISABLE_FAST_INSTALL' => 1,
|
201
|
-
'AM_MISSING_HAS_RUN' => 1,
|
202
|
-
'AM_PROG_LD' => 1,
|
203
|
-
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
204
|
-
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
205
|
-
'AC_LTDL_PREOPEN' => 1,
|
206
|
-
'AC_CONFIG_MACRO_DIR' => 1,
|
182
|
+
'_LT_COMPILER_OPTION' => 1,
|
207
183
|
'_LT_REQUIRED_DARWIN_CHECKS' => 1,
|
208
|
-
'
|
209
|
-
'
|
210
|
-
'
|
184
|
+
'_m4_warn' => 1,
|
185
|
+
'_LT_PROG_F77' => 1,
|
186
|
+
'AM_PROG_LIBTOOL' => 1,
|
187
|
+
'LT_SYS_DLSEARCH_PATH' => 1,
|
188
|
+
'_LT_LINKER_OPTION' => 1,
|
189
|
+
'_LT_AC_LANG_F77_CONFIG' => 1,
|
211
190
|
'AC_DISABLE_SHARED' => 1,
|
212
|
-
'
|
213
|
-
'
|
214
|
-
'
|
215
|
-
'
|
216
|
-
'
|
217
|
-
'
|
218
|
-
'
|
191
|
+
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
|
192
|
+
'AC_LTDL_OBJDIR' => 1,
|
193
|
+
'LTSUGAR_VERSION' => 1,
|
194
|
+
'AM_ENABLE_STATIC' => 1,
|
195
|
+
'_LT_AC_TAGVAR' => 1,
|
196
|
+
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
197
|
+
'AC_PROG_LIBTOOL' => 1,
|
219
198
|
'AC_LIBTOOL_CXX' => 1,
|
220
|
-
'
|
221
|
-
'
|
222
|
-
'
|
199
|
+
'AM_PROG_INSTALL_SH' => 1,
|
200
|
+
'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
|
201
|
+
'_LT_LIBOBJ' => 1,
|
202
|
+
'_LT_PROG_FC' => 1,
|
203
|
+
'AC_LIBTOOL_GCJ' => 1,
|
204
|
+
'AC_ENABLE_STATIC' => 1,
|
205
|
+
'AC_PATH_TOOL_PREFIX' => 1,
|
206
|
+
'm4_pattern_forbid' => 1,
|
207
|
+
'LT_FUNC_ARGZ' => 1,
|
208
|
+
'AC_LTDL_SHLIBEXT' => 1,
|
209
|
+
'_AM_AUTOCONF_VERSION' => 1,
|
210
|
+
'_LT_AC_LANG_F77' => 1,
|
211
|
+
'AC_LIBTOOL_LANG_C_CONFIG' => 1,
|
212
|
+
'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
|
213
|
+
'AC_CHECK_LIBM' => 1,
|
214
|
+
'AC_PROG_LD' => 1,
|
215
|
+
'LT_SYS_SYMBOL_USCORE' => 1,
|
216
|
+
'AM_SUBST_NOTMAKE' => 1,
|
217
|
+
'_LT_PATH_TOOL_PREFIX' => 1,
|
218
|
+
'AM_SET_DEPDIR' => 1,
|
219
|
+
'LTDL_INSTALLABLE' => 1,
|
220
|
+
'LT_PATH_LD' => 1,
|
221
|
+
'AM_AUX_DIR_EXPAND' => 1,
|
222
|
+
'AM_MISSING_HAS_RUN' => 1
|
223
223
|
}
|
224
224
|
], 'Autom4te::Request' ),
|
225
225
|
bless( [
|
@@ -234,65 +234,65 @@
|
|
234
234
|
'configure.ac'
|
235
235
|
],
|
236
236
|
{
|
237
|
+
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
|
238
|
+
'AM_ENABLE_MULTILIB' => 1,
|
239
|
+
'm4_include' => 1,
|
237
240
|
'AC_FC_SRCEXT' => 1,
|
238
|
-
'
|
239
|
-
'AC_LIBSOURCE' => 1,
|
241
|
+
'AM_PATH_GUILE' => 1,
|
240
242
|
'_AM_COND_ENDIF' => 1,
|
241
|
-
'
|
242
|
-
'
|
243
|
-
'
|
244
|
-
'
|
245
|
-
'
|
246
|
-
'
|
247
|
-
'AC_CONFIG_HEADERS' => 1,
|
248
|
-
'AM_PROG_CXX_C_O' => 1,
|
249
|
-
'AM_PROG_AR' => 1,
|
243
|
+
'AM_EXTRA_RECURSIVE_TARGETS' => 1,
|
244
|
+
'AM_GNU_GETTEXT' => 1,
|
245
|
+
'AC_CONFIG_SUBDIRS' => 1,
|
246
|
+
'AM_PROG_FC_C_O' => 1,
|
247
|
+
'AC_SUBST_TRACE' => 1,
|
248
|
+
'AC_SUBST' => 1,
|
250
249
|
'LT_CONFIG_LTDL_DIR' => 1,
|
251
|
-
'AC_FC_PP_DEFINE' => 1,
|
252
|
-
'AM_ENABLE_MULTILIB' => 1,
|
253
250
|
'AM_PROG_MKDIR_P' => 1,
|
254
|
-
'AM_PROG_CC_C_O' => 1,
|
255
|
-
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
|
256
251
|
'AM_PROG_MOC' => 1,
|
257
|
-
'
|
258
|
-
'
|
259
|
-
'
|
260
|
-
'
|
261
|
-
'
|
262
|
-
'LT_INIT' => 1,
|
263
|
-
'AC_CANONICAL_BUILD' => 1,
|
264
|
-
'AM_INIT_AUTOMAKE' => 1,
|
252
|
+
'AC_INIT' => 1,
|
253
|
+
'_AM_MAKEFILE_INCLUDE' => 1,
|
254
|
+
'AM_AUTOMAKE_VERSION' => 1,
|
255
|
+
'AM_MAINTAINER_MODE' => 1,
|
256
|
+
'AC_CANONICAL_HOST' => 1,
|
265
257
|
'_m4_warn' => 1,
|
266
|
-
'
|
267
|
-
'
|
258
|
+
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
259
|
+
'AM_MAKEFILE_INCLUDE' => 1,
|
260
|
+
'AC_FC_PP_SRCEXT' => 1,
|
268
261
|
'AC_DEFINE_TRACE_LITERAL' => 1,
|
269
|
-
'AC_CANONICAL_TARGET' => 1,
|
270
|
-
'AM_POT_TOOLS' => 1,
|
271
|
-
'm4_pattern_allow' => 1,
|
272
262
|
'LT_SUPPORTED_TAG' => 1,
|
263
|
+
'_AM_SUBST_NOTMAKE' => 1,
|
264
|
+
'include' => 1,
|
265
|
+
'AM_INIT_AUTOMAKE' => 1,
|
266
|
+
'AC_CANONICAL_SYSTEM' => 1,
|
273
267
|
'AM_PROG_F77_C_O' => 1,
|
268
|
+
'AC_FC_PP_DEFINE' => 1,
|
269
|
+
'AC_CONFIG_HEADERS' => 1,
|
270
|
+
'm4_pattern_allow' => 1,
|
271
|
+
'_AM_COND_IF' => 1,
|
274
272
|
'AC_CONFIG_AUX_DIR' => 1,
|
275
|
-
'
|
276
|
-
'
|
277
|
-
'
|
278
|
-
'
|
279
|
-
'
|
280
|
-
'
|
273
|
+
'm4_sinclude' => 1,
|
274
|
+
'AM_PROG_CC_C_O' => 1,
|
275
|
+
'AM_PROG_AR' => 1,
|
276
|
+
'AC_REQUIRE_AUX_FILE' => 1,
|
277
|
+
'AC_CANONICAL_TARGET' => 1,
|
278
|
+
'AM_NLS' => 1,
|
279
|
+
'AC_CONFIG_LINKS' => 1,
|
280
|
+
'AC_LIBSOURCE' => 1,
|
281
|
+
'AC_CANONICAL_BUILD' => 1,
|
281
282
|
'm4_pattern_forbid' => 1,
|
282
|
-
'AM_MAKEFILE_INCLUDE' => 1,
|
283
|
-
'AC_CANONICAL_SYSTEM' => 1,
|
284
|
-
'include' => 1,
|
285
|
-
'_LT_AC_TAGCONFIG' => 1,
|
286
|
-
'AH_OUTPUT' => 1,
|
287
|
-
'AM_EXTRA_RECURSIVE_TARGETS' => 1,
|
288
|
-
'AC_CONFIG_SUBDIRS' => 1,
|
289
283
|
'AC_CONFIG_FILES' => 1,
|
290
|
-
'
|
291
|
-
'
|
284
|
+
'_AM_COND_ELSE' => 1,
|
285
|
+
'sinclude' => 1,
|
286
|
+
'AM_CONDITIONAL' => 1,
|
287
|
+
'AH_OUTPUT' => 1,
|
288
|
+
'AM_XGETTEXT_OPTION' => 1,
|
289
|
+
'AC_FC_FREEFORM' => 1,
|
290
|
+
'LT_INIT' => 1,
|
291
|
+
'AM_PROG_CXX_C_O' => 1,
|
292
292
|
'AC_PROG_LIBTOOL' => 1,
|
293
293
|
'AM_SILENT_RULES' => 1,
|
294
|
-
'
|
295
|
-
'
|
294
|
+
'_LT_AC_TAGCONFIG' => 1,
|
295
|
+
'AM_POT_TOOLS' => 1
|
296
296
|
}
|
297
297
|
], 'Autom4te::Request' )
|
298
298
|
);
|