SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / scripts / Configure-Makefile
index ed77b6a8f88cc4afda0b6507363ce1bf0330d192..dc5015f6fd8d89fdcd5a263aa206a4942cd51904 100755 (executable)
@@ -1,13 +1,15 @@
 #! /bin/sh
-LC_ALL=C
-export LC_ALL
-
 # 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 1995 - 2021
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+
+LC_ALL=C
+export LC_ALL
 
 
 # First off, get the OS type, and check that there is a make file for it.