| Commit message (Expand) | Author | Age | Files | Lines |
* | also scan for older AC_PROG_INTLTOOL since not all packages have updated yet | Mike Frysinger | 2012-05-21 | 1 | -3/+3 |
* | run intltoolize when IT_PROG_INTLTOOL is in use #416789 by Markus Oehme | Mike Frysinger | 2012-05-21 | 1 | -4/+8 |
* | re-arch external tool handling to make it scalable for adding more tools | Mike Frysinger | 2012-05-21 | 1 | -15/+53 |
* | change eautomake over to autotools_check_macro now that we cache the results ... | Mike Frysinger | 2012-05-20 | 1 | -6/+2 |
* | optimize autotools_check_macro to cache the result of the autoconf trace as w... | Mike Frysinger | 2012-05-20 | 1 | -15/+41 |
* | allow autotools_check_macro_val to take multiple macros when the values can s... | Mike Frysinger | 2012-05-20 | 1 | -10/+16 |
* | make eliding of --install transparent to the caller so that we can drop dupli... | Mike Frysinger | 2012-05-20 | 1 | -14/+14 |
* | we don't use anything from eutils eclass now, so drop the inherit | Mike Frysinger | 2012-05-20 | 1 | -2/+2 |
* | always depend on automake even when WANT_AUTOMAKE=none #401605 | Mike Frysinger | 2012-05-20 | 1 | -4/+5 |
* | eautoreconf: automatically run eautopoint when the code base uses it | Mike Frysinger | 2012-05-20 | 1 | -1/+4 |
* | automatically create AC_CONFIG_MACRO_DIR dir too | Mike Frysinger | 2012-05-20 | 1 | -4/+6 |
* | drop AT_NOE{ACLOCAL,AUTOCONF,AUTOHEADER} as people should not be disabling th... | Mike Frysinger | 2012-03-22 | 1 | -25/+9 |
* | handle commented out AM_INIT_AUTOMAKE #398743 | Mike Frysinger | 2012-03-22 | 1 | -2/+4 |
* | restore functionality lost in previous commit | Mike Frysinger | 2012-03-21 | 1 | -13/+17 |
* | Go back to use a variable rather than an array for _LATEST_AUTOMAKE, use vers... | Diego Elio Pettenò | 2012-03-21 | 1 | -15/+18 |
* | Fix automake depend atom to not force downgrade from 1.11.2 or 1.11.2 to 1.11... | Samuli Suominen | 2012-03-21 | 1 | -2/+2 |
* | Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981 | Mike Frysinger | 2012-03-21 | 1 | -6/+8 |
* | Revert for a minute. | Samuli Suominen | 2012-03-20 | 1 | -2/+2 |
* | Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981 | Samuli Suominen | 2012-03-20 | 1 | -2/+2 |
* | Remove my WANT_AUTOMAKE=none overloading in eautomake and instead introduce A... | Robin H. Johnson | 2012-02-20 | 1 | -13/+30 |
* | require autoconf-2.68 since that is the latest stable now #403035 | Mike Frysinger | 2012-02-13 | 1 | -2/+2 |
* | update comments to reflect reality of func names | Mike Frysinger | 2012-02-13 | 1 | -3/+3 |
* | Provide a way to run eautoreconf without automake by using WANT_AUTOMAKE=none. | Robin H. Johnson | 2012-02-12 | 1 | -2/+8 |
* | add a helper for updating config.rpath files for projects that dont use gettext | Mike Frysinger | 2012-01-06 | 1 | -1/+20 |
* | always run automake if the configure file calls AM_INIT_AUTOMAKE #397697 by M... | Mike Frysinger | 2012-01-04 | 1 | -6/+4 |
* | fix thinko with array handling when injecting args into the cmdline | Mike Frysinger | 2011-12-14 | 1 | -6/+6 |
* | push down AT_M4DIR handling into autotools_run_tool to keep the callers simpl... | Mike Frysinger | 2011-12-14 | 1 | -13/+28 |
* | drop old M4DIR support since we have AT_M4DIR and the tree uses only that, an... | Mike Frysinger | 2011-12-14 | 1 | -3/+5 |
* | initial AT_SYS_M4DIR for weird system integrators (cross-compiling/prefix/etc... | Mike Frysinger | 2011-12-13 | 1 | -7/+13 |
* | unify duplicated code for extracting values from traced variables | Mike Frysinger | 2011-12-13 | 1 | -26/+13 |
* | avoid multiple inclusions when possible to speed caching up | Mike Frysinger | 2011-12-13 | 1 | -1/+6 |
* | add a --force flag to elibtoolize so that eautoreconf can make sure it runs e... | Mike Frysinger | 2011-11-14 | 1 | -2/+2 |
* | also check for README files for --foreign (reported by Mr_Bones_) | Mike Frysinger | 2011-10-05 | 1 | -2/+2 |
* | drop comment that bleeds into man page | Mike Frysinger | 2011-09-23 | 1 | -3/+1 |
* | handle multiline ACLOCAL_AMFLAGS #383525 by Mikael Morin | Mike Frysinger | 2011-09-23 | 1 | -14/+28 |
* | use `die` rather than invalid depend atoms since council ok-ed it some time ago | Mike Frysinger | 2011-08-22 | 1 | -3/+3 |
* | add a WANT_LIBTOOL knob so people can disable the dep if they really know wha... | Mike Frysinger | 2011-08-22 | 1 | -4/+18 |
* | make sure log output is unique #378057 by Martin von Gagern | Mike Frysinger | 2011-08-07 | 1 | -2/+7 |
* | setup env before loading ACLOCAL_AMFLAGS #365401 by Dennis Schridde | Mike Frysinger | 2011-05-16 | 1 | -6/+13 |
* | Make sure to use AT_M4DIR values for autoheader and autoconf calls as well. | Diego Elio Pettenò | 2011-04-06 | 1 | -19/+25 |
* | remove unused references to long dead (circa 2006) AT_GNUCONF_UPDATE variable | Mike Frysinger | 2010-08-21 | 1 | -3/+1 |
* | update eclass documentation to use new markings and avoid warnings | Mike Frysinger | 2010-08-21 | 1 | -1/+4 |
* | set automake-1.11 to default now that it is stable everywhere | Mike Frysinger | 2010-07-06 | 1 | -12/+5 |
* | run automake if the configure script requests it via AM_INIT_AUTOMAKE even if... | Mike Frysinger | 2010-05-23 | 1 | -10/+16 |
* | Bug #312687: We actually need to consider the automake from the real root, no... | Robin H. Johnson | 2010-04-01 | 1 | -2/+4 |
* | Try to unbreak revision 1.95, at least guessing what Robin tried to do. | Diego Elio Pettenò | 2010-04-01 | 1 | -11/+14 |
* | Bug #312315: We must reflect the latest stable automake SLOT for all architec... | Robin H. Johnson | 2010-03-31 | 1 | -3/+24 |
* | tweak default variable value so eclass-manpages can figure things out | Mike Frysinger | 2010-03-07 | 1 | -4/+5 |
* | let people make the autotool dependencies optional in their ebuilds | Mike Frysinger | 2010-03-07 | 1 | -4/+14 |
* | Update libtool depend to at least 2.2.6b, which is first non vulnerable versi... | Samuli Suominen | 2010-02-08 | 1 | -2/+2 |