tools: generate autotools files if missing

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2013-09-08 17:09:07 +01:00 committed by Karel Zak
parent bce5163b68
commit 0a2c1e8ed7
1 changed files with 4 additions and 0 deletions

View File

@ -28,5 +28,9 @@ if [ -n "$CFLAGS" ]; then
export CFLAGS
fi
if [ ! -f ./configure ]; then
./autogen.sh
fi
echo
./configure $opts