bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fsusage.m4 nit (was: ensure that generated files are read-only)


From: Ralf Wildenhues
Subject: fsusage.m4 nit (was: ensure that generated files are read-only)
Date: Thu, 7 Sep 2006 16:29:10 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

* Ralf Wildenhues wrote on Thu, Sep 07, 2006 at 04:27:56PM CEST:
> 
>       * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.

Darn, I meant this:

Index: m4/fsusage.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fsusage.m4,v
retrieving revision 1.27
diff -u -r1.27 fsusage.m4
--- m4/fsusage.m4       1 Sep 2006 19:49:22 -0000       1.27
+++ m4/fsusage.m4       7 Sep 2006 14:28:58 -0000
@@ -1,4 +1,4 @@
-#serial 20
+#serial 21
 # Obtaining file system usage information.
 
 # Copyright (C) 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2006 Free Software
@@ -35,7 +35,7 @@
 AC_DEFUN([gl_FILE_SYSTEM_USAGE],
 [
 
-echo "checking how to get file system space usage..."
+AC_MSG_NOTICE([checking how to get file system space usage])
 ac_fsusage_space=no
 
 # Perform only the link test since it seems there are no variants of the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]