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