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

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-29 09:19:47 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-29 09:19:47 +0300
commit842b445e1b3ae25592903f15ba650aeaf8fc97e4 (patch)
tree6d0880cb89bb9c9360210aa06e602a14fcaeeb07 /autogen.sh
parent63590897db35326cd1ce7784806f9b89a98631ea (diff)
There's nothing, but it now compiles
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 343725d..67c73ea 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="ghost"
+package="celt"
olddir=`pwd`
srcdir=`dirname $0`
@@ -20,7 +20,7 @@ echo "checking for autoconf... "
DIE=1
}
-VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\).*/\1/"
+VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]*\).*/\1/"
VERSIONMKINT="sed -e s/[^0-9]//"
# do we need automake?