Correct SunOS and Solaris version number notation to match Sun's usage.
[gnulib.git] / m4 / ChangeLog
index ea545ec..77a144b 100644 (file)
@@ -1,3 +1,19 @@
+2003-07-18  Bruno Haible  <bruno@clisp.org>
+
+       * getndelim2.m4: New file.
+       * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
+       invoke gl_PREREQ_GETNDELIM2.
+       (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
+       gl_PREREQ_GETNDELIM2.
+       * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
+       gl_GETNDELIM2.
+
+2003-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am.in: Remove file.
+       * Makefile.am: Remove file.
+       * Makefile.in: Remove file.
+
 2003-07-17  Bruno Haible  <bruno@clisp.org>
 
        * getnline.m4: New file.
 2001-11-20  Jim Meyering  <meyering@lucent.com>
 
        * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
-       SunOS4.1.4 and solaris2.5.1 lose, too.
+       SunOS 4.1.4 and Solaris 2.5.1 lose, too.
 
 2001-11-19  Jim Meyering  <meyering@lucent.com>
 
 
        * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
        [one-argument getmntent function]): Include stdio.h before mntent.h.
-       SunOS4.1.x needs it for the declaration of `FILE'.
+       SunOS 4.1.x needs it for the declaration of `FILE'.
        Patch by Volker Borchert.
 
        * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
 
        * search-libs.m4: Update from autoconf.
 
-       su doesn't work on Solaris2.6.
+       su doesn't work on Solaris 2.6.
        * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
        <shadow.h>.  Reported by Dragos Harabor.