GNU Build Tools
The GNOME project is using a number of standard GNU tools for building
on multiple architectures.
- libtool
-
A set of shell scripts to automatically configure UNIX architectures to
build shared libraries in generic fashion. If everything is working,
you won't even know it's there.
-
Read the libtool info page (it ships with most GNU/Linux
distributions).
-
If the GNOME help browser works, load "info:libtool."
- autoconf
-
Autoconf creates portable and configurable packages. If you've ever run
a configure script, you've seen what autoconf can do.
- automake
-
Automake is a Makefile generator. It normally works with autoconf to
automatically produce Makefiles based upon what configure determined
about a system.
-
Read the automake info page.
-
Load "info:automake" in the GNOME help browser.