[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 02/03: configure.ac: FIXME note on version command
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 02/03: configure.ac: FIXME note on version command that predates switch to git. |
Date: |
Fri, 18 May 2018 08:48:28 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
commit 34bcd43ac4b230dbda5ca832c12faed2333d81af
Author: Nils Gillmann <address@hidden>
AuthorDate: Fri May 18 06:05:06 2018 +0000
configure.ac: FIXME note on version command that predates switch to git.
Signed-off-by: Nils Gillmann <address@hidden>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 668ac7529..871a84f93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1530,6 +1530,8 @@ AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" =
"xyes"])
# version info
+# TODO: git blame says this predates our switch to git. git-svn should be
adjusted to simply git, or
+# an external script that does the job.
AC_PATH_PROG(svnversioncommand, svnversion)
AC_PATH_PROG(gitcommand, git)
AC_MSG_CHECKING(for source being under a VCS)
--
To stop receiving notification emails like this one, please contact
address@hidden