From 7c9838623dde11068fe3d08750613371596e1a15 Mon Sep 17 00:00:00 2001 From: Wim Hueskes Date: Sun, 17 Apr 2016 16:27:17 +0200 Subject: [PATCH 1/6] subversion not used any more for revision --- autogen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 13350da..a3fa51a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,9 +27,7 @@ EOF # substitute revision and linguas linguas=`sed -e '/^#/d' po/LINGUAS` -revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%04d\n", $2}'` sed -e "s/@LINGUAS@/${linguas}/g" \ - -e "s/@REVISION@/${revision}/g" \ < "configure.in.in" > "configure.in" exec xdt-autogen $@ -- 2.1.4