X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Flocalename.m4;h=926ada6b5d026113770f7213e358abf9b2ba6121;hb=bc2a3d7068f04e1da758a7c02cf19b132ae574cc;hp=94e9705db90caad067857cca9086e60527232ab9;hpb=fe770d4f5314d6a633d1390386de35ea222f78bf;p=gnulib.git diff --git a/m4/localename.m4 b/m4/localename.m4 index 94e9705db..926ada6b5 100644 --- a/m4/localename.m4 +++ b/m4/localename.m4 @@ -1,5 +1,5 @@ -# localename.m4 serial 1 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +# localename.m4 serial 2 +dnl Copyright (C) 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. @@ -8,5 +8,5 @@ AC_DEFUN([gl_LOCALENAME], [ AC_REQUIRE([gt_LC_MESSAGES]) AC_REQUIRE([gt_INTL_MACOSX]) - AC_CHECK_FUNCS([setlocale]) + AC_CHECK_FUNCS([setlocale uselocale]) ])