From e16d29e684c86f82efe5b4474c1714f9b24fae9a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 12 Nov 1999 16:29:48 +0000 Subject: [PATCH] * automake.texi (Gnits): Allow COPYING.LIB again. * automake.in (check_gnits_standards): Allow COPYING.LIB again. --- ChangeLog | 5 +++++ automake.in | 8 -------- automake.texi | 4 ---- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index d11cf164..5605c7f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-11-12 Tom Tromey + + * automake.texi (Gnits): Allow COPYING.LIB again. + * automake.in (check_gnits_standards): Allow COPYING.LIB again. + 1999-11-11 Jim Meyering * dist.am (distcheck): Remove $(distdir).tar.gz before counting diff --git a/automake.in b/automake.in index 302b1adc..883bfabb 100755 --- a/automake.in +++ b/automake.in @@ -4807,14 +4807,6 @@ sub check_gnu_standards # Do any extra checking for GNITS standards. sub check_gnits_standards { - if ($strictness >= $GNITS) - { - if (-f $relative_dir . '/COPYING.LIB') - { - &am_error ("\`${relative_dir}/COPYING.LIB' disallowed by Gnits standards"); - } - } - if ($relative_dir eq '.') { # In top level (or only) directory. diff --git a/automake.texi b/automake.texi index 58e84502..0af48b2f 100644 --- a/automake.texi +++ b/automake.texi @@ -3328,10 +3328,6 @@ checks the following as well: @samp{make dist} will check to make sure the @file{NEWS} file has been updated to the current version. -@item -The file @file{COPYING.LIB} is prohibited. The LGPL is not used for -Gnits projects. - @item @samp{VERSION} is checked to make sure its format complies with Gnits standards. -- 2.43.5