freetype: Fix configure statement ordering to work with libtool changes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4418 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-05 21:04:28 +00:00
parent b15f41a8d7
commit 1fb007d268

View File

@@ -18,9 +18,9 @@ EXTRA_OECONF = "--without-zlib"
do_configure() {
cd builds/unix
gnu-configize
libtoolize --force
libtoolize --force --copy
aclocal -I .
gnu-configize --force
autoconf
cd ${S}
oe_runconf