Hello, A small corrections to Makefile.in so "git describe" works with recent versions of git.
c diff --git a/src/Makefile.in b/src/Makefile.in index d8ee8d2..1841f71 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -23,7 +23,7 @@ VERSION = @VERSION@ SCREEN = screen-$(VERSION) GIT = which git -GIT_REV = "`git-describe --always 2>/dev/null`" +GIT_REV = "`git describe --always 2>/dev/null`" DEFS = @DEFS@ -DGIT_REV=\"$(GIT_REV)\" ETCSCREENRC = $(prefix)/etc/screenrc