aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-06-10 12:43:13 -0700
committerPaul Eggert <[email protected]>2014-06-10 12:43:13 -0700
commitec4a33476e4aa6eba3a13fca34ad157fec3d8b97 (patch)
tree12f237833701996dd3f45f5e25f4a0725119fa94 /ChangeLog
parentbd009aefd54cf87c3b4eb91c29371745b5915ea1 (diff)
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 f5f18c8c53..480acfe54d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-06-10 Paul Eggert <[email protected]>
+
+ 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.
+
2014-06-10 Glenn Morris <[email protected]>
* Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):