]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 7 Feb 2006 09:21:27 +0000 (09:21 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Feb 2006 09:21:27 +0000 (09:21 +0000)
m4/ChangeLog

index fc323c47cc5ca29fa02bbcf324786f7effa6776d..dd75ca4b53639acb290a0d85fb466b69ac33b9c3 100644 (file)
 
        * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke AC_CHECK_FUNCS(getmntent)
        unconditionally so that tests of $ac_cv_func_getmntent (e.g., in
-       gl_LIST_MOUNTED_FILE_SYSTEMS) need not double-quote uses that variable,
-       to accommodate the rare case in which getmntent is available in none
-       of the libraries checked.  This happens at least on FreeBSD 5.0.
+       gl_LIST_MOUNTED_FILE_SYSTEMS) need not double-quote uses of that
+       variable, to accommodate the rare case in which getmntent is
+       available in none of the libraries checked.  This happens at
+       least on FreeBSD 5.0.
 
 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>