Hi!

I think the size_max module misses the Makefile.am entry
"lib_SOURCES += size_max.h":

$ ./gnulib-tool --create-testdir --dir=/tmp/t size_max
$ cd /tmp/t
$ ./configure
$ make dist

The resulting tarball does not contain size_max.h.

The following patch fixes this:


--- modules/size_max.orig       2005-09-03 21:38:13.513588464 +0200
+++ modules/size_max    2005-09-03 21:37:16.110315088 +0200
@@ -11,6 +11,7 @@
 gl_SIZE_MAX
 
 Makefile.am:
+lib_SOURCES += size_max.h
 
 Include:
 #include "size_max.h"


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to