diff options
-rw-r--r-- | meta/classes-recipe/autotools.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index a1d8e4b360..9e89ce40b9 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass | |||
@@ -193,6 +193,7 @@ autotools_do_configure() { | |||
193 | # like it was auto-generated. Work around this by blowing it away | 193 | # like it was auto-generated. Work around this by blowing it away |
194 | # by hand, unless the package specifically asked not to run aclocal. | 194 | # by hand, unless the package specifically asked not to run aclocal. |
195 | if ! echo ${EXTRA_AUTORECONF} | grep -q "aclocal"; then | 195 | if ! echo ${EXTRA_AUTORECONF} | grep -q "aclocal"; then |
196 | bbnote Removing existing aclocal.m4 | ||
196 | rm -f aclocal.m4 | 197 | rm -f aclocal.m4 |
197 | fi | 198 | fi |
198 | if [ -e configure.in ]; then | 199 | if [ -e configure.in ]; then |