summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-09-27 00:16:16 +0000
committerKen Raeburn <raeburn@mit.edu>2003-09-27 00:16:16 +0000
commitf39156643cd954d8bd35693574c57efde4fb274b (patch)
tree91be9317032e7db4abf20222b4965253a5f434a4 /src/ChangeLog
parentd8532fab42a7791b7bb6ab64b6164e742d86ad90 (diff)
downloadkrb5-f39156643cd954d8bd35693574c57efde4fb274b.tar.gz
krb5-f39156643cd954d8bd35693574c57efde4fb274b.tar.xz
krb5-f39156643cd954d8bd35693574c57efde4fb274b.zip
Add --enable-maintainer-mode option to configure, and prevent rebuilding of
include/krb5/autoconf.h.in and */configure if it's not enabled. Anything else we should only rebuild in maintainer mode? * aclocal.m4 (KRB5_AC_MAINTAINER_MODE): New macro. (CONFIG_RULES): Invoke it. * config/post.in (configure): Make configure depend on configure.in and aclocal.m4 only if maintainer mode is enabled. * include/Makefile.in ($(srcdir)/krb5/autoconf.h.in): Depend on autoconf.stmp only if maintainer mode is enabled. ticket: 1588 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15825 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43a57c215f..db152f3c33 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-26 Ken Raeburn <raeburn@mit.edu>
+
+ * aclocal.m4 (KRB5_AC_MAINTAINER_MODE): New macro.
+ (CONFIG_RULES): Invoke it.
+
2003-08-29 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (KRB5_AC_NEED_DAEMON): New macro.