mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-23 13:10:12 +01:00
Otherwise build system files aren't automagically regenerated after updating from Git. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
6 lines
210 B
Bash
Executable file
6 lines
210 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" --enable-maintainer-mode "$@"
|