Jo-Philipp Wich
|
7074927533
autotools.mk: add a gettext-version PKG_FIXUP (#11236)
|
hace 13 años |
Jo-Philipp Wich
|
d40fe9d24e
autotools.mk: cope with Debian version strings in libtool
|
hace 13 años |
Jo-Philipp Wich
|
a5d34b8613
autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this
|
hace 14 años |
Jo-Philipp Wich
|
d8d9130e45
autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-NLS - needed by minidlna CVS version
|
hace 14 años |
Jo-Philipp Wich
|
e7b094e849
include: autotools.mk: do not fail in patch-libtool fixup if patch is already applied
|
hace 14 años |
Jo-Philipp Wich
|
bd982fb72c
autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use.
|
hace 14 años |
Jo-Philipp Wich
|
a65b43a46f
autotools.mk: disable autoreconf recursion if more than one dir is given in PKG_AUTOMAKE_PATHS
|
hace 14 años |
Jo-Philipp Wich
|
073c5e0e74
add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4
|
hace 15 años |
Jo-Philipp Wich
|
4fec7f7edb
autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_MACRO_PATHS
|
hace 15 años |
Jo-Philipp Wich
|
ec45087403
autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default to ./m4, add LIBTOOL to AM_TOOL_PATHS
|
hace 15 años |
Jo-Philipp Wich
|
f28b49208b
autotools.mk: like libintl, make all libtool fixup packages depend on the libiconv stub
|
hace 15 años |
Jo-Philipp Wich
|
fd181101aa
autotools.mk: add a (dummy) libintl build dependency to any package using the libtool fixup
|
hace 15 años |
Jo-Philipp Wich
|
c9f9fc8154
autotools.mk: remove HOST_BUILD_DEPENDS on libtool
|
hace 15 años |
Jo-Philipp Wich
|
4e19240b9b
autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either
|
hace 15 años |
Jo-Philipp Wich
|
a4350e3861
autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them
|
hace 15 años |
Jo-Philipp Wich
|
249693d50b
autotools.mk: always pass -I m4, some package don't seem to set correct AMFLAGS (or any at all..)
|
hace 15 años |
Jo-Philipp Wich
|
6489a9c575
autotools.mk: don't rely on shipped autogen.sh files
|
hace 15 años |
Jo-Philipp Wich
|
f3ac8849a5
autotools.mk: explicately pass toolchain versions of automake, autoconf, libtoolize, ... to autoreconf
|
hace 15 años |
Jo-Philipp Wich
|
dbf8d9c516
- implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk
|
hace 15 años |
Jo-Philipp Wich
|
135cfe50c9
autotools.mk: add yet another aclocal path
|
hace 15 años |
Jo-Philipp Wich
|
c48a705702
autotools.mk: support autoreconf at different paths, introduce PKG_AUTOMAKE_PATHS which defaults to '.'
|
hace 15 años |
Jo-Philipp Wich
|
bf9e9b6a91
rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now
|
hace 15 años |
Jo-Philipp Wich
|
88a1c20900
autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
|
hace 15 años |
Jo-Philipp Wich
|
3560c34214
autotools.mk: remove autom4ate.cache directory when autoreconf-ing
|
hace 15 años |
Felix Fietkau
|
ffbed0f08a
support the autoreconf fixup without libtool
|
hace 15 años |
Jo-Philipp Wich
|
6541593b34
autotools.mk: introduce PKG_REMOVE_FILES to delete certain files after applying patches and before doing any fixups
|
hace 15 años |
Jo-Philipp Wich
|
fa3c5ac38a
autotools.mk: remove GNUmakefile before running autoreconf (spotted libgcrypt++)
|
hace 15 años |
Jo-Philipp Wich
|
48b953fa1c
autotools.mk: allow disabling autoreconf, remove libdir fixup
|
hace 15 años |
Jo-Philipp Wich
|
f3f3be3dfe
autotools.mk: allow autogen.sh / autoreconf to fail (for now)
|
hace 15 años |
Jo-Philipp Wich
|
69aeb3a06c
autotools.mk: if ./autogen.sh exists, call that. Call autoreconfig only if configure.in or configure.ac exists
|
hace 15 años |