]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 28 Apr 1996 22:12:33 +0000 (22:12 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Apr 1996 22:12:33 +0000 (22:12 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog

index 99a7d977b98700a946a3d83ad4de17abb855b0d7..bcf43656f172ba50004e7944c731a508f194ad4e 100644 (file)
@@ -1,5 +1,10 @@
 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
index 4a702dd5f73434fdc0eedc15dc1c59a1d3853e98..388e6a9eb96a5b65161d319987a61cdf0cd1dc4d 100644 (file)
@@ -1,3 +1,10 @@
+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.