* Makefile.in (epaths-force-w32): Use abs_srcdir
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Oct 2013 22:33:08 +0000 (18:33 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Oct 2013 22:33:08 +0000 (18:33 -0400)
ChangeLog
Makefile.in

index a57b88a..e7df2d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
        Make building in directories with whitespace possible.  (Bug#15675)
        * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
        * Makefile.in (abs_srcdir): New, set by configure.
-       (buildlisppath): Use abs_srcdir.
+       (buildlisppath, epaths-force-w32): Use abs_srcdir.
        (install-arch-indep, install-etcdoc, install-info, install-man)
        (install-etc): Quote entities that might contain whitespace.
 
index f97b03b..7ad0bf1 100644 (file)
@@ -341,7 +341,7 @@ msys_sed_sh_escape=sed -e 's/[];$$*.^[]/\\\\&/g'
 # Use the value of ${locallisppath} supplied by `configure',
 # to support the --enable-locallisppath argument.
 epaths-force-w32: FRC
-       @(w32srcdir=`echo "${srcdir}" | ${msys_to_w32}` ;       \
+       @(w32srcdir=`echo "${abs_srcdir}" | ${msys_to_w32}` ;   \
          prefixpattern=`echo '${prefix}' | ${msys_to_w32} | ${msys_sed_sh_escape}` ; \
          locallisppath=`echo '${locallisppath}' | ${msys_lisppath_to_w32} | ${msys_prefix_subst}` ; \
          sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$          \