summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-19 18:19:42 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-19 18:19:49 +0100
commit31a07e69c1be42d5fc30257d42d5165c76a1d4ed (patch)
tree0c0b6e01a0dbce9beeb395f10fc124ff0edf6c4c
parent929c20cc15c3188dd3bf7557ab3dad62c6db2178 (diff)
downloadautomake-31a07e69c1be42d5fc30257d42d5165c76a1d4ed.tar.gz
NEWS: we plan to ditch MS-DOS/DJGPP support in future Automake versions
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e23396e20..5bf437976 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ New in 1.13:
<http://www.sgi.com/services/support/irix_mips_support.html> for
more information.
+ - Future versions of Automake might remove support for MS-DOS and
+ Windows 95/98/ME (support for them was offered by relying on the
+ DJGPP project). Note however that both Cygwin and MSYS/MinGW on
+ modern Windows versions will continue to be fully supported.
+
- Support for the long-deprecated INCLUDES variable will be removed
altogether in Automake 1.14. The AM_CPPFLAGS variable should be
used instead.