added boostrap script

git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@962 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Moises Silva 2010-01-15 17:06:20 +00:00
parent baec5f24a8
commit f8ff3eaaaf
1 changed files with 6 additions and 0 deletions

6
libs/freetdm/bootstrap Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
autoheader
libtoolize --force --copy
aclocal
automake -f --copy --add-missing
autoconf