GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
autotools.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
update automake version to match stable ebuilds #553738
Mike Frysinger
2015-07-17
1
-2
/
+2
*
set the default m4 system dir to the SYSROOT when it is available
Mike Frysinger
2015-06-03
1
-2
/
+13
*
bump min automake to 1.14.1 #547876
Mike Frysinger
2015-05-20
1
-2
/
+2
*
eautoconf: do not warn about configure.in usage when using autoconf-2.1 #5316...
Mike Frysinger
2015-03-19
1
-2
/
+2
*
Attempt to fix bug #536428
Lars Wendler
2015-01-12
1
-2
/
+6
*
Use "--force" when running eautoconf through eautoreconf (bug #527506)
Lars Wendler
2015-01-12
1
-2
/
+2
*
Bump latest unstable automake version to 1.15
Lars Wendler
2015-01-08
1
-3
/
+3
*
drop parallel support for now until we can safely add locking on sub-steps #5...
Mike Frysinger
2014-11-21
1
-22
/
+13
*
abort when AUTOTOOLS_AUTO_DEPEND changes on us as it will not work and is not...
Mike Frysinger
2014-11-15
1
-1
/
+12
*
autotools_env_setup: fix die message to list all the versions we tried and no...
Mike Frysinger
2014-11-15
1
-2
/
+2
*
eautomake: fix parsing of version output #509786 by Brian Evans
Mike Frysinger
2014-11-15
1
-6
/
+15
*
eautoconf: dump a QA warning when we find old configure.in files instead of c...
Mike Frysinger
2014-11-15
1
-1
/
+6
*
_elibtoolize: clean up stray $opts as the var was deleted in rev 1.135; point...
Mike Frysinger
2014-11-14
1
-2
/
+2
*
force recent libtool and drop the libtoolize --install probing #529008 by Ale...
Mike Frysinger
2014-11-13
1
-8
/
+4
*
require autoconf-2.69 now that it is stable for a while #507374
Mike Frysinger
2014-08-12
1
-2
/
+2
*
Avoid reserved names for functions and variables, bug 516092.
Ulrich Müller
2014-07-11
1
-3
/
+3
*
Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings).
Sergei Trofimovich
2014-03-01
1
-3
/
+3
*
eautomake: run with --force-missing with newer versions so we regen bundled f...
Mike Frysinger
2014-02-18
1
-7
/
+16
*
elibtoolize: accept explicit dir args on command line #496320 by Arfrever Fre...
Mike Frysinger
2013-12-31
1
-3
/
+3
*
force people to nicely upgrade to a stable version of gettext to avoid known ...
Mike Frysinger
2013-12-30
1
-2
/
+7
*
shift 1.12 out of _LATEST_AUTOMAKE as 1.13 is stable, and shift in 1.14 #474600
Mike Frysinger
2013-11-30
1
-2
/
+2
*
check for AM_CONFIG_HEADER and AC_CONFIG_HEADER when testing for autoheader u...
Mike Frysinger
2013-04-28
1
-4
/
+4
*
Reverting autotools.eclass commit that broke eautoreconf (bug #467772), acked...
Alexandre Rostovtsev
2013-04-28
1
-2
/
+2
*
check for AM_CONFIG_HEADER and AC_CONFIG_HEADER when testing for autoheader u...
Mike Frysinger
2013-04-28
1
-2
/
+2
*
add automake-1.13 to the acceptable dependency list #465732 by Arfrever Freht...
Mike Frysinger
2013-04-23
1
-2
/
+5
*
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 bug#42...
Tomas Chvatal
2012-09-20
1
-2
/
+2
*
_elibtoolize: properly set LIBTOOLIZE in case glibtoolize exists in the syste...
Fabian Groffen
2012-07-24
1
-3
/
+2
*
add automake-1.12 to the list so people with only that version installed can ...
Mike Frysinger
2012-06-08
1
-3
/
+3
*
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 -- if...
Mike Frysinger
2012-06-07
1
-6
/
+12
*
Support other GNOME-related tools in eautoreconf: gtk-doc, gnome-doc & glib-g...
Michał Górny
2012-06-06
1
-9
/
+18
*
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 u...
Mike Frysinger
2012-05-24
1
-5
/
+5
*
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
[next]