summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eautoconf: do not warn about configure.in usage when using autoconf-2.1 ↵Mike Frysinger2015-03-191-2/+2
| | | | #531646 by Alexander Tsoy
* Attempt to fix bug #536428Lars Wendler2015-01-121-2/+6
|
* Use "--force" when running eautoconf through eautoreconf (bug #527506)Lars Wendler2015-01-121-2/+2
|
* Bump latest unstable automake version to 1.15Lars Wendler2015-01-081-3/+3
|
* drop parallel support for now until we can safely add locking on sub-steps ↵Mike Frysinger2014-11-211-22/+13
| | | | #529404 by Alexander Tsoy
* abort when AUTOTOOLS_AUTO_DEPEND changes on us as it will not work and is ↵Mike Frysinger2014-11-151-1/+12
| | | | not intended behavior #409611 by Michał Górny
* autotools_env_setup: fix die message to list all the versions we tried and ↵Mike Frysinger2014-11-151-2/+2
| | | | not just the first one #514724 by Alon Bar-Lev
* eautomake: fix parsing of version output #509786 by Brian EvansMike Frysinger2014-11-151-6/+15
|
* eautoconf: dump a QA warning when we find old configure.in files instead of ↵Mike Frysinger2014-11-151-1/+6
| | | | configure.ac #426262
* _elibtoolize: clean up stray $opts as the var was deleted in rev 1.135; ↵Mike Frysinger2014-11-141-2/+2
| | | | pointed out by Fabian Groffen #517282
* force recent libtool and drop the libtoolize --install probing #529008 by ↵Mike Frysinger2014-11-131-8/+4
| | | | Alexander Tsoy
* require autoconf-2.69 now that it is stable for a while #507374Mike Frysinger2014-08-121-2/+2
|
* Avoid reserved names for functions and variables, bug 516092.Ulrich Müller2014-07-111-3/+3
|
* Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings).Sergei Trofimovich2014-03-011-3/+3
|
* eautomake: run with --force-missing with newer versions so we regen bundled ↵Mike Frysinger2014-02-181-7/+16
| | | | files #133489
* elibtoolize: accept explicit dir args on command line #496320 by Arfrever ↵Mike Frysinger2013-12-311-3/+3
| | | | Frehtes Taifersar Arahesis
* force people to nicely upgrade to a stable version of gettext to avoid known ↵Mike Frysinger2013-12-301-2/+7
| | | | issues with old versions #496454
* shift 1.12 out of _LATEST_AUTOMAKE as 1.13 is stable, and shift in 1.14 #474600Mike Frysinger2013-11-301-2/+2
|
* check for AM_CONFIG_HEADER and AC_CONFIG_HEADER when testing for autoheader ↵Mike Frysinger2013-04-281-4/+4
| | | | usage #424195
* Reverting autotools.eclass commit that broke eautoreconf (bug #467772), ↵Alexandre Rostovtsev2013-04-281-2/+2
| | | | acked by multiple people in #gentoo-dev.
* check for AM_CONFIG_HEADER and AC_CONFIG_HEADER when testing for autoheader ↵Mike Frysinger2013-04-281-2/+2
| | | | usage
* add automake-1.13 to the acceptable dependency list #465732 by Arfrever ↵Mike Frysinger2013-04-231-2/+5
| | | | Frehtes Taifersar Arahesis
* drop automake 1.11 from dep list now that 1.12 is stable everywhereMike Frysinger2013-04-151-2/+2
|
* use -l to set the macro dir when using autoconf-2.13 #448986 by Ryan SleeviMike Frysinger2013-01-281-4/+9
|
* Avoid unsafe nested multijob_finish_one in eautoreconf for bug #426512.Zac Medico2013-01-051-3/+9
|
* Be more strict about eautoreconfig on aclocal.m4. Fixes bug#424763 and ↵Tomas Chvatal2012-09-201-2/+2
| | | | bug#420631.
* _elibtoolize: properly set LIBTOOLIZE in case glibtoolize exists in the ↵Fabian Groffen2012-07-241-3/+2
| | | | system, bug #418465
* add automake-1.12 to the list so people with only that version installed can ↵Mike Frysinger2012-06-081-3/+3
| | | | build things #419459 by Oleg
* run autotools in subdirs in parallel with new multiprocessing eclassMike Frysinger2012-06-071-9/+20
|
* allow gtkdoc steps to be skipped if the tools are not installed #419979 -- ↵Mike Frysinger2012-06-071-6/+12
| | | | if packages want these steps, they can DEPEND on the pkg in question; similarly, give a blanket pass to autopoint for embedded/USE=-nls systems that do not install the gettext package #417641
* Support other GNOME-related tools in eautoreconf: gtk-doc, gnome-doc & ↵Michał Górny2012-06-061-9/+18
| | | | glib-gettext.
* Avoid type -P output for glibtoolize, bug #419641Fabian Groffen2012-06-051-2/+2
|
* do not require aclocal.m4 to trace macros as simpler packages might not end ↵Mike Frysinger2012-05-241-5/+5
| | | | up generating one, yet will expand autoconf macros all the time that might be the ones we are looking for #417275 by Rick Farina
* also scan for older AC_PROG_INTLTOOL since not all packages have updated yetMike Frysinger2012-05-211-3/+3
|
* run intltoolize when IT_PROG_INTLTOOL is in use #416789 by Markus OehmeMike Frysinger2012-05-211-4/+8
|
* re-arch external tool handling to make it scalable for adding more toolsMike Frysinger2012-05-211-15/+53
|
* change eautomake over to autotools_check_macro now that we cache the results ↵Mike Frysinger2012-05-201-6/+2
| | | | and it should be quick
* optimize autotools_check_macro to cache the result of the autoconf trace as ↵Mike Frysinger2012-05-201-15/+41
| | | | we can end up calling this code multiple times when doing `eautoreconf`
* allow autotools_check_macro_val to take multiple macros when the values can ↵Mike Frysinger2012-05-201-10/+16
| | | | safely be merged by the caller (like macros that implicitly create dirs, and we just want a list of all those dirs)
* make eliding of --install transparent to the caller so that we can drop ↵Mike Frysinger2012-05-201-14/+14
| | | | duplicated variable expansion and simplify higher code flows
* we don't use anything from eutils eclass now, so drop the inheritMike Frysinger2012-05-201-2/+2
|
* always depend on automake even when WANT_AUTOMAKE=none #401605Mike Frysinger2012-05-201-4/+5
|
* eautoreconf: automatically run eautopoint when the code base uses itMike Frysinger2012-05-201-1/+4
|
* automatically create AC_CONFIG_MACRO_DIR dir tooMike Frysinger2012-05-201-4/+6
|
* drop AT_NOE{ACLOCAL,AUTOCONF,AUTOHEADER} as people should not be disabling ↵Mike Frysinger2012-03-221-25/+9
| | | | these things, and document AT_NOEAUTOMAKE as a hack rather than a normally acceptable solution
* handle commented out AM_INIT_AUTOMAKE #398743Mike Frysinger2012-03-221-2/+4
|
* restore functionality lost in previous commitMike Frysinger2012-03-211-13/+17
|
* Go back to use a variable rather than an array for _LATEST_AUTOMAKE, use ↵Diego Elio Pettenò2012-03-211-15/+18
| | | | versionator eclass to go back to the full version instead, so that it's clear what's going on and other developers don't misread the code. It's only perfect for EAPI >= 0 but it's not broken on EAPI=0 anyway.
* Fix automake depend atom to not force downgrade from 1.11.2 or 1.11.2 to ↵Samuli Suominen2012-03-211-2/+2
| | | | 1.11.1 wrt #409083
* Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981Mike Frysinger2012-03-211-6/+8
|