diff options
| -rw-r--r-- | meta/classes-recipe/autotools.bbclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index 9e89ce40b9..4e7bf6696d 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass | |||
| @@ -183,12 +183,6 @@ autotools_do_configure() { | |||
| 183 | acpaths="${acpaths}" | 183 | acpaths="${acpaths}" |
| 184 | fi | 184 | fi |
| 185 | acpaths="$acpaths ${ACLOCALEXTRAPATH}" | 185 | acpaths="$acpaths ${ACLOCALEXTRAPATH}" |
| 186 | AUTOV=`automake --version | sed -e '1{s/.* //;s/\.[0-9]\+$//};q'` | ||
| 187 | automake --version | ||
| 188 | echo "AUTOV is $AUTOV" | ||
| 189 | if [ -d ${STAGING_DATADIR_NATIVE}/aclocal-$AUTOV ]; then | ||
| 190 | ACLOCAL="$ACLOCAL --automake-acdir=${STAGING_DATADIR_NATIVE}/aclocal-$AUTOV" | ||
| 191 | fi | ||
| 192 | # autoreconf is too shy to overwrite aclocal.m4 if it doesn't look | 186 | # autoreconf is too shy to overwrite aclocal.m4 if it doesn't look |
| 193 | # like it was auto-generated. Work around this by blowing it away | 187 | # like it was auto-generated. Work around this by blowing it away |
| 194 | # by hand, unless the package specifically asked not to run aclocal. | 188 | # by hand, unless the package specifically asked not to run aclocal. |
