Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-11 | (jm_MACROS): Remove code to set POW_LIBM. | Jim Meyering | |
Now, that's done as part of AC_FUNC_STRTOD. | |||
2001-11-10 | *** empty log message *** | Jim Meyering | |
2001-11-10 | (jm_PREREQ_PHYSMEM): New function. | Jim Meyering | |
(jm_PREREQ): Use it. | |||
2001-11-08 | . | Jim Meyering | |
2001-11-08 | *** empty log message *** | Jim Meyering | |
2001-11-08 | Require autoconf-2.52f. | Jim Meyering | |
(AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD): Use these AC_-prefixed names, not the AM_-prefixed ones. | |||
2001-11-08 | *** empty log message *** | Jim Meyering | |
2001-11-08 | (jm_AFS): Quote the body. Patch by Akim Demaille. | Jim Meyering | |
2001-11-04 | *** empty log message *** | Jim Meyering | |
2001-11-04 | Remove unused cruft that saved, set, and restored $DEFS. | Jim Meyering | |
2001-11-03 | *** empty log message *** | Jim Meyering | |
2001-11-03 | (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg of AC_DEFUN. | Jim Meyering | |
2001-11-03 | it's CFLAGS, not DEFS | Jim Meyering | |
2001-11-03 | fix indentation of cpp `#'s | Jim Meyering | |
2001-11-03 | . | Jim Meyering | |
2001-11-03 | (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to | Jim Meyering | |
know the name of the variable in the macro definition. | |||
2001-11-02 | Use the replacement only if we have neither the function | Jim Meyering | |
nor a declaration. | |||
2001-11-01 | . | Jim Meyering | |
2001-11-01 | use AC_HEADER_DIRECT and all the associated cruft | Jim Meyering | |
2001-11-01 | don't indent the #include directive | Jim Meyering | |
2001-11-01 | check for decl, too | Jim 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-21 | Add copyright notice, as nontrivial m4 files | Jim 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 if | Jim 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-24 | Use 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't | Jim 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-test | Jim 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 | |