From e9633a8b60dee43075635b8314e4129f388aa647 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 19 Jun 2014 13:16:52 -0400 Subject: [PATCH] FS-6609: use config.status to reconf srtp so it doesn't loose the settings from the initial configure --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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