X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fwrite-any-file.m4;h=7327d404019e840891e7eb363ea1c2d0f76d893d;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=66c1476c0db6ff57e0bd2db4d915643c26ddafd2;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/write-any-file.m4 b/m4/write-any-file.m4 index 66c1476c0..7327d4040 100644 --- a/m4/write-any-file.m4 +++ b/m4/write-any-file.m4 @@ -1,6 +1,6 @@ # Determine whether we can write any file. -# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,5 +11,4 @@ AC_DEFUN([gl_WRITE_ANY_FILE], [ AC_CHECK_HEADERS_ONCE([priv.h]) - AC_LIBOBJ([write-any-file]) ])