mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#! /bin/sh
|
|
|
|
test -n "$srcdir" || srcdir=`dirname "$0"`
|
|
test -n "$srcdir" || srcdir=.
|
|
autoreconf --force --install --verbose "$srcdir"
|
|
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|