X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmemcasecmp.m4;h=7ea362cbca7db8bf913efc8440af5243003686d9;hb=68dfc9591e97db34b5ba693da028ff1f356a12b7;hp=5b862645ff1481cae908f4e26031528b935887b0;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/memcasecmp.m4 b/m4/memcasecmp.m4 index 5b862645f..7ea362cbc 100644 --- a/m4/memcasecmp.m4 +++ b/m4/memcasecmp.m4 @@ -1,12 +1,10 @@ -# memcasecmp.m4 serial 2 -dnl Copyright (C) 2002 Free Software Foundation, Inc. +#serial 5 +dnl Copyright (C) 2005, 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. AC_DEFUN([gl_MEMCASECMP], [ - dnl Prerequisites of lib/memcasecmp.c. - AC_REQUIRE([AC_HEADER_STDC]) - AC_CHECK_FUNCS_ONCE(isascii) + AC_LIBOBJ([memcasecmp]) ])