merge parts of libtool 2.2 fixes (FSBUILD-82)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11671 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-02-06 19:15:42 +00:00
parent cb9cf4a3b8
commit bc1c18cfc2
4 changed files with 8 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ echo "Creating config.h.in ..."
${AUTOHEADER:-autoheader} 2>&1 | grep -v "$cross_compile_warning"
echo "Creating configure ..."
${ACLOCAL:-aclocal}
### do some work to toss config.cache?
${AUTOCONF:-autoconf} 2>&1 | grep -v "$cross_compile_warning"