Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > GNU build system
The GNU build system, also called the GNU Autotools is a suite of tools produced by the GNU project that assist in making packages portable to many UNIX-like systems. It is part of GNU toolchain.It comprises
Other related tools include
The GNU build system is widely used in many free software and open source packages. While the tools comprising the GNU build system themselves are GPL-ed free software, there are no restrictions in using them in making non-free software portable.
External links
- The book GNU Autoconf, Automake and Libtool, by Gary V. Vaughan , Ben Elliston , Tom Tromey , and Ian Lance Taylor .
- The GNU Coding Standards (especially the chapter on The Release Process).
- The pkg-config package
Read more »