From: Michael Jerris Date: Sun, 19 Aug 2007 21:20:32 +0000 (+0000) Subject: fix fresh build. We need to configure later becasue apr must be built before libopen... X-Git-Tag: v1.0-beta1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e02f28a8df495c28132e156e93a26ba2603a3120;p=thirdparty%2Ffreeswitch.git fix fresh build. We need to configure later becasue apr must be built before libopenmrcp configure git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5617 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 04ae944dab..f4a06069ba 100644 --- a/configure.in +++ b/configure.in @@ -400,6 +400,6 @@ AC_CONFIG_SUBDIRS(libs/sofia-sip) 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 diff --git a/src/mod/asr_tts/mod_openmrcp/Makefile b/src/mod/asr_tts/mod_openmrcp/Makefile index 7412644843..8b65bf9262 100644 --- a/src/mod/asr_tts/mod_openmrcp/Makefile +++ b/src/mod/asr_tts/mod_openmrcp/Makefile @@ -23,7 +23,7 @@ LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework CoreFou 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