From: Jim Meyering Date: Fri, 3 Aug 2001 10:09:06 +0000 (+0000) Subject: (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include', X-Git-Tag: cvs-readonly~5864 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=be43fda66e1ee306756324dd96c5664633faa93d;p=gnulib.git (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include', as it was in the original. Reported by Paul Eggert. --- diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4 index 3085fc3c3..fca91a5f8 100644 --- 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 ], + [#include ], [mbstate_t state; return ! (sizeof state && mbrtowc);], jm_cv_func_mbrtowc=yes, jm_cv_func_mbrtowc=no)])