summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2000-01-23.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23s/list_mounted_fs/ac_list_mounted_fs/Jim Meyering
(jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2000-01-23(jm_FILE_SYSTEM_USAGE): Take two parameters.Jim Meyering
2000-01-23s/space/ac_fsusage_space/.Jim Meyering
2000-01-23Extracted from fileutils/configure.in.Jim Meyering
2000-01-23.Jim Meyering
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*** empty log message ***Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.Jim Meyering
2000-01-23*** empty log message ***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*** empty log message ***Jim Meyering
2000-01-23*** empty log message ***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-22*** empty log message ***Jim Meyering
2000-01-22Call AC_PROG_CC_STDC just before AC_C_CONST.Jim Meyering
2000-01-22(jm_PREREQ_QUOTEARG): Add wctype.h.Jim Meyering
2000-01-22*** empty log message ***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*** empty log message ***Jim Meyering
2000-01-22(AC_CHECK_HEADERS): Add checks from sh-utils' configure.inJim Meyering
2000-01-22*** empty log message ***Jim Meyering
2000-01-22(AC_CHECK_HEADERS): Add checks from fileutils' configure.inJim Meyering
2000-01-22*** empty log message ***Jim Meyering
2000-01-22(jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in.Jim Meyering
2000-01-22.Jim Meyering
2000-01-22Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.Jim Meyering
Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
2000-01-22(_jm_DECL_HEADERS): Define new function.Jim Meyering
(jm_CHECK_DECLARATIONS): Require it.
2000-01-22Revert to using #if HAVE_STDLIB_HJim Meyering
to guard inclusion of <stdlib.h>.
2000-01-22Guard inclusion of <stdlib.h> with `#if STDC_HEADERS',Jim Meyering
not `#if HAVE_STDLIB_H'. The former wasn't defined. Use #if rather than #ifdef. Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
2000-01-19*** empty log message ***Jim Meyering
2000-01-19(jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.Jim Meyering
Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc defines `struct timespec' in <sys/time.h>
2000-01-19*** empty log message ***Jim Meyering
2000-01-19*** empty log message ***Jim Meyering
2000-01-19Remove uses of changequote altogether.Jim Meyering
2000-01-19.Jim Meyering
2000-01-19.Jim Meyering
2000-01-19.Jim Meyering
2000-01-17*** empty log message ***Jim Meyering
2000-01-17fix typoJim Meyering
2000-01-17Revert this change (they're not the same):Jim Meyering
Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
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.