If you have an `aclocal.m4' installed with Autoconf (as opposed to
in a particular package's source directory), you must rename it to
`acsite.m4'. See section Using autoconf
to Create configure
.
If you distribute `install.sh' with your package, rename it to
`install-sh' so make
builtin rules won't inadvertently
create a file called `install' from it. AC_PROG_INSTALL
looks for the script under both names, but it is best to use the new name.
If you were using `config.h.top' or `config.h.bot', you still
can, but you will have less clutter if you merge them into
`acconfig.h'. See section Using autoheader
to Create `config.h.in'.
Go to the first, previous, next, last section, table of contents.