Playing with Autoscan.

* m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
* lib/Makefile.am (libbison_a_SOURCES): No longer include
argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
* lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
Coreutils 4.5.1.
This commit is contained in:
Akim Demaille
2002-09-27 13:03:32 +00:00
parent d1a1114f7f
commit ae64af3556
7 changed files with 481 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ AC_REPLACE_FUNCS(stpcpy strchr strspn memchr memrchr)
AC_FUNC_MALLOC
AC_FUNC_REALLOC
jm_PREREQ_QUOTEARG
jm_FUNC_ARGMATCH
jm_PREREQ_ERROR
jm_PREREQ_TEMPNAME
AM_WITH_DMALLOC