bugger, make it run autogen.sh if there's no configure

This commit is contained in:
Peter Jones 2005-11-12 21:39:02 +00:00
parent 5d6be88549
commit b650f6add3

View File

@ -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