Hello,

This is a really small patch that removes the --enable-maintainer-mode
option from being passed to configure when autogen.sh is run.

That option is broken and deprecated, having been removed from the
recent versions of the auto-tools. On the context of the dri tree, it
doesn't make a difference, so we might as well remove it and let it
die in peace ;)

Cheers,
  Renato Caldas

diff --git a/autogen.sh b/autogen.sh
index 904cd67..354f254 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,4 +9,4 @@ cd $srcdir
 autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?

-$srcdir/configure --enable-maintainer-mode "$@"

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to