[network-manager-applet/nma-1-0] build: rename variable NM_GIT_SHA to NMA_GIT_SHA
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/nma-1-0] build: rename variable NM_GIT_SHA to NMA_GIT_SHA
- Date: Mon, 10 Aug 2015 12:34:17 +0000 (UTC)
commit 518312e29887b83a2999508a23025e9653c705a5
Author: Thomas Haller <thaller redhat com>
Date: Mon Aug 10 14:33:33 2015 +0200
build: rename variable NM_GIT_SHA to NMA_GIT_SHA
Fixes: 5158105c11aae6b4c358aafd1bb8eb004555f346
(cherry picked from commit 815bf64a0b81bc46bb63f89d6f424d5d72962387)
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3b5e420..d930ff7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,9 @@ dnl Initialize libtool
LT_PREREQ([2.2.6])
LT_INIT
-m4_define([nm_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f "$(git
rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) || true ])])
-NM_GIT_SHA=nm_git_sha
-AC_DEFINE_UNQUOTED(NM_GIT_SHA,"$NM_GIT_SHA",[git commit id of the original source code version])
+m4_define([nma_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f
"$(git rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) ||
true ])])
+NMA_GIT_SHA=nma_git_sha
+AC_DEFINE_UNQUOTED(NMA_GIT_SHA,"$NMA_GIT_SHA",[git commit id of the original source code version])
dnl
dnl Checks for typedefs, structures, and compiler characteristics.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]