X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Flocalename.m4;h=361ed73e3e931eb8b19c7a50cf7b554a271a20f2;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=94e9705db90caad067857cca9086e60527232ab9;hpb=fe770d4f5314d6a633d1390386de35ea222f78bf;p=gnulib.git diff --git a/m4/localename.m4 b/m4/localename.m4 index 94e9705db..361ed73e3 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-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. @@ -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]) ])