summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-11-01 14:41:47 +0000
committerEzra Peisach <epeisach@mit.edu>2000-11-01 14:41:47 +0000
commit4c36c6f6fe93dbee95ec8caac52e5019acd17169 (patch)
tree09e2d9b21b41d6b98d87d157af8b2dbe3e736aea /src/util
parent8c7696103b3781e7eced8a15b24906aca5d9b2b5 (diff)
downloadkrb5-4c36c6f6fe93dbee95ec8caac52e5019acd17169.tar.gz
krb5-4c36c6f6fe93dbee95ec8caac52e5019acd17169.tar.xz
krb5-4c36c6f6fe93dbee95ec8caac52e5019acd17169.zip
* configure.in: Use AC_C_CONST instead of AC_CONST and
AC_CHECK_FUNCS instead of AC_HAVE_FUNCS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12829 dc483132-0cff-0310-8789-dd5450dbe970
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 b3993c6da1..6236f466f5 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 aa6b49df82..390f1427df 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