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:
Dave Airlie
2014-11-12 15:01:10 +10:00
parent 3b2cbabfe6
commit 9058c301e6

View File

@@ -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