summaryrefslogtreecommitdiff
path: root/src/scripts/Configure-config.h
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-02-15 08:09:57 -0500
committerPhil Pennock <pdp@exim.org>2012-02-15 08:09:57 -0500
commitdde3daac46f9cc3b35993e1c9a931b53645f1c1d (patch)
tree710859caadc24acda7749fc7a30b6179bdbecf4a /src/scripts/Configure-config.h
parentc1e794ba50d0d5a73529412929228ae5c5d09073 (diff)
First pass heimdal_gssapi authenticator.
Not yet working, failing to set keytab. Also: support (AUTH|LOOKUP)_*_PC=foo to use `pkg-config foo` for cflags/libs.
Diffstat (limited to 'src/scripts/Configure-config.h')
-rwxr-xr-xsrc/scripts/Configure-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scripts/Configure-config.h b/src/scripts/Configure-config.h
index c23523995..75d366fca 100755
--- a/src/scripts/Configure-config.h
+++ b/src/scripts/Configure-config.h
@@ -34,7 +34,7 @@ $MAKE buildconfig || exit 1
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
@@ -56,4 +56,5 @@ fi
echo ">>> config.h built"
echo ""
+# vim: set ft=sh :
# End of Configure-config.h