summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reuse in_iuse() from eutils.eclass.Michał Górny2011-09-231-3/+3
* Fix the example to use explicit $(use_enable debug).Michał Górny2011-09-181-1/+2
* Fail if myeconfargs is not an array.Michał Górny2011-09-181-1/+4
* Deprecate implicit IUSE=debug.Michał Górny2011-09-181-5/+8
* Explain .la removal reasons in output.Michał Górny2011-09-161-6/+7
* Remove static libs covered by .pc files as well.Michał Górny2011-09-161-1/+12
* Drop 'empty' .la files as well (those lacking libs & flags).Michał Górny2011-09-161-7/+17
* Refactor remove_libtool_files() to simplify conditions.Michał Górny2011-09-161-9/+11
* Check command-line args completely in remove_libtool_files().Michał Górny2011-09-161-2/+13
* Clean up & simplify la removal code a little.Michał Górny2011-09-161-7/+6
* For .la removal, look for static archives rather than USE=static-libs.Michał Górny2011-09-161-13/+14
* Strip ${D} from removal message to shorten it.Michał Górny2011-09-161-3/+3
* Fix handling whitespace in filenames when looking for .la files.Michał Górny2011-09-161-2/+2
* Use einfo to make .{la,a} removals more visible.Michał Górny2011-09-121-3/+3
* Michał Górny added as co-maintainer, bug #382709Maciej Mrozowski2011-09-121-1/+2
* Pass autotools-utils-src_install args to base_src_install. Requested by Micha...Maciej Mrozowski2011-02-011-2/+2
* Support eapi4.Tomas Chvatal2011-01-311-2/+2
* Fix another example wrt bug 350423Maciej Mrozowski2011-01-221-2/+2
* Suggest myeconfargs to be local variable in example code. Bug 352145Maciej Mrozowski2011-01-201-2/+2
* Fix myeconfargs quoting, bug 339227. Thanks to Martin von Gagern for reporting.Maciej Mrozowski2010-10-031-2/+2
* Accept user-supplied configure args as phase function parameters as wellMaciej Mrozowski2010-09-121-2/+2
* Do not mark EAPI=4 as compatible yetMaciej Mrozowski2010-07-201-2/+2
* Use defined mechanism (die) to terminate processing when invalid EAPI detected.Maciej Mrozowski2010-07-191-2/+2
* Add new eclass, emerge -1 eclass-manpages and see autotool-utils.eclass manua...Maciej Mrozowski2010-07-171-0/+263