diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-23 16:20:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-23 16:20:34 +0000 |
commit | 9e30aaca79ad49380d5fc7b4359fa5bd2f6003a5 (patch) | |
tree | dd47d221b0eabdb464adb56a29e5fc70ad048272 /m4 | |
parent | 26c96331b2005a44e7c7ddf10c20eaa056bda584 (diff) | |
download | coreutils-9e30aaca79ad49380d5fc7b4359fa5bd2f6003a5.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index c51a7343c..1967d4749 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,16 @@ 2000-01-23 Jim Meyering <meyering@lucent.com> + * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/ + (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters. + + * fsusage.m4: New file. Extracted from fileutils/configure.in. + s/space/ac_fsusage_space/. + (jm_FILE_SYSTEM_USAGE): Take two parameters. + + * ftruncate.m4: New file (derived from part of fileutils/configure.in). + * jm-macros.m4: (jm_FUNC_FTRUNCATE): AC_REQUIRE it. + (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT. + * jm-macros.m4: (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): 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 |