diff --git a/freeswitch.spec b/freeswitch.spec index bf798b24c6..f508d74f34 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 \