From: Anthony Minessale Date: Tue, 8 Nov 2011 21:07:50 +0000 (-0600) Subject: update X-Git-Tag: v1.2-rc1~27^2~211^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a161dab26f0316e778002fc8e16bf57039c2c73a;p=thirdparty%2Ffreeswitch.git update --- diff --git a/Makefile.am b/Makefile.am index b77a968edc..d8e116c84c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -599,6 +599,11 @@ speex-reconf: cd libs/speex && ./config.status --recheck cd libs/speex && ./config.status +sndfile-reconf: + cd libs/libsndfile && autoreconf + cd libs/libsndfile && ./config.status --recheck + cd libs/libsndfile && ./config.status + tiff-reconf: cd libs/tiff-3.8.2 && autoreconf -fi cd libs/tiff-3.8.2 && sh ./configure.gnu