bug-gnulib
[Top][All Lists]
Advanced

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

simple iconv / havelib fix


From: Simon Josefsson
Subject: simple iconv / havelib fix
Date: Wed, 05 Oct 2005 15:22:19 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

I have installed the patch below.  config.rpath is only called from
the havelib macros, not from iconv.m4, and iconv depend on havelib, so
this shouldn't be a problem.

2005-10-05  Simon Josefsson  <address@hidden>

        * modules/iconv (Files): Move config.rpath to havelib, it is used
        there.

        * modules/havelib (Files): Add config.rpath.

Index: modules/iconv
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/iconv,v
retrieving revision 1.7
diff -u -p -r1.7 iconv
--- modules/iconv       2 Sep 2005 14:44:37 -0000       1.7
+++ modules/iconv       5 Oct 2005 13:20:40 -0000
@@ -3,7 +3,6 @@ Character set conversion.
 
 Files:
 m4/iconv.m4
-build-aux/config.rpath
 
 Depends-on:
 havelib
Index: modules/havelib
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/havelib,v
retrieving revision 1.1
diff -u -p -r1.1 havelib
--- modules/havelib     2 Sep 2005 14:44:37 -0000       1.1
+++ modules/havelib     5 Oct 2005 13:20:53 -0000
@@ -5,6 +5,7 @@ Files:
 m4/lib-ld.m4
 m4/lib-link.m4
 m4/lib-prefix.m4
+build-aux/config.rpath
 
 Depends-on:
 




reply via email to

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