diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-18 06:05:06 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-18 06:05:06 +0000 |
commit | 34bcd43ac4b230dbda5ca832c12faed2333d81af (patch) | |
tree | 190c7150b444bf02384b529eff687816e5d37d05 /configure.ac | |
parent | 8e9a2af35b4ed1e59a8fa30db10b92f94642aec1 (diff) |
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.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 668ac75290..871a84f93c 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) |