autoconf: Changed File Names

1 
1 18.5.1 Changed File Names
1 -------------------------
1 
1 If you have an `aclocal.m4' installed with Autoconf (as opposed to in a
1 particular package's source directory), you must rename it to
1 `acsite.m4'.  ⇒autoconf Invocation.
1 
1    If you distribute `install.sh' with your package, rename it to
1 `install-sh' so `make' builtin rules don't inadvertently create a file
1 called `install' from it.  `AC_PROG_INSTALL' looks for the script under
1 both names, but it is best to use the new name.
1 
1    If you were using `config.h.top', `config.h.bot', or `acconfig.h',
1 you still can, but you have less clutter if you use the `AH_' macros.
1 ⇒Autoheader Macros.
1