[PATCH] configure: drop use of "pkg-config emacs"

2015-12-06 Thread David Bremner
This does not play well with --prefix. As Tomi notes in id:m2k2p2rwth@guru.guru-group.fi, people still have the option of % ./configure ---emacslispdir=`pkg-config emacs --variable sitepkglispdir` --- configure | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

Re: [PATCH] configure: drop use of "pkg-config emacs"

2015-12-06 Thread Tomi Ollila
On Sun, Dec 06 2015, David Bremner wrote: > This does not play well with --prefix. As Tomi notes in > id:m2k2p2rwth@guru.guru-group.fi, people still have the option of e.g. > > % ./configure ---emacslispdir=`pkg-config emacs --variable sitepkglispdir` > --- > oops, I

[PATCH] configure: drop use of "pkg-config emacs"

2015-12-06 Thread David Bremner
This does not play well with --prefix. As Tomi notes in id:m2k2p2rwth@guru.guru-group.fi, people still have the option of e.g. % ./configure ---emacslispdir=`pkg-config emacs --variable sitepkglispdir` --- oops, I missed a second use of pkg-config emacs configure | 12 ++-- 1 file