X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmbchar.m4;h=763dd81e3e3a31192d7a7aaabf122548b1fb3962;hb=2f681c52f62c1bb9c9dd3fe5cd7a32ec384c34c7;hp=5380941b44c073f1f73b28a9d92cd78b420498a0;hpb=96f7b7d91a671011cb95059bad591615c250495d;p=gnulib.git diff --git a/m4/mbchar.m4 b/m4/mbchar.m4 index 5380941b4..763dd81e3 100644 --- a/m4/mbchar.m4 +++ b/m4/mbchar.m4 @@ -1,5 +1,5 @@ -# mbchar.m4 serial 5 -dnl Copyright (C) 2005-2007 Free Software Foundation, Inc. +# mbchar.m4 serial 8 +dnl Copyright (C) 2005-2007, 2009-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. @@ -9,6 +9,6 @@ dnl From Bruno Haible. AC_DEFUN([gl_MBCHAR], [ - AC_REQUIRE([AC_GNU_SOURCE]) - AC_LIBOBJ([mbchar]) + AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) + AC_REQUIRE([AC_C_INLINE]) ])