[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/automake/automake.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A GNU tool for automatically creating Makefiles [T] This is Automake, a Makefile generator. It was inspired by the 4.4BSD [T] make and include files, but aims to be portable and to conform to the [T] GNU standards for Makefile variables and targets. [T] [T] Automake is a Perl script. The input files are called Makefile.am. [T] The output files are called Makefile.in; they are intended for use [T] with Autoconf. Automake requires certain things to be done in your [T] configure.in. [U] https://www.gnu.org/software/automake/ [A] The GNU Project [M] Rene Rebe [C] base/development [F] CROSS [L] GPL [S] Stable [V] 1.17 [P] X 0-2--5---9 102.002 [D] b99a81114b57a9c9b48559974d9f9c9b4f7ba64b1dea539b776abbd9 automake-1.17.tar.xz http://ftp.gnu.org/pub/gnu/automake/ automake_toolchain() { cat > $root/$datadir/aclocal/dirlist <<-EOT $sysroot/usr/share/aclocal $sysroot/usr/X11/share/aclocal EOT } atstage toolchain && hook_add postmake 5 automake_toolchain automake_symlink() { set -- ${ver//./ } rm -rf $root$datadir/automake ln -s automake-$1.$2 $root$datadir/automake } hook_add postmake 5 automake_symlink