X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmbschr.m4;h=413eb7b9bde3ce1fed12c9418701c716776cb72d;hb=04606dd55fd8f1a122a21c4b4e09ab2a36498385;hp=92fb618478c8ed9c590771afa53a22f059efa3bd;hpb=22a636592e5562bef231b878757c5a6efdadabea;p=gnulib.git diff --git a/m4/mbschr.m4 b/m4/mbschr.m4 index 92fb61847..413eb7b9b 100644 --- a/m4/mbschr.m4 +++ b/m4/mbschr.m4 @@ -1,5 +1,5 @@ -# mbschr.m4 serial 1 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +# mbschr.m4 serial 2 +dnl Copyright (C) 2007-2008 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,6 +11,6 @@ AC_DEFUN([gl_FUNC_MBSCHR], # Prerequisites of lib/mbschr.c. AC_DEFUN([gl_PREREQ_MBSCHR], [ - AC_REQUIRE([gl_FUNC_MBRTOWC]) + AC_REQUIRE([AC_FUNC_MBRTOWC]) : ])