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
This commit is contained in:
Michael Jerris 2007-08-19 21:20:32 +00:00
parent 2297b3efa1
commit e02f28a8df
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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