xorg-xf86-video-remoteorsk/autogen.sh

18 lines
357 B
Bash
Raw Normal View History

2005-07-13 23:45:21 +02:00
#! /bin/sh
srcdir=`dirname "$0"`
2005-07-13 23:45:21 +02:00
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"
2005-07-13 23:45:21 +02:00
autoreconf -v --install || exit 1
cd "$ORIGDIR" || exit $?
2005-07-13 23:45:21 +02:00
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