all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] [Peter Dyballa] --enable-locallisppath=PATH does not work when PATH contains space
@ 2005-06-07 20:32 Jérôme Marant
  2005-06-07 20:59 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jérôme Marant @ 2005-06-07 20:32 UTC (permalink / raw)
  Cc: Peter Dyballa


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-06-20 14:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-07 20:32 [PATCH] [Peter Dyballa] --enable-locallisppath=PATH does not work when PATH contains space Jérôme Marant
2005-06-07 20:59 ` 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

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.