aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-06-10 12:43:13 -0700
committerPaul Eggert2014-06-10 12:43:13 -0700
commitec4a33476e4aa6eba3a13fca34ad157fec3d8b97 (patch)
tree12f237833701996dd3f45f5e25f4a0725119fa94 /ChangeLog
parentbd009aefd54cf87c3b4eb91c29371745b5915ea1 (diff)
downloademacs-ec4a33476e4aa6eba3a13fca34ad157fec3d8b97.tar.gz
emacs-ec4a33476e4aa6eba3a13fca34ad157fec3d8b97.zip
Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
See the thread containing: http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we can, which is just after AM_INIT_AUTOMAKE. Then check for mingw just after that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5f18c8c53e..480acfe54dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
12014-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
12014-06-10 Glenn Morris <rgm@gnu.org> 102014-06-10 Glenn Morris <rgm@gnu.org>
2 11
3 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL): 12 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):