Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check for AM_CONFIG_HEADER and AC_CONFIG_HEADER when testing for autoheader ↵ | Mike Frysinger | 2013-04-28 | 1 | -4/+4 |
| | | | | usage #424195 | ||||
* | Reverting autotools.eclass commit that broke eautoreconf (bug #467772), ↵ | Alexandre Rostovtsev | 2013-04-28 | 1 | -2/+2 |
| | | | | acked by multiple people in #gentoo-dev. | ||||
* | check for AM_CONFIG_HEADER and AC_CONFIG_HEADER when testing for autoheader ↵ | Mike Frysinger | 2013-04-28 | 1 | -2/+2 |
| | | | | usage | ||||
* | add automake-1.13 to the acceptable dependency list #465732 by Arfrever ↵ | Mike Frysinger | 2013-04-23 | 1 | -2/+5 |
| | | | | Frehtes Taifersar Arahesis | ||||
* | drop automake 1.11 from dep list now that 1.12 is stable everywhere | Mike Frysinger | 2013-04-15 | 1 | -2/+2 |
| | |||||
* | use -l to set the macro dir when using autoconf-2.13 #448986 by Ryan Sleevi | Mike Frysinger | 2013-01-28 | 1 | -4/+9 |
| | |||||
* | Avoid unsafe nested multijob_finish_one in eautoreconf for bug #426512. | Zac Medico | 2013-01-05 | 1 | -3/+9 |
| | |||||
* | Be more strict about eautoreconfig on aclocal.m4. Fixes bug#424763 and ↵ | Tomas Chvatal | 2012-09-20 | 1 | -2/+2 |
| | | | | bug#420631. | ||||
* | _elibtoolize: properly set LIBTOOLIZE in case glibtoolize exists in the ↵ | Fabian Groffen | 2012-07-24 | 1 | -3/+2 |
| | | | | system, bug #418465 | ||||
* | add automake-1.12 to the list so people with only that version installed can ↵ | Mike Frysinger | 2012-06-08 | 1 | -3/+3 |
| | | | | build things #419459 by Oleg | ||||
* | run autotools in subdirs in parallel with new multiprocessing eclass | Mike Frysinger | 2012-06-07 | 1 | -9/+20 |
| | |||||
* | allow gtkdoc steps to be skipped if the tools are not installed #419979 -- ↵ | Mike Frysinger | 2012-06-07 | 1 | -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órny | 2012-06-06 | 1 | -9/+18 |
| | | | | glib-gettext. | ||||
* | Avoid type -P output for glibtoolize, bug #419641 | Fabian Groffen | 2012-06-05 | 1 | -2/+2 |
| | |||||
* | do not require aclocal.m4 to trace macros as simpler packages might not end ↵ | Mike Frysinger | 2012-05-24 | 1 | -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 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 |
| | | | | and it should be quick | ||||
* | optimize autotools_check_macro to cache the result of the autoconf trace as ↵ | Mike Frysinger | 2012-05-20 | 1 | -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 Frysinger | 2012-05-20 | 1 | -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 Frysinger | 2012-05-20 | 1 | -14/+14 |
| | | | | duplicated variable expansion and simplify higher code flows | ||||
* | 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 ↵ | Mike Frysinger | 2012-03-22 | 1 | -25/+9 |
| | | | | these things, and document AT_NOEAUTOMAKE as a hack rather than a normally acceptable solution | ||||
* | 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 ↵ | Diego Elio Pettenò | 2012-03-21 | 1 | -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 Suominen | 2012-03-21 | 1 | -2/+2 |
| | | | | 1.11.1 wrt #409083 | ||||
* | 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 ↵ | Robin H. Johnson | 2012-02-20 | 1 | -13/+30 |
| | | | | AT_NOEACLOCAL, AT_NOEAUTOCONF, AT_NOEAUTOMAKE that work the same as AT_NOELIBTOOLIZE. Should fix bug #404555. | ||||
* | 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 ↵ | Mike Frysinger | 2012-01-04 | 1 | -6/+4 |
| | | | | My Th | ||||
* | 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 ↵ | Mike Frysinger | 2011-12-14 | 1 | -13/+28 |
| | | | | simpler, and change the ordering with AT_SYS_M4DIR so that it comes after the ebuild/package settings rather than in the middle | ||||
* | drop old M4DIR support since we have AT_M4DIR and the tree uses only that, ↵ | Mike Frysinger | 2011-12-14 | 1 | -3/+5 |
| | | | | and note GNU m4 as a requirement | ||||
* | initial AT_SYS_M4DIR for weird system integrators ↵ | Mike Frysinger | 2011-12-13 | 1 | -7/+13 |
| | | | | (cross-compiling/prefix/etc...) | ||||
* | 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 ↵ | Mike Frysinger | 2011-11-14 | 1 | -2/+2 |
| | | | | even in face of poor interactions with earlier ebuilds/eclasses code #232820 | ||||
* | 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 |
| |