[build] remove svnversion from versionstamp rule

This commit is contained in:
Glenn Strauss 2020-10-21 20:56:18 -04:00
parent 8dae5bd405
commit 0158c7f0fd
1 changed files with 0 additions and 6 deletions

View File

@ -39,12 +39,6 @@ lighttpd_angel_SOURCES=lighttpd-angel.c
versionstamp:
@test -f versionstamp.h || touch versionstamp.h; \
REVISION=""; \
if test -d "$(top_srcdir)/.svn" -a -x "`which svnversion`"; then \
REVISION="$$(LANG= LC_ALL=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)"; \
if test "$$REVISION" = "exported"; then \
REVISION=""; \
fi; \
fi; \
if test -z "$$REVISION" -a -d "$(top_srcdir)/.git" -a -x "`which git`"; then \
REVISION="$$(cd "$(top_srcdir)"; LANG= LC_ALL=C git describe --always 2>/dev/null || echo)"; \
fi; \