From: R.E. Wolff Date: Tue, 7 Nov 2017 16:24:14 +0000 (+0100) Subject: Sami Kerola: prevent MTR reporting unknown revision X-Git-Tag: v0.93~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94218682b15832fd6f8ed09a767941974075a1b4;p=thirdparty%2Fmtr.git Sami Kerola: prevent MTR reporting unknown revision --- diff --git a/Makefile.am b/Makefile.am index c0709ca..23ac1fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,3 +156,7 @@ endif # if CYGWIN if BUILD_BASH_COMPLETION dist_bashcompletion_DATA = bash-completion/mtr endif + +dist-hook: + $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version +