projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dcc0e0
)
strcasecmp no longer needs mbuiter.
author
Bruno Haible
<bruno@clisp.org>
Mon, 5 Feb 2007 02:49:07 +0000
(
02:49
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 5 Feb 2007 02:49:07 +0000
(
02:49
+0000)
m4/strcase.m4
patch
|
blob
|
history
modules/strcase
patch
|
blob
|
history
diff --git
a/m4/strcase.m4
b/m4/strcase.m4
index 8b2ba9757cdb02de4e2c718384d7b22f57353a3f..ae24215dc2855387b52a83ff3b05c6a45bfa0f11 100644
(file)
--- a/
m4/strcase.m4
+++ b/
m4/strcase.m4
@@
-1,4
+1,4
@@
-# strcase.m4 serial
7
+# strcase.m4 serial
8
dnl Copyright (C) 2002, 2005-2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@
-35,7
+35,6
@@
AC_DEFUN([gl_FUNC_STRNCASECMP],
# Prerequisites of lib/strcasecmp.c.
AC_DEFUN([gl_PREREQ_STRCASECMP], [
- AC_REQUIRE([gl_FUNC_MBRTOWC])
:
])
diff --git
a/modules/strcase
b/modules/strcase
index 05c1c921c3155a41070f7a1ea598658a09552d70..61f78ca30ffa62ec13803c371cfe2a2683a70331 100644
(file)
--- a/
modules/strcase
+++ b/
modules/strcase
@@
-5,10
+5,8
@@
Files:
lib/strcasecmp.c
lib/strncasecmp.c
m4/strcase.m4
-m4/mbrtowc.m4
Depends-on:
-mbuiter
string
configure.ac: