Deutscher Wikipedia Eintrag zu Autoconf viel zu ungenau
-
Kann mir mal jemand in Deutsch erklären was Autoconf genau ist,
wie es funktioniert und was es macht?
Ich habe schon in der Wikipedia nachgeschaut, aber
da ist der Eintrag sehr dürftig:
http://de.wikipedia.org/wiki/AutoconfVielleicht kann den auch jemand von euch überarbeiten.
-
Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls.