shithub: opusfile

Download patch

ref: a6e628793ee1659d1f93ebcc5dbd3e52359d7a08
parent: 44388a28ba4e2d8e3cc710d8a43a60c924cf3f9c
author: Ron <ron@debian.org>
date: Sun Nov 11 17:28:18 EST 2012

Trim some things out of autogen.sh that aren't doing anything

Mostly so that people looking at or cloning it later don't get confused
into thinking that they are.

Signed-off-by: Ralph Giles <giles@mozilla.com>

--- a/autogen.sh
+++ b/autogen.sh
@@ -2,15 +2,10 @@
 # Run this to set up the build system: configure, makefiles, etc.
 set -e
 
-package="opusfile"
-
-ACLOCAL_FLAGS="-I m4"
-
-olddir=`pwd`
 srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+test -n "$srcdir" && cd "$srcdir"
 
-cd "$srcdir"
+echo "Updating build configuration files for opusfile, please wait...."
 
-echo "Updating build configuration files for $package, please wait...."
+ACLOCAL_FLAGS="-I m4"
 autoreconf -isf