mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 08:56:11 +00:00
Replace deprecated macros and use the new libtool syntax Also use silent-rules to make the build option less verbose.
7 lines
185 B
Bash
Executable File
7 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" "$@"
|