From: Jim Meyering Date: Sun, 20 Jul 2003 05:35:54 +0000 (+0000) Subject: from gnulib X-Git-Tag: v5.0.90~183 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=479038b02cbcb8a357fa42dffb129569cbb71e68;p=thirdparty%2Fcoreutils.git from gnulib --- diff --git a/m4/memcoll.m4 b/m4/memcoll.m4 new file mode 100644 index 0000000000..23f56af177 --- /dev/null +++ b/m4/memcoll.m4 @@ -0,0 +1,15 @@ +# memcoll.m4 serial 2 +dnl Copyright (C) 2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +AC_DEFUN([gl_MEMCOLL], +[ + dnl Prerequisites of lib/memcoll.c. + AC_REQUIRE([AC_FUNC_MEMCMP]) + AC_CHECK_HEADERS_ONCE(string.h) + AC_FUNC_STRCOLL +])