Update copyright year to 2018
[users/heiko/exim.git] / src / scripts / Configure-Makefile
index b6f2e2e0979a1fa2760638edf01335156faaf486..1e9ff421dbe9e36a50d98c6436c1b47c20d72818 100755 (executable)
@@ -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 1995 - 2018
 
 
 # First off, get the OS type, and check that there is a make file for it.