summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
AgeCommit message (Collapse)Author
2003-06-02(jm_MACROS): Require AM_STDBOOL_H.Jim Meyering
2003-05-02bump serial numberJim Meyering
2003-05-02(jm_MACROS): Require GL_FUNC_READDIR.Jim Meyering
2003-03-19(jm_MACROS): Include $(EXEEXT) in DF_PROG's programJim Meyering
name, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS. Arrange to compile the corresponding stub function if fchdir is missing.
2003-03-13(jm_MACROS): Arrange to compile the corresponding stubJim Meyering
function if any of the following is missing: fchown, lstat, readlink. From Richard Dawe.
2003-03-07Don't require AC_SYS_MMAP_STACK.Jim Meyering
2003-03-07(AC_LANG_SOURCE(C)): New macro.Jim Meyering
2003-03-05rename to GL_FUNC_GETCWD_PATH_MAXJim Meyering
2003-03-04Require GL_FUNC_GETCWD_ROBUST.Jim Meyering
2003-02-15Require AC_SYS_MMAP_STACK.Jim Meyering
2003-02-01(jm_MACROS): Require UTILS_SYS_OPEN_MAX.Jim Meyering
2003-01-15Require AC_FUNC_FTW.Jim Meyering
2003-01-11Require AC_FUNC_CANONICALIZE_FILE_NAME.Jim Meyering
(jm_MACROS): No longer check for resolvepath or canonicalize_file_name.
2003-01-11Require AC_FUNC_CANONICALIZE_FILE_NAME.Jim Meyering
2002-11-19Require Autoconf-2.56.Jim Meyering
2002-11-10(jm_MACROS): Add AC_REPLACE_FUNCS(raise).Jim Meyering
2002-10-13(jm_CHECK_ALL_HEADERS): Remove fenv.h.Jim Meyering
2002-09-28(jm_MACROS): Don't set GETGROUPS_LIB here; now it'sJim Meyering
done via getgroups.m4's wrapper function.
2002-09-25(jm_MACROS): Require gt_INTTYPES_PRI.Jim Meyering
2002-09-13(jm_MACROS): Require autoconf-2.54.Jim Meyering
2002-09-10Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the newJim Meyering
AC_FUNC_GETLOADAVG where to find getloadavg.c.
2002-07-28Don't require jm_FUNC_READDIR.Jim Meyering
2002-07-20Require autoconf-2.53b.Jim Meyering
Use new macros AC_FUNC_MALLOC and AC_FUNC_REALLOC, in place of jm_-prefixed ones.
2002-07-15(jm_MACROS): Check for the sysctl function.Jim Meyering
(jm_CHECK_ALL_HEADERS): Check for sys/sysctl.h.
2002-06-22 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,Jim Meyering
now that configure.ac uses AC_GNU_SOURCE. (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
2002-06-21(jm_CHECK_ALL_HEADERS): Check for hurd.h.Jim Meyering
2002-06-15(jm_CHECK_ALL_TYPES): Check for st_author.Jim Meyering
2002-04-28(jm_MACROS): Remove use of AC_FUNC_STRNLEN.Jim Meyering
2002-04-28Don't AC_REQUIRE([AC_PROG_CC_STDC]).Jim Meyering
With autoconf-2.53a, it's part of AC_PROG_CC.
2002-04-28(jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).Jim Meyering
2002-04-12Don't AC_REPLACE(strnlen), now that we useJim Meyering
AC_FUNC_STRNLEN. That would end up putting two copies of strnlen.o in the library, and that makes some versions of ranlib object.
2002-03-01(jm_MACROS): Do not replace stime; no longer used.Jim Meyering
Check for clock_settime.
2002-02-26(jm_MACROS): Require AC_FUNC_ACL.Jim Meyering
Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
2002-01-26(jm_MACROS): Require autoconf-2.52g.Jim Meyering
2002-01-22(jm_MACROS): Require AC_FUNC_FSEEKO.Jim Meyering
2002-01-18(jm_MACROS): Use AC_FUNC_STRNLEN.Jim Meyering
Remove useless quotes: DF_PROG="df".
2001-12-14(jm_MACROS): Check for iswspace.Jim Meyering
Suggestion from Bruno Haible.
2001-11-17(jm_MACROS): Don't test for mkstemp here.Jim Meyering
Instead, require UTILS_FUNC_MKSTEMP.
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-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-01(jm_MACROS): Require UTILS_FUNC_DIRFD.Jim Meyering
2001-09-16(UTILS_FUNC_MKDIR_TRAILING_SLASH): Require it.Jim Meyering
2001-09-15Check for help2man.Jim Meyering
2001-09-11Require UTILS_HOST_OS.Jim Meyering
2001-09-01(jm_MACROS): Check for canonicalize_file_name.Jim Meyering
2001-08-31(jm_MACROS):Don't require jm_AC_HEADER_INTTYPES_H.Jim Meyering
2001-08-26Require jm_AC_PREREQ_XSTRTOIMAX.Jim Meyering
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2001-08-05Require autoconf-2.52.Jim Meyering
2001-08-04(jm_MACROS): Reflect s/jm_/AM_/ renamings.Jim Meyering