* configure.in: Use AC_C_CONST instead of AC_CONST and
authorEzra Peisach <epeisach@mit.edu>
Wed, 1 Nov 2000 14:41:47 +0000 (14:41 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 1 Nov 2000 14:41:47 +0000 (14:41 +0000)
AC_CHECK_FUNCS instead of AC_HAVE_FUNCS.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12829 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/configure.in

index b3993c6da160db00d666dc8a2f6e44f6b00c4024..6236f466f508c57d1754346bec7fdf01de493d8f 100644 (file)
@@ -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 '{'
index aa6b49df82b4d4ee89341dd02e2690b0959b1214..390f1427dfd8040b79ea2359f4d7ebd37d160f8a 100644 (file)
@@ -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