Prepend svnversion command with LC_ALL=C so the subsequent grep works with non-englis...
authorLeif Middelschulte <leif.middelschulte@gmail.com>
Tue, 15 Jan 2013 15:57:58 +0000 (15:57 +0000)
committerLeif Middelschulte <leif.middelschulte@gmail.com>
Tue, 15 Jan 2013 15:57:58 +0000 (15:57 +0000)
commit31bd3af10535ed27b04205859dcc8dad1c1a1a7e
tree09f2098ba0efb75afabac5a664af2245c88b9311
parentac0ff4c9973bb94e45976bf05fffc814af0c46d3
Prepend svnversion command with LC_ALL=C so the subsequent grep works with non-english locales too.

This patch was brought to you by:
sed -i'' 's/svnversion/LC_ALL=C svnversion/' configure.ac

Anybody who has the entire trunk and branches around is welcome to apply an analogue patches to it.

SVN revision: 82822
configure.ac