authenticator dynamic modules
[exim.git] / src / scripts / Configure-Makefile
index 20e686b51d84f6c058731d4740d321ee36564afb..9179392f3123233925bffdc4834773ec3a0f1974 100755 (executable)
@@ -10,7 +10,6 @@
 
 LC_ALL=C
 export LC_ALL
-set -e
 
 
 # First off, get the OS type, and check that there is a make file for it.
@@ -299,8 +298,9 @@ do
   mv $class/Makefile.postdynamic $class/Makefile
   rm $class/Makefile.predynamic
 done <<-END
- routers ROUTER                ACCEPT DNSLOOKUP IPLITERAL IPLOOKUP MANUALROUTE QUERYPROGRAM REDIRECT
+ routers    ROUTER     ACCEPT DNSLOOKUP IPLITERAL IPLOOKUP MANUALROUTE QUERYPROGRAM REDIRECT
  transports TRANSPORT  APPENDFILE AUTOREPLY LMTP PIPE QUEUEFILE SMTP
+ auths     AUTH        CRAM_MD5 CYRUS_SASL DOVECOT EXTERNAL GSASL HEIMDAL_GSSAPI PLAINTEXT SPA TLS
 END
 
 # See if there is a definition of EXIM_PERL in what we have built so far.