summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1997-08-12 01:19:06 +0000
committerTom Yu <tlyu@mit.edu>1997-08-12 01:19:06 +0000
commit6800cbeb765d701729e2aa42a800232c2736ddc1 (patch)
treecb6d0d953c33536f3d17219a4d6b0bcf72795bc8 /src/ChangeLog
parent7efa8358d8699c1c00c70338f7ebd34e0b63ab7e (diff)
downloadkrb5-6800cbeb765d701729e2aa42a800232c2736ddc1.tar.gz
krb5-6800cbeb765d701729e2aa42a800232c2736ddc1.tar.xz
krb5-6800cbeb765d701729e2aa42a800232c2736ddc1.zip
* aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Fix up some things so
that this macro actually works; it's still necessary to precede a call to KRB5_BUILD_LIBOBJS with a call to KRB5_BUILD_LIBRARY_STATIC, though. Basically if you AC_DEFUN something that produces shell code and then calls a macro that AC_REQUIREs something else, then all the AC_REQUIREd stuff ends up coming *before* the shell code in the first macro. I'm not sure there's a reasonable workaround, or whether this can even be considered to be a bug. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10168 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 87db266ad..700cb3680 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
+Mon Aug 11 21:16:50 1997 Tom Yu <tlyu@mit.edu>
+
+ * aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Fix up some things so
+ that this macro actually works; it's still necessary to precede a
+ call to KRB5_BUILD_LIBOBJS with a call to
+ KRB5_BUILD_LIBRARY_STATIC, though. Basically if you AC_DEFUN
+ something that produces shell code and then calls a macro that
+ AC_REQUIREs something else, then all the AC_REQUIREd stuff ends up
+ coming *before* the shell code in the first macro. I'm not sure
+ there's a reasonable workaround, or whether this can even be
+ considered to be a bug.
+
Wed Aug 6 20:25:49 1997 Tom Yu <tlyu@mit.edu>
* aclocal.m4: Add support for --with-hesiod (and add it to