From: Alexandre Duret-Lutz Date: Wed, 6 Aug 2003 22:21:07 +0000 (+0000) Subject: * lib/Automake/Config.in: New file. X-Git-Tag: Release-1-7b~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7096f341d9e073faf803097a0fbae610861ca001;p=thirdparty%2Fautomake.git * 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. --- 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; \