one of COPTING, COPYING.LESSER, or COPYING.LIB.
(common_files): Add COPYING.LESSER.
* automake.texi (Gnits): Document this.
+2002-05-03 Paolo Bonzini <bonzini@gnu.org>
+
+ * automake.in (check_gnu_standards): In --gnu mode, accept
+ one of COPTING, COPYING.LESSER, or COPYING.LIB.
+ (common_files): Add COPYING.LESSER.
+ * automake.texi (Gnits): Document this.
+
2002-05-03 Paolo Bonzini <bonzini@gnu.org>
* automake.in (required_targets): Add the pdf and pdf-am targets.
# DISTFILES.
my @common_files =
(qw(ABOUT-GNU ABOUT-NLS AUTHORS BACKLOG COPYING COPYING.DOC COPYING.LIB
- ChangeLog INSTALL NEWS README THANKS TODO acinclude.m4
+ COPYING.LESSER ChangeLog INSTALL NEWS README THANKS TODO acinclude.m4
ansi2knr.1 ansi2knr.c compile config.guess config.rpath config.sub
configure configure.ac configure.in depcomp elisp-comp
install-sh libversion.in mdate-sh missing mkinstalldirs
if ($relative_dir eq '.')
{
# In top level (or only) directory.
- require_file ("$am_file.am", GNU,
- qw(INSTALL NEWS README COPYING AUTHORS ChangeLog));
+
+ # Accept one of these three licenses; default to COPYING.
+ my $license = 'COPYING';
+ foreach (qw /COPYING.LIB COPYING.LESSER/)
+ {
+ $license = $_ if -f $_;
+ }
+ require_file ("$am_file.am", GNU, $license,
+ qw/INSTALL NEWS README AUTHORS ChangeLog/);
}
if ($strictness >= GNU
@itemize @bullet
@item
-The files @file{INSTALL}, @file{NEWS}, @file{README}, @file{COPYING},
-@file{AUTHORS}, and @file{ChangeLog} are required at the topmost
-directory of the package.
+The files @file{INSTALL}, @file{NEWS}, @file{README}, @file{AUTHORS},
+and @file{ChangeLog}, plus one of @file{COPYING.LIB}, @file{COPYING.LESSER}
+or @file{COPYING}, are required at the topmost directory of the package.
@item
The options @samp{no-installman} and @samp{no-installinfo} are
-@set UPDATED 11 June 2002
+@set UPDATED 13 June 2002
@set UPDATED-MONTH June 2002
@set EDITION 1.6a
@set VERSION 1.6a
-@set UPDATED 11 June 2002
+@set UPDATED 13 June 2002
@set UPDATED-MONTH June 2002
@set EDITION 1.6a
@set VERSION 1.6a