summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-autoconf.make
Commit message (Collapse)AuthorAgeFilesLines
* use /usr in sysroot-host and sysroot-crossMichael Olbrich2023-01-221-6/+6
| | | | | | | | Building packages with prefix=/ is getting more difficult. For sysroot-host and sysroot-cross is doesn't really matter, so switch to prefix=/usr here as well. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-autoconf: Version bump. 2.69 -> 2.71.Christian Melki2022-05-181-5/+8
| | | | | | | | | | | | | | | | Tools are starting to prereq version 2.71. So might aswell swallow the bitter pill and upgrade autoconf. * License file changed. Nothing but whitespace, misspelling and URL fixes. * Add a sed line for a standalone line in the autoconf binary. It's a full path trailer.m4, which didn't match with the previous rules. Add a separate one as it might get removed either way in the next version. Looks like the autoconf team is planning a rewrite in the generation mechanism using perl instead(?). Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220513125653.955993-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-autoconf: fix m4 pathMichael Olbrich2019-02-261-1/+2
| | | | | | | | | The path for m4 already is the full path in sysroot-host. Replace it with the current sysroot-host in case we just extracted a dev package. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Tested-by: Jon Ringle <jringle@gridpoint.com>
* host-autotools-autoconf: make it relocatable and enable devpkgMichael Olbrich2018-10-091-1/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* License report: unify all license listsJuergen Borleis2017-12-081-1/+1
| | | | | | | | If a package uses more than one license at a time, the keyword "AND" should illustrate this. Follow this rule for all packages with more than one license in their list. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* autoconf: add license information and license files for report generationJuergen Borleis2015-02-061-0/+5
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-autoconf: version bump 2.68 -> 2.69Michael Olbrich2014-03-191-3/+3
| | | | | | | | | | | This is needed for gettext 1.18.3.x. Otherwise autoreconf fails for packages using gettext with: autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using autopoint: *** Stop. autoreconf: autopoint failed with exit status: 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-autoconf: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-autoconf: version bump 2.67 -> 2.68Robert Schwebel2011-11-031-2/+2
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-autoconf] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-autoconf] version bump 2.64 -> 2.67Robert Schwebel2010-10-111-1/+1
| | | | | | | | The new autotools expose a bug in pkg-config, which is also fixed with a patch backported from pkg-config git in this patch. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] make tools for autoreconf lazyMichael Olbrich2010-07-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-autoconf] disable devel package and install to sysrootMichael Olbrich2010-04-231-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [autogen] create automatic dependencies for packages that need to run autogen.shMichael Olbrich2009-10-261-0/+2
| | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-autotools-autoconf] new packetRobert Schwebel2009-10-261-0/+54
In order to get rid of the autogen patches, we need a set of autotools. This patch adds autoconf. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mkl: recreated .make file with recent templates] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>