summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't use userland_Darwin useflag, to avoid QA notices all over.Diego Elio Pettenò2005-08-311-2/+2
|
* Reorder function order a bit, and add some summary comments at the top.Martin Schlemmer2005-08-311-72/+88
|
* Change M4DIR to AT_M4DIR. Do not always run gnuconfig_update (handledMartin Schlemmer2005-08-311-4/+36
| | | | by econf). Make eaclocal's handling of AT_M4DIR a bit smarter.
* Let darwin userlands use glibtoolize instead of libtoolize. Removed trailing ↵Diego Elio Pettenò2005-08-301-6/+7
| | | | whitespaces.
* --force-missing seems not to be recognized by some flavours of automakeDiego Elio Pettenò2005-08-301-2/+3
|
* -I argument must not be enclosed in quotes.Diego Elio Pettenò2005-08-291-2/+2
|
* Enhance eautoreconf() to also run in subdirs, and do the order of calling ↵Martin Schlemmer2005-08-281-12/+72
| | | | properly. Also only run the tools when needed.
* Initial commit; eclass done by Diego Flameeyes Pettenò <flameeyes@gentoo.org>.Martin Schlemmer2005-08-281-0/+81
|
* deprecatedMike Frysinger2003-02-281-206/+0
|
* unfix earlier fixesMike Frysinger2003-02-281-4/+4
|
* If description is set... don't overwrite it...Nicholas Jones2003-02-181-3/+3
| | | | Fixes to everything but ASPELL and KDE-SOURCE
* header fixesMike Frysinger2003-02-161-3/+5
|
* Header updates/cleanupsMike Frysinger2002-10-251-3/+3
|
* tab fixesMartin Schlemmer2002-10-201-8/+8
|
* fix , in many eclassesDan Armak2002-07-261-3/+3
|
* add INHERITED variable to all eclasses. this keeps track of what eclasses ↵Dan Armak2002-07-121-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 ↵Dan Armak2002-01-041-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 autoconfMartin Schlemmer2001-12-311-0/+203