xenocara/lib/libXdmcp/autogen.sh
2019-08-04 13:25:20 +00:00

18 lines
349 B
Bash

#! /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 libXdmcp"
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi