all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jérôme Marant" <jmarant@free.fr>
Cc: Peter Dyballa <Peter_Dyballa@Web.DE>
Subject: [PATCH] [Peter Dyballa] --enable-locallisppath=PATH does not work when PATH contains space
Date: Tue, 07 Jun 2005 22:32:47 +0200	[thread overview]
Message-ID: <87br6hsya8.fsf@marant.org> (raw)


Hi,

The following patch seems to fix the problem.
Please confirm.

Regards,

diff -u -r emacs.orig/ChangeLog emacs/ChangeLog
--- emacs.orig/ChangeLog	2005-06-07 22:07:31.466158056 +0200
+++ emacs/ChangeLog	2005-06-07 22:26:48.707230672 +0200
@@ -1,3 +1,8 @@
+2005-06-07  Jérôme Marant  <jerome@marant.org>
+
+	* Makefile.in (epaths-force): Protect both lisppath
+	and buildlisppath from whitespaces.
+
 2005-06-06  Jan Djärv  <jan.h.d@swipnet.se>
 
 	* configure.in (HAVE_CANCELMENUTRACKING): New test.
diff -u -r emacs.orig/Makefile.in emacs/Makefile.in
--- emacs.orig/Makefile.in	2004-12-23 22:40:31.000000000 +0100
+++ emacs/Makefile.in	2005-06-07 22:19:39.384497648 +0200
@@ -260,8 +260,8 @@
 	  x_default_search_path=`echo ${x_default_search_path}`; \
 	  gamedir=`echo ${gamedir}`; \
 	  sed < ${srcdir}/src/epaths.in > epaths.h.$$$$		\
-	  -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";'	\
-	  -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
+	  -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'"$${lisppath}"'";'	\
+	  -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${buildlisppath}"'";' \
 	  -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";'		\
 	  -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";'			\
 	  -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";'			\


-- 
Jérôme Marant

             reply	other threads:[~2005-06-07 20:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-07 20:32 Jérôme Marant [this message]
2005-06-07 20:59 ` [PATCH] [Peter Dyballa] --enable-locallisppath=PATH does not work when PATH contains space Peter Dyballa
2005-06-08 12:11 ` Peter Dyballa
2005-06-18 10:03 ` Jérôme Marant
2005-06-20 10:58   ` Lute Kamstra
2005-06-20 14:55     ` Jérôme Marant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87br6hsya8.fsf@marant.org \
    --to=jmarant@free.fr \
    --cc=Peter_Dyballa@Web.DE \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.