Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. #! /bin/sh
  2. srcdir=`dirname $0`
  3. test -z "$srcdir" && srcdir=.
  4. ORIGDIR=`pwd`
  5. cd $srcdir
  6. autoreconf -v --install || exit 1
  7. cd $ORIGDIR || exit $?
  8. $srcdir/configure --enable-maintainer-mode "$@"