From: Phil Blundell Date: Sat, 16 Apr 2005 08:14:47 +0000 (+0000) Subject: Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded X-Git-Tag: Release-2010-05/1~14428 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb65fe7102989d270d9ee70eda44df700afb6f66;p=openembedded.git Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded into mebius.reciva.com:/home/pb/oe/oe 2005/04/16 09:13:52+01:00 reciva.com!pb create aclocal-N.N before trying to use it BKrev: 4260c977DOfRPC513Shpw-OP-tZLxA --- diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index 7e81a68a9d..1d6a607559 100644 --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass @@ -94,6 +94,7 @@ autotools_do_configure() { automake --version echo "AUTOV is $AUTOV" install -d ${STAGING_DIR}/${HOST_SYS}/share/aclocal + install -d ${STAGING_DIR}/${HOST_SYS}/share/aclocal-$AUTOV acpaths="$acpaths -I ${STAGING_DIR}/${HOST_SYS}/share/aclocal-$AUTOV -I ${STAGING_DIR}/${HOST_SYS}/share/aclocal" # autoreconf is too shy to overwrite aclocal.m4 if it doesn't look # like it was auto-generated. Work around this by blowing it away