Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
8 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Autoconfiscation

Autoconfiscation is the process of converting the source code of a particular software project to support the GNU_build_system, also known as the GNU_autotools, in the software build process.

The first step in autoconfiscation is the generation of an Autoconf input file, usually named configure.ac, which contains a set of m4_(language) macros that, when processed with the GNU Autoconf utility, generates a configure script which facilitates the discovery and configuration of software development environments. Most configure scripts (at a minimum) assume a Makefile.in input file, which is used to generate, based on the desired configure options and software development environment, a Makefile used for compiling and building software using Make.

The second step in autoconfiscation is typically the automation of Makefile.in generation, usually through the use of the GNU Automake utility and a Makefile.am input file.