From: Karl Berry Date: Sun, 10 Dec 2023 23:05:40 +0000 (-0800) Subject: doc: NEWS entry for OBJC[XX] tags. X-Git-Tag: v1.16i~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d88793dd62599989a62e902b78ff044aa593e47;p=thirdparty%2Fautomake.git doc: NEWS entry for OBJC[XX] tags. This helps https://bugs.gnu.org/67539. * NEWS: update; forgot to commit with prior code change. --- diff --git a/NEWS b/NEWS index 634e7160f..249725f99 100644 --- a/NEWS +++ b/NEWS @@ -73,6 +73,9 @@ New in 1.17: variables are not detected, but this seems to have little impact in practice. (bug#9587) + - Pass libtool tags OBJC and OBJCXX for the respective languages. + (bug#67539) + - distcleancheck ignores "silly rename" files (.nfs* .smb* .__afs*) that can show up on network file systems.