ocp: use runConfigure

Although it still installs things to share/
This commit is contained in:
François Revol
2013-12-11 10:03:24 +01:00
parent ef7b9215e7
commit eb5114d03e

View File

@@ -54,12 +54,10 @@ BUILD_PREREQUIRES="
SOURCE_DIR="code"
# TODO: fix configure.ac to use sdl-config
# XXX: dwmixfa_8087.c:39:2: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
BUILD()
{
autoconf
./configure --prefix=$prefix
runConfigure ./configure
make
}