bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib-tool --avoid problems


From: Sam Steingold
Subject: Re: gnulib-tool --avoid problems
Date: Mon, 3 Aug 2009 15:33:42 -0400

Hi Bruno,

On Sun, Aug 2, 2009 at 5:01 AM, Bruno Haible<address@hidden> wrote:
> Sam Steingold wrote:
>> ./string.h:54:5: error: #if with no expression
>
> The 'string' module occurs as dependency of the 'memchr' module or 'mbsrtowcs'
> modules.

so I added 'string' to GNULIB_MODULES and now...

> Somehow a bunch of AC_SUBSTed variables (such as NEXT_STRING_H)
> are not correctly substituted. You should verify that
>  1) gllib/Makefile.in contains the line
>       NEXT_STRING_H = @NEXT_STRING_H@
yes

>  2) config.status contains the line
>       S["NEXT_STRING_H"]="<string.h>"
yes

>  3) configure contains the lines
>       NEXT_STRING_H
>     and
>            NEXT_STRING_H=$gl_cv_next_string_h
yes

still
- why do I have to do that?
- m4 duplication is yuky; shares glm4 would be nice.

thanks!

-- 
Sam Steingold <http://sds.podval.org>




reply via email to

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