summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When probing for supported test targets for make, explicity ignore recipe err...Maciej Mrozowski2014-07-311-3/+3
* Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit.Mike Gilbert2014-03-111-3/+3
* Respect BUILD_DIR in in-source builds when set earlier.Michał Górny2013-11-241-16/+16
* Remove deprecated autotools-utils_autoreconf.Michał Górny2013-10-081-79/+1
* Respect arguments when checking for test targets. This becomes helpful if one...Michał Górny2013-06-291-3/+3
* Convert econfargs from an ECLASS-VARIABLE to a function-specifc VARIABLE for ...Mike Gilbert2013-06-071-17/+17
* Support complete EAPI src_test().Michał Górny2013-05-051-3/+6
* Support disabling .la pruning completely.Michał Górny2013-05-031-2/+7
* Inline src_test and allow passing arguments.Michał Górny2013-05-011-3/+5
* Fix eclassdoc.Michał Górny2013-04-051-2/+2
* Support setting mode of prune_libtool_files through AUTOTOOLS_PRUNE_LIBTOOL_F...Michał Górny2013-04-011-2/+20
* Qt category move.Davide Pesavento2013-03-031-3/+3
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-111-8/+11
* Support directories in DOCS, in EAPI 4+.Michał Górny2012-12-141-2/+9
* Improve the compatibility code thanks to Arfrever.Michał Górny2012-12-031-4/+5
* Fix respecting AUTOTOOLS_BUILD_DIR and CMAKE_BUILD_DIR. Acked by scarabeus.Michał Górny2012-12-031-3/+17
* Use a common BUILD_DIR variable. Acked by scarabeus.Michał Górny2012-12-011-13/+19
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAP...Ian Stakenvicius2012-09-271-2/+2
* typo.Michał Górny2012-06-081-2/+2
* Reuse eautoreconf, deprecate autotools-utils_autoreconf.Michał Górny2012-06-061-2/+6
* Start using prune_libtool_files() from eutils, deprecate remove_libtool_files().Michał Górny2012-06-061-2/+6
* Remove invalid use check, these should be fixed by now.Michał Górny2012-05-281-10/+1
* Fail whenever unable to change directory, wrt #391927.Michał Górny2012-05-281-11/+11
* autotools.eclass no longer supports re-inheriting so we need to override AUTO...Michał Górny2012-05-281-5/+2
* Call eaclocal unconditionally; _elibtoolize no longer does that.Michał Górny2012-05-221-5/+2
* Fix to match autotools.eclass API changes.Michał Górny2012-05-211-2/+2
* Fix typo in recursive autoreconf.Michał Górny2012-02-041-2/+2
* Use checksums to determine whether files need autoreconf. Fixes bug #399641.Michał Górny2012-02-021-7/+10
* Call glib-gettextize with --force in autotools-utils.eclassJustin Lecher2012-01-301-2/+2
* Force autoreconf on user patches only.Michał Górny2012-01-211-3/+4
* Add AM_CONFIG_HEADER check (for pixman autoreconf).Michał Górny2012-01-191-2/+3
* Quiet grep output.Michał Górny2012-01-151-2/+2
* Improve the --docdir configure grep.Michał Górny2012-01-151-2/+2
* Pass --docdir to configure only when supported.Michał Górny2012-01-151-5/+9
* Use path_exists() to ensure any file exists in docdir.Michał Górny2012-01-141-2/+3
* Replace the docdir-directory error with a warning.Michał Górny2012-01-141-13/+11
* Pass --force to eautopoint and few other pre-autoreconf funcs.Michał Górny2012-01-141-4/+4
* Autoreconfigure packages when user patches need it.Michał Górny2012-01-141-1/+17
* Disallow eautomake from calling eautoreconf unnecessarily.Michał Górny2012-01-141-2/+2
* Pass --docdir to configure, and install docs from it; wrt bug #350423.Michał Górny2012-01-141-2/+22
* Support installing default docs, similarly to EAPI4; wrt bug #397659.Michał Górny2012-01-141-1/+10
* Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSETJustin Lecher2012-01-091-2/+2
* Add AUTOTOOLS_AUTORECONF for bug #392073.Michał Górny2012-01-051-5/+99
* Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.Michał Górny2011-12-221-1/+4
* autotools-utils: drop base.eclass inherit and thus src_unpack() export.Michał Górny2011-12-141-6/+50
* Revert making pushd/popd fatal due to humongous breakage. Add a warning messa...Michał Górny2011-11-271-9/+18
* Denote that autotools-utils must not be mixed with econf/emake.Michał Górny2011-11-271-2/+6
* Remove implicit IUSE=debug deprecation warning.Michał Górny2011-11-261-11/+1
* Add failure handling for pushd/popd calls.Michał Górny2011-11-261-10/+10
* Use elibtoolize from libtool.eclass to fix libtool magic.Michał Górny2011-10-141-2/+3