Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the “latest” string with the correct version during the ↵ | Diego Elio Pettenò | 2009-05-18 | 1 | -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 Frysinger | 2009-05-04 | 1 | -9/+12 |
| | | | | header | ||||
* | set S when running elibtoolize so we get expected behavior #265319 by ↵ | Mike Frysinger | 2009-04-12 | 1 | -3/+3 |
| | | | | Michael Haubenwallner | ||||
* | backport Darwin fixes from Prefix | Fabian Groffen | 2009-04-04 | 1 | -6/+7 |
| | |||||
* | dont add sys-devel/libtool to DEPEND if the package is sys-devel/libtool ↵ | Mike Frysinger | 2009-01-04 | 1 | -3/+3 |
| | | | | #253635 by Javier Villavicencio | ||||
* | Add a || clause to the phase test as autotools functions may now be called from | Jorge Manuel B. S. Vicetto | 2008-09-26 | 1 | -4/+4 |
| | | | | src_unpack or from src_prepare for EAPI-2. | ||||
* | Revert my last commit with regards to running eaotoreconf twice. Found out ↵ | Jeremy Olexa | 2008-07-31 | 1 | -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 Suominen | 2008-07-31 | 1 | -2/+2 |
| | | | | It doesn't have to. | ||||
* | Add check to autotools.eclass to make sure eautoreconf doesn't get ran more ↵ | Jeremy Olexa | 2008-07-31 | 1 | -1/+4 |
| | | | | than once, bug #232820 | ||||
* | allow autotools_check_macro to parse multiple arguments and add LT_INIT to ↵ | Mike Frysinger | 2008-06-09 | 1 | -6/+7 |
| | | | | macro list to run libtoolize | ||||
* | add eclass documentation by mren #210546 | Mike Frysinger | 2008-06-01 | 1 | -28/+50 |
| | |||||
* | expand aclocal flags as it may be shell code #219029 | Mike Frysinger | 2008-04-24 | 1 | -1/+2 |
| | |||||
* | rip out ACLOCAL_AMFLAGS from Makefiles #142787 | Mike Frysinger | 2008-04-22 | 1 | -1/+8 |
| | |||||
* | include the exact command executed in the log | Mike Frysinger | 2008-03-31 | 1 | -2/+2 |
| | |||||
* | newer libtool versions have an --install flag for copying/updating helper files | Mike Frysinger | 2008-02-23 | 1 | -3/+7 |
| | |||||
* | Output a QA warning when the autotools functions are used outside of | Diego Elio Pettenò | 2008-01-25 | 1 | -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-13 | 1 | -6/+13 |
| | | | | Luca Bruno in bug #205606. | ||||
* | quote $T usage #204666 by Santiago M. Mola | Mike Frysinger | 2008-01-07 | 1 | -4/+3 |
| | |||||
* | change invalid dep atom to a message people can clearly grok #192892 | Mike Frysinger | 2007-09-18 | 1 | -2/+2 |
| | |||||
* | add support for WANT_AUTOCONF=none #192863 and catch invalid WANT_AUTOCONF ↵ | Mike Frysinger | 2007-09-17 | 1 | -6/+7 |
| | | | | settings | ||||
* | depreciated -> deprecated. bug #180352 | Doug Goldstein | 2007-05-30 | 1 | -2/+2 |
| | |||||
* | declare/shuffle around maintainers | Mike Frysinger | 2007-03-04 | 1 | -3/+2 |
| | |||||
* | move WANT setting back to global scope | Mike Frysinger | 2007-01-19 | 1 | -44/+7 |
| | |||||
* | If WANT_AUTOCONF or WANT_AUTOMAKE are missing, default to latest, and hope ↵ | Diego Elio Pettenò | 2007-01-08 | 1 | -1/+4 |
| | | | | this won't break more. | ||||
* | For packages where automake is not used, set WANT_AUTOMAKE=none. Please ↵ | Diego Elio Pettenò | 2007-01-08 | 1 | -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-04 | 1 | -1/+5 |
| | |||||
* | Document the AT_NOELIBTOOLIZE variable. | Diego Elio Pettenò | 2006-12-18 | 1 | -1/+4 |
| | |||||
* | Remove PATCH_TARGET variable that's not used in this code. | Diego Elio Pettenò | 2006-12-17 | 1 | -2/+1 |
| | |||||
* | Fix naming of the variable. | Diego Elio Pettenò | 2006-12-14 | 1 | -2/+2 |
| | |||||
* | As autoheader is as bugged a cellphone, don't fail even if it fails... it ↵ | Diego Elio Pettenò | 2006-12-14 | 1 | -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-01 | 1 | -2/+4 |
| | |||||
* | Fix dep for WANT_AUTOMAKE=latest | Piotr Jaroszyński | 2006-10-27 | 1 | -2/+2 |
| | |||||
* | Make sure to get the version of autotools from ROOT=/ or it won't work with ↵ | Diego Elio Pettenò | 2006-10-26 | 1 | -3/+3 |
| | | | | catalyst for instance. | ||||
* | Fix WANT_AUTOMAKE=latest. | Piotr Jaroszyński | 2006-10-26 | 1 | -5/+3 |
| | |||||
* | Implement a better way to find the latest autotools to use. | Diego Elio Pettenò | 2006-10-25 | 1 | -4/+7 |
| | |||||
* | Check for subversions, not for revisions, when deciding which automake to use. | Diego Elio Pettenò | 2006-10-17 | 1 | -3/+3 |
| | |||||
* | Try not to have the undo and commit keybindings too near. | Diego Elio Pettenò | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | Try to workaround the problem 'reported' by Mr_Bones_... but this is just a ↵ | Diego Elio Pettenò | 2006-10-17 | 1 | -3/+7 |
| | | | | workaround. | ||||
* | Make sure that if latest autotools were asked, latest automake is used. | Diego Elio Pettenò | 2006-10-16 | 1 | -5/+11 |
| | |||||
* | Make sure the requested autotools versions are used for all tools. | Diego Elio Pettenò | 2006-10-02 | 1 | -6/+23 |
| | |||||
* | Set empty RDEPEND in eclass, avoids tainting the RDEPENDs with autotools. | Diego Elio Pettenò | 2006-09-23 | 1 | -1/+2 |
| | |||||
* | add support for WANT_AUTO{MAKE,CONF}=latest | Mike Frysinger | 2006-09-22 | 1 | -2/+5 |
| | |||||
* | force autoconf-2.59+ as that is safe | Mike Frysinger | 2006-09-21 | 1 | -2/+2 |
| | |||||
* | Make sure that WANT_AUTOMAKE set in the ebuild is picked up by the automake ↵ | Diego Elio Pettenò | 2006-09-20 | 1 | -1/+6 |
| | | | | wrapper (so that it's actually used as intended). | ||||
* | Actually, we need autoconf >=2.50, because of the crazy versioning scheme of ↵ | Diego Elio Pettenò | 2006-09-20 | 1 | -2/+2 |
| | | | | autoconf. | ||||
* | Accept autoconf 2.60 when using WANT_AUTOCONF=2.5, to avoid up-down cycles. | Diego Elio Pettenò | 2006-09-20 | 1 | -2/+7 |
| | |||||
* | respect WANT_AUTOMAKE/WANT_AUTOCONF in generating DEPEND | Mike Frysinger | 2006-09-16 | 1 | -4/+9 |
| | |||||
* | Allow to not use recursive rebuild. | Diego Elio Pettenò | 2006-07-03 | 1 | -9/+11 |
| | |||||
* | Make sure to create the aux dir so that bootstrapping from scratch does not ↵ | Diego Elio Pettenò | 2006-06-28 | 1 | -15/+32 |
| | | | | break. Thanks to hanno for reporting. | ||||
* | Remove deprecated code. | Diego Elio Pettenò | 2006-06-15 | 1 | -12/+2 |
| |