X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fbase64.m4;h=24801efa334635bca9765be3187e773acd18740b;hb=959d9cb463d992f9c5cc2fbeb54bf12eee2346f7;hp=49bd32592c96e7482a7e2ca43aaef077c0a75612;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/base64.m4 b/m4/base64.m4 index 49bd32592..24801efa3 100644 --- a/m4/base64.m4 +++ b/m4/base64.m4 @@ -1,5 +1,5 @@ -# base64.m4 serial 2 -dnl Copyright (C) 2004 Free Software Foundation, Inc. +# base64.m4 serial 3 +dnl Copyright (C) 2004, 2006 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. @@ -12,5 +12,5 @@ AC_DEFUN([gl_FUNC_BASE64], # Prerequisites of lib/base64.c. AC_DEFUN([gl_PREREQ_BASE64], [ AC_REQUIRE([AC_C_INLINE]) - AC_REQUIRE([gl_C_RESTRICT]) + AC_REQUIRE([AC_C_RESTRICT]) ])