mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 15:10:10 +01:00
6 lines
185 B
Bash
Executable file
6 lines
185 B
Bash
Executable file
#! /bin/sh
|
|
|
|
test -n "$srcdir" || srcdir=`dirname "$0"`
|
|
test -n "$srcdir" || srcdir=.
|
|
autoreconf --force --install --verbose "$srcdir"
|
|
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|