Code

correct locale for the "svn info" in "make check".
[inkscape.git] / src / Makefile.am
index 57ab829382f5fbe17d8975d44dbc2bc5a7e61c28..6c267d0f4ef17e22e1299a6756386ea479ed22e7 100644 (file)
@@ -232,7 +232,7 @@ endif
 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; \