From 9f024cff7329b306c8a46a9e8893c996e9f31391 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 19 Jun 2008 21:57:15 +0000 Subject: Backport #676 from trunk: ./configure expects message to be in the C locale, so force that. /branches/1.1/configure | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 98ba38d..308d9ca 100755 --- a/configure +++ b/configure @@ -125,13 +125,13 @@ fi # If we can't get the revision number, use date case "${VERSION}" in *+svn) - REVISION=$(svnversion) + REVISION=$(LC_ALL=C svnversion) case "${REVISION}" in exported) VERSION="${VERSION}:unknown@$(date +%Y%m%d.%H%M%S)";; *) - URL=$(LANG=C svn info 2>/dev/null |egrep 'URL: ' |cut -d ' ' -f 2-) - ROOT=$(LANG=C svn info 2>/dev/null |egrep 'Repository Root: ' |cut -d ' ' -f 3-) + URL=$(LC_ALL=C svn info 2>/dev/null |egrep 'URL: ' |cut -d ' ' -f 2-) + ROOT=$(LC_ALL=C svn info 2>/dev/null |egrep 'Repository Root: ' |cut -d ' ' -f 3-) VERSION="${VERSION}:${URL#${ROOT}}@${REVISION}" ;; esac -- cgit v0.10.2-6-g49f6