aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorFelicia Lim <flim@google.com>2017-01-25 08:49:31 -0800
committerFelicia Lim <flim@google.com>2017-01-25 08:57:38 -0800
commit0a1406acbe87c63044e9da7e0ab41bcbfa704f3d (patch)
tree6dfda4da354e420a9ac2e256f168609e7d97571a /autogen.sh
parente65278181df6dea0ac1dde71f2534d66816119d2 (diff)
downloadlibopus-0a1406acbe87c63044e9da7e0ab41bcbfa704f3d.tar.gz
Test: - verified build for arm*/mips*/x86* - checked functionality using an emulator and stagefright Change-Id: Iab6e7315c51e020dc986d57c89934a1205ec7a61
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..4de5f1c3
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# Run this to set up the build system: configure, makefiles, etc.
+set -e
+
+srcdir=`dirname $0`
+test -n "$srcdir" && cd "$srcdir"
+
+echo "Updating build configuration files, please wait...."
+
+autoreconf -isf