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閞鬽e Marant <[EMAIL PROTECTED]> + + * Makefile.in (epaths-force): Protect both lisppath + and buildlisppath from whitespaces. + 2005-06-06 Jan Dj鋜v <[EMAIL PROTECTED]> * 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閞鬽e Marant _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel