aboutsummaryrefslogtreecommitdiff
path: root/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch
Commit message (Collapse)AuthorAge
* tools/automake: bump to 1.16.5Michael Pratt2023-03-13
| | | | | | | | | | | | | | | | | | | | | 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>
* automake: portability fixesJo-Philipp Wich2015-03-24
| | | | | | | | | | | | | 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
* tools: automake: update to v1.15Jo-Philipp Wich2015-01-09
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43895
* automake: update to 1.11.6Luka Perkov2013-12-17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39108
* automake: update to 1.11.3Florian Fainelli2012-04-02
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31173
* automake: further relocation fixesJo-Philipp Wich2012-01-20
| | | | SVN-Revision: 29828
* automake: rework patch; only skip when the directories does not exist, this ↵Jo-Philipp Wich2010-12-10
| | | | | | preserves error cases like missing access permissions SVN-Revision: 24427
* automake: skip over not existing m4 macro directories, don't failJo-Philipp Wich2010-12-10
SVN-Revision: 24424