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
DANE: Fix 2 messages from queue case
[exim.git]
/
src
/
scripts
/
Configure-config.h
diff --git
a/src/scripts/Configure-config.h
b/src/scripts/Configure-config.h
index c235239951f81be82fca332a31ec0f56885671b5..75d366fca5d7e072d995a3de66522a10715ec458 100755
(executable)
--- a/
src/scripts/Configure-config.h
+++ b/
src/scripts/Configure-config.h
@@
-34,7
+34,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
@@
-56,4
+56,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