Previously neglected patch attached. Derek R. Price wrote: > Autoconf 2.60 marks AC_C_CONST as obsolescent because no practical > porting targets require it any longer. The attached patch removes three > references. > > 2006-06-28 Derek R. Price <[EMAIL PROTECTED]> > > * m4/fnmatch.m4, m4/gettext.m4, m4/strftime.m4: Remove > references to obsolescent AC_C_CONST. > > Cheers, > > Derek
-- Derek R. Price CVS Solutions Architect Get CVS support at Ximbiot <http://ximbiot.com>! v: +1 248.835.1260 f: +1 248.835.1263 <mailto:[EMAIL PROTECTED]>
Index: m4/fnmatch.m4 =================================================================== RCS file: /cvsroot/gnulib/gnulib/m4/fnmatch.m4,v retrieving revision 1.21 diff -u -p -r1.21 fnmatch.m4 --- m4/fnmatch.m4 23 Sep 2005 20:26:33 -0000 1.21 +++ m4/fnmatch.m4 28 Jun 2006 19:33:04 -0000 @@ -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]) Index: m4/gettext.m4 =================================================================== RCS file: /cvsroot/gnulib/gnulib/m4/gettext.m4,v retrieving revision 1.32 diff -u -p -r1.32 gettext.m4 --- m4/gettext.m4 25 Apr 2005 13:23:48 -0000 1.32 +++ m4/gettext.m4 28 Jun 2006 19:33:04 -0000 @@ -366,7 +366,6 @@ AC_DEFUN([AM_INTL_SUBDIR], AC_REQUIRE([AC_PROG_RANLIB])dnl AC_REQUIRE([AC_ISC_POSIX])dnl AC_REQUIRE([AC_HEADER_STDC])dnl - AC_REQUIRE([AC_C_CONST])dnl AC_REQUIRE([bh_C_SIGNED])dnl AC_REQUIRE([AC_C_INLINE])dnl AC_REQUIRE([AC_TYPE_OFF_T])dnl Index: m4/strftime.m4 =================================================================== RCS file: /cvsroot/gnulib/gnulib/m4/strftime.m4,v retrieving revision 1.34 diff -u -p -r1.34 strftime.m4 --- m4/strftime.m4 4 Jul 2005 04:40:46 -0000 1.34 +++ m4/strftime.m4 28 Jun 2006 19:33:04 -0000 @@ -11,7 +11,6 @@ AC_DEFUN([gl_FUNC_GNU_STRFTIME], [AC_REQUIRE([gl_FUNC_STRFTIME])dnl - AC_REQUIRE([AC_C_CONST])dnl ]) # These are the prerequisite macros for GNU's strftime.c replacement.
