]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 23 Jan 2000 16:25:35 +0000 (16:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 Jan 2000 16:25:35 +0000 (16:25 +0000)
m4/ChangeLog
old/fileutils/ChangeLog

index 1967d4749df0df73114d01775b22125ccb0b376d..918a0ee08a5f91dbc669015718ab61db685f2930 100644 (file)
@@ -1,5 +1,7 @@
 2000-01-23  Jim Meyering  <meyering@lucent.com>
 
+       * jm-macros.m4: Move df-related tests here from fileutils/configure.in
+
        * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
        (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
 
index 7dedd8083baffec3eb6665efc83fb15d8456225a..906c5ad28065d53dbc9e88916619db8acbc20b40 100644 (file)
@@ -5,6 +5,8 @@
        (AC_SUBST(DF_PROG)): Move this to m4/.
        (ftruncate test): Move into new file: m4/ftruncate.m4.
        (AC_HEADER_MAJOR, AC_HEADER_DIRENT): Move into m4/.
+       Remove df-related tests.  i.e., move jm_LIST_MOUNTED_FILESYSTEMS,
+       jm_FSTYPENAME, and jm_FILE_SYSTEM_USAGE) into m4/.
 
 2000-01-22  Jim Meyering  <meyering@lucent.com>