Added autogen script so it is easier to bootstrap.

git-svn-id: http://voip.null.ro/svn/yate@134 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2004-12-21 04:31:37 +00:00
parent f619a3765f
commit db6f854dc7
1 changed files with 14 additions and 0 deletions

14
autogen.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
# Run this to generate a new configure script
if [ -s tables/a2s.h ]; then
echo "Good! Tables are generated so we don't need sox."
else
if [ -z `which sox &>/dev/null` ]; then
echo "Please install sox to be able to build from CVS version." >&2
exit 1
fi
fi
autoconf