bug-gnulib
[Top][All Lists]
Advanced

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

Re: lib-link.m4: lib64


From: Simon Josefsson
Subject: Re: lib-link.m4: lib64
Date: Fri, 02 Sep 2005 16:43:58 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Simon Josefsson wrote:
>> Btw, can't we make a module for this?  readline need the macro, and
>> was only including m4/lib-link.m4, not lib-prefix.m4, and maintaining
>> which m4 macros depend on each other manually for every module seems
>> like work.  Better to make a "lib-link" module, and make readline and
>> others depend on it.  What do you think?
>
> I don't mind if you do it. Just be forewarned that someday these macros shall
> go into autoconf.

I installed the following.

2005-09-02  Simon Josefsson  <address@hidden>

        * modules/havelib: New module.

        * modules/gettext, modules/iconv, modules/lock, modules/readline:
        Use havelib.

Index: modules/gettext
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/gettext,v
retrieving revision 1.10
diff -u -p -r1.10 gettext
--- modules/gettext     6 Jul 2005 15:58:47 -0000       1.10
+++ modules/gettext     2 Sep 2005 14:43:02 -0000
@@ -14,9 +14,6 @@ m4/inttypes_h.m4
 m4/inttypes-pri.m4
 m4/isc-posix.m4
 m4/lcmessage.m4
-m4/lib-ld.m4
-m4/lib-link.m4
-m4/lib-prefix.m4
 m4/longdouble.m4
 m4/longlong.m4
 m4/nls.m4
@@ -35,6 +32,7 @@ build-aux/config.rpath
 
 Depends-on:
 gettext-h
+havelib
 
 configure.ac:
 AM_GNU_GETTEXT([external])
Index: modules/havelib
===================================================================
RCS file: modules/havelib
diff -N modules/havelib
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ modules/havelib     2 Sep 2005 14:43:02 -0000
@@ -0,0 +1,21 @@
+Description:
+Macros to search for libraries.
+
+Files:
+m4/lib-ld.m4
+m4/lib-link.m4
+m4/lib-prefix.m4
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+
+License:
+unlimited
+
+Maintainer:
+Bruno Haible
Index: modules/iconv
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/iconv,v
retrieving revision 1.6
diff -u -p -r1.6 iconv
--- modules/iconv       23 Mar 2005 20:45:54 -0000      1.6
+++ modules/iconv       2 Sep 2005 14:43:02 -0000
@@ -3,12 +3,10 @@ Character set conversion.
 
 Files:
 m4/iconv.m4
-m4/lib-ld.m4
-m4/lib-link.m4
-m4/lib-prefix.m4
 build-aux/config.rpath
 
 Depends-on:
+havelib
 
 configure.ac:
 AM_ICONV
Index: modules/lock
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/lock,v
retrieving revision 1.1
diff -u -p -r1.1 lock
--- modules/lock        18 Jul 2005 11:35:09 -0000      1.1
+++ modules/lock        2 Sep 2005 14:43:02 -0000
@@ -5,12 +5,10 @@ Files:
 lib/lock.h
 lib/lock.c
 m4/lock.m4
-m4/lib-ld.m4
-m4/lib-link.m4
-m4/lib-prefix.m4
 build-aux/config.rpath
 
 Depends-on:
+havelib
 
 configure.ac:
 gl_LOCK
Index: modules/readline
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/readline,v
retrieving revision 1.1
diff -u -p -r1.1 readline
--- modules/readline    11 Aug 2005 19:42:27 -0000      1.1
+++ modules/readline    2 Sep 2005 14:43:02 -0000
@@ -5,10 +5,10 @@ Files:
 lib/readline.h
 lib/readline.c
 m4/readline.m4
-m4/lib-link.m4
 
 Depends-on:
 getline
+havelib
 
 configure.ac:
 gl_FUNC_READLINE




reply via email to

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