X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffreopen.m4;h=69e4523c57d6cc5bd3b865d26abd712f633ece2a;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=e39a2f79edef98ff02e996f4517625edaa4a4214;hpb=87c5f6fccee477f7e2c67ea4c95e51a3afd83a41;p=gnulib.git diff --git a/m4/freopen.m4 b/m4/freopen.m4 index e39a2f79e..69e4523c5 100644 --- a/m4/freopen.m4 +++ b/m4/freopen.m4 @@ -1,5 +1,5 @@ -# freopen.m4 serial 2 -dnl Copyright (C) 2007-2010 Free Software Foundation, Inc. +# freopen.m4 serial 4 +dnl Copyright (C) 2007-2014 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. @@ -11,14 +11,9 @@ AC_DEFUN([gl_FUNC_FREOPEN], case "$host_os" in mingw* | pw*) REPLACE_FREOPEN=1 - AC_LIBOBJ([freopen]) - gl_PREREQ_FREOPEN ;; esac ]) # Prerequisites of lib/freopen.c. -AC_DEFUN([gl_PREREQ_FREOPEN], -[ - AC_REQUIRE([AC_C_INLINE]) -]) +AC_DEFUN([gl_PREREQ_FREOPEN], [:])