Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2010-07-08 19:52:49 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-07-08 19:52:49 +0400
commit63c325acf69cd2eba047c8577754a2e2cd2aa37e (patch)
tree2166c5f2d0765bfb96e478654d50c66a2c2134be /autogen.sh
parenta0cbeca880a4592246bbd21247a35a98345cdafe (diff)
Build update
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c534c7fe..8047805f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,6 +11,11 @@ test -z "$srcdir" && srcdir=.
cd "$srcdir"
DIE=0
+echo "autogeh in celt"
+(cd celt; ./autogen.sh)
+echo "autogeh in silk"
+(cd silk; ./autogen.sh)
+
echo "checking for autoconf... "
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo