bug-gnulib
[Top][All Lists]
Advanced

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

Re: Why do I need a C compiler?


From: Eric Blake
Subject: Re: Why do I need a C compiler?
Date: Wed, 03 Oct 2012 07:01:04 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

On 10/03/2012 06:57 AM, Reuben Thomas wrote:
> I am using the following set of gnulib modules:
> 
> Module list with included dependencies (indented):
>   announce-gen
>   do-release-commit-and-tag
>     gendocs
>   gitlog-to-changelog
>     gnu-web-doc-update
>     gnumakefile
>   gnupload
>   maintainer-makefile
>   readme-release
>   update-copyright
>     useless-if-before-free
>     vc-list-files
> 

> 
> If I comment out the two gl_* lines, it doesn't test for a C compiler.

Right now, gnulib-tool itself assumes that you will be using modules
that require a C compiler; perhaps this could be improved to allow use
of gnulib-tool for non-C modules such as in your package.

> Also, the gnulib modules list above seems a bit wrong:
> useless-if-before-free & vc-list-files are dependencies of
> maintainer-makefile, not of update-copyright.

That's not in dependency order, but in alphabetical order, with
indentation differentiating direct use vs. dependent use without regards
to the actual dependency chain.  There's no bug there, just
misunderstanding on what the output is showing.

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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