[Xfce4-commits] <xfce4-radio-plugin:master> Removed some old SVN stuff from the build scripts
Stefan Ott
noreply at xfce.org
Tue Oct 26 02:52:01 CEST 2010
Updating branch refs/heads/master
to 824310852fa62a137cbe71ab5b08c976866fdd71 (commit)
from 7e60eb22878e7f0ef30a7c74bd7dc37daad79596 (commit)
commit 824310852fa62a137cbe71ab5b08c976866fdd71
Author: Stefan Ott <stefan at ott.net>
Date: Tue Oct 26 02:47:06 2010 +0200
Removed some old SVN stuff from the build scripts
Makefile.am | 4 ----
autogen.sh | 2 --
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 39a4162..eea1882 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,3 @@ distclean-local:
EXTRA_DIST = \
README
-
-dist-hook:
- svn2cl
- cp ChangeLog $(distdir)
diff --git a/autogen.sh b/autogen.sh
index 0dccdf8..ae8d79b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,9 +21,7 @@ EOF
touch ChangeLog
linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
sed -e "s/@LINGUAS@/${linguas}/g" \
- -e "s/@REVISION@/${revision}/g" \
< "configure.in.in" > "configure.in"
exec xdt-autogen $@
More information about the Xfce4-commits
mailing list