summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/ChangeLog5
-rw-r--r--src/util/profile/configure.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index b3993c6da..6236f466f 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-01 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: Use AC_C_CONST instead of AC_CONST and
+ AC_CHECK_FUNCS instead of AC_HAVE_FUNCS.
+
2000-08-02 Ezra Peisach <epeisach@mit.edu>
* krb5.conf: Test with a space after ']' and '{'
diff --git a/src/util/profile/configure.in b/src/util/profile/configure.in
index aa6b49df8..390f1427d 100644
--- a/src/util/profile/configure.in
+++ b/src/util/profile/configure.in
@@ -1,11 +1,11 @@
AC_INIT(prof_parse.c)
CONFIG_RULES
-AC_CONST
+AC_C_CONST
AC_CHECK_SIZEOF(short)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
AC_CHECK_HEADERS(unistd.h stdlib.h)
-AC_HAVE_FUNCS(stat access)
+AC_CHECK_FUNCS(stat access)
AC_PROG_AWK
KRB5_BUILD_LIBOBJS
KRB5_BUILD_PROGRAM