summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2001-09-30*** empty log message ***Jim Meyering
2001-09-30(jm_LIST_MOUNTED_FILESYSTEMS): See ifJim Meyering
`struct fsstat' has the `f_fstypename' member. Use that to define FS_TYPE, which is now used to make the getfsstat link test tighter.
2001-09-29*** empty log message ***Jim Meyering
2001-09-29*** empty log message ***Jim Meyering
2001-09-29*** empty log message ***Jim Meyering
2001-09-29(jm_LIST_MOUNTED_FILESYSTEMS)Jim Meyering
Check for these headers: sys/param.h sys/ucred.h sys/mount.h sys/fs_types.h, and make the link-test for getfsstat guard #include directives with appropriate #if HAVE_*_H tests so that we can detect getfsstat on Apple Darwin1.3.7 systems. Also fix harmless typo in cache variable name: s/getsstat/getfsstat/.
2001-09-29*** empty log message ***Jim Meyering
2001-09-29(jm_LIST_MOUNTED_FILESYSTEMS)Jim Meyering
[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*** empty log message ***Jim Meyering
2001-09-28* xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):Jim Meyering
Check for strtoul and strtoumax, as those declarations are made even in the signed case. * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise, for strtol and strtoimax.
2001-09-28*** empty log message ***Jim Meyering
2001-09-26.Jim Meyering
2001-09-24.Jim Meyering
2001-09-24Use the version from gettext-0.10.40, not CVS.Jim Meyering
2001-09-23.Jim Meyering
2001-09-23*** empty log message ***Jim Meyering
2001-09-23(jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don'tJim Meyering
die if neither of the getmntent tests succeeds. Instead, just fall through and continue with the remaianing tests.
2001-09-23*** empty log message ***Jim Meyering
2001-09-23(jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-testJim Meyering
instead of the mere test for existence of mntent.h. The latter would get a false-positive on AIX 3.4 systems.
2001-09-22*** empty log message ***Jim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22Sync with gettext -- this changes only comments.Jim Meyering
2001-09-22Sync with gettext -- this changes only comments.Jim Meyering
2001-09-22decrement serial number to sync with gettextJim Meyering
2001-09-22decrement serial number to sync with gettextJim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-20*** empty log message ***Jim Meyering
2001-09-20*** empty log message ***Jim Meyering
2001-09-20(jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax.Jim Meyering
2001-09-20(jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of strtoumax.Jim Meyering
2001-09-17Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side ↵Jim Meyering
need not be expanded by the shell.
2001-09-17.Jim Meyering
2001-09-17*** empty log message ***Jim Meyering
2001-09-17(jm_FUNC_FNMATCH): Remove test for GNU CJim Meyering
library. It's not correct, as some older glibcs are buggy. fnmatch wasn't fixed until glibc 2.2. Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no special shell magic here.
2001-09-16.Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16(UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.Jim Meyering
2001-09-16(UTILS_FUNC_MKDIR_TRAILING_SLASH): Require it.Jim Meyering
2001-09-15*** empty log message ***Jim Meyering
2001-09-15Check for help2man.Jim Meyering
2001-09-11.Jim Meyering
2001-09-11*** empty log message ***Jim Meyering
2001-09-11Require UTILS_HOST_OS.Jim Meyering
2001-09-11*** empty log message ***Jim Meyering
2001-09-11(UTILS_HOST_OS): New file/macro.Jim Meyering
The body, by Paul Eggert, was moved here from configure.in.
2001-09-04(jm_PREREQ_XREADLINK): New macro.Jim Meyering
(jm_PREREQ): Use it.