summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug #312687: We actually need to consider the automake from the real root, ↵Robin H. Johnson2010-04-011-2/+4
| | | | not the ROOT destination for stage 1 builds.
* Try to unbreak revision 1.95, at least guessing what Robin tried to do.Diego Elio Pettenò2010-04-011-11/+14
|
* Bug #312315: We must reflect the latest stable automake SLOT for all ↵Robin H. Johnson2010-03-311-3/+24
| | | | architectures, otherwise we get fun circular build dependencies when we already have a should-be-sufficent automake and try to bring in a different one during the stage2->3 transition.
* tweak default variable value so eclass-manpages can figure things outMike Frysinger2010-03-071-4/+5
|
* let people make the autotool dependencies optional in their ebuildsMike Frysinger2010-03-071-4/+14
|
* Update libtool depend to at least 2.2.6b, which is first non vulnerable ↵Samuli Suominen2010-02-081-2/+2
| | | | version, and also required by several packages bundling .m4 macros from libtool itself.
* avoid `pwd` command as we already have pushd/popd/$PWDMike Frysinger2010-01-171-8/+8
|
* start an eautopoint helperMike Frysinger2010-01-151-1/+8
|
* Fix wrongly commited autotools eclass.Tomas Chvatal2010-01-101-3/+3
|
* Fix reavers email.Tomas Chvatal2010-01-101-3/+3
|
* reset WANT_AUTOMAKE to avoid "latest" warningsMike Frysinger2009-12-041-2/+2
|
* Replace the “latest” string with the correct version during the ↵Diego Elio Pettenò2009-05-181-3/+8
| | | | | | | | | | | | autotools_run_tool. Instead of doing that during the main evaluation, wait for it, so that it's done at the very last moment; this solves bug #270010 properly, without forcing an older automake version. It should also be possible to move the latest handling into the wrappers and use them if the new version is present, but that's another problem.
* simplify log handling in autotools_run_tool and include the pwd in the log ↵Mike Frysinger2009-05-041-9/+12
| | | | header
* set S when running elibtoolize so we get expected behavior #265319 by ↵Mike Frysinger2009-04-121-3/+3
| | | | Michael Haubenwallner
* backport Darwin fixes from PrefixFabian Groffen2009-04-041-6/+7
|
* dont add sys-devel/libtool to DEPEND if the package is sys-devel/libtool ↵Mike Frysinger2009-01-041-3/+3
| | | | #253635 by Javier Villavicencio
* Add a || clause to the phase test as autotools functions may now be called fromJorge Manuel B. S. Vicetto2008-09-261-4/+4
| | | | src_unpack or from src_prepare for EAPI-2.
* Revert my last commit with regards to running eaotoreconf twice. Found out ↵Jeremy Olexa2008-07-311-4/+1
| | | | from flameeyes that this is possibly a bad thing that breaks the eclass. Working out a solution.
* Replace touch with bash redirection, so that it doesn't depend on coreutils. ↵Samuli Suominen2008-07-311-2/+2
| | | | It doesn't have to.
* Add check to autotools.eclass to make sure eautoreconf doesn't get ran more ↵Jeremy Olexa2008-07-311-1/+4
| | | | than once, bug #232820
* allow autotools_check_macro to parse multiple arguments and add LT_INIT to ↵Mike Frysinger2008-06-091-6/+7
| | | | macro list to run libtoolize
* add eclass documentation by mren #210546Mike Frysinger2008-06-011-28/+50
|
* expand aclocal flags as it may be shell code #219029Mike Frysinger2008-04-241-1/+2
|
* rip out ACLOCAL_AMFLAGS from Makefiles #142787Mike Frysinger2008-04-221-1/+8
|
* include the exact command executed in the logMike Frysinger2008-03-311-2/+2
|
* newer libtool versions have an --install flag for copying/updating helper filesMike Frysinger2008-02-231-3/+7
|
* Output a QA warning when the autotools functions are used outside ofDiego Elio Pettenò2008-01-251-1/+5
| | | | unpack phase. You should run then in src_unpack().
* Support packages that use GNUmakefile.am sa automake start file. Patch by ↵Diego Elio Pettenò2008-01-131-6/+13
| | | | Luca Bruno in bug #205606.
* quote $T usage #204666 by Santiago M. MolaMike Frysinger2008-01-071-4/+3
|
* change invalid dep atom to a message people can clearly grok #192892Mike Frysinger2007-09-181-2/+2
|
* add support for WANT_AUTOCONF=none #192863 and catch invalid WANT_AUTOCONF ↵Mike Frysinger2007-09-171-6/+7
| | | | settings
* depreciated -> deprecated. bug #180352Doug Goldstein2007-05-301-2/+2
|
* declare/shuffle around maintainersMike Frysinger2007-03-041-3/+2
|
* move WANT setting back to global scopeMike Frysinger2007-01-191-44/+7
|
* If WANT_AUTOCONF or WANT_AUTOMAKE are missing, default to latest, and hope ↵Diego Elio Pettenò2007-01-081-1/+4
| | | | this won't break more.
* For packages where automake is not used, set WANT_AUTOMAKE=none. Please ↵Diego Elio Pettenò2007-01-081-5/+10
| | | | note, though, that _aclocal_ is part of automake package.
* Get a QA notice when the WANT_AUTOMAKE/WANT_AUTOCONF variables are unset.Diego Elio Pettenò2007-01-041-1/+5
|
* Document the AT_NOELIBTOOLIZE variable.Diego Elio Pettenò2006-12-181-1/+4
|
* Remove PATCH_TARGET variable that's not used in this code.Diego Elio Pettenò2006-12-171-2/+1
|
* Fix naming of the variable.Diego Elio Pettenò2006-12-141-2/+2
|
* As autoheader is as bugged a cellphone, don't fail even if it fails... it ↵Diego Elio Pettenò2006-12-141-3/+3
| | | | treats warnings as error even if you tell him not to.
* Add an extra output if latest automake is requested.Diego Elio Pettenò2006-11-011-2/+4
|
* Fix dep for WANT_AUTOMAKE=latestPiotr Jaroszyński2006-10-271-2/+2
|
* Make sure to get the version of autotools from ROOT=/ or it won't work with ↵Diego Elio Pettenò2006-10-261-3/+3
| | | | catalyst for instance.
* Fix WANT_AUTOMAKE=latest.Piotr Jaroszyński2006-10-261-5/+3
|
* Implement a better way to find the latest autotools to use.Diego Elio Pettenò2006-10-251-4/+7
|
* Check for subversions, not for revisions, when deciding which automake to use.Diego Elio Pettenò2006-10-171-3/+3
|
* Try not to have the undo and commit keybindings too near.Diego Elio Pettenò2006-10-171-2/+2
|
* Try to workaround the problem 'reported' by Mr_Bones_... but this is just a ↵Diego Elio Pettenò2006-10-171-3/+7
| | | | workaround.
* Make sure that if latest autotools were asked, latest automake is used.Diego Elio Pettenò2006-10-161-5/+11
|