summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make sure the requested autotools versions are used for all tools.Diego Elio Pettenò2006-10-021-6/+23
|
* Set empty RDEPEND in eclass, avoids tainting the RDEPENDs with autotools.Diego Elio Pettenò2006-09-231-1/+2
|
* add support for WANT_AUTO{MAKE,CONF}=latestMike Frysinger2006-09-221-2/+5
|
* force autoconf-2.59+ as that is safeMike Frysinger2006-09-211-2/+2
|
* Make sure that WANT_AUTOMAKE set in the ebuild is picked up by the automake ↵Diego Elio Pettenò2006-09-201-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-201-2/+2
| | | | autoconf.
* Accept autoconf 2.60 when using WANT_AUTOCONF=2.5, to avoid up-down cycles.Diego Elio Pettenò2006-09-201-2/+7
|
* respect WANT_AUTOMAKE/WANT_AUTOCONF in generating DEPENDMike Frysinger2006-09-161-4/+9
|
* Allow to not use recursive rebuild.Diego Elio Pettenò2006-07-031-9/+11
|
* Make sure to create the aux dir so that bootstrapping from scratch does not ↵Diego Elio Pettenò2006-06-281-15/+32
| | | | break. Thanks to hanno for reporting.
* Remove deprecated code.Diego Elio Pettenò2006-06-151-12/+2
|
* Don't run automake two times when the versions differs.Diego Elio Pettenò2006-04-091-1/+2
|
* Allow eautomake to be called by itself, but call eautoreconf if the ↵Diego Elio Pettenò2006-04-071-2/+18
| | | | Makefile.in comes from a different version.
* Check also for AM_PROG_LIBTOOL before ignoring libtoolize step.Diego Elio Pettenò2006-03-281-3/+6
|
* Also NEWS file is needed for automake not to need --foreign. This allows to ↵Diego Elio Pettenò2006-03-191-2/+2
| | | | use eautoreconf with app-text/wv2 (and probably others, too).
* Give an AT_NOELIBTOOLIZE variable to avoid calling elibtoolize, and use it ↵Diego Elio Pettenò2006-03-121-2/+4
| | | | so that only the parent-dir eautoreconf calls it, instead of all the sub-eautoreconf.
* Force using of autoconf 2.5 while doing the trace, as that works with 2.1 ↵Diego Elio Pettenò2006-03-081-2/+2
| | | | configure.in too.
* For safety, run elibtoolize after finishing eautoreconf, so that if people ↵Diego Elio Pettenò2006-01-311-2/+6
| | | | run it _before_ eautoreconf it won't get undone.
* dont except invalid aclocal flagsMike Frysinger2006-01-181-6/+1
|
* Add build-time depend on automake autoconf and libtool. If someone wants to ↵Diego Elio Pettenò2006-01-121-6/+4
| | | | precise which version, it can be done in ebuild.
* Print options we run autotools with.Martin Schlemmer2005-12-091-2/+2
|
* Added einfo output stating where eautoreconf is being called, to make sure ↵Diego Elio Pettenò2005-12-081-1/+2
| | | | to check the right files when there are failures in a subdirectory.
* Fix typo.Martin Schlemmer2005-12-081-5/+3
|
* Pass --foreign to automake when required files (for default GNU behavior) ↵Diego Elio Pettenò2005-10-091-2/+8
| | | | are not found.
* Added ${AM_OPTS} variable to pass extra options to automake, such as ↵Diego Elio Pettenò2005-10-081-2/+4
| | | | --foreign and similar.
* If aclocal.m4 does not exists, run aclocal, so that we can bootstrap.Diego Elio Pettenò2005-10-081-2/+2
|
* Always return a truth value on eautoreconf, as it dies itself when needed.Diego Elio Pettenò2005-09-081-1/+3
|
* Apply whitespace check from repoman to eclasses.Sven Wegener2005-09-041-3/+3
|
* Add --automake to libtoolize if we are using automake.Martin Schlemmer2005-09-021-2/+7
|