d7d0205940
tools/automake: update to 1.18
...
Update to the latest stable release
with the new API versions for binaries.
The temporary patching of shebangs is no longer necessary
since the whitespace check has been changed to a warning.
Part of a patch was upstreamed and therefore removed.
Manually adjusted patch:
- 000-relocatable.patch
- 101-do-not-require-files.patch
All other patches are automatically refreshed.
Link: https://lists.gnu.org/archive/html/autotools-announce/2025-05/msg00001.html
Signed-off-by: Michael Pratt <mcpratt@pm.me >
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com >
2025-07-26 14:38:09 +02:00
03b9b7e894
tools/automake: update to 1.17
...
Update to the latest stable release.
This is the automake API that newer packages
such as libtool 2.5.4 is bootstrapped with,
and is required for bootstrapping it again.
Manually Adjusted:
- 000-relocatable.patch
All other patches are automatically refreshed.
Link: https://lists.gnu.org/archive/html/autotools-announce/2024-07/msg00000.html
Signed-off-by: Michael Pratt <mcpratt@pm.me >
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com >
2025-07-26 14:38:07 +02:00
87f3365d90
Revert "tools/automake: bump to 1.17"
...
This reverts commit b930ce3bf7
.
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 >
2025-02-24 12:27:47 +01:00
b930ce3bf7
tools/automake: bump to 1.17
...
refresh patch:
000-relocatable.patch
100-aclocal-skip-not-existing-directories.patch
101-do-not-require-files.patch
200-other-V-values-for-verbosity.patch
Announcement:https://lists.gnu.org/archive/html/info-gnu/2021-01/msg00010.html
Signed-off-by: Jack Sun <sunjiazheng321521@gmail.com >
Link: https://github.com/openwrt/openwrt/pull/17827
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com >
2025-02-19 09:43:38 +01:00
f509935fe3
tools/automake: bump to 1.16.5
...
Automake releases 1.16.2 to 1.16.5 are major releases,
the two before are minor releases.
The first patch needed rewriting, some lines moved
to be consistent with the same change upstream in other files.
This also simplifies the patch.
Second patch refreshed.
Links to changelogs in order, oldest to newest.
Link: https://lists.gnu.org/archive/html/info-gnu/2018-02/msg00008.html
Link: https://lists.gnu.org/archive/html/info-gnu/2018-03/msg00002.html
Link: https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00009.html
Link: https://lists.gnu.org/archive/html/info-gnu/2020-11/msg00005.html
Link: https://lists.gnu.org/archive/html/info-gnu/2021-07/msg00013.html
Link: https://lists.gnu.org/archive/html/info-gnu/2021-10/msg00000.html
Signed-off-by: Michael Pratt <mcpratt@pm.me >
2023-03-13 22:53:41 +01:00
f6c581cc3e
automake: portability fixes
...
The rework of the host tools discovery caused automake to embed
absolute paths to staging_dir/host/bin/perl into the shebang
of the generated automake executables.
Switch to the portable "/usr/bin/env perl" and enable global
warnings through "$^W" instead of the "-w" interpreter argument.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 44972
2015-03-24 13:13:01 +00:00
cdaf75b641
tools: automake: update to v1.15
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 43895
2015-01-09 14:51:23 +00:00
0b4e8c4c36
automake: update to 1.11.6
...
Signed-off-by: Luka Perkov <luka@openwrt.org >
SVN-Revision: 39108
2013-12-17 02:47:13 +00:00
093b12cba9
automake: update to 1.11.3
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net >
SVN-Revision: 31173
2012-04-02 16:25:28 +00:00
122069caba
automake: further relocation fixes
...
SVN-Revision: 29828
2012-01-20 15:19:22 +00:00
8f591af937
automake: rework patch; only skip when the directories does not exist, this preserves error cases like missing access permissions
...
SVN-Revision: 24427
2010-12-10 16:10:07 +00:00
94c3f4ab4d
automake: skip over not existing m4 macro directories, don't fail
...
SVN-Revision: 24424
2010-12-10 16:01:33 +00:00