summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2007-08-30 16:30:49 -0700
committerWaldo Bastian <waldo.bastian@intel.com>2007-08-30 16:30:49 -0700
commit067e333cab15fc98d7808511fa64989debfcc264 (patch)
tree8186034fbdf9875a8df232b70656a72ccead2548 /autogen.sh
parent9d37db95b97b9a089e122a54d30d914250e42fd0 (diff)
downloadlibva-067e333cab15fc98d7808511fa64989debfcc264.tar.gz
Replace autogen.sh with our own version
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd67..9c2f4f6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,12 +1,3 @@
#! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-$srcdir/configure --enable-maintainer-mode "$@"
+autoreconf -v --install
+./configure "$@"