bug-gnulib
[Top][All Lists]
Advanced

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

Re: Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to configmake


From: Eric Blake
Subject: Re: Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to configmake
Date: Sun, 15 Oct 2006 20:24:03 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Paul Eggert on 9/18/2006 1:13 PM:
> Eric Blake <address@hidden> writes:
> 
>> CVS m4 wants to use $(pkglibexecdir) defined as
>> $(libexecdir)/$(PACKAGE) as the location of its installed but
>> unversioned libtool modules.  Any chance we can add that to the
>> configmake module?  Is it worth pushing for $(pkglibexecdir)
>> upstream in automake?
> 
> Yes to both questions.  I'd prefer that it go into Automake first,
> but that's not crucial.
> 

It didn't make it into automake 1.10, but Alexandre approved it for the
next release:
http://www.nabble.com/forum/ViewPost.jtp?post=6824228&framed=y.  OK to
apply this to gnulib for projects living on the bleeding edge?

2006-10-15  Eric Blake  <address@hidden>

        * modules/configmake (Makefile.am): Support new Automake
        libexecdir variable.

Index: modules/configmake
===================================================================
RCS file: /sources/gnulib/gnulib/modules/configmake,v
retrieving revision 1.8
diff -u -p -r1.8 configmake
- --- modules/configmake  7 Oct 2006 14:54:51 -0000       1.8
+++ modules/configmake  16 Oct 2006 02:22:01 -0000
@@ -51,9 +51,10 @@ configmake.h: Makefile
          echo '#define LOCALEDIR "$(localedir)"'; \
          echo '#define MANDIR "$(mandir)"'; \
          echo '#define MANEXT "$(manext)"'; \
- -         echo '#define PKGLIBDIR "$(pkglibdir)"'; \
- -         echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
          echo '#define PKGDATADIR "$(pkgdatadir)"'; \
+         echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
+         echo '#define PKGLIBDIR "$(pkglibdir)"'; \
+         echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
        } | sed '/""/d' > address@hidden
        mv address@hidden $@
 BUILT_SOURCES += configmake.h

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFMu1D84KuGfSFAYARAgzqAJkB/ZRNaRXpmAs2aGXegMKPnKsIlACgydJX
ot+/agzIxEVB1pNZLkG7d8k=
=aUM3
-----END PGP SIGNATURE-----




reply via email to

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