configure.ac: FIXME note on version command that predates switch to git.
authorNils Gillmann <ng0@n0.is>
Fri, 18 May 2018 06:05:06 +0000 (06:05 +0000)
committerNils Gillmann <ng0@n0.is>
Fri, 18 May 2018 06:05:06 +0000 (06:05 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
configure.ac

index 668ac75290da908ac5e114b48edacb7d9b160581..871a84f93c41d5b90d780e5b5bdef86505bd2e8f 100644 (file)
@@ -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)