summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update comments to reflect reality of func namesMike Frysinger2012-02-131-3/+3
* Provide a way to run eautoreconf without automake by using WANT_AUTOMAKE=none.Robin H. Johnson2012-02-121-2/+8
* add a helper for updating config.rpath files for projects that dont use gettextMike Frysinger2012-01-061-1/+20
* always run automake if the configure file calls AM_INIT_AUTOMAKE #397697 by M...Mike Frysinger2012-01-041-6/+4
* fix thinko with array handling when injecting args into the cmdlineMike Frysinger2011-12-141-6/+6
* push down AT_M4DIR handling into autotools_run_tool to keep the callers simpl...Mike Frysinger2011-12-141-13/+28
* drop old M4DIR support since we have AT_M4DIR and the tree uses only that, an...Mike Frysinger2011-12-141-3/+5
* initial AT_SYS_M4DIR for weird system integrators (cross-compiling/prefix/etc...Mike Frysinger2011-12-131-7/+13
* unify duplicated code for extracting values from traced variablesMike Frysinger2011-12-131-26/+13
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-131-1/+6
* add a --force flag to elibtoolize so that eautoreconf can make sure it runs e...Mike Frysinger2011-11-141-2/+2
* also check for README files for --foreign (reported by Mr_Bones_)Mike Frysinger2011-10-051-2/+2
* drop comment that bleeds into man pageMike Frysinger2011-09-231-3/+1
* handle multiline ACLOCAL_AMFLAGS #383525 by Mikael MorinMike Frysinger2011-09-231-14/+28
* use `die` rather than invalid depend atoms since council ok-ed it some time agoMike Frysinger2011-08-221-3/+3
* add a WANT_LIBTOOL knob so people can disable the dep if they really know wha...Mike Frysinger2011-08-221-4/+18
* make sure log output is unique #378057 by Martin von GagernMike Frysinger2011-08-071-2/+7
* setup env before loading ACLOCAL_AMFLAGS #365401 by Dennis SchriddeMike Frysinger2011-05-161-6/+13
* Make sure to use AT_M4DIR values for autoheader and autoconf calls as well.Diego Elio Pettenò2011-04-061-19/+25
* remove unused references to long dead (circa 2006) AT_GNUCONF_UPDATE variableMike Frysinger2010-08-211-3/+1
* update eclass documentation to use new markings and avoid warningsMike Frysinger2010-08-211-1/+4
* set automake-1.11 to default now that it is stable everywhereMike Frysinger2010-07-061-12/+5
* run automake if the configure script requests it via AM_INIT_AUTOMAKE even if...Mike Frysinger2010-05-231-10/+16
* Bug #312687: We actually need to consider the automake from the real root, no...Robin H. Johnson2010-04-011-2/+4
* Try to unbreak revision 1.95, at least guessing what Robin tried to do.Diego Elio Pettenò2010-04-011-11/+14
* Bug #312315: We must reflect the latest stable automake SLOT for all architec...Robin H. Johnson2010-03-311-3/+24
* tweak default variable value so eclass-manpages can figure things outMike Frysinger2010-03-071-4/+5
* let people make the autotool dependencies optional in their ebuildsMike Frysinger2010-03-071-4/+14
* Update libtool depend to at least 2.2.6b, which is first non vulnerable versi...Samuli Suominen2010-02-081-2/+2
* avoid `pwd` command as we already have pushd/popd/$PWDMike Frysinger2010-01-171-8/+8
* start an eautopoint helperMike Frysinger2010-01-151-1/+8
* Fix wrongly commited autotools eclass.Tomas Chvatal2010-01-101-3/+3
* Fix reavers email.Tomas Chvatal2010-01-101-3/+3
* reset WANT_AUTOMAKE to avoid "latest" warningsMike Frysinger2009-12-041-2/+2
* Replace the “latest” string with the correct version during the autotools...Diego Elio Pettenò2009-05-181-3/+8
* simplify log handling in autotools_run_tool and include the pwd in the log he...Mike Frysinger2009-05-041-9/+12
* set S when running elibtoolize so we get expected behavior #265319 by Michael...Mike Frysinger2009-04-121-3/+3
* backport Darwin fixes from PrefixFabian Groffen2009-04-041-6/+7
* dont add sys-devel/libtool to DEPEND if the package is sys-devel/libtool #253...Mike Frysinger2009-01-041-3/+3
* Add a || clause to the phase test as autotools functions may now be called fromJorge Manuel B. S. Vicetto2008-09-261-4/+4
* Revert my last commit with regards to running eaotoreconf twice. Found out fr...Jeremy Olexa2008-07-311-4/+1
* Replace touch with bash redirection, so that it doesn't depend on coreutils. ...Samuli Suominen2008-07-311-2/+2
* Add check to autotools.eclass to make sure eautoreconf doesn't get ran more t...Jeremy Olexa2008-07-311-1/+4
* allow autotools_check_macro to parse multiple arguments and add LT_INIT to ma...Mike Frysinger2008-06-091-6/+7
* add eclass documentation by mren #210546Mike Frysinger2008-06-011-28/+50
* expand aclocal flags as it may be shell code #219029Mike Frysinger2008-04-241-1/+2
* rip out ACLOCAL_AMFLAGS from Makefiles #142787Mike Frysinger2008-04-221-1/+8
* include the exact command executed in the logMike Frysinger2008-03-311-2/+2
* newer libtool versions have an --install flag for copying/updating helper filesMike Frysinger2008-02-231-3/+7
* Output a QA warning when the autotools functions are used outside ofDiego Elio Pettenò2008-01-251-1/+5