+2001-03-11 Bruno Haible <haible@clisp.cons.org>
+
+ * configure.in: Add AC_REPLACE_FUNCS(strcasecmp). Needed for EMX.
+
2001-03-11 Bruno Haible <haible@clisp.cons.org>
* configure.in: Use AM_FUNC_GETLINE instead of
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.18 $)
+AC_REVISION($Revision: 1.19 $)
AC_INIT(src/msgfmt.c)
AM_INIT_AUTOMAKE(gettext, 0.10.36)
RELEASE_DATE=2001-03-09 dnl in "date +%Y-%m-%d" format
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([getcwd mblen memcpy strchr strerror uname])
AC_REPLACE_FUNCS([memmove memset stpcpy stpncpy strcspn \
-strncasecmp strstr strtoul vasprintf])
+strcasecmp strncasecmp strstr strtoul vasprintf])
AM_FUNC_GETLINE
if test $am_cv_func_working_getline != yes; then
AC_CHECK_FUNCS(getdelim)