aboutsummaryrefslogtreecommitdiff
path: root/tools/autoconf/patches/001-no_emacs_lib.patch
Commit message (Collapse)AuthorAge
* tools/autoconf: bump to 2.71Michael Pratt2023-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | Autoconf release 2.71 is a bugfix release of 2.70 Links provided are the changelog of 2.70 [1] [2] and the announcement of 2.71 [3] The first patch needed to be rewritten. Some of the lines in the patch were moved to be consistent with the same change added upstream in other similar files. Second and third patches are no longer needed, Emacs can now be disabled at the configure stage, and support for musl was added upstream. The patch now causes help2man to be required for installing man pages, but we don't need them. There is no way to disable man pages build with the configure script, so use make to touch the files with the build target install-man1. Link: https://lists.gnu.org/archive/html/autotools-announce/2020-12/msg00001.html Link: https://lwn.net/Articles/839395 Link: https://lists.gnu.org/archive/html/info-gnu/2021-01/msg00017.html Signed-off-by: Michael Pratt <mcpratt@pm.me>
* autoconf: portability fixesJo-Philipp Wich2015-03-24
| | | | | | | | | | | | | The rework of the host tools discovery caused autoconf to embed absolute paths to staging_dir/host/bin/perl into the shebang of the generated autoconfig 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: 44971
* autoconf: make relocatable by searching resources relative to STAGING_DIRJo-Philipp Wich2012-01-20
| | | | SVN-Revision: 29821
* tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, ↵Hauke Mehrtens2009-02-21
| | | | | | and autoconf are touched SVN-Revision: 14589
* Do not try to build autoconf emacs library, as it can fail on some systems ↵Florian Fainelli2008-09-09
like Fedora core 9 SVN-Revision: 12562