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

2006-10-16 Thread Eric Blake-1
> > 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? > > Sure, please go ahead. But please observe the order in t

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

2006-10-16 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > 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? Sure, please go ahead. But pl

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

2006-10-15 Thread Eric Blake
-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 w

Re: [bug-gnulib] Re: [bug-gnulib] Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to configmake

2006-09-18 Thread Bruno Haible
Paul Eggert wrote: > Don't you also need to add an #include "configmake.h" line to > lib/javaversion.c? Yes, of course. Thank you. Done. Bruno

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

2006-09-18 Thread Paul Eggert
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 au

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

2006-09-18 Thread Eric Blake
Paul Eggert CS.UCLA.EDU> writes: > > For Bison, I installed the following to add support for > Automake-supplied variables to configmake. > > 2006-09-15 Paul Eggert cs.ucla.edu> > > * modules/configmake (Makefile.am): Add support for the > Automake-supplied PKGLIBDIR, PKGINCLUDE

Re: [bug-gnulib] Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to configmake

2006-09-18 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > * modules/javaversion (Makefile.am): Remove DEFS setting. > (Depends-on): Add configmake, for PKGDATADIR definition. Thanks. Don't you also need to add an #include "configmake.h" line to lib/javaversion.c?

Re: [bug-gnulib] Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to configmake

2006-09-18 Thread Bruno Haible
Paul Eggert wrote: > The javaversion module can now be simplified a bit, by adding a > dependency on configmake, so that its 'make' output is made a bit > shorter. Yes. I'm doing this change. 2006-09-17 Bruno Haible <[EMAIL PROTECTED]> * modules/javaversion (Makefile.am): Remove DEFS s

Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to configmake

2006-09-15 Thread Paul Eggert
For Bison, I installed the following to add support for Automake-supplied variables to configmake. The javaversion module can now be simplified a bit, by adding a dependency on configmake, so that its 'make' output is made a bit shorter. 2006-09-15 Paul Eggert <[EMAIL PROTECTED]> * mod