Issue 5870: add reference to GNU documentation in INSTALL.

We are not going to duplicate the whole autotools documentation. Let's
rather just state we follow the GNU build standards, hence refer to
relevant documentation with a link.
This commit is contained in:
Jehan 2020-11-06 15:52:57 +01:00
parent 3e35fe4d80
commit 60f1095d4b
1 changed files with 11 additions and 0 deletions

View File

@ -551,3 +551,14 @@ Makefile(s), the header file containing system-dependent definitions
The file `configure.ac' is used as a template to create `configure' by
a program called `autoconf'. You will only need it if you want to
regenerate `configure' using a newer version of `autoconf'.
More autotools commands
=======================
GIMP uses the autotools build system which follows the GNU coding
standards. In particular all usual standard targets are obviously
supported (e.g. `make uninstall` for uninstalling) as well as common
variables and options, cross-compilation host and target, etc.
If you wish to know more, please refer to GNU documentation:
https://www.gnu.org/prep/standards/html_node/Managing-Releases.html