* configure.in: Use AC_C_CONST instead of AC_CONST
authorEzra Peisach <epeisach@mit.edu>
Wed, 1 Nov 2000 15:00:50 +0000 (15:00 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 1 Nov 2000 15:00:50 +0000 (15:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12840 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/libtelnet/ChangeLog
src/appl/telnet/libtelnet/configure.in

index 8b71835eb29bda876a38938e133f77acdca20234..52c203a745ecd4e6409e683b700450d2579ba594 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-01  Ezra Peisach  <epeisach@mit.edu>
+
+        * configure.in: Use AC_C_CONST instead of AC_CONST.
+
 2000-05-11  Nalin Dahyabhai  <nalin@redhat.com>
 
        * gettytab.c (nchktc): Don't overflow tcname if tty type name is too
index 3bae866457a08e980f0de8eea1944961e7660e89..29fdbbd9e82c62c6cce02e8c154b10732acad5ff 100644 (file)
@@ -7,7 +7,7 @@ AC_REPLACE_FUNCS([strcasecmp strdup setenv setsid strerror strftime getopt herro
 AC_CHECK_FUNCS(gettosbyname cgetent)
 AC_CHECK_HEADERS(stdlib.h string.h)
 LIBOBJS="$LIBOBJS getent.o"
-AC_CONST
+AC_C_CONST
 if test "$KRB4_LIB" = ''; then
        AC_MSG_RESULT(No Kerberos 4 authentication)
 else