Files
xf86-video-wsfb/autogen.sh
Jeremy C. Reed 17dab6d85a Added autoconf related files. Copied from other driver so keeping same
copyright. The version is 0.1.0 based on what was in wsfb_driver.c.
In wsfb_driver.c, renamed VERSION to WSFB_VERSION so doesn't conflict with
    VERSION from new makefile.
Tested under NetBSD using wsdisplay on vesafb.
2006-05-27 16:24:02 +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 "$@"