From a161dab26f0316e778002fc8e16bf57039c2c73a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 8 Nov 2011 15:07:50 -0600 Subject: [PATCH] update --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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