summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-11-18 19:10:11 +0000
committerMark Eichin <eichin@mit.edu>1994-11-18 19:10:11 +0000
commite855e65827913c4f2401e36c5c44103647bb24fb (patch)
treeb45521f81ca56de2d58987a9f435fa07228e3867 /src/ChangeLog
parent53101ab1186c11d4c16ba37710e788b113f1f097 (diff)
* aclocal.m4 (CopySrcHeader): add clean rule (from epeisach)
[from 0928] * aclocal.m4 (CONFIG_RULES): handle pre.in, post.in, and pass the rest of the arguments that autoconf needs. (from epeisach.) [from 0952] * aclocal.m4 (ET_RULES): don't define SRCTOP, pre.in already takes care of it. (from epeisach.) [from 0953] (DECLARE_SYS_ERRLIST, CHECK_SIGPROCMASK, CHECK_FCNTL, CHECK_WAIT_TYPE, CHECK_SIGNALS, CHECK_SETJMP, HAVE_YYLINENO): add caching. [from 0956] (WITH_KRB5ROOT, WITH_KRB4, WITH_CC, WITH_CCOPTS, WITH_CPPOPTS): use AC_MSG_RESULT instead of echo. [from 0958] (KRB5_UTPID, KRB5_UTTYPE, KRB5_UTHOST, KRB5_UTEXT): new functions for appl/bsd and kpasswd common utmp code. [from 0959] (KRB5_POSIX_LOCKS): new functions for include/krb5 and appl/popper common code. [from 0961] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4676 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a31dabba2..c5f09bac7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,27 @@
+Fri Nov 18 00:31:43 1994 Mark Eichin <eichin@cygnus.com>
+
+ * aclocal.m4 (ET_RULES): don't define SRCTOP, pre.in already takes
+ care of it.
+ (DECLARE_SYS_ERRLIST, CHECK_SIGPROCMASK, CHECK_FCNTL,
+ CHECK_WAIT_TYPE, CHECK_SIGNALS, CHECK_SETJMP, HAVE_YYLINENO): add
+ caching.
+ (WITH_KRB5ROOT, WITH_KRB4, WITH_CC, WITH_CCOPTS, WITH_CPPOPTS):
+ use AC_MSG_RESULT instead of echo.
+ (KRB5_UTPID, KRB5_UTTYPE, KRB5_UTHOST, KRB5_UTEXT): new functions
+ for appl/bsd and kpasswd common utmp code.
+ (KRB5_POSIX_LOCKS): new functions for include/krb5 and appl/popper
+ common code.
+ (from epeisach.)
+
+Fri Nov 18 00:30:19 1994 Mark Eichin <eichin@cygnus.com>
+
+ * aclocal.m4 (CONFIG_RULES): handle pre.in, post.in, and pass the
+ rest of the arguments that autoconf needs. (from epeisach.)
+
+Fri Nov 18 00:22:18 1994 Mark Eichin <eichin@cygnus.com>
+
+ * aclocal.m4 (CopySrcHeader): add clean rule (from epeisach)
+
Mon Nov 7 21:27:45 1994 Theodore Y. Ts'o (tytso@dcl)
* aclocal.m4 (CHECK_SETJMP, CHECK_SIGNALS): Added checks for POSIX