diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-06-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Rely on AC_CANONICAL_HOST to detect whether we're using mingw. | ||
| 4 | See the thread containing: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html | ||
| 6 | * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we | ||
| 7 | can, which is just after AM_INIT_AUTOMAKE. Then check for mingw | ||
| 8 | just after that. | ||
| 9 | |||
| 1 | 2014-06-10 Glenn Morris <rgm@gnu.org> | 10 | 2014-06-10 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL): | 12 | * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL): |