From: Paul Eggert Date: Wed, 28 Jun 2006 21:59:41 +0000 (+0000) Subject: (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since it's obsolete. X-Git-Tag: v6.0~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84ab5b148fc08fc1ee258dbf062bb2c90567e805;p=thirdparty%2Fcoreutils.git (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since it's obsolete. --- diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index e879bbde8e..d8b93827fa 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -3,7 +3,7 @@ # This is a modified version of autoconf's AC_FUNC_FNMATCH. # This file should be simplified after Autoconf 2.57 is required. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software # Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -61,8 +61,7 @@ AS_IF([test $$2 = yes], [$3], [$4]) # ------------------ # Prepare the replacement of fnmatch. AC_DEFUN([_AC_LIBOBJ_FNMATCH], -[AC_REQUIRE([AC_C_CONST])dnl -AC_REQUIRE([AC_FUNC_ALLOCA])dnl +[AC_REQUIRE([AC_FUNC_ALLOCA])dnl AC_REQUIRE([AC_TYPE_MBSTATE_T])dnl AC_CHECK_DECLS([getenv]) AC_CHECK_FUNCS([btowc mbsrtowcs mempcpy wmemchr wmemcpy wmempcpy])