]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
keep building when using the old modmake.rules
authorMichael Jerris <mike@jerris.com>
Mon, 17 Mar 2014 21:41:27 +0000 (17:41 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 17 Mar 2014 21:41:27 +0000 (17:41 -0400)
configure.ac

index 812834e09a97a55177b9efd9d1e338ce7afbf596..91ce05d618afaef9e8256f05548b1b3ec3c7af2a 100644 (file)
@@ -1405,6 +1405,7 @@ AM_CONDITIONAL(HAVE_G729, [ test -d ${switch_srcdir}/libs/libg729 ])
 
 #some vars to sub into the Makefile.am's
 #LIBS+=> core.log || error="yes";if test -n "$(VERBOSE)" -o "$$error" = "yes";then cat core.log;fi;if test "$$error" = "yes";then exit 1;fi
+LIBTOOL='$(SHELL) $(switch_builddir)/libtool'
 TOUCH_TARGET='if test -f "$@";then touch "$@";fi;'
 CONF_MODULES='$$(grep -v "\#" $(switch_builddir)/modules.conf | sed -e "s|^.*/||" | sort | uniq )'
 CONF_DISABLED_MODULES='$$(grep "\#" $(switch_builddir)/modules.conf | grep -v "\#\#" | sed -e "s|^.*/||" | sort | uniq )'