Re: [PATCH] Add --enable-locallisppath option to configure.in

2005-05-19 Thread Jérôme Marant
Quoting Lute Kamstra <[EMAIL PROTECTED]>: > Richard Stallman <[EMAIL PROTECTED]> writes: > > > This patch is ok; would someone please install it? > > Done. Thank you. -- Jérôme Marant ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.

Re: [PATCH] Add --enable-locallisppath option to configure.in

2005-05-19 Thread Lute Kamstra
Richard Stallman <[EMAIL PROTECTED]> writes: > This patch is ok; would someone please install it? Done. Lute. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: [PATCH] Add --enable-locallisppath option to configure.in

2005-05-19 Thread Richard Stallman
This patch is ok; would someone please install it? ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: [PATCH] Add --enable-locallisppath option to configure.in

2005-05-19 Thread Jérôme Marant
Quoting Lute Kamstra <[EMAIL PROTECTED]>: > Could you explain what you want to accomplish? It seems to me that you I think I already explained in my previous messages: it is a way to avoid running make epaths-force again since configure already runs it: we'd better feed configure with the local

Re: [PATCH] Add --enable-locallisppath option to configure.in

2005-05-18 Thread Lute Kamstra
Hi Jérôme, > Would anybody be kind to either consider or reject this small patch or > maybe propose a better way to achieve the goal? > I haven't read any comment so far. > > (Here is an update) > > Thanks in advance. > > Jérôme Marant <[EMAIL PROTECTED]> writes: > >> Jérôme Marant <[EMAIL PROTECT

Re: [PATCH] Add --enable-locallisppath option to configure.in

2005-05-18 Thread =?iso-8859-15?q?J=E9r=F4me_Marant?=
Hi, Would anybody be kind to either consider or reject this small patch or maybe propose a better way to achieve the goal? I haven't read any comment so far. (Here is an update) Thanks in advance. Jérôme Marant <[EMAIL PROTECTED]> writes: > Jérôme Marant <[EMAIL PROTECTED]> writes: > >> Hi, >

Re: [PATCH] Add --enable-locallisppath option to configure.in

2005-05-11 Thread Jérôme Marant
Jérôme Marant <[EMAIL PROTECTED]> writes: > Hi, > > Currently, only the configure script generates epaths, by calling the > 'epaths-force' target of the Makefile. > > However, it is not possible to customize the value of the > locallisppath variable in order to include it in epaths at > configure-

[PATCH] Add --enable-locallisppath option to configure.in

2005-05-11 Thread Jérôme Marant
Hi, Currently, only the configure script generates epaths, by calling the 'epaths-force' target of the Makefile. However, it is not possible to customize the value of the locallisppath variable in order to include it in epaths at configure-time, which makes necessary to re-run 'make epaths-force