summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
AgeCommit message (Collapse)Author
2000-01-15(AC_REPLACE_FUNCS):Jim Meyering
Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
2000-01-15(AC_REPLACE_FUNCS): Add strpbrk.Jim Meyering
2000-01-15(AC_REPLACE_FUNCS):Jim Meyering
Add these, too: stime strcspn stpcpy strstr strtol strtoul.
2000-01-15fix typo in last changeJim Meyering
2000-01-15(AC_REPLACE_FUNCS): Add memcpy and memset.Jim Meyering
2000-01-15(AC_REPLACE_FUNCS): Add gethostname and getusershellJim Meyering
2000-01-08(jm_FUNC_STRERROR_R): Require it.Jim Meyering
2000-01-04Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.Jim Meyering
2000-01-04(jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.Jim Meyering
1999-12-26(jm_FUNC_NANOSLEEP): New file/macro.Jim Meyering
1999-12-23Check for clock_gettime (moved from fileutils/configure.in)Jim Meyering
Check for gettimeofday.
1999-12-19bump serial numberJim Meyering
1999-12-19Use the new macro: jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.Jim Meyering
1999-11-06whoops, add quotes in last changeJim Meyering
1999-11-06(jm_MACROS): Use jm_AC_FUNC_LINK_FOLLOWS_SYMLINK here.Jim Meyering
1999-11-05Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecatedJim Meyering
AC_STRUCT_ST_BLKSIZE.
1999-11-05remove stray `x'sJim Meyering
1999-11-05(jm_CHECK_ALL_TYPES): Move some tests from configure.inJim Meyering
of textutils, fileutils, and sh-utils into this one (shared between those packages) file.
1999-11-03Use straight `AC_CHECK_TYPE(ssize_t, int)'.Jim Meyering
Suggestion from Akim Demaille.
1999-10-30remove stray commaJim Meyering
1999-10-30Use new AC_TYPE_SSIZE_T instead of my hacked AC_CHECK_TYPE.Jim Meyering
Require 2.14a. Remove backslash before backtick in m4-quoted string.
1999-10-04Don't require autoconf-2.14.1.Jim Meyering
1999-09-17(AC_REPLACE_FUNCS): Add strdup.Jim Meyering
Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 due to missing strdup (against sh-utils-2.0).
1999-08-29Require jm_BISON.Jim Meyering
1999-08-04(AM_FUNC_GETLINE): Run this test.Jim Meyering
(AC_CHECK_FUNCS): Check for getdelim.
1999-08-02Add a comment.Jim Meyering
1999-07-20(AC_REPLACE_FUNCS): Add memmove.Jim Meyering
1999-07-15(AC_CHECK_FUNCS): Check for getpagesize.Jim Meyering
1999-05-22(AC_REPLACE_FUNCS): Add memchr.Jim Meyering
1999-05-10Require 2.14.1, since we use newly-renamed AC_FUNC_MKTIME.Jim Meyering
1999-05-01(AC_REPLACE_FUNCS): Add dup2.Jim Meyering
1999-04-21(jm_CHECK_ALL_TYPES): Require jm_AC_TYPE_UNSIGNED_LONG_LONG.Jim Meyering
1999-04-19Require jm_AC_PREREQ_XSTRTOUMAX.Jim Meyering
1999-03-30(jm_CHECK_ALL_TYPES): New macro.Jim Meyering
1999-03-29Define GNU_PACKAGE here.Jim Meyering
Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is replaced e.g., in the *.sh files of the sh-utils.
1999-03-20s/jm_WITH_REGEX/jm_INCLUDED_REGEX/Jim Meyering
1999-03-12Use AC_FUNC_SETVBUF_REVERSED.Jim Meyering
1999-02-07Actually invoke jm_WITH_REGEX now that it requires an argument.Jim Meyering
1999-01-29Use jm_AFS.Jim Meyering
1999-01-16(ARGMATCH_DIE_DECL): Define.Jim Meyering
1999-01-16*** empty log message ***Jim Meyering
1999-01-16Define ARGMATCH_DIE.Jim Meyering
1999-01-10bump serial#Jim Meyering
1999-01-10Require autoconf-2.13 here.Jim Meyering
1999-01-02Replace strcasecmp and strncasecmp.Jim Meyering
1998-09-27(jm_MACROS): Require jm_FUNC_FNMATCH.Jim Meyering
1998-08-16Use the new AC_CHECK_TYPE(ssize_t, int) instead of jm_TYPE_SSIZE_T.Jim Meyering
1998-07-04Require jm_WITH_REGEX.Jim Meyering
1998-06-28Require the new macro: jm_FUNC_GLIBC_UNLOCKED_IO.Jim Meyering
1998-05-19Add jm_FUNC_LCHOWN.Jim Meyering