openbsd-xenocara/xserver/autogen.sh

18 lines
340 B
Bash
Raw Permalink Normal View History

2007-11-24 20:55:21 +03:00
#! /bin/sh
srcdir=`dirname "$0"`
2007-11-24 20:55:21 +03:00
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"
2007-11-24 20:55:21 +03:00
autoreconf --force -v --install || exit 1
cd "$ORIGDIR" || exit $?
git config --local --get format.subjectPrefix ||
git config --local format.subjectPrefix "PATCH xserver"
2007-11-24 20:55:21 +03:00
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi