diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ #! /bin/sh + autoreconf -v --install -./configure "$@" + +if test -z "$NOCONFIGURE"; then + ./configure "$@" +fi |
index : platform/upstream/libva-intel-driver | ||
Domain: Multimedia / Uncategorized; |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | autogen.sh | 6 |
@@ -1,3 +1,7 @@ #! /bin/sh + autoreconf -v --install -./configure "$@" + +if test -z "$NOCONFIGURE"; then + ./configure "$@" +fi |