From 34bcd43ac4b230dbda5ca832c12faed2333d81af Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Fri, 18 May 2018 06:05:06 +0000 Subject: [PATCH] configure.ac: FIXME note on version command that predates switch to git. Signed-off-by: Nils Gillmann --- 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) -- 2.25.1