On Sat, Jun 14, 2008 at 11:08 PM, seventh guardian
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> This is a really small patch that removes the --enable-maintainer-mode
> option from being passed to configure when autogen.sh is run.

OOps, forgot to include the last line:

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 "$@"
+$srcdir/configure "$@"

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