Invoke autoreconf instead of autogen.sh.

autogen.sh implicitly runs configure, which we want chocpkg to do
itself, with appropriate arguments for cross-complication etc.
This commit is contained in:
Simon Howard 2016-02-18 05:28:33 +00:00
parent 2aa6068540
commit fd7fec926b
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ GIT_BRANCH=sdl2-branch
DEPENDENCIES="SDL2 SDL2_mixer SDL2_net"
prebuild_setup() {
bash ./autogen.sh
autoreconf -fi
}