tweak rebootstrapping for use with mock.

This commit is contained in:
Ken Rice 2015-05-27 13:22:29 -05:00
parent b5f75a0f43
commit d9ba7fc008
1 changed files with 3 additions and 1 deletions

View File

@ -1540,9 +1540,11 @@ export ACLOCAL_FLAGS="-I /usr/share/aclocal"
# #
###################################################################################################################### ######################################################################################################################
if test ! -f Makefile.in if test -f bootstrap.sh
then then
./bootstrap.sh ./bootstrap.sh
else
./rebootstrap.sh
fi fi
%configure -C \ %configure -C \