The xreadlink module is provoking the following error in Automake
1.9.

gl/Makefile.am:17: automatically discovered file `xreadlink.h' should not be 
explicitly mentioned
gl/Makefile.am:17: automatically discovered file `xreadlink.c' should not be 
explicitly mentioned

Applying this patch fixes the problem:

Index: modules/xreadlink
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xreadlink,v
retrieving revision 1.7
diff -u -p -u -r1.7 xreadlink
--- modules/xreadlink   12 Aug 2005 12:21:44 -0000      1.7
+++ modules/xreadlink   2 Oct 2005 23:37:04 -0000
@@ -14,9 +14,6 @@ ssize_t
 configure.ac:
 gl_XREADLINK
 
-Makefile.am:
-lib_SOURCES += xreadlink.h xreadlink.c
-
 Include:
 "xreadlink.h"
 
Thanks,

Ben.
-- 
"Welcome to the Slippery Slope. Here is your handbasket.
 Say, can you work 70 hours this week?"
--Ron Mansolino



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

Reply via email to