From 35668661a6610b45b7f07c0e8823bf9aaddeb8e0 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 18 Feb 2008 17:11:47 +0000 Subject: [PATCH] fix mrcp build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7666 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 3f8815b643..61845e3733 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -202,6 +202,10 @@ echo "Entering directory ${LIBDIR}/apr-util" cd ${LIBDIR}/apr-util ./buildconf +echo "Entering directory ${LIBDIR}/openmrcp" +cd ${LIBDIR}/openmrcp +./bootstrap + for i in ${SUBDIRS} do