X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fclose.m4;h=fc131381af97fd7e3f3953eb79432769983b2265;hb=56005a21e8f9f434212a19dcb628c6d3b179fd08;hp=a6623a33027a647cad60f2f1ed845522b97c99dc;hpb=6c99c5d12c408e6e0429edac4a86771d1543edaf;p=gnulib.git diff --git a/m4/close.m4 b/m4/close.m4 index a6623a330..fc131381a 100644 --- a/m4/close.m4 +++ b/m4/close.m4 @@ -1,5 +1,5 @@ -# close.m4 serial 4 -dnl Copyright (C) 2008-2009 Free Software Foundation, Inc. +# close.m4 serial 5 +dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -20,9 +20,7 @@ AC_DEFUN([gl_FUNC_CLOSE], AC_DEFUN([gl_REPLACE_CLOSE], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) - if test $REPLACE_CLOSE != 1; then - AC_LIBOBJ([close]) - fi REPLACE_CLOSE=1 + AC_LIBOBJ([close]) gl_REPLACE_FCLOSE ])