* lib/strspn.c: New.

This commit is contained in:
Akim Demaille
2001-08-03 08:09:03 +00:00
parent d995fee754
commit 53b74c0c4c
8 changed files with 131 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_PREREQ(2.52)
AC_INIT(bison, 1.28a, bug-bison@gnu.org)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(bison, 1.28a)
@@ -63,7 +63,7 @@ AM_C_PROTOTYPES
AC_FUNC_ALLOCA
AC_CHECK_FUNCS(mkstemp setlocale)
AC_CHECK_DECLS([stpcpy, strndup, strnlen, memchr])
AC_REPLACE_FUNCS(stpcpy strndup strnlen memchr)
AC_REPLACE_FUNCS(stpcpy strndup strnlen strspn memchr)
jm_FUNC_MALLOC
jm_FUNC_REALLOC
jm_PREREQ_QUOTEARG