aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-12-06 11:51:21 +0000
committerJörg Mayer <jmayer@loplof.de>2007-12-06 11:51:21 +0000
commitac4dbaacf3844d69e1d1e7adbcc9e89ab240567d (patch)
tree8e74985fa547edddc61b93b5b50874909f640163 /Makefile.am
parent1bef58264a4c3ba43de443c1bfeb37dee752b6c5 (diff)
Another attempt to fix
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1413 We need to make sure that things look the way we expect them, no matter which language the user is using. svn path=/trunk/; revision=23784
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 180b8291f5..74eab625e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -404,7 +404,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap \
FORCE:
svnversion.h: FORCE
- $(PERL) $(srcdir)/make-version.pl $(srcdir)
+ LANG=C $(PERL) $(srcdir)/make-version.pl $(srcdir)
#
# Build the short version of the authors file for the about dialog