projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472b344
)
(jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
author
Jim Meyering
<jim@meyering.net>
Fri, 3 Aug 2001 10:09:06 +0000
(10:09 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 3 Aug 2001 10:09:06 +0000
(10:09 +0000)
as it was in the original. Reported by Paul Eggert.
m4/mbrtowc.m4
patch
|
blob
|
history
diff --git
a/m4/mbrtowc.m4
b/m4/mbrtowc.m4
index 3085fc3c3c9525f4de3d798ea6aea5fe24c263be..fca91a5f86ea781b17f6d57202c32cabd7816862 100644
(file)
--- a/
m4/mbrtowc.m4
+++ b/
m4/mbrtowc.m4
@@
-1,4
+1,4
@@
-#serial
2
+#serial
3
dnl From Paul Eggert
@@
-7,7
+7,7
@@
AC_DEFUN(jm_FUNC_MBRTOWC,
AC_CACHE_CHECK([whether mbrtowc and mbstate_t are properly declared],
jm_cv_func_mbrtowc,
[AC_TRY_LINK(
- [
@%:@
include <wchar.h>],
+ [
#
include <wchar.h>],
[mbstate_t state; return ! (sizeof state && mbrtowc);],
jm_cv_func_mbrtowc=yes,
jm_cv_func_mbrtowc=no)])