+2001-09-29 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'.
+ Patch by Volker Borchert.
+
2001-09-28 Paul Eggert <eggert@twinsun.com>
Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
#defines strtoimax. Also treat the other strto* functions
like strtoimax.
- * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
+ * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
Check for strtoul and strtoumax,
as those declarations are made even in the signed case.
- * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
+ * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
Likewise, for strtol and strtoimax.
2001-09-24 Jim Meyering <meyering@lucent.com>