groff
[Top][All Lists]
Advanced

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

Re: [Groff] new automake system


From: Werner LEMBERG
Subject: Re: [Groff] new automake system
Date: Mon, 22 Sep 2014 23:20:31 +0200 (CEST)

> So this code in ./bootstrap is suboptimal:
> 
>   check_exists() {
>     ($1 --version </dev/null) >/dev/null 2>&1
> 
> That deliberately hides the error message from the user and displays
> a bogus message instead, so you might wish to refrain from hiding
> stderr.

... given that `bootstrap' is a ready-to-run script from `gnulib',
this should probably discussed with the gnulib people.

> The following line in the output of ./bootstrap looks suspicious:
> 
>   You may need to add #include directives for the following .h files.
>     #include <wchar.h>

This is OK.  What you see here is a list of include files to be used
in the source code for the requested gnulib modules (see variable
`gnulib_modules' in file `bootstrap.conf').  In particular, `wchar.h'
is needed for `wcwidth'.

It's *not* related to what you have on your harddisk.


    Werner



reply via email to

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