xorg-xf86-video-remoteorsk/autogen.sh

15 lines
222 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
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi