I18N: add a utf8_downconvert option to the smtp transport. Bug 2248
[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 scripts/Configure-Makefile
6 scripts/Configure-os.h
7 scripts/Configure-os.c
8 scripts/Configure-config.h
9
10 # End of Configure