summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2001-11-01.Jim Meyering
2001-11-01use AC_HEADER_DIRECT and all the associated cruftJim Meyering
2001-11-01don't indent the #include directiveJim Meyering
2001-11-01check for decl, tooJim Meyering
2001-11-01*** empty log message ***Jim Meyering
2001-11-01(jm_MACROS): Require UTILS_FUNC_DIRFD.Jim Meyering
2001-11-01(UTILS_FUNC_DIRFD): New macro.Jim Meyering
2001-10-21*** empty log message ***Jim Meyering
2001-10-21(jm_PREREQ_ERROR):Jim Meyering
Do not invoke AC_CHECK_FUNCS with strerror_r, as AC_FUNC_STRERROR_R does that.
2001-10-21Add copyright notice, as nontrivial m4 filesJim Meyering
are supposed to have them these days. (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached. Merge changes from latest Autoconf CVS. Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p, and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since POSIX decided to standardize on the int flavor of strerror_r.
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