dev-build / automake

Used to generate Makefile.in from Makefile.am

Official package sites : https://www.gnu.org/software/automake/ ·

v9999 :: 9999 :: gentoo

Modified
License
GPL-2
USE flags
test verify-sig

v1.17-r1 :: 1.17 :: gentoo

Modified
License
GPL-2
Keywords
~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~arm64-macos ~hppa ~loong ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~riscv ~s390 ~sparc ~x64-macos ~x64-solaris ~x86 ~x86-linux
USE flags
test verify-sig

v1.16.5-r2 :: 1.16 :: gentoo

Modified
License
GPL-2
Keywords
amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~arm64-macos ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x64-solaris ~x86-linux
USE flags
test verify-sig

v1.11.6-r4 :: 1.11 :: gentoo (Masked by set 4975)

Modified
License
GPL-2
Keywords
~alpha ~amd64 ~arm ~arm64 ~arm64-macos ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
verify-sig
Verify upstream signatures on distfiles

dev-build / autoconf : Used to create autoconfiguration files

dev-build / automake-wrapper : Wrapper for automake to manage multiple automake versions

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

sys-apps / help2man : GNU utility to convert program --help output to a man page

sys-devel / gnuconfig : Updated config.sub and config.guess file from GNU

dev-build / autoconf : Used to create autoconfiguration files

dev-build / automake-wrapper : Wrapper for automake to manage multiple automake versions

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

sys-devel / gnuconfig : Updated config.sub and config.guess file from GNU

dev-build / libtool : A shared library tool for developers

dev-util / autoproject : Start a programming project using autotools and a command line parser generator

sci-astronomy / sextractor : Extract catalogs of sources from astronomical FITS images

sys-kernel / genkernel : Gentoo automatic kernel building scripts

711424
dev-build/automake-1.16.1-r2 fails test "t/dist-formats.tap 45 - ac=dist-zip,no-dist-gzip [distcheck]"
912946
dev-build/automake wrong/missing license

4975
Andreas K. Hüttel
dev-build/automake version 1.11 is EOL and is only useful for testing old de-ANSI-fication/ansi2knr/AM_C_PROTOTYPES code. Please uninstall.
  • dev-build/automake:1.11
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-build/automake: fix docompress call
Bug: https://bugs.gentoo.org/935880 Bug: https://bugs.gentoo.org/935879 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-build/automake: forward ~loong
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-build/automake: add 1.17, drop 1.16.90, drop 1.16.92
Keywording immediately as I've been running the 1.16.* pre-releases for a while. automake-wrapper is already done and new version depended-upon. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-build/automake: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-build/automake: add 1.16.92 (unkeyworded)
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-build/automake: fix test deps for 1.16.90+
Fixes: c4e79ef6658665c3aeafd2d6516aaa51b8718064 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-build/automake: backport verify-sig to 1.16.5
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-build/automake: add 1.16.90 (unkeyworded)
This forward ports ad9bfdfb3e7aefb9a306dbd08fe10e39a7f3a7c8 and syncs live too. We also add verify-sig. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-build/automake: Backport a py3.12 test fix
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-build/automake: Enable py3.12 on -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-build/automake: Set EGIT_MIN_CLONE_TYPE
Set EGIT_MIN_CLONE_TYPE to single, as upstream server does not support shallow clones. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-build/automake: fix modern C issues in tests, fix tests w/ byacc/reflex too
Bug: https://bugs.gentoo.org/922676 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-build/automake: compress slotted info pages
As noted in the bug, we install to a different location to accommodate slotting and hence do not benefit from the automagic compression for /usr/share/doc. Explicitly opt-in for the info pages we install. Bug: https://bugs.gentoo.org/922729 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {sys-devel → dev-build}/automake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Raul E Rangel · gentoo
dev-build/automake: Cleanup depends
The automake ./bootstrap script requires the `autom4te` tool. ``` : ${AUTOM4TE=autom4te} export AUTOM4TE # ditto ``` If it's not installed the package fails with the following error: ``` sh: line 1: autom4te: command not found aclocal.tmp: error: autom4te failed with exit status: 127 * ERROR: sys-devel/automake-1.16.5-r1::portage-stable failed (prepare phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_prepare * environment, line 2813: Called die * The specific snippet of code: * ./bootstrap || die; ``` We also need to add autoconf so the wrapper doesn't fail: ``` ac-wrapper: Unable to locate any usuable version of autoconf. ``` We also don't need to declare any DEPEND. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/32327 Signed-off-by: Sam James <sam@gentoo.org>