Revert "tools/automake: bump to 1.17"
authorRobert Marko <robimarko@gmail.com>
Mon, 24 Feb 2025 11:27:47 +0000 (12:27 +0100)
committerRobert Marko <robimarko@gmail.com>
Mon, 24 Feb 2025 11:27:47 +0000 (12:27 +0100)
commit87f3365d9010c754d79593a59c91e4d2619be68c
tree76b512956dcdebbcf3876c097ffdd46d6464e4ac
parent00e4b23e27bd4ed3e0370b9b474ec53f72bd1282
Revert "tools/automake: bump to 1.17"

This reverts commit b930ce3bf7aa350cf0252dbf95c9447e51be4de9.

Bump to 1.17 broke SDK portability as it partially reverted commit
("automake: portability fixes") which made Perl PATH "/usr/bin/env perl"
as that is portable, as otherwise automake will set the absolute path to
the Perl binary and this will then fail when using SDK on a different
system as that PATH is not present.

So, since fixing this would require backport of upstream commit
("configure: make perl path with whitespace a warning, not error.") which
requires autoreconf to be done in order for configure to get regenerated
we cannot do it because at that time we do not have automake built.

So, for now revert the bump until upstream makes a new release.

Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/automake/Makefile
tools/automake/patches/000-relocatable.patch
tools/automake/patches/100-aclocal-skip-not-existing-directories.patch
tools/automake/patches/101-do-not-require-files.patch
tools/automake/patches/200-other-V-values-for-verbosity.patch