Sun Apr 28 16:32:38 1996 Jim Meyering (meyering@na-net.ornl.gov)
+ * configure.in: Add a comment that fp_C_PROTOTYPES must precede
+ AC_C_INLINE. Otherwise, some systems lose because the value
+ AC_C_INLINE choses with plain `cc' is different from that chosen
+ when using the ANSI-mode C compiler. From Kaveh Ghazi.
+
* fileblocks.c [HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl
of unused variable so that after preprocessing, the file will never
be empty. Otherwise, some compilers in ANSI mode (among them, the
+Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * configure.in: Make fp_C_PROTOTYPES precede AC_C_INLINE.
+ Otherwise, some systems lose because the value AC_C_INLINE choses
+ with plain `cc' is different from that chosen when using the ANSI-mode
+ C compiler. From Kaveh Ghazi.
+
Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov)
* aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro.