From: Stefano Lattarini Date: Wed, 19 Dec 2012 17:19:42 +0000 (+0100) Subject: NEWS: we plan to ditch MS-DOS/DJGPP support in future Automake versions X-Git-Tag: v1.13~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31a07e69c1be42d5fc30257d42d5165c76a1d4ed;p=thirdparty%2Fautomake.git NEWS: we plan to ditch MS-DOS/DJGPP support in future Automake versions Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index e23396e20..5bf437976 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,11 @@ New in 1.13: 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.