Makefile.am: Always use C locale for "sort" and "comm".
authorBen Pfaff <blp@nicira.com>
Tue, 24 Dec 2013 16:37:32 +0000 (08:37 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 30 Dec 2013 17:43:27 +0000 (09:43 -0800)
commita6da6967977daddbb68fbe170429f0b5385bde94
treec2868862073cc139610d580a9df1f5f8e6c995dd
parente42dfc72258c0b563a16ec36c9230287fbbcc7ae
Makefile.am: Always use C locale for "sort" and "comm".

Otherwise, if the user changes locales between running the "dist-hook-git"
and "distfiles" targets (e.g. in different invocations of "make"), then
the "dist-hook-git" target might falsely report that the distribution is
missing files.

Reported-by: John Darrington <john@darrington.wattle.id.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
Makefile.am