neko/utils/xorg-deps/xf86-video-dummy/v0.4.1/autogen.sh
Miroslav Šedivý 3918f8f1e2 lint client.
2025-04-01 22:06:51 +02:00

17 lines
357 B
Bash
Executable file

#! /bin/sh
srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"
autoreconf -v --install || exit 1
cd "$ORIGDIR" || exit $?
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
git config --local format.subjectPrefix "PATCH xf86-video-dummy"
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi