X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/856d1e16b3386ce51b73986b9d7aaf1fbf95aba9..9242a7e8cfa94bbc9dd7eca6bd651b569b871c4e:/src/scripts/Configure-Makefile diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index b6f2e2e09..2af192721 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -1,11 +1,12 @@ #! /bin/sh +export LC_ALL=C # Shell script to build Makefile in a build directory. It must be called # from inside the directory. It does its own checking of when to rebuild; it # just got too horrendous to get it right in "make", because of the optionally # existing configuration files. # -# Copyright (c) The Exim Maintainers 2016 +# Copyright (c) The Exim Maintainers 2017 # First off, get the OS type, and check that there is a make file for it.