summaryrefslogtreecommitdiff
path: root/install-sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-250/+0
| | | | artifacts are removed, as is the C files which we will no longer need.
* New files for support of autoconf. More to following in subdirectories.bwarsaw1998-05-261-0/+250
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!