From: Jim Meyering Date: Tue, 7 Feb 2006 09:21:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~776 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cabedb13fd5561bf3a24834ca125a8e025a42776;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index fc323c47cc..dd75ca4b53 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -47,9 +47,10 @@ * 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