summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2001-11-24now generatedJim Meyering
2001-11-20*** empty log message ***Jim Meyering
2001-11-20update comment to reflect that SunOS4, solaris2.5.1 lose, too.Jim Meyering
2001-11-19*** empty log message ***Jim Meyering
2001-11-19*** empty log message ***Jim Meyering
2001-11-19(UTILS_FUNC_MKSTEMP): Don't bother with a temporaryJim Meyering
directory. Use "conftestXXXXXX" as the template. Suggestion from Paul Eggert.
2001-11-19*** empty log message ***Jim Meyering
2001-11-19Close each descriptor immediately so the testJim Meyering
doesn't mistakenly hit the max-open-files limit.
2001-11-18.Jim Meyering
2001-11-18*** empty log message ***Jim Meyering
2001-11-18(jm_PREREQ_TEMPNAME): Check for declaration of getenv.Jim Meyering
2001-11-17.Jim Meyering
2001-11-17.Jim Meyering
2001-11-17(UTILS_FUNC_MKSTEMP): New file and macro.Jim Meyering
Prompted by a report from Bob Proulx.
2001-11-17(jm_MACROS): Don't test for mkstemp here.Jim Meyering
Instead, require UTILS_FUNC_MKSTEMP.
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17(jm_WINSIZE_IN_PTEM): Do not defineJim Meyering
WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
2001-11-11(jm_PREREQ_PHYSMEM): don't check for bp-sym.hJim Meyering
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-08Require 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-04Remove 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-03it's CFLAGS, not DEFSJim Meyering
2001-11-03fix indentation of cpp `#'sJim Meyering
2001-11-03.Jim Meyering
2001-11-03(UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have toJim Meyering
know the name of the variable in the macro definition.
2001-11-02Use the replacement only if we have neither the functionJim Meyering
nor a declaration.
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