This commit is contained in:
Олег Бородин
2026-05-24 11:15:57 +02:00
parent 14fda756ba
commit 315f69b123
4 changed files with 25 additions and 25 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
AC_INIT([mbase],[0.2.5])
AC_INIT([mbase],[0.0.1])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])
AC_PREFIX_DEFAULT(/usr/local)
PACKAGE=mstore
PACKAGE=mbase
AC_CHECK_PROG(HAVE_GO, go, true, false)
if test "x$HAVE_GO" = "xfalse"; then
@@ -247,8 +247,8 @@ AM_EXTRA_RECURSIVE_TARGETS([docs])
AC_CONFIG_FILES([
Makefile
app/config/variant.go
initrc/mstored.service
initrc/mstored
initrc/mbased.service
initrc/mbased
chart/Chart.yaml
chart/values.yaml
debian/control