Files
xf86-video-ast/autogen.sh
Alan Coopersmith 245466d4ef Add the normal trappings of the Xorg modular build system.
Replace "Xv.h" with <X11/extensions/Xv.h> and add #include "config.h" for
    modular build Strip ^M out of ast_accel.c
2006-03-15 00:43:18 +00:00

13 lines
195 B
Bash
Executable File

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