SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / scripts / Configure
1 #! /bin/sh -e
2
3 # A script to be called to run all the other configuring scripts manually.
4
5 # Copyright (c) The Exim Maintainters 2022
6 # SPDX-License-Identifier: GPL-2.0-or-later
7
8 scripts/Configure-Makefile
9 scripts/Configure-os.h
10 scripts/Configure-os.c
11 scripts/Configure-config.h
12
13 # End of Configure