aboutsummaryrefslogtreecommitdiff
path: root/devel/automake/Makefile
Commit message (Collapse)AuthorAge
* automake: don't rely on STAGING_DIR_HOSTMatthias Schiffer2016-10-16
| | | | | | | | | | | | | | | We're currently preparing a change in LEDE that will change the host staging dirs in a way that might break the sed commands used by the automake Makefile. Change the command in a way that doesn't depend on the path of the staging dir. While it would be nicer to modify the configure script to use the correct path in the first place, this doesn't work for the perl path, as perl is used in shebang lines and must thus be an absolute path. Some scripts are used both during build and on the target system, so fixing up the scripts in the install step seems like the best option. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* automake: switch to xz tarballdiizzyy2016-10-01
| | | | | Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* automake: fix unversioned links during package buildMichael Heimpold2016-01-26
| | | | | | | | | | Reported by buildbots (shortened and line-wrapped): ... ln -sf -r .../ipkg-ramips_24kec/automake/usr/bin/automake-1.15 .../ipkg-ramips_24kec/automake/usr/bin/automake ln: invalid option -- 'r' Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* devel/automake: add automake-$(PKG_VERSION)Heinrich Schuchardt2016-01-09
| | | | | | | | | | | | | To make automake work correctly it is necessary to have files * automake * aclocal * automake-$(PKG_VERSION) * aclocal-$(PKG_VERSION) The files without version number can be supplied as symbolic links. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* devel/automake: add new package (closes #2192)Heinrich Schuchardt2015-12-29
Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. A new package automake is provided. version 2: do not reference staging directory in distributed files copy only one version of automake resolve whitespace issues CC: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>