diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2007-09-13 10:18:11 -0700 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2007-09-13 10:18:11 -0700 |
commit | 4d74a235f18cf13166adefc3bbb02638bc36424a (patch) | |
tree | b2dcec54d69d091c346f52a85cee498c4c861345 /autogen.sh | |
download | libva-4d74a235f18cf13166adefc3bbb02638bc36424a.tar.gz |
libva 0.23
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
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 "$@" |