Playing with Autoscan.
authorAkim Demaille <akim@epita.fr>
Fri, 27 Sep 2002 13:03:32 +0000 (13:03 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 27 Sep 2002 13:03:32 +0000 (13:03 +0000)
commitae64af3556d36c1e3b7d0d0033def2a58e1f486e
treecbc1ac14e1b51111f1d8b9d94af04739df174491
parentd1a1114f7f257f89887ea5825ba0d896dfaa747b
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.
ChangeLog
configure.ac
lib/Makefile.am
lib/memcmp.c [new file with mode: 0644]
lib/strcasecmp.c [new file with mode: 0644]
lib/strncasecmp.c [new file with mode: 0644]
m4/prereq.m4