summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 65ef9c995..d0ded4ca7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-01 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Identify package in AC_INIT call.
+
2005-05-13 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Provide comment template
diff --git a/src/configure.in b/src/configure.in
index c2115bbcb..f789255e2 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-AC_INIT
+AC_INIT(Kerberos 5, CVS, krb5-bugs@mit.edu, krb5)
AC_CONFIG_SRCDIR([aclocal.m4])
dnl
dnl autoconf 2.49 defaults to a /dev/null cache file, which is what we