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

According to Paul Eggert on 9/18/2006 1:13 PM:
> Eric Blake <[EMAIL PROTECTED]> 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  <[EMAIL PROTECTED]>

        * 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' > [EMAIL PROTECTED]
        mv [EMAIL PROTECTED] $@
 BUILT_SOURCES += configmake.h

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

Eric Blake             [EMAIL PROTECTED]
-----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