From: Michael Jerris Date: Thu, 19 Jun 2014 17:16:52 +0000 (-0400) Subject: FS-6609: use config.status to reconf srtp so it doesn't loose the settings from the... X-Git-Tag: v1.5.13~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9633a8b60dee43075635b8314e4129f388aa647;p=thirdparty%2Ffreeswitch.git FS-6609: use config.status to reconf srtp so it doesn't loose the settings from the initial configure --- diff --git a/Makefile.am b/Makefile.am index 9a88cb2f6d..e0ec757d9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -644,7 +644,9 @@ pa-reconf: srtp-reconf: cd libs/srtp && $(MAKE) clean - cd libs/srtp && sh ./configure.gnu + cd libs/srtp && sh ./config.status --recheck + cd libs/srtp && sh ./config.status + iks-reconf: cd libs/iksemel && $(MAKE) clean