| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 c... | Diego Elio Pettenò | 2006-10-26 | 1 | -3/+3 |
* | 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 w... | Diego Elio Pettenò | 2006-10-17 | 1 | -3/+7 |
* | 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 w... | Diego Elio Pettenò | 2006-09-20 | 1 | -1/+6 |
* | Actually, we need autoconf >=2.50, because of the crazy versioning scheme of ... | Diego Elio Pettenò | 2006-09-20 | 1 | -2/+2 |
* | 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 b... | Diego Elio Pettenò | 2006-06-28 | 1 | -15/+32 |
* | Remove deprecated code. | Diego Elio Pettenò | 2006-06-15 | 1 | -12/+2 |
* | Don't run automake two times when the versions differs. | Diego Elio Pettenò | 2006-04-09 | 1 | -1/+2 |
* | Allow eautomake to be called by itself, but call eautoreconf if the Makefile.... | Diego Elio Pettenò | 2006-04-07 | 1 | -2/+18 |
* | Check also for AM_PROG_LIBTOOL before ignoring libtoolize step. | Diego Elio Pettenò | 2006-03-28 | 1 | -3/+6 |
* | Also NEWS file is needed for automake not to need --foreign. This allows to u... | Diego Elio Pettenò | 2006-03-19 | 1 | -2/+2 |
* | Give an AT_NOELIBTOOLIZE variable to avoid calling elibtoolize, and use it so... | Diego Elio Pettenò | 2006-03-12 | 1 | -2/+4 |
* | Force using of autoconf 2.5 while doing the trace, as that works with 2.1 con... | Diego Elio Pettenò | 2006-03-08 | 1 | -2/+2 |
* | For safety, run elibtoolize after finishing eautoreconf, so that if people ru... | Diego Elio Pettenò | 2006-01-31 | 1 | -2/+6 |
* | dont except invalid aclocal flags | Mike Frysinger | 2006-01-18 | 1 | -6/+1 |
* | Add build-time depend on automake autoconf and libtool. If someone wants to p... | Diego Elio Pettenò | 2006-01-12 | 1 | -6/+4 |
* | Print options we run autotools with. | Martin Schlemmer | 2005-12-09 | 1 | -2/+2 |
* | Added einfo output stating where eautoreconf is being called, to make sure to... | Diego Elio Pettenò | 2005-12-08 | 1 | -1/+2 |
* | Fix typo. | Martin Schlemmer | 2005-12-08 | 1 | -5/+3 |
* | Pass --foreign to automake when required files (for default GNU behavior) are... | Diego Elio Pettenò | 2005-10-09 | 1 | -2/+8 |
* | Added ${AM_OPTS} variable to pass extra options to automake, such as --foreig... | Diego Elio Pettenò | 2005-10-08 | 1 | -2/+4 |
* | If aclocal.m4 does not exists, run aclocal, so that we can bootstrap. | Diego Elio Pettenò | 2005-10-08 | 1 | -2/+2 |
* | Always return a truth value on eautoreconf, as it dies itself when needed. | Diego Elio Pettenò | 2005-09-08 | 1 | -1/+3 |
* | Apply whitespace check from repoman to eclasses. | Sven Wegener | 2005-09-04 | 1 | -3/+3 |
* | Add --automake to libtoolize if we are using automake. | Martin Schlemmer | 2005-09-02 | 1 | -2/+7 |
* | Don't use userland_Darwin useflag, to avoid QA notices all over. | Diego Elio Pettenò | 2005-08-31 | 1 | -2/+2 |
* | Reorder function order a bit, and add some summary comments at the top. | Martin Schlemmer | 2005-08-31 | 1 | -72/+88 |
* | Change M4DIR to AT_M4DIR. Do not always run gnuconfig_update (handled | Martin Schlemmer | 2005-08-31 | 1 | -4/+36 |
* | Let darwin userlands use glibtoolize instead of libtoolize. Removed trailing ... | Diego Elio Pettenò | 2005-08-30 | 1 | -6/+7 |
* | --force-missing seems not to be recognized by some flavours of automake | Diego Elio Pettenò | 2005-08-30 | 1 | -2/+3 |
* | -I argument must not be enclosed in quotes. | Diego Elio Pettenò | 2005-08-29 | 1 | -2/+2 |
* | Enhance eautoreconf() to also run in subdirs, and do the order of calling pro... | Martin Schlemmer | 2005-08-28 | 1 | -12/+72 |
* | Initial commit; eclass done by Diego Flameeyes Pettenò <flameeyes@gentoo.org>. | Martin Schlemmer | 2005-08-28 | 1 | -0/+81 |
* | deprecated | Mike Frysinger | 2003-02-28 | 1 | -206/+0 |
* | unfix earlier fixes | Mike Frysinger | 2003-02-28 | 1 | -4/+4 |
* | If description is set... don't overwrite it... | Nicholas Jones | 2003-02-18 | 1 | -3/+3 |
* | header fixes | Mike Frysinger | 2003-02-16 | 1 | -3/+5 |