emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trunk broken on MS-Windows


From: Dani Moncayo
Subject: Re: Trunk broken on MS-Windows
Date: Sat, 8 Nov 2014 23:25:22 +0100

> Does the problem go away with revision 118323 ?

Perhaps, a better fix would have been this:

=== modified file 'Makefile.in'
--- Makefile.in 2014-11-08 15:18:06 +0000
+++ Makefile.in 2014-11-08 22:20:19 +0000
@@ -334,7 +334,7 @@
 # program that doesn't support MSYS-style paths (e.g. '/c/foo/bar' or
 # '/foo/bar').
 epaths-force-w32:
-       @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \
+       @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${abs_srcdir}"`; \
          w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}"`; \
          w32locallisppath=`${srcdir}/build-aux/msys-to-w32
"${locallisppath}"` ; \
          w32locallisppath=$${w32locallisppath//$${w32prefix}/"%emacs_dir%"} ; \


-- 
Dani Moncayo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]