Translations:Autotools/1/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
== Description ==
== Description ==
[https://en.wikipedia.org/wiki/Autoconf '''autoconf'''] is a tool that belongs to the [http://en.wikipedia.org/wiki/GNU_build_system autotools] suite, also known as the ''GNU build system''. The tool automates the process of generating the custom [[Make|Makefiles]] necessary to build a piece of software on different systems, with (perhaps) different compilers.  
[https://en.wikipedia.org/wiki/Autoconf '''autoconf'''] is a tool that belongs to the [http://en.wikipedia.org/wiki/GNU_build_system autotools] suite, also known as the ''GNU build system''. The tool automates the process of generating the custom [[Make|Makefiles]] necessary to build a program on different systems, with (perhaps) different compilers.  
When a program is built with the help of ''autoconf'', the first step is to call the ''configure'' script:
When a program is built with the help of ''autoconf'', the first step is to call the ''configure'' script:

Latest revision as of 17:28, 20 February 2017

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Autotools)
== Description ==
[https://en.wikipedia.org/wiki/Autoconf '''autoconf'''] is a tool that belongs to the [http://en.wikipedia.org/wiki/GNU_build_system autotools] suite, also known as the ''GNU build system''. The tool automates the process of generating the custom [[Make|Makefiles]] necessary to build a program on different systems, with (perhaps) different compilers. 
When a program is built with the help of ''autoconf'', the first step is to call the ''configure'' script:

Description

autoconf is a tool that belongs to the autotools suite, also known as the GNU build system. The tool automates the process of generating the custom Makefiles necessary to build a program on different systems, with (perhaps) different compilers. When a program is built with the help of autoconf, the first step is to call the configure script: