Use politically correct name of AC_CHECK_SIZEOF instead of
authorTheodore Tso <tytso@mit.edu>
Fri, 3 Feb 1995 22:08:14 +0000 (22:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 3 Feb 1995 22:08:14 +0000 (22:08 +0000)
AC_SIZEOF_TYPE.

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

src/include/krb5/ChangeLog
src/include/krb5/configure.in

index ab4aaf74ce81cec744f894a048ee1a98b9764282..045a9826502535dfcf087ad5845e9f8f7a82fa35 100644 (file)
@@ -1,5 +1,8 @@
 Fri Feb  3 07:57:31 1995  Theodore Y. Ts'o  (tytso@dcl)
 
+       * configure.in: Use politically correct name of AC_CHECK_SIZEOF
+               instead of AC_SIZEOF_TYPE.
+
         * configure.in:
         * wordsize.h: Don't use BITS16, BITS32, etc. anymore.  Use
                 autoconf's SIZEOF_INT and SIZEOF_LONG definitions to make
index 655fe339b1337cce8a5900b214d7e6842ba24899..18ba0057060bd4bdaed81c987bba1e7e46c9ec4f 100644 (file)
@@ -119,9 +119,9 @@ fi
 dnl
 
 dnl Word sizes...
-AC_SIZEOF_TYPE(short)
-AC_SIZEOF_TYPE(int)
-AC_SIZEOF_TYPE(long)
+AC_CHECK_SIZEOF(short)
+AC_CHECK_SIZEOF(int)
+AC_CHECK_SIZEOF(long)
 
 dnl then from osconf.h, we have
 AC_TIME_WITH_SYS_TIME