bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: m4-1.4q on Tru64Unix


From: Gary V. Vaughan
Subject: Re: m4-1.4q on Tru64Unix
Date: Thu, 09 Oct 2003 14:38:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

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__/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]