mirror of
https://github.com/X11Libre/xf86-video-wsfb.git
synced 2026-03-23 17:19:53 +00:00
wsfb: sync autogen.sh with everyone else
fixes inability to configure due to missing m4 Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -5,8 +5,11 @@ test -z "$srcdir" && srcdir=.
|
||||
|
||||
ORIGDIR=`pwd`
|
||||
cd $srcdir
|
||||
test -d m4 || mkdir m4
|
||||
|
||||
autoreconf -v --install || exit 1
|
||||
cd $ORIGDIR || exit $?
|
||||
|
||||
$srcdir/configure --enable-maintainer-mode "$@"
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
$srcdir/configure "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user