summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
AgeCommit message (Collapse)Author
2000-01-23(jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.Jim Meyering
2000-01-23(jm_FUNC_FTRUNCATE): AC_REQUIRE it.Jim Meyering
2000-01-23(AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.Jim Meyering
2000-01-23(AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).Jim Meyering
(AC_SUBST(POW_LIBM)): Likewise.
2000-01-23(AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.Jim Meyering
2000-01-23(AM_FUNC_OBSTACK): Add (from fileutils/configure.in).Jim Meyering
2000-01-23(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):Jim Meyering
AC_SUBST these here, rather than just in sh-util/configure.in, so that the now-shared-by-fileutils-and-textutils lib/Makefile.am are all the same.
2000-01-22Call AC_PROG_CC_STDC just before AC_C_CONST.Jim Meyering
2000-01-22Merge the three lists of headers.Jim Meyering
2000-01-22(AC_CHECK_HEADERS): Add checks from textutils' configure.inJim Meyering
2000-01-22(AC_CHECK_HEADERS): Add checks from sh-utils' configure.inJim Meyering
2000-01-22(AC_CHECK_HEADERS): Add checks from fileutils' configure.inJim Meyering
2000-01-16Remove these for now (they're with related code in sh-utils' configure.in)Jim Meyering
AM_SYS_POSIX_TERMIOS jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
2000-01-16Require AM_FUNC_GETLOADAVG, jm_SYS_PROC_UPTIME, AM_SYS_POSIX_TERMIOS, andJim Meyering
jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.
2000-01-16Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,Jim Meyering
AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME, jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, and AC_FUNC_ALLOCA.
2000-01-15sheesh: fix it right this time: gethostname getusershellJim Meyering
2000-01-15Fix typoJim Meyering
s/stpbrk/strpbrk
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