bug-gnulib
[Top][All Lists]
Advanced

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

Re: spurious message about include files from `bootstrap' script


From: Bruno Haible
Subject: Re: spurious message about include files from `bootstrap' script
Date: Sat, 3 Dec 2011 13:12:03 +0100
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Hi Stefano,

>   You may need to add #include directives for the following .h files.
>     #include <alloca.h>
>     ... [SNIP]
>     #include <unistd.h>
>     #include <wchar.h>
>     /* Include only after all system include files.  */
>     GPL
>     License
>     #include "acl.h"
>     #include "alignof.h"
>     # ... [SNIP]
>     #include "yesno.h"
> 
>   You may need to use the following Makefile variables when linking.
>   ...

Thanks for the report. This should fix it.

Jim, these modules came from codeutils. The same bug is also present in
the coreutils files

  gl/modules/heap
  gl/modules/randint
  gl/modules/randperm
  gl/modules/randread

If you start a new module by making a copy of modules/TEMPLATE, this mistake
can't happen.


2011-12-03  Bruno Haible  <address@hidden>

        Fix module descriptions syntax.
        * modules/argv-iter (License): Fix syntax.
        * modules/di-set (License): Likewise.
        * modules/ino-map (License): Likewise.
        Reported by Stefano Lattarini <address@hidden>.

--- modules/argv-iter.orig      Sat Dec  3 13:06:54 2011
+++ modules/argv-iter   Sat Dec  3 13:04:41 2011
@@ -18,7 +18,7 @@
 Include:
 "argv-iter.h"
 
-License
+License:
 GPL
 
 Maintainer:
--- modules/di-set.orig Sat Dec  3 13:06:54 2011
+++ modules/di-set      Sat Dec  3 13:04:41 2011
@@ -17,7 +17,7 @@
 Include:
 "di-set.h"
 
-License
+License:
 GPL
 
 Maintainer:
--- modules/ino-map.orig        Sat Dec  3 13:06:54 2011
+++ modules/ino-map     Sat Dec  3 13:04:39 2011
@@ -17,7 +17,7 @@
 Include:
 "ino-map.h"
 
-License
+License:
 GPL
 
 Maintainer:
-- 
In memoriam Rudolf Slánský <http://en.wikipedia.org/wiki/Rudolf_Slánský>



reply via email to

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