[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/02: build: fix get_version location
From: |
gnunet |
Subject: |
[gnunet] 02/02: build: fix get_version location |
Date: |
Mon, 16 Oct 2023 18:07:35 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit ba84cc9cf542b63e72d7ed2c9bd8354f88ae5f3a
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 16 18:07:28 2023 +0200
build: fix get_version location
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8f67ed651..69b2e4694 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,10 +22,10 @@
AC_PREREQ([2.69])
AC_INIT([gnunet],[m4_esyscmd_s(sh
scripts/get_version.sh)],[bug-gnunet@gnu.org])
-gnunet_version=m4_esyscmd_s(sh contrib/get_version.sh)
-gnunet_major_version=m4_esyscmd_s(sh contrib/get_version.sh --major)
-gnunet_minor_version=m4_esyscmd_s(sh contrib/get_version.sh --minor)
-gnunet_micro_version=m4_esyscmd_s(sh contrib/get_version.sh --micro)
+gnunet_version=m4_esyscmd_s(sh scripts/get_version.sh)
+gnunet_major_version=m4_esyscmd_s(sh scripts/get_version.sh --major)
+gnunet_minor_version=m4_esyscmd_s(sh scripts/get_version.sh --minor)
+gnunet_micro_version=m4_esyscmd_s(sh scripts/get_version.sh --micro)
AC_SUBST([gnunet_version])
AC_SUBST([gnunet_major_version])
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.