]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use the included strcasecmp function on platforms that lack it.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2001 18:55:44 +0000 (18:55 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2001 18:55:44 +0000 (18:55 +0000)
ChangeLog
configure.in

index 6ccb91e40329b025fbc48fe873a81c283900409a..295a13b76093f57b5a93393baa7e494832265797 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 6ed747afbffc069cab8cd5dd8681ee9ad6726c74..538e2330528243001efc4cd23b69e2727a0bed99 100644 (file)
@@ -1,6 +1,6 @@
 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
@@ -51,7 +51,7 @@ AC_FUNC_ALLOCA
 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)