Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Give an AT_NOELIBTOOLIZE variable to avoid calling elibtoolize, and use it ↵ | 2006-03-12 | 1 | -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 ↵ | 2006-03-08 | 1 | -2/+2 | ||
| | | | | configure.in too. | |||||
* | For safety, run elibtoolize after finishing eautoreconf, so that if people ↵ | 2006-01-31 | 1 | -2/+6 | ||
| | | | | run it _before_ eautoreconf it won't get undone. | |||||
* | dont except invalid aclocal flags | 2006-01-18 | 1 | -6/+1 | ||
| | ||||||
* | Add build-time depend on automake autoconf and libtool. If someone wants to ↵ | 2006-01-12 | 1 | -6/+4 | ||
| | | | | precise which version, it can be done in ebuild. | |||||
* | Print options we run autotools with. | 2005-12-09 | 1 | -2/+2 | ||
| | ||||||
* | Added einfo output stating where eautoreconf is being called, to make sure ↵ | 2005-12-08 | 1 | -1/+2 | ||
| | | | | to check the right files when there are failures in a subdirectory. | |||||
* | Fix typo. | 2005-12-08 | 1 | -5/+3 | ||
| | ||||||
* | Pass --foreign to automake when required files (for default GNU behavior) ↵ | 2005-10-09 | 1 | -2/+8 | ||
| | | | | are not found. | |||||
* | Added ${AM_OPTS} variable to pass extra options to automake, such as ↵ | 2005-10-08 | 1 | -2/+4 | ||
| | | | | --foreign and similar. | |||||
* | If aclocal.m4 does not exists, run aclocal, so that we can bootstrap. | 2005-10-08 | 1 | -2/+2 | ||
| | ||||||
* | Always return a truth value on eautoreconf, as it dies itself when needed. | 2005-09-08 | 1 | -1/+3 | ||
| | ||||||
* | Apply whitespace check from repoman to eclasses. | 2005-09-04 | 1 | -3/+3 | ||
| | ||||||
* | Add --automake to libtoolize if we are using automake. | 2005-09-02 | 1 | -2/+7 | ||
| | ||||||
* | Don't use userland_Darwin useflag, to avoid QA notices all over. | 2005-08-31 | 1 | -2/+2 | ||
| | ||||||
* | Reorder function order a bit, and add some summary comments at the top. | 2005-08-31 | 1 | -72/+88 | ||
| | ||||||
* | Change M4DIR to AT_M4DIR. Do not always run gnuconfig_update (handled | 2005-08-31 | 1 | -4/+36 | ||
| | | | | by econf). Make eaclocal's handling of AT_M4DIR a bit smarter. | |||||
* | Let darwin userlands use glibtoolize instead of libtoolize. Removed trailing ↵ | 2005-08-30 | 1 | -6/+7 | ||
| | | | | whitespaces. | |||||
* | --force-missing seems not to be recognized by some flavours of automake | 2005-08-30 | 1 | -2/+3 | ||
| | ||||||
* | -I argument must not be enclosed in quotes. | 2005-08-29 | 1 | -2/+2 | ||
| | ||||||
* | Enhance eautoreconf() to also run in subdirs, and do the order of calling ↵ | 2005-08-28 | 1 | -12/+72 | ||
| | | | | properly. Also only run the tools when needed. | |||||
* | Initial commit; eclass done by Diego Flameeyes Pettenò <flameeyes@gentoo.org>. | 2005-08-28 | 1 | -0/+81 | ||
| | ||||||
* | deprecated | 2003-02-28 | 1 | -206/+0 | ||
| | ||||||
* | unfix earlier fixes | 2003-02-28 | 1 | -4/+4 | ||
| | ||||||
* | If description is set... don't overwrite it... | 2003-02-18 | 1 | -3/+3 | ||
| | | | | Fixes to everything but ASPELL and KDE-SOURCE | |||||
* | header fixes | 2003-02-16 | 1 | -3/+5 | ||
| | ||||||
* | Header updates/cleanups | 2002-10-25 | 1 | -3/+3 | ||
| | ||||||
* | tab fixes | 2002-10-20 | 1 | -8/+8 | ||
| | ||||||
* | fix , in many eclasses | 2002-07-26 | 1 | -3/+3 | ||
| | ||||||
* | add INHERITED variable to all eclasses. this keeps track of what eclasses ↵ | 2002-07-12 | 1 | -2/+3 | ||
| | | | | were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache. | |||||
* | merged virtual.eclass -> inherit.eclass. added || die to inherit(). added ↵ | 2002-01-04 | 1 | -4/+4 | ||
| | | | | | | cvs snapshot support to kde.eclass (runs make -f admin/Makefile.common where appropriate). misc small fixes. | |||||
* | eclass for handeling packages that need the latest automake and autoconf | 2001-12-31 | 1 | -0/+203 | ||