X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ferror.m4;h=9f1307a428e297d89b8ef96a9affe82dcf091384;hb=eb6dce1d3a40d4d24422ab59856a6dd193b79de5;hp=da8fb513c68bb09f83d17531b88889de0bcc96c8;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=gnulib.git diff --git a/m4/error.m4 b/m4/error.m4 index da8fb513c..9f1307a42 100644 --- a/m4/error.m4 +++ b/m4/error.m4 @@ -1,4 +1,10 @@ -#serial 10 +#serial 12 + +# Copyright (C) 1996-1998, 2001-2004, 2009-2010 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ERROR], [ @@ -11,5 +17,6 @@ AC_DEFUN([gl_ERROR], AC_DEFUN([gl_PREREQ_ERROR], [ AC_REQUIRE([AC_FUNC_STRERROR_R]) + AC_REQUIRE([AC_C_INLINE]) : ])