From: Ken Rice Date: Wed, 27 May 2015 18:22:29 +0000 (-0500) Subject: tweak rebootstrapping for use with mock. X-Git-Tag: v1.4.19~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9ba7fc00884a0767d9f2ee9e596cde4efda7868;p=thirdparty%2Ffreeswitch.git tweak rebootstrapping for use with mock. --- diff --git a/freeswitch.spec b/freeswitch.spec index 03c6c105fe..b47eb64218 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -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 \