|
|
Makefile.in: autoconf template for creating the top level Makefile
configure.in: template for creating the configure script. End-users
should never need to muck with this file. We developers run
autoreconf to generate the configure script, which end-users run
directly.
configure: Current incarnation
mkinstalldirs: Copied from the texinfo-3.11 installation as
recommended by the GNU coding standards document. This file is public
domain.
install-sh: Also copied from texinfo-3.11. While this file has an MIT
copyright on it (it originally came from the X11R5 distribution), the
file's license clearly gives us permission to use the file. And
besides, GNU texinfo was using it!
|