summaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
Commit message (Expand)AuthorAgeFilesLines
* include/autotools.mk: fix gettext installation pathFelix Fietkau2016-01-201-2/+2
* Revert "include/autoconf.mk: decouple host fixups from target fixups"Felix Fietkau2016-01-201-4/+10
* include/autoconf.mk: decouple host fixups from target fixupsFelix Fietkau2016-01-201-10/+4
* include: improve 'gettext-version' fixupNicolas Thill2015-01-311-10/+14
* autotools.mk: add a gettext-version PKG_FIXUP (#11236)Jo-Philipp Wich2012-10-101-0/+13
* autotools.mk: cope with Debian version strings in libtoolJo-Philipp Wich2012-06-111-3/+3
* autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting ...Jo-Philipp Wich2012-01-201-1/+1
* autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-N...Jo-Philipp Wich2011-10-161-3/+3
* include: autotools.mk: do not fail in patch-libtool fixup if patch is already...Jo-Philipp Wich2011-10-111-1/+1
* autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply ...Jo-Philipp Wich2011-08-011-1/+37
* autotools.mk: disable autoreconf recursion if more than one dir is given in P...Jo-Philipp Wich2011-04-111-0/+1
* add config.rpath and link it in autotools.mk if missing, some packages might ...Jo-Philipp Wich2011-02-271-0/+2
* autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_M...Jo-Philipp Wich2011-02-021-1/+1
* autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default to...Jo-Philipp Wich2010-12-261-4/+7
* autotools.mk: like libintl, make all libtool fixup packages depend on the lib...Jo-Philipp Wich2010-12-191-2/+2
* autotools.mk: add a (dummy) libintl build dependency to any package using the...Jo-Philipp Wich2010-12-191-2/+2
* autotools.mk: remove HOST_BUILD_DEPENDS on libtoolJo-Philipp Wich2010-12-181-2/+0
* autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it m...Jo-Philipp Wich2010-12-181-1/+2
* autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants themJo-Philipp Wich2010-12-151-0/+1
* autotools.mk: always pass -I m4, some package don't seem to set correct AMFLA...Jo-Philipp Wich2010-12-151-1/+1
* autotools.mk: don't rely on shipped autogen.sh filesJo-Philipp Wich2010-12-151-3/+1
* autotools.mk: explicately pass toolchain versions of automake, autoconf, libt...Jo-Philipp Wich2010-12-151-2/+12
* - implement hooks for hostbuilds - use host build hooks to implement fixups f...Jo-Philipp Wich2010-12-131-14/+58
* autotools.mk: add yet another aclocal pathJo-Philipp Wich2010-12-131-0/+1
* autotools.mk: support autoreconf at different paths, introduce PKG_AUTOMAKE_P...Jo-Philipp Wich2010-12-131-10/+13
* rework aclocal handling, packages have issues writing through the symlink so ...Jo-Philipp Wich2010-12-111-0/+1
* autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4Jo-Philipp Wich2010-12-101-0/+1
* autotools.mk: remove autom4ate.cache directory when autoreconf-ingJo-Philipp Wich2010-12-101-0/+1
* support the autoreconf fixup without libtoolFelix Fietkau2010-12-101-0/+5
* autotools.mk: introduce PKG_REMOVE_FILES to delete certain files after applyi...Jo-Philipp Wich2010-12-081-1/+3
* autotools.mk: remove GNUmakefile before running autoreconf (spotted libgcrypt++)Jo-Philipp Wich2010-12-081-0/+1
* autotools.mk: allow disabling autoreconf, remove libdir fixupJo-Philipp Wich2010-12-081-9/+4
* autotools.mk: allow autogen.sh / autoreconf to fail (for now)Jo-Philipp Wich2010-12-081-2/+2
* autotools.mk: if ./autogen.sh exists, call that. Call autoreconfig only if co...Jo-Philipp Wich2010-12-081-1/+8
* deploy the steamroller tactics and autoreconfigure any package carring the li...Jo-Philipp Wich2010-12-081-37/+10
* re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a deprecation ...Jo-Philipp Wich2010-12-041-14/+9
* ensure accidentally installed *.la-files (into $STAGING_DIR) are going to be ...Mirko Vogt2010-12-041-0/+8
* disable libtool fixups in trunk globallyMirko Vogt2010-12-041-13/+14
* fix libtool fixup for libstdc++Felix Fietkau2010-08-191-1/+1
* add a new helper macro to deal with conditional ./configure flagsFelix Fietkau2010-03-291-0/+1
* autotools.mk: Don't try to fixup .la files in the DevInstall host path, becau...Lars-Peter Clausen2010-02-201-3/+0
* autotools.mk: Add PKG_LIBTOOL_PATHS variable.Lars-Peter Clausen2010-02-181-5/+19
* autotools.mk: Add libstdc++ quirk to libtool_fixup_libdir. Fixes build of pac...Lars-Peter Clausen2010-01-301-2/+4
* More libtool madness: Every package which was using c++ and libtool fixup was...Lars-Peter Clausen2009-06-041-4/+15
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
* Change libtool fixup behaviour. Still ugly but it works until we have a real ...Lars-Peter Clausen2008-09-131-5/+8
* fix libtool version checks in some configure scriptsFelix Fietkau2007-12-271-4/+12
* add improved autotools fixupsFelix Fietkau2007-12-271-0/+30