From: Andrey Volk Date: Thu, 18 Apr 2019 13:46:07 +0000 (+0400) Subject: FS-11567: [Build-System] CentOS packaging: fix autotools X-Git-Tag: v1.8.6~1^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486318aae74de6cb4c63fea96755dec4c4f36ddf;p=thirdparty%2Ffreeswitch.git FS-11567: [Build-System] CentOS packaging: fix autotools --- diff --git a/freeswitch.spec b/freeswitch.spec index 301ce46111..3e85415520 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -1641,6 +1641,8 @@ else ./rebootstrap.sh fi +autoreconf --force --install + %configure -C \ --prefix=%{PREFIX} \ --exec-prefix=%{EXECPREFIX} \