Don't mention Makefile.am.in.
[gnulib.git] / m4 / README
1 Many of the files in this directory are shared between the diffutils,
2 fileutils, sh-utils, and textutils packages -- and others, so if you
3 change them, try to ensure that you don't break those packages.
4 Unfortunately, that's hard.
5
6 One way to do that is to put the modified .m4 file in each of the packages,
7 run `make dist' to create a .tar.gz file, then build that package on as
8 many different types of systems as possible.  Then repeat, but using the
9 original version of the .m4 file.  Run configure like this each time
10 `./configure --cache=config.cache' and be sure to save the following files
11 from each run: config.cache config.status config.out config.h*.
12 Then compare the two versions of each of those files and be prepared to
13 explain any differences.
14
15 These files are used by a program called aclocal (part of the GNU automake
16 package).  aclocal uses these files to create aclocal.m4 which is in turn
17 used by autoconf to create the configure script at the top level in
18 this distribution.