On Thu, 9 Oct 2003, Gary V. Vaughan wrote:

> Martin MOKREJŠ wrote:
> > configure.ac:241: warning: gl_CHECK_HEADER_wcar_ is m4_require'd but isnot 
> > m4_defun'd
>
> comes from gnulib/acm4/regex.m4:
>
>      AC_CHECK_HEADERS_ONCE(wchar.h wctype.h)
>
> then from AC_CHECK_HEADERS_ONCE in gnulib/acm4/onceonly_2_57.m4:
>
>      AC_FOREACH([gl_FUNC_NAME], [$1], [
>        AC_DEFUN([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME,
>                                                   [./-], [___]))
>        ...
>        AC_REQUIRE([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME,
>                                                   [./-], [___])))
>
> So we define only gl_CHECK_HEADER_wchar_h and gl_CHECK_HEADER_wctype_h, and
> require them in the same loop.

OK, I'll resync with cvs.

>
> `translit' appears to be not doing it's job for you :-(  Are you running GNU
> m4?  (Not a circular dependency, you can get a prebootstrapped m4-1.4 tarball
> from the net.)

Yes, that's the one I have: GNU m4 1.4 (I think dated like 1997 or so)

>

-- 
Martin Mokrejs <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585


_______________________________________________
Bug-m4 mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-m4

Reply via email to