Remove obsolete protobuf payment requests

This commit is contained in:
root
2026-05-03 05:30:25 +00:00
parent acf8b3ccb6
commit 9852dad996
34 changed files with 196 additions and 1288 deletions
Vendored
+39 -365
View File
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Agrarian Core 1.0.0.
# Generated by GNU Autoconf 2.71 for Agrarian Core 2.0.0.
#
# Report bugs to <www.agrarian.org>.
#
@@ -621,8 +621,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Agrarian Core'
PACKAGE_TARNAME='agrarian'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='Agrarian Core 1.0.0'
PACKAGE_VERSION='2.0.0'
PACKAGE_STRING='Agrarian Core 2.0.0'
PACKAGE_BUGREPORT='www.agrarian.org'
PACKAGE_URL=''
@@ -751,7 +751,6 @@ BUILD_BITCOIN_UTILS_FALSE
BUILD_BITCOIN_UTILS_TRUE
BUILD_BITCOIND_FALSE
BUILD_BITCOIND_TRUE
PROTOC
EMBEDDED_UNIVALUE_FALSE
EMBEDDED_UNIVALUE_TRUE
UNIVALUE_LIBS
@@ -764,8 +763,6 @@ EVENT_LIBS
EVENT_CFLAGS
QR_LIBS
QR_CFLAGS
PROTOBUF_LIBS
PROTOBUF_CFLAGS
CRYPTO_LIBS
CRYPTO_CFLAGS
SSL_LIBS
@@ -1033,7 +1030,6 @@ enable_asm
with_system_univalue
enable_zmq
with_zerocoin_bignum
with_protoc_bindir
enable_man
enable_debug
with_sanitizers
@@ -1117,8 +1113,6 @@ SSL_CFLAGS
SSL_LIBS
CRYPTO_CFLAGS
CRYPTO_LIBS
PROTOBUF_CFLAGS
PROTOBUF_LIBS
QR_CFLAGS
QR_LIBS
EVENT_CFLAGS
@@ -1678,7 +1672,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Agrarian Core 1.0.0 to adapt to many kinds of systems.
\`configure' configures Agrarian Core 2.0.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1749,7 +1743,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Agrarian Core 1.0.0:";;
short | recursive ) echo "Configuration of Agrarian Core 2.0.0:";;
esac
cat <<\_ACEOF
@@ -1819,8 +1813,6 @@ Optional Packages:
--with-system-univalue Build with system UniValue (default is no)
--with-zerocoin-bignum=gmp|openssl|auto
Specify Bignum Implementation. Default is auto
--with-protoc-bindir=BIN_DIR
specify protoc bin path
--with-sanitizers comma separated list of extra sanitizers to build
with (default is none enabled)
--with-utils build agrarian-cli agrarian-tx (default=yes)
@@ -1962,10 +1954,6 @@ Some influential environment variables:
CRYPTO_CFLAGS
C compiler flags for CRYPTO, overriding pkg-config
CRYPTO_LIBS linker flags for CRYPTO, overriding pkg-config
PROTOBUF_CFLAGS
C compiler flags for PROTOBUF, overriding pkg-config
PROTOBUF_LIBS
linker flags for PROTOBUF, overriding pkg-config
QR_CFLAGS C compiler flags for QR, overriding pkg-config
QR_LIBS linker flags for QR, overriding pkg-config
EVENT_CFLAGS
@@ -2049,7 +2037,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Agrarian Core configure 1.0.0
Agrarian Core configure 2.0.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2596,7 +2584,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Agrarian Core $as_me 1.0.0, which was
It was created by Agrarian Core $as_me 2.0.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -4179,7 +4167,7 @@ fi
# Define the identity of the package.
PACKAGE='agrarian'
VERSION='1.0.0'
VERSION='2.0.0'
# Some tools Automake needs.
@@ -19888,14 +19876,6 @@ else $as_nop
fi
# Check whether --with-protoc-bindir was given.
if test ${with_protoc_bindir+y}
then :
withval=$with_protoc_bindir; protoc_bin_path=$withval
fi
# Check whether --enable-man was given.
if test ${enable_man+y}
then :
@@ -29340,7 +29320,15 @@ printf "%s\n" "#define QT_STATICPLUGIN 1" >>confdefs.h
if test "x$TARGET_OS" = xlinux; then
QT_LIBS="-lQt6XcbQpa -lQt6InputSupport -lQt6FbSupport -lQt6DeviceDiscoverySupport $QT_LIBS"
if test "x$PKG_CONFIG" != x; then
QT6_XCB_LIBS=`PKG_CONFIG_LIBDIR=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig $PKG_CONFIG --libs --static x11 x11-xcb xcb xcb-cursor xcb-icccm xcb-image xcb-keysyms xcb-randr xcb-renderutil xcb-shape xcb-shm xcb-sync xcb-xfixes xcb-xkb xkbcommon xkbcommon-x11 fontconfig freetype2 harfbuzz 2>/dev/null`
qt_multiarch=`$CC -print-multiarch 2>/dev/null`
qt_system_pc_path="${QT_SYSTEM_PKG_CONFIG_LIBDIR}"
if test "x$qt_system_pc_path" = x && test "x$qt_multiarch" != x; then
qt_system_pc_path="/usr/lib/$qt_multiarch/pkgconfig:/lib/$qt_multiarch/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig"
fi
if test "x$qt_system_pc_path" = x; then
qt_system_pc_path="/usr/lib/pkgconfig:/usr/share/pkgconfig"
fi
QT6_XCB_LIBS=`PKG_CONFIG_LIBDIR="$qt_system_pc_path" $PKG_CONFIG --libs --static x11 x11-xcb xcb xcb-cursor xcb-icccm xcb-image xcb-keysyms xcb-randr xcb-render xcb-renderutil xcb-shape xcb-shm xcb-sync xcb-xfixes xcb-xkb xkbcommon xkbcommon-x11 fontconfig freetype2 harfbuzz 2>/dev/null`
QT_LIBS="$QT_LIBS $QT6_XCB_LIBS"
fi
fi
@@ -31054,8 +31042,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for static Qt plugins: -lqminimal" >&5
printf %s "checking for static Qt plugins: -lqminimal... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for optional static Qt plugins: -lqminimal" >&5
printf %s "checking for optional static Qt plugins: -lqminimal... " >&6; }
CHECK_STATIC_PLUGINS_TEMP_LIBS="$LIBS"
LIBS="-lqminimal $QT_LIBS $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -31075,33 +31063,23 @@ _ACEOF
if ac_fn_cxx_try_link "$LINENO"
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; QT_LIBS="-lqminimal $QT_LIBS"
printf "%s\n" "yes" >&6; }; QT_LIBS="-lqminimal $QT_LIBS";
printf "%s\n" "#define QT_QPA_PLATFORM_MINIMAL 1" >>confdefs.h
else $as_nop
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; };
if test "x$bitcoin_qt_want_version" = xauto && test "x$bitcoin_qt_force" != xyes; then
if test "x$bitcoin_enable_qt" != xno; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Could not resolve: -lqminimal; agrarian-qt frontend will not be built" >&5
printf "%s\n" "$as_me: WARNING: Could not resolve: -lqminimal; agrarian-qt frontend will not be built" >&2;}
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
else
as_fn_error $? "Could not resolve: -lqminimal" "$LINENO" 5
fi
printf "%s\n" "no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
LIBS="$CHECK_STATIC_PLUGINS_TEMP_LIBS"
printf "%s\n" "#define QT_QPA_PLATFORM_MINIMAL 1" >>confdefs.h
if test "x$QT_LIB_PREFIX" = xQt6; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for static Qt plugins: -lqopensslbackend -lssl -lcrypto" >&5
printf %s "checking for static Qt plugins: -lqopensslbackend -lssl -lcrypto... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for optional static Qt plugins: -lqopensslbackend -lssl -lcrypto" >&5
printf %s "checking for optional static Qt plugins: -lqopensslbackend -lssl -lcrypto... " >&6; }
CHECK_STATIC_PLUGINS_TEMP_LIBS="$LIBS"
LIBS="-lqopensslbackend -lssl -lcrypto $QT_LIBS $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -31121,29 +31099,19 @@ _ACEOF
if ac_fn_cxx_try_link "$LINENO"
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; QT_LIBS="-lqopensslbackend -lssl -lcrypto $QT_LIBS"
printf "%s\n" "yes" >&6; }; QT_LIBS="-lqopensslbackend -lssl -lcrypto $QT_LIBS";
printf "%s\n" "#define QT_TLS_OPENSSL 1" >>confdefs.h
else $as_nop
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; };
if test "x$bitcoin_qt_want_version" = xauto && test "x$bitcoin_qt_force" != xyes; then
if test "x$bitcoin_enable_qt" != xno; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Could not resolve: -lqopensslbackend -lssl -lcrypto; agrarian-qt frontend will not be built" >&5
printf "%s\n" "$as_me: WARNING: Could not resolve: -lqopensslbackend -lssl -lcrypto; agrarian-qt frontend will not be built" >&2;}
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
else
as_fn_error $? "Could not resolve: -lqopensslbackend -lssl -lcrypto" "$LINENO" 5
fi
printf "%s\n" "no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
LIBS="$CHECK_STATIC_PLUGINS_TEMP_LIBS"
printf "%s\n" "#define QT_TLS_OPENSSL 1" >>confdefs.h
fi
if test "x$TARGET_OS" = xwindows; then
@@ -34257,107 +34225,6 @@ else
printf "%s\n" "yes" >&6; }
fi
if test "x$bitcoin_enable_qt" != xno && test "x$bitcoin_qt_want_version" != xno; then
true
pkg_failed=no
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for protobuf" >&5
printf %s "checking for protobuf... " >&6; }
if test -n "$PROTOBUF_CFLAGS"; then
pkg_cv_PROTOBUF_CFLAGS="$PROTOBUF_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"protobuf\""; } >&5
($PKG_CONFIG --exists --print-errors "protobuf") 2>&5
ac_status=$?
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_PROTOBUF_CFLAGS=`$PKG_CONFIG --cflags "protobuf" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
if test -n "$PROTOBUF_LIBS"; then
pkg_cv_PROTOBUF_LIBS="$PROTOBUF_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"protobuf\""; } >&5
($PKG_CONFIG --exists --print-errors "protobuf") 2>&5
ac_status=$?
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_PROTOBUF_LIBS=`$PKG_CONFIG --libs "protobuf" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
if test $pkg_failed = yes; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
_pkg_short_errors_supported=yes
else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
PROTOBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "protobuf" 2>&1`
else
PROTOBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "protobuf" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$PROTOBUF_PKG_ERRORS" >&5
if test "x$bitcoin_qt_want_version" = xauto && test "x$bitcoin_qt_force" != xyes; then
if test "x$bitcoin_enable_qt" != xno; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libprotobuf not found; agrarian-qt frontend will not be built" >&5
printf "%s\n" "$as_me: WARNING: libprotobuf not found; agrarian-qt frontend will not be built" >&2;}
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
else
as_fn_error $? "libprotobuf not found" "$LINENO" 5
fi
elif test $pkg_failed = untried; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
if test "x$bitcoin_qt_want_version" = xauto && test "x$bitcoin_qt_force" != xyes; then
if test "x$bitcoin_enable_qt" != xno; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libprotobuf not found; agrarian-qt frontend will not be built" >&5
printf "%s\n" "$as_me: WARNING: libprotobuf not found; agrarian-qt frontend will not be built" >&2;}
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
else
as_fn_error $? "libprotobuf not found" "$LINENO" 5
fi
else
PROTOBUF_CFLAGS=$pkg_cv_PROTOBUF_CFLAGS
PROTOBUF_LIBS=$pkg_cv_PROTOBUF_LIBS
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
have_protobuf=yes
fi
else
true
fi
if test x$use_qr != xno; then
if test "x$bitcoin_enable_qt" != xno && test "x$bitcoin_qt_want_version" != xno; then
@@ -34949,68 +34816,6 @@ printf "%s\n" "#define ENABLE_ZMQ 0" >>confdefs.h
esac
fi
if test "x$bitcoin_enable_qt" != xno && test "x$bitcoin_qt_want_version" != xno; then
true
as_ac_Lib=`printf "%s\n" "ac_cv_lib_protobuf ""_main" | $as_tr_sh`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for main in -lprotobuf " >&5
printf %s "checking for main in -lprotobuf ... " >&6; }
if eval test \${$as_ac_Lib+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_check_lib_save_LIBS=$LIBS
LIBS="-lprotobuf $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
namespace conftest {
extern "C" int main ();
}
int
main (void)
{
return conftest::main ();
;
return 0;
}
_ACEOF
if ac_fn_cxx_try_link "$LINENO"
then :
eval "$as_ac_Lib=yes"
else $as_nop
eval "$as_ac_Lib=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
eval ac_res=\$$as_ac_Lib
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
printf "%s\n" "$ac_res" >&6; }
if eval test \"x\$"$as_ac_Lib"\" = x"yes"
then :
PROTOBUF_LIBS=-lprotobuf
else $as_nop
if test "x$bitcoin_qt_want_version" = xauto && test "x$bitcoin_qt_force" != xyes; then
if test "x$bitcoin_enable_qt" != xno; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libprotobuf not found; agrarian-qt frontend will not be built" >&5
printf "%s\n" "$as_me: WARNING: libprotobuf not found; agrarian-qt frontend will not be built" >&2;}
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
else
as_fn_error $? "libprotobuf not found" "$LINENO" 5
fi
fi
else
true
fi
if test x$use_qr != xno; then
if test "x$bitcoin_enable_qt" != xno && test "x$bitcoin_qt_want_version" != xno; then
@@ -35313,136 +35118,6 @@ fi
if test "x$bitcoin_enable_qt" != xno && test "x$bitcoin_qt_want_version" != xno; then
true
if test "x$protoc_bin_path" != x; then
for ac_prog in protoc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_path_PROTOC+y}
then :
printf %s "(cached) " >&6
else $as_nop
case $PROTOC in
[\\/]* | ?:[\\/]*)
ac_cv_path_PROTOC="$PROTOC" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $protoc_bin_path
do
IFS=$as_save_IFS
case $as_dir in #(((
'') as_dir=./ ;;
*/) ;;
*) as_dir=$as_dir/ ;;
esac
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
ac_cv_path_PROTOC="$as_dir$ac_word$ac_exec_ext"
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
PROTOC=$ac_cv_path_PROTOC
if test -n "$PROTOC"; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PROTOC" >&5
printf "%s\n" "$PROTOC" >&6; }
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi
test -n "$PROTOC" && break
done
else
for ac_prog in protoc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_path_PROTOC+y}
then :
printf %s "(cached) " >&6
else $as_nop
case $PROTOC in
[\\/]* | ?:[\\/]*)
ac_cv_path_PROTOC="$PROTOC" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
'') as_dir=./ ;;
*/) ;;
*) as_dir=$as_dir/ ;;
esac
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
ac_cv_path_PROTOC="$as_dir$ac_word$ac_exec_ext"
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
PROTOC=$ac_cv_path_PROTOC
if test -n "$PROTOC"; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PROTOC" >&5
printf "%s\n" "$PROTOC" >&6; }
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi
test -n "$PROTOC" && break
done
fi
if test "x$PROTOC" = x && test "x" != xyes; then
if test "x$bitcoin_qt_want_version" = xauto && test "x$bitcoin_qt_force" != xyes; then
if test "x$bitcoin_enable_qt" != xno; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: PROTOC not found; agrarian-qt frontend will not be built" >&5
printf "%s\n" "$as_me: WARNING: PROTOC not found; agrarian-qt frontend will not be built" >&2;}
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
else
as_fn_error $? "PROTOC not found" "$LINENO" 5
fi
fi
else
true
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build agrariand" >&5
printf %s "checking whether to build agrariand... " >&6; }
if test x$build_bitcoind = xyes; then
@@ -35998,7 +35673,7 @@ fi
printf "%s\n" "#define CLIENT_VERSION_MAJOR 1" >>confdefs.h
printf "%s\n" "#define CLIENT_VERSION_MAJOR 2" >>confdefs.h
printf "%s\n" "#define CLIENT_VERSION_MINOR 0" >>confdefs.h
@@ -36013,9 +35688,9 @@ printf "%s\n" "#define CLIENT_VERSION_BUILD 0" >>confdefs.h
printf "%s\n" "#define CLIENT_VERSION_IS_RELEASE true" >>confdefs.h
printf "%s\n" "#define COPYRIGHT_YEAR 2026" >>confdefs.h
printf "%s\n" "#define COPYRIGHT_YEAR 2036" >>confdefs.h
CLIENT_VERSION_MAJOR=1
CLIENT_VERSION_MAJOR=2
CLIENT_VERSION_MINOR=0
@@ -36025,8 +35700,7 @@ CLIENT_VERSION_BUILD=0
CLIENT_VERSION_IS_RELEASE=true
COPYRIGHT_YEAR=2026
COPYRIGHT_YEAR=2036
@@ -36761,7 +36435,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Agrarian Core $as_me 1.0.0, which was
This file was extended by Agrarian Core $as_me 2.0.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -36833,7 +36507,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Agrarian Core config.status 1.0.0
Agrarian Core config.status 2.0.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"