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@usherbrooke.ca>2011-04-30 03:48:42 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-04-30 03:48:42 +0400
commite05aaf22db2aa3835852efc581b785224d3c91ac (patch)
tree290145a41ce2b8643e76bce8a6df594afb632637 /autogen.sh
parentb57996eeb844f747392a0c6f372453764d2b87c0 (diff)
Updating the autotools build system (wip)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x[-rw-r--r--]autogen.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 32365a53..35cad678 100644..100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
-package="ietfcodec"
+package="opus"
olddir=`pwd`
srcdir=`dirname $0`
@@ -11,11 +11,6 @@ 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