tweak rebootstrapping for use with mock.
This commit is contained in:
parent
b5f75a0f43
commit
d9ba7fc008
|
@ -1540,9 +1540,11 @@ export ACLOCAL_FLAGS="-I /usr/share/aclocal"
|
|||
#
|
||||
######################################################################################################################
|
||||
|
||||
if test ! -f Makefile.in
|
||||
if test -f bootstrap.sh
|
||||
then
|
||||
./bootstrap.sh
|
||||
else
|
||||
./rebootstrap.sh
|
||||
fi
|
||||
|
||||
%configure -C \
|
||||
|
|
Loading…
Reference in New Issue