]> code.delx.au - gnu-emacs/commitdiff
(epaths-force): Protect both lisppath and buildlisppath from whitespace.
authorLute Kamstra <lute@gnu.org>
Mon, 20 Jun 2005 13:54:33 +0000 (13:54 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 20 Jun 2005 13:54:33 +0000 (13:54 +0000)
ChangeLog
Makefile.in

index 7419760a3f167f4ea77fcf5a9743fa6eda375525..c6652b4010be053d1d3ffe254cdda8f5a2802a56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-19  J\e,bi\e(Br\e,bt\e(Bme Marant  <jerome@marant.org>
+
+       * Makefile.in (epaths-force): Protect both lisppath and
+       buildlisppath from whitespace.
+
 2005-06-08  Steven Tamm  <steventamm@mac.com>
 
        * configure.in: Support Darwin/MacOSX on Intel
index 9753017d72da70483b4dbea5977e53ffc2c18d8f..1b4a3d8c36b346ffedd59082b7e560d7b6a903d6 100644 (file)
@@ -260,8 +260,8 @@ epaths-force: FRC
          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}";'                   \