[PATCH xorg-gtest 1/5] Run configure during autogen
Peter Hutterer
peter.hutterer at who-t.net
Mon Jan 14 14:17:34 PST 2013
All other xorg projects run configure, let's make this one comply with that.
Support NOCONFIGURE.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
autogen.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/autogen.sh b/autogen.sh
index a08311b..fd9c59a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,3 +9,6 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
+if test -z "$NOCONFIGURE"; then
+ exec $srcdir/configure "$@"
+fi
--
1.8.1
More information about the xorg-devel
mailing list