lots of makefiles in the process of creating autoconf.h. I think the autoconf
bug that was being worked around in 1996 has since been fixed.
* Makefile.in (autoconf.stamp): When running config.status, only rebuild
autoconf.h.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17411
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-10-06 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (autoconf.stamp): When running config.status, only
+ rebuild autoconf.h.
+
2005-09-14 Ken Raeburn <raeburn@mit.edu>
* adm_proto.h (krb5_adm_connect, krb5_adm_disconnect,
###############################################################################
##DOS##!if 0
-# Should only rebuild autoconf.h here (use CONFIG_FILES=), but the weird krb5
-# makefile post-processing is unconditional and would trash the makefile.
autoconf.h: autoconf.stamp
autoconf.stamp: $(srcdir)/autoconf.h.in $(thisconfigdir)/config.status
- (cd $(thisconfigdir) && $(SHELL) config.status)
+ (cd $(thisconfigdir) && $(SHELL) config.status $(mydir)/autoconf.h)
touch autoconf.stamp
SYSCONFDIR = @sysconfdir@