git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
TLS: fix resumption for TLS-on-connect
[exim.git]
/
src
/
scripts
/
Configure-config.h
diff --git
a/src/scripts/Configure-config.h
b/src/scripts/Configure-config.h
index e2359b09735aa8cb9d62cc13c22c00e72067376e..6744755f79efa067a4eaff4df5bf74a5d93a2e3d 100755
(executable)
--- a/
src/scripts/Configure-config.h
+++ b/
src/scripts/Configure-config.h
@@
-1,5
+1,6
@@
#! /bin/sh
#! /bin/sh
-# $Cambridge: exim/src/scripts/Configure-config.h,v 1.2 2005/05/04 10:17:29 ph10 Exp $
+# Copyright (c) The Exim Maintainters 2022
+# SPDX-License-Identifier: GPL-2.0-or-later
# Build the config.h file, using the buildconfig program, first ensuring that
# it exists.
# Build the config.h file, using the buildconfig program, first ensuring that
# it exists.
@@
-35,7
+36,7
@@
$MAKE buildconfig || exit 1
st=' '
(sed -n \
st=' '
(sed -n \
- "/\\\$/d;s/#.*\$//;s/^[$st]*\\([A-Z][^:$st]*\\)[$st]*=[$st]*\\([^$st]*\\)[$st]*\$/\\1=\\2 export \\1/p" \
+ "/\\\$/d;s/#.*\$//;s/^[$st]*\\([A-Z][^:
!+
$st]*\\)[$st]*=[$st]*\\([^$st]*\\)[$st]*\$/\\1=\\2 export \\1/p" \
< Makefile ; echo "./buildconfig") | /bin/sh
# If buildconfig ends with an error code, it will have output an error
< Makefile ; echo "./buildconfig") | /bin/sh
# If buildconfig ends with an error code, it will have output an error
@@
-57,4
+58,5
@@
fi
echo ">>> config.h built"
echo ""
echo ">>> config.h built"
echo ""
+# vim: set ft=sh :
# End of Configure-config.h
# End of Configure-config.h