aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-18 06:05:06 +0000
committerNils Gillmann <ng0@n0.is>2018-05-18 06:05:06 +0000
commit34bcd43ac4b230dbda5ca832c12faed2333d81af (patch)
tree190c7150b444bf02384b529eff687816e5d37d05 /configure.ac
parent8e9a2af35b4ed1e59a8fa30db10b92f94642aec1 (diff)
downloadgnunet-34bcd43ac4b230dbda5ca832c12faed2333d81af.tar.gz
gnunet-34bcd43ac4b230dbda5ca832c12faed2333d81af.zip
configure.ac: FIXME note on version command that predates switch to git.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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"])
1530 1530
1531 1531
1532# version info 1532# version info
1533# TODO: git blame says this predates our switch to git. git-svn should be adjusted to simply git, or
1534# an external script that does the job.
1533AC_PATH_PROG(svnversioncommand, svnversion) 1535AC_PATH_PROG(svnversioncommand, svnversion)
1534AC_PATH_PROG(gitcommand, git) 1536AC_PATH_PROG(gitcommand, git)
1535AC_MSG_CHECKING(for source being under a VCS) 1537AC_MSG_CHECKING(for source being under a VCS)