diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-11-28 19:35:13 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-11-28 19:35:13 +0200 |
commit | f7ec0d94d08bdd035ae710e338fd0839595b0087 (patch) | |
tree | dc1106aec543b180691bac391a59428cfb700d2b /ChangeLog | |
parent | 23293cb07ae8b48ae9159142dfcb5e7a51bc422a (diff) | |
download | emacs-f7ec0d94d08bdd035ae710e338fd0839595b0087.tar.gz |
Fix the test suite on Windows.
configure.ac (PATH_SEP): Set and AC_SUBST.
test/automated/Makefile.in (PATH_SEP): Set this instead of
PATH_SEPARATOR.
(EMACSOPT): Use $(PATH_SEP).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 278c77faf87..092f7e58128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-28 Eli Zaretskii <eliz@gnu.org> + + * configure.ac (PATH_SEP): Set and AC_SUBST. + 2013-11-27 Paul Eggert <eggert@cs.ucla.edu> Merge from gnulib, incorporating: |