git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5617
d0543943-73ff-0310-b7d9-
9358b9ac24b2
AC_CONFIG_SUBDIRS(libs/speex)
AC_CONFIG_SUBDIRS(libs/xmlrpc-c)
AC_CONFIG_SUBDIRS(libs/portaudio)
-AC_CONFIG_SUBDIRS(libs/openmrcp)
+#AC_CONFIG_SUBDIRS(libs/openmrcp)
AC_OUTPUT
include ../../../../build/modmake.rules
$(OPENMRCP_DIR)/Makefile:
- cd $(OPENMRCP_DIR) && ./configure --with-apr=../apr --with-apr-util=../apr-util --with-sofia-sip=../sofia-sip
+ cd $(OPENMRCP_DIR) && ./bootstrap && ./configure --with-apr=../apr --with-apr-util=../apr-util --with-sofia-sip=../sofia-sip
$(OPENMRCP_LIBS): $(OPENMRCP_DIR)/Makefile
cd $(OPENMRCP_DIR) && make