]> sourceware.org Git - automake.git/commitdiff
* lib/Automake/Config.in: New file.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 6 Aug 2003 22:21:07 +0000 (22:21 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 6 Aug 2003 22:21:07 +0000 (22:21 +0000)
* 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

index dd186a7399cf27533e31641d27783e3f3b5ad8a0..9bea08ab1da2673fa96ec7610b28049040090b4f 100644 (file)
@@ -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; \
This page took 0.027489 seconds and 5 git commands to generate.