X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Ffsusage.m4;h=3459e63b37e3ba1e8b2c5af814e1fc73b32855a7;hb=0f247f994ecf88c40563c2d264536a1aa7634b33;hp=897ee4cef57697a7e54e9c5e78372ff24740e553;hpb=63bc47a1fecb6e16b620d95fc6f5313f317bb550;p=gnulib.git diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index 897ee4cef..3459e63b3 100644 --- a/m4/fsusage.m4 +++ b/m4/fsusage.m4 @@ -1,7 +1,7 @@ -# serial 27 +# serial 28 # Obtaining file system usage information. -# Copyright (C) 1997-1998, 2000-2001, 2003-2010 Free Software Foundation, Inc. +# Copyright (C) 1997-1998, 2000-2001, 2003-2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -19,10 +19,6 @@ AC_DEFUN([gl_FSUSAGE], #include #endif]]) gl_FILE_SYSTEM_USAGE([gl_cv_fs_space=yes], [gl_cv_fs_space=no]) - if test $gl_cv_fs_space = yes; then - AC_LIBOBJ([fsusage]) - gl_PREREQ_FSUSAGE_EXTRA - fi ]) # Try to determine how a program can obtain file system usage information.