summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-06-13 09:17:46 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-06-13 09:17:46 +0800
commit527643827e6589645df6fe2232c2d397f9fe76e9 (patch)
tree21273912c858cb5f0fc07978daa1371005567781 /autogen.sh
parentbd592e383a2b863863c20cbb51ccfc8f6a068e84 (diff)
downloadlibva-527643827e6589645df6fe2232c2d397f9fe76e9.tar.gz
Fix the issue that all files are moved into a sub-directory libva.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..9c2f4f6
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install
+./configure "$@"