summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r--meta/recipes-devtools/automake/automake.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index a1debd8d53..4f9b5f7740 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -10,6 +10,9 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz"
10inherit autotools texinfo 10inherit autotools texinfo
11 11
12do_configure() { 12do_configure() {
13 # We can end up patching macros, which would then mean autoreconf
14 # Cheat by saying everything is up to date.
15 touch ${S}/aclocal.m4 ${S}/Makefile.in ${S}/configure
13 oe_runconf 16 oe_runconf
14} 17}
15 18