* aclocal.m4 (K5_AC_INIT, K5_VERSION, K5_BUGADDR): New macros
authorKen Raeburn <raeburn@mit.edu>
Sat, 20 Aug 2005 07:01:37 +0000 (07:01 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 20 Aug 2005 07:01:37 +0000 (07:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17341 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 0ff273e6ef9d6c36a252c52854a5673fb13ff340..cf9141413da4f5eeafa341cc66429705805fa34e 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-20  Ken Raeburn  <raeburn@mit.edu>
+
+       * aclocal.m4 (K5_AC_INIT, K5_VERSION, K5_BUGADDR): New macros.
+
 2005-08-16  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (fake-install): New target; create a partially
index 68cd0412dbd537a3bd74b2d19b463c8ad12c3afa..67c6e970cd55080d472d232f9070393364f3f6f1 100644 (file)
@@ -40,6 +40,13 @@ else
 fi
 ])dnl
 dnl
+dnl Version info.
+dnl
+define([K5_VERSION],CVS) dnl fix up later
+define([K5_BUGADDR],krb5-bugs@mit.edu)
+define([K5_AC_INIT],[AC_INIT(Kerberos 5, K5_VERSION, K5_BUGADDR, krb5)
+AC_CONFIG_SRCDIR($1)])
+dnl
 dnl drop in standard rules for all configure files -- CONFIG_RULES
 dnl
 AC_DEFUN(CONFIG_RULES,[dnl