bugger, make it run autogen.sh if there's no configure
This commit is contained in:
parent
5d6be88549
commit
b650f6add3
@ -19,6 +19,9 @@ partition tables.
|
||||
|
||||
%build
|
||||
export CFLAGS="-fPIC -O2 -g2"
|
||||
if [ ! -x configure ]; then
|
||||
./autogen.sh --with-python-version=2.4
|
||||
fi
|
||||
%configure --with-python-version=2.4
|
||||
make
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user