6.46. Automake-1.11.1

6.46.1. Abhängigkeiten

Automake

   Installation hängt ab von:  Autoconf, Bash, Coreutils, Gettext, Grep, M4, Make, Perl, Sed und Texinfo
   Test Umgebung hängt ab von:  Binutils, Bison, Bzip2, DejaGNU, Diffutils, Expect, Findutils, Flex, GCC, Gettext, Gzip, Libtool und Tar.
   Optionale Abhängigkeiten:  Keine

6.46.2. Installation von Automake

Bereite das Paket zum kompilieren vor:

./configure --prefix=/usr --docdir=/usr/share/doc/automake-1.11.1

Das Paket kompilieren:

make

Teste das soeben kompilierte Paket:

make check

Jetzt aber, jetzt wird nachgeholt, was vorher noch fehlte! Geduld und nochmals Geduld dabei.

Installiere das Paket:

make install

6.46.3. Inhalt des Paketes Automake

Installierte Programme:  acinstall, aclocal, aclocal-1.11.1, automake, automake-1.11.1, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, symlink-tree und ylwrap

Kurze Beschreibung

automake

Automake hilft bei der Erzeugung von portablen Makefiles, die der Reihe nach von Make verarbeitet werden. Es erhält seine Eingaben als Makefile.am und wandelt es in eine Makefile.in-Datei um, die von Autoconf genutzt wird, um das letztendliche Makefile zu erzeugen.