summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4383bdb)
raw | patch | inline | side by side (parent: 4383bdb)
author | aurium <aurium@users.sourceforge.net> | |
Tue, 10 Mar 2009 12:09:06 +0000 (12:09 +0000) | ||
committer | aurium <aurium@users.sourceforge.net> | |
Tue, 10 Mar 2009 12:09:06 +0000 (12:09 +0000) |
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 57ab829382f5fbe17d8975d44dbc2bc5a7e61c28..6c267d0f4ef17e22e1299a6756386ea479ed22e7 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
inkscape-version.cpp: $(inkscape_version_deps)
VER_PREFIX="$(VERSION)"; \
if test -x "$(srcdir)/.svn" -a ! -z `which svn`; then \
- VER_SVNREV=" r`svn info $(srcdir) | sed -n -e '/^Revision:/s/Revision: \(.*\)/\1/p'`"; \
+ VER_SVNREV=" r`LANG=en svn info $(srcdir) | sed -n -e '/^Revision:/s/Revision: \(.*\)/\1/p'`"; \
if test ! -z "`svn status -q $(srcdir)`"; then \
VER_CUSTOM=" custom"; \
fi; \