summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2006-04-26 17:04:03 +0000
committerRalph Giles <giles@xiph.org>2006-04-26 17:04:03 +0000
commitaaa1054e6ad11cf5ddfd7d31b279690e497163c9 (patch)
treea5e01bd38beb1e73f8634fd86f21ac1a6a5536c5 /autogen.sh
parenta8bc5bf7cc74f26592d2ce32ce0eaa0ef6d4f0ad (diff)
downloadogg-git-aaa1054e6ad11cf5ddfd7d31b279690e497163c9.tar.gz
Oops, revert accidental changes from the last commit.
svn path=/trunk/ogg/; revision=11292
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 73c8fca..232e1d4 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="vorbisdec"
+package="libogg"
olddir=`pwd`
srcdir=`dirname $0`