From: Alexandre Duret-Lutz Date: Thu, 24 Jan 2002 11:20:50 +0000 (+0000) Subject: typo X-Git-Tag: Release-1-5d~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf7211acc0e29d030fc629ff95a0a8aa36c5c71;p=thirdparty%2Fautomake.git typo --- diff --git a/NEWS b/NEWS index b6897c932..ceabdd9b3 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,7 @@ New in 1.5c: * Compiler-based assembler is now called `CCAS'; people expected `AS' to be a real assembler. * AM_INIT_AUTOMAKE will set STRIP itself when it needs it. Adding - AC_CHECK_TOOL([STRIP], [strip]) manually is no longuer required. + AC_CHECK_TOOL([STRIP], [strip]) manually is no longer required. New in 1.5: * Support for `configure.ac'.