VM

Comment 1 for bug 493281

Revision history for this message
Uday Reddy (reddyuday) wrote :

Rob and Ulrich, I need your help with this xemacs compilation problem. Can you double check that the following fix makes sense? I don't quite understand the configure files and I am only guessing. -- Uday

=== modified file 'configure.ac'
--- configure.ac 2009-12-04 17:39:55 +0000
+++ configure.ac 2009-12-07 20:10:22 +0000
@@ -222,7 +222,7 @@
           (add-to-list 'absolutedirs dir)))
       (princ (format "%S" absolutedirs)))
 TEST
- OTHERDIRS=`"${EMACS_PROG}" --no-site-file --batch -L ${srcdir}/lisp -l vm-build.el -l conftest.el`
+ OTHERDIRS=`"${EMACS_PROG}" --no-site-file --batch -l ${srcdir}/lisp/vm-build.el -l conftest.el`
   AC_MSG_RESULT($OTHERDIRS)
   AC_SUBST(OTHERDIRS)
 ])