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 \