X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=m4%2Fmsvc-nothrow.m4;fp=m4%2Fcloexec.m4;h=a39618a4157fe6b7b995552d39d7985c0712e928;hb=931b01b091932a1f796c23379ea32abb68bd5895;hp=c936f4388e5467d438deab11daab6fbb0f99a3d5;hpb=7be93f2d05131d061bd4790ae33c8d50f50010d7;p=platform%2Fupstream%2Fm4.git diff --git a/m4/cloexec.m4 b/m4/msvc-nothrow.m4 similarity index 58% rename from m4/cloexec.m4 rename to m4/msvc-nothrow.m4 index c936f43..a39618a 100644 --- a/m4/cloexec.m4 +++ b/m4/msvc-nothrow.m4 @@ -1,10 +1,10 @@ -#serial 6 -dnl Copyright (C) 2004-2006, 2009-2011 Free Software Foundation, Inc. +# msvc-nothrow.m4 serial 1 +dnl Copyright (C) 2011-2013 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. -AC_DEFUN([gl_CLOEXEC], +AC_DEFUN([gl_MSVC_NOTHROW], [ - AC_LIBOBJ([cloexec]) + AC_REQUIRE([gl_MSVC_INVAL]) ])