bug-gnulib
[Top][All Lists]
Advanced

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

xreadlink bug


From: Ben Pfaff
Subject: xreadlink bug
Date: Sun, 02 Oct 2005 16:37:28 -0700
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

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





reply via email to

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