xenocara/dist/Mesa/autogen.sh

15 lines
215 B
Bash
Raw Normal View History

#! /bin/sh
srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
2013-09-05 07:58:30 -06:00
cd "$srcdir"
autoreconf -v --install || exit 1
2013-09-05 07:58:30 -06:00
cd $ORIGDIR || exit $?
2013-09-05 07:58:30 -06:00
if test -z "$NOCONFIGURE"; then
"$srcdir"/configure "$@"
fi