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.

`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.)
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'     `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/




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

Reply via email to