From abc282326593820e3525c5e4ca25db916da136e3 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 12 Dec 2001 11:13:11 +0000 Subject: [PATCH] * automake.in (check_gnu_standards, check_gnits_standards): Pass "$am_file.am" as WHERE argument to require_file. --- ChangeLog | 5 +++++ automake.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50f91a20..1dcf986e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-12 Alexandre Duret-Lutz + + * automake.in (check_gnu_standards, check_gnits_standards): Pass + "$am_file.am" as WHERE argument to require_file. + 2001-12-12 Alexandre Duret-Lutz * m4/python.m4 (AM_PATH_PYTHON): Check all known Python interpreters diff --git a/automake.in b/automake.in index 7f075c85..9b538bbb 100755 --- a/automake.in +++ b/automake.in @@ -4927,7 +4927,7 @@ sub check_gnu_standards if ($relative_dir eq '.') { # In top level (or only) directory. - require_file ('', GNU, + require_file ("$am_file.am", GNU, qw(INSTALL NEWS README COPYING AUTHORS ChangeLog)); } @@ -4952,7 +4952,7 @@ sub check_gnits_standards if ($relative_dir eq '.') { # In top level (or only) directory. - require_file ('', GNITS, 'THANKS'); + require_file ("$am_file.am", GNITS, 'THANKS'); } } -- 2.43.5