From 7096f341d9e073faf803097a0fbae610861ca001 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 6 Aug 2003 22:21:07 +0000 Subject: [PATCH] * lib/Automake/Config.in: New file. * lib/Automake/Makefile.am (nodist_perllib_DATA, do_subst, CLEANFILES): New variables. (Config.pm): New rule. * Makefile.am (maintainer-check): Adjust expected differences between automake.in and automake. * aclocal.in, automake.in: Use Automake::Config. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index dd186a739..9bea08ab1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,8 +95,8 @@ INSTALL: lib/INSTALL # guaranteed to work on my machine. maintainer-check: automake aclocal ## This check avoids accidental configure substitutions in the source. -## There are exactly 8 lines that should be modified. This works out -## to 28 lines of diffs. +## There are exactly 5 lines that should be modified. This works out +## to 20 lines of diffs. @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 20; then \ echo "found too many diffs between automake.in and automake"; 1>&2; \ diff -c $(srcdir)/automake.in automake; \ -- 2.47.3