From: Nils Gillmann Date: Fri, 18 May 2018 06:05:06 +0000 (+0000) Subject: configure.ac: FIXME note on version command that predates switch to git. X-Git-Tag: v0.11.0pre66~36^2~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=34bcd43ac4b230dbda5ca832c12faed2333d81af;p=oweals%2Fgnunet.git configure.ac: FIXME note on version command that predates switch to git. Signed-off-by: Nils Gillmann --- 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)