DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS.
(KRB5_LIB_AUX): If build_dynobj is set to yes, ensure that OBJS.SH
is in OBJLISTS and that OBJS.ST is not.
+ (K5_AC_INIT): Initialize build_dynobj to no.
2005-10-26 Ken Raeburn <raeburn@mit.edu>
define([K5_VERSION],PL_KRB5_MAJOR_RELEASE.PL_KRB5_MINOR_RELEASE[]ifelse(PL_KRB5_PATCHLEVEL,0,,.PL_KRB5_PATCHLEVEL)ifelse(PL_KRB5_RELTAIL,,,-PL_KRB5_RELTAIL))
define([K5_BUGADDR],krb5-bugs@mit.edu)
define([K5_AC_INIT],[AC_INIT(Kerberos 5, K5_VERSION, K5_BUGADDR, krb5)
-AC_CONFIG_SRCDIR($1)])
+AC_CONFIG_SRCDIR($1)
+build_dynobj=no])
dnl
dnl drop in standard rules for all configure files -- CONFIG_RULES
dnl