OSDN Git Service

Automake 1.13 fixups
[android-x86/hardware-intel-common-vaapi.git] / autogen.sh
1 #! /bin/sh
2
3 autoreconf -v --install
4
5 if test -z "$NOCONFIGURE"; then
6     ./configure "$@"
7 fi