]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 13 Jan 2006 13:35:31 +0000 (13:35 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Jan 2006 13:35:31 +0000 (13:35 +0000)
m4/ChangeLog

index d727ad9542591796ac698ff53e5ead879fb6cf97..a7ac9c2b45fc0e76f50c0b5eb2486244d2d4aee7 100644 (file)
@@ -1,3 +1,11 @@
+2006-01-13  Jim Meyering  <jim@meyering.net>
+
+       * 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.
+
 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        * prereq.m4 (gl_PREREQ): Require gl_STDINT_H.