summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-02-26 14:26:33 -0500
committerGaetan Nadon <memsize@videotron.ca>2012-02-26 16:14:09 -0500
commit839257c03d033f4352243ac70be9f78c5a8dfdd0 (patch)
tree125b772508e81c35bf2b755930b79504122d6ba1
parenta15d88e39f19efdd6aa20053a7a3ce6ffc8c0d9e (diff)
Use the standard autogen.sh script from xorg
The one here does not work the same way. It is very confusing when these don't work the same way for all xorg modules. It can be proposed as a new version version for all xorg modules if it can be deemed to be more desirable. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index a08311b..e81f989 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,3 +9,5 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
+$srcdir/configure --enable-maintainer-mode "$@"
+