aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf
Commit message (Collapse)AuthorAge
* autoconf: update to 2.72krant2024-02-07
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* devel/autoconf: assign PKG_LICENSE_FILESFabrice Fontaine2024-02-05
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* autoconf: fix shebangRen Zongjia2021-09-12
| | | | | | | | Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames. resolve openwrt/packages#16604 Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* autoconf: update to 2.70Rosen Penev2020-12-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* autoconf: prevent emacs detection and usage during compileMichael Heimpold2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LEDE buildbots currently fail to build the package since there seems to be a problem with the emacs installed on the buildbot(s) (e.g. [1]): -snip- Making all in emacs make[7]: Entering directory `/opt/buildbot/slaves/lede-slave-tah/x86_64/build/sdk/build_dir/target-x86_64_musl-1.1.15/autoconf-2.69/lib/emacs' WARNING: Warnings can be ignored. :-) if test "emacs" != no; then \ set x; \ list='autoconf-mode.el autotest-mode.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/bash ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi 4;1H; last errno 10) No buffers needed saving: you didn't lose any work. mv: cannot stat '*.elc': No such file or directory make[7]: *** [elc-stamp] Error 1 -snap- So let's disable the emacs usage - the resulting artifacts are not packaged at the moment at all. [1] https://downloads.lede-project.org/snapshots/faillogs/x86_64/packages/autoconf/compile.txt Signed-off-by: Michael Heimpold <mhei@heimpold.de> Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* autoconf: don't rely on STAGING_DIR_HOSTMatthias Schiffer2016-10-16
| | | | | | | | | We can just set M4 in the configure command instead of fixing up the paths using sed afterwards. This makes the build more robust (and we're currently preparing a change of the host staging dirs in LEDE that might break this otherwise). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* autoconf: switch to xz tarballdiizzyy2016-10-01
| | | | | Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* devel/autoconf: add new package (closes #2190)Heinrich Schuchardt2015-12-27
This patch provides package autoconf. Autoconf is required to generated the configure script of autotools projects. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> [Fixed commit summary (first line of commit message)] Signed-off-by: Michael Heimpold <mhei@heimpold.de>